/** clients-section **/
.clients-tm{
  padding: 40px 0;
  background: linear-gradient(360deg, rgba(19, 55, 187, 0) 0%, rgb(244, 245, 252) 65%);
}
.clients-section{
  position: relative;
}

.clients-section .owl-carousel .owl-stage{
  position: relative;
  display: flex;
  align-items: center;
}

.clients-section .clients-logo{
  position: relative;
  display: block;
}

.clients-section .clients-logo img{
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.clients-section .clients-logo img:hover{
  filter: grayscale(0%);
}


/** pxl-clients section **/
.pxl-swiper-slider-wrap .clients{
  border: #ccc solid 1px;
  border-radius: 5px;
}
.pxl-clients .item-image-wrap {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  padding: 40px 15px;
  margin-right: -1px;
}


.pxl-clients .item-image {
  position: relative;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  margin: 30px 0;
}

.pxl-clients .item-image a {
  text-align: center;
  display: block;
}

.pxl-clients .item-image img {
  display: inline-block;
  max-height: 140px;
  width: auto !important;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}


/** rtl-css **/




/** responsive-css **/

@media only screen and (max-width: 1200px){
  .pxl-clients .item-image-wrap {
    height: 130px;
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 991px){
  .pxl-clients .item-image-wrap {
    height: 130px;
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 767px){
  .clients-section{
    padding: 70px 0px;
  }
  
  .pxl-clients .item-image-wrap {
    height: 130px;
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 599px){
  .pxl-clients .item-image-wrap {
    height: 130px;
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 499px){
  .clients-section, .chooseus-section{
    padding: 20px 0;
  }
  .sec-title h2{
    line-height: 28px !important;
  }
  
  .pxl-clients .item-image-wrap {
    /* width: 150px;
    height: 150px; */
    padding: 20px 10px;
  }
  .hero-section-tm{
    padding-bottom: 40px;
  }
  /* .pxl-clients .item-image img {
    max-height: 60px;
  } */
  .textbig{
    font-size: 16px;
    line-height: 24px;
  }
}



.customersList{
  display: flex;
  gap: 20px 50px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.customersList img:first-child{
  max-width: 100px;
}
.customersList img{
  width: 100%;
  max-width: 200px;
  margin: 10px;
  transition: all 500ms ease;
} 
.customersList img:hover{
  filter: grayscale(0%);
}