/*
 Theme Name:     Divi Child
 Theme URI:      https://ndmc.io
 Description:    Divi Child Theme
 Author:         NDM Company
 Author URI:     https://ndmc.io
 Template:       Divi
 Version:        1.0.0
*/
@import url('https://fonts.googleapis.com/css?family=Raleway:700&display=swap');
@font-face {
    font-family: GraublauWeb;
    src: url("fonts/Martens-Regular.otf") format("opentype");
}
/*============================================================================
                    Header CSS
=============================================================================*/
.action-bar {
	background: #000;
	max-width: 100%;
	padding: 10px 0;
}
.action-bar > div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
	padding-right: 20px;
}
.ab-social i {
	color: #fff;
	background: #009548;
	border-radius: 50%;
	font-size: 18px;
	margin: 0 4px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ab-social img {
	width: 40px;
	height: auto;
	box-shadow: none !important;
	margin-top: 10px;
}
.action-bar a div {
	color: #fff;
	font-size: 20px;
	padding: 0px !important;
	margin-right: 5px;
	font-weight: bold;
	transition: 0.2s;
}
.action-bar a div:hover {
	color: #00843D;
}
.ab-social {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.ab-social a {
	margin: 0 3px 0 0;
}
.centered-inline-logo-wrap {
	width: 234px !important;
	height: 167px !important;
	padding: 0px !important;
	margin: 0 50px -30px 10px !important;
}
.et_header_style_split #et-top-navigation {
	margin-bottom: -40px;
	padding: 0px;
}
.logo_container {
	width: 234px !important;
	height: 167px !important;
}
.logo_container > a {
	display: block;
}
#logo {
	width: 234px !important;
	height: 167px !important;
	max-height: 100% !important;
	margin-bottom: -30px;
	margin-top: 15px;
}
.location-button {
	position: absolute;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	top: 0;	left: 0;
	background: #009548;
	width: 170px;
	height: 50px;
	padding: 0 10px 10px 0;
}
.location-button h1 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
	padding: 0px;
	text-transform: uppercase;
}
.location-button i {
	color: #fff;
	font-size: 30px;
}
.hbt-mobile {
	display: none;
}
#main-header {
	background: #000 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
#main-header .container .mobile_menu_bar:before {
	color: #fff;
}
.center-header {
	background-position: center center !important;
}
.top-header {
	height: 850px;
	background-position: 66% center;
}
.top-header .header-bottom-text {
	font-size: 40px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	margin-top: 510px;
	letter-spacing: 5px;
	text-align: center;
	text-shadow: rgb(0, 0, 0) 5px 5px 10px, rgb(0, 0, 0) 5px 5px 10px;
}
.top-header .header-top-text {
	font-size: 150px !important;
	line-height: 150px;
	font-family: GraublauWeb;
	margin-top: 40px;
	color: #fff;
	text-align: center;
	text-shadow: rgb(0, 0, 0) 5px 5px 10px, rgb(0, 0, 0) 5px 5px 10px, rgb(0, 0, 0) 5px 5px 10px;
}
#top-menu li {
	padding-right: 50px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
#top-menu li li a {
	color: #000 !important;
}
#top-menu a {
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}
#top-menu a:hover {
	color: #00843D;
}
/*============================================================================                    				Footer CSS
=============================================================================*/
#footer-bottom #footer-info {
	float: none;
	text-align: center;
	font-size: 20px;
}
.et-l--footer {
	padding-bottom: 10px;
	background: #009548 !important;
}
.et-l--footer .ab-social i {
	font-size: 25px;
}
.et-l--footer h3 {
	padding-top: 5px;
	padding-left: 40px;
}
footer .et_pb_column_0_tb_footer {
	width: 100% !important;
	margin: 0px !important;
}
footer .et_pb_column_1_tb_footer {
	width: auto !important;
	margin: 0px !important;
}
footer .et_pb_row_0_tb_footer:after {
	display: none !important;
}
footer .et_pb_row.et_pb_row_0_tb_footer {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 auto !important;
}
/*============================================================================                    				Global CSS
=============================================================================*/
.image-subtext p {
	color: #fff;
	font-family: GraublauWeb;
	font-size: 44px;
	line-height: 54px;
	text-align: center;
	text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}
.page-id-166 .image-subtext p { font-size: 32px; }
@media screen and (max-width: 1200px) {
	.top-header .header-bottom-text {
		font-size: 37px;
	}
}
@media screen and (max-width: 1100px) {
	.top-header .header-top-text {
		font-size: 120px !important;
		line-height: 120px;
	}
	.top-header .header-bottom-text {
		font-size: 29px;
		margin-top: 560px;
	}
}
@media screen and (max-width: 980px) {
	.action-bar > div {
		max-width: 781px;
		margin-right: 10%;
		padding: 0px;
	}
	#main-header .container {
		display: flex;
		align-items: center;
	}
	.et_header_style_split #et_mobile_nav_menu {
		margin-top: 0px !important;
	}
	.et_mobile_menu {
		margin-top: -4px;
		border-top: none !important;
	}
	#main-header .container .mobile_nav {
		background-color: transparent !important;
	}
	#main-header .container .select_page {
		display: none !important;
	}
	.et_header_style_split #et-top-navigation {
		margin-bottom: -130px;
		z-index: 999;
	}
	.et_header_style_split header#main-header .logo_container {
		max-height: 100%;
		min-width: 100%;
		position: absolute;
	}
	.et_header_style_split #main-header .container {
		position: relative;
		margin-bottom: 75px;
	}
	.et_header_style_left #logo, .et_header_style_split #logo {
		max-width: 100% !important;
	}
	.et_header_style_split .mobile_menu_bar {
		transform: scaleX(1.5);
	}
}
@media screen and (max-width: 900px) {
	.top-header .header-top-text {
		font-size: 100px !important;
		line-height: 100px;
		margin-top: 50px;
	}
	.top-header .header-bottom-text {
		font-size: 23px;
		margin-top: 570px;
	}
}
@media screen and (max-width: 767px) {
	.top-header {
		height: 700px;
	}
	.top-header .header-top-text {
		font-size: 80px !important;
		line-height: 80px;
		margin-top: 20px;
	}
	.top-header .header-top-text.header-top-text2 {
		font-size: 100px !important;
		line-height: 100px;
		margin-top: 20px;
	}
	.top-header .header-bottom-text {
	    font-size: 16px;
		margin-top: 470px;
	}
	.top-header .header-bottom-text.header-bottom-text2 {
	    font-size: 23px;
		margin-top: 470px;
	}
	.top-header .header-bottom-text.header-bottom-text3 {
		font-size: 23px;
		margin-top: 330px;
	}
}
@media screen and (max-width: 600px) {
	.et-l--footer h3 {
		padding-left: 0px;
	}
	.top-header .header-top-text {
		font-size: 60px !important;
		line-height: 60px;
		margin-top: 20px;
	}
	.top-header .header-bottom-text {
		font-size: 30px;
		line-height: 35px;
		margin-top: 440px;
	}
	.top-header .header-bottom-text.header-bottom-text3 {
		font-size: 23px;
		line-height: 23px;
		margin-top: 300px;
	}
}
@media screen and (max-width: 480px) {
	.action-bar a div {
		font-size: 17px;
	}
	footer .et_pb_row.et_pb_row_0_tb_footer {
		flex-flow: column-reverse nowrap;
		justify-content: flex-start;
		align-items: center;
	}
	footer .et_pb_column_0_tb_footer {
		margin-top: 20px;
	}
	footer .et_pb_row.et_pb_row_0_tb_footer {
		padding-bottom: 10px;
	}
	.location-button {
		position: absolute;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		top: 50px;
		left: 14px;
		background: #009548;
		width: 150px;
		height: 30px;
		padding: 0 10px 10px 0;
		padding-top: 9px;
		z-index: 99999999999;
	}
	.location-button h1 {
		font-size: 17px;
	}
	.location-button i {
		font-size: 20px;
	}
	.action-bar {
		justify-content: space-between;
		background: #000;
		margin: 0px;
	}
	.et_header_style_split #main-header {
		padding: 0px 0 20px 0;
	}
	.hbt-normal {
		display: none;
	}
	.hbt-mobile {
		display: block;
	}
	#logo {
		width: 234px !important;
		height: auto !important;
	}
	#main-header {
		background: #000;
	}
	.top-header {
		height: 125vw;
		width: 100%;
	}
	.top-header .et_pb_row_0.et_pb_row {
		margin-right: 0px !important;
		margin-left: 0px !important;
		width: 100% !important;
	}
	.top-header .header-top-text {
		font-size: 50px !important;
		line-height: 50px;
		margin-top: 10px;
	}
	.top-header .header-top-text.header-top-text2 {
		font-size: 80px !important;
		line-height: 80px;
		margin-top: 0px;
	}
	.top-header .header-bottom-text {
		font-size: 22px;
		line-height: 25px;
		margin-top: 75vw;
	}
	.top-header .header-bottom-text.header-bottom-text2 {
		font-size: 22px;
		line-height: 25px;
		margin-top: 70vw;
	}
	.top-header .header-bottom-text.header-bottom-text3 {
		font-size: 22px;
		line-height: 25px;
		margin-top: 60vw;
	}
}
@media screen and (max-width: 450px) {
	.et_header_style_split header#main-header .logo_container {
		width: 180px !important;
		height: 128px !important;
		min-width: 0px;
		top: 20px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.et_header_style_split header#main-header .logo_container #logo {
		width: 100% !important;
	}
	.et_header_style_split .mobile_menu_bar {
		right: 0px;
	}
	.top-header .header-bottom-text.header-bottom-text3 {
		font-size: 22px;
		line-height: 25px;
		margin-top: 55vw;
	}
}
@media screen and (max-width: 400px) {
	.top-header .header-bottom-text {
		margin-top: 65vw;
	}
	.top-header .header-bottom-text.header-bottom-text2 {
		margin-top: 60vw;
	}
	.top-header .header-bottom-text.header-bottom-text3 {
		margin-top: 40vw;
	}
}
@media screen and (max-width: 350px) {
	.top-header .header-top-text {
		font-size: 40px !important;
		line-height: 50px;
		margin-top: 0px;
	}
	.top-header .header-bottom-text.header-bottom-text3 {
		margin-top: 35vw;
	}
}