.section--heading {
	padding-top: 200px;
	padding-bottom: 50px;
	position: relative;
	
}
.section--heading:after {
	content: '';
	position: absolute;
	 z-index: 1;
	top: 0; left: 0; right:; 0;
	width: 100%; height: 100%;
background: rgba(255,255,255, 0.2);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.section--heading .az-ctnr {
	z-index: 2;
}