.executive-search-capabilities-carousal.owl-theme .owl-stage-outer {
  /* padding-left: 20px;
  padding-right: 20px; */
}
@media (min-width: 768px) {
  .executive-search-capabilities-carousal.owl-theme .owl-stage-outer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .executive-search-capabilities-carousal.owl-theme .owl-stage-outer {
    padding-left: 0;
    padding-right: 0;
  }
}

.executive-search-capabilities-carousal .owl-carousel .owl-item img {
  width: auto !important;
}

/* .executive-search-capabilities-carousal .owl-item.cloned,
.executive-search-capabilities-carousal .owl-item {
  background-color: purple;
  width: auto !important;
} */

.executive-search-capabilities-carousal.owl-theme .owl-dots :not(:first-child) {
  margin-left: 5px;
}

.executive-search-capabilities-carousal.owl-theme .owl-dots {
  margin-top: 20px !important;
}
.executive-search-capabilities-carousal.owl-theme
  .owl-dots
  .owl-dot:hover
  span {
  background: #ffffff;
}
.executive-search-capabilities-carousal.owl-theme .owl-dots .owl-dot span {
  background: #818285;
  width: 5px;
  height: 5px;
  margin: 0 5px;
}

.executive-search-capabilities-carousal.owl-theme
  .owl-dots
  .owl-dot.active
  span {
  background: #ffffff;
}
