
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }


.owl-theme .owl-dots {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    max-width: 1196px;
    margin: 20px auto;
    padding: 0 15px;
}
.container .owl-theme .owl-dots{
    padding: 0 0;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background-color: transparent;
    border: none;

}
.owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 100px!important;
    -moz-border-radius: 100px!important;
    background: var(--dots-color);
    border-radius: 100px!important;
    display: block;
    margin: 0  0 0 7px!important;
    width: 14px!important;
    height: 10px!important;
    transition: all 500ms ease;

}
.owl-theme .owl-dots .owl-dot.active span {
    background: #0C92FF;
    width: 30px!important;
    height: 10px;
}
.owl-theme .owl-dots .owl-dot:hover span{
    background: #0C92FF;
}