/*fonty*/.owl-carousel.owl-theme .owl-wrapper-outer .owl-item a.item-link {
  position: relative;
  display: block;
}
.owl-carousel.owl-theme .owl-wrapper-outer .owl-item a.item-link img {
  width: 100%;
  visibility: hidden;
}
.owl-carousel.owl-theme .owl-wrapper-outer .owl-item a.item-link span {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 0 0 2px #000;
}
.owl-carousel.owl-theme .owl-controls {
  top: 0;
  bottom: 0;
  pointer-events: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .owl-carousel.owl-theme .owl-controls {
    display: none !important;
  }
}
.owl-carousel.owl-theme .owl-controls .owl-buttons {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: -25px;
  margin-right: -25px;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  pointer-events: all;
  padding: 0;
  font-size: 21px;
  transform: scale(1.2, 3);
  background: none;
  color: #000;
}
.owl-carousel.owl-theme .owl-controls .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  display: flex;
  justify-content: center;
}
.owl-carousel.owl-theme .owl-controls .owl-pagination .owl-page span {
  padding: 5px !important;
  pointer-events: all;
  height: 5px;
  width: 5px;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 50%;
  color: #338c4f !important;
  background: #fff;
}
