.banner{
	height: 600px;
	background-size: cover;
	background-position: top;
	padding: 100px 0;
	position: relative;
}

.shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	z-index: 3;
}

.banner h3{
	position: relative;
	z-index: 10;
	color: #4A71B1;
	font-weight: 600;
	font-size: 32px;
    line-height: 56px;
	display: inline-block;
}

.banner h3:after{
	content: '';
	display: block;
	position: absolute;
	width: 150px;
	height: 5px;
	background: #B5CA6E;
	bottom: -15px;
}

.banner h3 span {
    display: block;
    font-weight: 100;
    font-size: 24px;
    line-height: 46px;
}

.aboutUs{
	padding: 90px 0;
	background: #fcfcfc;
	border-bottom: 1px solid #eee;
}

.aboutUs i{
	font-size: 54px;
	color: #4A71B1;
}

.aboutUs p{
	font-size: 18px;
	color: #4A71B1;
}

.separator{
	width: 120px;
	height: 3px;
	background: #4A71B1;
	border: none;
	margin: 0;
}

strong{
	font-weight: 700;
}

@media only screen and (min-width: 993px){
	.banner h3{
		font-size: 48px;
		line-height: 68px;
	}
	.banner h3:after{
		width: 190px;
	}
	.banner h3 span {
	    display: block;
	    font-weight: 100;
	    font-size: 42px;
	    line-height: 64px;
	}
}