/* OWL styles */
.owl-buttons {
	position: absolute;
	top: -40px;
	right: 10px;
}
.owl-buttons div {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-left: 5px;
	position: static;
	border-radius: 26px !important;
	text-indent: -100000px;
}
.owl-buttons .owl-prev {
    background: #fff url('../images/fa-angles.png') no-repeat 8px 8px;
}
.owl-buttons .owl-next {
    background: #fff url('../images/fa-angles.png') no-repeat -33px 8px;
}
.owl-buttons .owl-prev:hover {
    background: #e84d1c url('../images/fa-angles.png') no-repeat 8px -31px;
}
.owl-buttons .owl-next:hover {
    background: #e84d1c url('../images/fa-angles.png') no-repeat -33px -31px;
}



/* our clients */
.our-clients {
	position: relative;
}
.our-clients h3,
.ecommerce .our-clients h3 {
	margin: 3px 0 5px;
}
.our-clients h3 a {
	color: #3e4d5c;
}
.our-clients h3 a:hover {
	color: #6d049e;
}
.our-clients .client-item {
	background: #f8f8f8;
	margin-left: 2px;
	position: relative;
}
.our-clients .owl-buttons {
	left: -74px;
	right: auto;
    top: 0;
}
.our-clients .client-item img {
	margin-left: auto;
	margin-right: auto;
}
.our-clients .client-item .color-img {
	display: none;
}
.our-clients .client-item:hover img {
	display: none;
}
.our-clients .client-item:hover .color-img {
	display: block;
}

.our-clients .owl-buttons {
	left: -74px;
	right: auto;
	top: 0;
}