.owl-carousel .owl-dots .owl-dot span{
    margin: 5px 0;
    width: 9px;
    height: 9px;
    transition: .6s;
    margin: 4px;
    border-radius: 4.5px;
}
.owl-carousel .owl-dots .owl-dot.active span{
    width: 40px;
    border-radius: 4px;
    background: #0063dd;
}

a.button{
    color:#FFF !important
}
a.theme-color{color: #0063dd !important}