
  .sec1{
    max-width: 1500px;
    margin: auto;
    height: 400px;
    background:linear-gradient(to right,rgba(0, 0, 0, 0.489),rgba(0, 0, 0, 0.554)), url(image/our.html\ clients.jpg);
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 250px;
    color: white;
    font-size: 40px;
}


.sec11{
  max-width: 1500px;
  margin: auto;
  margin-top: 0px;
  padding-bottom: 50px;
  padding: 20px 30px;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.392),rgba(0, 0, 0, 0.5)), url(image/client\ bg.jpg); */
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 100px;
  /* background-color: #060e2a; */
  background-image: linear-gradient(to  bottom right,rgb(98, 194, 207),rgba(17, 5, 5, 0),rgb(27, 70, 176));

}
.sec11-heading h2{
  text-align: center;
  margin-top: 20px;
  font-size: 45px;
  margin-left: 30px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  padding-bottom: 20px;
}
.sec11-boxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* background-color: #0082e6; */
  display: flex;
  flex-wrap: wrap;
  animation-play-state: paused;

}
.sec11-box{
  width: 210px;
}

.sec11 .sec11-box img{
  width: 210px;
  height: 140px;
  margin-top: 20px;
  border-radius: 00px;
  background-color: white;
  box-shadow: 0 0 3px gray;
  padding: 10px;

}


  /* footer style  */

.footer{
max-width: 1500px;
margin: auto;
padding: 50px 20px ;
padding-bottom: 0;
background-color:RGB(0, 45, 89);
/* background-image: linear-gradient(rgba(0, 0, 0, 0.692),rgba(0, 0, 0, 0.815)), url(image/footer.jpg); */
background-position: center;
background-size: 100% 100%;
color: rgb(255, 255, 255);
}
.footer-container{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-bottom: 30px;
/* background-color: #6a4646; */
}

.sec2-text{
width: 25%;
}

#sec2-other-links{
  width: 18%;
}
.sec2-text h1{
font-size: 32px;
}
.sec2-text h5{
font-size: 22px;
}
.sec2-text .d{
display: flex;
margin-top: 8px;
}
.sec2-text .d p{
font-size: 18px;
}
.icons h5{
font-size: 24px;
margin-top: 15px;
}
.icons ul{
display: flex;
}
.icons ul li{
list-style: none;
text-decoration: none;
}
.icons ul li a i{
color: rgb(255, 255, 255);
font-size: 30px;
margin: 7px;
}
.sec2-text ul li{
list-style: none;
text-decoration: none;
list-style: none;
margin-top: 10px;
}
.sec2-text ul li a{
font-size: 20px;
color: rgb(255, 255, 255);
list-style: none;
text-decoration: none;
}





  .col-xl-3 ul li{
      list-style: none;
      text-decoration: none;
      margin-top: 12px;
      font-size: 18px;
  }
  .col-xl-3 ul li a{
    color: rgb(255, 255, 255);
    margin-top: 10px;
    font-size: 20px;
   

  }
  .col-xl-3 nav:hover{
      background: transparent;
  }
  .footer-base{
    text-align: center;
    padding: 10px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-top: 0.5px solid rgba(128, 128, 128, 0.303);
  }
  .designation-contact h6 {
    color: #ffffff;
  
  }

  @media screen and (max-width: 900px){

    .sec2-text{
      width: 100%;
      margin-top: 30px;
      margin-bottom: 30px;
    }
    #sec2-other-links{
      width: 100%;
    }
  }

@media screen and (max-width: 900px) {


  .sec1{
    background-size: 150% 100%;
  }

  .sec11{
    padding: 50px 0px;

  }
  .sec11-boxes{
    justify-content:space-evenly;
    justify-content: space-evenly;
  }
  .sec11-box{
    width: 45%;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    
    
  
  }
  
  .mean-inputbox .input-box{
    width: 100%;
  }
  .sec11 .sec11-box img{
    width: 150px;
    width: 100%;
    height: 150px;
  }
  



}





