.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot.active:hover span{
    background: #cf18c0;
}
.owl-theme .owl-dots .owl-dot span{
    width: 100%;
    height: 4px;
    margin: 0px 15px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.owl-dots button:focus {
    outline: none !important;

}
.owl-theme .owl-dots .owl-dot:hover span{
    background: #D6D6D6;
}