.process-header{
	float:left;
	width:100%;
	background:url("../images/process/process-banner.png");
	background-position: top center;
	background-repeat: no-repeat;
	height: 200px;
	margin-bottom: 20px;
}
.process-header-content{
	width:auto;
	height: 200px;
	position: relative;
}
.banner-text{
	margin: 0;
	position: absolute;
	top: 40%;
	left: 8%;
	-ms-transform: translate(-18%, -40%);
	transform: translate(-18%, -40%);
}
.caption-txt-light{
	font-size: 32px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: 300;
}
.caption-txt-b{
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 500;
}
.process-container{
	margin: 0 auto;
	width: 100%;
	max-width: 87%;
	clear:both !important;
}

.planning-title{
	float:left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	color: #444444;
	font-weight: 300;
	line-height: 32px;
}

.planning-process{
	float: left;
	width:100%;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	margin: 20px 0;
	padding: 30px 0;
}

.planning-process ul{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.planning-process ul li{
	float: left;
	width: auto;
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.step-img{float:left; width: 100%; text-align: center;}

.step-name{
	float:left;
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #282828;
	font-weight: 300;
	line-height: 20px;
	clear: both;
}
.arrow{	
	float:left;
	width: 2%;
	margin: 10px 15px;
	text-align: center;
	font-size: 30px;
	color: #ff8b02;
	font-weight: 500;
	line-height: 32px;
}

.step1{	
	float:left;
	width: 7%;
	text-align: center;
	margin-left: 20px;
}
.step2{	
	float:left;
	width: 9%;
	text-align: center;
}
.step3{	
	float:left;
	width: 13%;
	text-align: center;
}

.step4{	
	float:left;
	width: 9%;
	text-align: center;
}
.step5{	
	float:left;
	width: 7%;
	text-align: center;
}
.step6{	
	float:left;
	width: 15%;
	text-align: center;
}
.step7{	
	float:left;
	width: 9%;
	text-align: center;
}

.process-container ul{
	float:left;
	width:100%;
	margin:50px 0;
	padding: 0;
}

.process-container ul li{
	float:left;
	width:31%;
	margin: 0 20px;
	padding: 0;
	list-style-type: none;
	
}
.process-container ul li:first-child{ margin-left: 0;}
.process-container ul li:last-child{ margin-right: 0;}

.process-img{
	text-align: center;
	position: relative;
}

.process-title{
	position: absolute;
	bottom: 0;
	left: 10%;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	text-align: justify;
	color: #2d2d2d;
	margin-top: -30px;
	padding-left: 25px;
	z-index: 9999;
	text-transform: uppercase;
}
.process-text{
	float: left;
	width: 100%;
}
.process-text ul{
	float: none;
	width: 66%;
	margin: 0 auto;
	padding: 0;
}

.process-text ul li{
	float: left;
	width: 100%;
	padding:2px 0;
	list-style-image:url("../images/infrastructure/bullet.jpg");
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	text-align: left;
	color: #2d2d2d;
	list-style-position: outside;
	margin-left:15px !important;
}

.process-bottom-container{
	float: left;
	width: 100%;
	background-image: url("../images/process/process-bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	height:372px;
	position: relative;
}


.process-bottom-container h3{
	position: absolute;
	left: 8%;
	top: 25%;
	width: 30%;
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	text-align: left;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.process-bottom-container ul{
	position: absolute;
	left: 9%;
	top: 36%;
	width: 35%;
	margin: 0;
	padding: 0;
	margin-left: 2px;
}

.process-bottom-container ul li{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 300;
	padding: 2px 0px;
	list-style-image: url("../images/white-bullet.png");
	list-style-position: outside;
	line-height: 22px;
	text-align: left;
	color: #fff;
}