.main-bg {
	background:url(../images/banner-bg.jpg) no-repeat center bottom;
	background-size:cover;
	position:relative;
	background-attachment:fixed;
	padding:50px 0px;
}
.slider-text h1, .slider-text h4 {
	color:#ffffff;
}
.slider-text h1 {
	font-weight: 300;
	font-size: 44px;
	margin-bottom: 10px;
	line-height: normal;
}
.slider-text h1 span {
	font-weight: 900;
	font-size: 48px;
	display: block;
	font-size: 48px;
}
.form-box {
	background: #28a745;
	padding: 30px;
	margin: 0;
}
.form-box h4 {
	color: #ffffff;
	font-weight: 900;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 0;
}
.btn-consultation {
	height: 48px;
	font-weight: 500;
	letter-spacing: 1px;
}
.heading {
	margin-bottom: 40px;
}
.heading h2 {
	position: relative;
	font-size: 28px;
	font-weight:600;
	color:#222222;
}
.heading h4 {
	position: relative;
	font-size: 16px;
	font-weight: 300;
}
.section-services {
	background:#ffffff;
}
.services-image {
	margin-bottom: 15px;
}
.services-image span {
	width: 100px;
	height: 100px;
	background: #00539f;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	padding: 25px;
}
.services-box h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: normal;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.services-box {
	margin-bottom: 20px;
	background: #ffffff;
}
.section-information {
	
}
.section-information h3 {
	font-weight: 700;
}
.section-information h3 span {
	color:#f44236;
}

.tagline {
	font-size: 20px;
	font-weight: 600;
}
.tagline span {
	color:#f44236;
}
.section-footer {
	color: rgba(255,255,255,0.5);
}
.contact-info {
	padding: 0;
	list-style: none;
	margin:20px 0 0 0;
}
.contact-info li {
	list-style: none;
	margin: 0 0 20px 0;
	position: relative;
	padding-left: 40px;
}
.contact-info li i {
	position: absolute;
	top:2px;
	left: 0;
	font-size: 22px;
	color:#00539f;
}
.offer-code {
	display: block;
	color: #00539f;
	font-size: 14px;
	font-family: verdana;
}
.contact-info a {
	color:#212529;
}
.social-icons a {
	margin: 0 5px;
	font-size: 20px;
	color: rgba(255,255,255,0.4);
}
.social-icons {
	margin-bottom:10px;
}
.callus {
	text-align:center;
	color:#ffffff;
}
.callus a {
	color:#ffffff;
}
.slider-text {
	margin-top: 20%;
}
.navbar-brand img {
	height: 54px;
}
.section-testimonials {
	background: #f44236;
	color: #ffffff;
}
.testimonial-image {
	width: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px auto;
	display: block;
}
.author-name {
	font-weight: 600;
	font-size: 18px;
}
.testimonial-box {
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	border:2px solid rgba(12,77,161,0.2);
	border-radius: 5px;
	padding: 25px;
}