.carousel .owl-nav div {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.carousel .owl-nav div.owl-prev {
  left: 0;
  padding: 6px;
    text-transform: uppercase;
    background: #3e4095;
}
.carousel .owl-nav div.owl-next {
  right: 0;
  padding: 6px;
    text-transform: uppercase;
    background: #3e4095;
}
.carousel .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.carousel .owl-dots div {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background-color: #287af2;
  margin: 0 3px;
}
.carousel .owl-dots div.active {
  background-color: #28146f;
}
