/*
    Owl carousel 2
*/
.owl-carousel .owl-dots{
    position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 9px;
}
.owl-carousel .owl-dots .owl-dot.active{
    background: #fff;
}