
/*** 

====================================================================
	Why Us Section
====================================================================

***/

.why-us-section{
	position:relative;
	padding:90px 0px 50px;
	color:#ffffff;
	background-color:#242424;
}

.why-us-section .bg-grey{
	position:absolute;
	left:90px;
	top:0px;
	width:50%;
	height:100%;
	background-color:#242424;
	z-index:1;
	transform:skewX(-14deg);
	-webkit-transform:skewX(-14deg);
	-moz-transform:skewX(-14deg);
	-ms-transform:skewX(-14deg);
	-o-transform:skewX(-14deg);
}

.why-us-section .bg-image{
	position:absolute;
	right:0px;
	top:0px;
	width:65%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	z-index:0;
}

.why-us-section .auto-container{
	position:relative;
	z-index:2;	
}

.why-us-section .sec-title h2,
.why-us-section .sec-title h3{
	text-transform:capitalize;
	margin-bottom:0px;	
}

.why-us-section .sec-title .line{
	margin-top:25px;	
}

.why-us-section .block{
	position:relative;
	padding-left:85px;
	margin-bottom:30px;
	padding-right:10px;	
}

.why-us-section .block .number{

    position: absolute;
    left: 0;
    top: -30px;
    font-style: italic;
    color: #3a3a3a;
    font-weight: 800;
    font-size: 92px;

}

.why-us-section .block:hover .number{
	color:#0354be;	
}

.why-us-section .block h4{
	position:relative;
	font-size:16px;
	font-weight:700;
	color:#ffffff;
	font-style:normal;
	margin-bottom:10px;	
}

.why-us-section .block p{
	position:relative;
	font-size:14px;
	font-weight:400;
	color:#cccccc;
	font-style:normal;
	margin-bottom:10px;	
}
