@font-face {
    font-family: 'Poppins';
    src: url(../font/Poppins-Light.ttf);
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url(../font/Poppins-Regular.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url(../font/Poppins-Medium.ttf);
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url(../font/Poppins-SemiBold.ttf);
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url(../font/Poppins-Bold.ttf);
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url(../font/Poppins-ExtraBold.ttf);
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url(../font/Poppins-Black.ttf);
    font-weight: 900;
    font-style: normal
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

body,
a,
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input {
    font-family: Poppins;
    text-decoration: none !important
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none !important;
    outline: none !important
}

ul {
    list-style: none
}

.fs-25 {
    font-size: 25px
}

.fs-35 {
    font-size: 35px
}

.fs-45 {
    font-size: 45px
}

.header .attrs li {
    padding: 10px 0
}

.attrs li:hover i {
    color: #fff;
    background: #118056;
    border-color: #118056
}

.header .socials i:hover {
    color: #fff;
    background: #118056;
    border-color: #118056
}

.header i {
    /* border: 2px solid #fff; */
    /* background: #fff; */
    /* width: 35px; */
    /* height: 35px; */
    /* border-radius: 100%; */
    color: #fff;
    /* font-size: 20px; */
    text-align: center;
    padding-top: 5px;
    transition: .3s all;
    -webkit-transition: .3s all
}

.green {
    color: #118056
}

.red {
    color: #E42A30
}

.white {
    color: #fff
}

.bg-green {
    background: #118056
}

.bg-red {
    background: #E42A30
}

.black {
    color: #000
}

.bg-white9 {
    background: rgb(255 255 255);
    background: -moz-linear-gradient(top, rgb(255 255 255) 0%, rgb(255 255 255 / .7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255 255 255)), color-stop(100%, rgb(255 255 255 / .7)));
    background: -webkit-linear-gradient(top, rgb(255 255 255) 0%, rgb(255 255 255 / .7) 100%);
    background: -o-linear-gradient(top, rgb(255 255 255) 0%, rgb(255 255 255 / .7) 100%);
    background: -ms-linear-gradient(top, rgb(255 255 255) 0%, rgb(255 255 255 / .7) 100%);
    background: linear-gradient(to bottom, rgb(255 255 255) 0%, rgb(255 255 255 / .7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)
}

.navbar-light .navbar-nav .nav-link {
    color: #000
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000
}

.navbar-nav li .nav-link {
    color: #000
}

.navbar {
    z-index: 9999
}

.navbar-nav li .nav-link {
    display: block;
    padding: 12px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    margin: 10px 10px 10px;
    font-size: 18px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .9rem !important;
        padding-left: .9rem !important;
    }
}

.navbar-nav li .nav-link,
.navbar-nav li .nav-link:after,
.navbar-nav li .nav-link:before {
    transition: all .3s
}

.navbar-nav li .nav-link:hover {
    color: #555
}

.navbar-nav li .nav-link {
    transition: all .5s
}

.navbar-nav li .nav-link:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0
}

.navbar-nav li .nav-link:hover {
    color: #fff;
    z-index: 1
}

.navbar-nav li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1
}

.dropdown-menu {
    background: #3291ce;
    color: #fff;
    border: none
}

.dropdown-menu a {
    color: #fff !important
}

.dropdown-menu a:hover {
    color: #3291ce !important
}

.dropdown-menu {
    overflow: hidden;
    padding: 10px 0;
    margin: auto
}

.navbar-nav li .nav-link {
    position: relative
}

.navbar-nav li .nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: #fff0;
    background: #aaa;
    height: 4px ! Important;
}

.navbar-nav li .nav-link {
    transition: all .5s
}

.navbar-nav li .nav-link:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0
}

.navbar-nav li:hover .nav-link {
    color: #000;
    z-index: 1
}

.navbar-nav li:hover .nav-link:after {
    z-index: -10;
    animation: fill .5s forwards;
    -webkit-animation: fill .5s forwards;
    -moz-animation: fill .5s forwards;
    opacity: 1
}

@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 4px
    }

    50% {
        width: 100%;
        height: 4px
    }

    100% {
        width: 100%;
        height: 100%;
        background: #3291ce
    }
}

@-webkit-keyframes drop {
    0% {
        height: 0;
        padding: 0
    }

    50% {
        height: 4px;
        padding: 4px 0
    }

    100% {
        height: 150px;
        padding: 8px 0
    }
}

#education {
    max-height: 110px
}

#about-us {
    max-height: 145px
}

.tooltip-inner {
    background: #118056 !important
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #118056 !important
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #118056 !important
}

.flip-card {
    background-color: #fff0;
    width: 300px;
    height: 300px;
    perspective: 1000px
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / .2)
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg)
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden
}

.flip-card-front {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/3box.jpg);
    background-position: center;
    background-size: cover;
    color: #000
}

.flip-card-back {
    border: 2px solid #E42A30;
    color: #4d4d4d;
    transform: rotateY(180deg)
}

.list_custom_bullet {
    list-style-type: disc;
    background-size: 10px 10px;
    background-position: left top;
    background-repeat: no-repeat;
    vertical-align: middle
}

.bt_red {
    border-top: 2px solid #E42A30
}

.bg-dubai {
    background: url(../img/dubai.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: top right
}

.heavy {
    font-weight: 600
}

.bold {
    font-weight: 800
}

.venue_home {
    width: 100%;
    height: 600px
}

.footer a {
    color: #118056
}

.footer a:hover {
    color: #118056e6
}

.footer {
    background: #fff;
    color: #4d4d4d
}

.header_inner_text {
    position: absolute;
    top: 130px;
    left: 100px;
    z-index: 99
}

.header_custom_line {
    height: 10px;
    width: 350px;
    background: rgb(228 42 48);
    background: -moz-linear-gradient(left, rgb(228 42 48) 0%, rgb(228 42 48) 59%, rgb(17 128 85) 78%, rgb(17 128 85) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(228 42 48)), color-stop(59%, rgb(228 42 48)), color-stop(78%, rgb(17 128 85)), color-stop(100%, rgb(17 128 85)));
    background: -webkit-linear-gradient(left, rgb(228 42 48) 0%, rgb(228 42 48) 59%, rgb(17 128 85) 78%, rgb(17 128 85) 100%);
    background: -o-linear-gradient(left, rgb(228 42 48) 0%, rgb(228 42 48) 59%, rgb(17 128 85) 78%, rgb(17 128 85) 100%);
    background: -ms-linear-gradient(left, rgb(228 42 48) 0%, rgb(228 42 48) 59%, rgb(17 128 85) 78%, rgb(17 128 85) 100%);
    background: linear-gradient(to right, rgb(228 42 48) 0%, rgb(228 42 48) 59%, rgb(17 128 85) 78%, rgb(17 128 85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e42a30', endColorstr='#118055', GradientType=1);
    margin: unset
}

.bg-black5 {
    background: #00000080
}

.carousel-control-next,
.carousel-control-prev {
    width: 6%
}

.btn-primary {
    background: #118056;
    color: #fff;
    border: 2px solid #118056;
    border-radius: 20px;
    padding: 5px 25px
}

.btn-primary:hover {
    background: #fff;
    color: #118056;
    border-color: #118056
}

.btn-danger {
    background: #E42A30;
    color: #fff;
    border: 2px solid #E42A30;
    border-radius: 20px;
    padding: 5px 25px
}

.btn-danger:hover {
    background: #fff;
    color: #E42A30 !important;
    border-color: #E42A30
}

.b-round {
    border-radius: 100%
}

.three_box .nav-pills .nav-link {
    transition: .3s all;
    -webkit-transition: .3s all;
    color: #4d4d4d;
    margin: 10px 0;
    border: 2px solid #4d4d4d
}

.three_box .nav-link:focus,
.three_box .nav-link:hover {
    background-color: #118056;
    border-color: #118056 !important;
    color: #fff !important
}

.three_box .nav-pills .nav-link.active,
.three_box .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #118056;
    border-color: #118056
}

.threebox_panel {
    border: 2px solid #118056;
    border-radius: 5px
}

.speaker-container {
    padding: 0 10px;
    text-align: center
}

.speaker-container img {
    margin-bottom: 10px
}

#twitter-widget-0 {
    border: 1px solid #d4d4d4 !important;
    border-radius: 20px !important
}

.bg-microscope {
    background: url(../img/urologis.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.bg-events {
    background: url(../img/eusc-banner-3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.bg-board {
    background: rgb(17 128 85);
    background: -moz-linear-gradient(-45deg, rgb(17 128 85) 0%, rgb(17 128 85) 51%, rgb(17 72 86) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(17 128 85)), color-stop(51%, rgb(17 128 85)), color-stop(100%, rgb(17 72 86)));
    background: -webkit-linear-gradient(-45deg, rgb(17 128 85) 0%, rgb(17 128 85) 51%, rgb(17 72 86) 100%);
    background: -o-linear-gradient(-45deg, rgb(17 128 85) 0%, rgb(17 128 85) 51%, rgb(17 72 86) 100%);
    background: -ms-linear-gradient(-45deg, rgb(17 128 85) 0%, rgb(17 128 85) 51%, rgb(17 72 86) 100%);
    background: linear-gradient(135deg, rgb(17 128 85) 0%, rgb(17 128 85) 51%, rgb(17 72 86) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#118055', endColorstr='#114856', GradientType=1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.bg-kidneys {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: center
}

.wor>.nmuloc {
    padding: 0 8px
}

.wor:after {
    content: "";
    display: table;
    clear: both
}

.nmuloc {
    float: left;
    width: 25%
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    /* padding-top: 100px; */
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background: rgb(0 0 0 / .19)
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px
}

.close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: 700
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer
}

.mySlides {
    display: none
}

.cursor {
    cursor: pointer
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.prev:hover,
.next:hover {
    background-color: rgb(0 0 0 / .8)
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.caption-container {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff
}

.demo {
    opacity: .6
}

.active,
.demo:hover {
    opacity: 1
}

img.hover-shadow {
    transition: 0.3s
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / .2), 0 6px 20px 0 rgb(0 0 0 / .19)
}

.width-330mb-5px {
    width: 330px;
    margin-bottom: 5px
}

.height-450 {
    height: 450px
}

@media(min-width:600px) {
    .carousel {
        margin-top: -50px
    }

    .slick-arrow {
        visibility: hidden
    }

    .slick-next:before,
    .slick-prev:before {
        font-family: slick;
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .slick-arrow:after {
        color: #fff;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        overflow: hidden;
        outline: 0 !important;
        position: absolute;
        top: 40%;
        z-index: 99;
        visibility: visible;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        transition: .3s all;
        -webkit-transition: .3s all;
        font-size: 30px;
        margin: 10px
    }

    .slick-arrow:hover.slick-arrow:after {
        background: #fff !important;
        color: #E42A30 !important
    }

    .slick-next,
    .slick-prev {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 25%;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: purple;
        outline: 0;
        background: #fff
    }

    .slick-prev:after {
        left: -80px;
        content: '\f053'
    }

    .slick-next:after {
        content: '\f054';
        right: -80px
    }

    .slick-next {
        right: 0;
        z-index: 99
    }

    .slick-prev {
        left: 0;
        z-index: 99
    }

    .socials a {
        padding: 5px
    }

    .header i {
        /* margin-left: 10px; */
        color: #118056;
        transition: .3s all;
        -webkit-transition: .3s all
    }

    .banner-logo {
        width: 200px;
        position: absolute;
        top: 20%;
        right: 10%;
        z-index: 10;
        padding: 10px;
        background-color: #ffffffbf;
        border-radius: 10px
    }
}

@media(max-width:600px) {
    .banner-logo {
        display: none
    }

    .slick-arrow {
        display: none !important
    }
}

.esmc__homepopup .bg-transparent {
    border: none
}

.esmc__homepopup .modal-body {
    position: relative
}

.esmc__homepopup .btn-close {
    color: #000;
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    background: #fff;
    opacity: 1;
    padding: 4px 6px 8px 6px;
    top: -2%;
    right: -2%
}

@media(max-width:1200px) {
    .esmc__homepopup .btn-close {
        right: 0
    }
}

.footer2-sertion-area .footer-logo-area img {
    width: 15px;
    border-radius: 0px;
    /*-o-object-fit: cover;*/
    /* object-fit: cover; */
    top: 0px;
    margin-top: -5px;
}

.popup-modal {
    background: transparent;
    border: none;
    position: relative;
}

.popup-close {
    position: absolute;
    top: -20px;
    right: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: #000;
    color: #fff;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.popup-close:hover {
    background: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .popup-close {
        top: -20px;
        right: -20px;
    }
}

@media (max-width:576px) {
    .popup-close {
        top: -10px;
        right: -10px;
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 30px;
    }
}

.urology_international-stage {
    padding: 100px 0;
    position: relative;
}

.urology_international-stage .section-title_small {
    margin-bottom: 20px;
}

.urology_international-stage .section-title_small h2 {
    font-size: 35px;
    margin-bottom: 0;
    font-weight: 600;
}

.m-carousel-1 {
    position: relative;
}

.m-l100 {
    margin-left: 100px;
}

.m-carousel-1:after {
    content: "";
    position: absolute;
    top: 70px;
    left: -70px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 20px solid #3291ce;
}

.wt-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.wt-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.wt-img-effect.zoom-slow img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    width: 760px;
    height: 420px;
}

.wt-img-effect.zoom-slow:hover img {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.owl-carousel .owl-item img {
    transform-style: inherit;
}

.siu-eus_profiles {
    padding: 80px 0;
    position: relative;
}

.siu-eus_profiles .section-title_large h2 {
    font-size: 36px;
    margin-bottom: 0;
}

.m-b20 {
    margin-bottom: 20px;
}

.siu-eus_profiles .team_profile {
    /* text-align: center; */
    margin-bottom: 20px;
}

.siu-eus_profiles .team_profile .image {
    margin-bottom: 20px;
    border: 5px solid #3291ce;
    padding: 8px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.4s ease;
}

.siu-eus_profiles .team_profile .image img {
    border-radius: 50%;
    transition: transform 0.4s ease;
}

.siu-eus_profiles .team_profile:hover .image img {
    transform: scale(1.10);
}

.siu-eus_profiles .team_profile .details .name {
    font-size: 20px;
    margin-bottom: 12px;
    color: #e22e30;
}

.siu-eus_profiles .team_profile .details .country {
    margin-bottom: 10px;
}

.m-b50 {
    margin-bottom: 50px;
}

.learnig_objectives__eus {
    padding: 100px 0;
}

.learnig_objectives__eus .council.border_design {
    border: 1px solid #003169;
}

.learnig_objectives__eus .council {
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.learnig_objectives__eus .council .heading h4 {
    background: #003169;
    line-height: 30px;
    font-size: 20px;
    padding: 10px;
    color: #fff;
    border-radius: 0;
}

.learnig_objectives__eus .section-title_large h2 {
    font-size: 36px;
    margin-bottom: 0;
}

.m-b30 {
    margin-bottom: 30px;
}

.learnig_objectives__eus .border_design ul {
    padding-left: 32px;
}

.learnig_objectives__eus .border_design ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}

.learnig_objectives__eus .wt-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.learnig_objectives__eus .overlay-bx-2 {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #003169;
    opacity: .9;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.learnig_objectives__eus .line-amiation {
    position: relative;
    width: 100%;
    height: 100%;
}

.learnig_objectives__eus .line-amiation:after,

.learnig_objectives__eus .line-amiation:before {
    content: "";
    position: absolute;
    background-color: #FFF;
    left: 20px;
    top: 20px;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    opacity: 1;
}

.learnig_objectives__eus .line-amiation:before {
    width: 1px;
    height: 0;
}

.p-a32 {
    padding: 32px;
}

.learnig_objectives__eus .wt-img-effect .overlay-bx-2 h5 {
    margin-bottom: 0;
    color: #FFF;
    line-height: 28px;
}

.font-16 {
    font-size: 16px;
}

.font-weight-300 {
    font-weight: 300;
}

.learnig_objectives__eus .line-amiation:after {
    width: 0%;
    height: 1px;
}

.learnig_objectives__eus .line-amiation:hover:before {
    height: 100%;
    top: -20px;
    opacity: 1;
}

.learnig_objectives__eus .line-amiation:hover:after {
    width: 100%;
    opacity: 1;
    left: -20px;
}

.m-b10 {
    margin-bottom: 10px;
}

.siu_abstract {
    padding: 80px 0;
}

.siu_abstract .section-title_large h2 {
    font-size: 36px;
    margin-bottom: 0;
}

.siu_abstract .content__box:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.siu_abstract .content__box {
    position: relative;
    display: block;
    padding: 20px;
    margin-bottom: -1px;
    border: 1px solid #ddd;
}

.m-t20 {
    margin-top: 20px;
}

.who_attend__section {
    padding: 80px 0;
}

.circle-block-outer .nav-item {
    margin-bottom: 20px;
}

.circle-block-outer .wt-icon-box-wraper {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border: 2px solid #fff;
    background: #3291ce;
}

.wt-icon-box-wraper.right {
    text-align: right;
}

.wt-icon-box-wraper {
    position: relative;
}

.icon-content {
    overflow: hidden;
}

.wt-icon-box-wraper .wt-tilte {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}

.clearfix::after,

.filter-wrap::after,

.filter-wrap::after,

.wt-icon-box-wraper::after,

ol.commentlist li::after {
    content: "";
    display: table;
    clear: both;
}

.p-a20 {
    padding: 20px;
}

.circle-block-outer .circle-content-pic .wt-media img {
    height: 465px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.who_attend__section .section-title_large h2 {
    font-size: 36px;
}

@media only screen and (max-width: 991px) {

    .m-carousel-1 {
        margin-bottom: 80px;
        margin-left: 70px;
    }
}

@media only screen and (max-width: 768px) {

    .m-carousel-1::after {
        top: 50px;
        left: -50px;
        border: 10px solid #4AC4F3;
        z-index: -1;
    }

    .m-carousel-1 {
        margin-top: 0;
    }

    .siu-eus_profiles .section-title_large h2 {
        font-size: 20px;
    }

    .learnig_objectives__eus .section-title_large h2 {
        font-size: 20px;
    }

    .siu-eus_profiles {
        padding: 40px 0;
    }

    .urology_international-stage .section-title_small h2 {
        font-size: 18px;
    }

    .who_attend__section .section-title_large h2 {
        font-size: 20px;
    }

    .siu_abstract {
        padding: 40px 0;
    }

    .wt-icon-box-wraper .wt-tilte {
        text-align: left;
        font-size: 16px;
    }

    .who_attend__section {
        padding: 40px 0;
    }

    .circle-block-outer .circle-content-pic .wt-media img {
        height: 100%;
    }

    .learnig_objectives__eus {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 575px) {

    .m-carousel-1::after {
        content: none;
    }

    .m-carousel-1 {
        margin: 0 0 20px 0;
    }

    .circle-block-outer .circle-content-pic .wt-media img {
        height: 100%;
    }

    .line-amiation .p-a32 {
        padding: 26px;
    }

    .learnig_objectives__eus .line-amiation:after,
    .learnig_objectives__eus .line-amiation:before {
        left: 15px;
        top: 15px;
    }
}

.popup_profile .details {
    text-align: center;
}

.popup_profile .details h4 {
    font-size: 20px;
    margin: 10px 0;
}

.popup_profile .details p.designation {
    font-size: 14px;
    font-style: italic;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.section-gap-x {
    -webkit-margin-start: 15px;
    margin-inline-start: 15px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.header-area {
    background-color: #fff;
    border-end-start-radius: 12px;
    border-end-end-radius: 12px;
    position: relative;
    z-index: 99;
}

.header-area.header-1.header-absolute {
    top: 0;
    /* position: absolute; */
    inset-inline-start: 0;
    width: calc(100% - 30px);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .header-area.header-1.header-absolute {
        width: 100%;
    }
}

.header-area.header-1 .header-wrapper {
    padding: 0 18px;
    background-color: #fff;
}

.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 99;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .header-wrapper {
        padding: 15px 0;
    }
}

.site_logo .logo {
    display: inline-block;
    /* max-width: 400px; */
    /* width: 100%; */
}

.menu-area {
    gap: 25px;
}

.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mainmenu ul>li {
    position: relative;
    z-index: 1;
}

.mainmenu ul>li>a {
    position: relative;
    font-size: 16px;
    color: #000006;
    display: block;
    padding: 37px 0;
    font-weight: 400;
    line-height: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.mainmenu ul>li.menu-item-has-children>a,
.mainmenu ul>li.has-dropdown>a {
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
}

.mainmenu ul>li.menu-item-has-children>a::after,
.mainmenu ul>li.has-dropdown>a::after {
    content: "\e929";
    font-family: "bexon-icons";
    color: inherit;
    font-size: 12px;
    position: absolute;
    top: 40px;
    inset-inline-end: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.mainmenu ul>li.menu-item-has-children:hover>a::after,
.mainmenu ul>li.has-dropdown:hover>a::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.mainmenu ul>li.current-menu-ancestor>a,
.mainmenu ul>li.current-menu-item>a,
.mainmenu ul>li:hover>a {
    color: #3291ce;
}

.mainmenu ul>li.current-menu-ancestor>a::after,
.mainmenu ul>li.current-menu-item>a::after,
.mainmenu ul>li:hover>a::after {
    color: #3291ce;
}

.mainmenu ul>li.current-menu-ancestor>a::before,
.mainmenu ul>li.current-menu-item>a::before,
.mainmenu ul>li:hover>a::before {
    opacity: 1;
    visibility: visible;
}

.mainmenu ul>li>.sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    width: 220px;
    top: 100%;
    inset-inline-start: 0;
    z-index: 99;
    text-align: start;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    gap: 0;
    padding: 10px 0;
    pointer-events: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.mainmenu ul>li>.sub-menu>li {
    display: block;
    width: 100%;
}

.mainmenu ul>li>.sub-menu>li>a {
    position: relative;
    padding: 10px 20px;
    display: block;
    color: var(--tj-color-text-body);
}

.mainmenu ul>li>.sub-menu>li>a::before {
    display: none;
}

.mainmenu ul>li>.sub-menu>li:last-child {
    padding-bottom: 0;
}

.mainmenu ul>li>.sub-menu>li.menu-item-has-children>a::after,
.mainmenu ul>li>.sub-menu>li.has-dropdown>a::after {
    top: 13px;
    inset-inline-end: 15px;
    color: var(--tj-color-text-body);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mainmenu ul>li>.sub-menu>li.current-menu-ancestor>a,
.mainmenu ul>li>.sub-menu>li.current-menu-item>a,
.mainmenu ul>li>.sub-menu>li:hover>a {
    color: #3291ce;
}

.mainmenu ul>li>.sub-menu>li.current-menu-ancestor>a::before,
.mainmenu ul>li>.sub-menu>li.current-menu-item>a::before,
.mainmenu ul>li>.sub-menu>li:hover>a::before {
    opacity: 1;
    visibility: visible;
    width: 14px;
}

.mainmenu ul>li>.sub-menu>li.current-menu-ancestor>a::after,
.mainmenu ul>li>.sub-menu>li.current-menu-item>a::after,
.mainmenu ul>li>.sub-menu>li:hover>a::after {
    color: #3291ce;
}

.mainmenu ul>li>.sub-menu>li>.sub-menu {
    inset-inline-start: 100%;
    top: -10px;
}

.mainmenu ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .mainmenu ul {
        gap: 0 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mainmenu ul {
        gap: 0 15px;
    }
}

.header-search {
    line-height: 1;
    position: relative;
}

.header-search .search {
    color: var(--tj-color-heading-primary);
    font-size: 20px;
    line-height: 1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--tj-color-grey-1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-search .search i {
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-search .search {
        font-size: 18px;
        width: 44px;
        height: 44px;
    }
}

.header-search .search:hover i {
    -webkit-animation: gelatine 0.6s;
    animation: gelatine 0.6s;
}

.header-search .search.search-hide {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.header-search .search_close_btn {
    color: var(--tj-color-heading-primary);
    font-size: 20px;
    line-height: 1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--tj-color-grey-1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
}

.header-search .search_close_btn i {
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-search .search_close_btn {
        font-size: 18px;
        width: 44px;
        height: 44px;
    }
}

.header-search .search_close_btn.close-show {
    opacity: 1;
    visibility: visible;
}

.header-contact {
    font-size: 20px;
    line-height: 1;
    color: var(--tj-color-heading-primary);
    gap: 8px;
}

.header-contact .call-text {
    font-weight: var(--tj-fw-sbold);
    position: relative;
}

.header-contact .call-text::after {
    content: "";
    position: absolute;
    bottom: -1px;
    inset-inline-end: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
}

.header-contact:hover .call-text::after {
    -webkit-animation: linehover 0.8s linear;
    animation: linehover 0.8s linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-contact {
        font-size: 18px;
    }
}

.header-right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.header-right-item .tj-primary-btn .btn-icon {
    width: 38px;
    height: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-right-item .tj-primary-btn .btn-icon {
        width: 35px;
        height: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-right-item {
        gap: 12px;
    }
}

.menu_bar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    width: 25px;
    height: 25px;
    position: relative;
    top: 0;
    inset-inline-start: 0;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.menu_bar span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: var(--tj-color-common-black);
    border-radius: 10px;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu_bar span:last-child,
.menu_bar span:first-child {
    width: 25px;
}

.menu_bar.mobile_menu_bar {
    width: 50px;
    height: 50px;
    padding: 12px;
    background: #3291ce;
    border-radius: 7px;
}

.menu_bar.mobile_menu_bar span {
    background-color: #fff;
}

.menu_bar:hover span {
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu_bar {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }
}

.header-wrapper:has(.mega-menu) {
    position: static;
}

/* MENU HOVER ANIMATION */
.mainmenu ul>li>a {
    position: relative;
    overflow: hidden;
}

/* underline line */
.mainmenu ul>li>a::before {
    content: "";
    position: absolute;
    bottom: 25px;
    /* adjust based on your padding */
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #bcbdbd;

    transform: scaleX(0);
    transform-origin: right;
    /* important for reverse animation */
    transition: transform 0.4s ease;
}

/* on hover → left to right */
.mainmenu ul>li:hover>a::before,
.mainmenu ul>li.current-menu-item>a::before {
    transform: scaleX(1);
    transform-origin: left;
}

.menu-close {
    display: none;
}

/* ================= MOBILE MENU ================= */

@media (max-width: 991px) {

    .menu-area {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100%;
        background: #fff;
        flex-direction: column;
        padding: 80px 20px;
        transition: 0.4s ease;
        z-index: 2;
    }

    .menu-area.active {
        right: 0;
    }

    .mainmenu ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .mainmenu ul li a {
        padding: 10px 0;
        font-size: 18px;
    }

    /* Overlay */
    .menu-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 1;
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .section-gap-x {
        -webkit-margin-start: 0 !important;
        margin-inline-start: 0 !important;
        -webkit-margin-end: 0 !important;
        margin-inline-end: 0 !important;
    }

    .header-area.header-1 .header-wrapper {
        padding: 10px 0px;
    }

    .site_logo .logo img {
        max-width: 250px;
    }

    /* Close Button */
    .menu-close {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 30px;
        cursor: pointer;
        font-weight: normal;
    }
}

.desktop-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

@media (max-width: 1000px) {
    .desktop-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }
}

.iam-news-ticker {
    background: #3291ce;
    color: #fff;
    padding: 7px 0;
    overflow: hidden;
}

.ticker {
    overflow: hidden;
    width: 100%;
}

.ticker-track {
    display: flex;
    white-space: nowrap;
}

.ticker-track span {
    margin-right: 80px;
    font-weight: 600;
}

.color-blue {
    color: #3291ce;
}

.inner-main-head {
    font-size: 44px;
    /* font-weight: bold; */
    color: #000006;
    margin-bottom: 50px !important;
}