:root {
    --font-family-1: 'Anek Devanagari', sans-serif;
    --font-family-2: 'Mulish', sans-serif;
    --font-family-3: 'Familjen Grotesk', sans-serif;
    --font-family-4: 'Gowun Dodum', sans-serif;
    --font-family-5: 'Galdeano', sans-serif;
    --font-family-6: 'Open Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}




.box_effect {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 1px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
}

  .box_effect:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}



.box2_effect {
  padding: 20px 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
}

  .box2_effect:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}


 


#dropdown {
    margin-bottom: 0;
}
.banner_cover{
    position: relative;
    z-index: 10;
}
/*.banner_cover::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: url('../icon/banner_cover.jpg');*/
/*    z-index: 5;*/
/*}*/
.banner_img {
   
    
}

/*.both_side_space{*/
/*    padding-top: 4rem;*/
/*    padding-bottom: 4rem;*/
/*    position: relative;*/
/*    z-index: 11;*/
/*}*/

.dropdownMenu {
    top: 31px;
    left: -6px;
}

.dropdownMenu li {
    padding: 0.2em 1em !important;
}

.dropdownMenu li a {
    font-family: var(--font-family-1);
}

.logo_resize {
    width: 250px;
    height: 10vh;
}

.top_menu_link {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    transition: 0.3s;
    font-family: var(--font-family-1);
}

.top_menu_link:hover,
.top_menu_link:focus {
    color: #000;
    text-decoration: underline;
}

.menuzord {
    position: static;
}

#myModalHome.modal {
    background: rgba(0, 0, 0, 0.6);
}

#myModalHome .modal-header,
#myModalHome .modal-body {
    padding: 5px 15px;
}

#myModalHome .modal-content {
    background-image: linear-gradient(to right, #6bd1c8, #70d5ce, #75d8d4, #7adcda, #7fdfe0, #7ddfe4, #7be0e8, #7ae0ec, #71ddf0, #6adaf4, #63d7f7, #5fd3fb);
}

#myModalHome .close {
    width: 28px;
    height: 28px;
    background: red;
    color: #fff;
    border-radius: 50%;
    opacity: 0.5;
}

.menu_item_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;

}

.menuzord-menu ul.dropdown {
    top: 48px;
}


.popup-heading {
    font-size: 1.7rem;
    text-align: center;
    font-weight: bold;
    color: #0014FF;
}

.popup-text {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    font-family: var(--font-family-2);
    color: #fff;
}

.popup-img {
    min-height: 63vh;
}

.btn-menu-top {
    padding: 0.5rem 1.2rem;
    display: inline-block;
    margin: 0.5rem;
    transition: all 0.3s;
    font-weight: 600;
    font-family: var(--font-family-2);
}

.btn-menu-top:hover {
    transform: scale(1.1);
}

.login-btn {
    background: #007cde;
    color: #fff;
}

.register-btn {
    background: #E0144C;
    color: #fff;
}

.login-btn:hover {
    color: #fff;
}

.register-btn:hover {
    color: #fff;
}

.btn_top_container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transform: scale(1);

}

.menu_layout {
    display: flex;
    justify-content: space-between;
}

.header-middle {
    /*background: #eaf2fc;*/
    background: #fff;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.design_top_menu {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    align-items: center;
    gap: 0.3rem;
}

.new_nav_bg {
    background: rgb(27 117 186);
}

/* .menuzord-menu.dark>li{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
} */
.menuzord-menu.dark>li>a {
    color: #ff;
    /* font-weight: bold; */
    font-family: var(--font-family-3);
    font-size: 15px;
    padding: 9px 10px;
    border-radius: 0;
    border-right: 1px solid #4496d4;
}

.menuzord-menu.dark>li:nth-child(7)>a {
    border-right: none;
}


.menuzord-menu ul.dropdown li a {
    /* font-weight: bold; */
    font-family: var(--font-family-3);
    font-size: 15px;
    background: rgb(27 117 186);
}

.ongoing_prog {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ongoing_prog h2 {
    color: #085078;
    font-weight: bold;
    font-size: 35px;
    /* padding-left: 1.5rem; */
    text-transform: uppercase;
    font-family: var(--font-family-6);
    /* margin-bottom: 3.6rem; */
}

.all_prog_container h2 {
    color: #01a4ff;
    font-weight: bold;
    font-size: 35px;
    /* padding-left: 1.5rem; */
    position: relative;
    text-transform: uppercase;
    font-family: var(--font-family-6);
}

.all_prog_content {
    padding: 4rem;
    text-align: center;
}

.all_prog_content p {
    font-family: var(--font-family-5);
    font-size: 16px;
    font-weight: bold;
}

/* Ongoing Card Background Color */
.linear_gradient_1 {
    background: linear-gradient(180deg, #71bfbc, #216383);
}

.linear_gradient_2 {
    background: linear-gradient(180deg, #2727d5, #88d0cf);
}

.linear_gradient_3 {
    background: linear-gradient(180deg, #007cde, #01e9bd);
}

.ongoing_prog_card {
    width: 20rem;
    /* margin: 0 auto; */
    padding: 8px 14px;
    min-height: 51vh;
    color: #fff;
    position: relative;
    /* margin: 5rem 0; */
    margin: 4rem auto auto;
}




.ongoing_prog_card .top_yellow_bx {
    position: absolute;
    top: -50px;
    left: 25px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #fef72f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ongoing_prog_card .top_yellow_bx img {
    width: 50px;
}




.ongoing_prog_card h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    min-height: 13vh;
    display: flex;
    align-items: center;
    font-family: var(--font-family-3);
}

.ongoing_prog_card .ongoing_prog_details {
    font-size: 14px;
    font-weight: 600;
    min-height: 7vh;
    display: flex;
    align-items: center;
    margin: 5px 0;
    font-family: var(--font-family-3);
}

.ongoing__text {
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;
    font-family: var(--font-family-3);
}

.prog_click_btn {
    background: #ffea00;
    color: #000;
    padding: 5px 7px;
    border-radius: 0.3rem;
    display: inline-block;
    transition: all 0.3ms;
    font-weight: 600;
    font-family: var(--font-family-3);
}

.prog_click_btn:hover {
    color: #000;
    transform: scale(1.1);
}

.cmaap_prog__section {
    background: #00ffff;
    padding: 24px 0 !important;
}

.cmaap_prog__ {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.cmaap_prog__ p {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.cmaap_prog__ h3 {
    color: #2a6b9d;
    font-weight: bold;
    font-size: 30px;
}

.cmaap_images {
    width: 100%;
    max-height: 51vh;
}

.based_on_approch__section {
    background: #e02c40;
}

.based_on_approch {
    width: 60%;
    margin: 0 auto;
}

.based_on_approch h3 {
    color: #fef72f;
}

.prog_slider__section {
    background: #2a6b9d;
}




/* .all_prog_container::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../icon/all_prog.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
} */

.all_pro_box {
    background: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.all_pro_box img {
    width: 600px;
    height: 375px;
    object-fit: contain;
}

.all_pro_box h3 {
    /* color: #fef72f; */
    color: #1a74ba;
    font-size: 30px;
    font-weight: bold;

}

.all_pro_box a {
    display: inline-block;
    background: #E0144C;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    transition: 0.3s;
    transform: scale(1);
    font-family: var(--font-family-6);
}

.all_pro_box a:hover,
.all_pro_box a:focus {
    transform: scale(1.1);
}

.video_box {
    padding: 6rem 0;
}

.video_box iframe {
    box-shadow: -20px 20px 15px rgba(0, 0, 0, 0.4);
}

/* .ourvision_container{
    
} */
.other_prog_container {
    background: #b8ecff;
    /* padding: 12px 0 !important; */
}

.other_prog_container h2 {
    text-transform: uppercase;
    color: #085078;
    font-weight: bold;
    font-size: 35px;
    text-align: left;
    /* padding-left: 1.5rem; */
    margin-bottom: 4rem;
    font-family: var(--font-family-6);
}

.other_card_bg_1 {
    background: #2a6b9d;
}

.other_card_bg_2 {
    background: #40a1df;
}

.other_card_bg_3 {
    background: #2499b6;
}

.other_prog_card {
    position: relative;
    min-height: 45vh;
    padding: 12px 10px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    max-width: 270px;
    margin: 0 auto;

}

.other_prog_card .yellow_box {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #f6d624;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.other_prog_card .yellow_box img {
    width: 50px;
}

.other_prog_card h3 {
    color: #99f7ff;
    font-size: 22px;
    font-weight: 600;
    min-height: 15vh;
    font-family: var(--font-family-3);
}

.other_prog_card p {
    min-height: 15vh;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-family-3);
}

.other_prog_card a {
    background: #fff;
    color: #000;
    padding: 6px 10px;
    border-radius: 6px;
    transform: scale(1);
    transition: all 0.3s ease;
    display: inline-block;
    font-family: var(--font-family-3);
}

.other_prog_card a:hover {
    transform: scale(1.1);
}

.testimonial_container {
    background: #303030;
    padding: 12px 0 !important;
}



.testimonial_content {
    max-width: 58rem;
    text-align: center;
    margin: 0 auto;

}

.testimonial_content p:nth-child(1) {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.testimonial_content p:nth-child(2) {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.testimonial_content p:nth-child(3) {
    color: #2cf8cf;
    font-size: 24px;
    font-weight: 500;
}

.testimonial_container h2 {
    font-family: var(--font-family-5);
}

.testimonial_container p {
    font-family: var(--font-family-4);
}

.testimonial_container h2 {
    text-transform: uppercase;
    color: #00ffff;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
}

.testimonial-slide .owl-controls .owl-nav>div {
    top: 25%;
}

.ourvision_container {
    padding: 12px 0;
}

.ourvision_container .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ourvision_content h2 {
    text-transform: uppercase;
    color: #01a4ff;
    font-weight: bold;
    font-size: 35px;
    padding-left: 0;
    font-family: var(--font-family-5);
}

.ourvision_content p {
    font-size: 16px;
    color: #38424f;
    font-weight: 500;
    font-family: var(--font-family-3);
}

.ourvision_content ul li {
    position: relative;
    padding-left: 0.9rem;
    color: #38424f;
    font-weight: bold;
    font-family: var(--font-family-3);
}

.ourvision_content ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #38424f;
    transform: translateY(-50%);
}


.subscribe_container {
    background: #0790de;
    padding: 20px 8px !important;
    color: #fff;
}

.subscribe_container h2 {
    font-weight: bold;
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
    font-family: var(--font-family-6);
}

.subscribe_container h2 span {
    font-size: 30px;
}

.subscribe_container p {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family-3);
}

.suscribe_inputs {
    height: 35px;
}

.suscribe_inputs_btn {
    color: #fff;
    background: #000;
}

.suscribe_inputs_btn:hover,
.suscribe_inputs_btn:focus {
    background: #000;
    color: #fff;
}

.footer_container {
    background: #303030;
    color: #fff;
    padding: 10px 12px;
}

.footer_container .footer_web_name {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    color: #f5ed97;
    font-family: var(--font-family-5);
}

.footer_container .footer_para {
    font-weight: 600;
    font-family: var(--font-family-3);
}

.footer_link_heading {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    color: #f5ed97;
}

.footer__link li,
.footer__link li a {
    color: #fff;
    font-weight: 600;
    margin: 0.5rem 0;
}

.footer__link li a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer__link_social {
    display: flex;
    gap: 1rem;
    font-size: 20px;
    /* font-family: 'Myriad Pro Regular' !important; */
}


.footer__link_social li {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__link_social li a {
    color: #000;
    transition: all .3s;
    /* font-family: 'Myriad Pro Regular' !important; */
}

.footer__link_social li a:hover {
    color: #000;
}

.menuzord .showhide {
    padding: 7px 0 0;
    width: 58px;
    height: 40px;
    /* display: flex; */
    /* align-items: center;
    justify-content: center; */
}

.owl-controls .owl-nav>div {
    background: #000;
    padding: 4px;
    padding-bottom: 0;
}

.owl-controls .owl-nav>div i {
    color: #fff;
}

.about_us {
    background: #b8ecff;
}

.about_us h2 {
    text-transform: uppercase;
    color: #085078;
    font-weight: bold;
    font-size: 35px;
    font-family: var(--font-family-5);
}

.about_us p {
    font-family: var(--font-family-3);
    font-size: 16px;
    color: #38424f;
    font-weight: 500;
}

.footer_subheding {
    font-family: var(--font-family-5);
}

/**/
@media screen and (max-width:992px) {

    .menu_layout {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .menu_layout div:nth-child(1) {
        align-self: center;
    }

    .menu_layout div:nth-child(2) {
        align-self: flex-end;
    }

    .menu_item_2 {
        width: 100%;
    }

    .other_prog_card {
        min-height: 61vh;
    }

    .other_card_bg_3 {
        margin-top: 3.9rem;
    }

}

@media screen and (max-width:768px) {
    .banner_img {
        /*object-fit: contain;
        height: 100%;
        */
        height: 180px;
    }

    .ongoing_prog_card {
        margin: 7rem auto 4rem;
        width: 36rem;
    }

    .ongoing_prog h2 {
        padding-left: 2.4rem;
    }

    .hide-mobile {
        display: none;
    }

    .all_pro_box {
        max-width: unset;
    }

    .all_pro_box h3 {
        font-size: 24px;
    }

    .menuzord .showhide {
        border: 2px solid #000;
        background: rgb(248, 235, 127);
    }

    .header-nav .header-nav-wrapper .menuzord {
        padding: 5px 0;
    }

    .ongoing_prog h2 {
        font-size: 30px;
    }

    .cmaap_prog__ {
        width: 75%;
    }

    .ourvision_content ul li {
        padding-left: 1.5rem;
    }

    .suscribe_form {
        width: 100%;
    }

    .testimonial_content p:nth-child(1) {
        font-size: 16px;
    }

    .testimonial_content p:nth-child(2) {
        font-size: 18px;
    }

    .testimonial_content p:nth-child(3) {
        font-size: 20px;
    }

    .testimonial_content {
        padding: 0.5rem;
    }

    .other_card_bg_1 {
        margin: 4rem auto 0;
    }

    .other_card_bg_2 {
        margin: 8rem auto;
    }



    .popup-heading {
        font-size: 2.5rem;
    }

    .popup-img {
        max-width: 240px;
        margin: 0.6rem 0;
    }

    .popup-text {
        font-size: 1.5rem;
    }


    /* .ongoing_prog_card {
        margin-left: 0.6rem;
        margin-right: 0.6rem;
    } */

    .all_pro_box {
        grid-template-columns: repeat(1, 1fr);
    }

    .all_pro_box img {
        height: 290px;
    }
}

@media screen and (max-width:540px) {

    .ongoing_prog_card {
        width: 90%;
        height: 100%;
        margin-top: 7.5rem;
        margin-left: auto;
        margin-right: auto;
    }

    .ongoing_prog h2 {
        font-size: 25px;
        padding-left: 2.4rem;
    }

    .cmaap_prog__ {
        width: 90%;
    }

    .cmaap_prog__ p {
        font-size: 18px;
    }

    .cmaap_prog__ h3 {
        font-size: 25px;
    }

    .all_prog_container h2 {
        font-size: 25px;
    }

    .other_prog_container h2 {
        font-size: 25px;
    }

    .subscribe_container h2 {
        font-size: 25px;
    }

    .testimonial_container h2 {
        font-size: 25px;
    }
}




@media screen and (min-width:540px) {
    /* .ongoing_prog_card {
        width: 75%;
        height: 56vh;
        margin-top: 3.5rem;
        margin-bottom: 1.5rem;
    } */
}

@media screen and (min-width:768px) {
    .ongoing_prog_card {
        width: 95%;
        height: 62vh;
    }

    #myModalHome .modal-dialog {
        width: 800px !important;
    }
}

@media screen and (min-width:992px) {
    .ongoing_prog_card {
        height: 54vh;
    }
}