.aboutus-service1-container {
    /* background-color: rgb(243, 243, 235); */
    background-color: #f4fbfd;
    width: 100%;
    height: 90vh;
    margin: 200px 0 0 0;
}


.aboutus-heading{
    margin: 70px  0 30px 90px;
    font-size: 45px;
    line-height: 65px;
    text-transform: uppercase;
    color: #444 !important;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;

}

.aboutus-span-line {    
    background-color: #f8b604; 
    width: 150px; 
    height: 5px;
    margin: 15px 0 15px 90px;
 }

 .aboutus-para {
    margin: 45px 30px 15px 90px;
    color: #020731;
    font-weight: 500;
    line-height: 28px;
 }

/* SERVICE SECTION IMG */

 .aboutus-service1-img-con{
    margin: 65px 25px 20px 40px;
    width: 100%;
    height: 450px;
    object-fit: cover;
    padding: 20px;
    box-shadow: 15px 15px 10px 0  rgba(0,0,0,.2);
    background-color: rgb(249 197 121);
 }

 .aboutus-service1-img-con img {
    width: 100%;
    height: 100%;
 }

 /* ****************************** Section half abtU pg ************************** */
.vis-mis-main-con {
   padding: 20px 0 20px 0;
   background-color: #f4fbfd;
   height: auto;
}

.vis-mis-main-con .row {
   background-color: #f4fbfd;
   width: 100%;
   margin: 10px 0 10px 0;
}

.vision-content-new-con {
   width: 100%;
   height: 100%;
   background-color: #f4fbfd;
   padding-top: 4rem;
}


.vision-content-new-con h1{
   font-size: 45px;
   line-height: 65px;
   text-transform: uppercase;
   margin: 0 0 15px;
   color: #444 !important;
   font-weight: 600 !important;
   font-family: 'Montserrat', sans-serif !important;
   letter-spacing: 0.5px !important;
   margin: 0 8rem 0 6rem;
}

.vision-span-line {    
   background-color: #f8b604; 
   width: 150px; 
   height: 5px;
   margin: 15px 0 15px 6rem;
}

.vision-content-new-con p {
   margin: 2rem 8rem 0 6rem;
   font-size: 18px;
   font-weight: 600 !important;
   line-height: 35px !important;
   color: #555 !important;
   font-family: 'Montserrat', sans-serif !important;
}

/* vision img */

.vision-img-new-con {
   background-color: #ddf4ff;
   margin: 8rem auto 7rem auto;
   width: 250px;
   height: 160px;
}

.vision-img-new-con img {
   width: 100%;
   height: 100%;
}


/* MISSION CSS */

.mission-content-new-con {
   width: 100%;
   height: 100%;
   background-color: #f4fbfd;
   padding-top: 4rem;
}

.mission-content-new-con h1{
   font-size: 45px;
   line-height: 65px;
   text-transform: uppercase;
   margin: 0 0 15px;
   color: #444 !important;
   font-weight: bold !important;
   font-family: 'Montserrat', sans-serif !important;
   letter-spacing: 0.5px !important;
   margin: 0 8rem 0 6rem;
}

.mission-span-line {    
   background-color: #f8b604; 
   width: 190px; 
   height: 5px;
   margin: 15px 0 15px 6rem;
}

.mission-content-new-con p {
   margin: 2rem 8rem 0 6rem;
   font-size: 18px;
   font-weight: 600 !important;
   line-height: 35px !important;
   color: #555 !important;
   font-family: 'Montserrat', sans-serif !important;
}


/* Mission Img css */
.mission-img-new-con {
   background-color: #ddf4ff;
   margin: 7rem auto 7rem auto;
   width: 240px;
   height: 160px;
}

.mission-img-new-con img {
   width: 100%;
   height: 100%;
}



 /* ***************************** About Us SECTION 2 CSS *********************** */

  .section2-aboutus-container {
    margin: 0 0 85px 0;
    padding-top: 4px;
    width: 100%;
    height: 85vh;
    background-color: #f4fbfd;
 }

 .aboutUS-section2-part1 {
    width: 100%;
    height: 65vh;
 }

 .aboutUS-part1-h2 {
    margin: 50px 0 35px 0;
    font-size: 45px;
    line-height: 65px;
    text-transform: uppercase;
    color: #444 !important;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;
 }
 .aboutUs-section2-img-con {
    margin: 0 auto 0 auto;
    width: 45%;
    height: 50vh;
    justify-content: center;
    box-shadow: 5px 5px 10px;
 }

 .aboutUs-section2-img-con img {
    width: 100%;
    height: 100%;
 }

 /* SECTION 2 PART 2 */

 /* .aboutUS-section2-part2 {
    width: 100%;
    height: 65px;
    text-align: center;
 }

 .aboutUS-part2-para {
    margin: 40px 120px 0 120px;
    color: #020731;
    font-weight: 700;
    line-height: 28px;
 } */


 @import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

  /* Director name */
.director-name-con {
    margin: 47px  0 30px 0;
    font-size: 45px;
    line-height: 65px !important; 
    text-transform: uppercase;
    color: #66321a !important;
    font-weight: 500 !important;
    font-family: 'Lobster', cursive;
    letter-spacing: 0.0px !important;
 }