.owl-carousel{
    position: relative;
}

.owl-carousel img{
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px 4px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #05781c;
}