body{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #040404;
	line-height: 1.55;
	margin: 0;
	min-height: 100%;
	min-width: 320px;
	padding: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	height: auto;
	max-width: 100%;
}
ul {
  list-style-type: none;
  padding-left: 0; /* Removes default left padding */
  margin-left: 0;  /* Optional: Removes default left margin */
}
ul li{line-height:30px;}
.header-logo img{max-width:260px;}
iframe{
	max-width: 100%;
}
a{
	color: #ffb433;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	text-decoration: underline;
	text-decoration: none;
	outline: none!important;
}
a:hover{
	color: #102140;
}
.icon {
  height: 18px;
  width: auto;
  padding-right: 10px;
  vertical-align: middle;
}
.button{
	background: #a3b1aa;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	color: #fefefe;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	max-width: 336px;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none; 
	width: 100%;
}
.button:hover{
	background: #cd912a;
	color: #fefefe;
}
p,
ul{
	margin: 0 0 1em;
}
p:last-child,
ul:last-child{
	margin-bottom: 0!important;
}
.container{
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1480px;
	width: 96%;
}
.container-small{
	max-width: 1260px;
}
.row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row.no-gutters{
	margin: 0;
}
.align-items-center{
	-ms-flex-align: center;
	align-items: center;
}
.justify-content-between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.col-md-12,
.col-md-6{
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
.col-md-12{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.col-md-6{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.header{
	left: 0;
	padding: 24px 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.button-round {
  background-color: #fff;
  color: #0d2e21;
  padding: 18.25px 40px;
  border: 2px solid #a3b1aa;
  border-radius: 3px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.header-logo img{
	display: inline-block;
	vertical-align: middle;
}
.header-phone{
	font-size: 20px;
	line-height: 1.2;
}
.header-phone a{
	color: #0e2c1f;
}
.header-phone a:hover{
	color: #cd912a;
}
.footer{
	background: #0d2e21;
	color: #fff;
	font-size: 14px;
	padding: 15px 0;
	text-align: center;
}
.top-section{
	background-color: #111;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.top-section-inner{
	padding: 110px 0 140px;
}
.top-section-content-col{
	-ms-flex: 0 0 52%;
	flex: 0 0 52%;
	max-width: 52%;
	padding-right: 40px;
}
.top-section-form-col{
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 48%;
}
.top-section-content{
	color: #0e2c1f;
	font-size: 23px;
	line-height: 1.17;
	max-width: 28em;
	padding-top:15%;
}
.top-section-content h1{
	font-size: 52px;
	font-weight: bold;
	line-height: 1.115;
	margin: 0 0 0.4em;
	text-transform: uppercase;
}
.top-section-content h3{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.175;
	margin: 0 0 0.9em;
}
.top-section-form-wrap{
	background: rgba(13,46,33,0.67);
	color: #fff;
	padding: 45px 20px;
	position: relative;
	z-index: 2;
}
.top-section-form-header{
	text-align: center;
}
.top-section-form-header h4{
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 0.6em;
	line-height: 1.185;
}
.top-section-form{
	min-height: 100px;
}
.top-section-form-footer{
	font-size: 14px;
	line-height: 1.2;
	padding-top: 5px;
	text-align: center;
}
.what-section{
	background-repeat: no-repeat;
	background-position: top right;
	-webkit-background-size: contain;
	background-size: contain;

	position: relative;
	z-index: 2;
}
.what-section-inner{
	padding: 4.3vw 0 11.8vw;
}
.what-content{
	max-width: 570px;
}
.what-content h3{
	color: #0d2e21;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.1875;
	margin: 0 0 1em;
	text-transform: uppercase;
}
.why-section{
	background: #e1ece7;
	padding: 75px 0 90px;
}
.why-section-header h3{
	color: #0d2e21;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.1875;
	margin: 0 0 1.6em;
	text-align: center;
	text-transform: uppercase;
}
.why-section-content{
	text-align: center;
}
.cta-section{
	background-color: #111;
	padding: 45px 0;
	position: relative;
}
.cta-content{
	color: #fff;
	text-align: center;
}
.cta-content h3{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.1875;
	margin: 0 0 1.1em;
	text-align: center;
	text-transform: uppercase;
}
/*------------Responsive--------*/
@media only screen and (max-width : 1150px) {
	.container{
		width: 100%;
	}
	.what-section{
		background-position: bottom right;
		margin: 0;
		padding: 0;
	}
	.what-section-inner{
		background: rgba(255,255,255,0.6);
	}
}
@media only screen and (max-width : 991px) {

	.top-section-inner{
		padding: 110px 0 0;
	}

	.top-section-content-col,
	.top-section-form-col{
		-ms-flex: 0 0 100%;
		flex: 0 0 400%;
		max-width: 100%;
		padding: 0;
	}
	.top-section-content{
		margin: 0 auto;
		padding-bottom: 40px;
		text-align: center;
	}
	.top-section-form-wrap{
		margin-left: -20px;
		margin-right: -20px;
		padding: 40px 20px;
	}
	.what-section-inner{
		padding: 50px 0;
	}
}

@media only screen and (max-width : 767px) {
	.col-md-12,
	.col-md-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.top-section-content{
		font-size: 18px;
	}
	.top-section-content h1{
		font-size: 34px;
	}
	.top-section-content h3{
		font-size: 28px;
	}
	.what-content h3,
	.why-section-header h3,
	.cta-content h3{
		font-size: 26px;
		margin: 0 0 0.8em;
	}
	.why-section{
		padding: 50px 0;
	}
	.why-section-content-right{
		margin-top: 1em;
	}
}