.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;
    font-size: 23px;
    color: #fff;
    background: #0c3e79;
    width: 30px;
    height: 40px;
    line-height: 39px;
    margin-right: 10px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    text-decoration: none;
    background: #fd9507;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-dots .owl-dot {
    display: block;
    zoom: 1;
    display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 7px 4px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    cursor: pointer;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 1px solid rgba(101, 101, 101, 0.75);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0c3e79;
}

.owl-nav.disabled {
    display: none
}

.owl-clients * {
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
}

.clients_blog a {
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.clients_blog a * {
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.owl-dots {
    text-align: center;
    position: absolute;
    top: 50%;
    right: 3%;
    padding: 20px 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    background: rgb(255, 255, 255);
}

.owl-nav {
    position: absolute;
    top: -50px;
    left: 0;
}

@media (max-width: 767.99px) {
    .owl-dots {
        top: 67%;
    }
}