/*
Theme Name: Emsted
Author:
Author URI:
License:
License URI:
Description: The WP theme for Emsted.
Version: 1.0
Text Domain: emsted
Tags:
*/

* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	color: #252525;
	font-family: Roboto;
	font-size: 19px;
	font-weight: 300;
	text-align: justify;
}
a {
	color: inherit;
}
a,
a:hover,
a:focus {
	text-decoration: none;
}
img {
	max-width: 100%;
}
a,
img,
input {
	transition: .2s;
}
h1, h2, h3, h4, h5, h6,
p,
ul {
	margin: 0 0 20px;
}

input,
textarea {
	font: inherit;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.background-wrapper {
	background-size: cover;
}
.inner-wrapper {
	max-width: 1330px;
	padding: 0 15px;
	margin: 0 auto;
}

.header-background {
	padding: 40px 0 25px;
}
.header-inner {
	display: flex;
	align-items: flex-end;
}
.header-inner:after {
	content: "";
	display: block;
	clear: both;
}
.header-text {
	margin-left: 30px;
	color: #888;
	font-size: 22px;
}
.header-phone {
	margin-left: auto;
	color: #27497f;
	font-size: 22px;
}
.header-phone img {
	vertical-align: middle;
}
.header-phone span {
	vertical-align: middle;
}
@media (max-width: 991px) {
	.header-text {
		display: none;
	}
	.header-phone {
		display: none;
	}
}

.nav-background {
	position: relative;
}

.mobile-navicon {
	display: none;
	position: absolute;
	right: 20px;
	top: -60px;
	cursor: pointer;
}
.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: #333;
	margin: 6px 0;
	transition: 0.4s;
}
/* Rotate first bar */
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8px, 7px);
	transform: rotate(-45deg) translate(-8px, 7px);
}
/* Fade out the second bar */
.change .bar2 {
	opacity: 0;
}
/* Rotate last bar */
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}
@media (max-width: 991px) {
	.mobile-navicon {
		display: inline-block;
	}
}

.header-nav {
	padding: 0 15px;
	background-color: #27497f;
}
.header-nav ul {
	list-style-type: none;
	padding: 0;
}
.header-nav .menu {
	margin-bottom: 0;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	text-align: right;
}
.header-nav .menu li {
	display: inline-block;
	position: relative;
}
.header-nav .menu > li > a {
	display: inline-block;
	position: relative;
	padding: 10px;
}
.header-nav .menu > li.current-menu-item > a {
	background-color: #1f3c6a;
}
@media (max-width: 991px) {
	.header-nav {
		display: none;
		float: none;
		clear: both;
		margin-left: auto;
		max-width: 300px;
	}
	.header-nav.open {
		display: block;
	}
	.header-nav .menu {
		text-align: left;
	}
	.header-nav .menu li {
		display: block;
	}
}

.footer-content {
	padding: 20px 0 10px;
	background-color: #27497f;
	color: #fff;
}
.footer-text {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
.footer-nav {
	float: left;
	margin-left: 60px;
	margin-bottom: 0;
	font-size: 11px;
}
.footer-copy {
	float: right;
	margin-right: 60px;
	margin-bottom: 0;
	font-size: 11px;
}

.main-background {
	padding: 90px 0 70px;
}
@media (max-width: 991px) {
	.main-background {
		padding: 20px 0;
	}
}

.heading-1 {
	max-width: 900px;
	margin: 0 auto;
	font-weight: 700;
	text-align: center;
}
.about-heading {
	height: 60px;
	padding-top: 15px;
	margin: -60px 30px 30px;
	background-color: #1f3c6a;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}

.heading-2 {
	font-size: 22px;
	font-weight: 700;
}

@media (min-width: 768px) {
	.order-1 {
		order: 1;
	}
	.order-2 {
		order: 2;
	}
}

.wpb_gmaps_widget .wpb_wrapper {
	background-color: transparent;
}
.wpb_gmaps_widget .wpb_map_wraper iframe {
	width: auto;
}

div.wpforms-container {
	padding: 60px 30px 30px;
	margin-left: 40px;
	background-color: #f8f8f8;
}
div.wpforms-container .wpforms-form button[type=submit] {
	padding: 10px 40px;
	background-color: #4ec07b;
	color: #fff;
	text-transform: uppercase;
}