@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&family=Zilla+Slab:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comforter+Brush&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #757575;

}

img {
    width: 100%;
}

a {
    text-decoration: none;
    color: #0088d0;
}

a:hover {
    text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
}

.line {
    line-height: 3px;
    height: 3px;
    width: 50px;
    background: #CCC;
    margin-bottom: 10px;
    border-radius: 3px;
}

.line2 {
    line-height: 3px;
    height: 3px;
    width: 50px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    border-radius: 3px;
}

#scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #4db848;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
}

#scroll:hover {
    background-color: #29bffa;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.top-info {
    background: #000;
    padding: 5px 20px;
    color: #FFF;
    font-size: 14px;
}

.top-info a {
    color: #FFF;
}

.social-bottm {
    color: #666;
    font-size: 14px;
    float: right;
}

.social-bottm i {
    margin: 0;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    padding: 6px;
}

.social-bottm a i {
    color: #FFF;
}

.social-bottm2 {
    color: #666;
    font-size: 14px;
}

.social-bottm2 i {
    margin: 0;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    padding: 6px;
}

.social-bottm2 a i {
    color: #FFF;
}

.navbar .navbar-brand img {
    max-width: 300px;
    padding: 5px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin: 1px 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    padding: 6px 10px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.7);
}

.navbar-nav .nav-link.active {
    background: #02adee;
    color: #fff;
}

.navbar-nav .nav-link:hover {
    background: #02adee;
    color: #fff;
}

.navbar {
    padding: 15px 0;
    background: url(../images/himalaya.jpg) no-repeat;
    background-size: auto;
}



.nav-item .text-bg-warning {
    background: #4db848 !important;
    color: #FFF !important;
}

.nav-item .text-bg-warning:hover {
    background: #000 !important;
    color: #FFF !important;
}

.navbar-nav li:hover .dropdown-menu {
    display: block;
    margin: 0;
}

.dropdown-item {
    font-size: 14px;
}

.slider-banner .carousel-item {
    width: 100%;
    height: 550px;
}

.slider-banner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-banner .carousel-item .carousel-caption {
    color: #FFF;
    text-align: center;
    margin: 0 auto;
}

.slider-banner .carousel-item .carousel-caption h5 {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

.welcome {
    padding: 50px 0;
    background: url("../images/bg3.png") no-repeat center center fixed;
    background-size: cover;
    text-align: center;
}

.welcome .welcome-img {
    text-align: center;
}

.welcome .welcome-img img {
    max-width: 620px;
}


.welcome .welcome-txt h2 {
    color: #eb1d24;
    font-size: 32px;
    margin-bottom: 0;
}


.welcome .welcome-txt h1 {
    font-size: 50px;
    color: #0072bc;
    font-weight: 600;
}


.welcome .welcome-txt h1 span {
    color: #02adee;
    margin-bottom: 10px;
}

.chairman .ch-message {
    border-left: 1px solid #CCC;
    padding-left: 50px;
}

.chairman .ch-message h1 {
    font-size: 30px;
    color: #02adee;
}

.chairman .ch-photo {
    text-align: right;
}

.chairman .ch-photo img {
    max-width: 445px;
}

.services {
    padding: 50px 0;
    background: #f2f2f2;
}

.services h2 {
    color: #8d8e8d;
    font-size: 32px;
    margin-bottom: 0;
}


.services h1 {
    font-size: 50px;
    color: #0072bc;
    font-weight: 600;
}


.services h1 span {
    color: #02adee;
    margin-bottom: 10px;
}


.services .services-col {
    text-align: center;
    padding: 20px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.12);
    transition: 0.3s;
}

.services .services-col:hover {
    box-shadow: 0px 25px 15px -10px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.services .services-col h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 0;
}

.services .services-col .services-icon {
    padding: 10px;
    background: #FFF;
    border-radius: 50%;
    width: 90px;
    margin: 0 auto;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    margin-bottom: 10px;
}

.services .services-col .services-icon img {
    max-width: 90px;
}

.services .services-col:hover .services-icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}


.top-programs {
    padding: 50px 0;
    text-align: center;
    background: url("../images/bg6.png") no-repeat center center fixed;
    background-size: cover;
}


.top-programs h2 {
    color: #949599;
    font-size: 32px;
    margin-bottom: 0;
}


.top-programs h1 {
    font-size: 50px;
    color: #005aab;
    font-weight: 600;
}


.top-programs h1 span {
    color: #4db848;
    margin-bottom: 10px;
}

.top-programs h4 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: yellow;
}

.top-programs h4 span {
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: white;
}


.top-programs .program-lg-box {
    position: relative;
}

.top-programs .program-lg-box .program-box-image {
    width: 100%;
    height: 458px;
    overflow: hidden;
}

.top-programs .program-lg-box .program-box-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    transition: transform .3s;
}

.top-programs .program-lg-box .program-box-image:hover img {
    transform: scale(1.1);
}

.top-programs .program-lg-box .overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: #FFF;
    padding: 20px;
    text-align: left;
}

.top-programs .program-lg-box:hover .overlay {
    opacity: 1;
    padding: 50px 20px;
}


.top-programs .program-sm-box {
    position: relative;
}

.top-programs .program-sm-box .program-box-image {
    width: 100%;
    height: 217px;
    overflow: hidden;
}

.top-programs .program-sm-box .program-box-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    transition: transform .3s;
}

.top-programs .program-sm-box .program-box-image:hover img {
    transform: scale(1.1);
}

.top-programs .program-sm-box .overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: #FFF;
    padding: 10px 20px;
    text-align: left;
}

.top-programs .program-sm-box:hover .overlay {
    opacity: 1;
    padding: 20px 20px;
}


.brands {
    padding: 50px 0;
    text-align: center;
}


.brands h2 {
    color: #8d8e8d;
    font-size: 32px;
    margin-bottom: 0;
}


.brands h1 {
    font-size: 50px;
    color: #0072bc;
    font-weight: 600;
}


.brands h1 span {
    color: #02adee;
    margin-bottom: 10px;
}

.slider {
    margin: 0 auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #CCC;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.coverage {
    padding: 50px 0;
    background: #f2f2f2;
    text-align: center;
}

.coverage h2 {
    color: #8d8e8d;
    font-size: 32px;
    margin-bottom: 0;
}


.coverage h1 {
    font-size: 50px;
    color: #0072bc;
    font-weight: 600;
}


.coverage h1 span {
    color: #02adee;
    margin-bottom: 10px;
}

.coverage img {
    padding: 50px;
    background: #FFF;
    border-radius: 20px;
}


.board-members {
    padding: 50px 0;
    background: #f2f2f2;
    text-align: center;
}

.board-members h1 {
    font-size: 50px;
    color: #0072bc;
    font-weight: 600;
}


.board-members h1 span {
    color: #02adee;
    margin-bottom: 10px;
}

.board-members .member-container {
    margin: 0 auto;
    max-width: 550px;
}

.board-members .member-container .member-col {
    text-align: center;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.12);
    color: #484335;
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
    transition: 0.3s;
}

.board-members .member-container .member-col:hover {
    box-shadow: 0px 25px 15px -10px rgba(0, 0, 0, 0.3);
}

.board-members .member-container .member-col .member-image {
    width: 100%;
    aspect-ratio: 3 / 4;
}

.board-members .member-container .member-col .member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.board-members .member-container .member-col .member-name {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px 0 10px;
    line-height: 20px;
    color: #0072bc;
}

.board-members .member-container .member-col .member-designation {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px 10px 10px;
}


.board-members2 {
    padding: 50px 0;
    background: #FFF;
    text-align: center;
}

.board-members2 h1 {
    font-size: 50px;
    color: #0072bc;
    font-weight: 600;
}


.board-members2 h1 span {
    color: #02adee;
    margin-bottom: 10px;
}

.board-members2 .member-container {
    margin: 0 auto;
    /* max-width: 850px; */
}


.board-members2 .member-container .member-col {
    text-align: center;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.12);
    color: #484335;
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
    transition: 0.3s;
}

.board-members2 .member-container .member-col:hover {
    box-shadow: 0px 25px 15px -10px rgba(0, 0, 0, 0.3);
}

.board-members2 .member-container .member-col .member-image {
    width: 100%;
    aspect-ratio: 3 / 4;
}

.board-members2 .member-container .member-col .member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.board-members2 .member-container .member-col .member-name {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px 0 10px;
    line-height: 20px;
    color: #0072bc;
}

.board-members2 .member-container .member-col .member-designation {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px 10px 10px;
}


.directors {
    padding: 50px 0;
    background: #FFF;
    text-align: center;
}

.directors h1 {
    font-size: 50px;
    color: #0072bc;
    font-weight: 600;
}

.directors .directors-container .col-20 {
    width: calc(100% / 5);
}

.directors .directors-container .directors-col {
    text-align: center;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.12);
    color: #484335;
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
    transition: 0.3s;
}

.directors .directors-container .directors-col:hover {
    box-shadow: 0px 25px 15px -10px rgba(0, 0, 0, 0.3);
}

.directors .directors-container .directors-col .directors-image {
    width: 100%;
    aspect-ratio: 3 / 4;
}

.directors .directors-container .directors-col .directors-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.directors .directors-container .directors-col .directors-name {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px 0 10px;
    line-height: 20px;
    color: #0072bc;
}

.directors .directors-container .directors-col .directors-designation {
    font-size: 12px;
    padding: 0 10px 10px 10px;
    line-height: 20px;

}




.bottom-link {
    padding: 50px;
    color: rgba(255, 255, 255, 0.7);
    background: #0072bc;
    line-height: 35px;
}

.bottom-link p {
    line-height: 26px;
}

.bottom-link h2 {
    font-size: 20px;
    font-weight: 600;
}

.bottom-link li {
    list-style: none;
}

.bottom-link .title-head {
    font-size: 22px;
    color: #FFF;
    font-weight: 600;
}

.bottom-link a {
    color: rgba(255, 255, 255, 0.7);
    margin-right: 5px;
}

.bottom-link a:hover {
    color: #fff;
}

.bottom-link i {
    margin-right: 10px;
}

.bottom-link .bottom-logo {
    float: left;
    margin-bottom: 20px;
}

.bottom-link .bottom-logo img {
    max-width: 320px;
}

.footer {
    background: #000;
    padding: 10px 50px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}

.developerID {
    text-align: right;
}

.footer a {
    color: #FFF;
}

.container-page {
    background: #EAEAEA;
}

.container-page .content-page {
    padding: 50px;
    background: #FFF;
    box-shadow: 0 0 5px 0 #CCCCCC;
}

.container-page .content-page h1 {
    font-size: 30px;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    color: #0072bc;
}

.container-page .content-page .page-image {
    max-width: 500px;
    width: 100%;
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: #0072bc;
}

.container-page .content-page p {
    text-align: justify;
}


.container-page .content-page strong {
    font-weight: 600;
}

.container-page .content-page .services-table {
    border: 1px solid #CCC;
    padding: 20px;
    border-radius: 15px;
    margin: 20px 0;
    padding: 12px;
}

.container-page .content-page .services-table dt {
    font-weight: 600;
}


.container-page .content-page .contact-page .add-info {
    text-align: center;
    color: #7e7d7d;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.container-page .content-page .contact-page .add-info i {
    font-size: 27px;
    color: #eb1d24;
}

.container-page .content-page .contact-page .add-info h3 {
    font-size: 20px;
    color: #02adee;
    margin-top: 10px;
}

.container-page .content-page .gallery-page .gallery-thumbnail {
    width: 100%;
    height: 180px;
}

.container-page .content-page .gallery-page .gallery-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.table-format {
    font-size: 13px;
    line-height: 21px;
    background: #FFF !important;
}

.table-format table th {
    font-weight: 600;
}


.table-format td p {
    text-align: left !important;
}

.table-format td ul {
    margin-left: 0;
    padding-left: 12px;
}

.table-format td ul li {
    margin-bottom: 7px;
}

.table-format td ol {
    margin-left: 0;
    padding-left: 12px;
}

.table-format td ol li {
    margin-bottom: 7px;
}

.table-format table thead.custom-header th {
    border: 1px solid #e6dede !important;
    background: #005aab !important;
    color: #FFF !important;
    z-index: 3;
}

.table-format table {
    border-collapse: separate !important;
    border-spacing: 0;
    background-color: #FFF !important;
}



/* ------------------------------------------------- */

/* ------------------------------------------------- */


@media (max-width: 1399px) {
    .navbar .navbar-brand img {
        max-width: 245px;
    }

    .chairman {
        padding-bottom: 50px;
    }

    .bottom-link {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .navbar .navbar-brand img {
        max-width: 210px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
        padding: 4px 8px;
    }

    .slider-banner .carousel-item {
        width: 100%;
        height: 425px;
    }

    .slider-banner .carousel-item .carousel-caption h5 {
        font-size: 30px;
        line-height: 30px;
    }

    .services .services-col .services-icon {
        width: 65px;
    }

    .services .services-col h3 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .slider-banner .carousel-item {
        height: 350px;
    }

    .chairman .ch-message {
        border-left: none;
        padding: 0;
        text-align: center;
    }

    .chairman .ch-photo {
        margin: 0 auto;
        max-width: 350px;
        padding-top: 30px;
    }

    .chairman hr {
        display: none;
    }

    .services {
        padding: 50px 0;
        background: #f2f2f2;
        text-align: center;
    }

    .services .line {
        margin: 10px auto;
    }

    .directors .directors-container .col-20 {
        width: calc(100% / 3);
    }


}

@media (max-width: 767px) {

    .welcome .welcome-txt h1,
    .services h1,
    .top-programs h1,
    .coverage h1,
    .brands h1,
    .board-members h1,
    .board-members2 h1 {
        font-size: 42px;
    }

    .welcome,
    .services,
    .top-programs,
    .coverage,
    .brands,
    .board-members,
    .board-members2,
    .bottom-link,
    .footer,
    .content-page {
        padding: 20px !important;
    }

    .top-programs .program-lg-box .program-box-image {
        height: 325px;
    }

    .top-programs .program-sm-box .program-box-image {
        height: 325px;
    }

    .bottom-link {
        text-align: center;
    }

    .bottom-link .bottom-logo {
        float: none;
    }

    .footer .copy-right {
        text-align: center;
    }

    .footer .developerID {
        text-align: center;
    }

    .bottom-link hr {
        display: none;
    }

    .directors .directors-container .col-20 {
        width: calc(100% / 2);
    }
}

@media (max-width: 576px) {
    .top-info {
        display: none;
    }

    .slider-banner .carousel-item {
        height: 280px;
    }

    .slider-banner .carousel-item .carousel-caption h5 {
        font-size: 25px;
        line-height: 25px;
    }

    .directors .directors-container .col-20 {
        width: calc(100% / 1);
    }
}

@media (max-width: 428px) {}