/* Custom Styles for the Featured Slider */

.owl-carousel {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}



.owl-dots {
    position: absolute;
    right: 10px;
}

.owl-theme .owl-dots .owl-dot {
  color: #CCC;
  margin: 0 0 10px 18px;
  font-size: 14px;
}

/* .owl-video-tn{
  background-size: 100%!important;
} */

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #E71618;
}

.owl-theme .owl-dots .owl-dot span {
  display: none;
}

.owl-dots {
    counter-reset: dots;
}
.owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}

.owl-dot:hover:before,
.owl-dot.active:before{
  color: #E71618;
}

@media only screen and (max-width: 1023px) {
  
  .owl-dots {
    margin-top: 0!important;
}
  
}