*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
/*--------------------------------------------------------------customers description----------------------------------------------------------------------------------------*/
#customers_description{
	margin-top:150px;
}
#customers_description h2{
	font-size: 57px;
    margin: 0 20%;
}
#customers_description p{
 margin:50px 100px;
 text-align: left;
 font-size: 22px;
}
/*---------------------------------------------------------------our_customers-------------------------------------------------------------------------------------*/
#our_customers{
	background-color: #ECEDEF;
	padding: 50px 0px 0px 0px;
	padding-bottom: 5%!important;
}
#our_customers h2{
	color:#EA424F;
	font-size:57px;

}
.xtra_large_title{
	margin: 60px 0 60px 0%;
}
.large_title{
	margin: 60px 34%;
}
.small_title{
	margin: 60px 37%;
}
#our_customers img{
	padding:0;
}
#our_customers #title1{
	padding: 10px 4%!important;
}
#our_customers #title2{
    padding: 10px 1%;
}
#titles0{
	padding: 0;
}
hr{
	background:#EA424F;
	height:10px;
	margin:0 100px;
}