.mt-addons-client-image {
  display: block;
  text-align: center;
}
.mt-swipper-carusel-position {
  position:relative;
}
.mt-addons-client-image-holder {
  transition: ease-in all 250ms;
}
.mt-addons-client-image-holder:hover {
  opacity: 0.6;
}
.mt-addons-clients-image-holder {
    padding: 0 15px;
}
.mt-addons-clients-carusel .owl-controls .owl-pagination{
  margin-top: 0px;
  text-align: center;
  position: absolute;
  top: -25px;
  width: 100%;
}
.mt-addons-clients-carusel .owl-controls .owl-buttons .owl-prev {
    left: 0px;
    top: 35px;
    position: absolute;
    color: #000000;
    font-size: 22px;
    background: transparent;
}
.mt-addons-clients-carusel img{
  margin: 0 auto;
  width: auto !important;
}
.mt-addons-client-image-holder.clients-border{
  padding: 15px 25px;
  opacity: .6;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .row .mt-addons-client-image-item {
      width: 50% !important;
  }
  .mt-addons-client-image .mt-addons-heading {
    margin-top: 10px !important;
  }
  .mt-addons-client-image img {
    height: auto !important;
  }
}

