.banner{
	
}
.clients h1, .projects h1, .experties h1{
  text-align: left;
  padding-bottom: 2rem;
}
/*.clients h1,.clients h2{*/
/*  color: #0F0F0F;*/
/*}*/
.projects{
  margin-bottom: 1rem;
}
.header-content{
  padding-top: 5rem;
}
.carousel-indicators {
    top: 97%;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #C4C4C4; 
}
/*.clients{*/
/*  background: #f2f2f2;*/
/*}*/
.img-box {
    box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
    border-radius: 0.25rem;
    background: #ffffff;
    padding: 1rem;
    /*filter: grayscale(100%);*/
}
@media screen and (max-width: 991px){
  .header-content {
    padding-top: 0rem;
  }
}