﻿.owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-dot {
    opacity: 1;
    background: #4b4b4b;
    width: 10px;
    height: 10px;
    margin: 4px;
    display: inline-block;
    border-radius: 100%;
}

    .owl-dot.active {
        background: #ff3838;
    }
