.owl-theme iframe {
  width: 100%;
}

.owl-theme.photos figure,
.owl-theme.videos figure {
  margin-bottom: 0 !important;
}

.owl-theme figure figcaption {
  background-color: #0e4ca1;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  position: absolute;
  top: -82px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  margin: auto;
  z-index: 9;
}

.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  color: transparent !important;
  font-size: 0 !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  background: #0e4ca1 !important;
  margin: 0;
  padding: 0 !important;
  z-index: 2;
}

.owl-theme .owl-nav [class*="owl-"]::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: #ffffff;
  -webkit-mask-image: url(../icons/arrow.svg);
  -webkit-mask-position: left center;
  -webkit-mask-size: 20px 20px;
  mask-image: url(../icons/arrow.svg);
  mask-position: left center;
  mask-size: 20px 20px;
}

.owl-theme .owl-nav .owl-prev::before {
  transform: rotate(180deg);
}

.owl-theme .owl-nav .owl-prev {
  left: -21px;
}

.owl-theme .owl-nav .owl-next {
  right: -21px;
}

.owl-theme .owl-nav [class*="owl-"] span {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  font-size: 0;
  color: transparent;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
}
.owl-theme .owl-nav .disabled {
  display: none;
  visibility: hidden;
  opacity: 0;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px 6px;
  background: #94d8f3;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  width: 8px;
  height: 8px;
  margin-bottom: 4px;
  background: #0e4ca1;
}
