/**/

.owl-theme .owl-controls .owl-page span {
    background: #eee;
    width: 40px;
    height: 6px;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #47bbff;
}

.owl-pagination {
    margin-top: 10px;
}

.owl-buttons {}

.owl-buttons div {
    display: none !important;
    background: #fff !important;
    color: #333 !important;
    opacity: 1 !important;
    border-radius: inherit !important;
    padding: 3px 6px !important;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.owl-buttons div:hover {
    background: #333 !important;
    color: #fff !important;
}

.owl-buttons div.owl-prev {
    display: inline-block !important;
    border-radius: 100% !important;
    padding: 10px 15px !important;
}

.owl-buttons div.owl-next {
    display: inline-block !important;
    border-radius: 100% !important;
    padding: 10px 15px !important;
}

/**/

#testimonial.owl-carousel .owl-buttons {
    position: relative;
    left: 0;
    top: inherit;
    right: inherit;
}

#testimonial.owl-carousel .owl-buttons div {
    background: transparent !important;
    color: #fff !important;
}

/**/

#clients.owl-carousel .owl-buttons {
    position: relative;
    left: 0;
    top: inherit;
    right: inherit
}

#clients.owl-carousel .owl-buttons div {
    background: transparent !important;
    color: #fff !important;
}