.anthemeblocks-homeslider-desc {
  position: absolute;
  top: 40%;
  left: 10%;
  right: 10%;
  z-index: 2;
  text-align: center;
}

.anthemeblocks-homeslider-desc h2 {
    letter-spacing: 5px;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.anthemeblocks-homeslider-desc .block-text p{
    font-weight: 400;
    width: 48%;
    margin-left: 26%;
    margin-right: 26%;
}
.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;
}
.block-text {
    margin-top: 15px;
}
.anthemeblocks-homeslider-desc .btn-primary p{
  margin: 0;
  padding: 0;
  float: left;
}
.anthemeblocks-homeslider-desc .btn-primary{
  padding: 15px 55px;
  text-transform: uppercase;
  font-weight: 500!important;
  letter-spacing: 1px;
  margin-top: 50px;
  transition: 0.3s;
}
.anthemeblocks-homeslider-desc .btn-primary:hover{
  transition: 0.3s;
}
.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;
  padding: 20px;
  background: rgba(0,0,0,.4);
  cursor: pointer;
  transition: 0.2s;
}
.anthemeblocks-homeslider .owl-prev:hover,
.anthemeblocks-homeslider .owl-next:hover{
  background: rgba(0,0,0,1);
  transition: 0.2s;
}
.anthemeblocks-homeslider .owl-prev i,
.anthemeblocks-homeslider .owl-next i { 
    font-size: 30px;
    transition: .3s;
    opacity: 1;
    color: #fff;
}
.anthemeblocks-homeslider .owl-prev i:hover, 
.anthemeblocks-homeslider .owl-next i:hover{
    opacity: 1;
    transition: .3s;
}
.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: 30px;
  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: 11px;
  height: 11px;
  margin: 15px 10px;
  background: rgba(0,0,0,.3);
  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 {
    background: #869791; 
}
.anthemeblocks-homeslider:not(.owl-carousel) {
  display: flex!important;
  min-height: 500px;
}

.anthemeblocks-homeslider:not(.owl-carousel) {
  opacity: 0;
}

.anthemeblocks_homeslider-block {
  position: relative;
}
.anthemeblocks-homeslider-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.75s ease 0.75s;
}

.loader-image {
  width: 40px;
  height: 40px;
  content: url("../img/loading.svg");
  
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: loader_rotate;
  animation-timing-function: linear;
}
@keyframes loader_rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.anthemeblocks_homeslider-block.initialized .anthemeblocks-homeslider-loader {
  opacity: 0;
}

.anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item img {
  width: auto!important;
}
.anthemeblocks-homeslider.owl-carousel.owl-drag.img-responsive .owl-item .item img {
  width: auto!important;
}

.anthemeblocks-homeslider .anthemeblocks-homeslider-desc>.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1600px) {
    .anthemeblocks-homeslider-desc {
        left: 7%!important;
        right: 7%!important;
        width: 86%!important;
    }        
}

.anthemeblocks-homeslider.owl-carousel.owl-drag.img-responsive .owl-item .item img {
  width: 100%!important;
}
.anthemeblocks-homeslider.owl-carousel.owl-drag.img-responsive .owl-item .item a {
  display: flex;
  align-items: center;
}
.anthemeblocks-homeslider.owl-carousel.owl-drag.img-responsive .owl-item .item .anthemeblocks-homeslider-desc {
  top: auto;
}

@media (max-width: 1500px) {
  .img-responsive .anthemeblocks-homeslider-desc h2 {
    margin-bottom: 10px;
  }
  .anthemeblocks-homeslider .anthemeblocks-homeslider-desc>.container {
    padding: 0 50px;
  }
  .anthemeblocks-homeslider-desc {
    left: 15%!important;
    right: 15%!important;
    width: 70%!important;
  }  
  .anthemeblocks-homeslider-desc .btn-primary p{
    padding: 0!important;
  }
  .anthemeblocks-homeslider-desc h2{
    font-size: 56px!important;
  }
  .anthemeblocks-homeslider-desc .block-text p {
    width: 50%!important;
    margin-left: 25%!important;
    margin-right: 25%!important;
  }
}

@media (max-width: 1400px) {
  .anthemeblocks-homeslider-desc .block-text p {
    width: 56%!important;
    margin-left: 22%!important;
    margin-right: 22%!important;
  }
}

@media (max-width: 1300px) {
  .anthemeblocks-homeslider-desc .block-text p {
    width: 60%!important;
    margin-left: 20%!important;
    margin-right: 20%!important;
  }
    .anthemeblocks-homeslider.owl-carousel.owl-drag.img-responsive .owl-item .item .slider-line, .anthemeblocks-homeslider-desc .slider-line {
        display: none;
    }
    .anthemeblocks-homeslider.owl-carousel.owl-drag.img-responsive .owl-item .item .block-text {
        margin-bottom: 1.5rem;
    }
    .anthemeblocks-homeslider.owl-carousel.owl-drag.img-responsive .owl-item .item h2 {
        margin-bottom: 0;
    }
    .anthemeblocks-homeslider.owl-carousel.owl-drag.img-responsive .owl-dots,
    .anthemeblocks-homeslider-desc .owl-dots {
        bottom: 0px;
    }
    .anthemeblocks-homeslider.owl-carousel.owl-drag.img-responsive .block-text,
    .anthemeblocks-homeslider-desc .block-text {
        display: none;
    }
    .anthemeblocks-homeslider.owl-carousel.owl-drag.img-responsive .btn-primary {
        margin-top: 0px;
    }
}

@media (max-width: 1200px) {
  .anthemeblocks-homeslider-desc h2{
    font-size: 45px!important;
  }
  .anthemeblocks-homeslider-desc {
    left: 25%!important;
    right: 25%!important;
    width: 50%!important;
  }
  .anthemeblocks-homeslider-desc .block-text p {
    width: 94%!important;
    margin-left: 3%!important;
    margin-right: 3%!important;
  }
}

@media (max-width: 1100px) {
    .anthemeblocks-homeslider-desc {
        left: 20%!important;
        right: 20%!important;
        width: 60%!important;
    }   
    .anthemeblocks-homeslider-desc h2{
        font-size: 42px!important;
    }  
    .anthemeblocks-homeslider-desc .block-text p {
        width: 90%!important;
        margin-left: 5%!important;
        margin-right: 5%!important;
    }
}

@media (max-width: 1000px) {
    .anthemeblocks-homeslider-desc {
        left: 22%!important;
        right: 22%!important;
        width: 56%!important;
    }   
    .anthemeblocks-homeslider-desc h2{
        font-size: 40px!important;
    } 
    .anthemeblocks-homeslider-desc .block-text p {
        width: 100%!important;
        margin-left: 0%!important;
        margin-right: 0%!important;
    }
    .anthemeblocks-homeslider.owl-carousel.owl-drag.img-responsive .owl-item .item h2 {
        margin-top: 2rem;
    }
}

@media (max-width: 900px){
  .anthemeblocks-homeslider-desc {
    left: 16%!important; 
    right: 16%!important;
    width: 68%!important;
  }
  .anthemeblocks-homeslider-desc h2{
    font-size: 38px!important;
  }
}

@media (max-width: 800px){
  .anthemeblocks-homeslider-desc h2{
    font-size: 34px!important;
  }
}
    
@media (max-width: 767px) {
  .anthemeblocks-homeslider .owl-prev i, .anthemeblocks-homeslider .owl-next i {
    font-size: 40px;
  }
  .anthemeblocks-homeslider .owl-prev, .anthemeblocks-homeslider .owl-next {
    top: calc(50% - 20px);
  }
  .anthemeblocks-homeslider-hide-mobile {
    display: none!important;
  }
  .anthemeblocks-homeslider-desc h2{
    font-size: 32px!important;
  }
  .anthemeblocks-homeslider-desc .block-text  p {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
  .anthemeblocks-homeslider-desc {
    left: 12%!important;
    right: 12%!important;
    width: 76%!important;
  }
  .anthemeblocks-homeslider .owl-prev,
  .anthemeblocks-homeslider .owl-next{
    display: none!important;
  }
  .anthemeblocks-homeslider.owl-carousel.owl-drag.img-responsive .owl-item .item h2 {
    margin-top: 0rem;
  }
}

@media (max-width: 700px){
  .anthemeblocks-homeslider-desc h2{
    font-size: 30px!important;
  }
  .anthemeblocks-homeslider-desc {
    left: 7%!important; 
    right: 7%!important;
    width: 86%!important;
  }
}

@media (max-width: 600px){
  .anthemeblocks-homeslider-desc h2{
    font-size: 26px!important;
  }
  .anthemeblocks-homeslider-desc {
    left: 2%!important;
    right: 2%!important;
    width: 96%!important;
  }
}

@media (max-width: 580px) {
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc h2 {
    font-size: 20px;
  }
  .anthemeblocks-homeslider.img-responsive .owl-dots {
    bottom: 5px;
  }
  .anthemeblocks-homeslider-desc h2 {
    font-size: 48px;
  }
}

@media (max-width: 500px){
  .anthemeblocks-homeslider-desc {
    left: 0%!important;
    right: 0%!important;
    width: 100%!important;
  }  
  .anthemeblocks-homeslider-desc .btn-primary{
    padding: 15px 45px!important;
  }
  .anthemeblocks-homeslider.owl-carousel.owl-drag.img-responsive .btn-box {
      display: none;  
  }
  .anthemeblocks-homeslider.img-responsive .owl-dots {
    display: none;
  }
}

@media (max-width: 400px){
  .anthemeblocks-homeslider-desc .btn-primary{
    padding: 13px 40px!important;
  }   
}