.image-slider .owl-controls .owl-nav div {
  position: absolute;
  top: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.image-slider .owl-controls .owl-nav div i {
  color: #ffffff;
  font-size: 25px;
}
.image-slider .owl-controls .owl-nav div:hover {
  background-color: #000000;
}
.image-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.image-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}
.image-slider .owl-controls .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.image-slider .owl-controls .owl-dots .owl-dot {
  display: inline-block;
}
.image-slider .owl-controls .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
  display: block;
}
.image-slider.style1 .owl-controls .owl-nav div {
  width: 38px;
  height: 38px;
  margin-top: -19px;
}
.image-slider.style1 .owl-controls .owl-nav div i {
  line-height: 38px;
}
.image-slider.style1 .owl-controls .owl-dots {
  bottom: 10px;
}
.image-slider.style1 .owl-controls .owl-dots .owl-dot {
  display: inline-block;
}
.image-slider.style1 .owl-controls .owl-dots .owl-dot span {
  border: 1px solid #ffffff;
  background-color: transparent;
}
.image-slider.style1 .owl-controls .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}
.image-slider.style2 .owl-controls .owl-nav div {
  width: 47px;
  height: 70px;
  margin-top: -35px;
}
.image-slider.style2 .owl-controls .owl-nav div i {
  line-height: 70px;
}
.image-slider.style2 .owl-controls .owl-dots {
  bottom: -55px;
}
.image-slider.style2 .owl-controls .owl-dots .owl-dot {
  display: inline-block;
}
.image-slider.style2 .owl-controls .owl-dots .owl-dot span {
  background-color: #EEEEEE;
}
.image-slider.style2 .owl-controls .owl-dots .owl-dot.active span {
  background-color: #888888;
}
