@import url("../css/fontawesome-all.min.css");
@import url("../css/slick-theme.css");
@import url("../css/slick.css");
/**** custom fonts start ****/
@font-face {
	font-family: "Yellowtail";
	src:
		url("../fonts/Yellowtail-Regular.woff2") format("woff2"),
		url("../fonts/Yellowtail-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Product Sans";
	src:
		url("../fonts/ProductSans-Bold.woff2") format("woff2"),
		url("../fonts/ProductSans-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Product Sans";
	src:
		url("../fonts/ProductSans-Italic.woff2") format("woff2"),
		url("../fonts/ProductSans-Italic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Product Sans";
	src:
		url("../fonts/ProductSans-BoldItalic.woff2") format("woff2"),
		url("../fonts/ProductSans-BoldItalic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Product Sans";
	src:
		url("../fonts/ProductSans-Regular.woff2") format("woff2"),
		url("../fonts/ProductSans-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
/**** custom fonts end ****/
:root {
	--logoWidth: 215px;
	--scrollLogoWidth: 160px;
	--pageCenter: 1310px;
	--bodyFontFamily: "Product Sans", sans-serif;
	--bodyFontColor: #7e7e7e;
	--bodyFont: 18px;
	--bodyLineHeight: 28px;
	--greenColor: #6d6941;
	--eerieBlackColor: #1e1e1b;
	--linkColor: #6d6941;
	--headerSpace: 155px;
	--scrollheaderSpace: 133px;
	--btnFontFamily: "ff-angie-pro";
	--btnFont: 15px;
	--btnColor: #fff;
	--btnBg: #6d6941;
	--btnBorder: 2px solid #6d6941;
	--btnBorderRadius: 40px;
	--btnPadding: 11px 17px;
	--btnHoverColor: #6d6941;
	--btnSecondaryColor: #fff;
	--btnSecondaryBg: #6d6941;
	--btnSecondaryBorder: 1px solid #6d6941;
	--btnSecondaryHoverColor: #6d6941;
	--btnSecondaryBgHover: #fff;
}
html {
	overflow-x: hidden;
	font-size: var(--bodyFont);
	line-height: var(--bodyLineHeight);
	scroll-behavior: smooth;
}
body {
	color: var(--bodyFontColor);
	font-size: 100%;
	font-family: var(--bodyFontFamily);
	font-weight: 400;
	line-height: inherit;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
* {
	border: none;
	margin: 0;
	outline: none !important;
	padding: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
label {
	display: block;
	margin: 0 0 5px;
	font-weight: 400;
}
label.auto {
	display: inline-block;
	margin: 5px 40px 5px 0;
}
label.auto:last-child {
	margin-right: 0;
}
ul,
ol {
	list-style: none;
}
a {
	color: var(--linkColor);
	text-decoration: none;
}
a:hover,
a:focus {
	color: var(--bodyFontColor);
}
hr {
	width: 100%;
	display: block;
	height: 1px;
	clear: both;
	margin: 20px 0;
	background: #6d6941;
}
figure {
	overflow: hidden;
	margin: 0;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "ff-angie-pro";
	font-weight: 400;
	line-height: 1.2;
	color: var(--eerieBlackColor);
	margin: 0 0 15px;
}
h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span,
h5 span,
.h5 span,
h6 span,
.h6 span,
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
	color: var(--greenColor);
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
	font-weight: 700;
}
.h1,
h1 {
	font-size: 60px;
}
.h2,
h2 {
	font-size: 55px;
}
.h3,
h3 {
	font-size: 30px;
}
.h4,
h4 {
	font-size: 30px;
}
.h5,
h5 {
	font-size: 28px;
}
.h6,
h6 {
	font-size: 18px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
strong {
	color: var(--greenColor);
}
.color-green {
	color: var(--greenColor);
}
/***** wp ******/
.aligncenter {
	display: block;
	margin: 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 15px 30px;
}
.alignleft {
	float: left;
	margin: 5px 30px 15px 0;
}
.alignnone {
	margin: 10px 0;
}
.alignblock {
	margin: 10px 0;
	float: none;
	width: 100%;
	display: block;
}
.alignright.shadow {
	-webkit-box-shadow: -25px 25px 40px rgba(0, 0, 0, 0.16);
	box-shadow: -25px 25px 40px rgba(0, 0, 0, 0.16);
	margin-left: 105px;
	margin-bottom: 40px;
}
p.pn {
	padding: 0;
	margin: 0;
}
p {
	margin: 0 0 20px;
}
p+ul,
p+ol {
	margin-top: -6px;
}
ul {
	margin: 0 0 25px;
}
ul li {
	position: relative;
	padding: 0 0 7px 22px;
	overflow: hidden;
}
ul li:before {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 12px;
	color: var(--bodyFontColor);
	display: inline-block;
	line-height: 1;
	position: absolute;
	left: 2px;
	top: 7px;
}
ol {
	padding-left: 26px;
	margin: 0 0 25px;
	text-align: left;
	overflow: hidden;
}
ol li {
	list-style: decimal;
	padding-bottom: 7px;
	padding-left: 0;
}
ol li ul>li {
	padding-left: 20px;
	list-style: none;
}
ol li ul>li:before {
	display: block;
	left: 1px;
}
ul ol li {
	overflow: visible;
}
ul ol li:before {
	display: none;
	overflow: visible;
}
ol ol li {
	list-style: lower-alpha;
}
ol ol ol li {
	list-style: lower-roman;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-top: 12px;
	margin-bottom: 5px;
}
ul li:last-child,
ol li:last-child {
	padding-bottom: 0;
}
.text-center ul {
	text-align: left;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.list-none li {
	padding-left: 0;
}
.list-none li:before {
	display: none;
}
p:last-child,
ol:last-child,
ul:last-child,
ol ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.table-responsive {
	border: none;
	margin: 20px 0;
	overflow: auto;
}
table {
	width: 100%;
	border-spacing: 0;
	border: 1px solid #cfcdcd;
	border-collapse: collapse !important;
}
table tr td,
table tr th {
	padding: 14px 15px;
	vertical-align: top;
	text-align: left;
	line-height: 18px;
	border: 1px solid #dddddd;
}
table tr th {
	font-weight: 700;
}
th[align="center"],
td[align="center"] {
	text-align: center !important;
}
th[align="right"],
td[align="right"] {
	text-align: right !important;
}
.table-responsive::-webkit-scrollbar {
	width: 5px;
	height: 4px;
}
.table-responsive::-webkit-scrollbar-track {
	background: #f5f5f5;
	border-radius: 8px;
}
.table-responsive::-webkit-scrollbar-thumb {
	background: #cccccc;
	border-radius: 8px;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
	background: #cccccc;
}
.common-content {
	padding: 50px 0;
}
.bg-pastel {
	background-color: #f0efe6;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-middle {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.flex-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.flex-wrap-middle {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
a[href^="tel:"],
a[href^="mailto:"] {
	display: inline-flex;
	word-break: break-word;
	align-items: center;
}
.min-height-auto {
	min-height: auto !important;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: var(--pageCenter);
	clear: both;
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.row:before,
.row:after {
	content: "";
	clear: both;
	display: table;
}
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33%;
}
@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33%;
	}
}
@media (min-width: 992px) {
	.h1,
	h1 {
		font-size: 60px;
	}
	.h2,
	h2 {
		font-size: 55px;
	}
	.h3,
	h3 {
		font-size: 48px;
	}
	.h4,
	h4 {
		font-size: 36px;
	}
	.h5,
	h5 {
		font-size: 30px;
	}
	.h6,
	h6 {
		font-size: 24px;
	}
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33%;
	}
}
/******Input******/
input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"],
select,
textarea,
.form-control {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0;
	color: var(--bodyFontColor);
	display: block;
	font-size: 16px;
	font-family: var(--bodyFontFamily);
	font-weight: 400;
	line-height: 20px;
	padding: 14px 20px;
	position: relative;
	width: 100%;
	height: 50px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	margin-bottom: 20px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus,
input[type="url"]:focus,
.form-control:focus {
	border-color: var(--bodyFontColor);
}
textarea,
textarea.form-control {
	height: 100px;
	resize: none;
}
select {
	-moz-appearance: unset;
	-webkit-appearance: unset;
	background-image: url("../img/select-down-arrow.svg");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: calc(100% - 10px) center;
	padding-right: 30px !important;
}
select option {
	font-size: 16px;
}
.input-group-btn:last-child>.btn:hover,
.input-group-btn:last-child>.btn-group:hover {
	color: #787878;
}
input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.wpcf7-form-control {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 15px;
}
.wpcf7-form-control label {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px !important;
	color: #737c96;
	font-weight: normal !important;
}
.wpcf7-form-control .wpcf7-list-item input {
	display: none;
}
.wpcf7-form-control .wpcf7-list-item-label {
	position: relative;
	padding: 2px 0 2px 32px !important;
	margin: 0 !important;
}
.wpcf7-form-control .wpcf7-list-item-label:before {
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 24px;
	border: 1px solid #d3dae5;
	background-color: #f7f9fc;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
}
.wpcf7-form-control .wpcf7-list-item:has(input[type="checkbox"]) .wpcf7-list-item-label:before {
	border-radius: 4px;
}
.wpcf7-form-control .wpcf7-list-item:has(input[type="checkbox"]) .wpcf7-list-item-label::after {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	width: auto;
	background: none;
	height: auto;
	color: #09246c;
	line-height: 18px;
	font-weight: 900;
	left: 3px;
	top: 3px;
}
.wpcf7-form-control .wpcf7-list-item-label::after {
	content: "";
	background: #09246c;
	border-radius: 20px;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 5px;
	left: 5px;
	opacity: 0;
}
.wpcf7-form-control input:checked~.wpcf7-list-item-label::after {
	opacity: 1;
}
::-webkit-input-placeholder {
	color: var(--bodyFontColor);
	opacity: 1;
}
::-moz-placeholder {
	color: var(--bodyFontColor);
	opacity: 1;
}
:-ms-input-placeholder {
	color: var(--bodyFontColor);
	opacity: 1;
}
:-moz-placeholder {
	color: var(--bodyFontColor);
	opacity: 1;
}
/******Browser Compatibility******/
input::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-moz-appearance: none;
	-webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type="number"] {
	-moz-appearance: textfield !important;
}
/******Input Ends******/
a,
input[type="button"],
input[type="submit"],
input[type="reset"],
:after,
:before {
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
section,
header,
footer {
	float: left;
	width: 100%;
	position: relative;
}
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var(--btnFontFamily);
	font-weight: 800;
	position: relative;
	border: var(--btnBorder);
	border-radius: var(--btnBorderRadius);
	text-align: center;
	text-transform: uppercase;
	font-size: var(--btnFont);
	color: var(--btnColor);
	font-style: normal;
	line-height: normal;
	padding: var(--btnPadding);
	text-decoration: none !important;
	white-space: normal;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	overflow: hidden;
	background-color: transparent;
	box-shadow: none;
	cursor: pointer;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	min-width: 130px;
}
.btn.focus,
.btn:focus,
.btn:hover {
	color: var(--btnHoverColor);
}
.secondary-btn {
	color: var(--btnSecondaryColor);
	background-color: var(--btnSecondaryHoverBg);
	border: var(--btnSecondaryBorder);
}
.secondary-btn:hover,
.secondary-btn:focus {
	color: var(--btnSecondaryHoverColor);
}
.btn.outline-btn {
	color: var(--btnColor);
	background-color: var(--btnBgHover);
}
.btn.outline-btn::before {
	background-color: var(--btnBg);
	transform: scaleX(0);
	transform-origin: right center;
}
.btn.outline-btn:hover::before {
	transform: scaleX(1);
	transform-origin: left center;
}
.btn.outline-btn:hover,
.btn.outline-btn:focus {
	color: var(--btnColor);
	background-color: var(--btnBg);
}
.btn.secondaryOutline-btn {
	color: var(--btnSecondaryHoverColor);
	background-color: var(--btnSecondaryBgHover);
	border-color: var(--btnSecondaryHoverColor);
}
.btn.secondaryOutline-btn::before {
	background-color: var(--btnSecondaryHoverColor);
	transform: scaleX(0);
	transform-origin: right center;
}
.btn.secondaryOutline-btn:hover::before {
	transform: scaleX(1);
	transform-origin: left center;
}
.btn.secondaryOutline-btn:hover,
.btn.secondaryOutline-btn:focus {
	color: var(--btnSecondaryColor);
	background-color: transparent;
}
input.btn {
	background-color: var(--btnBg);
}
input.btn:hover,
.btn:focus {
	background: var(--btnBgHover);
}
input.btn.secondary-btn {
	background-color: var(--btnSecondaryBg);
}
input.btn.secondary-btn:hover {
	background-color: var(--btnSecondaryBgHover);
}
input.btn.secondaryOutline-btn:hover {
	background: var(--btnSecondaryBg);
}
.btn-row .btn {
	margin: 10px 6px 0 0;
}
.btn-row .btn:last-child {
	margin-right: 0;
}
.btn:not(input) {
	position: relative;
}
.btn:not(input)::before {
	content: "";
	height: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
	overflow: hidden;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition:
		transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
		-webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	background: var(--btnBg);
}
.btn:not(input):hover::before {
	transform: scaleX(0);
	transform-origin: right center;
}
.btn.secondary-btn:not(input)::before {
	background: var(--btnSecondaryBg);
}
.btn.white-btn {
	color: var(--eerieBlackColor);
	border-color: #fff;
}
.btn.white-btn::before {
	transform: scaleX(0);
	transform-origin: right center;
}
.btn.white-btn:hover::before {
	transform: scaleX(1);
	transform-origin: left center;
}
.btn.white-btn:hover {
	color: #fff;
}
.btn.arrow:after {
	content: "\f178";
	display: inline-flex;
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	margin: 0 0 0 11px;
	font-weight: 900;
}
/******Header******/
header+div,
header+section {
	margin-top: var(--headerSpace) !important;
}
header {
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	z-index: 9999;
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	color: var(--eerieBlackColor);
}
.header-row {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px 0;
	position: relative;
	z-index: 2;
}
.header-left {
	float: left;
	width: var(--logoWidth);
	min-width: var(--logoWidth);
	transition: all 0.3s linear 0s;
}
.header-top {
	background: var(--greenColor);
	font-size: 15px;
	color: #fff;
	padding: 7px 0;
}
.header-top a {
	color: inherit;
}
.header-top ul li {
	padding: 0;
}
.header-top ul li p {
	display: flex;
	align-items: center;
}
.header-top ul li::before {
	display: none;
}
.header-top ul li p i {
	font-size: 14px;
	margin: 0 10px 0 0;
}
.header-top ul {
	display: flex;
	align-items: center;
	margin: 0;
	gap: 25px;
}
.header-top ul.top-social-icon {
	gap: 13px;
}
.header-top .container {
	display: flex;
	justify-content: space-between;
}
header .logo {
	float: left;
	max-width: 100%;
	z-index: 999;
	width: 100%;
	position: relative;
	transition: all 0.3s linear 0s;
}
header .logo a {
	display: block;
	margin: 0;
	position: relative;
}
header .logo img {
	display: block;
	margin: 0;
}
header .header-btn-wrap {
	margin: 0 0 0 0px;
}
header .header-btn-wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
header .header-btn-wrap ul li {
	padding: 0px;
	margin: 0px 0px 0px 39px;
}
header .header-btn-wrap ul li:first-child,
header .header-btn-wrap ul li:last-child {
	margin: 0px;
}
header .header-btn-wrap ul li::before {
	display: none;
}
header .header-btn-wrap .btn i {
	display: none;
}
header .header-btn-wrap a[href^="tel:"] {
	color: inherit;
	font-size: 20px;
	gap: 10px;
}
header .header-btn-wrap a[href^="tel:"] i {
	font-size: 12px;
	color: var(--linkColor);
	transform-origin: center;
	transform: rotate(45deg);
}
.head-fix header .header-bottom::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgb(255 255 255 / 80%);
	backdrop-filter: blur(10px);
	z-index: 1;
}
header>* {
	position: relative;
	z-index: 1;
}
.head-fix header .header-top {
	background-color: rgb(109 105 65 / 80%);
	backdrop-filter: blur(10px);
}
.head-fix .header-left {
	width: var(--scrollLogoWidth);
	min-width: var(--scrollLogoWidth);
}
.head-fix header {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	background: transparent;
}
@media only screen and (min-width: 1025px) {
	/*****nav starts*****/
	.nav-trigger,
	.nav-wrap nav ul li:before,
	.submenu-button,
	.nav-trigger-wrap {
		display: none;
	}
	.nav-wrap {
		position: relative;
		float: left;
		width: 100%;
		margin: 0 0 0 18px;
		z-index: 99;
	}
	.nav-wrap nav {
		margin: 0;
		padding: 0;
		border: 0;
		list-style: none;
		display: block;
		position: relative;
	}
	.nav-wrap nav ul.nav {
		float: right;
		margin: 0;
	}
	.nav-wrap nav ul.nav>li {
		float: left;
		margin: 0 23px 0 0;
		padding: 0;
		overflow: visible;
		position: relative;
	}
	.nav-wrap nav ul.nav>li:last-child {
		margin-right: 0;
	}
	.nav-wrap nav ul.nav>li>a {
		display: block;
		padding: 7px 0;
		margin: 0;
		font-size: 15px;
		font-weight: 600;
		line-height: 26px;
		color: inherit;
		white-space: nowrap;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.nav>li>a:focus,
	.nav>li>a:hover {
		background-color: transparent;
	}
	/*.nav-wrap nav ul.nav li.has-sub li.has-sub > a { padding-right: 20px !important }*/
	.nav-wrap nav ul.nav>li.has-sub>a {
		padding-right: 23px;
	}
	.nav-wrap nav ul.nav>li.has-sub>a:after {
		display: block;
		content: "\f107";
		font-family: "Font Awesome 5 Pro";
		font-size: 13px;
		line-height: 40px;
		position: absolute;
		right: 4px;
		top: 0px;
		z-index: 99;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		font-weight: 600;
	}
	.nav-wrap nav ul.nav>li.has-sub:hover>a:after {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.nav-wrap nav ul.nav li.has-sub li.has-sub>a:after {
		content: "\f105";
		display: inline-block;
		font-size: 12px;
		line-height: 18px;
		font-family: Font Awesome\5 Pro;
		font-weight: 400;
		margin-left: 5px;
		color: #272425;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -9px;
	}
	/****sub nav menu*****/
	.nav-wrap nav ul.nav>li.has-sub>ul {
		margin-top: 26px;
	}
	.nav-wrap nav ul.nav>li.has-sub:hover>ul {
		margin-top: 6px;
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
	}
	.nav-wrap nav ul.nav ul {
		position: absolute;
		border-radius: 0;
		padding: 5px 10px;
		margin: 0;
		visibility: hidden;
		text-align: left;
		left: 50%;
		right: auto;
		opacity: 0;
		top: calc(100% - 1px);
		background: #ffffff;
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-radius: 10px;
	}
	.nav-wrap nav ul.nav>li.has-sub>ul::before {
		content: "";
		display: block;
		padding: 10px;
		position: absolute;
		top: -20px;
		right: 0;
		left: 0;
	}
	.nav-wrap nav ul.nav ul ul:after {
		display: none;
	}
	.nav-wrap nav ul.nav ul ul {
		top: 100%;
		left: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		transform: none;
	}
	.nav-wrap nav ul.nav ul li {
		float: left;
		width: 100%;
		min-width: 150px;
		padding: 3px 0;
		margin: 0;
		vertical-align: top;
		overflow: visible;
	}
	.nav-wrap nav ul.nav ul li a {
		display: block;
		white-space: normal;
		text-transform: capitalize;
		font-size: 15px;
		font-weight: 500;
		line-height: normal;
		color: #000;
		padding: 8px 14px;
		text-align: left;
		border-radius: 7px;
	}
	.nav-wrap nav ul.nav li:hover>ul {
		display: block;
		visibility: visible;
		opacity: 1;
		-webkit-transition:
			opacity 0.3s linear 0s,
			top 0.3s linear 0s;
		-moz-transition:
			opacity 0.3s linear 0s,
			top 0.3s linear 0s;
		-o-transition:
			opacity 0.3s linear 0s,
			top 0.3s linear 0s;
		transition:
			opacity 0.3s linear 0s,
			top 0.3s linear 0s;
	}
	.nav-wrap nav ul.nav ul>li:hover>ul {
		top: 0;
	}
	.nav-wrap nav ul.nav li:hover>a,
	.nav-wrap nav ul.nav li>a:hover,
	.nav-wrap nav ul.nav li.current-menu-item:not(.menu-item-type-custom)>a,
	.nav-wrap nav ul.nav li.current-menu-ancestor>a {
		color: var(--linkColor);
	}
	.nav-wrap nav ul.nav ul li:hover>a,
	.nav-wrap nav ul.nav ul li>a:hover,
	.nav-wrap nav ul.nav ul li.current-menu-item>a,
	.nav-wrap nav ul.nav ul li.current-menu-ancestor>a {
		background: var(--linkColor);
		color: #fff !important;
	}
	.nav-wrap nav ul.nav>li>a:before {
		content: "";
		height: 2px;
		left: 0;
		top: 0;
		position: absolute;
		width: 100%;
		z-index: -1;
		overflow: hidden;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition:
			transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
			-webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		background: var(--linkColor);
	}
	.nav-wrap nav ul.nav>li:hover>a:before,
	.nav-wrap nav ul.nav>li>a:hover:before,
	.nav-wrap nav ul.nav>li.current-menu-item:not(.menu-item-type-custom)>a:before,
	.nav-wrap nav ul.nav>li.current-menu-ancestor>a:before {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		width: 100%;
	}
	/********** Mega Menu CSS Start **********/
	.nav-wrap .mega-dropdown {
		overflow: visible;
		visibility: hidden;
		opacity: 0;
		display: flex;
		flex-wrap: wrap;
		transform: none !important;
		padding: 0 !important;
	}
	.mega-dropdown ul {
		display: block !important;
		position: static !important;
		max-height: inherit !important;
		opacity: 1 !important;
		padding: 0 !important;
		border: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		overflow: visible !important;
		float: left;
		width: 100%;
		background: 0 0 !important;
		margin-top: 0 !important;
	}
	.mega-dropdown:before,
	.nav-wrap nav ul.nav ul:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 100%;
		padding: 17px 0;
	}
	.nav-wrap nav ul.nav ul.mega-dropdown:after {
		display: none;
	}
	.nav-wrap nav ul.nav ul.mega-dropdown .arrow {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 1px);
		bottom: calc(100% + 3px);
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid var(--linkColor);
	}
	.mega-dropdown .scroll {
		padding: 20px 0;
		max-height: 67.7vh;
		overflow-y: auto;
		display: block;
		flex-wrap: wrap;
	}
	.nav-wrap nav ul.nav .mega-dropdown ul li a {
		padding: 3px 0 3px 10px;
	}
	.nav-wrap nav ul.nav .mega-dropdown ul li.more-link>a {
		border-top: 1px solid #d4d4d4;
		color: #fc6812;
		padding: 10px 0 0;
		margin: 10px 0 0 0;
		font-weight: 500;
	}
	.nav-wrap nav ul.nav>li:hover>.mega-dropdown ul {
		visibility: visible !important;
	}
	.nav-wrap nav ul.nav>li>.mega-dropdown .col-md-2 {
		border-right: 1px solid #dadada;
		width: 20%;
		padding: 26px 0 26px 26px;
	}
	.nav-wrap nav ul.nav>li>.mega-dropdown>.row {
		margin: 0;
	}
	.nav-wrap nav ul.nav>li>.mega-dropdown .col-md-2:last-child {
		border: none;
	}
	.mega-dropdown .scroll>li {
		width: calc(100% / 5 - 40px) !important;
		margin: 0 20px 25px !important;
	}
	.mega-dropdown .scroll>li>a {
		font-weight: 600 !important;
		color: #1c1c1c !important;
		border-bottom: 1px solid #d4d4d4;
		padding: 0px 0px 7px !important;
		margin: 0 0 5px;
		font-size: 15px !important;
		display: flex !important;
		align-items: flex-end;
		text-transform: uppercase !important;
	}
	.mega-dropdown .scroll>li>a::after {
		display: none !important;
	}
	.mega-dropdown .scroll>li.img-box {
		padding-top: 30px;
	}
	.nav-wrap nav ul.nav .mega-dropdown ul li ul::before,
	.nav-wrap nav ul.nav .mega-dropdown ul li a::after {
		display: none !important;
	}
	.nav-wrap nav ul.nav .mega-dropdown ul li li a {
		padding: 3px 0 3px 20px;
	}
	/********** Mega Menu CSS End **********/
	/**************Nav ends**************/
}
/****Space Control Top Bottom*****/
.m-0 {
	margin: 0 !important;
}
.m-1 {
	margin: 10px 0 !important;
}
.m-2 {
	margin: 20px 0 !important;
}
.m-3 {
	margin: 30px 0 !important;
}
.m-4 {
	margin: 40px 0 !important;
}
.m-5 {
	margin: 50px 0 !important;
}
.m-6 {
	margin: 60px 0 !important;
}
.m-7 {
	margin: 70px 0 !important;
}
.p-0 {
	padding: 0 !important;
}
.p-1 {
	padding: 10px 0 !important;
}
.p-2 {
	padding: 20px 0 !important;
}
.p-3 {
	padding: 30px 0 !important;
}
.p-4 {
	padding: 40px 0 !important;
}
.p-5 {
	padding: 50px 0 !important;
}
.p-6 {
	padding: 60px 0 !important;
}
.p-7 {
	padding: 70px 0 !important;
}
.m-t0 {
	margin-top: 0 !important;
}
.m-t1 {
	margin-top: 10px !important;
}
.m-t2 {
	margin-top: 20px !important;
}
.m-t3 {
	margin-top: 30px !important;
}
.m-t4 {
	margin-top: 40px !important;
}
.m-t5 {
	margin-top: 50px !important;
}
.m-t6 {
	margin-top: 60px !important;
}
.m-t7 {
	margin-top: 70px !important;
}
.m-b0 {
	margin-bottom: 0 !important;
}
.m-b1 {
	margin-bottom: 10px !important;
}
.m-b2 {
	margin-bottom: 20px !important;
}
.m-b3 {
	margin-bottom: 30px !important;
}
.m-b4 {
	margin-bottom: 40px !important;
}
.m-b5 {
	margin-bottom: 50px !important;
}
.m-b6 {
	margin-bottom: 60px !important;
}
.m-b7 {
	margin-bottom: 70px !important;
}
.m-l4 {
	margin-left: 40px !important;
}
.m-l2 {
	margin-left: 20px !important;
}
.m-l3 {
	margin-left: 30px !important;
}
.p-t0 {
	padding-top: 0 !important;
}
.p-t2 {
	padding-top: 20px !important;
}
.p-t3 {
	padding-top: 30px !important;
}
.p-t4 {
	padding-top: 40px !important;
}
.p-t5 {
	padding-top: 50px !important;
}
.p-t6 {
	padding-top: 60px !important;
}
.p-t7 {
	padding-top: 70px !important;
}
.p-b0 {
	padding-bottom: 0 !important;
}
.p-b2 {
	padding-bottom: 20px !important;
}
.p-b3 {
	padding-bottom: 30px !important;
}
.p-b4 {
	padding-bottom: 40px !important;
}
.p-b5 {
	padding-bottom: 50px !important;
}
.p-b6 {
	padding-bottom: 60px !important;
}
.p-b7 {
	padding-bottom: 70px !important;
}
.p-l2 {
	padding-left: 20px !important;
}
.p-l3 {
	padding-left: 30px !important;
}
.p-l4 {
	padding-left: 40px !important;
}
.p-r2 {
	padding-right: 20px !important;
}
.p-r3 {
	padding-right: 30px !important;
}
.p-r4 {
	padding-right: 40px !important;
}
.p-r5 {
	padding-right: 50px !important;
}
.f24 {
	font-size: 24px;
}
/****Space Control Top Bottom End*****/
/*******Lay Image*******/
.lazy-image {
	position: relative;
	width: 100%;
	padding-top: 66.33%;
	overflow: hidden;
}
.lazy-image img {
	position: absolute;
	background-color: var(--bodyFontColor);
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	margin: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition:
		opacity 0.3s ease-in,
		-webkit-transform 0.3s ease-in;
	transition:
		opacity 0.3s ease-in,
		transform 0.3s ease-in;
	transition:
		opacity 0.3s ease-in,
		transform 0.3s ease-in,
		-webkit-transform 0.3s ease-in;
}
a:hover .lazy-image img {
	-moz-transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
}
/******Plugin's CSS Start*********/
/******Flexslider*********/
.flexslider {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.flexslider:before {
	margin: -20px 0 0 -20px;
	width: 40px;
	height: 40px;
	border-width: 0.2rem;
}
.flexslider ul.slides {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.flexslider li {
	padding: 0;
}
.flexslider li:before {
	display: none;
}
.flexslider .slides>li {
	position: relative;
	display: none;
	-webkit-backface-visibility: hidden;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides>li:first-child {
	display: block;
}
.flexslider .flex-control-paging-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	text-align: right;
	padding-right: 10px;
	z-index: 99;
}
.flexslider .flex-control-paging {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5%;
	margin: 0;
	display: inline-block;
	z-index: 98;
	height: auto;
	text-align: center;
	padding: 0 10px;
}
.flexslider .flex-control-paging li {
	position: static;
	display: inline-block;
	width: auto;
	margin: 2px 3px;
	height: auto;
}
.flexslider .flex-control-paging li a {
	border: 1px solid #91989b;
	width: 12px;
	height: 12px;
	line-height: 10px;
	font-size: 0;
	color: #fff;
	text-align: center;
	display: block;
	position: relative;
	cursor: pointer;
	background-color: #91989b;
	border-radius: 34px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.flexslider .flex-control-paging li .flex-active,
.flexslider .flex-control-paging li a:hover {
	background-color: var(--bodyFontColor);
	border-color: var(--bodyFontColor);
}
.flexslider .flex-control-paging li .flex-active:after,
.flexslider .flex-control-paging li a:hover:after {
	display: none;
}
.flexslider .flex-direction-nav li {
	position: static;
}
.flexslider .flex-direction-nav a {
	transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
}
.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -25px;
	width: 60px;
	height: 60px;
	z-index: 98;
	border-radius: 60px;
	display: inline-block;
	font-size: 0;
}
.flexslider .flex-direction-nav {
	overflow: hidden;
	width: 100%;
	margin: 0;
}
.flexslider .flex-direction-nav .flex-next {
	left: auto;
	right: -60px;
}
.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before {
	content: "";
	line-height: 1;
	display: block;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	padding: 6px;
	margin: 0 2px;
	position: absolute;
	top: 50%;
	left: 65%;
	transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}
.flexslider .flex-direction-nav .flex-next:before {
	left: auto;
	right: 65%;
	-webkit-transform: translate(50%, -50%) rotate(-45deg);
	-moz-transform: translate(50%, -50%) rotate(-45deg);
	-ms-transform: translate(50%, -50%) rotate(-45deg);
	-o-transform: translate(50%, -50%) rotate(-45deg);
	-webkit-transform: translate(50%, -50%) rotate(-45deg);
	transform: translate(50%, -50%) rotate(-45deg);
}
.flexslider:hover .flex-direction-nav .flex-prev {
	left: -25px;
}
.flexslider:hover .flex-direction-nav .flex-next {
	right: -25px;
}
.flexslider .flex-direction-nav .flex-prev:hover,
.flexslider .flex-direction-nav .flex-next:hover {
	background: rgba(0, 0, 0, 1);
}
.flexslider .flex-direction-nav .flex-prev:hover:before,
.flexslider .flex-direction-nav .flex-next:hover:before {
	color: #fff;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
}
.flexslider .flex-disabled {
	display: none;
}
.flexslider iframe,
.flexslider video {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
/************Breadcrumbs************/
div.breadcrumbs,
section.breadcrumbs {
	position: relative;
	display: block;
	font-weight: normal;
	padding: 15px 0;
	margin: 0;
	overflow: hidden;
	background: #f3f4f6;
	clear: both;
	text-align: left;
	z-index: 11;
}
ul.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	clear: both;
	margin: 0;
}
ul.breadcrumbs li {
	font-size: 14px;
	position: relative;
	display: flex;
	line-height: 1;
	padding: 0;
	font-weight: 300;
	margin-right: 0;
	color: #020d0f;
	font-style: normal;
	overflow: visible;
}
ul.breadcrumbs li:before {
	display: none;
}
ul.breadcrumbs li a {
	position: relative;
	display: block;
	color: #020d0f;
}
ul.breadcrumbs li:after {
	content: "/";
	line-height: 1;
	display: inline-flex;
	margin: 0 10px;
}
ul.breadcrumbs li:last-child {
	padding: 0;
	margin: 0;
}
ul.breadcrumbs li:last-child:after {
	display: none;
}
ul.breadcrumbs li:before {
	display: none;
}
ul.breadcrumbs li a:hover {
	color: #020d0f;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.inner-banner ul.breadcrumbs li,
.inner-banner ul.breadcrumbs li a {
	color: #fff;
}
.inner-banner ul.breadcrumbs li:after {
	margin: 0 5px;
}
.inner-banner ul.breadcrumbs {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: max(15px, calc((100vw - var(--pageCenter)) / 2));
	padding: 0 0 30px;
}
/***********Breadcrumbs End***********/
.form-field {
	text-align: left;
}
.form-field input,
.form-field textarea,
.form-field select {
	margin: 0;
}
.form-field .row,
.row.form-field {
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
}
.form-field .row .row,
.row.form-field .row {
	margin-left: -6px;
	margin-right: -6px;
	margin-top: -20px;
}
.form-field [class^="col-"],
.form-field [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
.form-field [class^="col-"] [class^="col-"],
.form-field [class*="col-"] [class*="col-"] {
	padding-left: 6px;
	padding-right: 6px;
}
.form-field p {
	padding: 10px 0 0 0;
	margin: 0;
}
.form-field [class^="col-"] p,
.form-field [class*="col-"] p {
	position: relative;
	padding: 0;
	margin: 0;
}
.form-field i {
	position: absolute;
	font-size: 18px;
	right: 1px;
	color: #6f6f6f;
	top: 50%;
	z-index: 2;
	background: #fff;
	width: 40px;
	text-align: left;
	border-radius: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form-field i.fa-globe-asia {
	font-weight: normal;
}
.form-icon {
	position: relative;
}
.form-field i+input,
.form-field i+textarea {
	padding-right: 40px;
}
.form-field .btn {
	min-width: 124px;
}
.form-field .btn i {
	display: inline-block;
	padding: 0;
	background: none;
	position: static;
	font-size: 100%;
	color: #fff;
	font-weight: normal;
	margin: 0 5px;
	vertical-align: middle;
}
.block {
	width: 100%;
}
/********** accordion css start **********/
.accordion {
	border-bottom: 1px solid #dfddcb;
}
.accordion .accordion-content {
	padding: 0px 50px 18px 10px;
	line-height: 28px;
	display: none;
}
.accordion .accordion-head {
	margin: 0;
	line-height: normal;
	padding: 18px 50px 18px 10px;
	position: relative;
	cursor: pointer;
	font-size: 18px;
}
.accordion .accordion-head::after {
	content: "\f106";
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	position: absolute;
	font-size: 13px;
	right: 25px;
	top: 24px;
	z-index: 99;
	color: var(--eerieBlackColor);
	line-height: normal;
}
.active.accordion .accordion-head::after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
}
.all-faq {
	padding: 0 0 23px;
}
.accordion:last-of-type {
	margin: 0;
}
.accordion:first-of-type {
	border-top: 1px solid #dfddcb;
}
/********** accordion css end **********/
/******Magnific Popup*******/
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	overflow: hidden;
	position: fixed;
	background: #000000;
	opacity: 0.75;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: #fff;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
button.mfp-arrow:hover,
button.mfp-close:hover {
	background: #000;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 28px;
	border-radius: 30px 30px 0 0;
	position: absolute;
	right: 0;
	top: 0 !important;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0;
	color: #ffffff;
	font-style: normal;
	font-family: Arial, Baskerville, monospace;
	background: 0 0 !important;
}
div.mfp-close {
	display: none !important;
}
.videoFrame .mfp-close {
	top: 0 !important;
	background-color: rgba(236, 223, 223, 0.5) !important;
	border-radius: 0;
	opacity: 0;
}
.videoFrame .mfp-iframe-scaler:hover .mfp-close {
	opacity: 1;
}
.videoFrame .mfp-iframe-holder .mfp-content {
	max-width: 90%;
	max-height: 100%;
}
.mfp-close:focus,
.mfp-close:hover {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow-left {
	width: 30px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 90;
	display: inline-block;
	margin-top: -25px;
	font-size: 0;
	cursor: pointer;
	border-radius: 0 30px 30px 0;
}
.mfp-arrow-left:before {
	content: "";
	height: 15px;
	width: 15px;
	display: block;
	border: 2px solid #929292;
	border-right-width: 0;
	border-bottom-width: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 18px;
	left: 8px;
}
.mfp-arrow-right {
	width: 30px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 90;
	display: inline-block;
	margin-top: -25px;
	font-size: 0;
	cursor: pointer;
	border-radius: 30px 0 0 30px;
}
.mfp-arrow-right:before {
	content: "";
	height: 15px;
	width: 15px;
	display: block;
	border: 2px solid #929292;
	border-left-width: 0;
	border-top-width: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 18px;
	right: 8px;
}
.mfp-arrow-left:hover:before,
.mfp-arrow-right:hover:before {
	border-color: #fff;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000000;
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
.img-max-inherit img.mfp-img {
	max-height: inherit !important;
}
.mfp-figure {
	line-height: 0;
	position: relative;
}
.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 16px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -30px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-inline-holder:has(.mfp-iframe-scaler) {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-inline-holder:has(.mfp-iframe-scaler) .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-inline-holder:has(.mfp-iframe-scaler) .mfp-content video {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000000;
}
.mfp-inline-holder:has(.mfp-iframe-scaler) .mfp-close {
	color: #fff;
}
@media screen and (max-width: 800px) and (orientation: landscape),
	screen and (max-height: 300px) {
		.mfp-img-mobile .mfp-image-holder {
			padding-left: 0;
			padding-right: 0;
		}
		.mfp-img-mobile img.mfp-img {
			padding: 0;
		}
		.mfp-img-mobile .mfp-figure:after {
			top: 0;
			bottom: 0;
		}
		.mfp-img-mobile .mfp-figure small {
			display: inline;
			margin-left: 5px;
		}
		.mfp-img-mobile .mfp-bottom-bar {
			background: rgba(0, 0, 0, 0.6);
			bottom: 0;
			margin: 0;
			top: auto;
			padding: 3px 5px;
			position: fixed;
			box-sizing: border-box;
		}
		.mfp-img-mobile .mfp-bottom-bar:empty {
			padding: 0;
		}
		.mfp-img-mobile .mfp-counter {
			right: 5px;
			top: 3px;
		}
}
@media all and (min-width: 900px) {
	.caption-frame .mfp-container {
		left: 50%;
		display: table;
		width: auto;
		padding: 0 45px;
		margin: 0 auto;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
	button.mfp-arrow,
	button.mfp-close {
		background: rgba(255, 255, 255, 0.95);
	}
}
/******Magnific Popup End*******/
/******Plugin's CSS End*********/
.bg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.main-banner {
	background-color: #ffff;
}
.main-banner .img-box {
	border: 1px solid #fff;
	border-right: none;
	box-shadow: -20px 20px 20px rgb(62 59 32 / 10%);
	overflow: hidden;
}
.main-banner .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-banner .max-width {
	max-width: 540px;
	padding-left: 30px;
}
.main-banner h1,
.main-banner .heading {
	font-family: "ff-angie-pro";
	font-weight: 400;
	font-size: 60px;
	line-height: 1.18;
}
.main-banner .caption {
	display: grid;
	grid-template-columns: 0.89fr 1fr;
	padding-bottom: 50px;
}
.main-banner .caption .content-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 60px 30px 30px;
	padding-left: max(30px, calc((100vw - var(--pageCenter)) / 2));
}
.main-banner .caption .content-box .slick-dots {
	position: static;
	text-align: left;
}
.main-banner h6 {
	color: inherit;
	font-size: 14px;
	font-family: inherit;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	padding: 0 0 0 53px;
	position: relative;
	margin: 0 0 12px;
}
.main-banner h6::before {
	content: "";
	display: block;
	width: 41px;
	height: 1px;
	background: var(--linkColor);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0px, -50%);
}
.main-banner h1 strong,
.main-banner .heading strong {
	font-family: "ff-angie-pro";
}
.main-banner p:has(.btn) {
	padding: 31px 0 0 0;
}
.main-banner p .btn {
	padding: 17px 40px;
}
.inner-banner {
	border: 1px solid #fff;
	border-right: none;
	box-shadow: -20px 20px 20px rgb(62 59 32 / 10%);
	overflow: hidden;
	border-inline: none;
	position: relative;
	padding: 86px 0;
	color: #fff;
	/* min-height: 345px; */
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.inner-banner .container {
	position: relative;
	z-index: 2;
	width: 100%;
}
.inner-banner h6 {
	color: inherit;
	font-size: 14px;
	font-family: inherit;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	padding: 0 0 0 53px;
	position: relative;
	margin: 0 0 12px;
}
.inner-banner h6::before {
	content: "";
	display: block;
	width: 41px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0px, -50%);
}
.inner-banner h1 {
	color: inherit;
	font-weight: 700;
}
.inner-banner::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 60%;
	z-index: 1;
	background: #000;
	background: linear-gradient(90deg,
		rgba(0, 0, 0, 0.8) 0%,
		rgba(0, 0, 0, 0.4) 55%,
		rgba(0, 0, 0, 0) 100%);
}
.type2.inner-banner::before {
	display: none;
}
.type2.inner-banner {
	text-align: center;
	font-size: 18px;
	padding: 86px 0;
}
/*****Social Icons*****/
ul.social-icon {
	display: inline-block;
	padding: 0;
	margin: 0 0 15px;
	vertical-align: middle;
}
ul.social-icon li {
	display: inline-block;
	width: auto;
	margin: 3px 9px 3px 0;
	background: none;
	padding: 0;
	vertical-align: middle;
	color: var(--bodyFontColor);
}
ul.social-icon li:before {
	display: none;
}
ul.social-icon li a {
	display: inline-block;
	padding: 0;
	width: auto;
}
ul.social-icon li i {
	text-align: center;
	display: inline-block;
	border: 0;
	border-radius: 0;
	vertical-align: top;
	font-size: 15px;
	color: var(--bodyFontColor);
	background-color: var(--bodyFontColor);
	line-height: 1;
}
ul.social-icon li i:before {
	display: inline-block;
	line-height: 36px;
	width: 36px;
}
ul.social-icon li a:hover i {
	color: #fff;
}
ul.social-icon li a:hover .fa-twitter {
	background-color: #0eb1f2;
}
ul.social-icon li a:hover .fa-linkedin-in {
	background-color: #007bb6;
}
ul.social-icon li a:hover .fa-instagram {
	background-color: #d82370;
}
ul.social-icon li a:hover .fa-pinterest-p {
	background-color: #cb2027;
}
ul.social-icon li a:hover .fa-tumblr {
	background-color: #395976;
}
ul.social-icon li a:hover .fa-youtube {
	background-color: #ff0000;
}
ul.social-icon li a:hover .fa-whatsapp {
	background-color: #25d366;
}
ul.social-icon li a:hover i {
	border-color: transparent;
}
ul.social-icon li a:hover .fa-facebook-f {
	background-color: #3b5998;
}
ul.social-icon li a:hover i {
	color: #fff;
	background-color: var(--bodyFontColor);
}
/*****Social Icons End*****/
/******Footer*****/
.mnu-acc-trg {
	display: none;
}
.scrollup {
	position: fixed;
	width: 25px;
	height: 25px;
	background: var(--greenColor);
	border: 2px solid var(--greenColor);
	border-radius: 50%;
	bottom: -40px;
	right: 10px;
	z-index: 999;
	text-align: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.scrollup i {
	color: inherit;
	font-size: 15px;
	font-weight: 800;
}
.scrollup.in {
	opacity: 1;
	visibility: visible;
	bottom: 10px;
}
.scrollup:hover {
	background: transparent;
	color: var(--greenColor);
}
footer a:hover,
footer a:focus,
footer li.current-menu-item:not(.menu-item-type-custom) a {
	color: var(--linkColor) !important;
}
footer a:hover,
footer li.current-menu-item:not(.menu-item-type-custom) a {
	text-decoration: underline;
	text-underline-offset: 5px;
}
footer .bottom-footer {
	font-size: 14px;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #7e7e7e;
	padding: 23px 0 45px;
}
footer .bottom-footer a {
	color: inherit;
}
footer .bottom-footer p {
	margin: 0;
}
footer .bottom-footer p:first-child a {
	padding: 0 0 0 17px;
}
footer .top-footer {
	display: grid;
	grid-template-columns: 45.5% 54.5%;
	padding: 40px 0;
	line-height: 24px;
	font-size: 16px;
}
footer .top-footer .left-content {
	line-height: 22px;
}
footer .top-footer .left-content p {
	max-width: 334px;
}
footer .top-footer .left-content .f-logo {
	display: flex;
	margin: 0 0 12px;
}
footer .top-footer .right-content {
	color: var(--eerieBlackColor);
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
footer .top-footer .right-content h6 {
	text-transform: uppercase;
	font-size: 18px;
	font-family: inherit;
	margin: 0 0 10px;
}
footer .top-footer .right-content ul li::before {
	display: none;
}
footer .top-footer .right-content ul li {
	padding: revert-layer;
}
footer .top-footer .right-content ul li ul {
	margin: 0;
}
footer .top-footer .right-content a {
	color: inherit;
}
footer .top-footer .right-content p {
	margin: 0 0 15px;
	line-height: 1.3;
}
footer .top-footer .right-content p:last-of-type {
	margin: 0;
}
footer .top-footer .right-content .box {
	min-width: 180px;
}
footer .top-footer .right-content .box:first-child {
	min-width: 90px;
}
/******Footer End*****/
.small-heading {
	color: #808000;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "ff-angie-pro";
	margin: 0;
}
.top-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.top-box .box:has(.small-heading)+.box {
	padding-top: 30px;
}
.home-service-wrapper {
	scroll-margin-top: var(--scrollheaderSpace);
}
.home-service-listing {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin: 44px 0 0;
	row-gap: 60px;
}
.home-service-listing .lazy-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-service-listing .box h4 {
	color: var(--linkColor);
	margin: 0 0 12px;
	font-size: 44px;
}
.home-service-listing .box .lazy-image {
	margin: 0 0 27px;
	padding-top: 88.6%;
}
.link-arrow {
	font-family: "ff-angie-pro";
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.link-arrow::after {
	content: "\f178";
	display: inline-flex;
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	margin: 0 0 0 6px;
	font-weight: 900;
	line-height: 1;
	color: var(--linkColor);
}
.home-service-listing .box .link-arrow {
	color: var(--bodyFontColor);
}
.marqueeSlider {
	background: var(--greenColor);
	color: #fff;
	font-size: 20px;
	padding: 17.5px 0;
	font-family: "ff-angie-pro";
	font-weight: 800;
}
.marqueeSlider p {
	position: relative;
	padding: 0 75px 0 0;
}
.marqueeSlider p::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 35px;
	width: 6px;
	height: 6px;
	background: #fff;
	transform: translate(0px, -50%);
	border-radius: 50%;
}
.two-col-info,
.two-col-info .container {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	width: 100%;
}
.two-col-info:has(.content-box + .content-box),
.two-col-info:has(.content-box + .content-box) .container {
	flex-direction: unset;
}
.reverse.two-col-info,
.reverse.two-col-info>.container {
	flex-direction: unset;
}
.two-col-info .img-box,
.two-col-info .content-box {
	width: 50%;
}
.two-col-info .img-box img {
	width: 100%;
}
.v-center.two-col-info,
.v-center.two-col-info .container {
	align-items: center;
}
.two-col-info>.content-box {
	padding: 30px 60px 30px 30px;
	padding-left: max(30px, calc((100vw - var(--pageCenter)) / 2));
}
.reverse.two-col-info>.content-box {
	padding: 30px 60px 30px 30px;
	padding-right: max(30px, calc((100vw - var(--pageCenter)) / 2));
}
.reverse.two-col-info>.container .content-box {
	padding-right: 0;
	padding-left: 40px;
}
.two-col-info .container .content-box {
	padding: 30px 40px 30px 0;
}
.type3.two-col-info .img-box {
	padding: 0 70px 0 0;
}
.type3.two-col-info .content-box {
	padding-left: 0;
}
.type4.two-col-info .content-box {
	width: 40.8%;
}
.type4.two-col-info .img-box {
	width: 59.2%;
	display: grid;
	gap: 20px;
	grid-template-columns: 0.62231fr 1fr;
	align-items: center;
}
.type4.two-col-info .img-box figure:first-child {
	grid-row: 1 / span 2;
	margin: 0;
}
.type4.two-col-info .img-box figure:nth-child(2) {
	margin: auto 0 0;
}
.type4.two-col-info .img-box figure:nth-child(3) {
	margin: 0 0 auto;
}
.type5.two-col-info .container {
	max-width: 895px;
}
.type5.two-col-info .content-box {
	width: 61.1%;
}
.type5.two-col-info .img-box {
	width: 38.9%;
}
.type5.two-col-info .img-box figure {
	border: 1px solid #fff;
	box-shadow: -20px 20px 20px rgb(62 59 32 / 5%);
}
.why-choose-listing {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	text-align: left;
	margin: 49px 0 0;
}
.type2.two-col-info .content-box {
	width: 47.5%;
}
.type2.two-col-info .img-box {
	width: 51.5%;
	padding: 0 0 40px 80px;
	position: relative;
}
.type2.two-col-info .img-box figure {
	border: 1px solid #fff;
	box-shadow: -20px 20px 20px rgb(62 59 32 / 5%);
}
.type2.two-col-info .img-box figure+figure {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 160px;
}
.why-choose-listing .box .lazy-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.why-choose-listing .box .lazy-image {
	margin: 0 0 18px;
	padding-top: 127.21%;
}
.why-choose-listing .box h5 {
	margin: 0 0 10px;
}
.happy-client-wrapper .container {
	display: grid;
	grid-template-columns: 0.477fr 1fr;
	gap: 40px;
	align-items: center;
}
.happy-client {
	background: #f7f7f2;
	font-size: 16px;
	line-height: 24px;
	padding: 48px 50px;
	margin: 0 0 19px;
}
.happy-client-scroll {
	max-height: 616px;
	overflow-y: scroll;
	padding: 0 21px 0 0;
	position: relative;
}
.happy-client-scroll::-webkit-scrollbar {
	width: 5px;
}
.happy-client-scroll::-webkit-scrollbar-track {
	background: #d9d7bf;
	border-radius: 8px;
}
.happy-client-scroll::-webkit-scrollbar-thumb {
	background: #6d6941;
	border-radius: 8px;
}
.happy-client-scroll::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.happy-client h6 {
	font-size: 18px;
	font-weight: 800;
	padding: 0 0 0 55px;
	position: relative;
	min-height: 44px;
}
.happy-client h6 span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: #fff;
	font-weight: 400;
	background: var(--greenColor);
	border-radius: 50%;
	font-size: 18px;
	position: absolute;
	left: 0;
}
.happy-client h6 p {
	font-size: 14px;
	display: flex;
	color: #f9b805;
	padding: 4px 0 0;
	gap: 1px;
}
.happy-client-scroll+.bar {
	display: block;
	width: calc(100% - 27px);
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 21px;
	left: 0;
	background: #f7f7f2;
	background: linear-gradient(180deg,
		rgb(255 255 255 / 6%) 10%,
		rgb(247 247 242 / 100%) 35%,
		rgb(255 255 255 / 100%) 100%);
	opacity: 100%;
}
.happy-client-wrapper .box {
	position: relative;
}
.home-our-work-wrapper {
	background: #f0efe6;
	/* height: calc(100vh - var(--scrollheaderSpace)); */
	padding: 60px 0;
	--topSpaceHeight: 143px;
}
.home-our-work-wrapper .container {
	height: 100%;
}
.home-our-work-wrapper .top-box .box:last-child {
	padding: 0;
	display: flex;
	align-items: end;
	justify-content: end;
}
.home-our-work-listing {
	display: flex;
	gap: 30px;
	padding: 36px 0 0 0;
	height: 100%;
}
.home-our-work-wrapper .overflow-hidden {
	overflow: hidden;
	height: calc(100% - var(--topSpaceHeight));
}
.home-our-work-listing .home-our-work {
	flex-shrink: 0;
	width: 25%;
	padding: 0 0 5px;
}
.home-our-work-listing .home-our-work h5 {
	color: inherit;
	font-size: 24px;
}
.home-our-work-listing .home-our-work .lazy-image {
	padding: 0;
	margin: 0 0 23px;
	max-height: calc(100% - 60px);
}
.home-our-work-listing .home-our-work .lazy-image img {
	position: relative;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.contact-cta-wrapper {
	position: relative;
	padding: 0 0 104px;
}
.contact-cta-wrapper .img-box {
	overflow: hidden;
}
.contact-cta-wrapper .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact-cta-wrapper .box {
	background: #fff;
	position: absolute;
	z-index: 3;
	right: max(30px, calc((100vw - var(--pageCenter)) / 2) + 70px);
	top: auto;
	bottom: 44px;
	padding: 70px 70px;
	max-width: 1052px;
	width: 100%;
	box-shadow: 10px 17px 20px rgb(0 0 0 / 5%);
	display: grid;
	grid-template-columns: 1.98fr 1fr;
}
.contact-cta-wrapper .box .link-arrow {
	font-weight: 600;
}
.contact-cta-wrapper input:not(.btn),
.contact-cta-wrapper textarea {
	height: 51px;
	border: none;
	border-bottom: 1px solid #6d6941;
	padding: 21px 0 0 0;
	position: relative;
	z-index: 2;
	background: transparent;
}
.contact-cta-wrapper textarea {
	min-height: 111px;
	padding: 30px 0 0 0;
}
.contact-cta-wrapper .form-field [class^="col-"],
.contact-cta-wrapper .form-field [class*="col-"] {
	padding-top: 0;
	position: relative;
}
.contact-cta-wrapper .form-field label {
	position: absolute;
	z-index: 1;
	font-size: 16px;
	top: 11px;
	transition: all 0.3s linear 0s;
	line-height: normal;
	transform-origin: left top;
	transform: scale(1);
}
.contact-cta-wrapper .form-field .btn {
	padding: 11px 15px;
	height: auto;
	min-width: 111px;
	margin-top: 27px;
}
.contact-cta-wrapper .box .in-box:first-child {
	padding: 0 100px 0 0;
}
.contact-cta-wrapper .form-field .focus label,
.contact-cta-wrapper .form-field .text-in label {
	transform: scale(0.8);
	top: 9px;
}
.our-work-listing {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 0 0;
	padding: 60px 0 0;
}
.our-work {
	display: block;
	width: calc(50% - 20px);
	margin: 0 20px 30px 0;
	font-size: 14px;
	color: var(--bodyFontColor);
}
.our-work p:has(i) {
	display: flex;
	align-items: center;
	gap: 6px;
}
.our-work p:has(i) i {
	font-size: 12px;
}
.our-work h5 {
	font-size: 24px;
	color: var(--linkColor);
	margin: 0;
	width: fit-content;
	padding: 0 28px 0 0;
	position: relative;
}
.our-work h5:after {
	content: "\f178";
	display: block;
	font-family: "Font Awesome 6 Pro";
	font-size: 17px;
	font-weight: 400;
	position: absolute;
	right: 5px;
	top: 60%;
	transform: translate(0, -50%);
	opacity: 0;
}
.our-work:hover h5:after {
	opacity: 100%;
	right: 0;
}
.our-work .lazy-image {
	padding-top: 76.191%;
	margin: 0 0 14px;
}
.our-work .lazy-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.our-work-listing .our-work:nth-child(8n + 1),
.our-work-listing .our-work:nth-child(8n + 3),
.our-work-listing .our-work:nth-child(8n + 5),
.our-work-listing .our-work:nth-child(8n + 6) {
	width: calc(29.3% - 20px);
}
.our-work-listing .our-work:nth-child(8n + 1) .lazy-image,
.our-work-listing .our-work:nth-child(8n + 3) .lazy-image,
.our-work-listing .our-work:nth-child(8n + 5) .lazy-image,
.our-work-listing .our-work:nth-child(8n + 6) .lazy-image {
	padding-top: 133.002%;
}
.our-work-listing .our-work:nth-child(8n + 2),
.our-work-listing .our-work:nth-child(8n + 4) {
	width: calc(41.4% - 20px);
}
.our-work-listing .our-work:nth-child(8n + 2) .lazy-image,
.our-work-listing .our-work:nth-child(8n + 4) .lazy-image {
	padding-top: 92.63%;
}
.home-video-wrapper .two-col-info .box {
	width: 48.437%;
	padding: 0 160px 0 0;
}
.home-video-wrapper .two-col-info .video-box {
	width: 51.563%;
	position: relative;
	padding-top: 34%;
}
.home-video-wrapper .two-col-info .box h3 {
	font-size: 36px;
}
.home-video-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.home-faq-wrapper .container {
	display: flex;
	flex-wrap: wrap;
}
.home-faq-wrapper .box:has(img) {
	width: 38.7%;
}
.home-faq-wrapper .box:last-child {
	width: 61.3%;
	padding: 30px 0 30px 65px;
}
.home-faq-wrapper .box:has(img) img {
	width: 100%;
}
.map-wrapper {
	position: relative;
	overflow: hidden;
	padding-top: 34%;
}
.map-wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.two-col-info .content-box:has(+ .content-box) {
	padding: 0;
}
.contact-info {
	padding: 0 80px 0 0 !important;
}
.contact-info h6 {
	font-size: 28px;
	color: var(--greenColor);
}
.contact-form {
	background: #f0efe6;
	padding: 48px 50px;
}
.contact-form h5 {
	color: var(--greenColor);
	font-size: 24px;
}
.contact-form input:not(.btn),
.contact-form textarea,
.contact-form select {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #6d6941;
	height: 40px;
	padding: 0;
}
.contact-form textarea {
	min-height: 149px;
	padding: 15px 0 0;
}
.contact-form label {
	color: var(--greenColor);
	font-size: 16px;
	line-height: 1;
	margin: 0;
}
.contact-form.form-field [class^="col-"],
.contact-form.form-field [class*="col-"] {
	padding-top: 38px;
}
.contact-form h5+.row {
	margin-top: -25px;
}
.contact-form.form-field [class^="col-"]:has(.btn),
.contact-form.form-field [class*="col-"]:has(.btn) {
	padding-top: 28px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #9c9978;
}
.common-content:has(.happy-client-list) {
	padding-top: 20px;
}
.happy-client-list .box h6 {
	font-size: 18px;
	font-weight: 800;
	padding: 0 0 0 55px;
	position: relative;
	min-height: 44px;
}
.happy-client-list .box h6 span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: #fff;
	font-weight: 400;
	background: var(--greenColor);
	border-radius: 50%;
	font-size: 18px;
	position: absolute;
	left: 0;
}
.happy-client-list .box h6 p {
	font-size: 14px;
	display: flex;
	color: #f9b805;
	padding: 4px 0 0;
	gap: 1px;
}
.happy-client-list .box .in {
	padding: 11px 0 0px 55px;
}
.happy-client-list .box {
	margin: 60px 0;
}
.pdp-img-gall {
	display: flex;
	gap: 100px;
	justify-content: space-between;
}
.pdp-img-gall .box:nth-child(1) {
	margin-top: 30px;
}
.pdp-img-gall .box:nth-child(2) {
	margin-top: 152px;
}
.pdp-img-gall .box h6 {
	color: inherit;
	font-size: 24px;
}
.pdp-img-gall .box img {
	margin: 0 0 21px;
	max-width: 100%;
}
.pdp-info .full-info {
	color: var(--greenColor);
	width: 100%;
	position: relative;
	padding-top: 67px;
}
.pdp-info .full-info h5 {
	color: inherit;
	font-weight: 700;
	font-style: normal;
}
.pdp-info .full-info .bottom {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	line-height: normal;
	column-gap: 30px;
	position: relative;
	z-index: 2;
	padding: 58px;
	padding-top: 0;
	padding-bottom: 28px;
	max-width: calc(var(--pageCenter) - 150px);
	width: 100%;
	background: #f7f7f2;
	margin: 0 0 0 auto;
	margin-right: max(15px, calc((100vw - var(--pageCenter)) / 2 + 72px));
}
.pdp-info .full-info .bottom h5 {
	grid-column: 1 / span 4;
	margin: 0 0 23px;
}
.pdp-info .full-info .bottom h6 {
	font-size: 24px;
	color: inherit;
	font-family: "Yellowtail";
	font-weight: 400;
	margin: 0 0 5px;
}
.pdp-info .full-info .top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	position: relative;
	z-index: 2;
}
.pdp-info .full-info .top .box:first-of-type {
	padding: 0 115px 0 0;
	font-style: italic;
	padding-left: max(30px, calc((100vw - var(--pageCenter)) / 2 + 132px));
}
.pdp-info .full-info .top .box:has(img) {
	overflow: hidden;
}
.pdp-info .full-info .top .box:has(img) img {
	width: 100%;
	margin: 0 auto;
	max-height: 700px;
	object-fit: contain;
}
.pdp-info .full-info .bg {
	background: #f7f7f2;
	max-width: calc(var(--pageCenter) - 150px);
	width: 100%;
	left: auto;
	right: max(15px, calc((100vw - var(--pageCenter)) / 2 + 72px));
}
.pdp-info .top-info {
	position: relative;
	z-index: 2;
	display: flex;
	max-width: 600px;
	margin: 0 auto;
	gap: 70px;
	font-family: "ff-angie-pro";
	font-size: 24px;
	line-height: normal;
	padding: 0 0 61px;
	width: 100%;
}
.pdp-info .top-info h3 {
	color: var(--greenColor);
	font-size: 36px;
	font-weight: 700;
}
.pdp-info .top-info h3::after {
	content: "";
	display: block;
	width: 85%;
	height: 1px;
	background: var(--greenColor);
	margin: 11px 0 0 auto;
}
.pdp-info {
	padding-top: 110px;
}
.pdp-info .floating {
	position: absolute;
	top: -110px;
	left: 0;
	z-index: 2;
	width: 100%;
	max-width: 18%;
}
.pdp-info .floating img {
	width: 100%;
	object-fit: cover;
}
.pdp-info-slider {
	/* background: #f7f7f2; */
	padding: 0px;
}
.pdp-info-slider .pdp-slide {
	display: flex !important;
	align-items: center;
	justify-self: center;
}
.type2.pdp-img-gall {
	gap: 20px !important;
}
.type2.pdp-img-gall .box {
	margin: 0;
	width: 100%;
}
.pdp-img-gall .box img {
	width: 100%;
}
.type2.pdp-img-gall .box:nth-child(1) {
	width: 150%;
}
.type2.pdp-img-gall .box .lazy-image {
	margin: 0 0 21px;
	padding-top: 113%;
}
.type2.pdp-img-gall .box .lazy-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}
.type2.pdp-img-gall .box:nth-child(1) .lazy-image {
	padding-top: 75.3%;
}
.type2.pdp-info .full-info .bg {
	left: 0;
	right: 0;
	max-width: calc(var(--pageCenter) - 30px);
	margin: 0 auto;
}
.type2.pdp-info .full-info .bottom {
	max-width: calc(var(--pageCenter) - 30px);
	margin: 0 auto;
}
.pdp-info .full-info .bottom .box {
	padding: 0 0 30px;
}
.project-listing {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	margin: 42px 0 0 0;
	row-gap: 40px;
	max-width: 1095px;
	margin-inline: auto;
}
.proj-box .lazy-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.proj-box {
	text-align: center;
	font-size: 14px;
	color: inherit;
}
.proj-box p {
	text-transform: uppercase;
	margin: 0;
}
.proj-box h3 {
	font-size: 30px;
	color: var(--linkColor);
}
.proj-box .lazy-image {
	padding-top: 100%;
	margin: 0 0 23px;
}
.project2-listing {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 42px 0 40px 0;
	row-gap: 30px;
}
.project2-listing .proj-box2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.project2-listing .proj-box2 u {
	text-underline-offset: 3px;
}
.project2-listing .proj-box2 .lazy-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.project2-listing .proj-box2 .lazy-image {
	margin: 0 0 10px;
	padding-top: 100%;
}
.project-listing+.text-center {
	margin: 80px 0 0;
}
.benefits-listing {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 29px 0 32px;
}
.benefits-listing .box {
	text-align: left;
	background: #f9f8ee;
	border-radius: 10px;
	padding: 30px 40px;
	line-height: 25px;
	font-size: 18px;
}
.benefits-listing .box h4 {
	font-size: 24px;
	margin: 0 0 8px;
}
.benefits-listing .box i {
	display: block;
	margin: 0 0 17px;
}
.perfect-door-wrapper .container {
	max-width: 1011px;
}
.perfect-door-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	row-gap: 30px;
	margin-top: 34px;
}
.perfect-door-list .box .lazy-image {
	padding-top: 100%;
	border: 1px solid #fff;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	margin: 0 0 22px;
}
.perfect-door-list .box .lazy-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.perfect-door-list .box {
	text-align: center;
	color: #000;
	font-family: "ff-angie-pro";
}
.upgrade-wrapper {
	text-align: center;
}
.upgrade-wrapper .container {
	max-width: 1011px;
}
.upgrade-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	row-gap: 43px;
	margin: 39px 0 0;
}
.upgrade-list .box {
	display: block;
	text-align: center;
	color: #000;
	font-family: "ff-angie-pro";
	line-height: 1.2;
}
.upgrade-list .box .lazy-image {
	padding-top: 136%;
	border: 1px solid #fff;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	margin: 0 0 25px;
}
.upgrade-list .box .lazy-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.upgrade-list .box.video .lazy-image::after {
	content: "\f144";
	display: block;
	font-family: "Font Awesome 5 Pro";
	font-size: 50px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}
.upgrade-list .box p {
	padding: 0 15px;
}
.gallery-listing {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.gallery-listing a.gall-box {
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 75%;
	border: 1px solid #fff;
	box-shadow: 0px 0px 10px rgb(62 59 32 / 18%);
}
.gallery-listing a.gall-box img,
.gallery-listing a.gall-box video {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-listing a.gall-box::before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background-image: url("../img/ajax-loader.gif");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}
.gallery-listing a.gall-box.video::after {
	content: "\f144";
	display: block;
	font-family: "Font Awesome 5 Pro";
	font-size: 50px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	transform: translate(-50%, -50%);
}
.team-listing {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.team-listing .box {
	text-align: center;
	line-height: 1.3;
}
.team-listing .big {
	grid-column: 1 / span 2;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	text-align: center;
	align-content: start;
}
.team-listing .big p {
	grid-column: 1 / span 2;
}
.team-listing .box .lazy-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team-listing .box .lazy-image {
	padding-top: 132%;
	margin: 0 0 18px;
}
.team-listing .box p {
	margin: 0 0 10px;
}
#gall {
	scroll-margin-top: calc(var(--scrollheaderSpace) + 30px);
}
.team-listing-contact .container {
	display: grid;
	grid-template-columns: 1fr 0.55fr;
	gap: 30px;
	align-items: center;
}

.team-listing-contact .team-listing,
.team-listing-contact .team-listing .big {
	gap: 5px;
}

.team-listing-contact .team-listing .box .lazy-image {
	margin: 0 0 10px;
}

.team-listing-contact .team-listing .h5 {
	font-size: 21px;
}

.team-listing-contact .team-listing,
.team-listing-contact .team-listing .box,
.team-listing-contact .team-listing .big {
	text-align: left;
	font-size: 16px;
	line-height: normal;
}

.team-listing-contact .content-box {
	padding: 0 0 0 25px;
}

.team-listing-contact .team-listing .big .h5 {
	margin: 0 0 3px;
}

.team-listing-contact .team-listing .box p {
	margin: 0 0 5px;
}

.team-listing-contact .team-listing .big {
	text-align: center;
}

.team-listing-contact {
	padding: 40px 0 30px;
}

.why-birdseye {
	padding: 30px 0
}
.why-birdseye .container {
	max-width: 1195px
}
.why-birdseye h3 {
	text-align: center;
	font-size: 36px
}
.why-row-grid {
	padding: 60px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}
.why-row-grid+.why-row-grid {
	padding-top: 20px
}
.why-row-grid.reverse {
	flex-direction: row-reverse
}
.why-row-grid .img-box {
	position: relative;
	float: left;
	width: 54%;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px
}
.why-row-grid .img-box img {
	width: 100%;
}
.why-row-grid .text-box {
	float: left;
	width: 46%;
	padding-left: 60px;
}
.why-row-grid.reverse .img-box {
	padding-right: 0;
}
.why-row-grid.reverse .text-box {
	padding-left: 0;
	padding-right: 60px;
}
.why-row-grid h4 {
	font-size: 20px;
	color: #6d6941;
	font-family: var(--bodyFontFamily);
	font-weight: bold; margin-bottom: 5px;
}
.why-row-grid p {
	font-size: 18px;
	color: #7e7e7e
}
/************Responsive Start************/
@media only screen and (min-width: 1800px) {
	.home-our-work-listing .home-our-work {
		width: 30%;
	}
}
@media only screen and (min-width: 2050px) {
	.home-our-work-listing .home-our-work {
		width: 40%;
	}
}
@media only screen and (max-width: 1250px) {
	header .header-btn-wrap .btn {
		font-size: 0;
		min-width: unset;
	}
	header .header-btn-wrap .btn {
		width: 46px;
		height: 46px;
	}
	header .header-btn-wrap .btn i {
		display: block;
		margin: 0;
		font-size: 23px;
		font-weight: 300;
	}
	header .header-btn-wrap a[href^="tel:"] {
		width: 46px;
		height: 46px;
		font-size: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--btnBg);
		color: #fff;
		border-radius: 50%;
	}
	header .header-btn-wrap a[href^="tel:"] i {
		color: inherit;
		font-size: 20px;
		font-weight: 300;
		transform: unset;
		margin: 0 0 0 9px;
	}
	header .header-btn-wrap ul li {
		margin: 0 0 0 10px;
	}
	.nav-wrap {
		margin: 0 auto;
	}
	.inner-banner {
		min-height: unset;
	}
}
@media only screen and (max-width: 1220px) {
	.pdp-info .full-info .bg {
		width: calc(100% - 20px);
		margin: 0 auto;
		left: 10px;
		right: 10px;
		max-width: 100%;
	}
	.pdp-info .full-info .bottom {
		max-width: unset;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
}
@media only screen and (max-width: 1024px) {
	/**************/
	.nav-trigger {
		float: right;
		padding: 4px 11px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		cursor: pointer;
		transition-property:
			opacity,
			-webkit-filter;
		transition-property: opacity, filter;
		transition-property:
			opacity,
			filter,
			-webkit-filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		border: 2px solid var(--greenColor);
		border-radius: 7px;
		margin: 0 0 0 10px;
		overflow: visible;
		font-size: 0;
		line-height: 0;
	}
	.nav-trigger .icon {
		width: 20px;
		height: 30px;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		cursor: pointer;
		display: flex;
		vertical-align: middle;
		line-height: 0;
		margin: 4px 0 0 0;
	}
	.nav-trigger .icon span {
		display: block;
		position: absolute;
		height: 2px;
		width: 50%;
		background: var(--greenColor);
		opacity: 1;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	.nav-trigger .icon span:nth-child(even) {
		left: 50%;
	}
	.nav-trigger .icon span:nth-child(odd) {
		left: 0;
	}
	.nav-trigger .icon span:nth-child(1),
	.nav-trigger .icon span:nth-child(2) {
		top: 3px;
	}
	.nav-trigger .icon span:nth-child(3),
	.nav-trigger .icon span:nth-child(4) {
		top: 12px;
	}
	.nav-trigger .icon span:nth-child(5),
	.nav-trigger .icon span:nth-child(6) {
		top: 21px;
	}
	.closemenu.nav-trigger .icon span:nth-child(1),
	.closemenu.nav-trigger .icon span:nth-child(6) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.closemenu.nav-trigger .icon span:nth-child(2),
	.closemenu.nav-trigger .icon span:nth-child(5) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.closemenu.nav-trigger .icon span:nth-child(1) {
		left: 2px;
		top: 8px;
	}
	.closemenu.nav-trigger .icon span:nth-child(2) {
		left: calc(50% - 1px);
		top: 8px;
	}
	.closemenu.nav-trigger .icon span:nth-child(3) {
		left: -50%;
		opacity: 0;
	}
	.closemenu.nav-trigger .icon span:nth-child(4) {
		left: 100%;
		opacity: 0;
	}
	.closemenu.nav-trigger .icon span:nth-child(5) {
		left: 2px;
		top: 15px;
	}
	.closemenu.nav-trigger .icon span:nth-child(6) {
		left: calc(50% - 1px);
		top: 15px;
	}
	#sidebar-nav {
		right: -300px;
		top: 0;
		bottom: 0;
		position: fixed;
		width: 300px;
		overflow-x: hidden;
		overflow-y: auto;
		margin: 0;
		padding: 20px 0 30px 35px;
		transition: all 0.2s linear 0s;
		-moz-transition: all 0.2s linear 0s;
		-webkit-transition: all 0.2s linear 0s;
		-ms-transition: all 0.2s linear 0s;
		-o-transition: all 0.2s linear 0s;
		background: #fff;
		-webkit-box-shadow:
			inset -30px 20px 20px rgb(255 255 255),
			inset -30px -20px 20px rgb(255 255 255),
			inset 0px 0px 20px rgb(0 0 0 / 40%);
		box-shadow:
			inset -30px 20px 20px rgb(255 255 255),
			inset -30px -20px 20px rgb(255 255 255),
			inset 0px 0px 20px rgb(0 0 0 / 40%);
	}
	html,
	header {
		-o-transition: all 0.2s linear 0s;
		transition: all 0.2s linear 0s;
		-moz-transition: all 0.2s linear 0s;
		-webkit-transition: all 0.2s linear 0s;
		-ms-transition: all 0.2s linear 0s;
		-o-transition: all 0.3s linear 0s;
	}
	.sidebar_active {
		overflow: hidden;
		margin-left: -300px;
		margin-right: 300px;
	}
	.sidebar_active #sidebar-nav {
		display: block;
		right: 0;
		z-index: 999999;
	}
	.nav-wrap nav ul.nav>li.has-sub>a:after {
		display: none;
	}
	.sidebar_active header {
		position: fixed;
		left: -300px;
		right: 300px;
	}
	.nav-wrap nav ul li::before {
		display: none;
	}
	.nav-wrap nav ul,
	nav ul ul {
		display: none;
	}
	.nav-wrap nav ul.nav {
		padding: 0;
		margin: 0;
		border: 0;
		visibility: visible;
		display: block !important;
		top: 0;
		color: #272422;
	}
	.nav-wrap nav ul.nav>li {
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
	}
	.nav-wrap nav ul.nav>li>a {
		display: block;
		color: #272422;
		padding: 17px 20px 17px 5px;
		margin: 0;
		white-space: inherit;
		border-radius: 0;
		border: none;
		font-size: 21px;
		line-height: 26px;
		font-weight: 700;
		text-decoration: none;
		text-transform: capitalize;
	}
	.nav-wrap nav ul.nav>li.has-sub>a {
		padding-right: 50px;
	}
	.nav-wrap nav ul.nav ul li {
		opacity: 1;
		padding: 0;
	}
	.nav-wrap nav ul.nav ul {
		position: static;
		opacity: 1;
		visibility: visible;
		padding: 0;
		border-radius: 0;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.nav-wrap nav>ul.nav>li>ul {
		max-height: inherit;
		margin-top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		text-align: left;
	}
	.nav-wrap nav ul.nav>li>ul>li {
		padding: 0;
		margin: 0;
		float: left;
		width: 100%;
		border-bottom: none;
		min-width: inherit;
	}
	.nav-wrap nav ul.nav>li>ul li a {
		display: block;
		color: inherit;
		padding: 10px 40px 10px 15px;
		font-size: 17px;
		font-weight: 500;
		line-height: normal;
		white-space: inherit;
		text-align: left;
	}
	.nav-wrap nav ul.nav ul ul li {
		padding-left: 10px;
	}
	.nav-wrap nav .submenu-button {
		position: absolute;
		font-size: 0;
		background-color: transparent;
		right: 0;
		display: block;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 111;
	}
	.nav-wrap nav ul.nav>li>.submenu-button {
		height: 60px;
		width: 50px;
	}
	.nav-wrap nav .submenu-button:before {
		content: "";
		position: absolute;
		right: 50%;
		top: 50%;
		margin: -4px -4px 0 0;
		border: solid #000;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 3px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.nav-wrap nav .submenu-button.submenu-opened:before {
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		margin-top: -3px;
	}
	.sidebar_active .mega-dropdown.open,
	.sidebar_active .nav-wrap nav ul.nav ul.open {
		display: block !important;
		position: static !important;
		top: 40px;
		left: auto;
		right: 0;
		bottom: 0;
		width: 100%;
		margin: 0;
		opacity: 1;
		visibility: visible;
		height: 100%;
		overflow: auto;
		z-index: 99999;
	}
}
@media only screen and (max-width: 991px) {
	:root {
		--logoWidth: 160px;
		--scrollLogoWidth: 160px;
		--headerSpace: 113px;
		--scrollheaderSpace: 133px;
	}
	.alignleft,
	.alignright {
		max-width: 300px;
	}
	/*** Menu Accordion Mobile **/
	.mnu-acc {
		position: relative;
	}
	.mnu-acc+.content {
		display: none;
		padding: 10px 0px 0px;
	}
	.mnu-acc-trg {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100%;
		height: 30px;
		line-height: 30px;
		color: rgb(0, 176, 140);
		font-size: 12px;
		text-align: right;
		cursor: pointer;
	}
	.mnu-acc-trg i {
		-webkit-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
	}
	.active.mnu-acc .mnu-acc-trg i {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.main-banner .caption {
		display: flex;
		flex-direction: column-reverse;
		padding-bottom: 0;
	}
	.header-top ul li p {
		font-size: 0;
	}
	.header-top ul li p i {
		margin: 0;
	}
	.header-top ul {
		gap: 20px;
	}
	.header-top {
		padding: 1px 0;
	}
	.header-row {
		padding: 9px 0;
	}
	.main-banner {
		padding: 0 0 40px;
	}
	.main-banner .img-box {
		border: none;
		box-shadow: 0px 15px 15px rgb(62 59 32 / 25%);
		max-height: 500px;
	}
	.main-banner .caption .content-box {
		padding: 30px 20px;
		padding-top: 40px;
		padding-bottom: 0;
		text-align: center;
	}
	.main-banner h1,
	.main-banner .heading {
		font-size: 32px;
	}
	.main-banner p:has(.btn) {
		padding: 0;
		margin: 0;
	}
	.main-banner .img-box img {
		transform: unset !important;
	}
	.main-banner p .btn {
		padding: 12px 20px;
		min-width: auto;
	}
	.main-banner h6 {
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.main-banner h6::before {
		display: inline-block;
		position: static;
		width: 30px;
		margin: 0 10px 0 0;
	}

	.main-banner .caption .content-box p {
		margin: 0 0 5px;
	}
	.main-banner .slick-prev,
	.main-banner .slick-next {
		display: none !important;
	}

	.custome-slick-dots {
		position: absolute;
		top: 0;
		right: 0;
	}
	.top-box {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.top-box .box:has(.small-heading)+.box {
		padding: 0;
	}
	.small-heading+h3 br {
		display: none;
	}
	.home-service-listing {
		margin: 20px 0 0;
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.home-service-listing .box .lazy-image {
		margin: 0 0 5px;
	}
	.common-content {
		padding: 30px 0;
	}
	.two-col-info .img-box,
	.two-col-info .content-box,
	.type2.two-col-info .img-box,
	.type2.two-col-info .content-box,
	.type4.two-col-info .img-box,
	.type4.two-col-info .content-box,
	.type5.two-col-info .content-box,
	.type5.two-col-info .img-box {
		width: 100%;
	}
	.two-col-info>.content-box,
	.two-col-info .container .content-box,
	.type3.two-col-info .content-box,
	.type4.two-col-info .content-box,
	.type5.two-col-info .content-box {
		padding: 20px 10px !important;
		padding-bottom: 0;
	}
	.type3.two-col-info .img-box {
		padding: 0;
	}
	.type2.two-col-info .img-box figure+figure {
		max-width: 90px;
	}
	.type2.two-col-info .img-box {
		padding: 0 0 30px 40px;
	}
	.type4.two-col-info .img-box {
		gap: 10px;
	}
	.common-content .two-col-info .content-box {
		padding-bottom: 0 !important;
	}
	.why-choose-listing {
		margin: 30px 0 0;
		grid-template-columns: 1fr;
	}
	.happy-client-wrapper .container {
		grid-template-columns: 1fr;
	}
	.happy-client {
		padding: 20px 20px;
	}
	.contact-cta-wrapper .box {
		position: relative;
		max-width: 93%;
		margin: -40px auto 0;
		padding: 30px 25px;
		z-index: 2;
		right: auto;
		left: auto;
		box-shadow: 0px 10px 30px rgb(0 0 0 / 15%);
		display: block;
	}
	.contact-cta-wrapper .box .in-box:first-child {
		padding: 0 0 30px;
	}
	.contact-cta-wrapper .btn {
		width: 100%;
	}
	.contact-cta-wrapper .img-box {
		min-height: 280px;
	}
	.contact-cta-wrapper .img-box img {
		height: 280px;
		object-fit: cover;
	}
	.contact-cta-wrapper {
		padding: 0;
	}
	footer .top-footer {
		grid-template-columns: 1fr;
		padding-top: 0;
	}
	footer .top-footer .left-content {
		text-align: center;
		padding: 0 0 30px;
	}
	footer .top-footer .left-content .f-logo {
		width: fit-content;
		margin: 0 auto 30px;
	}
	footer .top-footer .right-content {
		flex-wrap: wrap;
	}
	footer .bottom-footer {
		text-align: center;
		flex-direction: column;
		padding: 20px 0 20px;
	}
	footer .bottom-footer p:last-of-type {
		padding: 13px 0 0;
	}
	.home-our-work-wrapper .top-box .box:last-child {
		justify-content: flex-start;
	}
	.home-our-work-listing .home-our-work {
		width: calc(50% - 5px);
	}
	.home-our-work-listing .home-our-work .lazy-image {
		margin: 0 0 10px;
		max-height: unset;
	}
	.home-our-work-listing .home-our-work h5 {
		font-size: 21px;
	}
	.home-our-work-listing {
		flex-wrap: wrap;
		gap: 10px;
	}
	.home-our-work-wrapper {
		height: auto;
	}
	.home-our-work-wrapper .overflow-hidden {
		height: auto;
	}
	.home-video-wrapper .two-col-info .box,
	.home-video-wrapper .two-col-info .video-box {
		width: 100%;
	}
	.home-video-wrapper .two-col-info .video-box {
		padding-top: 75%;
	}
	.home-video-wrapper .two-col-info .box {
		padding: 10px 0 0;
	}
	.home-video-wrapper .two-col-info .box h3 {
		font-size: 27px;
	}
	.home-faq-wrapper .box {
		width: 100% !important;
	}
	.home-faq-wrapper .box:last-child {
		padding: 20px 0 0;
	}
	.inner-banner h1 {
		font-size: 30px;
	}
	.inner-banner::before {
		width: 100%;
	}
	.inner-banner,
	.type2.inner-banner {
		padding: 30px 0;
	}
	.type2.inner-banner {
		font-size: 16px;
	}
	.pdp-info .top-info {
		flex-direction: column;
		text-align: center;
		padding: 0 15px;
		padding-bottom: 60px;
		align-items: center;
		gap: 20px;
		font-size: 20px;
	}
	.type2.pdp-info .top-info {
		padding-bottom: 30px;
	}
	.pdp-info .top-info h3 {
		font-size: 30px;
	}
	.pdp-info .full-info {
		padding-top: 100px;
	}
	.pdp-info .floating {
		top: -44px;
		max-width: 40%;
	}
	.pdp-info .full-info .top {
		grid-template-columns: 1fr;
	}
	.pdp-info-slider {
		background: #f3f3f2;
	}
	.pdp-info .full-info .top .box:first-of-type {
		padding: 100px 30px 30px;
		text-align: center;
	}
	.pdp-info .full-info .bottom {
		padding: 30px 30px;
		grid-template-columns: repeat(1, 1fr);
		row-gap: 25px;
	}
	.pdp-info .full-info .bottom .box {
		padding: 0;
	}
	.pdp-info .full-info .bottom h5 {
		grid-column: unset;
		margin: 0;
	}
	.pdp-img-gall {
		flex-direction: column;
		gap: 20px;
	}
	.pdp-img-gall .box {
		margin: 0 !important;
		width: 100% !important;
		transform: unset !important;
	}
	.pdp-img-gall .box img {
		width: 100%;
	}
	.type2.pdp-info .full-info {
		padding: 0;
	}
	.type2.pdp-info .full-info .top .box:first-of-type {
		padding-top: 30px;
	}
	.type2.pdp-img-gall .box .lazy-image,
	.type2.pdp-img-gall .box:nth-child(1) .lazy-image {
		padding-top: 100%;
	}
	.top-box br {
		display: none;
	}
	.top-box:has(.btn) {
		text-align: center;
	}
	.inner-banner:has(ul.breadcrumbs) {
		padding-bottom: 50px;
	}
	.inner-banner ul.breadcrumbs {
		padding-bottom: 15px;
	}
	.our-work-listing {
		padding: 30px 0 0;
		margin: 0 -10px 0 0;
	}
	.our-work,
	.our-work-listing .our-work:nth-child(8n + 1),
	.our-work-listing .our-work:nth-child(8n + 3),
	.our-work-listing .our-work:nth-child(8n + 5),
	.our-work-listing .our-work:nth-child(8n + 6),
	.our-work-listing .our-work:nth-child(8n + 2),
	.our-work-listing .our-work:nth-child(8n + 4) {
		width: calc(50% - 10px);
		margin: 0 10px 30px 0;
	}
	.two-col-info .content-box:has(+ .content-box),
	.two-col-info .content-box+.content-box {
		padding-inline: 0 !important;
	}
	.two-col-info .content-box:has(+ .content-box) {
		padding-top: 0 !important;
	}
	.contact-info h6 {
		font-size: 22px;
	}
	.contact-form {
		padding: 30px 30px;
	}
	.map-wrapper {
		padding-top: 100%;
	}
	.project-listing {
		gap: 10px;
		row-gap: 15px;
		margin: 25px 0 0 0;
	}
	.proj-box .lazy-image {
		margin: 0 0 10px;
	}
	.proj-box h3 {
		font-size: 21px;
		margin: 3px 0 0;
	}
	.proj-box p {
		line-height: normal;
	}
	.project-listing+.text-center {
		margin: 30px 0 0;
	}
	.project2-listing {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		row-gap: 20px;
		margin: 20px 0 20px 0;
	}
	.text-center br {
		display: none;
	}
	.benefits-listing {
		grid-template-columns: repeat(1, 1fr);
	}
	.benefits-listing .box {
		padding: 25px;
	}
	.perfect-door-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.perfect-door-list .box .lazy-image {
		margin: 0 0 10px;
	}
	.upgrade-wrapper br {
		display: none;
	}
	.upgrade-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin-top: 0;
	}
	.upgrade-list .box .lazy-image {
		margin: 0 0 10px;
	}
	.upgrade-list .box p {
		padding: 2px;
		padding-top: 0;
	}
	.gallery-listing {
		grid-template-columns: repeat(2, 1fr);
		gap: 5px;
	}
	.gallery-listing a.gall-box {
		box-shadow: 0px 0px 5px rgb(62 59 32 / 15%);
	}
	.team-listing {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.team-listing .big {
		column-gap: 5px;
	}
	.team-listing .box .lazy-image {
		padding-top: 140%;
		margin: 0 0 10px;
	}
	.team-listing p.h5 {
		margin: 0 0 8px;
	}.team-listing-contact .container {
		grid-template-columns: 1fr;
	}

	.team-listing-contact .team-listing, .team-listing-contact .team-listing .big {
		gap: 10px;
	}

	.team-listing-contact .content-box {
		padding: 0 0 0;
	}
	.why-birdseye h3{ font-size: 30px}
	.why-row-grid {
		padding: 0
	}
	.why-row-grid+.why-row-grid {
		padding-top: 30px
	}
	.why-row-grid .img-box {
		width: 100%
	}
	.why-row-grid .text-box {
		width: 100%;
		padding: 30px 0 0 !important
	}
	.home-service-listing .box h4 {
    font-size: 30px;
}
}
@media only screen and (max-width: 767px) {
	.why-row-grid .img-box {gap: 10px}
}
@media only screen and (max-width: 639px) {}
@media only screen and (max-width: 580px) {
	.alignleft,
	.alignright {
		max-width: 100%;
		margin: 10px 0;
		float: none;
		display: block;
	}
}
@media only screen and (max-width: 479px) {}
@media only screen and (max-width: 420px) {}
@media only screen and (max-width: 359px) {
	.sidebar_active {
		overflow: hidden;
		margin-left: -255px;
		margin-right: 255px;
	}
	.sidebar_active header {
		position: fixed;
		left: -255px;
		right: 255px;
	}
	#sidebar-nav {
		right: -255px;
		width: 255px;
		padding-left: 20px;
	}
}
/************Responsive End************/