.anthemeblocks-homeslider {
  margin-bottom: 25px;
}
.anthemeblocks-homeslider-desc {
  position: absolute;
  bottom: 28px;
  left: 90px;
}
.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 .owl-stage-outer.disabled .owl-prev,
.anthemeblocks-homeslider .owl-stage-outer.disabled .owl-next {
  display: none;
}
.anthemeblocks-homeslider .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(-50%,0,0);
  -webkit-transform: translate3d(-50%,0,0);
  position: absolute;
  bottom: 10px;
  left: 50%;
}
.anthemeblocks-homeslider .owl-dots .owl-dot {
 display: inline-block;
 zoom: 1;
 *display: inline;
}
.anthemeblocks-homeslider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  border: 1px solid #000;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; 
  background: none;
}
.anthemeblocks-homeslider .owl-dots .owl-dot.active span,
.anthemeblocks-homeslider .owl-dots .owl-dot:hover span {
  background: #869791;
}
@media (max-width: 640px) {
  #header .anthemeblocks-homeslider-desc p {
      max-width: 80%;
      margin-bottom: 34px;
  }
  #header .anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item img {
    max-height: 450px;
  }
  #header .anthemeblocks-homeslider .anthemeblocks-caption {
    top: 49px;
  }
  .anthemeblocks-homeslider-desc h2 {
      font-size: 45px;
  }
}