.anthemeblocks-homeslider-desc {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  z-index: 2;
  text-align: center;
  max-width: 80%;
  text-shadow: 2px 2px 2px black;
}
.anthemeblocks-homeslider-desc>.container { 
  position: relative;
  height: 100%;
}
.anthemeblocks-homeslider-desc .btn-primary{
    text-transform: none!important;
    position: relative;
    margin-top: 50px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}
/*
.anthemeblocks-homeslider-desc .btn-primary:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 150px;
  height: 200px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  margin: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.75s ease-in-out;
}
.anthemeblocks-homeslider-desc .btn-primary:active:after {
  transform: scale(0);
  opacity: .7;
  transition: 0s;
}
*/
.anthemeblocks-homeslider-desc h2{
    font-size: 60px;
    letter-spacing: 5px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fff!important;
    text-transform: uppercase;
}
.anthemeblocks-homeslider-desc p{
    font-size: 18px;
    font-weight: 400;
    color: #fff!important;
    width: 75%;
    margin: 0 auto;
}
.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;
    transition: .3s;
    opacity: .4;
}
.anthemeblocks-homeslider .owl-prev i:hover, .anthemeblocks-homeslider .owl-next i:hover{
    opacity: 1;
    transition: .3s;
}
.anthemeblocks-homeslider .owl-prev { left: 50px; }
.anthemeblocks-homeslider .owl-next { right: 120px; }
.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: 10px;
  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: 11px;
  height: 11px;
  margin: 15px 10px;
  background: rgba(0,0,0,.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: #869791; }
@media (max-width: 550px){
  .anthemeblocks-homeslider-hide-mobile { display: none !important; }
}