﻿@charset "utf-8";

/*===== Common CSS =====*/
/*===== Animation CSS =====*/
/*===== HeaderFooter CSS =====*/
/*===== HomePage CSS =====*/
/*===== Modal CSS =====*/


/*===== Responsive CSS =====*/

/*===============================
  ===============================*/

/*===== Common CSS =====*/
html, body { width:100%; height:100%; }
/*overflow: hidden;*/
body { overflow: hidden; overflow-x: hidden; background: #080b13; padding: 0; margin: 0; font-family: 'Rubik', sans-serif; font-size: 17px; font-weight: normal; line-height: 24px; color: #aaaaaa; position: relative; text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale; }

.loader { position: fixed; left:0; top:0; width:100%; height:100%; background: #080b13; z-index: 100; display: flex; }
.loader img { width:300px; height:200px; object-fit: contain; position: absolute; left:0; right:0; top:0; bottom:0; margin: auto; }


.lungs-imgs .human-body.first .lungs.simple {
    opacity: 0; 
    animation: FadeInOut 2s linear;
    -webkit-animation: FadeInOut 2s linear;
    -moz-animation: FadeInOut 2s linear;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
}

.lungs-imgs .human-body.second .lungs.simple {
    opacity: 0; 
    animation: FadeInOut 2s linear;
    -webkit-animation: FadeInOut 2s linear;
    -moz-animation: FadeInOut 2s linear;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
}

@-webkit-keyframes FadeInOut {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes FadeInOut {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-keyframes FadeInOut {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.page-load { overflow: auto; }
.page-load .loader { display: none; }


* { box-sizing:border-box; }
*:hover { -webkit-transition: all ease-out 0.3s; -moz-transition: all ease-out 0.3s; -o-transition: all ease-out 0.3s; transition: all ease-out 0.3s; }
*:focus, .btn-default-focus { box-shadow: none !important; outline:none !important; }

h1, h2, h3, h4, h5, h6, .btn { font-family: 'El Messiri', sans-serif; }
h1, h2, h3, h4, h5, h6, p, ul { padding: 0; margin: 0; }

h1 { font-size: inherit; display: block; }

h4 { font-size: 22px; color: #aaaaaa; }
h5 { font-size: 24px; }
h6 { font-size: 16px; }

img, svg { border: none; vertical-align: middle; max-width: 100%; }

a { cursor: pointer; font-weight: normal; outline: none !important; text-decoration: none; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
a:hover, a:focus { text-decoration: none; color:#14bcff; }
a, input, button, textarea, a:focus, select:focus { outline: none; }
a:hover, a:focus, select:focus, button:focus { outline: none; text-decoration: none; }

ul li { list-style: none; }

button, input, textarea { outline: none; -webkit-appearance: none; -moz-appearance: none; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

label { font-weight: 600; }
input::-webkit-placeholder, textarea::-webkit-placeholder, input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; }

.btn { font-size: 25px; color: #cbff8c; border: 2px solid #ffffff; padding:9px 20px 6px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; box-shadow: 0 0 20px rgba(255,255,255,0); -webkit-box-shadow: 0 0 20px rgba(255,255,255,0); -moz-box-shadow: 0 0 20px rgba(255,255,255,0); }
.btn img { width:20px; }

.btn:hover, .btn:focus, .btn:active { color: #cbff8c; box-shadow: 0 0 15px rgba(255,255,255,0.3), inset 0 0 15px rgba(255,255,255,0.3);  -webkit-box-shadow: 0 0 15px rgba(255,255,255,0.3), inset 0 0 15px rgba(255,255,255,0.3);  -moz-box-shadow: 0 0 15px rgba(255,255,255,0.3), inset 0 0 15px rgba(255,255,255,0.3);}

.btn.small-btn { font-size:16px; padding:5px 12px 2px 15px; }
.btn.small-btn img { width:15px; margin-top:-2px; display: inline-block; }

header, main, section, footer { display: block; position: relative; }
main { z-index: 10; }

.side-padding { padding-left:150px; padding-right:150px; }


/*===== *************** =====*/


/*===== Animation CSS =====*/

h2 { font-size: 90px; line-height: 80px; font-weight: bold; color: #a3ff32; text-transform: uppercase; }
h2 span { background-image: -moz-linear-gradient(0deg, rgb(203, 255, 140) 2%, rgb(183, 255, 95) 36%, rgb(163, 255, 50) 49%, rgb(183, 255, 95) 66%, rgb(203, 255, 140) 100%); background-image: -webkit-linear-gradient(0deg, rgb(203, 255, 140) 2%, rgb(183, 255, 95) 36%, rgb(163, 255, 50) 49%, rgb(183, 255, 95) 66%, rgb(203, 255, 140) 100%); background-image: -ms-linear-gradient(0deg, rgb(203, 255, 140) 2%, rgb(183, 255, 95) 36%, rgb(163, 255, 50) 49%, rgb(183, 255, 95) 66%, rgb(203, 255, 140) 100%); background-size: 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: slide 3s linear infinite; -webkit-animation: slide 3s linear infinite; -moz-animation: slide 3s linear infinite;

    @-webkit-keyframes slide {
        from {
            background-position: -100% 0;
        }

        to {
            background-position: 0 0;
        }
    }
}

.rotate {
    margin-top: -10px;
    animation: rotation 15s infinite linear;
    -webkit-animation: rotation 15s infinite linear;
    -moz-animation: rotation 15s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

h3 { font-size: 50px; line-height: 60px; font-weight: bold; color: #a3ff32; text-transform: uppercase; }

.overview .title h3 {
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: slide 10s linear infinite;
    -webkit-animation: slide 10s linear infinite;
    -moz-animation: slide 10s linear infinite;
    background-image: -moz-linear-gradient(0deg, rgb(34, 38, 48) 17%, rgb(94, 111, 74) 22%, rgb(34, 38, 48) 27%, rgb(34, 38, 48) 80%, rgb(64, 75, 61) 84%, rgb(94, 111, 74) 86%, rgb(64, 75, 61) 87%, rgb(34, 38, 48) 90%);
    background-image: -webkit-linear-gradient(0deg, rgb(34, 38, 48) 17%, rgb(94, 111, 74) 22%, rgb(34, 38, 48) 27%, rgb(34, 38, 48) 80%, rgb(64, 75, 61) 84%, rgb(94, 111, 74) 86%, rgb(64, 75, 61) 87%, rgb(34, 38, 48) 90%);
    background-image: -ms-linear-gradient(0deg, rgb(34, 38, 48) 17%, rgb(94, 111, 74) 22%, rgb(34, 38, 48) 27%, rgb(34, 38, 48) 80%, rgb(64, 75, 61) 84%, rgb(94, 111, 74) 86%, rgb(64, 75, 61) 87%, rgb(34, 38, 48) 90%);

    @-webkit-keyframes slide {
        from {
            background-position: 0% 0;
        }

        to {
            background-position: 100% 0;
        }
    }
}

.overview .img-text h3 {
    text-transform: lowercase;
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: slide 10s linear infinite;
    -webkit-animation: slide 10s linear infinite;
    -moz-animation: slide 10s linear infinite;
    background-image: -moz-linear-gradient( 0deg, rgb(34,38,48) 36%, rgb(64,75,61) 44%, rgb(94,111,74) 47%, rgb(64,75,61) 51%, rgb(34,38,48) 57%);
    background-image: -webkit-linear-gradient( 0deg, rgb(34,38,48) 36%, rgb(64,75,61) 44%, rgb(94,111,74) 47%, rgb(64,75,61) 51%, rgb(34,38,48) 57%);
    background-image: -ms-linear-gradient( 0deg, rgb(34,38,48) 36%, rgb(64,75,61) 44%, rgb(94,111,74) 47%, rgb(64,75,61) 51%, rgb(34,38,48) 57%);

    @-webkit-keyframes slide {
        from {
            background-position: 20% 0;
        }

        to {
            background-position: 120% 0;
        }
    }
}

.education .title h3 {
    background-size: 110%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: slide 10s linear infinite;
    -webkit-animation: slide 10s linear infinite;
    -moz-animation: slide 10s linear infinite;
    background-image: -moz-linear-gradient(0deg, rgb(34, 38, 48) 17%, rgb(94, 111, 74) 22%, rgb(34, 38, 48) 27%, rgb(34, 38, 48) 80%, rgb(64, 75, 61) 84%, rgb(94, 111, 74) 86%, rgb(64, 75, 61) 87%, rgb(34, 38, 48) 90%);
    background-image: -webkit-linear-gradient(0deg, rgb(34, 38, 48) 17%, rgb(94, 111, 74) 22%, rgb(34, 38, 48) 27%, rgb(34, 38, 48) 80%, rgb(64, 75, 61) 84%, rgb(94, 111, 74) 86%, rgb(64, 75, 61) 87%, rgb(34, 38, 48) 90%);
    background-image: -ms-linear-gradient(0deg, rgb(34, 38, 48) 17%, rgb(94, 111, 74) 22%, rgb(34, 38, 48) 27%, rgb(34, 38, 48) 80%, rgb(64, 75, 61) 84%, rgb(94, 111, 74) 86%, rgb(64, 75, 61) 87%, rgb(34, 38, 48) 90%);

    @-webkit-keyframes slide {
        from {
            background-position: 0 0;
        }

        to {
            background-position: 100% 0;
        }
    }
}

.faculty .title h3 {
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: slide 10s linear infinite;
    -webkit-animation: slide 10s linear infinite;
    -moz-animation: slide 10s linear infinite;
    background-image: -moz-linear-gradient( 0deg, rgb(34,38,48) 39%, rgb(94,111,74) 46%, rgb(34,38,48) 50%, rgb(34,38,48) 85%, rgb(64,75,61) 90%, rgb(94,111,74) 92%, rgb(64,75,61) 95%, rgb(34,38,48) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(34,38,48) 39%, rgb(94,111,74) 46%, rgb(34,38,48) 50%, rgb(34,38,48) 85%, rgb(64,75,61) 90%, rgb(94,111,74) 92%, rgb(64,75,61) 95%, rgb(34,38,48) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(34,38,48) 39%, rgb(94,111,74) 46%, rgb(34,38,48) 50%, rgb(34,38,48) 85%, rgb(64,75,61) 90%, rgb(94,111,74) 92%, rgb(64,75,61) 95%, rgb(34,38,48) 100%);

    @-webkit-keyframes slide {
        from {
            background-position: 0% 0;
        }

        to {
            background-position: 100% 0;
        }
    }
}

.resources .title h3 {
    background-size: 250%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: slide 10s linear infinite;
    -webkit-animation: slide 10s linear infinite;
    -moz-animation: slide 10s linear infinite;
    background-image: -moz-linear-gradient( 0deg, rgb(34,38,48) 39%, rgb(94,111,74) 46%, rgb(34,38,48) 50%, rgb(34,38,48) 85%, rgb(64,75,61) 90%, rgb(94,111,74) 92%, rgb(64,75,61) 95%, rgb(34,38,48) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(34,38,48) 39%, rgb(94,111,74) 46%, rgb(34,38,48) 50%, rgb(34,38,48) 85%, rgb(64,75,61) 90%, rgb(94,111,74) 92%, rgb(64,75,61) 95%, rgb(34,38,48) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(34,38,48) 39%, rgb(94,111,74) 46%, rgb(34,38,48) 50%, rgb(34,38,48) 85%, rgb(64,75,61) 90%, rgb(94,111,74) 92%, rgb(64,75,61) 95%, rgb(34,38,48) 100%);

    @-webkit-keyframes slide {
        from {
            background-position: 0% 0;
        }

        to {
            background-position: 100% 0;
        }
    }
}


/* Overview Animation */
.overview-animation { width:351px;  height:351px;  position: relative; margin: auto; display: flex; overflow: hidden;
    /* avoid browser level touch actions */
    xtouch-action: none; 
    text-align: center; border-radius: 50%; box-shadow:inset 0 0px 10px 10px rgba(0,0,0,0.2); -webkit-box-shadow:inset 0 0px 10px 10px rgba(0,0,0,0.2); -moz-box-shadow:inset 0 0px 10px 10px rgba(0,0,0,0.2); box-shadow: 0 0 10px rgba(173,168,182,0.2); -webkit-box-shadow: 0 0 10px rgba(173,168,182,0.2); -moz-box-shadow: 0 0 10px rgba(173,168,182,0.2); }

.splitter { margin-left:-1px; cursor: col-resize; z-index: 10; width: 3px; height:351px; background: #fff; position: relative; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1); -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1); -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1); }

.resize-panel { width:50%; flex: 0 0 auto; display: block; white-space: nowrap; z-index: 10; position: relative; overflow: hidden; background: #080b13; }

.panel-before { position: relative; height: 351px; width: 351px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; box-shadow:inset 0 0px 10px 10px rgba(0,0,0,0.2); -webkit-box-shadow:inset 0 0px 10px 10px rgba(0,0,0,0.2); -moz-box-shadow:inset 0 0px 10px 10px rgba(0,0,0,0.2); }
.panel-after { width:351px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; }
.panel-before img, .panel-after img { width: 351px; height: 351px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }


/* Background Line Animation */
.linearimg-animation { background: url("../images/linear-img.png")repeat-x left top; height:715px; position: absolute; left: 0; right: 0; top:25%; animation: slide 10s linear; -webkit-animation: slide 10s linear; -moz-animation: slide 10s linear; }

@-webkit-keyframes slide {
    from {
        background-position: -500px 0;
    }

    to {
        background-position: 0 0;
    }
}

.banner .linearimg-animation { top:60%; z-index: 1; }


/* Bg Video */
.bg-video { position: fixed; left:0; top:0; width:100%; height:100%; opacity: 0.08; z-index: 0; }
.bg-video video { width:100%; height:100%; object-fit: cover; }

@supports (-ms-ime-align:auto) {
    .bg-video video { min-height: 100%; min-width: 100%; width:auto; height:auto; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); }
}


/*===== *************** =====*/


/*===== HeaderFooter CSS =====*/
header { font-family: 'El Messiri', sans-serif; position: absolute; left: 0; right:0; top:0; z-index: 11; }
nav.navbar { width:100%; padding:0; position: inherit; }
nav.navbar .navbar-collapse { position: absolute; right:0; top:0; overflow: hidden; padding:0 0 1px 2px; border-radius: 0 0 0 50px; -webkit-border-radius: 0 0 0 50px; -moz-border-radius: 0 0 0 50px; }
/*nav.navbar .navbar-collapse:before { content: ""; display: block; position: absolute; left:0; top:0; width:100%; height:100%; background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.51) 0%, rgba(0,0,0,0.51) 100%); background-image: -o-linear-gradient(bottom, rgba(255,255,255,0.51) 0%, rgba(0,0,0,0.51) 100%); background-image: linear-gradient(to top, rgba(255,255,255,0.51) 0%, rgba(0,0,0,0.51) 100%); }*/


nav.navbar .navbar-nav { position: relative; justify-content: flex-end; padding:28px 20px 28px 10px; background: rgba(3,5,9,0.51); border-radius: 0 0 0 50px; -webkit-border-radius: 0 0 0 50px; -moz-border-radius: 0 0 0 50px; border-bottom:1px solid rgba(255,255,255,0.1); border-left:1px solid rgba(255,255,255,0.15); }
nav.navbar .navbar-brand { margin:20px 0 0; }
nav.navbar .navbar-brand, nav.navbar .navbar-brand a, nav.navbar .navbar-brand a img { width:121px; display: block; padding:0; }

.navbar-nav .nav-item { margin:0 16px; }
.navbar-nav .nav-link { color: #c6c6c6; font-size:21px; padding:0 !important; text-shadow: 0 0 10px rgba(255,255,255,0), 0 0 20px rgba(255,255,255,0); }
.navbar-nav .nav-link img { max-width: 25px; margin:-4px 6px 0 0; transition:0.4s ease-in-out; -webkit-transition:0.4s ease-in-out; -moz-transition:0.4s ease-in-out; }
.navbar-nav .nav-link.highlighted { color: #ffffff; }

.navbar-nav .nav-link:hover { color:#fff; text-shadow: 0 0 10px rgba(255,255,255,0.5), 0 0 20px rgba(255,255,255,0.9); }

.navbar-toggler { padding:4px 0; background: #7cd310; border:none; border-radius: 10px 0 10px 0; -webkit-border-radius: 10px 0 10px 0; -moz-border-radius: 10px 0 10px 0; }
.navbar-toggler-icon { width:30px; height:3px; display: block; margin:5px 10px; background: #fff; }

footer { padding-top:45px; padding-bottom: 45px; background: #04060a; }
footer .container-fluid { justify-content: space-between; align-items: center; }
footer .footer-logo { opacity: 0.4; }
footer .footer-logo, footer .footer-logo a, footer .footer-logo img { width:121px; display: block; }
footer .copyright-text p { color:#696a6b; font-weight: 300; text-align: right; }
/*===== *************** =====*/


/*===== HomePage CSS =====*/

/* Banner */
.banner { padding-bottom:80px; background:#080b13 url("../images/banner-bg.png")no-repeat top right; position: relative;  z-index: 10; }
.lungs-imgs { margin-left:-165px; position: relative; max-width:1600px; overflow: hidden; display: flex; justify-content: space-between; align-items: center; background: url("../images/banner-lungs-bg.jpg")no-repeat center center / cover; border-radius: 0 0 150px 0; -webkit-border-radius: 0 0 150px 0; -moz-border-radius: 0 0 150px 0; box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.3); }

.lungs-imgs .human-body { position: relative; }
.lungs-imgs .human-body.first { min-width:50%; }
.lungs-imgs .human-body.second { margin-left:-10%; min-width:50%; }
.lungs-imgs .lungs { position: absolute; left:0; top:0; width:100%; height:100%; }

.baner-text { max-width:1600px; margin-top:-35px; position: relative; z-index: 10; }
.baner-text p { font-size:45px; line-height: 60px; color: #ffffff; font-weight: 300; margin:5px 0 20px; }
.baner-text h2.xs-device { display: none; }

/* Overview */
.overview { padding-top:70px; background: #080b13; }
.overview .container-fluid { position: relative; z-index: 100; }

blockquote { font-size: 23px; color: #cbff8c; border: 2px solid #cbff8c; border-left: 5px solid #cbff8c; padding: 20px; margin: 10px 0 20px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
blockquote span { color: #fff; font-size: 16px; display: block; opacity: 0.5; margin-top:5px; }

.overview .img-text h3 { font-size: 15px; line-height: 20px; font-family: 'Rubik', sans-serif; font-weight: normal; background-image: -moz-linear-gradient( 0deg, rgb(34,38,48) 11%, rgb(170,170,170) 49%, rgb(102,104,109) 65%, rgb(34,38,48) 91%); background-image: -webkit-linear-gradient( 0deg, rgb(34,38,48) 11%, rgb(170,170,170) 49%, rgb(102,104,109) 65%, rgb(34,38,48) 91%); background-image: -ms-linear-gradient( 0deg, rgb(34,38,48) 11%, rgb(170,170,170) 49%, rgb(102,104,109) 65%, rgb(34,38,48) 91%); }


/* TickerSlider */
.ticker-slider { background: #080b13; padding:40px 0 50px; overflow: hidden; *position: relative; }
ul.scroller { position: relative; white-space: nowrap; font-size: 0; }
.ticker-slider .scroller li { font-family: 'El Messiri', sans-serif; text-transform: uppercase; white-space: nowrap; margin:0 10px; font-size:75px; line-height: 70px; letter-spacing: 1px; color: #080b13;  display: inline-block; *display: inline;vertical-align: middle; white-space:nowrap; -webkit-text-fill-color: #080b13; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #232730; }


/* Education */
.education { position:relative; padding-top:80px; padding-bottom:80px; }
.education-box { display: block; overflow: hidden; border-radius: 10px 10px 100px 10px; -webkit-border-radius: 10px 10px 100px 10px; -moz-border-radius: 10px 10px 100px 10px; }
.education .title { margin-bottom: 50px; }
.education-box img.education-img { width:100%; height:170px; object-fit: cover; }
.education-box .detail { padding:15px 20px; background: #030509; }
.education-box .detail .small-btn { margin-top:10px; }

.owl-carousel .owl-item { opacity: 0.5; transition:0.3s ease-in-out; -webkit-transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; transform: scale(0.8); -webkit-transform: scale(0.8); -moz-transform: scale(0.8); }
.owl-carousel .owl-item.center { opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); }

.owl-carousel .owl-stage-outer { z-index: 10; }
.owl-nav { display: flex; justify-content: space-between; align-items: center; position: absolute; left: -50px; right: -50px; top: 50%; transform: translateY(-50%); -wekbit-transform: translateY(-50%); -moz-transform: translateY(-50%); }
.owl-nav div { font-size:0px; width:40px; height:40px; display: block; cursor: pointer; opacity: 0.5; }
.owl-nav div:hover { opacity: 1; }
.owl-nav .owl-prev { background: url("../images/prev-arrow.png")no-repeat center center / cover; }
.owl-nav .owl-next { background: url("../images/next-arrow.png")no-repeat center center / cover; }

.owl-dots { display: flex; justify-content: center; align-items: center; margin: 30px 0 0; }
.owl-dots .owl-dot { width:7px; height:7px; margin:0 7px; background: white; opacity: 0.2; transition:0.3s ease-in-out; -webkit-transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; border-radius: 50%; -wekbit-border-radius: 50%; -moz-border-radius: 50%; }
.owl-dots .owl-dot.active { width:10px; height:10px; opacity: 0.8; }

.jwplayer { border-radius: 10px 10px 70px 10px; -webkit-border-radius: 10px 10px 70px 10px; -moz-border-radius: 10px 10px 70px 10px; }

/* Faculty */
.faculty { background: #080b13; padding-top:60px; padding-bottom: 100px; }
.faculty .title { position: relative; }
.faculty .faculty-vector { position: absolute; left:0; right:0; top:90%; margin: auto; }

.carousel-indicators { width: 100%; }
.carousel-indicators .item { cursor: pointer; width:100%; font-family: 'El Messiri', sans-serif; position: relative; padding:8px 0 5px 20px; font-size:19px; color: #393a3d; border:none; border-bottom: 1px solid rgba(255,255,255,0.05); border-radius:0px; }
.carousel-indicators .item.active { background: transparent; }

.carousel-indicators .item:before { content: ""; display: block; opacity: 0; position: absolute; left:-5px; top:7px; width:21px; height:21px; background: url("../images/left-arrow.png")no-repeat center center / cover; }

.carousel-indicators .item.active, .carousel-indicators .item:hover, .carousel-indicators .item:focus, .carousel-indicators .item:active { color: #aaaaaa; background: transparent; border-bottom:1px solid rgba(255,255,255,0.05); }
.carousel-indicators .item.active:before { opacity: 1; }

.carousel-inner .carousel-item .d-flex { background: #04060a; justify-content: flex-start; overflow: hidden; border-radius: 10px 10px 60px 10px; -webkit-border-radius: 10px 10px 60px 10px; -moz-border-radius: 10px 10px 60px 10px; }

.doc-detail { padding:20px 30px; }
.doc-detail p { font-size: 15px; margin: 6px 0; line-height: 16px; opacity: 0.75; }
.doctor-img { min-width: 200px; padding:25px; background: rgba(37,86,88,0.26); }
.doctor-img img { width:100%; height:100%; object-fit: contain; }


/* Vertical Slider */
.carousel { width:100%; }
.content { position: static; }

.carousel-indicators { display: inline-block; margin: 0; position: static; direction: rtl; }

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}


/* Resources */
.resources { background: #080b13; padding-top:50px; padding-bottom: 80px; }
.resources ul.second-column { padding-right:15px; position: relative; }
.resources ul.second-column:after { content: ""; display: block; position: absolute; right:-15px; top:0; bottom:0; width:1px; background: rgba(255,255,255,0.05); }
.resources ul.third-column { padding-left:15px; }
.resources ul li a { display: flex; justify-content: flex-start; align-items: flex-start; padding:10px 0; border-bottom:1px solid rgba(255,255,255,0.05); }
.resources ul li a img { min-width: 30px; width:30px; margin-right:10px; opacity: 0.5; transition: 0.3s ease-in-out; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; }
.resources ul li a .text h5 { font-size: 17px; color: #aaaaaa; }
.resources ul li a .text p { font-size: 15px; line-height: 20px; color: #605f5f; }

.resources ul li:last-child a { border: none; }
.resources ul li a:hover img { opacity: 1; }

/*===== *************** =====*/


/*===== Modal CSS =====*/
.page-load.modal-open { overflow: hidden; }
.modal-open header, .modal-open main, .modal-open footer { filter: blur(5px); -webkit-filter: blur(5px); -moz-filter: blur(5px); }

.modal-open, .modal-open .modal { padding:0 !important; }
.modal-dialog { max-width: 1000px; margin-top:0; margin-bottom:0; }
.modal-content { background: transparent; border:none; }
.modal-header { border-bottom:none; padding-bottom: 0px; }
.modal-header .modal-title { color:#fff; font-size: 24px; }
.modal-header .modal-title span { font-size: 20px; display: block; opacity: 0.75; }
.modal-header .close { color: #fff; font-weight: normal; font-size: 30px; padding: 15px 20px; }

.modal-footer { border: none; }

.modal-body.focus-here { height: 75vh; min-height: 500px; overflow: auto; }

/* width */
.modal-body.focus-here::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.modal-body.focus-here::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
 
/* Handle */
.modal-body.focus-here::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border-radius: 10px;
}

/* Handle on hover */
.modal-body.focus-here::-webkit-scrollbar-thumb:hover {
  background: #aaaaaa; 
}


.modal-body h5 { color: #fff; margin:15px 0 0; }
.modal-body p.name { font-size:18px; color: #fff; }
.modal-body p { margin: 0 0 15px; line-height: 22px; }
.modal-body p a { font-style: italic; color: #cbff8c; opacity: 0.75; }
.modal-body p a:hover { text-decoration: underline; }

.modal-body ul li { margin:10px 0; }
.modal-body ul li .d-flex span.dot { min-width: 6px; height: 6px; display: block; background: #aaaaaa; margin: 8px 10px 0 0; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
.modal-body ul li .d-flex p { margin:0; }

.panel-timeline { display: flex; justify-content: space-between; align-content: center; width:99%; border: 2px solid rgba(255,255,255,0.2); }
.panel-timeline div { padding: 10px 40px; }
.panel-timeline span { display: block; font-size:15px; opacity: 0.75; } 
.panel-timeline p { margin: 0; color:#fff; }

.faculty-details ul li { width: 49%; display: inline-block; vertical-align: top; margin: 0 0 10px; padding-right:20px; }
.faculty-details ul li:last-child { margin: 0; }
.faculty-details ul li p { margin:5px 0; }

.modal-backdrop.show { opacity: 1; background-color: rgba(8, 11, 19, .9); }

.jwplayer.jw-flag-aspect-mode { width:90% !important; margin:0 5% !important;  }
/*#ClaimCredit1, #ClaimCredit2 { display: none; }*/
.hide { display: none !important; }
.claim-credit { padding: 1rem; width: 100% !important; }
.claim-credit ul { margin:10px 0 20px; }
.claim-credit ul li { margin:15px 0; }
.claim-credit ul li span.number { min-width: 25px; }
.claim-credit p a { font-style: italic; color: #cbff8c; opacity: 0.75; }
.claim-credit p a:hover { text-decoration: underline; }

.claim-credit-wrapper .close-claim { width: 52px; height: 52px; padding: 8px 15px; border: 2px solid #ff6b6b; }

.claim-credit p.note { font-size: 22px; }


.mCustomScrollbar, .mCustomScrollbarSecond, #EducationVideo6 iframe { height: 70vh; min-height: 400px; }
.ss-scroll { width:10px; opacity: 1; }

.iframe-box { overflow: hidden; }
.iframe-box iframe { width:100% !important; height: 945px !important; border: none; background: transparent; outline: none; }\



.modal.show .modal-dialog { margin: 0 auto !important; }

.modal-body.focus-here { padding-bottom: 70px; }
#EducationActivity1 .modal-content, #EducationActivity2 .modal-content, #EducationActivity3 .modal-content, #EducationActivity4 .modal-content, #EducationActivity5 .modal-content, #EducationActivity6 .modal-content { overflow: auto; height: 100vh; }
#EducationActivity1 .modal-footer, #EducationActivity2 .modal-footer, #EducationActivity3 .modal-footer, #EducationActivity4 .modal-footer, #EducationActivity5 .modal-footer, #EducationActivity6 .modal-footer { position: fixed; left: 0; right: 0; bottom: 0; background: #080c13; z-index: 10000; padding: 10px 15px; }

/*===== *************** =====*/ 


/*.owl-carousel { display: flex; justify-content: space-around; align-items: center; }*/
.owl-carousel .item { max-width: 500px; }


/*===== Responsive CSS =====*/
@media screen and (max-width: 1920px) {
    h2 { font-size: 65px; line-height: 80px; }
    h2 img { width:65px; }
    .btn { font-size: 21px; }
    
    .side-padding { padding-left:70px; padding-right:70px; }
    
    .lungs-imgs { max-width: 1200px; margin-left:-85px; }
    .baner-text { max-width:1050px; }
    .baner-text p { font-size: 30px; line-height: 35px; }
    
}
    
    
@media screen and (max-width: 1365px) {
    h2 { font-size:60px; }
    
}


@media screen and (max-width: 1200px) {
    body { font-size: 15px; line-height: 20px; }
    h2 { font-size:50px; }
    h2 img { width: 60px; margin-top: -10px; }
    h3 { font-size:40px; }
    h4 { font-size:20px; }
    .btn { font-size:18px; }
    
    .side-padding { padding-left: 0; padding-right: 0; }
    
    /* HeaderFooter CSS */
    nav.navbar .navbar-brand { margin:15px 0 0; }
    nav.navbar .navbar-brand, nav.navbar .navbar-brand a, nav.navbar .navbar-brand a img { width:110px; }
    nav.navbar .navbar-nav { padding:20px 20px 20px 10px; }
    .navbar-nav .nav-link { font-size:17px; }
    
    footer { padding-top: 30px; padding-bottom: 30px; }
    
    
    /* HomePage CSS */
    .banner { padding-bottom: 50px; }
    .lungs-imgs { max-width: 815px; margin-left: -15px; }
    .baner-text p { font-size:22px; width:80%; }
    
    .overview { padding-top:50px; }
    
    .ticker-slider .scroller li { font-size: 50px; }

    .education { padding-top: 50px; padding-bottom: 30px; }
    .education-box { max-width: 400px; margin: 0 auto 30px; }
    .education-box .detail { padding:15px; }
    .owl-nav { left:0; right:0; z-index: 11; }
    .owl-nav div { background-color: rgba(0,0,0,1) !important; background-size: 70% !important; }
    
    .nav-tabs { min-width:200px; }
    .nav-tabs .nav-link { font-size:17px; }
    .tab-content .card { padding-left:20px; }
    .card .card-body .doctor-img { min-width:180px; padding:20px; }
    .card .card-body .doc-detail { padding: 15px 20px; }
    
    .resources { padding-top: 0; padding-bottom: 50px; }
    .resources ul.second-column, .resources ul.third-column { padding:0; }
    .resources ul.second-column li a:last-child { border-bottom: 1px solid rgba(255,255,255,0.05); }
    
    .doc-detail p { margin:7px 0; }
    
        
}
    

@media screen and (max-width: 991px) {
    body { font-size: 14px; }
    
    h2 { font-size: 42px; line-height: 50px; }
    h2 img { width:50px; }
    h3 { font-size: 34px; }
    
    
    /* HomePage CSS */
    .banner { background:#080b13 url("../images/banner-bg.png")no-repeat top right / 100%; }
    .baner-text { margin-top:-20px; }
    .baner-text p { font-size: 18px; width: 100%; line-height: 26px; }
    
    .overview-animation { margin-top:50px; }
    
    .faculty .title { margin-bottom: 50px; }
    .faculty .faculty-vector { left: inherit; top:-50%; }
    .carousel-indicators .item { font-size: 17px; }
    .carousel-indicators .item:before { width:15px; height: 15px; top:9px; }
    
    .resources .title { margin-bottom: 20px; }
    
    .modal-header .modal-title { font-size:22px; }
    .modal-body.focus-here { height: 70vh; }
    .claim-credit-wrapper .close-claim { width: 45px; height: 45px; padding: 8px 10px 8px 12px; }
    
    .owl-carousel .item { max-width: 350px; }
    .owl-carousel .item h4 { height: 72px; overflow: hidden; }
    
    
    
}

@media screen and (max-width: 767px) {
    
    h2 { font-size: 38px; line-height: 40px; }
    h2 span { display: block; }
    h2 img { width: 40px; margin-top: -5px; }

    .btn { font-size: 16px; }
    
    /* HeaderFooter CSS */
    nav.navbar .navbar-brand { margin:10px 0 0; }
    .navbar-toggler { margin:5px 0 0; }
    nav.navbar .navbar-collapse { overflow: hidden; top:calc(100% + 10px); left:15px; right:15px; border-radius: 40px 0 40px 0; -webkit-border-radius: 40px 0 40px 0; -moz-border-radius: 40px 0 40px 0; box-shadow: 0 0 6px rgba(124,211,16,0.5); -webkit-box-shadow: 0 0 6px rgba(124,211,16,0.5); -moz-box-shadow: 0 0 6px rgba(124,211,16,0.5); }
    nav.navbar .navbar-nav {  background: rgba(3,5,9,0.95); padding:0; border: none; border-radius: 0px; }
    .navbar-nav .nav-item { margin: 0; border-bottom: 1px solid rgba(124,211,16,0.2); padding: 15px 20px; }
    
    footer .footer-logo, footer .footer-logo a, footer .footer-logo img { width:100px; }
    footer .copyright-text p { font-size: 12px; }
    
    /* HomePage CSS */
    .banner { background:#080b13 url("../images/banner-bg.png")no-repeat top right / 300px; padding-bottom:50px; }
    .baner-text { margin-top:-15px; }s
    .baner-text p { font-size: 16px; line-height: 20px; }
    .lungs-imgs { padding-top: 60px; border-radius: 0 0 100px 0; -webkit-border-radius: 0 0 100px 0; -moz-border-radius: 0 0 100px 0; }
    
    .linearimg-animation { top:25vh; }
    
    .overview { padding-top:50px; }
    
    .ticker-slider { padding:30px 0; }
    .ticker-slider .scroller li { font-size:36px; list-style-position: 50px; }
    
    .education-box { margin: 0 auto 30px !important; }
    
    
    .nav-tabs { display: none; }
    .tab-pane { display: block !important; opacity: 1; }
    .card .collapse { display: none; }
    .card .collapse.show { display: block; }
    
    .tab-content { max-width: 400px; margin: auto; }
    .tab-content .card { padding-left: 0; }
    .tab-content .card .collapse { margin-bottom: 15px; }
    .card .card-header { display: block; border: none; padding:0; }
    .card .card-header h5 a { position: relative; padding: 15px 15px 15px 25px; font-size: 17px; color: #aaaaaa; display: block; }
    .card .card-header h5 a:before { content: ""; display: block; opacity: 0; position: absolute; left: 0; top: 15px; width: 15px; height: 15px; background: url(../images/left-arrow.png)no-repeat center center / cover; }
    
    .card .card-header h5 a[aria-expanded="false"]:before { opacity: 0 !important; }
    .card .card-header h5 a[aria-expanded="true"]:before { opacity: 1 !important; }
    .card .card-header h5 a[aria-expanded="false"] { opacity:0.5; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .card .card-header h5 a[aria-expanded="true"] { opacity:1; }
    
    .card .card-body { width:100%; flex-direction: column; }
    .card .card-body .doctor-img { min-width: 100%; padding: 20px 20px 0; }
    .card .card-body .doctor-img img { max-height: 200px; object-fit: contain; }
    .card .card-body .doc-detail h4 { font-size: 16px; }
    
    
    .faculty { padding:45px 0; }
    .faculty .title { margin-bottom: 10px; }
    
    .resources ul li a .text p { font-size:13px; line-height: 18px; }
    
    
    #EducationActivity1 .modal-footer .btn.next, #EducationActivity2 .modal-footer .btn.next, #EducationActivity3 .modal-footer .btn.next, #EducationActivity4 .modal-footer .btn.next { padding:8px 15px 6px; }
    #EducationActivity1 .modal-footer .btn.next img, #EducationActivity2 .modal-footer .btn.next img, #EducationActivity3 .modal-footer .btn.next img, #EducationActivity4 .modal-footer .btn.next img { width:12px; }
    .panel-timeline div { padding: 10px 30px; }
    
    .modal-header .modal-title span { font-size: 18px; }
    .faculty-details ul li { width: 100%; }
    .claim-credit-wrapper .close-claim { width: 40px; height: 40px; padding: 7px 10px; }
    
    .claim-credit h5 { font-size: 20px; }    
    .claim-credit p.note { font-size: 16px; line-height: 24px; }
    
    .modal-header .modal-title { font-size: 20px; line-height: 30px; }
    
    
    .owl-carousel { flex-direction: column; }
    .owl-carousel .item h4 { height: auto; }
    
    .carousel-indicators { display: inline-flex; direction: inherit; width: 100%; overflow-x: auto; position: relative; justify-content: normal; }
    .carousel-indicators .item { min-width: 150px; }

    /* width */
    .carousel-indicators::-webkit-scrollbar {
      width: 5px;
        height: 5px;
    }

    /* Track */
    .carousel-indicators::-webkit-scrollbar-track {
      background: #21252f; 
    }

    /* Handle */
    .carousel-indicators::-webkit-scrollbar-thumb {
      background: #f1f1f1; 
    }

    /* Handle on hover */
    .carousel-indicators::-webkit-scrollbar-thumb:hover {
      background: #21252f; 
    }
    
    .vert .carousel-item-next.carousel-item-left,
    .vert .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .vert .carousel-item-next,
    .vert .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0 0);
    }

    .vert .carousel-item-prev,
    .vert .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    
       
}

@media screen and (max-width: 575px) {
    body { font-size: 13px; line-height: 18px; }
    h2 { font-size: 32px; }
    h4 { font-size: 18px; }
    .btn { font-size:15px; }
    .btn.small-btn { font-size:14px; padding:5px 15px 4px; }
    
    /* HeaderFooter CSS */
    
    footer { padding-top: 20px; padding-bottom: 20px; }
    footer .container-fluid { flex-direction: column; }
    footer .copyright-text p { text-align: center; margin-top:15px; }
    
    
    /* HomePage CSS */
    .baner { padding-bottom: 25px; }
    .baner-text p { font-size: 14px; line-height: 20px; }
    
    .overview { padding-top: 25px; }
    .overview-animation { margin-top:30px; }
    .overview-animation, .panel-before img, .panel-after img { width:300px; height:300px; }
    
    .education-box img.education-img { height:140px; }
    .owl-nav { position: relative; }
    .owl-dots { margin:-40px 0 30px; }
    
    .resources { padding-bottom: 40px; }
    .resources ul li a .text h5 { font-size: 15px; }
    
    .carousel-inner .carousel-item .d-flex, .panel-timeline { flex-direction: column; }
    .doctor-img { height:200px; padding:5px 15px; }
    .doc-detail { padding:15px; }
    
    
    
           
}

@media screen and (max-width: 359px) {
    h3 { line-height: 45px; }
    h4 { font-size: 16px; }
    
    nav.navbar .navbar-brand, nav.navbar .navbar-brand a, nav.navbar .navbar-brand a img { width:100px; }
    .navbar-toggler-icon { width:26px; margin:4px 10px; }
    
    .lungs-imgs { padding-top:45px; }
    
    .overview-animation, .panel-before img, .panel-after img { width:280px; height:280px; }
    
    .education-box .detail { padding:10px; }
    
    
    
}

/*===== *************** =====*/



@media screen and (max-width: 1599px) {
    
    .navbar-light .navbar-brand { margin:0px; }
    .navbar-light .navbar-nav.menu-inner .nav-item a { font-size:16px; }
    
    .Appointment .book_btn a { padding:6px 15px 8px; font-size: 16px; }
    
    .navbar-light .navbar-nav.menu-inner .nav-item a { font-size: 16px; padding: 0 8px; }
    

}







