
.aboutus-wrapper
{
    height: 100vh;
    position: relative;
  display: flex;
align-items: center;
justify-content: center;
background-image: url("../images/Grid.png");
 background-color: #F8F8F8;

}
.abtus-sec2-wrapper
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.abtus-sec2-text h2
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: DM Sans;
font-weight: 700;
font-size: 36px;

letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: var(--darkblue);

}
.abtus-sec2 
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:25px;
    padding-top: 60px;
}
.abtus-sec2-banner
{
background-image: url("../images/aboutus-sec2.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height:614px;
display:flex;
align-items: end;
justify-content: center;
padding-bottom: 50px;
position: relative;

}
.abtus-sec2-banner .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%; 
  pointer-events: none; 
      z-index: 50;
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}
.abtus-sec2-banner p
{
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    /* line-height: 26px; */
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;    
    margin: 0;
    z-index: 100;

}
.banner-left-col
{
    display: flex;
        align-items: center;
        justify-content: center;
}

.abtus-sec3
{
    position:relative;

    justify-content: center;

}
.abtus-block-bot
{
position: absolute;
right:0;

bottom:0 ;

}
.abtus-block-top
{
   position: absolute;
   z-index: -1;


}
.abtus-sec3-wrapper
{
    padding: 60px 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap:25px;

}
.abtus-sec3-row .img-col
{
 display: flex;
 align-items: center;
 justify-content: flex-end;
}
.abtus-sec3-row .text-col
{
 display: flex;
 align-items: center;
 justify-content: center;
}

.abtus-sec3-row .text-col span{
    color: var(--orange);
    font-family: Golos Text;
    font-weight: 600;
    font-size: 18px;
    /* line-height: 27px; */
    letter-spacing: 0%;
    vertical-align: middle;
    
  
  }
  .abtus-sec3-row .text-col p{
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;

    letter-spacing: 0%;
    vertical-align: middle;
    margin: 0;
  
    
  
  }
.abtus-sec4-subheading
{
    color:#373640 !important;
}
.abtus-sec-6
{
  background-color:  rgba(45, 93, 171, 1);
  background-image: url("../images/grid2.png");
/* position: relative; */
padding:60px 0;
/* height:500px; */
display:flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-bottom: 100px;
}
.abtus-sec-6 p
{
  color:#FFFFFF;
  font-family: DM Sans;
font-weight: 600;
font-size: 18px;
line-height: 26px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
margin-top: 25px;
margin-bottom: 0;

}

.abtus-sec6-block1
{
  
position: absolute;
left:0;
top:0;


}

.abtus-sec6-block2
{
    position: absolute;
    right:0;
    bottom:0 ;
}
.abtus-sec6-text
{
display: flex;
justify-content: center;

gap:20px;
flex-direction: column;
}

.abtus-sec6-text span
{
    font-family: DM Sans;
font-weight: 600;
font-size: 26px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
color: #FFFFFF;

}

.abtus-sec6-text h2
{
    font-family: DM Sans;
font-weight: 700;
font-size: 36px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
color: #FFFFFF;
margin: 0;
padding: 0;

    
}

 
.abtus-sec6-text div
{
    width: 100px;
height: 2px;
background:#F1CF2F ;


}
.abtus-sec6-text p
{
    font-family: DM Sans;
font-weight: 400;
font-size: 18px;
line-height: 26px;
letter-spacing: 0%;
text-align: justify;
vertical-align: middle;
color: #FFFFFF;
margin: 0;
padding: 0;

}

.abtus-sec7
{
    display: flex;
    justify-content: center;
align-items: center;   
padding:30px 0px; 
margin-top: -120px;
z-index: 99999;




}
.gap-25
{
    gap:25px !important;
}
.sec5-row p {
   margin-top: 12px !important;
}



































@media only screen and (max-width: 600px) {
   
    .block img
    {
       height:120px;
       width: 120px; 
    
    
    }
 
}

@media only screen and (max-width: 1200px) {
   
    
     
    }

    @media only screen and (max-width: 770px) {
        .aboutus-wrapper
        {
            height: fit-content;
            position: relative;
          display: flex;
        align-items: center;
        justify-content: center;
        padding: 50px 0px;
        }
        .abtus-sec6-text
        {
            padding-top:50px;
        }

        .faq-image
        {
         margin-top:25px
        }
        /* .homesec-5-wrapper {
        
            gap: 15px;
            padding: 25px 0;
        } */
        .abtus-sec3-wrapper {
            /* padding: 25px 0px; */
            gap:25px;
   
        }

.abtus-sec2 {

    gap: 15px;
    padding-top: 25px;
}
.abtus-sec-6
{

padding:25px 0;

}
.abtus-sec7
{
    display: flex;
    justify-content: center;
align-items: center;   
padding:25px 0px; 
margin-top: 0px;




}
.homesec-6 {
 
    padding: 25px 0;
    
}

.gap-25
{
    gap:15px !important;
}
.abtus-sec3-row .text-col span{
  
    font-size: 14px;
 
    
  
  }
  .sec5-row h2 {
    margin-top: 22px !important;
 }
  .sec5-row p {
    margin-top: 4px !important;
 }



  .abtus-sec3-row .text-col p{
   /* text-align: center; */
   margin-top: 20px;
  
    
  
  }
  .sec5-row h2 {
    font-family: Golos Text;
    font-weight: 500;
    font-size: 22px !important;
    line-height: 32.5px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--darkblue);
    margin: 0;
    text-align: left;


      }


      .abtus-banner-row
      {
        gap:24px;
      }
      .abtus-sec2-banner
      {
      background-image: url("../images/aboutus-sec2.png");
      /* background-position: center; */
      background-repeat: no-repeat;
      background-size: cover;
      height:614px;
      display:flex;
      align-items: end;
      justify-content: center;
      /* padding-bottom: 60px; */
      padding-bottom: 25px;
      }

      .abtus-sec6-text span {
        font-family: DM Sans;
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #FFFFFF;
    }
    .abtus-sec6-text p
{
  
text-align:left;


}
.abtus-sec-6 p {
 
    text-align: left;
  
}
/* .abtus-sec2-banner
{
background-image: url("../images/abtus-sec3-responsive.png");
height:260px;
} */

  
    











    }