.anthemeblocks-homeslider-desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 100px;
}
.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-nav {
	position: absolute;
	bottom: 0;
	right: 0;
    z-index: 10;
}
.anthemeblocks-homeslider .owl-prev,
.anthemeblocks-homeslider .owl-next {
  display: inline-block;
  width: 60px;
  line-height: 60px;
  background-color: #fff;
  border: 1px solid #eeeeee;
}
.anthemeblocks-homeslider .owl-prev i,
.anthemeblocks-homeslider .owl-next i { 
	font-size: 30px;
	color: #a9a9a9;
}

.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: 16px;
  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: 12px;
  height: 12px;
  margin: 5px;
  background: transparent;
  display: block;
  border-radius: 2px;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
   }
.anthemeblocks-homeslider-desc h2 {
	margin-bottom: 39px;
	font-weight: 400;
  line-height: normal;
}
.anthemeblocks-homeslider_center p{
  margin-right: auto;
  margin-left: auto;
  max-width: 770px;
  line-height: 24px;
  margin-bottom: 73px;
}
@media (max-width: 767px) {
  .anthemeblocks-homeslider-desc {
    padding-top: 90px;
  }
}
@media (max-width: 520px) {
  .anthemeblocks-homeslider-desc {
    padding-top: 70px;
  }
  .anthemeblocks-homeslider-desc h2 {
    font-size: 24px;
  }
  .anthemeblocks-homeslider_center p {
    font-size: 11px;
    line-height: 18px;
  }
  .anthemeblocks-homeslider .owl-dots {
    bottom: 75px;
  }
}


.anthemeblocks-homeslider:not(.owl-carousel) {
  display: flex!important;
  min-height: 500px;
}

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

.anthemeblocks_homeslider-block {
  position: relative;
  overflow: hidden;
}
.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 .item img {
  -moz-transform-style: flat;
}



.anthemeblocks-homeslider.img-responsive.owl-carousel.owl-drag .owl-item .item img {
  width: 100%;
}
@media (max-width: 1700px) {
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc h2,
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc p {
    margin-bottom: 30px;
  }
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc {
    padding-top: 90px;
  }
}
@media (max-width: 1300px) {
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc .btn-primary {
    display: none;
  }
}
@media (max-width: 1200px) {
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc h2 {
    margin-bottom: 15px;
  }
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc {
    padding-top: 60px;
  }
  .anthemeblocks-homeslider.owl-dots_left .owl-dots {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc p {
    display: none;
  }
  .anthemeblocks-homeslider-hide-mobile {
    display: none!important;
  }
}
@media (max-width: 580px) {
  #wrapper .anthemeblocks-homeslider.img-responsive .owl-prev, #wrapper .anthemeblocks-homeslider .owl-next {
    width: 40px;
    line-height: 40px;
  }
  .anthemeblocks-homeslider.img-responsive .owl-prev i,
  .anthemeblocks-homeslider.img-responsive .owl-next i {
    font-size: 30px;
  }
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc h2 {
    font-size: 20px;
  }
  .anthemeblocks-homeslider.img-responsive .owl-dots {
    bottom: 0;
  }
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc {
    padding: 0;
  }
  .anthemeblocks-homeslider-desc>.container {
    display: flex;
    align-items: center;
  }
  .anthemeblocks-homeslider_left .anthemeblocks-homeslider-desc>.container {
    justify-content: flex-start;
  }
  .anthemeblocks-homeslider_center .anthemeblocks-homeslider-desc>.container {
    justify-content: center;
  }
  .anthemeblocks-homeslider_right .anthemeblocks-homeslider-desc>.container {
    justify-content: flex-end;
  }
}