.anthemeblocks-homeslider{
  margin-bottom: 30px;
}
.anthemeblocks-homeslider-desc {
  position: absolute;
  top: 35.9%;
  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: 10px;
 }
.anthemeblocks-homeslider .owl-next { 
  right: 10px;
 }
 .anthemeblocks-homeslider_center .anthemeblocks-homeslider-desc p{
  margin-right: auto;
  margin-left: auto;
 }
 @media (min-width: 1200px){
  .anthemeblocks-homeslider .owl-next,
  .anthemeblocks-homeslider .owl-prev { 
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
   }
   .anthemeblocks-homeslider .owl-next { 
      padding: 10px 8px 9px 11px;
   }
   .anthemeblocks-homeslider .owl-prev { 
      padding: 10px 11px 9px 8px;
   }
   .anthemeblocks-homeslider .owl-prev:hover,
   .anthemeblocks-homeslider .owl-next:hover { 
      background: rgba(0, 0, 0, 0.3);
      color: #000;
      border-color: #000;
   }
}
.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: 24px;
  left: 50.25%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 8px;
}
.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: 10px;
  height: 10px;
  margin: 5px 4px 6px 4px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
}
.anthemeblocks-homeslider .owl-dots .owl-dot.active span,
.anthemeblocks-homeslider .owl-dots .owl-dot:hover span { background: #869791; }
.anthemeblocks-homeslider-desc h2 {
    font-weight: 400;
    margin-bottom: 16px;
}
.anthemeblocks-homeslider-desc p{
    max-width: 375px;
    line-height: 20px;
    margin-bottom: 45px;
}
.anthemeblocks-homeslider-desc button{
  font-size: 11px;
  padding: 21px 44px 20px 45px;
}
.owl-item.active .anthemeblocks-homeslider-desc h2,
.owl-item.active .anthemeblocks-homeslider-desc>div{
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: zoomIn;
}
.anthemeblocks-homeslider-desc h2,
.anthemeblocks-homeslider-desc>div {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* .anthemeblocks-homeslider .owl-item.active img{
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: fadeInRight;
}
.anthemeblocks-homeslider img {
    -webkit-animation-duration: 0;
    animation-duration: 0;
    animation-delay: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
} */
@media (min-width: 768px){
  .anthemeblocks-homeslider .owl-prev,
  .anthemeblocks-homeslider .owl-next {
    display: none;
  }
  .anthemeblocks-homeslider:hover .owl-prev,
  .anthemeblocks-homeslider:hover .owl-next {
    display: block;
  }
}
@media (max-width: 768px){
  .anthemeblocks-homeslider-hide-mobile { display: none !important; }
}
@media (max-width: 1024px){
  .anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item img {
      max-height: 600px;
  }
}

@media (max-width: 1024px){
  .anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item img {
    max-height: 500px;
  }
  .anthemeblocks-homeslider-desc {
    top: 24.9%;
    padding: 0 30px;
  }
}

@media (max-width: 767px){
  .anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item img {
    max-height: 450px;
  }
  .anthemeblocks-homeslider-desc {
    top: 20%;
  }
  .anthemeblocks-homeslider-desc h2 {
    font-size: 47px;
    line-height: 45px;
  }
  .anthemeblocks-homeslider-desc button {
    padding: 19px 38px 19px 38px;
  }
}
@media (max-width: 640px){
  .anthemeblocks-homeslider-desc {
      top: 15%;
  }
}
@media (max-width: 480px){
  .anthemeblocks-homeslider-desc {
      top: 10%;
  }
}