/*
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
*/
a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	font-size:14px;
	padding:0;
}

/*-------------------------------------
		12. Client
--------------------------------------*/
.clientsj{
	background: #7370d8;
	padding: 53px 0 0px;
}
.clients-areaj {
    padding: 33px 0 59px;
	position:relative;
}
.clients-areaj .item-1 {
    padding: 0 13px 2px;
}

.clientsj .clients-areaj .owl-carouselj .owl-item img {
    display: block;
    width: 100%;
    height: 100px;
    padding-left:30px;
	border-radius:0;
}
/*owl carousel*/
.owl-carouselj .owl-stage {
    position: relative;
    padding-top: 26px;
	padding-bottom: 40px;
}
.testemonial .owl-carouselj .owl-item img {
    display: inline-block;
    width:100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 2px solid #7370d8;
}
.testemonial .owl-themej .owl-nav.disabled+.owl-dots {
    padding-bottom: 110px;
    margin-top: 5px;
}
.testemonial .owl-themej .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 3px;
    border-radius:50%;
    background: transparent;
    border: 2px solid #dfdeff;	
}
.testemonial .owl-themej .owl-dots .owl-dot.active span{
    background: #7370d8;
    border: 2px solid #7370d8;
}

/*-------------------------------------
