.anthemeblocks-homeslider {
}
.anthemeblocks-homeslider-desc {
	position: absolute;
    top: 31%;
    left: 0;
    right: 0;
}

.anthemeblocks-homeslider-desc p {
  margin-left: 4px;
}

.anthemeblocks-homeslider-desc .btn.btn-primary {
  margin-top: 27px;
  margin-left: 4px;
  line-height: 24px;
}

.anthemeblocks-homeslider-desc .btn.btn-primary {
    font-weight: 700;
    background-color: transparent;
    font-size: 12px;
    padding: 11px 43px 11px 43px;
    border-radius: 5px;
    margin-top: 46px;
    display: inline-block;
    webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.anthemeblocks-homeslider-desc .btn.btn-primary:hover {

}

.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;
}
.anthemeblocks-homeslider .owl-prev {
	left: 50%;
    -webkit-transform: translateX(-48vw);
    -ms-transform: translateX(-48vw);
    transform: translateX(-48vw);
}
.anthemeblocks-homeslider .owl-next {
	right: 50%;
    -webkit-transform: translateX(48vw);
    -ms-transform: translateX(48vw);
    transform: translateX(48vw);
}
.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: 10px;
  left: 50%;
}
.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: 5px 7px;
  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 {
}

.anthemeblocks-homeslider-desc span {
	display: block;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 21px;
    display: block;
}

@media (max-width: 1199px) {
.anthemeblocks-homeslider-desc span {
	font-size: 36px;
}
.anthemeblocks-homeslider-desc .btn.btn-primary {
    margin-top: 30px;
}
}



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

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

.anthemeblocks-wrapper:not(.initialized) {
	  min-height: 430px !important;
}

.anthemeblocks-wrapper {
  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-wrapper.initialized .anthemeblocks-homeslider-loader {
  opacity: 0;
}