.bg-skew{
	 background-color: #f4f6f8 ;
	 -webkit-transform: skew(0deg,-5deg);
	 transform: skew(0deg,-5deg);
	 margin-top: -190px;
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 padding : 50px 0px;
	  
	}
	 
	.bg-skew .skew-content {
	 transform: skew(0deg,5deg);
	 padding-top: 90px;
	}
	.skew-image {
	 position: absolute;
	 margin: 0 auto;
	 width: 100%;
	 text-align: center;
	}
	.report-block .skew-image  {
		margin-top: -100px;
	}
	@media only screen and (max-width: 1024px) {
	 .bg-skew{ 
		padding: 20px 0px;
	 }
	 .bg-skew .skew-content { 
		padding-top: 45px;
	 }
	 .report-block .skew-image {
		 margin-top: 0px;
	 }
	}
	@media only screen and (max-width: 992px) { 
	 .skew-image {
	   position: relative;
	   margin: 30px 0px;
	   margin-top: 30px;
	 }
	}
	@media only screen and (max-width: 767px) {
	 .bg-skew{ 
		padding: 15px 0px;
		margin-top: 0px;
		padding-top: 50px;
	 }
	 .bg-skew .skew-content { 
	   padding-top: 15px;
	 }

	}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.bg-skew, .bg-skew .skew-content {transform: none; display: block;}
}