.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: 24px; }
.anthemeblocks-homeslider .owl-next { right: 19px; }
.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: 21px;
  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 6px 5px 7px;
  background: #c6c7ca;
  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; }


.anthemeblocks-homeslider-desc h2 {
  margin-top: 223px;
  margin-bottom: 3px;
}
.anthemeblocks-homeslider-desc p {
  max-width: 600px;
  margin: 0 auto 53px;

}
.anthemeblocks-homeslider-desc .btn-primary {
  padding: 15px 39px 13px 37px;
  margin-bottom: 9px;

}

.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;
  border-radius: 50%;
  color: #bec1cd;
  padding: 0px 3px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #ebedf1;
}



.anthemeblocks-homeslider .owl-next {
  padding: 0px 0 0px 4px;
}
.anthemeblocks-homeslider .owl-prev:hover .icon_arrow-left {
  background-color: #fff;
}
.anthemeblocks-homeslider .owl-next:hover .icon_arrow-right {
  background-color: #fff;
}
.anthemeblocks-homeslider .icon_arrow-left {
  -webkit-mask: url('caret-left-solid.svg') no-repeat 50% 50%;
  mask: url('caret-left-solid.svg') no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  height: 19px;
  width: 11px;
  background-color: #bec1cd;
}
.anthemeblocks-homeslider .icon_arrow-right {
  -webkit-mask: url('caret-right-solid.svg') no-repeat 50% 50%;
  mask: url('caret-right-solid.svg') no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  height: 19px;
  width: 11px;
  background-color: #bec1cd;
}


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


/*** effects ***/
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}
.anthemeblocks-homeslider.slide-next .owl-animated-in.bounceInLeft {
  animation-name: bounceInRight;
  z-index: 1;
}
.anthemeblocks-homeslider.slide-next .owl-animated-out.bounceOut {
  animation-name: bounceOut;
  z-index: 0;
}

.anthemeblocks-homeslider.slide-prev .owl-animated-in.bounceInLeft {
  animation-name: bounceInLeft;
  z-index: 1;
}
.anthemeblocks-homeslider.slide-prev .owl-animated-out.bounceOut {
  animation-name: bounceOut;
  z-index: 0;
}

.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-desc {
  top: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
  height: 100%;

}
.anthemeblocks-homeslider-desc h2 {
  margin-top: 0;
  margin-bottom: 16px;
}


@media (max-width: 1400px) {
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc p {
    margin-bottom: 20px;
  }
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc>.container {
    padding: 30px 60px;
  }
}
@media (max-width: 1200px) {
  .anthemeblocks-homeslider-desc h2 {
    font-size: 30px;

  }

  .img-responsive .anthemeblocks-homeslider-desc h2 {
    font-size: 24px;
    margin-bottom: 10px;

  }
  .anthemeblocks-homeslider-desc p {
    max-width: 600px;
    width: 100%;
  }
  .img-responsive .anthemeblocks-homeslider-desc .btn-primary {
    margin-top: 15px;
  }
  .anthemeblocks-homeslider .anthemeblocks-homeslider-desc>.container {
    padding: 0 70px;
  }
}
@media (max-width: 991px) {
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc p {
    display: none;
  }
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc .btn-primary {
    display: none;
  }
}
@media (max-width: 767px) {

  .anthemeblocks-homeslider .owl-prev i, .anthemeblocks-homeslider .owl-next i {
    font-size: 40px;
  }

  .anthemeblocks-homeslider-hide-mobile {
    display: none!important;
  }
}
@media (max-width: 580px) {
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc h2 {
    font-size: 20px;
  }
  .anthemeblocks-homeslider.img-responsive .owl-dots {
    bottom: 5px;
  }
  .anthemeblocks-homeslider .owl-prev { left: 5px; }
  .anthemeblocks-homeslider .owl-next { right: 5px; }
  .anthemeblocks-homeslider .anthemeblocks-homeslider-desc>.container {
    padding: 0 55px;
  }
}



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

.anthemeblocks-homeslider:not(.owl-carousel) {
  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;
}

@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;
  }
}