/*** HEADER ***/
.site-header {
	float: left;
	width: 100%;
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 10px 10px 25px -11px rgba(45,67,111,0.15);
}
.after-head {
	float: left;
	width: 100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 0 30px;
}

.after-head .md-navigation{
	padding:20px 0px;
	margin: 0;
	border-radius: 0;
	min-height:unset;
	background-color: transparent;
	border: none;
}
.after-head .menu{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.after-head .menu li, .after-head .menu li a{
	display:inline-block;
	cursor: pointer;
}
.after-head .menu li a {
	padding: 0px 12px;
	position:relative;
	transition: all .5s;
	color: #5D6B81;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.after-head .menu li.current_page_item a {
	color: var(--main);
}
.after-head .menu li a:hover,
.after-head .menu li a:focus {
	color: var(--main);
}
.after-head .menu > li:last-of-type a {
	padding-right: 0;
}
.after-head .menu .sub-menu .sub-menu {
	left: 220px;
	top: -20px;
}

.after-head .menu li.menu-item-has-children{
	position:relative;
	padding-right: 15px;
}
.after-head .menu li.menu-item-has-children a {
	position: relative;
}
.after-head .menu .sub-menu{
	opacity:0;
	visibility:hidden;
	transition:all 0.5s ease-in-out;
	position:absolute;
	left:0;    
	top: 30px;
	margin: 0;
	min-width: 220px;
	text-align: left;
	background: #fff;
	padding: 20px 0;
	z-index:9999999;
	box-shadow: 6.879882335662842px 6.879882335662842px 25.799558639526367px 0px rgba(32, 70, 121, 0.10);
	border-radius: 17px;
}

.after-head .menu li.menu-item-has-children:hover > .sub-menu{
	visibility:visible;
	opacity:1;
}

.after-head .menu .sub-menu li{
	display:block;
	float:left;
	width:100%;
}

.after-head .menu .sub-menu li a{
	padding:0 20px;
	margin-bottom:10px;
	background: transparent;
}

.after-head .menu .sub-menu li:last-of-type > a {
	margin:0;
}

.after-head .menu .sub-menu li a:after{
	content:unset;
}
.after-head .menu .sub-menu li.menu-item-has-children > .menu-chevron {
	right: 7px;
	top: 0px;
	transform: rotate(-90deg);
}
/***SMALL MENU***/

#site-navigation .navbar-toggle{
	position:absolute;
	top: -52px;
	margin:0;
	right: 10px;
	width: 50px;
	border:0;
	border-radius:0;
	background:0;
	display: none;
	flex-direction: column;
	align-items: center;
}

#site-navigation .navbar-toggle .icon-bar{
	width: 30px;
	height: 3px;
	float: left;
	background: #0e47a1;
	transition:all 0.3s ease-in-out;
}

#site-navigation .navbar-toggle .icon-bar:nth-of-type(2) {
	width: 15px;
} 

#site-navigation .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 5px;
}

#site-navigation.toggled .navbar-toggle {
	display: block;
}

#site-navigation.toggled .navbar-toggle .icon-bar:first-of-type{
	transform: rotate(45deg);
	width: 30px;
	top: 8px;
	position: relative;
	float: right;
}

#site-navigation.toggled .navbar-toggle .icon-bar:nth-of-type(2){
	display: none;
}

#site-navigation.toggled .navbar-toggle .icon-bar:last-of-type{
	transform: rotate(-45deg);
	width: 30px;
	bottom: 0;
	position: relative;
	float: right;
}
.page-template-page-thank-you .after-head .menu > li:last-of-type,
.page-template-page-support .after-head .menu > li:last-of-type {
	display: none;
}

/* Ada Icon */
body #wp_access_helper_container button.aicon_link {
	height: 54px;
	width: 54px;
	left: -63px;
	margin-top: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: unset;
	max-height: unset;
	border-radius: 6px;
	border: 1px solid #BFC8DA !important;
	background: #EEF1F6 !important;
}
body #wp_access_helper_container button.aicon_link.hidden-icon {
	transform: translateY(-150px);
	transition: transform .5s ease,top .5s ease;
}
body #wp_access_helper_container button.aicon_link.active {
	transform: translateY(0);
	transition: transform .5s ease,top .5s ease;
}
body .accessability_container picture.aicon_image,
#wp_access_helper_container button.aicon_link img {
	opacity: 0;
	height: 54px;
	width: 54px;
}
#wp_access_helper_container button.aicon_link:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background: #EEF1F6 url('/wp-content/uploads/2023/10/ada-icon.svg');
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
}
body #wp_access_helper_container.active button.aicon_link {
	left: -54px;
}

@media screen and (max-width:991px){
	.after-head {
		display: unset;
		padding: 0;
	}
	.site-branding {
		margin: 15px 0;
		padding: 0 15px;
	}
	#site-navigation .navbar-toggle{
		display: flex;
		top: -47px;
		right: 10px;
	}
	.menu-home-menu-container .sub-menu {
		position: relative;
		display: none;
	}
	.menu-home-menu-container .menu-chevron {
		width: 40px;
		height: 30px;
		right: 5px;
		top: 5px;
	}
	.menu-home-menu-container .icon-angle-down  { 
		width: 12px;
		height: 3px;
		background: #002f86;
		top: 15px;
		right: 0;
		position: inherit;
	}
	.menu-home-menu-container .currentminus .icon-angle-down {
		background: #ff0a1c;
	}
	.menu-home-menu-container i.icon.icon-angle-down:before {
		position: absolute;
		content: "";
		display: block;
		width: 3px;
		height: 12px;
		background: #002f86;
		top: -4px;
		right: 5px;
	}

	.menu-home-menu-container .currentminus i.icon.icon-angle-down:before {
		display: none;
	}

	.after-head .md-navigation {
		padding: 0px 0px; 
		width: 100%;
		background-color: #fff;
	}

	#md-collapse-menu {
		position: relative;
	}

	.after-head .menu li {
		border-right: none;
	}
	.after-head .menu li.menu-item-has-children:hover > .sub-menu{
		visibility:visible;
		opacity:1;
	}
	.after-head .menu li.menu-item-has-children>a:before {
		content: unset;
	}
	.after-head .md-navigation .collapse {
		display: none!important;
	}
	.after-head .md-navigation .collapse.in {
		display: block!important;
	}
	.after-head .menu .sub-menu li {
		transition: unset;
	}
	.after-head .menu .sub-menu {
		opacity: 1;
		position: unset;
		visibility: visible;
		display: none;
		transition: unset;
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}
	.after-head .menu .sub-menu>* {
		transition: 0;
	}
	.after-head .menu li.menu-item-has-children>a:before {
		content: unset;
	}
	.after-head .menu {
		float: left;
		width: 100%;
		text-align: left;
		padding: 20px 0;
	}
	.after-head .menu li, .after-head .menu li a {
		display: block;
		float: left;
		width: 100%;
	}
	.after-head .menu li a {
		padding: 10px 0px;
		font-size: 16px;
	}
	.after-head .menu li.current-menu-item a {
		background: 0;
	}
	.after-head .menu li.current-menu-item a:after, 
	.after-head .menu li a:after {
		content: unset;
	}
	.after-head .menu > li:last-of-type a {
		color: var(--main);
	}
	.after-head .menu > li:last-of-type a img {
		filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2328%) hue-rotate(211deg) brightness(88%) contrast(93%);
		margin: 0 0 3.2px 3px;
	}
	#primary-menu ul {
		margin: 0 0 7px;
		padding: 10px 13px 30px;
	}
	#primary-menu {
		overflow-y: auto!important;
		max-height: 70vh;
	}

	.after-head #primary-menu .sub-menu .sub-menu {
		padding-top: 10px;
	}

	.after-head .menu li.menu-item-has-children {
		padding-right: 0px; 
	}
	.after-head .menu .sub-menu li.menu-item-has-children > .menu-chevron {
		transform: rotate(0deg);
		top: -14px;
		left: unset;
		right: -17px;
	}
	.menu-chevron {
		position: absolute;
		right: 12px;
		top: 0;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
		background: none;
		width: 100%;
		height: 42px;
		font-size: 20px;
		line-height: 20px;
		padding: 16px 0;
	}
	.menu-chevron:before {
		content: "\003e";
		position: absolute;
		top: 10px;
		right: 0;
		transform: rotate(90deg);
		transition: all 0.5s ease-in-out;
	}
	span.menu-chevron.currentminus:before {
		transform: none;
		transition: all 0.5s ease-in-out;
	}
	.floating-btn {
		position: fixed;
		right: 15px;
		bottom: 15px;
		z-index: 99;
		transform: translateY(300px);
		transition: transform .5s ease,top .5s ease;
	}
	.floating-btn.active {
		transform: translateY(0);
		transition: transform .5s ease,top .5s ease;
	}
}

@media screen and (max-width:550px){ 
	.site-branding .custom-logo {
		width: 210px;
	}
}

@media screen and (max-width:360px) {
	.site-branding .custom-logo {
		width: 170px;
	}
	#site-navigation .navbar-toggle {
		top: -45px;
	}
}
.page-template-page-thank-you-extended li#menu-item-27975,
.page-template-page-thank-you-extended .floating-btn.active{
	display: none;
}
/***END HEADER***/



/*********** FOOTER **************/
.map-inner {
	display: flex;
	justify-content: center;
}
#gmap {
	width: 100%;
	height: 400px;
	border-radius: 10px;
	margin-bottom: -200px;
	z-index: 9;
}
.footer-background {
	background: var(--main);
	padding: 270px 15px 0;
	position: relative;
}
.company-info {
	text-align: center;
}
.company-info img {
	margin-bottom: 35px;
}
.company-info > div {
	margin-bottom: 15px;
}
.company-info h3 {
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	margin: 0;
}
.company-info a,
.company-info a:visited,
.company-info p {
	color: #FFF;
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
}
.company-info a:hover {
	color: var(--cta);
}
.social-networks {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0 45px;
}
.social-network-wrap a {
	height: 42px;
	width: 42px;
	border: 1px solid #FFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-network-wrap:not(:last-of-type) a {
	margin-right: 10px;
}
.social-network-wrap a:hover {
	border: 1px solid var(--cta);
}
.social-network-wrap a:hover img,
.social-network-wrap img:hover {
	filter: brightness(0) saturate(100%) invert(86%) sepia(84%) saturate(1768%) hue-rotate(320deg) brightness(103%) contrast(103%);
	cursor: pointer;
}

.copyright {
	text-align: center;
	padding: 20px 15px 10px;
	border-radius: 10px 10px 0px 0px;
	background: #002C73;
	position: relative;
	z-index: 9;
}
.copyright p {
	font-size: 13px;
	font-weight: 300;
	line-height: 26px;
	color: #FFF;
}
.copyright a,
.copyright a:visited {
	color: var(--cta);
	margin-right: 3px;
}
.copyright a:hover {
	color: #FFF;
}

@media all and (min-width: 768px) {
	body #wp_access_helper_container button.aicon_link {
		margin-top: 72px;
	}
	.company-info h3,
	.company-info p {
		display: inline-block;
	}
	.copyright {
		width: fit-content;
		margin: 0 auto;
		padding-left: 35px;
		padding-right: 35px;
	}
}

@media all and (min-width: 992px) {
	.site-header {
		height: 72px;
		display: flex;
		flex-direction: column;
		align-items: center;
		box-shadow: none;
	}
	header.hidden-header {
		transform: translateY(-150px);
		transition: transform .5s ease,top .5s ease;
	}
	header.active {
		transform: translateY(0);
		box-shadow: 10px 10px 25px -11px rgba(45,67,111,0.15);
		transition: transform .5s ease,top .5s ease;
	}
	.navbar-collapse.collapse {
		padding-right: 0;
	}
	.after-head {
		height: 100%;
		padding: 0 15px;
	}
	.after-head .menu {
		display: flex;
		align-items: center;
		justify-content: end;
	}
	.after-head .menu > li:last-of-type {
		display: none;
	}
	header.active .after-head .menu > li:last-of-type {
		display: flex;
		width: 190px;
		height: 54px;
		padding: 20px;
		border-radius: 6px;
		background: var(--cta);
		align-items: center;
		justify-content: center;
		margin-left: 10px;
		cursor: pointer;
		transition: .6s ease;
	}
	.after-head .menu > li:last-of-type a {
		color: #1D1C1C;
		letter-spacing: 0.32px;
		padding-left: 0;
		font-weight: 500;
		font-size: 14px;
	}
	.after-head .menu > li:last-of-type:hover {
		background: #FFBC10;
	}
	.after-head .menu > li:last-of-type a img {
		margin-left: 7px;
	}
	.after-head .menu li, .after-head .menu li a {
		display: flex;
	}
	body #wp_access_helper_container button.aicon_link {
		margin-top: 78px;
		left: -70px;
	}
	.after-head .menu li.menu-item-has-children > a:before {
		content: "\003e";
		position: absolute;
		top: -3px;
		right: -3px;
		transform: rotate(90deg);
		transition: all 0.5s ease-in-out;
		font-size: 20px;
	}
	.floating-btn {
		display: none;
	}
	.custom-logo {
		max-width: 160px;
	}
	.after-head .md-navigation {
		padding: 0;
	}
}

@media all and (min-width: 1200px) {
	.after-head .menu li a {
		padding: 0 18px;
	}
	.after-head .menu li.menu-item-has-children > a:before {
		right: 3px;
	}
	.footer-background::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 370px;
		height: 349px;
		background: url('/wp-content/uploads/2023/10/left_pattern_footer.svg');
		background-repeat: no-repeat;
		background-size: contain;
	}
	.footer-background::after {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 402px;
		height: 379px;
		background: url('/wp-content/uploads/2023/10/right_pattern_footer.svg');
		background-repeat: no-repeat;
		background-size: contain;
	}
	.custom-logo {
		max-width: unset;
	}
	header.active .after-head .menu > li:last-of-type {
		width: 212px;
		margin-left: 15px;
	}
	.after-head .menu > li:last-of-type a {
		font-size: 15px;
	}
}

@media all and (min-width: 1500px) {
	.site-header {
		height: 80px;
	}
	body #wp_access_helper_container button.aicon_link {
		margin-top: 12px;
	}
	.company-info > div {
		margin-bottom: 6px;
	}
	.navbar-collapse.collapse {
		margin-right: 70px;
	}
}

@media all and (min-width: 1700px) {
	.after-head .menu > li:last-of-type {
		width: 231px;
		height: 57px;
	}
	.after-head .menu > li:last-of-type a {
		line-height: 20px;
	}
	body #wp_access_helper_container button.aicon_link {
		height: 57px;
		width: 57px;
	}
	body .accessability_container picture.aicon_image,
	#wp_access_helper_container button.aicon_link img {
		height: 57px;
		width: 57px;
	}
	body #wp_access_helper_container.active button.aicon_link {
		left: -57px;
	}
	.after-head .menu li a {
    padding: 0 22px;
}
}




/* Counter */
#hero-counter {
	background-color: var(--cta);
	margin-top: 60px;
	padding: 25px 0 20px;
}
.hero-countdown-text {
	text-align: center;
	margin-bottom: 17px;
}
.countdown-text-one {
	font-size: 17px;
	line-height: 26px;
	font-weight: 700;
	color: var(--txt);
	margin: 0 auto 2px;
}
.countdown-text-two {
	font-size: 13px;
	line-height: 22px;
	font-weight: 500;
	color: var(--txt);
	margin-bottom: 0;
}
.hero-countdown-timer {
	display: flex;
	justify-content: center;
}
.hero-counter-holder:not(:first-of-type) {
	min-width: 64px;
}
.hero-counter-holder {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 10px;
}
.hero-counter-holder span {
	font-size: 35px;
	line-height: 35px;
	font-weight: 500;
	color: var(--txt);
}
.hero-counter-holder p {
	font-size: 13px;
	font-weight: 500;
	color: var(--txt);
	text-transform: uppercase;
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.hero-countdown-text {
		text-align: left;
		margin-bottom: 0;
	}
	.countdown-text-one {
		font-size: 20px;
	}
	.countdown-text-two {
		font-size: 15px;
		line-height: 25px;
	}
	.hero-counter-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
@media screen and (min-width: 992px) {
	#hero-counter {
		margin-top: 0;
		padding: 15px 0 12px;
	}
	.countdown-text-one {
		margin: 0;
	}
}
@media screen and (min-width: 1199px) {
	#hero-counter {
		padding: 18px 0;
	}
}
@media screen and (min-width: 1500px) {
	.countdown-text-one {
		font-size: 21px;
		line-height: 29px;
	}
	.hero-counter-holder:not(:first-of-type) {
		min-width: 95px;
	}
	.hero-counter-holder {
		padding: 0 18px;
	}
	.hero-counter-holder span {
		font-size: 44px;
		line-height: 44px;
	}
}
@media screen and (max-width: 767px) {
	body #wp_access_helper_container button.aicon_link {
		height: 40px;
		width: 40px;
		left: -52px;
	}
	body .accessability_container picture.aicon_image,
	#wp_access_helper_container button.aicon_link img {
		height: 40px;
		width: 40px;
	}
	#wp_access_helper_container button.aicon_link:before {
		background-size: 45%;
	}
}