h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #023b6d;
}

.page-header {
	/*padding: 30px 0 15px 0;
    margin-bottom: 30px;
    border-bottom: 3px solid rgb(2 59 109 / 13%);
    position: relative;*/
	border-left: 10px solid rgb(2 59 109 / 13%);
    background-color: rgb(63 81 181 / 9%);
    text-transform: uppercase;
}

/*.page-header:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background: #3f51b5;
    border-right: 3px solid #fff;
    bottom: -2px;
    left: 0;
}*/

.footer-newsletter {
    padding: 50px 0;
    background: #f4faff;
    text-align: center;
    font-size: 16px;
}

#hero {
	background: linear-gradient(rgb(255 255 255), rgb(255 255 255 / 28%)), url(/assets/images/hero_bg_3.jpg) center center no-repeat;
    background-size: cover;
    padding: 70px 20px;
    text-align: center;
}
#hero h1 {
	font-size: 42px;
	margin: 15px 0 15px 0;
	font-weight: 600;
	padding: 0;
	color: #024077;
}
#hero p {
	font-size: 20px;
	line-height: 26px;
	margin: 0 auto 20px auto;
	font-weight: 400;
	max-width: 800px;
	color: #024681;
}
#hero .btn-primary {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 10px 25px;
	background: #3f51b5;
	border-radius: 3px;
	border: none;
}
#hero .btn-primary:hover {
	background: #3f51b5;
}

@media (max-width: 991px) {
	#hero {
		padding: 80px 20px;
	}
	#hero h1 {
		font-size: 32px;
	}
	#hero p {
		font-size: 18px;
	}
}