.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}

.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}

.owl-carousel .hero img {
  display: block;
}

.home-banner .owl-carousel .owl-nav {
  width: 100%;
  margin: 0;
  z-index: 1;
}
.home-banner .owl-carousel .owl-nav button {
  opacity: 0.66;
  outline: none;
  position: absolute;
  font-size: 3.5em !important;
  bottom: 50px;
  margin: 0;
  z-index: 2;
  background: rgba(238, 238, 238, 0.3);
  min-width: 75px;
  border-radius: 0;
}
.home-banner .owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}
.home-banner .owl-carousel .owl-nav button.owl-next {
  left: 110px;
}
.home-banner .owl-carousel .owl-nav button:hover {
  opacity: 0.66;
  background: rgba(238, 238, 238, 0.3);
}
.home-banner .owl-carousel .owl-nav button i {
  color: #ffffff;
}
.home-banner .owl-carousel .owl-dots {
  position: absolute;
  bottom: 12px;
  width: 100%;
  z-index: 2;
  margin-top: 0;
}
.home-banner .owl-carousel .owl-dots span {
  background: #ffffff !important;
  opacity: 0.5;
  width: 12px !important;
  height: 12px !important;
}
.home-banner  .owl-stage-outer{
    width: 100%;
}
@media only screen and (min-width: 1093px) {
  .home-banner .owl-carousel .hero img {
    display: none;
  }
}

/*# sourceMappingURL=slider.css.map */
