/* Clients / Logo Carousel Component */
#clients {
  background-size: cover;
  position: relative;
}
#clients img {
  opacity: 1;
  max-width: 50%;
  opacity: .8;
  transition: .3s;
  margin: 15px 0;
}
#clients img:hover, .slider:hover {
  opacity: 1;
}
#clients .owl-dots, #clients .owl-nav, #testimonials .owl-dots, #testimonials .owl-nav {
  margin-top: 5px;
  text-align: center;
}
#clients .owl-dot, #testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #efecec;
}
#clients .owl-dot.active, #testimonials .owl-dot.active, .owl-dot.active {
  background-color: var(--wrightgreen);
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
  background: #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: .5;
  width: 12px;
}
.owl-dots, .owl-nav {
  margin-top: 2px;
  text-align: center;
}
.owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
}
