/**/

.owl-theme .owl-controls .owl-page span {
    background: #fee086;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #fef786;
}

.owl-pagination {
    margin-top: 50px;
}

.owl-buttons {
    /*	position:absolute;
	top:-40px; right:-5px;*/
}

.owl-buttons div {
    display: none !important;
    background: #666 !important;
    color: #fff !important;
    opacity: 1 !important;
    padding: 0px 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;
    position: absolute;
    top: 35%;
}

.owl-buttons div:hover {
    border-color: #ccc !important;
}

.owl-buttons div.owl-prev {
    display: inline-block !important;
    padding: 13px 17px !important;
    left: -20px;
}

.owl-buttons div.owl-next {
    display: inline-block !important;
    padding: 13px 17px !important;
    right: -20px;
}

/**/

#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;
}