.anthemeblocks-homeslider-desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.anthemeblocks-homeslider-desc>.container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.anthemeblocks-homeslider-desc h2 {
  margin-top: 9px;
  margin-bottom: 21px;
  max-width: 47%;
  line-height: 1.083;
}

.anthemeblocks-homeslider-desc p {
  max-width: 50%;
  line-height: 1.083;
  margin: 0 6px 37px;
}
.anthemeblocks-homeslider_left .anthemeblocks-homeslider-desc p { text-align: left }
.anthemeblocks-homeslider_center .anthemeblocks-homeslider-desc p { text-align: center }
.anthemeblocks-homeslider_right .anthemeblocks-homeslider-desc p { text-align: right }
.anthemeblocks-homeslider-desc .btn-primary {
  min-width: 160px;
  margin-left: 1px;
  text-transform: uppercase;
  font-size: 14px;
  height: 56px;
  padding: 0 10px 1px;
}

.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 .anthemeblocks-homeslider-desc>.container { align-items: flex-start; }
.anthemeblocks-homeslider_center .anthemeblocks-homeslider-desc>.container { align-items: center; }
.anthemeblocks-homeslider_right .anthemeblocks-homeslider-desc>.container { align-items: flex-end; }
.anthemeblocks-homeslider .owl-prev,
.anthemeblocks-homeslider .owl-next {
  position: absolute;
  top: calc(50% - 42px);
  z-index: 2;
  cursor: pointer;
}
.anthemeblocks-homeslider .owl-prev i,
.anthemeblocks-homeslider .owl-next i {
  font-size: 58px;
}
.anthemeblocks-homeslider .owl-prev,
.anthemeblocks-homeslider .owl-next {
  transition: .35s;
  color: #949494;
}
.anthemeblocks-homeslider .owl-prev:hover,
.anthemeblocks-homeslider .owl-next:hover {
  background: #bebebe;
  color: #fff;
}
.anthemeblocks-homeslider .owl-prev { left: 0; }
.anthemeblocks-homeslider .owl-next { right: 0; }
.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;
  padding-left: 8px;
}
.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: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

@media (min-width: 768px){
  .anthemeblocks-homeslider .owl-prev,
  .anthemeblocks-homeslider .owl-next {
    padding: 14px;
  }
  .anthemeblocks-homeslider:hover .owl-prev,
  .anthemeblocks-homeslider:hover .owl-next {
    display: block;
  }
}
@media (max-width: 1400px) {
  .anthemeblocks-homeslider_left .anthemeblocks-homeslider-desc>.container {
    padding-left: 100px;
  }
  .anthemeblocks-homeslider.owl-dots_left .owl-dots {
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .anthemeblocks-homeslider.owl-dots_left .owl-dots {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .anthemeblocks-homeslider-hide-mobile { display: none !important; }
}


