/*-- /clients --*/

	.client{
		padding : 7em 0;	
		background: url(../images/test1.jpg) no-repeat 0px 0px;
		background-size: cover;
		position: relative;
	}
	
	.client h3.heading {
		font-size: 50px;
		color: #fff;
		text-transform: capitalize;
		margin-bottom: 35px;
	}
	.client h3 span{
		font-weight: 700;
		color :#f0b50a;
	}
	
	.client h5 {
		position: absolute;
		bottom: 10%;
		left: 18%;
		opacity: 0.1;
		font-size: 350px;
		font-weight: 700;
		color: #fff;
	}
	
	.client-review {
		width: 100%;
	}

	.client-review p {
		color: #fff;
		font-size:16px;
		line-height: 2em;
		letter-spacing: 2px;
		padding-left : 35px;
		margin-bottom:20px;
	}

	.client-review h4 {
		color: #fff;
		margin: 2em 0 0;
		font-size: 20px;
		letter-spacing: 1px;
	}
	
	.client-quote p {
		background: url(../images/quotes.png) no-repeat 0px 0px;
		background-size: 24px;
	}
	.client-img img{
		border-radius:50%;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		-ms-border-radius:50%;
		-o-border-radius:50%;
		width:100%;
	}

	.owl-controls {
	   display: none !important;/* */
	}

/* Responsive Design */
@media(max-width:1440px){
}
@media(max-width:1366px){
	
}
@media(max-width:1280px){
	
	.client {
		padding: 5em 0;
	}
}
@media(max-width:1080px){
	
	.client h3.heading{
		font-size: 40px;
	}
}
@media(max-width:1024px){
	
	.client-review h4 {
		margin: 1em 0 0;
	}
}
@media(max-width:991px){
	
	.client-img {
		width: 20%;
		float: left;
	}
	.client-name {
		width: 80%;
		float: left;
	}
}
@media(max-width:900px){
	
}
@media(max-width:800px){
	
	.client {
		padding: 4em 0 3em;
	}
}
@media(max-width:768px){
	.client-review p {
		font-size: 14px;
	}
}
@media(max-width:767px){
	
	.client-review h4 {
		margin: 0em 0 0;
		font-size: 18px;
	}
}
@media(max-width: 667px){
	
	.client-img {
		width: 30%;
		float: left;
	}
	.client-name {
		width: 70%;
		float: left;
	}
	.client-review h4 {
		font-size: 17px;
		line-height:22px;
	}
}
@media(max-width:640px){
	
	.client h3.heading {
		font-size: 35px;
	}
	.client-review h4 {
		font-size: 16px;
	}

}
@media(max-width:600px){
	
}
@media(max-width:568px){
	
}
@media(max-width:480px){
	
}
@media(max-width:414px){
	
}
@media(max-width:384px){
	
}
@media(max-width:375px){
	
}
@media(max-width:320px){
	
	.client h3.heading {
		font-size: 33px;
	}
	.client-review h4 {
		font-size: 13px;
	}
}
/* //Responsive Design */