.anthemeblocks-homeslider-desc {
  position: absolute;
  top: 35.9%;
  width: 100%;
  text-align: center;
}
.anthemeblocks-homeslider .owl-prev,
.anthemeblocks-homeslider .owl-next {
  position: absolute;
  top: 50.1%;
  z-index: 2;
  cursor: pointer;
}
.anthemeblocks-homeslider .owl-prev i,
.anthemeblocks-homeslider .owl-next i {
  font-size: 44px;
  color: #fff;
}
.anthemeblocks-homeslider .owl-prev {
  left: 26px;
}
.anthemeblocks-homeslider .owl-next {
  right: 26px;
}
@media (min-width: 767px){
  .anthemeblocks-homeslider .owl-prev,
  .anthemeblocks-homeslider .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: 27px;
  left: 50%;
}
.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 7px 5px 8px;
  background: rgba(255, 255, 255, .3);;
  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: #fff;
}
.anthemeblocks-homeslider-desc h2{
  font-weight: normal;
  text-transform: uppercase;
  line-height: 76px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.anthemeblocks-homeslider-desc p{
  max-width: 1000px;
  line-height: 28px;
  margin-bottom: 77px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 7px;
}
.anthemeblocks-homeslider-desc button{
    padding: 25px 54px 25px 54px;
    font-weight: normal;
    font-size: 13px;
    margin-left: 5px;
    border-radius: 33px;
    letter-spacing: -0.6px;
    margin: 0 auto; 
}
.anthemeblocks-homeslider-desc button:hover{
  color: #fff;
}
.anthemeblocks-homeslider .owl-prev i{
  transform: rotate(180deg);
}
.anthemeblocks-homeslider:hover .owl-prev,
.anthemeblocks-homeslider:hover .owl-next  {
  display: block;
}
@media (max-width: 767px){
  .anthemeblocks-homeslider-hide-mobile {
    display: none !important;
  }
}
@media (max-width: 1440px) {
    .anthemeblocks-homeslider-desc h2 {
        line-height: 32px;
        margin-bottom: 15px;
        margin-top: 75px;
        font-size: 32px;
    }
    .anthemeblocks-homeslider-desc p {
        margin-bottom: 22px;
    }
    .anthemeblocks-homeslider-desc button {
        padding: 15px 39px 16px 39px;
    }
}

@media (max-width: 1200px) {
    .anthemeblocks-homeslider-desc h2 {
        line-height: 32px;
        margin-bottom: 15px;
        margin-top: 100px;
        font-size: 32px;
    }
    .anthemeblocks-homeslider-desc p {
        margin-bottom: 22px;
    }
    .anthemeblocks-homeslider-desc button {
        padding: 15px 39px 16px 39px;
    }
}
@media (max-width: 1024px) {
  .anthemeblocks-homeslider .owl-dots {
    bottom: 7px;
  }
	.anthemeblocks-homeslider-desc p {
	    width: initial;
	}
	.anthemeblocks-homeslider-desc h2 {
	    line-height: 29px;
	    margin-bottom: 5px;
	    margin-top: 125px;
	    font-size: 29px;
	}	
}
@media (max-width: 767px) {
  .anthemeblocks-homeslider-desc button::before {
    -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1); 
  }
  .anthemeblocks-homeslider-desc button{
    margin-left: 0;
  }
  .anthemeblocks-homeslider-desc h2 {
    line-height: 43px;
    font-size: 39px;
    margin-top: 0;
  }
  .anthemeblocks-homeslider .owl-prev {
    left: 5px;
  }
  .anthemeblocks-homeslider .owl-next {
    right: 5px;
  }
  .anthemeblocks-homeslider-desc {
    top: 21%;
    padding:  0 30px;
  }
}
@media (max-width: 640px) {
  .anthemeblocks-homeslider-desc h2 {
    line-height: 29px;
    font-size: 27px;
  }
  .anthemeblocks-homeslider-desc p {
    line-height: 21px;
  }
  .anthemeblocks-homeslider .owl-prev i, 
  .anthemeblocks-homeslider .owl-next i {
    font-size: 38px;
  }
  .anthemeblocks-homeslider .owl-prev, .anthemeblocks-homeslider .owl-next {
    top: 41.1%;
  }
  .anthemeblocks-homeslider-desc {
    top: 15%;
  }
  .anthemeblocks-homeslider img{
    max-height: 300px;
    width: auto!important;
  }
}
@media (max-width: 480px) {
  .anthemeblocks-homeslider-desc {
    top: 10%;
  }
}