/* About us */
/* about us------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.about-us {
    padding-top: 0px;
    overflow-x: hidden;
    padding-bottom: 0px;
}
.about-us .about-us-heading-wrapper{
    background-color: var(--color-light-blue-shade);
    padding-top: 60px ;
    padding-bottom:  34px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    grid-gap: 6px;
}
.about-us .about-us-heading-wrapper .breadcrumb ,.about-us .about-us-heading-wrapper .breadcrumb a,
.about-us .about-us-heading-wrapper .breadcrumb li

{
    font-style: normal;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 19px;
    color: var(--color-heading);
    text-transform: capitalize;
}
.about-us .about-us-heading-wrapper .breadcrumb .active{
    font-weight: 400 ;
}
.about-us h2,.our-program h2{
    text-transform: capitalize;
}
.about-us .wrapper{
        padding-top: 60px;
        padding-bottom: 60px;
    
   
}
.about-us .wrapper .row .col-lg-4{
    padding-top: 5rem;
}
.about-us p,ul,li{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-light-black);
    
}
.about-us .golden-button.button-about{
    margin-top: 15px;
}
.about-us .col-lg-4{
    height: 331px;
}

.pd-l-about-us{
    padding-left: 1.8%;
    padding-right: 0px;
}



@media screen and (max-width: 991px) {
    .about-us .wrapper{
        padding-top:50px;
        padding-bottom: 25px;
    }
    .pd-l-about-us{
        padding-left: 0px;
    } 
    .about-us .col-lg-4{
        margin-top: 36px;
        height: 500px;
    }
    .about-us .col-lg-8 .additional-margin-top{
        margin-top: 0px;
    }
}

@media screen and (max-width: 768px) {
    .about-us .col-lg-4 {
        height: 260px;
    }
     
}

/* what we do---------------------------------------------------------------------- */
.what-we-do{
    background-color: var(--color-light-blue-shade);
    
}

.what-we-do .row{
    padding: 50px 0px;
    align-items: center;
    justify-content: center;
}
.what-we-do .row h2{
    margin-bottom: 25px;
}

.what-we-do p{
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 32px;
    color: var(--color-light-black);
}
.what-we-do .row .col-lg-7{
    padding-right: 4%;
}
.what-we-do .row .col-lg-5{
    padding-left: 3%;
    
}

.what-we-do__img{
    width: 599px;
    height: auto;
    object-fit: fill;
}

@media screen and (max-width: 1024px) {
    .what-we-do p{
            text-align: center;
    }
    .what-we-do .row h2{
        text-align: center;
    }
    
}
@media screen and (max-width: 1999px) {
    .what-we-do__img{
        width: 100%;
        height: auto;
        object-fit: fill;
    }
    
}
.what-we-do .row .col-lg-5 .card-wrapper{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr ;
    
}
.what-we-do .row .col-lg-5 .card-wrapper .card-item{
    background:var(--color-white);
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px; 
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.what-we-do .row .col-lg-5 .card-wrapper .card-item:hover{
    transform: translateY(-10px);
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.2);
}
.what-we-do .row .col-lg-5 .card-wrapper .card-item i{
   color: var(--color-hero);
    font-size: 45px;

}
.what-we-do .row .col-lg-5 .card-wrapper .card-item p{
    line-height: 24px;
}
.what-we-do .row .col-lg-5 .card-wrapper .card-item h3{
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 10px;
}
@media screen and (max-width: 1440px) {
    .what-we-do .row .col-lg-5{
        padding-left:0.4%;
        
    }
}
@media screen and (max-width: 1280px) {
    .what-we-do {
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media screen and (max-width: 1024px) {
   
    .what-we-do .row .col-lg-7{
        width: unset;
    }
    .what-we-do .row .col-lg-5{
        width: unset;
        margin-top: 25px;
    }
}
@media screen and (max-width: 991px) {
    .what-we-do .row .col-lg-5{
        padding-left: 0;
        
    }
}
@media screen and (max-width: 767px) {
    .what-we-do .row .col-lg-5 .card-wrapper{
        
        grid-template-columns: 1fr ;
        
    }
}

/* blog-detail css */

.blog-detail .wrapper{
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    grid-gap: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.blog-detail .wrapper img{
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .blog-detail .wrapper{
        grid-template-columns: 1fr;
    }
}
.blog-detail .wrapper .main-content{
    border: 1px solid var(--color-gray-border);
    padding: 3rem;
    border-radius: 3px;
    border-left: 2px solid var(--color-hero);
}
.blog-detail .wrapper .main-content h4{
    font-size: 2rem;
    margin-bottom: 3rem;
}
.blog-detail .wrapper .main-content .blog-image{
    margin-bottom: 3rem;
}
.blog-detail .wrapper .main-content p{
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
    color: var(--color-light-black);
}

.blog-detail .wrapper .side-content {
   display: grid;
   grid-template-columns: 1fr;
   grid-gap: 24px;
}
.blog-detail .wrapper .side-content .other-programs{
   background: var(--color-white);
   border: 1px solid var(--color-gray-border);
   padding: 5%;
}
.blog-detail .wrapper .side-content .other-programs h3{
   font-weight: 700;
   font-size: 2.4rem;
   line-height: 28px;
   text-transform: capitalize;
   margin-bottom: 24px;
}
.blog-detail .wrapper .side-content .other-programs ul{
   display: flex;
   flex-direction: column;
   grid-gap: 25px;
}
.blog-detail .wrapper .side-content .other-programs ul li{
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   grid-gap: 20px;
   transition: all 0.2s ease-in-out;
   align-items: center;
}
.blog-detail .wrapper .side-content .other-programs ul li:hover{
   transform: scale(1.05);
}
.blog-detail .wrapper .side-content .other-programs ul li img{
   height: 105px;
   width: 32%;
}
.blog-detail .wrapper .side-content .other-programs ul li .other-programs-suppourting-text{
   display: flex;
   flex-direction: column;
   grid-gap: 10px;
}

.blog-detail .wrapper .side-content .other-programs ul li .other-programs-suppourting-text h4{
   font-style: normal;
   font-weight: 600;
   font-size: 1.6rem;
   line-height: 19px;
   color: var(--color-heading);
}
.blog-detail .wrapper .side-content .other-programs ul li .other-programs-suppourting-text  h4 span{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    color: var(--color-heading);
    margin-top: 5px;
    grid-gap: 0.3rem;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 19px;
    
}
.blog-detail .wrapper .side-content .other-programs ul li .other-programs-suppourting-text p{
   font-style: normal;
   font-weight: 400;
   font-size: 1.6rem;
   line-height: 24px;
   color: var(--color-light-black);
}
.blog-detail .wrapper .side-content .news-and-events{
   background: #FFFFFF;
   border: 1px solid var(--color-gray-border);
   padding: 32px 26px;
   display: flex;
   flex-direction: column;
   grid-gap: 28px;
}
.blog-detail .wrapper .side-content .news-and-events h3{
   font-weight: 700;
   font-size: 2.4rem;
   line-height: 28px;
}
.blog-detail .wrapper .side-content .news-and-events ul{
   display: flex;
   flex-direction: column;
   grid-gap: 30px;
}
.blog-detail .wrapper .side-content .news-and-events ul li{
   display: flex;
   flex-direction: column;
   grid-gap: 10px;
   font-weight: 500;
   font-size: 2rem;
   line-height: 30px;
   color: var(--color-heading);
}

/* blogs css */
.blog-page{
    padding-top: 48px;
    padding-bottom: 48px;
}
.blog-page .wrapper .accordion {
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
}
.blog-page .wrapper .accordion .accordion-item{
    border-radius: 3px;
    border: 1px solid var(--color-gray-border);
    border-left: 2px solid var(--color-hero);
}
.blog-page .wrapper .accordion .accordion-item span{ 
    display: block;
}
.blog-page .wrapper .accordion .accordion-item .accordion-body{
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
    color: var(--color-light-black);
    padding: 2rem;
}



.blog-page .wrapper .accordion .accordion-item button h4{
    font-weight: 500;
    font-size: 2rem;
    line-height: 30px;
    color: var(--color-darker-blue);
    margin-bottom: 0px;
}

.blog-page .wrapper .accordion .accordion-item button{
    padding: 2rem;
}
.blog-page .wrapper .accordion .accordion-item button h4 span{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    color: var(--color-heading);
    margin-top: 5px;
    grid-gap: 0.3rem;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 19px;
    
}
.accordion-button:not(.collapsed),.accordion-button:focus {
    background-color:var( --color-light-grey);
    box-shadow: none;
    outline: none;
}
.accordion-button::after {
    transform: rotate(270deg);
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(360deg);
    
}
 
/* contact-page css */

.contact-page .wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px; 
    padding-top: 49px ;
    padding-bottom: 70px;
    align-items: center;
}
.contact-page .wrapper form{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.contact-page .wrapper form p{
    font-size: 16px;
    line-height: 23px;
    color: #2D2F30;
}
.contact-page .wrapper form h2{
    margin-bottom: 26px;
}
.contact-page .wrapper form input[type=text] {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 180%;
    letter-spacing: 0.5px;
    color: var(--color-heading);
}
.contact-page .wrapper form #message {
    height: 156px;
    display: flex;
    border: 1px solid #4B4A4A;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 11px 28px;
    resize: none;
}
.contact-page .wrapper form #message[type=text] {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 180%;
    letter-spacing: 0.5px;
    color: var(--color-heading);
}

.contact-page .wrapper form input{
    display: block;
    width: 100%;
    border: 1px solid #4B4A4A;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 11px 28px;
}
.contact-page .wrapper form .golden-button {
    width: 113px;
    margin-top: 29px;
}
.contact-page .wrapper form .golden-button.submit-btn{
    margin-top: 10px;
}
.contact-page .wrapper iframe{
    width: 100%;
    height: 702px;
}
@media screen and (max-width: 1023px) {
    .contact-page .wrapper{
        grid-template-columns: 1fr ;
        grid-gap: 60px;
    }
}
/* experience css */
.experience-page  h2{
    margin: 50px auto;
    padding-left: 5%;
    padding-right: 5%;
}
.experience-page .wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3.25%;
    grid-row-gap: 45px;
    padding-bottom: 70px;
}
.experience-page  .testimonial-card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    grid-gap: 35px;
    padding: 30px;
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}
.experience-page  .testimonial-card:hover {
    transform: scale(1.05);
}
.experience-page .photo-and-name{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    grid-gap: 10px;
    text-align: center;
}
.experience-page .trainee-img{
    Width :177.36px;
    height: 182px;
    border-radius: 100%;
    overflow: hidden;

}
.experience-page .trainee-img img{
    object-fit: cover;

}
.experience-page .testimonial-card .trainee-name p {
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 21px;
    color: var(--color-blue-shade);
    margin-bottom: 10px;
    white-space: nowrap;

   
}
.experience-page .testimonial-card .trainee-name span {
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 17px;
    color: var(--color-grey-accent);
    
}
.experience-page .trainee-suppouting-text{
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: var(--color-light-black);
    display: flex;
    flex-direction: column;
    grid-gap: 25px;
}
.our-program .our-program-heading-wrapper.our-program-get{
    background-color: #fff;
}

@media screen and (max-width: 1440px) {
    .experience-page .wrapper{
        padding-right: 5%;
        padding-left: 5%;
    }
}
@media screen and (max-width: 1439px) {
    .experience-page  .testimonial-card {
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    .experience-page .wrapper{
        grid-template-columns: 1fr;
        
    }
    .experience-page .testimonial-card{
        padding: 20px;
        grid-gap: 18px;
    }
    .experience-page .trainee-suppouting-text {
        grid-gap: 12px;
    }
}

/* our-program css */
.our-program .wrapper{
    padding-top: 88px;
    padding-bottom: 43px;
}
.our-program .wrapper .row .col-lg-12{
display: flex;
flex-direction: column;
grid-gap: 20px;
margin-bottom: 80px;
grid-gap: 60px;
padding: 35px;


}
.our-program .wrapper .row .col-lg-12 .program-img__supourtingTxt{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media(max-width:1023px){
    .our-program .wrapper .row .col-lg-12 {
        grid-template-columns: 100% !important;
    }
}




.our-program .wrapper .row .col-lg-12:nth-child(odd){
    padding-right: 13.5px;
    display: grid;
grid-template-columns: 0.5fr 1fr;
}
.our-program .wrapper .row .col-lg-12:nth-child(even){
    padding-left: 13.5px;
    display: grid;
grid-template-columns: 1fr 0.5fr;

}

.our-program .wrapper .row .col-lg-12 .program-img{
    margin-top: 0.5vw;

}


.our-program .wrapper .row .col-lg-12:nth-child(even) .program-img{
    order: 1;

}

.our-program .wrapper .row .col-lg-12:nth-child(even) .program-img__supourtingTxt{
    order: 0;
}
.our-program .wrapper .row .col-lg-12 .program-img img{
    width: 100%;
    height: 402px;
   
}
.our-program h3{
    font-style: normal;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 38px;
}
.our-program h3 a{
    color: inherit;
}
.our-program .col-lg-12 p{
font-style: normal;
font-weight: 400;
font-size: 1.6rem;
line-height: 24px;
color:var(--color-light-black);
}
.our-program .pagination{
   margin-top: 5px;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   align-items: center;
   justify-content: center;
   grid-gap: 10px;

}

.our-program nav ul li a{
   font-weight: 400;
   font-size: 1.7rem;
   line-height: 38px;
   color: var(--color-light-black);
   display: flex;
   justify-content: center;
   align-items: center;
   outline: none;
   border: 1px solid var(--color-light-black);
   height: 35px;
   padding: 10px;
   border-radius: 8px;
   width: 35px;
}
.our-program nav ul li a:hover,.our-program nav ul li a:active,
.our-program nav ul li a:focus{
   color: var(--color-white);
   background-color: var(--color-hero);
   outline: none;
}
.counter-section{
   height: auto;
   padding-top: 50px;
   padding-bottom: 59px;
}
.counter-section h2{
   color:var(--color-white);
   margin-bottom: 15px;
}
.counter-section p{
   color:var(--color-white);
   font-style: normal;
   font-weight: normal;
   font-size: 1.8rem;
   line-height: 21px;
   text-align: center;
}
.counter-section .counter-value-wrapper{
   display: flex;
   flex-wrap: nowrap;
   flex-direction: row;
   justify-content: center;
}
.counter-section .counter-value,.counter-section span{
   display: inline;
   font-style: normal;
   font-weight: bold;
   font-size: 48px;
   line-height: 57px;
   color: var(--color-white);
}
.counter-section span{
   display: inline;
}
.counter-section #counter{
   margin-top: 46px;
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
}

.counter-section #counter .box{
   padding: 0 50px;
   text-align: center;

}
.counter-section #counter .box .counter-label{
   font-size: 1.8rem;
   line-height: 21px;
   text-align: center;
   color: var(--color-white);
}
.our-program .our-program-heading-wrapper.our-program-contact{
   background-color: #fff;
   padding-bottom: 0;
}
@media screen and (max-width: 610px) {
   .counter-section #counter{ 
       grid-gap: 50px;
       grid-template-columns: 1fr ;
   }
   .counter-section #counter .box:not(:first-child):not(:last-child){
       padding: 50px;
   }
   .border-lf{
       border-top: 1px solid var(--color-white);
       border-left: none;
   }
   .border-rt{
       border-bottom: 1px solid var(--color-white);
       border-right: none;

   }
}



@media screen and (max-width: 2685px) {
   .our-program .wrapper .row .col-lg-6 .program-img img{
      height: 602px;
  }
}
@media screen and (max-width: 1920px) {
   .our-program .wrapper .row .col-lg-6 .program-img img{
      height: 402px;
  }
}

 @media screen and (max-width: 1740px) {
   .our-program .wrapper .row .col-lg-6 .program-img img{
      height: 302px;
     
  }
}
@media screen and (max-width: 991px) {
   .our-program .wrapper .row .col-lg-6{
       padding: 0px !important;
   }
   .our-program .wrapper .row .col-lg-6 .program-img img{
     height: 502px;
    
  }
}

@media screen and (max-width: 730px) {

   .our-program .wrapper .row .col-lg-6 .program-img img{
     height: 202px;
  }
}

 /* our-program-detail----------------------------------------------------- */
 .program-detail img{
     width: 100%;
 }
 .program-detail .wrapper {
    display: grid;
    grid-template-columns: 64.38%   33.72%;
    grid-gap:1.69%;
    overflow: hidden;
    padding-top: 74px;
    padding-bottom: 67px;
 }
 .program-detail .wrapper .main-content{
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
 }
 .program-detail .wrapper .main-content img{
    height: auto;
    width: 100%;
 }
 .program-detail .wrapper .main-content h2{
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 38px;
 }
 .program-detail .wrapper .main-content p,ul,li{
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
    color:var(--color-light-black);
 }
 .program-detail .wrapper .side-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px;
    justify-content: center;
 }

 .program-detail .wrapper .side-content .fb_iframe_widget {
   display: inline-block;
   position: relative;
   text-align: center;
   width: 100%;
}
 .program-detail .wrapper .side-content .other-programs{
    background: var(--color-white);
    border: 1px solid var(--color-gray-border);
    padding: 5%;
 }
 .program-detail .wrapper .side-content .other-programs h3{
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 24px;
 }
 .program-detail .wrapper .side-content .other-programs ul{
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
 }
 .program-detail .wrapper .side-content .other-programs ul li{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-gap: 20px;
    transition: all 0.2s ease-in-out;
    align-items: center;
 }
 .program-detail .wrapper .side-content .other-programs ul li:hover{
    transform: scale(1.05);
 }
 .program-detail .wrapper .side-content .other-programs ul li img{
    height: 105px;
    width: 32%;
 }
 .program-detail .wrapper .side-content .other-programs ul li .other-programs-suppourting-text{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
 }

 .program-detail .wrapper .side-content .other-programs ul li .other-programs-suppourting-text h4{
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 19px;
    color: var(--color-heading);
 }
 .program-detail .wrapper .side-content .other-programs ul li .other-programs-suppourting-text p{
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
    color: var(--color-light-black);
 }
 .program-detail .wrapper .side-content .news-and-events{
    background: #FFFFFF;
    border: 1px solid var(--color-gray-border);
    padding: 32px 26px;
    display: flex;
    flex-direction: column;
    grid-gap: 28px;
 }
 .program-detail .wrapper .side-content .news-and-events h3{
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 28px;
 }
 .program-detail .wrapper .side-content .news-and-events ul{
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
 }
 .program-detail .wrapper .side-content .news-and-events ul li{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    font-weight: 500;
    font-size: 2rem;
    line-height: 30px;
    color: var(--color-heading);
 }
 
 @media screen and (max-width: 1023px) {
    .program-detail .wrapper {
        grid-template-columns: 1fr;
     }
     .program-detail .wrapper .side-content {
        grid-template-columns: 1.7fr 1fr ;
     }
     .program-detail .wrapper .side-content .fb_iframe_widget {
      grid-column: 1/3;
   }
}
@media screen and (max-width: 731px) {
    
     .program-detail .wrapper .side-content {
        grid-template-columns: 1fr;
     }
     .program-detail .wrapper .side-content .fb_iframe_widget {
      grid-column: unset;
   }
}
 
/* popup css */
html{
    font-size: 10px;

}
body{
    font-family: 'Rubik', sans-serif;
    font-size: 10px;
    overflow-x: hidden;
    line-height: 10px;
}
.neef-modal .section__banner{
    width: 35%;
    padding: 50px 0 0 50px;
}
.neef-modal .modal-left-content{
    position: relative;
    z-index: 999;
}
.neef-modal .modal-left-content .main__banner{
    margin-top: 156px;
}
.neef-modal .modal-right-content .banner__image-wrap{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.neef-modal .modal-dialog:before{
    content: "";
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 300px;
    left: 0;
}
.neef-modal .modal-content{
    border: none;
    position: relative;
}
.neef-modal .modal-content .contact__details{
    position: absolute;
    bottom: -65%;
    left: 34%;
    z-index: 999;
}
.neef-modal .modal-content .contact__details ul li a{
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    line-height: 32px;
}
.neef-modal .modal-content .contact__details ul li a i{
    font-size: 20px;
    vertical-align: middle;
}
.neef-modal .modal-content .contact__details ul li a span{
    margin-left: 10px;
}
.neef-modal .modal-right-content .banner__image-yellow{
    position: absolute;
    bottom: -72%;
    left: 0;
    z-index: 888;
}
.neef-modal .modal-right-content .book__btn{
    position: absolute;
    bottom: -38%;
    left: 44%;
    z-index: 999;
}
.neef-modal .modal-right-content .book__btn a{
 padding: 16px 28px;
 display: inline-block;
 background-color: var(--color-dark-blue);
 color: #fff;
 border-radius: 50px;
 font-size:24px;
 font-weight: 700;
 transition: 0.5s all ease-in-out;
 white-space: nowrap;
}
.neef-modal .modal-right-content .book__btn a:hover{
    background-color: #fff;
    border: 1px solid var(--color-dark-blue);
    color: var(--color-dark-blue);
}

.neef-modal .main__banner .banner__text-wrap h2,
.neef-modal .main__banner .banner__text-wrap h3{
font-size: 60px;
font-weight: 700;
}
.neef-modal .banner__text-wrap h2{
    color: var(--color-dark-blue);
}
.neef-modal .banner__text-wrap h3{
    color: var(--color-hero-2);
    margin: 30px 0;
}
.neef-modal .banner__text-wrap h4{
    font-size: 52px;
    color: var(--color-dark-blue);
    font-weight: 400;
    position: relative;
}
.neef-modal .banner__text-wrap h4:after{
   content: "";
   height: 4px;
   width: 113px;
   background-color: var(--color-hero-2);
   position: absolute;
   bottom: -14px;
   left: 0;
}
.neef-modal .banner__text-wrap .paragraph{
    margin-top: 43px;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
.neef-modal .modal-header{
    border: none;
}
.modal__banner-image{
    position: absolute;
    left: 120%;
    top: 26%;
    z-index: 1000;
}
.small__circle{
    position: absolute;
    top: 35px;
    left: 207%;
    z-index: 999;
}
.big__circle{
    position: absolute;
    top: 117%;
    left: 112%;
    z-index: 999;
}
.modal__banner-image:after{
    content: '';
    background-image: url(../images/white-half-circle.png);
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100%;
    height: 106%;
    z-index: -1;
}

@media (min-width: 767px){
    .mobile-banner-img {
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 1040px){
    .neef-modal .modal-dialog {
        max-width: 768px;
        margin: 1.75rem auto;

    }
    .neef-modal .section__banner{
        padding: 50px 0 0 20px;
    }
    .neef-modal .modal-left-content .main__banner {
        margin-top: 67px;
    }
    .neef-modal .modal-right-content .banner__image-wrap img{
        width: 287%;
    }
    .neef-modal .modal-right-content .banner__image-wrap{
        top:0
    }
    .neef-modal .modal-content .contact__details {
        bottom: -45%;
    }
    .neef-modal .modal-right-content .banner__image-yellow {
        bottom: -250px;
    }
    .neef-modal .modal-right-content .banner__image-yellow img{
        width: 280%;
    }
    .modal__banner-image {
        left: 138%;
        top: 26%;
    }
    .modal__banner-image img{
        width: 402px;
    }
    .modal__banner-image:after{
        display: none;
    }
    .big__circle {
        top: 105%;
        left: 147%;
    }
    .big__circle img{
       width: 100px;
    }
    .neef-modal .modal-right-content .book__btn {
        bottom: -19%;
        left: 45%;
    }
    .neef-modal .modal-right-content .book__btn a{
        font-size: 20px;
    }
    .neef-modal .modal-dialog:before{
        top: 250px;
    }
    .small__circle{
        top: 5px;
    }
}
@media (min-width:1040px){
    .neef-modal .modal-dialog {
        max-width: 1040px;
        margin: 1.75rem auto;

    }
}
@media(max-width:767px){
    .neef-modal .section__banner{
        width: 100%;
        padding: 30px;
    }
    .neef-modal .modal-left-content .main__banner {
        margin-top: 40px;
    }
    .modal__banner-image {
        display: none;
    }
    .mobile-banner-img {
        display: block;
        margin: 30px 0;
    }
    .mobile-banner-img img{
        width: 100%;
    }
    .banner__image-wrap,.banner__image-yellow,.small__circle,.big__circle,.neef-modal .modal-dialog:before{
        display: none;
    }
    .neef-modal .modal-right-content .book__btn{
        position: relative;
        top: 0;
        left: 0;
    }
    .neef-modal .modal-content .contact__details{
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 20px;
    }
    .neef-modal .modal-content .contact__details ul li a{
        color: var(--color-heading);
    }
    .neef-modal .main__banner .banner__text-wrap h2,
    .neef-modal .main__banner .banner__text-wrap h3{
        font-size: 50px;
        margin: 20px 0;
    }
    .neef-modal .main__banner .banner__text-wrap h4{
        font-size: 40px;
    }
    .neef-modal .banner__text-wrap p{
        font-size: 16px;
        line-height: 1.5;
    }
}


@media (max-width: 479px){
    .neef-modal .main__banner .banner__text-wrap h2,
    .neef-modal .main__banner .banner__text-wrap h3{
        font-size: 40px;
    }
    .neef-modal .main__banner .banner__text-wrap h4{
        font-size: 30px;
    }
    .neef-modal .banner__text-wrap p{
        font-size: 14px;
    }
    .neef-modal .modal-right-content .book__btn a{
        font-size: 16px;
    }
    .neef-modal .section__banner{
        padding: 15px;
    }
    .neef-modal .modal-content .contact__details ul li a{
        font-size: 14px;
    }

}
@media (max-width: 300px){
    .modal-dialog {
        max-width: 80%;
        margin: 1.75rem auto;
    }
    }

    /* resources--video css */

    .resources-video{
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-gap: 25px;
        padding-top: 60px ;
        padding-bottom: 60px;
        box-sizing: border-box;
    }
    .video-resource.other__video{
        padding-top: 0;
    }
    .resources-video ul li .video-overlay{
        position: absolute;
        z-index: 2;
        background-color: transparent;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .resources-video .main-video {
        width: 100%;
        height: 540px;
    }
    .resources-video .main-video h2{
        font-weight: 500;
        font-size: 2.1rem;
        line-height: 25px;
        color: var( --color-gray-heading);
        margin-top: 6px;
    }
    .resources-video .main-video .main-video-link iframe{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .resources-video .video-list ul {
        display: flex;
        flex-direction: column;
        grid-gap: 31.37px;
        
    }
    
    .resources-video .video-list ul li .video-list-wrapper {
        position: relative;
        cursor: pointer;
    }
    .resources-video .video-list ul li iframe{
        width: 100%;
        object-fit: cover;
        height: 235px;
        
    }
    .resources-video .video-list ul li  .video-list-wrapper::after{
        position: absolute;
        content: "";
        z-index: 2;
        width: 100%;
        height: 99%;
        left: 0;
        top: 0;
        background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
       
    }
    .resources-video .video-list ul li .video-list-wrapper:hover::after{
        display: none;
    }
    .resources-video .video-list ul li h4{
        margin-top: 14px;
        margin-bottom: 0px;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 19px;
        color: var(--color-gray-heading);
    }
    @media screen and (max-width: 1024px) {
        .resources-video .main-video video {
            object-fit: unset;
            
        }
     }
    @media screen and (max-width: 991px) {
        .resources-video{
            grid-template-columns: 1fr;
            grid-row-gap: 80px;
            
        }
        .resources-video .video-list ul {
            display: flex;
            flex-direction: row;
            grid-gap: 31.37px;
            
        }
     }
     @media screen and (max-width: 715px) {
        .resources-video .main-video  {
            height: 100%;
        }
        .resources-video .main-video video {
            object-fit: unset;
            height: 382px;
        }
     }
     @media screen and (max-width: 550px) {
       
        .resources-video .video-list ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            
        }
       
     }
     @media screen and (max-width: 472px) {
        .resources-video .main-video video {
            object-fit: unset;
            height: 265px;
    
        }
     }
     
/* resource css */

.resources-content .wrapper {
    display: grid;
    grid-template-columns: 2.9fr  1fr;
    grid-gap: 1.9%;
    padding-top: 67PX;
    padding-bottom: 67px;
    overflow: hidden;
    justify-content: stretch;
}
.resources-content .wrapper .main-content{
    padding: 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--color-gray-border);
    border-radius: 8px;
    grid-gap: 3.1%;
}
.resources-content .wrapper .card{
    border:none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    grid-gap: 10px;
    transition: all 0.3s ease-in-out;
    padding: 22px;
    border-radius: 8px;
    box-shadow: 0px 0px 30px rgba(203, 200, 200, 0.15);
}
.resources-content .wrapper .card:hover{
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.resources-content .wrapper .card  .resource-icon i {
    background-color: var(--color-hero-varriant);
    border-radius: 100%;    
    width: 48px;
    height: 48px;
    color:var(--color-hero);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    position: relative;
}
.resources-content .wrapper .card  .resource-icon i::after{
    position: absolute;
    content: "";
    background-color:var(--color-hero-varriant);
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 100%;
    cursor: pointer;
}
.resources-content .wrapper .card  .resource-icon i:hover::after{
    animation: icon-animation 0.7s;
}
.resources-content .wrapper .card h3{
   margin-bottom: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 30px;
    color: var(--color-heading);
    text-transform: capitalize;
}
.resources-content .wrapper .card p{
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
    color: var(--color-card-text);
 }
 
.resources-content .wrapper .side-content {
    border: 1px solid var(--color-gray-border);
    border-radius: 8px;
}
 .resources-content .wrapper .side-content .news-and-events{
    background: #FFFFFF;
    padding: 9.6%;
    display: flex;
    flex-direction: column;
    grid-gap: 28px;
 }
 .resources-content .wrapper .side-content .news-and-events h3{
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 43px;
 }
 .resources-content .wrapper .side-content .news-and-events ul{
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
 }
 .resources-content .wrapper .side-content .news-and-events ul li{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    font-weight: 500;
    font-size: 2rem;
    line-height: 30px;
    color: var(--color-heading);
 }
 @media screen and (max-width: 1090px) {
    .resource .wrapper {
        flex-wrap: wrap;

    }
    .resource .wrapper .card{
        width: 100%;
    }
}
@media screen and (max-width: 1875px) {
    .resources-content .wrapper .side-content .news-and-events h3{
        font-size: 2.7rem;
        line-height: 33px;
     }
     .resources-content .wrapper .side-content .news-and-events ul li{
        line-height: 23px;
        font-size: 1.7rem;
       
     }
}
@media screen and (max-width: 1022px) {
    .resources-content .wrapper {
        grid-template-columns: minmax(0, 1fr);
        
       
    }
    .resources-content .wrapper .side-content .news-and-events ul{
        flex-direction: row;
        flex-wrap: wrap;
        grid-gap: 5rem;
     }
}
@media screen and (max-width: 620px) {
    .resources-content .wrapper .main-content{
        grid-template-columns: minmax(0, 1fr);
        grid-gap: 20px;
        padding: 1%;

    }
}
/* speak css */
.gallery-section .speak__wrap{
    display: flex;
    align-items: center;
    grid-gap: 65px;
    margin-bottom: 45px;
}
.gallery-section .win__text{
    font-size: 14px;
    line-height: 20px;
}
.speak__text h2{
    white-space: nowrap;
}


@media(max-width:767px){
    .gallery-section .speak__wrap{
        display: block;
    }
    .our-program-heading-wrapper.speak__text {
        text-align: center;
    }
    .gallery-section .win__text{
        text-align: center;
        margin-top: 10px;
    }
}

/* testimonial-detail css */

.testimonial-detail .wrapper{
    display: grid;
    grid-template-columns: 2.9fr  1fr;
    grid-gap: 1.9%;
    padding-top: 67PX;
    padding-bottom: 67px;
    overflow: hidden;
    justify-content: stretch;
}
.testimonial-detail .wrapper .main-content{
    background-color: var(--color-light-blue-shade);
    padding: 4%;
}

.testimonial-detail .wrapper .main-content .photo-and-designation-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 35px;
    margin-bottom: 30px;
}
.testimonial-detail .wrapper .main-content .photo-and-designation-wrapper .img-wrapper {
    border-radius: 100%;
    Width: 177.36px;
    height: 182px;
}

.testimonial-detail .wrapper .main-content .photo-and-designation-wrapper .img-wrapper img{
    border-radius: 100%;
    overflow: hidden;

}
.testimonial-detail .wrapper .main-content .suppourting-points{
    margin-top: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: var(--color-light-black);
}
.testimonial-detail .wrapper .main-content .suppourting-points span{
    font-weight: bold;
    display: block;
}
.testimonial-detail .wrapper .main-content .suppourting-points .answer{
    margin-top: 20px;
}
.testimonial-detail .wrapper .main-content .suppourting-points .answer ul{
    margin-top: 15px;
    padding-left: 44px;
}
.testimonial-detail .wrapper .main-content .suppourting-points .answer ul li{
  list-style: circle;
}
.testimonial-detail .wrapper .main-content .photo-and-designation-wrapper .designation-wrapper p{
    font-style: normal;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 21px;
    color: var(--color-blue-shade);
    margin-bottom: 15px;
}
.testimonial-detail .wrapper .main-content .photo-and-designation-wrapper .designation-wrapper span{

    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 17px;
    color: var(--color-grey-accent);
}
.testimonial-detail .wrapper .main-content .trainee-suppouting-text{
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: var(--color-light-black);
    
}


.testimonial-detail .wrapper .side-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px;
 }
 .testimonial-detail .wrapper .side-content .other-programs{
    background: var(--color-white);
    border: 1px solid var(--color-gray-border);
    padding: 5%;
 }
 .testimonial-detail .wrapper .side-content .other-programs h3{
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 24px;
 }
 .testimonial-detail .wrapper .side-content .other-programs ul{
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
 }
 .testimonial-detail .wrapper .side-content .other-programs ul li{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-gap: 20px;
    transition: all 0.2s ease-in-out;
    align-items: center;
 }
 .testimonial-detail .wrapper .side-content .other-programs ul li:hover{
    transform: scale(1.05);
 }
 .testimonial-detail .wrapper .side-content .other-programs ul li img{
    height: 105px;
    width: 32%;
 }
 .testimonial-detail .wrapper .side-content .other-programs ul li .other-programs-suppourting-text{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
 }

 .testimonial-detail .wrapper .side-content .other-programs ul li .other-programs-suppourting-text h4{
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 19px;
    color: var(--color-heading);
 }
 .testimonial-detail .wrapper .side-content .other-programs ul li .other-programs-suppourting-text p{
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
    color: var(--color-light-black);
 }
 .testimonial-detail .wrapper .side-content .news-and-events{
    background: #FFFFFF;
    border: 1px solid var(--color-gray-border);
    padding: 32px 26px;
    display: flex;
    flex-direction: column;
    grid-gap: 28px;
 }
 .testimonial-detail .wrapper .side-content .news-and-events h3{
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 28px;
 }
 .testimonial-detail .wrapper .side-content .news-and-events ul{
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
 }
 .testimonial-detail .wrapper .side-content .news-and-events ul li{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    font-weight: 500;
    font-size: 2rem;
    line-height: 30px;
    color: var(--color-heading);
 }
 

@media screen and (max-width: 1022px) {
    .testimonial-detail  .wrapper {
        grid-template-columns: minmax(0, 1fr);
    }
   
}
@media screen and (max-width: 494px) {
    .testimonial-detail .wrapper .main-content .photo-and-designation-wrapper .designation-wrapper p{
        font-size: 2.2rem;
    }
    .testimonial-detail .wrapper .main-content .photo-and-designation-wrapper .designation-wrapper span{
    
        font-style: normal;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 17px;
        color: var(--color-grey-accent);
    }
}

/* update css */
.about-us p,ul,li{
    line-height: 30px;
}
.contact-page .wrapper form input.input-phone{
    font-size: 15px;
    padding: 16px 28px;
}
.program-detail .wrapper .main-content p,ul,li {
    line-height: 30px;
}


    

.contact-page .wrapper form input {
    display: block;
    width: 100%;
    border: 1px solid #4B4A4A;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 5px 15px;
  }

  .contact-page .wrapper form #message {
    height: 115px;
    display: flex;
    border: 1px solid #4B4A4A;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 5px 15px;
    resize: none;
}

#contact-references {
    height: 41px;
    border: 1px solid;
    border-radius: 1rem;
    font-size: 14px;
    padding-left: 15px;
}

.contact-page .wrapper form {
    display: flex;
    flex-direction: column;
    grid-gap: 0px;
}

.contact-page .wrapper iframe {
    width: 100%;
    height: 378px;
}

.contact-page .wrapper form .golden-button {
    width: 113px;
    margin-top: 0px;
}

.top-bar {
    background-color: var(--color-darker-blue);
    margin-bottom: 2px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 19px;
    color: #FFFFFF;
    align-items: center;
    flex-wrap: wrap;
}

/* Ensure lists are styled correctly */
ul, ol {
    margin: 0;
    padding: 0 0 0 20px; /* Add left padding to display bullets */
    list-style: disc; /* or 'decimal' for ordered lists */
}