.processTitle{
	background-color: #c62026; 
	width: 40%; 
	margin-bottom: -40px; 
	position: relative; 
	top: -90px;
	left: 15px;
}
.processText{
	font-size: 22px; 
	font-weight: bold;
}
.aboutLeftCol{
	background-color: #e5e6e7; 
	padding-bottom: 80px;
}
.aboutSecondRow{
	position: relative; 
	top: -75px;
}
.aboutRightCol{
	text-align: right; 
	background-color: #c62026;
	color: #fff;
}
.navbarCustom{
	background-color: #000 !important; 
	padding: 10px 0 !important;
}
.logoWrap{
	width: 150px; 
	height: 50px;
}
.logoImg{
	width: 100%; 
	height:100%;
}
.floatTitle{
	position: absolute; 
	top: 20%; 
	text-indent: 70px; 
	color: #fff; 
	left: 0;
}
.floatTitle h1{
	font-size: 75px; 
	line-height: 65%;
}
.subFloatTitle{
	font-size: 35px;
}
.introCustom{
	top: 60% !important; 
	left: 0 !important;
	width: auto !important; 
	transform: none !important;
}
.padding-t-b-50-no-mobile{
	padding: 50px 0 !important;
}
@media (max-width: 768px){
	.processTitle{
		left: 15px;
		width: 75%;
		top: -50px;
	}
	.processText{
		font-size: 16px;
		padding: 10px 15px;
	}
	.no-mobile{
		display: none;
	}
	.aboutLeftCol{
		padding: 15px;
	}
	.aboutSecondRow{
		top: unset;
	}
	.aboutRightCol{
		padding: 15px;
	}
	section{
		padding: 20px 0;
	}
	header{
		height: 400px;
	}
	.floatTitle{
		top: 10%;
		left: unset;
	}
	.floatTitle h1{
		font-size: 50px;
	}
	.subFloatTitle{
		font-size: 25px;
	}
	.padding-t-b-50-no-mobile{
		padding: 0 15px !important;
	}
}