/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;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:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

.owl-carousel[data-owl-nav="true"]:not([class*='owl-nav-']) {
  padding: 0 56px;
}

@media (max-width: 991.98px) {
  .owl-carousel[data-owl-nav="true"]:not([class*='owl-nav-']) {
    padding: 0 48px;
  }
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  height: 36px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: rgba(18, 21, 24, 0.6);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i {
  font-size: 1.3em;
  line-height: 36px;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev:focus {
  background: #eef2f6;
  color: #053172;
}

@media (max-width: 991.98px) {
  .owl-carousel .owl-nav {
    height: 32px;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 32px;
    height: 32px;
  }
  .owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i {
    font-size: 1em;
    line-height: 32px;
  }
}

.owl-carousel.owl-nav-left .owl-nav, .owl-carousel.owl-nav-right .owl-nav {
  padding-bottom: 0;
}

.owl-carousel .owl-dots {
  margin-top: 20px;
  margin-right: -2px;
  margin-left: -2px;
  text-align: center;
  line-height: 0;
  
}

@media (max-width: 991.98px) {
  .owl-carousel .owl-dots {
    margin-top: 16px;
  }
}

.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 20px;
  margin: 0 2px;
  vertical-align: middle;
  
}

.owl-carousel .owl-dots .owl-dot:before, .owl-carousel .owl-dots .owl-dot:after {
  content: '';
  position: absolute;

  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.owl-carousel .owl-dots .owl-dot:before {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  opacity: 0;
  background: transparent;

}

.owl-carousel .owl-dots .owl-dot:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.3;
  background: black;
  width: 50px;
  height: 5px;
  background: #053172!important;
}

.owl-carousel .owl-dots .owl-dot:hover:after, .owl-carousel .owl-dots .owl-dot:focus:after, .owl-carousel .owl-dots .owl-dot.active:after {
  opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active:before, .owl-carousel .owl-dots .owl-dot.active:after {
  opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.owl-carousel:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav {
  margin-top: -20px;
}

@media (max-width: 991.98px) {
  .owl-carousel:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav {
    margin-top: -18px;
  }
}

.bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next, .bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev {
  color: rgba(255, 255, 255, 0.7);
}

.bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next:hover, .bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next:focus, .bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev:hover, .bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev:focus,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next:hover,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next:focus,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev:hover,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev:focus,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next:hover,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next:focus,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev:hover,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev:focus,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next:hover,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next:focus,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev:hover,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev:focus {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}

.bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:before,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:before,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:before,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:before {
  border-color: white;
}

.bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:after,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:after,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:after,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:after {
  background: white;
  opacity: 0.5;
}

.bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:hover:after, .bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:focus:after, .bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot.active:after,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:hover:after,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:focus:after,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot.active:after,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:hover:after,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:focus:after,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot.active:after,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:hover:after,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:focus:after,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot.active:after {
  opacity: 1;
}

[class*='bg-gray'] .owl-carousel .owl-nav button.owl-next:hover, [class*='bg-gray'] .owl-carousel .owl-nav button.owl-next:focus, [class*='bg-gray'] .owl-carousel .owl-nav button.owl-prev:hover, [class*='bg-gray'] .owl-carousel .owl-nav button.owl-prev:focus,
[class*='bg-light'] .owl-carousel .owl-nav button.owl-next:hover,
[class*='bg-light'] .owl-carousel .owl-nav button.owl-next:focus,
[class*='bg-light'] .owl-carousel .owl-nav button.owl-prev:hover,
[class*='bg-light'] .owl-carousel .owl-nav button.owl-prev:focus {
  background: rgba(18, 21, 24, 0.05);
}

.owl-carousel.owl-nav-left .owl-nav, .owl-carousel.owl-nav-right .owl-nav {
  height: auto;
}

.owl-carousel.owl-nav-left .owl-nav button, .owl-carousel.owl-nav-right .owl-nav button {
  position: static;
  display: block;
  margin: 8px 0;
}

.owl-carousel.owl-nav-left .owl-nav button.owl-prev, .owl-carousel.owl-nav-left .owl-nav button.owl-next, .owl-carousel.owl-nav-right .owl-nav button.owl-prev, .owl-carousel.owl-nav-right .owl-nav button.owl-next {
  right: auto;
  left: auto;
}

.owl-carousel.owl-nav-left {
  padding: 0 0 0 56px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-left {
    padding: 0 0 0 48px;
  }
}

.owl-carousel.owl-nav-left .owl-nav {
  right: auto;
}

.owl-carousel.owl-nav-right {
  padding: 0 56px 0 0;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-right {
    padding: 0 48px 0 0;
  }
}

.owl-carousel.owl-nav-right .owl-nav {
  left: auto;
}

.owl-carousel.owl-nav-overlay .owl-nav {
  z-index: 1;
  padding-bottom: 0;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-next, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev {
  opacity: 1;
  background: rgba(18, 21, 24, 0.3);
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-next i, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev i {
  line-height: 50px;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-next:hover, .owl-carousel.owl-nav-overlay .owl-nav button.owl-next:focus, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev:hover, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev:focus {
  opacity: 1;
  background: rgba(18, 21, 24, 0.4);
  color: white;
}

@media (min-width: 992px) {
  .owl-carousel.owl-nav-overlay .owl-nav {
    opacity: 0;
    -webkit-transition: ease-out 0.16s;
    transition: ease-out 0.16s;
  }
  .owl-carousel.owl-nav-overlay:hover .owl-nav {
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlay .owl-nav {
    display: none;
  }
}

.owl-carousel.owl-nav-overlay .owl-nav {
  height: 50px;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-prev {
  left: 20px;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-next {
  right: 20px;
}

.owl-carousel.owl-nav-overlay:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav {
  margin-top: -20px;
}

.owl-carousel.owl-dots-left .owl-dots {
  text-align: left;
}

.owl-carousel.owl-dots-right .owl-dots {
  text-align: right;
}

.owl-carousel.owl-dots-overlay .owl-dots {
  position: absolute;
  bottom: 20px;
  background: rgba(18, 21, 24, 0.3);
  border-radius: 20px;
  margin: 0;
  padding: 5px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlay .owl-dots {
    bottom: 16px;
  }
}

.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:before {
  border-color: white;
}

.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:after {
  background: white;
  opacity: 0.5;
}

.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlay .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlay .owl-dots .owl-dot.active:after {
  opacity: 1;
}

.owl-carousel.owl-dots-overlay .owl-dots {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-carousel.owl-dots-overlay.owl-nav-overlap-right .owl-dots {
  margin-left: -12.5px;
}

.owl-carousel.owl-dots-overlay.owl-nav-left .owl-dots {
  margin-left: 28px;
}

.owl-carousel.owl-dots-overlay.owl-nav-right .owl-dots {
  margin-left: -28px;
}

@media (min-width: 992px) {
  .owl-carousel.owl-dots-overlay.owl-nav-overlap-left .owl-dots {
    margin-left: 12.5px;
  }
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlay.owl-nav-overlap-left .owl-dots, .owl-carousel.owl-dots-overlay.owl-nav-overlap-right .owl-dots {
    margin-left: -10px;
  }
}

.owl-carousel.owl-dots-overlap .owl-dots, .owl-carousel.owl-dots-overlap-left .owl-dots, .owl-carousel.owl-dots-overlap-right .owl-dots {
  position: absolute;
  bottom: 0;
  background: white;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 30px 0 rgba(22, 24, 26, 0.13);
  box-shadow: 0 6px 30px 0 rgba(22, 24, 26, 0.13);
  margin: 0;
  padding: 5px;
}

.owl-carousel.owl-dots-overlap .owl-dots:hover, .owl-carousel.owl-dots-overlap .owl-dots:focus, .owl-carousel.owl-dots-overlap-left .owl-dots:hover, .owl-carousel.owl-dots-overlap-left .owl-dots:focus, .owl-carousel.owl-dots-overlap-right .owl-dots:hover, .owl-carousel.owl-dots-overlap-right .owl-dots:focus {
  -webkit-box-shadow: 0 6px 36px 0 rgba(22, 24, 26, 0.19);
  box-shadow: 0 6px 36px 0 rgba(22, 24, 26, 0.19);
}

.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:before, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:before, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:before {
  border-color: #121518;
}

.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:after {
  background: #121518;
  opacity: 0.3;
}

.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlap .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlap .owl-dots .owl-dot.active:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot.active:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot.active:after {
  opacity: 1;
}

.owl-carousel.owl-dots-overlap .owl-dots {
  right: auto;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
}

.owl-carousel.owl-dots-overlap.owl-nav-left .owl-dots {
  margin-left: 28px;
}

.owl-carousel.owl-dots-overlap.owl-nav-right .owl-dots {
  margin-left: -28px;
}

.owl-carousel.owl-dots-overlap.owl-nav-overlap-right .owl-dots {
  margin-left: -12.5px;
}

@media (min-width: 992px) {
  .owl-carousel.owl-dots-overlap.owl-nav-overlap-left .owl-dots {
    margin-left: 12.5px;
  }
}

.owl-carousel.owl-dots-overlap-left .owl-dots, .owl-carousel.owl-dots-overlap-right .owl-dots {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.owl-carousel.owl-dots-overlap-left .owl-dots {
  right: auto;
  left: 20px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlap-left .owl-dots {
    left: 16px;
  }
}

.owl-carousel.owl-dots-overlap-left[data-owl-nav="true"]:not(.owl-nav-right):not([class*='owl-nav-over']) .owl-dots, .owl-carousel.owl-dots-overlap-left.owl-nav-left:not(.owl-nav-right):not([class*='owl-nav-over']) .owl-dots {
  left: 76px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlap-left[data-owl-nav="true"]:not(.owl-nav-right):not([class*='owl-nav-over']) .owl-dots, .owl-carousel.owl-dots-overlap-left.owl-nav-left:not(.owl-nav-right):not([class*='owl-nav-over']) .owl-dots {
    left: 64px;
  }
}

.owl-carousel.owl-dots-overlap-left.owl-nav-overlap .owl-dots {
  left: 45px;
}

@media (min-width: 992px) {
  .owl-carousel.owl-dots-overlap-left.owl-nav-overlap-left .owl-dots {
    left: 45px;
  }
}

.owl-carousel.owl-dots-overlap-right .owl-dots {
  right: 20px;
  left: auto;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlap-right .owl-dots {
    right: 16px;
  }
}

.owl-carousel.owl-dots-overlap-right[data-owl-nav="true"]:not(.owl-nav-left):not([class*='owl-nav-over']) .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-right:not(.owl-nav-left):not([class*='owl-nav-over']) .owl-dots {
  right: 76px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlap-right[data-owl-nav="true"]:not(.owl-nav-left):not([class*='owl-nav-over']) .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-right:not(.owl-nav-left):not([class*='owl-nav-over']) .owl-dots {
    right: 64px;
  }
}

.owl-carousel.owl-dots-overlap-right.owl-nav-overlap .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-overlap-right .owl-dots {
  right: 45px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlap-right.owl-nav-overlap .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-overlap-right .owl-dots {
    right: 36px;
  }
}

.owl-carousel.owl-nav-overlap {
  padding: 0 25px;
}

.owl-carousel.owl-nav-overlap .owl-nav {
  right: 25px;
  left: 25px;
  z-index: 1;
  height: 50px;
}

.owl-carousel.owl-nav-overlap .owl-nav button {
  opacity: 1;
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
  box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
  color: #121518;
}

.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-carousel.owl-nav-overlap .owl-nav button.owl-next {
  right: 0;
  left: auto;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.owl-carousel.owl-nav-overlap .owl-nav button:hover, .owl-carousel.owl-nav-overlap .owl-nav button:focus {
  opacity: 1;
  background: white;
  color: #121518;
  -webkit-box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.19);
  box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.19);
}

.owl-carousel.owl-nav-overlap:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav {
  margin-top: -20px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlap:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav {
    margin-top: -18px;
  }
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlap {
    padding: 0 20px;
  }
  .owl-carousel.owl-nav-overlap .owl-nav {
    right: 20px;
    left: 20px;
    height: 40px;
  }
  .owl-carousel.owl-nav-overlap .owl-nav button.owl-prev,
  .owl-carousel.owl-nav-overlap .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 992px) {
  .owl-carousel.owl-nav-overlap-left {
    padding: 0 0 0 25px;
  }
  .owl-carousel.owl-nav-overlap-left .owl-nav {
    left: 25px;
    right: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}

.owl-carousel.owl-nav-overlap-right {
  padding: 0 25px 0 0;
}

.owl-carousel.owl-nav-overlap-right .owl-nav {
  left: auto;
  right: 25px;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}

.owl-carousel.owl-nav-overlap-left .owl-nav, .owl-carousel.owl-nav-overlap-right .owl-nav {
  z-index: 1;
  width: 50px;
  height: auto;
  padding-bottom: 0;
}

.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev,
.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev,
.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next {
  position: static;
  right: 0;
  left: 0;
  opacity: 1;
  background: white;
  width: 50px;
  height: 50px;
  margin: 4px 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
  box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
  color: #121518;
}

.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev:hover, .owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev:focus,
.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next:hover,
.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next:focus, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev:hover, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev:focus,
.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next:hover,
.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next:focus {
  opacity: 1;
  background: white;
  -webkit-box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.19);
  box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.19);
  color: #121518;
}

.owl-carousel.owl-nav-overlap-left:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav, .owl-carousel.owl-nav-overlap-right:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav {
  margin-top: -20px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlap-left:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav, .owl-carousel.owl-nav-overlap-right:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav {
    margin-top: -18px;
  }
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlap-left, .owl-carousel.owl-nav-overlap-right {
    padding: 0 20px 0 0;
  }
  .owl-carousel.owl-nav-overlap-left .owl-nav, .owl-carousel.owl-nav-overlap-right .owl-nav {
    left: auto;
    right: 20px;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    width: 40px;
  }
  .owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev,
  .owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev,
  .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
}