body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    overflow-x: hidden;
}
.container {
    max-width: 1366px;
    width: 100%;
}
span.fa.fa-envelope {
    color: white;
    margin-right: 10px;
    margin-top: -13px;
}
a.mr-2 {
    color: white;
}
span.fa.fa-phone.mr-1 {
    font-size: 14px;
    margin-top: -10px;
}
p.number {
    font-size: 14px;
    display: inline-block;
    color: white
}
p.mb-0.phone.pl-md-2 {
    /* margin-top: -17px; */
}
@media (min-width: 1366px) {
    .container {
        width: 90%;
    }
}
a {
    color: rgb(7, 7, 7);
    transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
    color: rgb(0, 0, 0);
    text-decoration: none;
    outline: none !important;
}
.d-flex {
    display: flex !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important;
}
.dropdown-item {
    padding: 0.5rem 1rem;
}

.wrap {
    position: relative;
    z-index: 0;
    width: 100%;
    background: linear-gradient(to top, #09203f 0%, #537895 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.01);
}
.wrap .phone {
    z-index: 1;
}
.wrap .phone a {
    color: rgb(255, 255, 255);
    font-size: 12px;
}
.social-media {
    display: none;
}
@media (min-width: 768px) {
    .social-media {
        display: inline-block;
    }
}
.social-media p a {
    width: 30px;
    height: 30px;
    padding: 6px 10px;
    margin: 0 3px;
}
.social-media p a span {
    color: rgb(229, 255, 244);
}
.social-media p a:hover {
    background: rgb(229, 255, 244);
}
.social-media p a:hover span {
    color: #1d566e;
}

.school-logo {
    /* padding: 10px 20px; */
    /* margin-left: 25px; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo-text {
    margin-left: 10px;
    font-weight: 1000;
    font-size: 19px;
    color: #163a5f;
    line-height: 1.3;
    
}

.logo {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #45EBA5;

}

.logo-container {
    background: linear-gradient(109.6deg, rgb(102, 203, 149) 11.2%, rgb(39, 210, 175) 98.7%);
   
}

.nav-container {
    background: #E5FFF4;
    /
    /* margin-bottom:19px; */
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #45eba5 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(0 0 0 / 75%) !important;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}
@media (min-width: 768px) {
    .navbar {
        /* padding: 1.66rem 0rem; */
    }
}
/*about us section*/
.aboutWrap {
    width: 100%;
    padding: 40px 0;
}
.about-image-container {
    overflow: hidden;
    --g: 0px;
    --b: 12px;
    --c: #1d566e;
        background: linear-gradient(to top, #09203f 0%, #537895 100%);
    padding: calc(var(--g) + var(--b));
    --_c: #0000 0 25%, var(--c) 0 50%;
    --_g1: repeating-linear-gradient(90deg, var(--_c)) repeat-x;
    --_g2: repeating-linear-gradient(180deg, var(--_c)) repeat-y;
    background: var(--_g1) var(--_p, 25%) 0, var(--_g2) 0 var(--_p, 125%), var(--_g1) var(--_p, 125%) 100%, var(--_g2) 100% var(--_p, 25%);
    background-size: 200% var(--b), var(--b) 200%;
    cursor: pointer;
    transition: .3s;
}
.about-image-container:hover {
    --_p: 75%;
    filter: grayscale(0%);
}
.about-image-container img {
    width: 100%;
    border-radius: 10px;
}

.title-container {
    position: relative;
}
.visionWrap {
    width: 100%;
    padding: 40px 0;
    background-color: #f9f9f9;
}
.vision-image-container {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    --g: 0px;
    --b: 12px;
    --c: #1d566e;
    padding: calc(var(--g) + var(--b));
    --_c: #0000 0 25%, #45eba5 0 50%;
    --_g1: repeating-linear-gradient(90deg, var(--_c)) repeat-x;
    --_g2: repeating-linear-gradient(180deg, var(--_c)) repeat-y;
    background: var(--_g1) var(--_p, 25%) 0, var(--_g2) 0 var(--_p, 125%), var(--_g1) var(--_p, 125%) 100%, var(--_g2) 100% var(--_p, 25%);
    background-size: 200% var(--b), var(--b) 200%;
    cursor: pointer;
    transition: .3s;
}
.vision-image-container:hover {
    --_p: 75%;
    filter: grayscale(0%);
}
.vision-image-container img {
    width: 100%;
    border-radius: 10px;
}

.title-container h6 {
    font-size: 35px;
    line-height: 45px;
    color: #21ABA5;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.about-details-container p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    padding: 0;
    margin: 10px 0;
}

.read-more-container a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(109.6deg, rgb(102, 203, 149) 11.2%, rgb(39, 210, 175) 98.7%);
    padding: 9px 24px;
    border-radius: 50px;
    display: inline-block;
}

.read-more-container a:hover {
    background: #21ABA5;
    /* transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1); */
    filter: hue-rotate(0);
}

.about-details-container {
    display: flex;
    padding: 20px;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

@media (min: 768px) {
    .about-details-container {
        padding: 40px;
    }
    .about-details-container p {
        margin: 20px 0;
    }
}

/* span.clippath {
    position: absolute;
    background: #45EBA5;
    clip-path: polygon(33% 0, 100% 0, 100% 79%);
    width: 100px;
    height: 100px;
    left: -5px;
    top: 122px;
    bottom: 15px;
    transform: rotate(159deg);
} */

/* span.clippath:hover {
    transform: scale(1.6);
    background-color: #de3448;
    transition-duration: 3s;
} */

.vision-title {
    font-size: 35px;
    line-height: 45px;
    color: #21ABA5;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.vision-content {
    padding: 0 10px;
}
.vision-content p {
    line-height: 1.3;
}
.vision-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.vision-content ul li {
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}
.vision-content ul li:last-child {
    margin-bottom: 0;
}
.vision-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 3px;
    background-color: #21ABA5;
}

/* .vision.container p {
    height: 115px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
} */

.vision-title h6 {
    color: #21ABA5;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}


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

.circle {
    left: 0;
    right: 0;
    margin: auto;
}


.carousel-item {
    height: 32rem;

}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;

}

/********* footer*********/

/*gallery starts*/
.gallery-section {
    padding: 15px 0px 40px;
    position: relative;
}

.gallery-section .container {
    position: relative;
    z-index: 8;
}

.gallery-section::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 60%;
    bottom: 0;
    background: linear-gradient(to right, #21ABA5, #135058);
}

.gallery-video-section {
    border-radius: 15px;
    overflow: hidden;
}

.gallery-video-section img {
    width: 100%;
}

.video-play-button {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(109.6deg, rgb(102, 203, 149) 11.2%, rgb(39, 210, 175) 98.7%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    
}
.video-play-button::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: linear-gradient(109.6deg, rgb(102, 203, 149) 11.2%, rgb(39, 210, 175) 98.7%);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}
.video-play-button span {
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 14px solid #FFFFFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;

}

.video-detail-section {
    border-radius: 15px;
    overflow: hidden;
    padding: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.video-detail-section h4 {
    font-size: 28px;
    line-height: 38px;
    color: #21ABA5;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.video-detail-section h4 span {
    color: #45EBA5;
    font-weight: bold;
}

.video-detail-section p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    padding: 0;
    margin: 15px 0;
}

.video-detail-section a {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    background: linear-gradient(109.6deg, rgb(102, 203, 149) 11.2%, rgb(39, 210, 175) 98.7%);
    padding: 8px 25px;
    border-radius: 150px;
    transition: all linear 0.5s;
}

.video-detail-section a:hover {
    color: #ffffff;
    background-color: #000;
}

.gallery-scroll {
    padding: 0 0 40px;
    background: linear-gradient(to right, #21ABA5, #135058);
}

.gallery-item img {
    width: 100%;
}

.gallery-item a {
    display: block;
}

/*gallery ends*/

/*footer section*/
footer {
    padding: 20px 0px 0px;
    background: #E4FFF4;
    background-image: url("../images/footer-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

.footer-logo-container {
    width: 30vw;
}

.footer-logo-container img {
    width: 96%;
}

.footer-top-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-media-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    left: 0;
    position: relative;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-social-media-container ul li {
    margin-right: 10px;
}

.footer-social-media-container ul li:last-child {
    margin-right: 0;
}

.footer-title {
    margin: 15px 0px;
}

.footer-title h5 {
    font-size: 25px;
    line-height: 35px;
    color: #1d566e;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.footer-about p {
    font-size: 16px;
    line-height: 26px;
    color: #062925;
    padding: 0;
    margin: 0;
}

.footer-contact-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    left: 0;
    position: relative;
    vertical-align: middle;
    display: flex;
    align-items: flex-start;
    /* justify-content: flex-end; */
    flex-wrap: wrap;
}

.footer-contact-container ul li {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    position: relative;
    padding-left: 17px;
    margin-bottom: 25px;
}

.footer-contact-container ul li img {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-contact-container ul li h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #21ABA5;
    padding: 0 0 0 40px;
    margin: 0;
}

.footer-contact-container ul li p {
    font-size: 14px;
    line-height: 22px;
    color: #062925;
    padding: 0 0 0 40px;
    margin: 0;
}

.footer-quick-contact {
    padding: 15px 15px;
    background: linear-gradient(to top, #09203f 0%, #537895 100%);
    margin-top: 25px;
    border-radius: 150px;
}

.footer-quick-contact ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    left: 0;
    position: relative;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-quick-contact ul li {
    margin-right: 15px;
}

.footer-quick-contact ul li:last-child {
    margin-right: 0;
}

.footer-quick-contact ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    text-decoration: none;
    text-transform: capitalize;
}

.copy-right-container {
    padding: 15px 15px;
    background: #e4fff4;
}

.copy-right-container p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    padding: 0;
    margin: 0;
}

.copy-right-container p a {
    text-decoration: none;
    color: #3A9188;
    font-weight: 700;
}

/*footer section*/

.text1 {
    font-size: 1.563rem;
    color: #fff;
}

.text2 {
    font-size: 3.125rem;
    color: #fff;
}

.text2 span {
    font-weight: 900;
}

.mfp-bg {
    z-index: 8888888 !important;
}

.mfp-wrap {
    z-index: 88888888 !important;
}

.about-button-box a {
    text-align: center;
}

.nav_inner_cnt.dropdowns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media only screen and (max-width: 481px) and (max-width: 640px) {
    .banner-bottom ul {
        list-style-type: none;
        position: relative;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navnew {
        width: 100%;
    }
    .wrap .phone a {
        color: rgb(255, 255, 255);
        font-size: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .nav_inner_cnt.dropdowns {
        width: 100%;
        margin: 0;
        right: 0;
        left: 0;
        top: 100%;
        bottom: auto;
        padding: 0;
        background-color: transparent;
    }

    a.toggleMenu.active {
        color: white;
    }

    .banner-bottom {
        display: flex;
        align-items: center;
        justify-content: flex-end;

        text-align: right;
    }

    .top-container {
        background-image: none;
    }

    .language-small-box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 14px;
        box-sizing: border-box;
        border: solid #3a9188 4px;
    }

    .milestone-main-box {
        display: block;
    }

    .footer-top-container {
        display: block;

    }

    .footer-logo-container {
        width: 90vw;
    }

    .footer-top-container {
        display: column;
    }

}

@media only screen and (max-width: 481px) and (max-width: 640px) {
    .footer-contact-container ul {
        flex-direction: column;
    }


    .footer-contact-container ul li h6,
    .footer-contact-container ul li p {
        position: relative;
    }
    p.number {
        display: none;
    }
    .footer-quick-contact ul {
        flex-wrap: wrap;
    }

    .footer-quick-contact ul li {
        margin-right: 8px;
    }
}


/**********News and Events*************/
.eventsWrap {
    width: 100%;
    padding: 40px 0;
}
.sec-heading.text-center h6 {
    font-size: 35px;
    line-height: 45px;
    color: #21ABA5;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
/* .logo-img {
    max-width: 80px;
} */
@media only screen and (max-width: 775px) {
    .navbar-toggle {
        background-color: #fff;
        margin: 10px auto;
        float: none;
    }
    p.number {
        display: none;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-dark .navbar-toggler {
        color: rgb(29 86 110);
        position: absolute;
        float: right;
        /* background-color: rgb(29 86 110); */
        /* border: 4px solid #45eba5; */
        /* border-radius: 4px; */
        position: absolute;
        z-index: 1;
        top: -37px;
        right: 0;
        padding: 0px 0;
    }
    
    

    .navbar {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    nav#ftco-navbar {
        flex-direction: column;
        padding: 0;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #1d566e !important;
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        padding: 0px 146px 0px 0px;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        max-width: 85%;
    }

    .top-logotxt {
        font-size: 16px;
        line-height: 1.2;
    }

    .col-md-8.menu-bg {
        height: 15vh;
    }

    .text.mb-30 {
        height: 113px;
    }

    .post-slide {
        background: #fff;
        /* margin: 20px 15px 20px; */
        border-radius: 15px;
        padding-top: 1px;
        box-shadow: 0px 14px 22px -9px #bbcbd8;
    }

    .about-image-container img {
        width: 100%;
    }

    /* .vision-bg {
        margin-top: 5px !important;
    } */

    .mission-bg {
        margin-top: 10px !important;
    }
}

.line {
    position: absolute;
    left: -19px;
    top: 39px;
    bottom: 15px;
    transition-duration: 10s;
}
/* 
.line:hover {

    border-radius: 2px 2px 2px 2px;
    -webkit-transform: translate(-9%, 7%);
    transition-duration: 8s;
} */

.col-md-4.d-flex.align-items-center {
    background-color: #163A5F;
}

.news-slider.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible !important;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.innerpage_bnr {
    position: relative;
    padding: 15vh 1vw;
    background-image: url(/img/innerpage.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.innerpage_bnr h6 {
    position: relative;
    /* z-index: 8888; */
    color: white;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.vision-bg {
    margin-top: 20px;
}

.mission-bg {
    margin-top: 9%;
}

.acilitiesWrap {
    width: 100%;
    padding: 40px 0;
}

@media (max-width: 765px) {
img.logo-img {
    width: 100%;
}}

#btn-back-to-top {

    position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  
  }
  #btn-back-to-top:hover {
      transform: rotateY(180deg);
      /* box-shadow: 0 0 0 10px rgba(199, 33, 39, 0.2); */
      -webkit-box-shadow: 0 0 0 10px #a2ccab;
  }
  /* Floating Menu */
.floatingMenu {
    z-index: 2;
    position: fixed;
    left: -100px;
    top: 132px;
    height: 100%;
    width: 100%;
    max-width: 240px;
    background: linear-gradient(to top, #09203f 0%, #537895 100%);
    -webkit-box-shadow: 0px 3px 18px 1px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 3px 18px 1px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 3px 18px 1px rgba(0, 0, 0, 0.29);
    transform: translate(-100%);
    transition-duration: .3s;
}
.floatingMenu.open {
    left: 0;
    transform: translate(0);
}
.closeMenu {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;    
}
.floatingMenu h4 {
    font-size: 22px;
    color: #fff;
    padding: 30px 15px;
    margin: 0;
}
.floatingMenu ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    height: calc(100vh - 86px);
    overflow: auto;
}
.floatingMenu ul li {
    margin: 0;
    width: 100%;
    display: inline-block;
}
.floatingMenu ul li a {
    padding: 10px 15px;
    width: 100%;
    display: inline-flex;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}
.floatingMenu ul::-webkit-scrollbar {
    width: 4px;
}

.floatingMenu ul::-webkit-scrollbar-track {
    background: #d9e1e6;
}

.floatingMenu ul::-webkit-scrollbar-thumb {
    background: #155E75;
}

.floatingMenu ul::-moz-scrollbar {
    width: 4px;
}

.floatingMenu ul::-moz-scrollbar-track {
    background: #d9e1e6;
}

.floatingMenu ul::-moz-scrollbar-thumb {
    background: #155E75;
}

.floatingMenu ul::-o-scrollbar {
    width: 4px;
}

.floatingMenu ul::-o-scrollbar-track {
    background: #d9e1e6;
}

.floatingMenu ul::-o-scrollbar-thumb {
    background: #155E75;
}

body::-ms-scrollbar {
    width: 4px;
}

body::-ms-scrollbar-track {
    background: #d9e1e6;
}

body::-ms-scrollbar-thumb {
    background: #155E75;
}
a#extraMenuLink{
    margin-top: 8px;
}
.sticky-top {
    top: -100px;
    transition: .5s;
}