
/** clients-section **/

.clients-section{
  position: relative;
}

.clients-section .owl-carousel .owl-stage{
  display: flex;
  align-items: center;
  height: 200px;
}

.clients-section .clients-logo{
  position: relative;
  display: block;
  height: 150px;
}

.clients-section .sub-title h2{
  text-align: center;
}

.clients-section .clients-logo img{
  position: relative;
  display: block;
  max-width: 500%;
  width: auto;
  margin: 0 auto;
  margin-left: 50%;
  transition: all 500ms ease;
}

.clients-section .clients-logo img:hover{
  transform: scale(1.03);
}

/** rtl-css **/



/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .clients-section{
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}









































