.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;
    top: 33%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    line-height: 60px;
    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 {}

.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;
    background: #424241;
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f15d27;
}

.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: 1%;
    bottom: 20%;
    top: auto;
}

.carousel_slider .owl-nav .owl-next {
    top: auto;
    right: 1%;
    bottom: 20%;
}

@media (max-width:991px) {
    .owl-theme .owl-dots {
        top: -45px;
    }
}