.banner a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.banner a img {
  border-radius: 10px;
  overflow: hidden;
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .banner a img {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .banner a {
    border-radius: 0 !important;
  }
}

.owl-nav span {
  display: inline-flex;
  font-size: 25px;
  color: #000;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  align-items: center;
  background: #fff;
  border-radius: 100%;
  padding-bottom: 5px;
  transition: ease-in-out 0.1s;
}
.owl-nav button:hover span {
  color: #f15928;
  font-size: 30px;
  width: 45px;
  height: 45px;
  transition: ease-in-out 0.1s;
}
.owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.owl-dots .owl-dot span {
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 3px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
}
.owl-dots .active span {
  background: #fff;
  border-radius: 6px;
  width: 32px;
}/*# sourceMappingURL=consume.css.map */