body{
	font-family: 'Open Sans', sans-serif;
	color: #2E2E2E;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
}
header.header{
	background:#EAF6FF;
}
.main-banner{
	background-image: url("../images/Rectangle-13-1.jpg");
	position: relative;
	background-size: cover;
	background-position: center center;
}
.main-banner:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #084995;
	z-index: 0;
	opacity: 0.75;
}
.main-banner .banner-inner{
	min-height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	position: relative;
}
.banner-title {
    color: #ffffff;
    font-weight: 500;
    font-size: 36px;
}
footer.footer{
	background:#084995;
}
