.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: 32px;
}
.anthemeblocks-homeslider .owl-next {
  right: 32px;
}
.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: 23px;
  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 6px;
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 200ms ease;
  border-radius: 50%;
  border: 0;
}

.anthemeblocks-homeslider.owl-dots_left .owl-dots .owl-dot span {
  margin: 4px 10px 4px 0;
}
.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;
  padding: 0;
  margin: 0!important;
  border-radius: 0;
  background: transparent;
}

@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;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.anthemeblocks-homeslider.anthemeblocks-homeslider_left .anthemeblocks-homeslider-desc>.container {
  align-items: flex-start;
}
.anthemeblocks-homeslider-desc {
  top: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
  height: 100%;
}
.anthemeblocks-homeslider.anthemeblocks-homeslider_left .anthemeblocks-homeslider-desc {
  text-align: left;
}
.anthemeblocks-homeslider-desc .h2 {
  margin-top: 14px;
  margin-bottom: 24px;
  line-height: 1.27;
  max-width: 530px;
  font-weight: 600;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}
.anthemeblocks-homeslider_center .anthemeblocks-homeslider-desc p:not(.h2) {
  max-width: 640px;
  margin: 0 auto 53px;
  line-height: 1.9;
}
.anthemeblocks-homeslider-desc p:not(.h2) {
  margin-bottom: 53px;
  max-width: 530px;
  line-height: 24px;
}
.anthemeblocks-homeslider-desc .btn-primary {
  margin-bottom: 0;
  min-width: 180px;
  padding: 21px 5px;
}
.anthemeblocks-homeslider_right .anthemeblocks-homeslider-desc {
  text-align: left;
}
.anthemeblocks-homeslider.anthemeblocks-homeslider_right .anthemeblocks-homeslider-desc>.container {
  align-items: flex-end;
}
.anthemeblocks-homeslider_right .anthemeblocks-homeslider-content {
  max-width: calc(50% - 20px);
}


@media (max-width: 1400px) {
  
  .anthemeblocks-homeslider.img-responsive.anthemeblocks-homeslider_center .anthemeblocks-homeslider-desc>.container {
    padding: 30px 60px;
  }
  .anthemeblocks-homeslider .owl-next {
    right: 5px;
  }
  .anthemeblocks-homeslider .owl-prev {
    left: 5px;
  }
}
@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;

  }
  .anthemeblocks-homeslider-desc p {
    max-width: 600px;
    width: 100%;
  }
  .img-responsive .anthemeblocks-homeslider-desc .btn-primary {
    margin-top: 15px;
    display: none;
  }
  .anthemeblocks-homeslider .anthemeblocks-homeslider-desc>.container {
    padding: 0 70px;
  }
  .anthemeblocks-homeslider.anthemeblocks-homeslider_left .anthemeblocks-homeslider-desc>.container {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .img-responsive .anthemeblocks-homeslider-desc .h2 {
    font-size: 30px;
  }
  .anthemeblocks-homeslider .owl-dots {
    bottom: 15px;
  }
  .img-responsive .anthemeblocks-homeslider-desc .btn-primary {
    margin: 0;
    display: none;
  }
}
@media (max-width: 767px) {
  .anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item img {
    height: 300px;
  }
  .anthemeblocks-homeslider-desc p:not(.h2) {
    margin-bottom: 0!important;
  }
  .anthemeblocks-homeslider-desc .btn-primary {
    display: none!important;
  }
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc p.h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .anthemeblocks-homeslider .owl-dots {
    bottom: 5px;
  }
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc>.container {
    padding: 15px 30px;
  }
  .img-responsive .anthemeblocks-homeslider-desc .btn-primary,
  .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_right .anthemeblocks-homeslider-content {
    max-width: calc(70% - 20px);
  }
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc>.container {
    padding: 15px 10px;
  }


  .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 30px;
  }
  .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: 600px;
  overflow: hidden;
  opacity: 0;
}


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

}
.anthemeblocks-homeslider-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  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;
}

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

  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: loader_rotate;
  animation-timing-function: linear;
}
@keyframes loader_rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.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;
  }
}