.ol{
	background: #ffefc5;
	position:relative;
	padding-bottom:10px;
	z-index: 1;
	margin-top: 50px;
}
.olf{
	z-index:-1;
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	padding: 30px 0;
	background: #ffefc5;
	-webkit-transform: skewY(3deg) translate3d(0, 50%, 0);
	transform: skewY(3deg) translate3d(0, 50%, 0);
}
.olb{
	z-index:-1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 50px 0;
	background: #ffefc5;
	-webkit-transform: skewY(-8deg) translate3d(0, 50%, 0);
	transform: skewY(-8deg) translate3d(0, 50%, 0);
	border-bottom:5px solid #ffe49b;
}
.olt{
	z-index:-1;
	position: absolute;
	top: -105px;
	left: 0;
	width: 100%;
	padding: 50px 0;
	background: #ffe49b;
	-webkit-transform: skewY(-8deg) translate3d(0, 50%, 0);
	transform: skewY(-8deg) translate3d(0, 50%, 0);
	border-top:5px solid #ffefc5;
}
.sfsicon-img{
	margin-top: 130px;
	text-align: center;
}
.icon-img{
	text-align:center;
}
i{
	font-size:10px;
}
.f-left{
	float: left;
	width: 20px;
	margin-top: -2px;
}
.f-right{
	overflow: hidden;
	text-align: left;
}
@media (max-width: 991px) {
	.icon-img {
		margin: 100px 0px 10px;
	}
	.sfsicon-img{
		display:none;
	}
}