html,
body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

.m-t-m {
	margin-top:20px;
}

.def-pad {
	padding-left: 15px;
	padding-right: 15px;
}

.x-l-pad {
	padding-left: 50px;
	padding-right: 50px;
}

.container {
	min-width: 100%;
	min-height: 100%;
	position: relative;
}

.container::before {
	background: url("../img/logo_with_title.svg") no-repeat;;
	background-position: center;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.container::after{
	background-color: #000;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.75;
}

.container-blnk {
	background-color: #000;
	z-index: -1;
	opacity: 0.75;
}

.header {
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	padding-top: 40px;
	padding-bottom: 20px;
}

.header-title {
	padding-top: 5px;
	color: #fff;
	display: inline-block;
}

.nav-switch {
	display: none;
}

.main-menu {
	float: right;
}

.main-menu ul {
	list-style: none;
}

.main-menu ul li {
	display: inline;
}

.main-menu ul li a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	color: #4f9dc4;
	padding: 15px;
	margin-right: 10px;
	position: relative;
}

.hero {
	min-height: 950px;
	position: relative;
	display: table;
	width: 100%;
}

.hero .hero-text {
	position: relative;
	vertical-align: middle;
	color: #4f9dc4;
	z-index: 2;
	display: table;
	margin: 0 auto;
}

.contact-us-form {
	width:100%
}

.header-title a {
	text-decoration: none;
	color: #4f9dc4;
}

.gen-container {
	width: 500px;
}
@media only screen and (max-width: 570px) {
	.gen-container {
		width: 100%;
	}
}

.hero-img-container {
	width: 300px;
}

@media only screen and (max-width: 570px) {
	.hero-img-container {
		width: 100%;
	}
}

.img-cntr {
	display: flex;
	justify-content: center;
}

.row {
	display: flex;
}

.col {
	flex: 50%;
}