:root {
	--dark-blue:			#282737;
	--gold: 				#bf7c35;
	--header-height: 		150px;
}

section.Banner,
.single .content-sidebar-wrap { padding-top: 180px; }
.AfterheaderContainer.Mobile { display: none!important; }




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header#main {
	display: block;
	width: 100%!important;
	position: fixed;
	top: 0;
	left: 0;
	/*padding: 40px 0;*/
	padding-left: 5%;
	padding-right: 5%;
	background: var(--dark-blue);
	z-index: 1001;
	height: var(--header-height);
	transition: 0.2s;
	box-shadow: 0 3px 6px #00000029;
}

/*header#main.scrolled {
	background: #fff;	
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.29);
}*/

/*header#main.scrolled { --header-height: 150px; background: #000; }
header#main.scrolled .logo { max-width: 400px; }*/

.admin-bar header#main { top: 32px; }

header#main .logo { 
	max-width: 330px; 
	height: 100%;
	flex: 1; 
	display: flex;
	align-items: center;
	position: relative;
}

header#main .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.header-fix { margin-top: var(--header-height); }

header#main .btn {
	width: 80%;
	padding: 10.5px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}

header#main .btn:not(:last-child) { margin-bottom: 15px; }


header#main .btn span.icon-phone {
	height: 16px;
	width: 16px;
	margin: 0 6px;
	background: url('../../images/phone-solid-white.png') center/contain no-repeat; 
	margin-right: 4px;
	display: inline-block;
	position: relative;
	top: 3px;
}

.header__banner {
    width: auto;
    margin-right: 0px;
    margin-left: 20px;
    padding: 15px;
    background-image: linear-gradient(to right, #a0682c, #bf7c35, #d98c3b, #bd7a33, #c68035);
	position: relative;
    line-height: 1.2; 
    display: flex;
    align-items: center;
    column-gap: 20px;
    text-align: center;
}

.header__banner p {
    font-family: Domine;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.header__banner a {
    font-family: Poppins;
    text-decoration: none;
    font-size: 34px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}

.banner__image {
	background: url('../../images/mobile-icon.webp') center/contain no-repeat;
	width: 40px;
	height: 40px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (max-width: 1600px) {
	.banner__image { display: none; }
	.header__banner p { font-size: 14px; }
	.header__banner a { font-size: 30px; }
}

@media (max-width: 1399px) {
	header#main { padding-left: 2.5%; padding-right: 2.5%; }
	header#main .logo { max-width: 260px; }
	.header__banner p { font-size: 12px; }
	.header__banner a { font-size: 26px; }	
}

@media (max-width: 1199px) {
	header#main .logo { max-width: 200px; }
	.header__banner { margin-left: 0; }
}

@media (max-width: 991px) {
	header#main .logo { z-index: 101; }
	.header__banner { margin: 0 16px; }
}

@media (max-width: 782px) { .admin-bar header#main { top: 46px; } }


@media (max-width: 767px) {
}

@media (max-width: 576px) {
	header#main { padding-top: 20px; padding-bottom: 0; }
	header#main .logo { max-width: 80px; top: 0px; }

	.header__banner { border-radius: 3px; padding: 10px; margin: 0 auto; }
	.header__banner p { font-size: 12px; max-width: 130px; margin: 0 auto 4px; }
	.header__banner a { font-size: 18px; }
}


/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/




/* Desktop menu
------------------ */

.navigation-main-menu { flex: 1; text-align: center; }

.nav-links li { margin: 0 15px; position: relative; line-height: 1; background: transparent; }
.nav-links li a { color: #fff; font-size: 16px; text-transform: none; letter-spacing: 0; font-family: 'Graphik', sans-serif; transition: 0.15s; font-weight: 700; text-decoration: none; }
.nav-links li a:hover { color: #FEBC6B;  }
.nav-links li.nav-btn { margin-right: 0; }

ul:not(#mobile-menu).nav-links li.nav-btn a {
	background: var(--main-color);
	color: #fff;
	padding: 17px 20px;
	display: block;
	transition: 0.2s;
}

.nav-btn a:hover {
	border-color: #23905a;
	background-color: #23905a;
	color: #fff;
}




.nav-links li > .sub-menu {
	display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 225px;
    z-index: 99;
    border-top: 3px solid #1A3B76;
    flex-direction: column;
	flex-wrap: wrap;
    max-height: 60vh;
}


.nav-links .menu-item-has-children > a::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
	position: absolute;
    top: 50%;
}

.nav-links .menu-item-has-children > a::after { border-top: 0.3em solid #fff; }
.nav-links .sub-menu .menu-item-has-children > a::after { border-top: 0.3em solid #000; }

.nav-links .sub-menu li { margin: 0; }

.sub-menu li a {
	padding: 1em;
    display: block;
    border-bottom: 1px solid #eee;
    transition: 0.4s;	
    color: #000;
    font-weight: 400;
}

.nav-links ul.sub-menu li a { color: #000; }

li > .sub-menu li > .sub-menu {
	display: none;
	left: 100%;
	top: 0;
}

.nav-links .menu-item-has-children:hover > .sub-menu {
    display: flex;
}

.sub-menu a:hover {
    color: #1A3B76;
    background-color: #eee;
}



li > .sub-menu { border-top: 3px solid #1A344C; }
.nav-links .sub-menu li { background: #fff; }








/* Mobile Menu Button
------------------ */
.mobile-menu-button {
	font-size:  26px;
	color: #000;
	cursor: pointer;
	height: 50px;
	width: 50px;
	top: 0;
}

.hamburger {
	width: 35px;
	height: 6px;
	background: #fff;
	position: relative;
}

.hamburger::before,
.hamburger::after {
	content: "";
	width: inherit;
	height: inherit;
	background: inherit;
	position: relative;
	display: block;
}

.hamburger::before {
	top: -10px;
}

.hamburger::after {
	top: 4px;
}



/* Mobile Menu
-----------------------------*/

.mobile-menu-wrapper {
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	padding: calc(var(--header-height) + 42px) 20px 20px;
	z-index: 100;
	transition: 0.3s;
	transform: translateY(-100%);
	overflow: auto;
	max-height: 100vh;
}

.admin-bar .mobile-menu-wrapper { padding-top: calc(var(--header-height) + 42px); }

.mobile-menu-wrapper.open { transform: translateY(0); }

.mobile-menu-wrapper ul.nav-links li { 
	width: 100%; 
	text-align: center; 
	border-bottom: 1px solid #eaeaea; 
	margin: 0;
}
.mobile-menu-wrapper ul.nav-links li a { 
	width: 100%; 
	padding: 16px 0;
	display: block; 
	margin: 0; 
}

.mobile-menu-wrapper ul.nav-links li .sub-menu li a { padding: 16px; }

.mobile-menu-wrapper ul.nav-links li.nav-btn { margin: 0; }
.mobile-menu-wrapper ul.nav-links li.nav-btn a { border: none; }
.close-menu-button {
	padding: 20px;
	color: #fff;
	font-size:  14px;
	text-transform: uppercase;
	background: var(--main-color);
	margin-left: -20px;
	margin-right: -20px;
	position: relative;
	bottom: -20px;
	text-align: center;
	cursor: pointer;
}

/* Dropdown Buttons
-----------------------------*/

.dropdown-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	max-height: 46px;
	z-index: 2;
	cursor: pointer;
}

.dropdown-btn::before,
.dropdown-btn::after {
	height: 10px;
	width: 3px;
	background: #707070;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.dropdown-btn::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.sub-menu-open > .dropdown-btn::before { transform: translate(-50%, -50%) rotate(45deg); }
.sub-menu-open > .dropdown-btn::after { transform: translate(-50%, -50%) rotate(-45deg); }


/* Page Overlay
-----------------------------*/

.page-overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
	cursor: pointer;
}
.mobile-menu-wrapper.open + .page-overlay { display: block; }


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (max-width: 1299px) {
	.nav-links li { margin: 0 15px; }
}

@media (max-width: 991px) {

	/* Menu
	-------------------- */
	.mobile-menu-wrapper ul.nav-links li { text-align: left; margin: 0; }
	.nav-links li > .sub-menu,
	.nav-links li > .sub-menu li > .sub-menu { width: 100%; position: relative; }
	.nav-links li > .sub-menu li > .sub-menu { left: 0; }

	.nav-links li a { color: #000; }
	.nav-links li.nav-btn a { border: 0; color: #000; background: #fff; }

	.menu-item-has-children > a { 
		width: calc(100% - 40px);
	}
	.menu-item-has-children { position: relative; }

	.menu-item-has-children:not(.sub-menu-open) > .sub-menu,
	.menu-item-has-children:not(.sub-menu-open):hover > .sub-menu { display: none; }
	.menu-item-has-children.sub-menu-open > .sub-menu { display: block; }

	.nav-links .menu-item-has-children > a::after { display: none; }

	.nav-links li > .sub-menu {
		max-height: 99999px;
	}


}


@media (max-width: 767px) {

	.mobile-menu-wrapper 	{ padding-top: 	var(--header-height); }
	.admin-bar .mobile-menu-wrapper 	{ padding-top: 	calc(var(--header-height) + 56px); }
}

@media (max-width: 576px) {

	.mobile-menu-wrapper 	{ padding-top: 	var(--header-height); }
	.admin-bar .mobile-menu-wrapper 	{ padding-top: 	calc(var(--header-height) + 56px); }

}