.testimonials {
  position: relative;
  padding-top: 20px;
}
#customers-testimonials .item-details {
  background-color: rgba(256,256,256,0.50);
  color: #005f75;
  padding: 12px 10px;
  text-align: left;
}
#customers-testimonials .item-details h5 {
  margin: 10px 15 10px 0;
  font-size: 20px;
  line-height: 23px;
}
#customers-testimonials .item-details h5 span {
  color: red;
  float: left;
  padding-right: 20px;
}
#customers-testimonials .item-details p {
  font-size: 16px;
	line-height: 20px;
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom: 40px;
}
.testimonials a {color: #dd7901;}
.owl-carousel .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

.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: #005f75;
  border: 1px solid #005f75;
  text-align: center;
}

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

.owl-carousel .owl-next {
  right: -70px;
}
@media (max-width: 600px) {
.owl-carousel .owl-next, .owl-carousel .owl-prev {
	top: 55%;}
	.owl-carousel .owl-prev {
  left: -44px;
}
	.owl-carousel .owl-next {
  right: -44px;
}
}