.anthemeblocks-homeslider-desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.anthemeblocks-homeslider-desc>.container { 
  position: relative;
  height: 100%;
}
.anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item img { width: auto; }
.anthemeblocks-homeslider_left { text-align: left; }
.anthemeblocks-homeslider_center { text-align: center; }
.anthemeblocks-homeslider_right { text-align: right; }
.anthemeblocks-homeslider .owl-prev,
.anthemeblocks-homeslider .owl-next {
  position: absolute;
  top: calc(50% - 15px);
  z-index: 2;
  cursor: pointer;
}
.anthemeblocks-homeslider .owl-prev i,
.anthemeblocks-homeslider .owl-next i { font-size: 30px; }
.anthemeblocks-homeslider .owl-prev { left: -141px; }
.anthemeblocks-homeslider .owl-next { right: -141px; }
.anthemeblocks-homeslider .owl-stage-outer.disabled .owl-prev,
.anthemeblocks-homeslider .owl-stage-outer.disabled .owl-next { display: none; }
.anthemeblocks-homeslider .owl-dots {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.anthemeblocks-homeslider.owl-dots_left .owl-dots { text-align: left; }
.anthemeblocks-homeslider.owl-dots_center .owl-dots { text-align: center; }
.anthemeblocks-homeslider.owl-dots_right .owl-dots { text-align: right; }
.anthemeblocks-homeslider.owl-dots_disabled .owl-dots { display: none; }

.anthemeblocks-homeslider .owl-dots .owl-dot {
 display: inline-block;
 zoom: 1;
 *display: inline;
}
.anthemeblocks-homeslider .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 4px 4px 4px 5px;
  background: #ffffff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 200ms ease;
  border-radius: 50%;
  border: 2px solid #fff
}
.anthemeblocks-homeslider .owl-dots .owl-dot.active span,
.anthemeblocks-homeslider .owl-dots .owl-dot:hover span { background: #869791; }

.anthemeblocks-homeslider .owl-dots .owl-dot.active span {
  background: #000;
}


.anthemeblocks-homeslider .owl-prev,
.anthemeblocks-homeslider .owl-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 0;
  display: flex!important;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 60px;
  padding: 0!important;
  margin: 0!important;
  background: transparent!important;
}


@media (max-width: 768px){
  .anthemeblocks-homeslider-hide-mobile { display: none !important; }
}


.anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item img {
  width: auto!important;
}
.anthemeblocks-homeslider.owl-carousel.owl-drag.img-responsive .owl-item .item img {
  width: 100%!important;
}

.anthemeblocks-homeslider .anthemeblocks-homeslider-desc>.container {
  height: 100%;
  padding: 0 15px 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.anthemeblocks-homeslider.anthemeblocks-homeslider_left .anthemeblocks-homeslider-desc>.container {
  align-items: flex-start;
  text-align: left;
}
.anthemeblocks-homeslider.anthemeblocks-homeslider_right .anthemeblocks-homeslider-desc>.container {
  align-items: flex-end;
  text-align: right;
}
.anthemeblocks-homeslider-desc {
  top: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
  height: 100%;

}
.anthemeblocks-homeslider-desc .h2 {
  margin-top: 0;
  margin-bottom: 28px;
  line-height: 1.167;
  text-transform: uppercase;
  max-width: 600px;
}
.anthemeblocks-homeslider-separator {
  height: 2px;
  background: #fff;
  width: 100px;
  margin-bottom: 33px;
}
.anthemeblocks-homeslider.anthemeblocks-homeslider_center {
  margin: 0 auto 20px;
}
.anthemeblocks-homeslider-desc p:not(.h2) {
  max-width: 600px;
  margin-bottom: 55px;
}
.anthemeblocks-homeslider-desc .btn-primary {
  margin-bottom: 15px;
}
@media (max-width: 1400px) {
  
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc>.container {
    padding: 30px 60px;
  }
  .anthemeblocks-homeslider .owl-next {
    right: 0;
  }
  .anthemeblocks-homeslider .owl-prev {
    left: 0;
  }
}
@media (max-width: 1200px) {
  .anthemeblocks-homeslider-desc .h2 {
    font-size: 40px;

  }
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc p {
    margin-bottom: 20px;
  }
  .img-responsive .anthemeblocks-homeslider-desc .h2 {
    font-size: 40px;
    margin-bottom: 10px;
    max-width: 400px;
  }
  .anthemeblocks-homeslider-desc p {
    max-width: 600px;
    width: 100%;
  }
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-separator {
    margin-bottom: 20px;
  }
  .anthemeblocks-homeslider .anthemeblocks-homeslider-desc>.container {
    padding: 0 70px;
  }
}
@media (max-width: 991px) {
  .img-responsive .anthemeblocks-homeslider-desc .h2 {
    font-size: 30px;
    max-width: 300px;
  }
  .anthemeblocks-homeslider .owl-dots {
    bottom: 15px;
  }
}
@media (max-width: 767px) {

  .anthemeblocks_homeslider-block .owl-nav {
    display: none;
  }
  .anthemeblocks-homeslider .owl-prev i, .anthemeblocks-homeslider .owl-next i {
    font-size: 40px;
  }

  .anthemeblocks-homeslider-hide-mobile {
    display: none!important;
  }
  .anthemeblocks-homeslider.owl-carousel.owl-drag.img-responsive .owl-item .item img {
    width: auto!important;
    height: 300px;
  }
 
}
@media (max-width: 580px) {
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-separator {
    display: none;
  }
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc>.container {
    padding: 15px 20px;
  }
   .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc p:not(.h2) {
        font-size: 16px;
    }

  .anthemeblocks-homeslider.img-responsive .owl-dots {
    bottom: 5px;
  }
  .anthemeblocks-homeslider .owl-prev { left: 0px; }
  .anthemeblocks-homeslider .owl-next { right: 0px; }
  .anthemeblocks-homeslider .anthemeblocks-homeslider-desc>.container {
    padding: 0 55px;
  }
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc .btn-primary {
    display: none;
  }
  .anthemeblocks-homeslider-desc .h2 {
    font-size: 24px;
  }
}



.anthemeblocks-homeslider:not(.owl-carousel) {
  display: flex!important;
  min-height: 695px;
  overflow: hidden;
}

.anthemeblocks-homeslider:not(.owl-carousel) {
  opacity: 0;
}

.anthemeblocks_homeslider-block {
  position: relative;
  margin-bottom: 80px;

}
.anthemeblocks-homeslider-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.75s ease 0.75s;
}

.anthemeblocks-loader-image {
  width: 250px;
  height: 250px;
  content: url("../img/loading.svg");
}

.anthemeblocks_homeslider-block.initialized .anthemeblocks-homeslider-loader {
  opacity: 0;
}
.anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item img {
  -moz-transform-style: flat;
}

.anthemeblocks_homeslider-block .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
}

.anthemeblocks_homeslider-block .owl-nav .container {
  position: relative;
}

@media (min-width: 768px) {
  .anthemeblocks-homeslider-hide-desktop,
  .anthemeblocks-homeslider-hide-desktop-content .anthemeblocks-homeslider-desc {
    display: none;
  }
}
@media (max-width: 767px) {
  .anthemeblocks-homeslider-hide-mobile-content .anthemeblocks-homeslider-desc {
    display: none;
  }
}