.client-slider .splide__slide img {
  width: auto !important;
} 
.client-items {
  float: left;
  margin-left: 0;
}
.client-img:hover .link-text img { 
  transition: .3s cubic-bezier(.3, .58, .55, 1);
}
.client-img a {
  position: relative;
  transition: .3s cubic-bezier(.3, .58, .55, 1);
}
.link-cli-txt {
  opacity: 0;
  transition: .3s cubic-bezier(.3, .58, .55, 1);
  top: -15px;
  position: absolute;
  margin: 20px 0;
  left: 0;
  right: 0;
}
.client-img { 
  transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
  border-radius: 8px; 
  text-align: center;
  background-color: rgba(255,255,255,0);
}

.client-img-div.icon-2 .splide__arrow--prev {
  float: left;
}
.client-img-div.icon-2 .splide__arrow--next {
  float: right;
}
.client-img-div.icon-1 .splide__arrows .splide__arrow--prev {
  left: 45%;
}
.client-img-div.icon-1 .splide__arrows .splide__arrow--next {
  right: 45%;
}
.client-img-div.icon-3 .splide__arrows {
  display: table;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.client-img-div.icon-2 .splide__arrows .splide__arrow--prev {
  left: 0;
}

.client-img-div.icon-2 .splide__arrows .splide__arrow--next {
  right: 0;
}
.client-img-div.icon-2 .splide__arrows .splide__arrow--prev,
.client-img-div.icon-2 .splide__arrows .splide__arrow--next {
  display: table; 
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.client-img-div.icon-1 .splide__arrows .splide__arrow--next,
.client-img-div.icon-1 .splide__arrows .splide__arrow--prev { 
  top: inherit;
  transform: translateY(0);
  border: 0;
  bottom: -30px;
}
.testimonials .splide__pagination {
  position: relative !important;
  margin-top: 50px !important;
}
.client-img:hover { 
  opacity: 1;
  transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
} 
focus {
  outline: none;
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1; 
}
.client-logo .owl-carousel .owl-item img {
  display: block;
  width: auto;
}
.client-logo .item {
  display:table;
  margin: 0 auto;
}
.owl-item { 
  transform: translateZ(0);
  -webkit-transform: translateZ(0); 
  -ms-transform: translateZ(0);
}
.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
  text-align:center;
  margin-top: 15px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  outline: none;
}
.owl-nav .owl-next span,
.owl-nav .owl-prev span{
  color: #FFF;
  display: inline-block;
  margin: 5px;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 20px !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #ff7238 ;
  filter: Alpha(Opacity=50);
  opacity: .5;
  margin: 5px;
}
.owl-nav .owl-next span:hover,
.owl-nav .owl-prev span:hover {
  opacity: 1;
}
.owl-dots .owl-dot span{
  display: block;
  width: auto;
  height: auto;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 50%;
  background: #ff7238;
  padding:7px;
}

.owl-dots .owl-dot:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
} 
.client-des-img img {
  opacity: 0.5;
  transition: .2s cubic-bezier(.3,.58,.55,1);
}
.client-des-img:hover img {
  opacity: 1;
  transition: .2s cubic-bezier(.3,.58,.55,1);
} 
@media (max-width: 767px) { 
  .coming-bg form {
    width: 100% !important;
  }
}


.client-slider.dots-left .splide__pagination {
  left: 10px;
  right: inherit;
}
.client-slider.dots-right .splide__pagination {
  right: 10px;
  left: inherit;
}
.client-slider.dots-center .splide__pagination {
  left: 0;
  right: 0;
}
.client-slider.dots-var-2 .splide__pagination button {
  height: 30px;
  margin: 0 5px;
  opacity: .7;
  padding: 0;
  transition: transform .2s linear;
  width: 2px;
  border-radius: 0;
}
.client-slider.dots-var-2 .splide__pagination {
  padding: 15px 10px;
}
@media (max-width: 575px) {
  .client-items {
    width: calc(50%) !important;
  }
} 
@media (min-width: 576px) and (max-width:767px) {
  .span3.client-items {
    width: 100% !important;
    text-align: left;
  }
  .client-items {
    width: calc(33.33%) !important;
  }
}
