@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: #118056;
    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: #fff
}

.navbar-nav li .nav-link {
    color: #000
}

.navbar {
    z-index: 9999
}

.navbar-nav li .nav-link {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    margin: 0 10px
}

.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: #118056;
    color: #fff;
    border: none
}

.dropdown-menu a {
    color: #fff !important
}

.dropdown-menu a:hover {
    color: #118056 !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: 1px
}

.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: #fff;
    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: #118056
    }
}

@-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;
    }
}