.anthemeblocks-homeslider {
  margin-top: 15px;
  margin-bottom: 15px;
}
.anthemeblocks-homeslider-desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 93px 96px 50px 96px;
  z-index: 1;
}
.anthemeblocks-homeslider-desc h2 {
  margin-bottom: 16px;
}
.anthemeblocks-homeslider-desc p {
  max-width: 415px;
  margin-bottom: 52px;
  line-height: 24px;
  opacity: .56;
}
.slider-btn-box {
  display: inline-block;
}
.anthemeblocks-homeslider-desc>.container { 
  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% - 22px);
  z-index: 2;
  cursor: pointer;
}
.anthemeblocks-homeslider .owl-prev i,
.anthemeblocks-homeslider .owl-next i { font-size: 45px; }
.anthemeblocks-homeslider .owl-prev { left: 13px; }
.anthemeblocks-homeslider .owl-next { right: 13px; }
.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: 29px;
  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: 10px;
  height: 10px;
  margin: 5px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }
.anthemeblocks-homeslider .owl-dots .owl-dot.active span,
.anthemeblocks-homeslider .owl-dots .owl-dot:hover span { background: #869791; }


.owl-animated-out {
  -webkit-animation: slideOutDown .1s;
  animation: slideOutDown .1s;
}
.owl-animated-in {
  -webkit-animation: flipInX 1s;
  animation: flipInX 1s;
  animation-delay: .1s;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}
.owl-item.active .anthemeblocks-homeslider-desc h2 {
  -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    animation-delay: 1.05s;
}
.owl-item.active .anthemeblocks-homeslider-desc p {
  -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-delay: 2.05s;
    -o-animation-delay: 2.05s;
    animation-delay: 2.05s;
}
.owl-item.active .anthemeblocks-homeslider-desc .slider-btn-box {
  -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-delay: 3.05s;
    -o-animation-delay: 3.05s;
    animation-delay: 3.05s;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 991px) {
  .anthemeblocks-homeslider-desc {
    padding: 55px;
  }
}
@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; }
  .anthemeblocks-homeslider-desc {
    padding: 115px 55px;
  }
  .anthemeblocks-homeslider-desc h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .anthemeblocks-homeslider-desc p {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 20px;
  }
  .anthemeblocks-homeslider-desc button {
    min-width: 155px;
    line-height: 45px;
    min-height: 45px;
  }
}
@media (max-width: 520px) {
  .anthemeblocks-homeslider-desc {
    padding: 110px 10px;
  }
  .anthemeblocks-homeslider .owl-prev, .anthemeblocks-homeslider .owl-next {
    display: none !important;
  }
}