
.testimonials:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #FFFFFF;
}

#customers-testimonials .item-details {
  background-color: #333333;
  color: #fff;
  padding: 20px 10px;
  text-align: left;
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom: 80px;
}

.owl-carousel .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
  background: radial-gradient(rgba(0,0,0,0.4), transparent);    
}

.owl-carousel .owl-nav [class*=owl-]:hover {
  transition: all 0.3s ease;
  background: radial-gradient(rgba(243,127,94,0.4), transparent);    
}

.owl-carousel .owl-nav [class*=owl-].disabled:hover {
  background: radial-gradient(rgba(243,127,94,0.4), transparent);
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
}

.owl-carousel .owl-prev {
  left: -70px;
}

.owl-carousel .owl-next {
  right: -70px;
}