/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.slide_border,
.slide_overlay {
  background-color: rgba(20, 20, 20, 0.8);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .item {
  width: 300px;
}
.owl-carousel .item {
  width: 65vw !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  min-height: 72vh;
  background: #ffffff !important;
  border-radius: 20px;
  margin: 0px 30px;
  -webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.2);
  position: relative;
}
.owl-carousel .owl-item .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 16%;
  bottom: 0%;
  left: 0px;
  z-index: 1;
  pointer-events: none;
  background: url('../images/footer_gradient.png') no-repeat center bottom;
  background-size: cover;
  border-radius: 20px;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  /*overflow: hidden;*/
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  text-indent: -9999px;
  position: absolute;
  bottom: 50%;
  width: 25px;
  height: 40px;
  opacity: 1;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  width: 15px;
  height: 25px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0%;
  background: #000 url('../images/slider_left_arrow.svg') no-repeat;
  background-position: 40% center;
  background-size: 30% auto;
  -webkit-animation: slider-arrow-left 1.5s infinite ease;
  -moz-animation: slider-arrow-left 1.5s infinite ease;
  -ms-animation: slider-arrow-left 1.5s infinite ease;
  -o-animation: slider-arrow-left 1.5s infinite ease;
  animation: slider-arrow-left 1.5s infinite ease;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes slider-arrow-left {
  0% {
    background-position: 40% center;
  }
  50% {
    background-position: 50% center;
  }
  100% {
    background-position: 40% center;
  }
}
/* Standard syntax */
@keyframes slider-arrow-left {
  0% {
    background-position: 40% center;
  }
  50% {
    background-position: 50% center;
  }
  100% {
    background-position: 40% center;
  }
}
.owl-carousel .owl-nav .owl-next {
  right: 0%;
  background: #000 url('../images/slider_right_arrow.svg') no-repeat;
  background-position: 65% center;
  background-size: 30% auto;
  -webkit-animation: slider-arrow-right 1.5s infinite ease;
  -moz-animation: slider-arrow-right 1.5s infinite ease;
  -ms-animation: slider-arrow-right 1.5s infinite ease;
  -o-animation: slider-arrow-right 1.5s infinite ease;
  animation: slider-arrow-right 1.5s infinite ease;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes slider-arrow-right {
  0% {
    background-position: 60% center;
  }
  50% {
    background-position: 50% center;
  }
  100% {
    background-position: 60% center;
  }
}
/* Standard syntax */
@keyframes slider-arrow-right {
  0% {
    background-position: 60% center;
  }
  50% {
    background-position: 50% center;
  }
  100% {
    background-position: 60% center;
  }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .owl-nav button.owl-next {
  right: -8px;
  width: 50px;
  height: 100px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -8px;
  width: 50px;
  height: 100px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.owl-carousel button.owl-dot {
  background: 0 0;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=''] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media (min-width: 2600px) and (max-width: 3000px) and (min-height: 1500px) {
  .owl-carousel .item {
    width: 75vw !important;
    padding: 30px;
    min-height: 72vh;
    border-radius: 40px;
    margin: 0px 50px;
  }
  .owl-carousel .owl-item .item::after {
    border-radius: 40px;
  }
  .owl-theme .owl-dots {
    margin-top: 40px !important;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: -8px;
    width: 80px;
    height: 160px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -8px;
    width: 80px;
    height: 160px;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}

@media (min-width: 1600px) and (max-width: 1920px) and (min-height: 1000px) {
  .owl-carousel .item {
    min-height: 40vh;
  }
}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .owl-carousel .item {
    min-height: 45vh;
  }
}
@media (max-width: 1280px) and (min-height: 650px) {
  .owl-carousel .item {
    min-height: 40vh;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 700px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .owl-carousel .item {
    min-height: 40vh;
  }
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 600px) {
}
