.anthemeblocks-homeslider-desc {
  position: absolute;
  top: 41%;
  left: 0%;
  right: 0%;
  width: 100%;
  height: auto;
  text-align: center;
}
.anthemeblocks-homeslider-desc h2{
  font-weight: 200;
  letter-spacing: 3px;
}
.anthemeblocks-homeslider-desc .btn-primary{
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 56px 12px 56px;
  border: 2px solid #fff!important;
  background: none!important;
  color: #fff!important;
  margin-top: 60px;
}
.block-text{
    margin-top: 25px;
}
.block-line{
  position: relative;
  width: 300px;
  height: 3px;
  border: 1px double rgba(255,255,255,.1);
  margin: 0 auto;
}
.anthemeblocks-homeslider-desc p{
  font-weight: 500;
  margin-bottom: 50px;
  width: 40%;
  margin: 0 auto;
}
.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;
  height: 70px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 3px;
  width: 70px;
  transition: .3s;
}
.anthemeblocks-homeslider .owl-prev:hover,
.anthemeblocks-homeslider .owl-next:hover {
  border: 1px solid rgba(255,255,255,.3);
  transition: .3s;
}
.anthemeblocks-homeslider .owl-prev i,
.anthemeblocks-homeslider .owl-next i { font-size: 30px; }
.anthemeblocks-homeslider .owl-prev { left: 60px; }
.anthemeblocks-homeslider .owl-next { right: 60px; }
.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: 25px;
  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 { 
  text-align: center;
}

.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 15px;
  border: 1px solid rgba(255,255,255,.3) !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
}
.anthemeblocks-homeslider .owl-dots .owl-dot.active span,
.anthemeblocks-homeslider .owl-dots .owl-dot:hover span { 
    border: 2px solid rgba(255,255,255,1) !important;
}
@media (min-width: 768px){
  .anthemeblocks-homeslider .owl-prev,
  .anthemeblocks-homeslider .owl-next {
    
  }
  .anthemeblocks-homeslider:hover .owl-prev,
  .anthemeblocks-homeslider:hover .owl-next {
    
  }
}
@media (max-width: 550px){
  .anthemeblocks-homeslider-hide-mobile { display: none !important; }
}