.owl-theme {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    font-size: 25px;
    color: #dadada;
    top: 33%;
    color: #fff;
    background: #0e6b3d;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-dots {
    position: absolute;
    right: 0px;
    top: -100px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    height: 6px;
    width: 30px;
    background: #047ac0;
    width: 10px;
    height: 8px;
    margin: 0px 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #01c4c6;
    width: 30px;
}

.owl-nav.disabled {
    display: none
}

.owl-carousel_nav .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 100px;
    right: 0;
    left: 0
}

.owl-nav .owl-prev {
    left: 20px;
}

.owl-nav .owl-next {
    right: 20px;
}

.carousel_slider .owl-nav>div {
    background: none !important;
}

.carousel_slider .owl-nav .owl-prev {
    left: 4%;
    top: 41%;
}

.carousel_slider .owl-nav .owl-next {
    right: 4%;
    top: 41%;
}

@media (max-width:991px) {
    .owl-theme .owl-dots {
        top: -45px;
    }
}