* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --yellow-color: #f5bb29;
    --text-color: #222224;
    --blue-color: #195c90;
}

body, html {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

/* header section start */
.menu .navbar-nav .nav-item a {
    font: normal normal 700 15px Montserrat;
    color: var(--blue-color);
    transition: 0.5s;
    z-index: 1000;
    border-bottom: 2px solid transparent;
    margin-left:20px;
    padding: 2px 0px;
}

.home_banner:after {
    position: absolute;
    left: 0;
    top: 50px;
    content: '';
    width: 100%;
    height: 160px;
    background-image: linear-gradient(180deg, #ffffff, #ffffff00);
}

.navbar{
    position: relative;
    z-index: 1000;
}

.sub_menu{
    display: none;
}

.hove_menu{
    position: relative;
}

.menu .navbar-nav .hove_menu .sub_menu li a {
    font: normal normal 600 14px Montserrat;
    color: #000;
    display: flex;
    width: fit-content;
}

.menu .navbar-nav .hove_menu .sub_menu li{
    margin-top: 7px;
}

.hove_menu:hover .sub_menu {
    display: block;
    position: absolute;
    left: 0;
    top: 26px;
    width: 300px;
    background: #fff;
    padding: 15px 0px;
}

.btn_read {
    padding: 6px 12px;
    font-size: 12px;
    color: #fff;
    background: #f5bb29;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 30px;
}

.logo img {
    width: 100%;
    max-width: 380px;
}

.menu .navbar-nav .nav-item a:hover{
    color: var(--yellow-color);
}
.top_header {
    background: var(--blue-color);
    padding: 10px 0px;
}

.social_media ul li a {
    color: #fff;
    font-size: 20px;
}
.social_media ul li a i:hover {
    color: #000;
}


.top_header .mobile_number a {
    font: normal normal 600 15px Montserrat;
    color: #fff;
    margin: 0px 5px;
}
.top_header .mobile_number a:hover{
    color:#f5bb29 !important;
}
/* header section end */


/* home section start */
.hero-banner{
    background: var(--blue-color);
}

.hero_banner_content h1 {
    letter-spacing: 2px;
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    line-height: 65px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 20px;
}

.hero_banner_content h1 span{
    color: var(--yellow-color);
}

.hero_banner_content button {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-size: 20px;
}

.hero-banner .carousel-indicators{
    margin-left: -40%;
}

.hero-banner  .carousel-dark .carousel-indicators .active {
    background-color: #f5bb29 !important;
}
.hero-banner  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.hero-banner .carousel-indicators [data-bs-target]{
    background-color: #fff;
}
/* home section end */

/* about section start */
.about_section{
    background-color: #edeeea;
}
.main_heading {
    background: var(--yellow-color);
    padding: 10px 0px;
}
.main_heading h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}

.about_content h1 {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 5px;
    color: var(--blue-color);
    border-bottom: 3px solid;
    line-height: 75px;
}

.about_content ul li {
    font-size: 22px;
    font-weight: 800;
    color: var(--yellow-color);
}

.award_content h2 {
    font-size: 50px;
    color: var(--yellow-color);
}
.award_content h5 {
    font-size: 17px;
    color: #ffffffc7;
    font-weight: 400;
}

.about_award .award_img img {
    width: 100%;
    max-width: 130px;
}

.about_award {
    background: #2a6898;
    padding: 20px 20px;
}

.about_services img {
    width: 100%;
    max-width: 70px;
}

.about_services {
    text-align: center;
}

.about_services h3 {
    font-size: 17px;
    color: var(--blue-color);
    font-weight: 600;
}
.about_services p {
    font-size: 12px;
    font-weight: 500;
}

.about_img img{
    object-fit: cover;
}
/* about section end */

/* global_section start */

.global_section {
    background: url(../images/global_section.jpg);
    background-size: cover;
    background-position: center;
}

.global_leaders {
    background: #266fb5f0;
}

.global_leaders h1 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    border-bottom: 2px solid var(--yellow-color);
    line-height: 40px !important;
}

.global_leaders h1 span{
    color: var(--yellow-color);
}

.global_leaders h3 {
    font-size: 23px;
    font-weight: 700;
    
    line-height: 30px;
}
.global_leaders h4 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
}

.global_leaders button img {
    width: 100%;
    max-width: 60px;
    margin-left: 20px;
}
.global_leaders button {
    color: #fff;
    border: 0;
    padding: 15px 25px;
    background: #f5bb29;
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    width: 270px;
    justify-content: center;
    margin: auto;
}
/* global_section end */



/* job section start */

.job_section{
    background: url(../images/job-bg.jpg);
    background-size: cover;
    background-position: center;
}
.job_boxes h4 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    margin-top: 15px;
}
.job_boxes h4:hover {
    color: #f5bb29;
}

.job_boxes img{
    width: 100%;
}
/* job section end */

/* gallery section start */
.main_heading_2 h1 {
    font-size: 55px;
    font-weight: 700;
    color: var(--blue-color);
}
.main_heading_2 h1 span{
    color: var(--yellow-color);
}

.gallery_box img {
    height: 260px;
    object-fit: cover;
}

.gallery_box {
    position: relative;
}

.gallery_box .gallery_content {
    position: absolute;
    right: 20px;
    bottom: 0px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
     text-shadow: 2px 1px #000;
}
.gallery_box .gallery_content:hover {
    color: #f5bb29;
}
/* gallery section end */


/* footer section start */
footer{
    background: var(--yellow-color);
}

.footer_logo img {
    width: 100%;
    max-width: 125px;
    margin: auto;
    display: block;
}

.footer_logo ul li a, .footer_logo ul li {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}
.footer_logo ul li a:hover{
    color:#284e6e;
}

.footer_logo ul h4 {
   font-weight: 600;
    font-size: 18px;
    color: var(--blue-color);
}

.footer_logo .social_media ul li i {
    font-size: 25px;
}

.copy_text a {
    font-size: 15px;
    font-weight: 500;
    color: var(--blue-color);
}
/* footer section end */



@media(max-width:991px){
    .hero_banner_content {
        padding: 50px 0px;
    }
    .job_boxes h4 {
    font-size: 20px;
    margin: 15px 0;
    font-weight: 700;
}
    .main_heading_2 h1 {
    font-size: 35px;
    text-align: center;
}



    .global_leaders h4 {
         text-align: center;
}
    .global_leaders h1 {
        font-size: 30px;
    text-align: center;
    line-height: 35px !important;
}


    .global_leaders h3 {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
}
    .hero_banner_content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .hero_banner_img {
        height: 100%;
    }
    .hero_banner_img img {
        height: 100%;
        object-fit: cover;
    }
}

@media(max-width:767px){
    .hero-banner .carousel-indicators {
        margin: auto;
    }

    .main_heading_2 h1 {
    font-size: 25px;
}

  .job_section .job_boxes h4 {
    color: #f5bb29;
}

  footer{
      padding-top:10px !important;
  }

    .about_section .container-fluid{
        padding-right:0px;
    }

    .hero_banner_content {
        padding-left: 25px !important;
    }

    .logo img {
        max-width: 270px;
    }

    .about_content h1 {
        width: fit-content;
        font-size: 30px;
        letter-spacing: 0px;
    }

    .about_content ul li {
        font-size: 17px;
    }

    .col-xl-5.col-lg-4.col-md-8.px-5.ps-4 {
        padding: 25px !important;
    }

    .main_heading h2 {
    font-size: 30px;
    text-align: center !important;
}

   
}


@media(max-width:576px){
    .about_award .award_img img {
        max-width: 100px;
    }

    .award_content h5 {
        font-size: 14px;
    }
    .award_content h2 {
        font-size: 25px;
    }

    .about_award{
        justify-content: space-between;
    }
    .hero_banner_content {
        padding-left: 15px !important;
    }

    .hero_banner_content h1 {
        font-size: 33px;
        line-height: 50px;
        font-weight: 700;
        text-align:center;
    }

    .header_main {
        padding: 0px 15px !important;
    }

    .logo img {
        max-width: 210px;
    }

    .main_heading_2 {
        padding: 0px 0px !important;
    }

    .footer_logo {
        margin-top: 30px;
    }
    .top_header .container-fluid {
        padding: 0px 10px !important;
    }

    body .global_leaders {
    padding: 15px !important;
}
}
.comp #feePaymentList li a:hover {
    color: #195c90;
}

.list_data h3 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 12px;
}

.date_admsn {
    justify-content: space-between;
}

    .date_admsn h5 {
        color: #f5bb29;
    }