
/* ABOUT SECTION */

.about-area .section-title span {
    color: #a9abad;
}



/* HERO SECTIONa*/ 

.hero-padding {

padding-bottom: 10px;

}


.hero-image {

-webkit-box-shadow: 4.5px 4px 11px 4px #dddddd;
-moz-box-shadow: 4.5px 4px 11px 4px #dddddd;
box-shadow: 4.5px 4px 11px 4px #dddddd;
border-radius: 25px;
}



  
 


/* TEAMS SECTION */

.team-area .section-title {
    max-width: 60%;
    margin: 0 auto;
}


.clients-area .section-title {
    max-width: 100%;
    padding: 20px 0px;
}


.testimonial-area2 {

padding-top: 60px;

}


.white-values {

color: #fff;



}





.img1 {
  position: relative;
  width: 100%;
    height: 480px;
}

.img1 img {
  position: absolute;
  width: 100%;
  object-fit: fit;
  transition: opacity 0.5s ease;
}

.img1 img.hover {
  opacity: 0;
}

.img1:hover img.hover {
  opacity: 1;
}

.img1:hover img.default {
  opacity: 0;
}


/* LEGAL SECTION */

#terms-section {


    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 160px;
    padding-bottom: 160px;
    
    
    
      }


      
#terms-section button {


    padding: 60px 0;


}

#terms-section h1 {


    padding: 40px 0;


}


#terms-section h3 {


    padding-top: 20px;
    padding-bottom: 20px;

}

.thumb {

display: flex;
align-items: center;


}