@font-face {
	font-family: "Didot";
	src: url("../fonts/Didot-HTF-M96-Medium.eot");
	src: url("../fonts/Didot-HTF-M96-Medium.eot?#iefix")
		format("embedded-opentype"),
		url("../fonts/Didot-HTF-M96-Medium.woff2") format("woff2"),
		url("../fonts/Didot-HTF-M96-Medium.woff") format("woff"),
		url("../fonts/Didot-HTF-M96-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Didot";
	src: url("../fonts/Didot.eot");
	src: url("../fonts/Didot.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Didot.woff2") format("woff2"),
		url("../fonts/Didot.woff") format("woff"),
		url("../fonts/Didot.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Didot";
	src: url("../fonts/DidotLTStd-Bold.eot");
	src: url("../fonts/DidotLTStd-Bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/DidotLTStd-Bold.woff2") format("woff2"),
		url("../fonts/DidotLTStd-Bold.woff") format("woff"),
		url("../fonts/DidotLTStd-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Futura";
	src: url("../fonts/Futura\ PT\ Book.ttf");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

:root {
	--Eerie-Black: #222325;
	--white: #ffffff;
	--Anti-flash-white: #efefef;
	--Anti-flash: #f0f0f0;
	--didot: "Didot", sans-serif;
	--futura: "Futura", sans-serif;
}

/* global css */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: var(--Eerie-Black);
	font: 500 18px var(--futura);
	position: relative;
	background: linear-gradient(180deg, rgb(0 0 0 / 60%) -10%, rgb(255 255 255 / 0%) 7.5%);
}

/* .hero-banner:after {
content: '';
position: absolute;
top: 0; right: 0; left: 0; bottom: 0;
background:linear-gradient(180deg, rgba(0,0,0,0.5) -10%, rgba(0,0,0,0) 6.5%);
} */

img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.ornate {
	font-size: 18px;
	font-weight: 500;
	padding: 12px 74px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: fit-content;
	overflow: hidden;
	color: var(--white);
	border: 3px solid var(--white);
	text-decoration: none;
	transition: color 0.3s ease, border-color 0.3s ease;
	box-shadow: inset 0px 8px 10px -10px #000000bd, inset 0px -8px 10px -10px #000000bd;
}

.ornate::before,
.ornate::after {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	content: "";
	z-index: -1; 
}

.ornate::before {
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	filter: blur(30px);
	opacity: 0.5;
	transition: transform 0.5s ease;
}

.ornate::after {
	width: 50%;
	left: 0;
	background: rgba(255, 255, 255, 0.2);
	filter: blur(2px);
	transition: transform 0.5s ease;
}

.ornate:hover::before {
	transform: translateX(100%);
}

.ornate:hover::after {
	transform: translateX(250%);
}

.ornate:hover {
	border-color: var(--white);
}

.primarybtn {
	font-size: 18px;
	font-weight: 500;
	padding: 10px 132px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: fit-content;
	overflow: hidden;
	color: var(--white);
	background-color: var(--Eerie-Black);
	text-decoration: none;
	transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid var(--Eerie-Black);
}

.primarybtn::before,
.primarybtn::after {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	content: "";
	z-index: -1; 
}

.primarybtn::before {
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	filter: blur(30px);
	opacity: 0.5;
	transition: transform 0.5s ease;
}

.primarybtn::after {
	width: 50%;
	left: 0;
	background: rgba(255, 255, 255, 0.2);
	filter: blur(5px);
	transition: transform 0.5s ease;
}

.primarybtn:hover::before {
	transform: translateX(100%);
}

.primarybtn:hover::after {
	transform: translateX(250%);
}

.primarybtn:hover {
	color: var(--Eerie-Black);
	background-color: var(--white);
}


.btn,
.btnn {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--futura);
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
}
.btn {
	color: var(--Eerie-Black);
	padding-right: 54px;
}
.btnn {
	color: var(--white);
}
.btn::after,
.btnn::after {
	content: "";
	display: block;
	width: 14px;
	height: 13px;
	background: center / 14px no-repeat;
	transition: transform 0.3s ease;
}

.btn::after {
	background-image: url('data:image/svg+xml,%3Csvg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 13" width="15" height="13"%3E%3Ctitle%3ELayer 5%3C/title%3E%3Cdefs%3E%3Cimage width="15" height="13" id="img1" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAMAAABBwMRzAAAAAXNSR0IB2cksfwAAAE5QTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxKKmWQAAABp0Uk5TAMJk7F1o61Zz6kd9RRCI6T/y7/zwfkRpWsX0/ckkAAAARUlEQVR4nGNggAJGJgYUwMTMgirAysaOKsDByYUqwM3Gw8DAiwT4+AUYBIWQgLAIhjwSEGUTw2O+OKr9TGwSKJZLQtwPAF/8A6R+foLxAAAAAElFTkSuQmCC"/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse id="Layer 5" href="%23img1" x="0" y="0"/%3E%3C/svg%3E');
	color: var(--Eerie-Black);
}
.btnn::after {
	background-image: url('data:image/svg+xml,%3Csvg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 13" width="15" height="13"%3E%3Ctitle%3ELayer 6%3C/title%3E%3Cdefs%3E%3Cimage width="15" height="13" id="img1" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAMAAABBwMRzAAAAAXNSR0IB2cksfwAAAE5QTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////kDxURQAAABp0Uk5TAMJk7F1o61Zz6kd9RRCI6T/y7/zwfkRpWsX0/ckkAAAARUlEQVR4nGNggAJGJgYUwMTMgirAysaOKsDByYUqwM3Gw8DAiwT4+AUYBIWQgLAIhjwSEGUTw2O+OKr9TGwSKJZLQtwPAF/8A6R+foLxAAAAAElFTkSuQmCC"/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse id="Layer 6" href="%23img1" x="0" y="0"/%3E%3C/svg%3E');
	color: var(--white);
}

.btn:hover::after {
	transform: translateX(5px);
}
.btnn:hover::after {
	transform: translateX(5px);
}

.link {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--futura);
	display: flex;
	align-items: center;
	gap: 24px;
	justify-content: flex-start;
	color: var(--Eerie-Black);
}
.link::before {
	content: "";
	display: block;
	width: 14px;
	height: 13px;
	background: center / 14px no-repeat;
	background-image: url('data:image/svg+xml,%3Csvg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 13" width="15" height="13"%3E%3Ctitle%3ELayer 16%3C/title%3E%3Cdefs%3E%3Cimage width="15" height="13" id="img1" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAMAAABBwMRzAAAAAXNSR0IB2cksfwAAAE5QTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxKKmWQAAABp0Uk5TAGTFWutWaUfqc0R+P+mIEPD87/JFfWhd7MIB8g72AAAASElEQVR4nGNgAAFGJgZkwMzCiMxlZWFD5rJzcCJzuVi4kbk8vHz8SIBBQFAICQhjyDOIsIiiWI5uPsh+MVQBcQlGVAFGSRgLAGwHA7w5H6boAAAAAElFTkSuQmCC"/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse id="Layer 16" href="%23img1" x="0" y="0"/%3E%3C/svg%3E');
	color: var(--Eerie-Black);
}

.dangerbtn {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--futura);
	color: var(--Eerie-Black);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.dangerbtn span {
	width: calc(100% - 20px);
	text-transform: uppercase;
}
.products-grid .grid-item {
	transition: background-color 0.5s ease, color 0.3s ease;
}

.products-grid .grid-item:hover {
	background-color: black; /* Change to your desired background color */
	color: white; /* Change to your desired text color */
}

.dangerbtn::after {
	content: "";
	display: block;
	width: 14px;
	height: 13px;
	background: center / 14px no-repeat url('data:image/svg+xml,%3Csvg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 13" width="15" height="13"%3E%3Ctitle%3ELayer 5%3C/title%3E%3Cdefs%3E%3Cimage width="15" height="13" id="img1" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAMAAABBwMRzAAAAAXNSR0IB2cksfwAAAE5QTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxKKmWQAAABp0Uk5TAMJk7F1o61Zz6kd9RRCI6T/y7/zwfkRpWsX0/ckkAAAARUlEQVR4nGNggAJGJgYUwMTMgirAysaOKsDByYUqwM3Gw8DAiwT4+AUYBIWQgLAIhjwSEGUTw2O+OKr9TGwSKJZLQtwPAF/8A6R+foLxAAAAAElFTkSuQmCC"/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse id="Layer 5" href="%23img1" x="0" y="0"/%3E%3C/svg%3E');
	color: var(--Eerie-Black);
	transition: filter 0.3s ease;
}

.products-grid .grid-item:hover .dangerbtn::after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(21deg) brightness(101%) contrast(101%);
}

.herobtn {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--futura);
	color: var(--Eerie-Black);
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: transform 0.3s ease;
}

.herobtn::after {
	content: "";
	display: block;
	width: 15px;
	height: 13px;
	bottom: 10px; 
	right: 10px;
	background: no-repeat url('data:image/svg+xml,%3Csvg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 13" width="15" height="13"%3E%3Ctitle%3ELayer 5%3C/title%3E%3Cdefs%3E%3Cimage width="15" height="13" id="img1" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAMAAABBwMRzAAAAAXNSR0IB2cksfwAAAE5QTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxKKmWQAAABp0Uk5TAMJk7F1o61Zz6kd9RRCI6T/y7/zwfkRpWsX0/ckkAAAARUlEQVR4nGNggAJGJgYUwMTMgirAysaOKsDByYUqwM3Gw8DAiwT4+AUYBIWQgLAIhjwSEGUTw2O+OKr9TGwSKJZLQtwPAF/8A6R+foLxAAAAAElFTkSuQmCC"/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse id="Layer 5" href="%23img1" x="0" y="0"/%3E%3C/svg%3E');
	color: var(--Eerie-Black);
	transition: all 0.5s ease-in-out;
}
.herobtn:hover::after {
	transform: translateX(5px);
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

h1 {
	font-size: 65px;
	color: var(--white);
	font-weight: 700;
	font-family: var(--didot);
	padding-bottom: 7px;
}

h2 {
	font-size: 45px;
	color: var(--Eerie-Black);
	font-weight: 700;
	font-family: var(--didot);
}
h3 {
	font-size: 20px;
	color: var(--Eerie-Black);
	font-weight: 700;
	font-family: var(--futura);
	letter-spacing: 1px;
}

p {
	font-size: 18px;
	color: var(--Eerie-Black);
}

.gform_wrapper input:not([type=submit],[type=button],[type=reset]), textarea {
	width: 100% !important;
	height: 45px !important;
	background-color: #ffffff !important;
	border: 1px solid #f0f0f0 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	border-radius: 0 !important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 4px 0px !important;
	color: #b5b5b5 !important;
	padding: 10px 15px !important;
}


.gform_wrapper textarea {
	height: 230px !important;
}

.gform-theme--framework .gform_validation_errors {
	--gform-theme-form-row-gap: 20px !important;
}

.gform_wrapper :is([type=submit],[type=button],[type=reset]) {
	padding: 0 !important;
	width: 100% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: 95% 50% / 18px no-repeat url('data:image/svg+xml,%3Csvg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.5 7H16.5M16.5 7L10.875 1M16.5 7L10.875 13" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E'),  transparent !important;
	font-size: 18px !important;
	text-decoration: underline !important;
	color: #222325 !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	box-shadow: unset !important;
	margin: 0 auto !important;
	max-width: 180px;
	transition: all 0.3s ease-in-out !important;
	text-underline-offset: 2px;
}

.gform_wrapper :is([type=submit],[type=button],[type=reset]):hover {
	background-position: 99% 50% !important;  
}

.gform_wrapper .gfield--type-fileupload {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	position: relative;
	width: 100% !important;
	height: 45px !important;
	box-shadow: unset !important;
	background-color: #ffffff !important;
	border: 1px solid #f0f0f0 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	border-radius: 0 !important;
	overflow: hidden !important;
	color: #b5b5b5 !important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 4px 0px !important;
}

.gfield--type-fileupload label{
	font-size: 18px !important;
	line-height: 24px !important;
	border-radius: 0 !important;
	color: #b5b5b5 !important;
	margin: 0 !important;
} 

span#gfield_upload_rules_1_11 {
	display: none !important;
}

.gform_wrapper .gfield--type-fileupload label.gfield_label.gform-field-label {
	position: absolute;
	inset: 0;
	padding: 10px;
	z-index: 3;
}

.gform_wrapper .gfield--type-fileupload input{
	width: 50% !important;
	height: auto !important;
	border: none !important;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
	flex-direction: row !important;
}

@media (max-width: 1440px) {
	h2 {
		line-height: 45px;
	}
	p {
		line-height: 22px;
	}
}

@media (max-width: 1024px) {
	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 40px;
		line-height: 40px;
	}
	p {
		font-size: 16px;
		line-height: 20px;
	}
	a {
		font-size: 10px;
	}
}
@media (max-width: 768px) {
	section.terms-and-conditions {
		padding: 150px 0px 0 !important;
	}
	header ul li a::after {
		display: none;
	}
	header ul li a:hover:after {
		width: 0%;
	} 
	h1 {
		font-size: 45px;
	}
	h2 {
		font-size: 35px;
		line-height: 32px;
	}
	p {
		font-size: 16px;
		line-height: 22px;
		padding: 0 0 20px; 
	}

	p:last-child {
		padding-bottom: 0;
	}

	.title-top h2 {
		font-size: 28px;
	}
}
@media (max-width: 721px) {
	h1 {
		font-size: 35px;
	}
	p {
		font-size: 13px;
	}
}
@media (max-width: 425px) {
	h2 {
		font-size: 30px;
		line-height: 32px;
	}
	p {
		font-size: 16px;
	}
}
.w-75 {
	--w: 0%;
	width: calc(75% - var(--w));
}

.w-25 {
	--w: 0%;
	width: calc(25% - var(--w));
}

.w-50 {
	--w: 0%;
	width: calc(50% - var(--w));
}

.cw p {
	color: var(--white);
}

.title-top {
	opacity: 0.102;
}

/*  global class css */

.con-sm {
	width: 100%;
	max-width: 1168px;
	margin: 0 auto;
	padding: 0 15px;
}
.con-md {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 15px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-col {
	flex-direction: column;
}

.alifs {
	align-items: flex-start;
}

.alic {
	align-items: center;
}

.ali-end {
	align-items: end;
}

.ali-flexend {
	align-items: flex-end;
}

.ali-self {
	align-self: flex-end;
}
.jcfs {
	justify-content: flex-start;
}

.jcc {
	justify-content: center;
}

.jcsb {
	justify-content: space-between;
}
.jcse {
	justify-content: space-evenly;
}

.jc-end {
	justify-content: flex-end;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.mr-auto,
.mx-auto {
	margin-right: auto;
}

.ml-auto,
.mx-auto {
	margin-left: auto;
}


/* Header CSS */

header {
	padding: clamp(2.1875rem, 1.903rem + 1.4225vw, 2.8125rem) 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	transition: all 0.5s ease-in-out;
}

header.sticky {
	padding: 25px 0;
	background: var(--Eerie-Black);
}

header .site-logo {
	display: block;
	height: 54px;
	width: 260px;
	position: relative;
}

header .site-logo img {
	position: absolute;
	transition: all 0.5s linear;
	inset: 0;
} 

header.sticky .site-logo img:first-child {
	opacity: 0;
} 

header:not(.sticky) .site-logo img:last-child {
	opacity: 0;
} 

.nav-header {
	gap: 35px;
}

header nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 43px !important;
}

header ul li a {
	font-size: 20px;
	color: var(--white);
}

header ul li a:hover{
	color: #ae9f9f;
}

.page-template-about-us .current_page_item a {
	color: #808080;
}

.page-template-about-us header nav ul li a:after {
	background: #808080;
	opacity: 0.7;
}

header ul li a:hover:after{
	width: 100%;
}

header nav ul li a {
	position: relative;
}

header nav ul li a:after {
	content: ""; 
	width: 0%;
	height: 2px;
	background: #808080;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease-in-out
}

.current_page_item > a {
	color: #808080;
}
header ul li.current_page_item > a:after {
	width: 100%; 
	background: #808080;
}

ul.social-icons {
	gap: 25px;
}
ul.social-icons li a {
	display: block;
	width: 25px;
	height: 25px;
	transition: all 0.5s ease-in-out;
}

ul.social-icons li a:hover {
	transform: translateY(-6px);
}

ul.social-icons li a img {
	aspect-ratio: 3/2;
	object-fit: contain;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview_list {
	display: none !important;
}

a.site-logo img:first-child {
  object-fit: unset !important;
}

a.site-logo img:last-child {
  object-fit: unset !important; 
}


/* footer */
footer {
	background: center / cover no-repeat var(--footer-bg);
}
.footer-top .footer-left-title p,
.footer-right-title p {
	opacity: 0.6;
	color: var(--white);
}
.footer-top {
	padding: 18px 0 4px;
	position: relative;
	max-width: 1260px;
	margin: 0 auto;
}
.footer-left-title {
	text-align: center;
	width: 49%;
}
.center-border {
	height: 23px;
	background-color: white;
}
.footer-right-title {
	text-align: center;
	width: 49%;
}
.container {
	position: relative;
}
.center-border::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 2px;
	height: 40px;
	background-color: white;
	top: 10px;
	opacity:0.7;
}

.footer-mid {
	padding: 30px 0;
}

.footer-end .footer-left-content p {
	color: var(--white);
	padding-bottom: 25px;
}
.footer-end .footer-left-content address {
	color: var(--white);
	font-style: normal;
}
.footer-end .footer-left-content span {
	display: block;
	color: white !important;
}
nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
.footer-border {
	border-bottom: 2px solid #ffffffc7;
}

footer ul li a {
	color: var(--white);
	gap: 13px;
}
ul.footer-details img {
	width: 24px;
	height: 24px;
}
ul.footer-details {
	max-width: 512px;
	padding-top: 25px;
	gap: 25px;
}
footer ul.social-icons.flex.alic {
	margin-top: -35px;
}

.footer-right-content {
	--w: -9.5%;
	margin-top: 17px;
}

.footer-right-content p {
	color: var(--white);
	text-decoration: underline;
}

ul.quick-link {
	padding-top: 8px;
	padding-bottom: 38px;
}

ul.quick-link a{
	position: relative;
}

ul.footer-details :is(a, img) {
	transition: all 0.5s ease-in-out;
}

ul.footer-details a:hover {
	color: #9ba7bf;
}

ul.footer-details a:hover img {
	transform: translate(-5px, 0);
}

ul.quick-link a:after {
	content: ""; 
	width: 0%;
	height: 2px;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease-in-out
}

ul.quick-link a:hover:after {
	width: 100%; 
}

.quick-link li {
	width: 46%;
}
.links {
	max-width: 329px;
	margin-left: auto;
}

.footer-img li {
	width: 50px;
}
.footer-end {
	padding-bottom: 28px;
}

.footer-bottom .bottom-left-title p,
.bottom-right-title p {
	color: var(--white);
	font-size: 14px;
	line-height: 24px;
}
.footer-bottom {
	border-top: 2px solid #ffffffc7;
	padding: 16px;
	gap: 10px;
}
a.next {
	color: var(--white) !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

a.next:hover {
	text-decoration: none;
}

.mobile-menu-btn {
	display: none;
}
.menu-item-has-children {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	position: relative;
}

body img.gform_ajax_spinner {
	display: none !important;
}

.menu-item-has-children .dropDown {
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	transition: all 0.5s ease-in-out;
}

.menu-item-has-children:hover .dropDown {
	rotate: 180deg;
}

.menu-item-has-children .dropDown::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: center/contain no-repeat url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="9.938" height="6.29" viewBox="0 0 9.938 6.29"%3E%3Cpath id="Path_40972" data-name="Path 40972" d="M2217.2,1629.253l3.877,3.572-3.877,3.541" transform="translate(1637.778 -2215.786) rotate(90)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/%3E%3C/svg%3E');
}

.menu-item-has-children .dropDown {
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
	transition: all 0.5s ease-in-out;
}

.sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	width: 240px;
	left: 0;
	flex-direction: column;
	align-items: baseline;
	background-color: transparent;
	gap: 0;
	padding-top: 20px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s ease-in;
}


li.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	top: 100%;
	pointer-events: all;
}

.sub-menu li {
	width: 100%;
	padding: 13px;
	background: #fff;
	border-bottom: 1px solid #000;
}

.sub-menu li:last-child {
	border-bottom: 0;
}

.sub-menu li a{
	color: #000;
}

@media (max-width: 1023px) {
	.current_page_item a {
		color: var(--white) !important;
	}
	header ul li a:hover {
		color: var(--white) !important;
	}
	.sub-menu li {
		padding: 0 !important;
	}
	.sub-menu {
		display: none;
		transition: unset !important;
		opacity: 1;
		pointer-events: all;
		padding: 0 !important;

	}
	header.active {
		background: #19191a;
	}
	.nav-header {
		position: absolute;
		top: calc(100% + -2px);
		right: 0;
		z-index: 9;
		background-color: #19191a;
		width: 100%;
		height: 0vh;
		overflow: hidden;
		opacity: 0;
		pointer-events: none;
		transition: all 0.5s ease-in;
		min-width: 320px !important;
		display: block;
	}
	.menu-item-has-children .dropDown.active::before {
		rotate: 180deg;
	}
	.nav-header nav ul {
		align-items: flex-start;
		gap: 0 !important;
		width: 100%;
		flex-wrap: wrap;
	}

	.nav-header nav ul li{
		width: 100%; 
	}

	.nav-header nav ul li {
		display: flex;
		gap:0 !important;
	}

	.nav-header nav ul li a{
		width: 60% !important;
		flex: 1 1 auto;
		padding: 13px 13px 14px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	header ul.social-icons {
		padding: 15px;
	}

	header .site-logo {
		height: 35px;
		width: 170px;
	}
	.mobile-menu-btn {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 5px;
		width: 45px;
		height: 33px;
		cursor: pointer;
	}

	.menu-item-has-children {
		flex-wrap: wrap;
	}

	.nav-header nav ul.sub-menu li a {
		width: 100% !important;
		color: var(--Eerie-Black);
	}

	.nav-header nav ul li a {
		border-bottom: 1px solid #fff;
	}

	.menu-item-has-children .dropDown::before{
		background-size: 15px;
		transition: all 0.3s ease-in-out;
	}

	.menu-item-has-children .dropDown.active::before{
		rotate: 180deg !important;
	}

	.menu-item-has-children:hover .dropDown {
		rotate: 0deg;
	}

	.sub-menu {
		position: unset;
		width: 100% !important;
		order: 3;
	}

	.menu-item-has-children .dropDown {
		width: 50px;
		border-bottom: 1px solid #C6C6C6;
		border-left: 1px solid #C6C6C6;
		height: 54px;
		margin: 0;
		order: 2;
	}
	.mobile-menu-btn div {
		border-radius: 30px;
		width: 100%;
		height: 3px;
		background-color: #fff;
		transition: all .5s ease-in-out;
	}
	header.active .mobile-menu-btn div:first-child, header.active .mobile-menu-btn div:last-child {
		width: 60% !important;
	}
	header.active .mobile-menu-btn div:first-child {
		width: 100%;
		margin-left: auto;
	}
	header.active .nav-header {
		height: 100vh;
		opacity: 1;
		pointer-events: all;
		overflow: auto;
	}
	.mobile-menu nav ul li {
		gap: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	header .menu li.menu-item a {
		line-height: 22px;
		order: 1;
	}
	header .menu li.menu-item a {
		font-size: 15px;
		line-height: 50px;
	}
	.mobile-menu nav ul li a {
		padding: 15px;
		border-bottom: 1px solid #C6C6C6;
		flex: 1 1 auto;
		text-align: left;
	}
}

@media (max-width: 768px) {
	ul.quick-link {
		margin: 0 auto;
		max-width: 400px;
	}
	.footer-top {
		padding: 5px;
	}
	.footer-mid {
		max-width: 100%;
		padding: 20px 75px;
	}
	a.site-logo img {
		max-width: 180px;
	}
	.footer-left-content {
		width: 100%;
		text-align: center;
	}
	ul.footer-details {
		max-width: 800px;
		justify-content: center;
		gap: 35px;
	}
	.footer-right-content {
		width: 100%;
	}
	.links {
		max-width: 738px;
		text-align: center;
	}
	.quick-link li {
		width: 50%;
	}
	a {
		font-size: 15px;
	}
	.footer-img li {
		width: 50px;
	}
	.footer-img {
		justify-content: center;
		gap: 35px;
	}
	ul.social-icons.flex.alic {
		margin-top: 0;
	}
	.footer-bottom p {
		padding: 0;
	}
	.center-border::after {
		content: "";
		position: absolute;
		left: 50%; 
		width: 10%;
		height: 2px;
		background-color: white;
		top: 50%; 
		transform: translate(-50%, -50%); 
	}
	footer ul.social-icons.flex.alic {
		margin-top: 0 !important;	
	}
}
@media (max-width: 505px) {
	.footer-img {
		gap: 15px;
	}
}
@media (max-width: 425px) {
	.footer-mid {
		padding: 20px 15px;
	}
}
@media (max-width: 375px) {
	.footer-img {
		gap: 9px !important;
	}
	.footer-mid {
		padding: 20px 0;
	}
}

body img.gform_ajax_spinner,
.gform-ajax-spinner,
#gform-ajax-spinner,
.gform-loader{
	display: none !important;
}


