.anthemeblocks-homeslider { margin-bottom: 50px; }
.anthemeblocks-homeslider-desc {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.anthemeblocks-homeslider-desc>.container { 
  position: relative;
  height: 100%;
}
.anthemeblocks-homeslider-desc h2,
.anthemeblocks-homeslider-desc p { font-weight: 300; }
.anthemeblocks-homeslider-desc h2 { 
  margin-bottom: 0; 
  line-height: 70px;
}
.anthemeblocks-homeslider-desc p { max-width: 51%; }
.anthemeblocks-homeslider_center .anthemeblocks-homeslider-desc p { margin: 0 auto 52px; }
.anthemeblocks-homeslider-desc .btn-primary { font-size: 11px; }
.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% - 22.5px);
  z-index: 2;
  cursor: pointer;
}
.anthemeblocks-homeslider .owl-prev i,
.anthemeblocks-homeslider .owl-next i { 
  font-size: 55px; 
  color: #c6c6c6;
}
.anthemeblocks-homeslider .owl-prev { left: 10%; }
.anthemeblocks-homeslider .owl-next { right: 10%; }
.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: 17px;
  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: 15px;
  height: 5px;
  margin: 5px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 1px; 
}
.anthemeblocks-homeslider .item {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-item.active .item {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  animation-name: fadeIn;
}
.anthemeblocks-homeslider-desc h2,
.anthemeblocks-homeslider-desc p,
.anthemeblocks-homeslider-desc .line-slider {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-item.active .anthemeblocks-homeslider-desc h2,
.owl-item.active .anthemeblocks-homeslider-desc p,
.owl-item.active .anthemeblocks-homeslider-desc .line-slider {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  animation-name: fadeInRight;  
}
@media (min-width: 1900px) {
  .anthemeblocks-homeslider .owl-prev { left: 20%; }
  .anthemeblocks-homeslider .owl-next { right: 20%; }
  
}
@media (max-width: 768px){
  .anthemeblocks-homeslider-hide-mobile { display: none !important; }
}
@media (max-width: 767px) {
  .anthemeblocks-homeslider { margin-top: 10px; }
}
@media (max-width: 600px) {
  .anthemeblocks-homeslider-desc h2 { 
    font-size: 30px;
	line-height: 1.5;
  }
  .anthemeblocks-homeslider-desc p { margin-bottom: 22px; }
}
@media (max-width: 500px) {
  .anthemeblocks-homeslider-desc { top: 10%; }
  .anthemeblocks-homeslider img { max-height: 500px; }
}
@media (max-width: 400px) {
  .anthemeblocks-homeslider .anthemeblocks-homeslider-desc p { margin-bottom: 20px; }
}