 @charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap');
 

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI Emoji';
    
    color: #ffff; 
    
    overflow-x: auto;
    box-sizing: border-box; 
}

h4,
h5,
h6 {
    line-height: 1.1em;
    color: #ffff;
}


p {
    color: #ffff;
    line-height: 1.1em;
    font-size: 15px;
}


a {
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
    color: none;
}

a:hover {
    text-decoration: none;
    outline: none;
    color: #ffffff;
}


/* ==== header =====
=======================*/

.scrolling-active {
    background-color: #35676b;
    transition: background-color .5s ease;
    box-shadow: 0 3px 1rem rgba(0, 0, 0, .1);
}

.header {
    padding-top: 0px;

}

.header-brand {
    padding-left: 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600px;
}

.social {
    justify-content: right;
}



.nav>li {
    padding-left: 5px;
    font-size: 13px;
    font-weight: 400px;
}

.nav>li>a {
    color: #ffffff;
    padding: 10px;
}

.nav>li>a:hover {
    color: #123f4b;
    background: rgb(221, 216, 216);
}

.nav>li a.active {
    color: #fff;
    cursor: default;
    background-color: #467f86;
    border: 1px solid #fff;
}


@media (max-width: 540px) {
    .header-brand {
        font-size: 15px;
        font-weight: 400px;
    }
}

@media (max-width: 540px) {
    .nav>li {
        font-size: 10px;
        font-weight: 300px;
        padding: 0;

    }
}

/*  ----*/
@media (max-width: 414px) {
    .nav>li>a {
        font-size: 9px;
        font-weight: 100px;
        padding: 1;

    }
}

/*      */



@media (max-width: 412px) {
    .header-brand {
        font-size: 12px;
        font-weight: 400px;
    }
}

@media (max-width: 412px) {
    .nav>li>a {
        font-size: 9px;
        font-weight: 100px;
        padding: 1;

    }
}


@media (max-width: 412px) {
    .nav>li a.active {
        padding: 0;
    }
}


@media (max-width: 412px) {
    ul li{
        margin-bottom: 10px;
    }
}


@media (max-width: 360px) {
    .header-brand {
        font-size: 11px;
        font-weight: 200px;
    }
}

@media (max-width: 360px) {
    .nav>li>a {
        font-size: 8px;
        font-weight: 100px;
        padding: 1;

    }
}

@media (max-width: 360px) {
    .nav>li a.active {
        padding: 0;
    }
}






/*----- slider 
======================*/


.carousel-inner img {
    /*border: 2px solid#566a80;*/
    position: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.carousel-caption {
    padding-bottom: 15px;
}

.carousel-caption h5 {
    color: rgb(255, 252, 203);
    font-size: 18px;
    line-height: 0.5em;
    font-weight: 300px;
}

@media (max-width: 540px) {
    .carousel-caption h5 {
        font-size: 12px;
        font-weight: 300px;
    }
}

@media (max-width: 412px) {
    .carousel-caption h5 {
        font-size: 10px;
        font-weight: 200px;

    }
}

@media (max-width: 412px) {
    .carousel-caption {
        padding-bottom: 10px;
    }
}






/* --------   SERVICES
============================ */



.services {
    background-color: #016d6d;
    padding-top: 10px;
    padding-bottom: 10px;

}


.services .srv-text {
    padding-top: 50px;

}


.srv h4 {
    padding-top: 90px;
    padding-bottom: 20px;
}

.srv-text h5 {
    font-size: 17px;
}

.srv-text h6 {
    font-size: 15px;
}

@media (max-width: 912px) {
    .services .srv-text {
        padding-top: 10px;
    }
}

@media (max-width: 540px) {

    .srv-text h5,
    .srv-text h6 {
        font-size: 11px;
    }
}







/* ----- Programs figure
=============================*/



.programs {
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 10px;
    background-color: #748f9e;
    
}

.prog-text{
    padding-bottom: 15px;
}


.prog-text h4 {
    padding-top: 90px;

}

.prog-text h6 {
    
    padding-right: 10px;

}

.prog-text a {    
    color: #18cbcb;
    font-size: 15px;
}

.prog-text a:hover {
    text-decoration: none;
    color: #ffffff;
    
}


.programs figure {
    position: relative;
    background: #35676b;
    cursor: pointer;    
}

.programs figure img {
    display: absolute;
    position: relative;
    display: block;
    /*opacity: 0.9; */
    width: 100%;
   
}


.programs figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.programs figure figcaption::before,
.programs figure figcaption::after {
    pointer-events: none;
}



@media (min-width: 360px) and (max-width: 912px) {
    .col-md-5 {
        width: 100%;
    }
}


@media (min-width: 412px) and (max-width: 912px) {
    .prog-text a {
        font-size: 12px;
    }
}


/* ------ Programs  text 
================================*/


figure.figprog  {
    text-align: right;    
}

figure.figprog i {
    
    font-size: 13px;    
}

figure.figprog h5 {
    top: 30px;
    font-size: 12px;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.figprog h6 {
    position: absolute;
    right: 30px;    
    padding: 10px 0;
    font-size: 11px;
    bottom: 2px;
    color: #fff;
    line-height: 1.5;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.figprog:hover h5 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.figprog h5::after {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.figprog h5::after,
figure.figprog h6 {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.figprog:hover h5::after,
figure.figprog:hover h6 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (max-width: 1280px) {
    figure.figprog i {
        font-size: 12px;
        
    }
}

@media (max-width: 540px) {
    figure.figprog i {
        font-size: 10px;
        
    }
}

@media (max-width: 414px) {
    figure.figprog h5 {
        font-size: 9px;
        font-weight: 100px;

    }
}

@media (max-width: 414px) {
    figure.figprog h6 {
        font-size: 8px;
        font-weight: 200px;

    }
}



/* ------ about us caption text 
================================*/

.about {

    padding-top: 10px;
    padding-left: 80px;
    padding-bottom: 30px;
    background-color: #5d8ba3;
}

.abt-coll {
    padding-top: 90px;
}

.abtus-card {
    background-color: #748f9e;
}

.card-body h5 {
    font-size: 18px;
}

.misvis-coll {
    padding-top: 20px;
}

.core-coll {
    padding-top: 20px;
}

@media (min-width: 540.98px) and (max-width: 912px) {

    .abt-coll,
    .misvis-coll,
    .core-coll {
        width: 100%;
    }
}

@media (min-width: 820.98px) and (max-width: 912px) {
    .about {
        padding-left: 70px;
    }
}

@media (min-width: 412px) and (max-width: 540px) {
    .about {
        padding-left: 40px;
    }
}

@media (min-width: 360px) and (max-width: 411px) {
    .about {
        padding-left: 30px;
    }
}





/* --- contact us card 
================================*/

.contact {
    background-color: #65AAF0;
    padding-top: 10px;
    padding-left: 70px;
    padding-bottom: 30px;
}

.contact .cont-us {
    padding-top: 90px;
    padding-bottom: 20px;
}

.contus-card {
    background-color: #71a9e0;
}

.contact-section .card hr {
    border-color: #4c7976;
    border-width: 1.0rem;
    width: 3rem;
}

.small h6 {
    font-size: 15px;
    font-weight: 300px;
    color: #ffffff;
    border: 0;
    box-sizing: none;
}

.small button {
    font-size: 15px;
    font-weight: 300px;
    /*color: #cdecff; */
    color: #016d6d;
    background: none;
    outline: none;
    border-style: none;
}

.small button:hover {
    text-decoration: none;
    color: #ffffff;
    /*outline:solid #ffffff;*/
}


@media (min-width: 540.98px) and (max-width: 912px) {
    .col-md-3 {
        width: 100%;
        padding-top: 10px;
    }
}

@media (min-width: 540.98px) and (max-width: 912px) {

    .small h6,
    .small a {
        font-size: 15px;
    }
}

@media (min-width: 820.98px) and (max-width: 912px) {
    .contact {
        padding-left: 90px;
    }
}

@media (min-width: 912.98px) and (max-width: 1280px) {
    .col-md-3 {
        width: 50%;
        padding-top: 10px;
    }
}

@media (min-width: 412px) and (max-width: 540px) {
    .contact {
        padding-left: 40px;
    }
}

@media (min-width: 360px) and (max-width: 411px) {
    .contact {
        padding-left: 30px;
    }
}





/*  ---- facilities & News ---
-------------------------------*/

.faci,
.news {
    padding-top: 30px;
}

.faci h6,
.news h6 {
    color: #272727;
    font-size: 17px;
    font-weight: 500px;
}

ul.sidebar-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-gallery li {
    display: inline-block;
    margin: 0 10px 10px 0;
    border-radius: 0px;
}





/* ---- footer ------
-------------------------*/
.footer {
    background: #272727;
    height: 85px;
}

.social-icon,
.copyr {
    padding-top: 20px;
}

ul.social-network {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-network li {
    display: inline;
    font-size: 12px;
    padding-right: 10px;
    font-weight: 300;

}

ul.social-network li a {
    color: #65AAF0;

}

ul.social-network li a:hover {
    color: #ffffff;
}

.copyright {
    color: #8f8720;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    text-shadow: none;
}

