/*
	Theme Name: MAETCHEWP
	Theme URI: 
	Description: 
	Author: 
	Author URI: 
	Version: 1.0
	Tags: threaded-comments, theme-options, sticky-post, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background
	Text Domain: maetchewp
	License: GNU General Public License
	License URI: license.txt
*/

/* ----------
	
	+ Font List
		- font-family: "Darker Grotesque", sans-serif;
		- font-family: "Inter", sans-serif;
	
	+ Responsive
		- Min Width : 576
		- Min Width : 768
		- Min Width : 992
		- Min Width : 1200
		- Max Width : 575
		- Max Width : 767
		- Max Width : 991
		- Max Width : 1199
		
----------*/

:root {
	--globle-color: #1F242E;	
	--mc-orange-color: #DF592E;
	--mc-yellow-color: #FED457;
	--mc-khaki-color: #BEAB7B;
	--mc-content-color: #9F9D97;
	--mc-darkblue-color: #303541;
}
body {
	color: var(--globle-color);
	font-family: "Darker Grotesque", sans-serif;
	font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
	overflow-x: hidden;
}

img {
    max-width: 100%;
	height: auto;
}
a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
a,
a:hover {
    outline: 0 !important;
	text-decoration: none;
}
a:hover {
	/* color: #ae9066; */
}
h1,h2,h3,h4,h5,h6,p,a,li,span {
	word-wrap: break-word;
}
h1,h2,h3,h4,h5,h6 {
    /* line-height: 1.4; */
}

/* p {
	color: var(--content-color);
} */

.accent-color {
	color: var(--primary-color) !important;
}

/* Padding Top */
.pt_0 { padding-top: 0px !important; }
.pt_5 { padding-top: 5px !important; }
.pt_10 { padding-top: 10px !important; }
.pt_15 { padding-top: 15px !important; }
.pt_20 { padding-top: 20px !important; }
.pt_25 { padding-top: 25px !important; }
.pt_30 { padding-top: 30px !important; }
.pt_35 { padding-top: 35px !important; }
.pt_40 { padding-top: 40px !important; }
.pt_45 { padding-top: 45px !important; }
.pt_50 { padding-top: 50px !important; }
.pt_55 { padding-top: 55px !important; }
.pt_60 { padding-top: 60px !important; }
.pt_65 { padding-top: 65px !important; }
.pt_70 { padding-top: 70px !important; }
.pt_75 { padding-top: 75px !important; }
.pt_80 { padding-top: 80px !important; }
.pt_85 { padding-top: 85px !important; }
.pt_90 { padding-top: 90px !important; }
.pt_95 { padding-top: 95px !important; }
.pt_100 { padding-top: 100px !important; }
.pt_105 { padding-top: 105px !important; }
.pt_110 { padding-top: 110px !important; }
.pt_115 { padding-top: 115px !important; }
.pt_120 { padding-top: 120px !important; }
.pt_125 { padding-top: 125px !important; }
.pt_130 { padding-top: 130px !important; }
.pt_135 { padding-top: 135px !important; }
.pt_140 { padding-top: 140px !important; }
.pt_145 { padding-top: 145px !important; }
.pt_150 { padding-top: 150px !important; }
.pt_155 { padding-top: 155px !important; }
.pt_160 { padding-top: 160px !important; }
.pt_165 { padding-top: 165px !important; }
.pt_170 { padding-top: 170px !important; }
.pt_175 { padding-top: 175px !important; }
.pt_180 { padding-top: 180px !important; }

/* Padding Bottom */
.pb_0 { padding-bottom: 0px !important; }
.pb_5 { padding-bottom: 5px !important; }
.pb_10 { padding-bottom: 10px !important; }
.pb_15 { padding-bottom: 15px !important; }
.pb_20 { padding-bottom: 20px !important; }
.pb_25 { padding-bottom: 25px !important; }
.pb_30 { padding-bottom: 30px !important; }
.pb_35 { padding-bottom: 35px !important; }
.pb_40 { padding-bottom: 40px !important; }
.pb_45 { padding-bottom: 45px !important; }
.pb_50 { padding-bottom: 50px !important; }
.pb_55 { padding-bottom: 55px !important; }
.pb_60 { padding-bottom: 60px !important; }
.pb_65 { padding-bottom: 65px !important; }
.pb_70 { padding-bottom: 70px !important; }
.pb_75 { padding-bottom: 75px !important; }
.pb_80 { padding-bottom: 80px !important; }
.pb_85 { padding-bottom: 85px !important; }
.pb_90 { padding-bottom: 90px !important; }
.pb_95 { padding-bottom: 95px !important; }
.pb_100 { padding-bottom: 100px !important; }
.pb_105 { padding-bottom: 105px !important; }
.pb_110 { padding-bottom: 110px !important; }
.pb_115 { padding-bottom: 115px !important; }
.pb_120 { padding-bottom: 120px !important; }
.pb_125 { padding-bottom: 125px !important; }
.pb_130 { padding-bottom: 130px !important; }
.pb_135 { padding-bottom: 135px !important; }
.pb_140 { padding-bottom: 140px !important; }
.pb_145 { padding-bottom: 145px !important; }
.pb_150 { padding-bottom: 150px !important; }
.pb_155 { padding-bottom: 155px !important; }
.pb_160 { padding-bottom: 160px !important; }
.pb_165 { padding-bottom: 165px !important; }
.pb_170 { padding-bottom: 170px !important; }
.pb_175 { padding-bottom: 175px !important; }
.pb_180 { padding-bottom: 180px !important; }

/* Margin Top */
.mt_0 { margin-top: 0px !important; }
.mt_5 { margin-top: 5px !important; }
.mt_10 { margin-top: 10px !important; }
.mt_15 { margin-top: 15px !important; }
.mt_20 { margin-top: 20px !important; }
.mt_25 { margin-top: 25px !important; }
.mt_30 { margin-top: 30px !important; }
.mt_35 { margin-top: 35px !important; }
.mt_40 { margin-top: 40px !important; }
.mt_45 { margin-top: 45px !important; }
.mt_50 { margin-top: 50px !important; }
.mt_55 { margin-top: 55px !important; }
.mt_60 { margin-top: 60px !important; }
.mt_65 { margin-top: 65px !important; }
.mt_70 { margin-top: 70px !important; }
.mt_75 { margin-top: 75px !important; }
.mt_80 { margin-top: 80px !important; }
.mt_85 { margin-top: 85px !important; }
.mt_90 { margin-top: 90px !important; }
.mt_95 { margin-top: 95px !important; }
.mt_100 { margin-top: 100px !important; }
.mt_105 { margin-top: 105px !important; }
.mt_110 { margin-top: 110px !important; }
.mt_115 { margin-top: 115px !important; }
.mt_120 { margin-top: 120px !important; }
.mt_125 { margin-top: 125px !important; }
.mt_130 { margin-top: 130px !important; }
.mt_135 { margin-top: 135px !important; }
.mt_140 { margin-top: 140px !important; }
.mt_145 { margin-top: 145px !important; }
.mt_150 { margin-top: 150px !important; }
.mt_155 { margin-top: 155px !important; }
.mt_160 { margin-top: 160px !important; }
.mt_165 { margin-top: 165px !important; }
.mt_170 { margin-top: 170px !important; }
.mt_175 { margin-top: 175px !important; }
.mt_180 { margin-top: 180px !important; }

/* Margin Bottom */
.mb_0 { margin-bottom: 0px !important; }
.mb_5 { margin-bottom: 5px !important; }
.mb_10 { margin-bottom: 10px !important; }
.mb_15 { margin-bottom: 15px !important; }
.mb_20 { margin-bottom: 20px !important; }
.mb_25 { margin-bottom: 25px !important; }
.mb_30 { margin-bottom: 30px !important; }
.mb_35 { margin-bottom: 35px !important; }
.mb_40 { margin-bottom: 40px !important; }
.mb_45 { margin-bottom: 45px !important; }
.mb_50 { margin-bottom: 50px !important; }
.mb_55 { margin-bottom: 55px !important; }
.mb_60 { margin-bottom: 60px !important; }
.mb_65 { margin-bottom: 65px !important; }
.mb_70 { margin-bottom: 70px !important; }
.mb_75 { margin-bottom: 75px !important; }
.mb_80 { margin-bottom: 80px !important; }
.mb_85 { margin-bottom: 85px !important; }
.mb_90 { margin-bottom: 90px !important; }
.mb_95 { margin-bottom: 95px !important; }
.mb_100 { margin-bottom: 100px !important; }
.mb_105 { margin-bottom: 105px !important; }
.mb_110 { margin-bottom: 110px !important; }
.mb_115 { margin-bottom: 115px !important; }
.mb_120 { margin-bottom: 120px !important; }
.mb_125 { margin-bottom: 125px !important; }
.mb_130 { margin-bottom: 130px !important; }
.mb_135 { margin-bottom: 135px !important; }
.mb_140 { margin-bottom: 140px !important; }
.mb_145 { margin-bottom: 145px !important; }
.mb_150 { margin-bottom: 150px !important; }
.mb_155 { margin-bottom: 155px !important; }
.mb_160 { margin-bottom: 160px !important; }
.mb_165 { margin-bottom: 165px !important; }
.mb_170 { margin-bottom: 170px !important; }
.mb_175 { margin-bottom: 175px !important; }
.mb_180 { margin-bottom: 180px !important; }

/* - Search Collapse */
.search-box {
	position: absolute;
	right: 15px;
	left: 15px;
	top: 100%;
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform-origin: 0 0 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 101;
}
.container-fluid .search-box {
	left: 15px;
	right: 15px;
}
.search-box form {
	width: 100%;
	display: block;
}
.search-box .input-group {
	align-items: center;
}
.search-box form {
	padding: 15px 30px 15px 15px;
}
.search-box form input {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: #717171;
	font-size: 1.125rem;
}
.search-box form input:focus {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	border-color: #fff;
	color: #717171;
}
.search-box form input::-webkit-input-placeholder {
	color: #717171;
	opacity: 1;
}
.search-box form input:-moz-placeholder { 
	color: #717171;
	opacity: 1;
}
.search-box form input::-moz-placeholder {
	color: #717171;
	opacity: 1;
}
.search-box form input:-ms-input-placeholder {
	color: #717171;
	opacity: 1;
}
.search-box .input-group-btn > .btn {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #151515;
	cursor: pointer;
	padding: 0;
	outline: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.search-box .input-group-btn > .btn-secondary:not(:disabled):not(.disabled):active,
.search-box .input-group-btn > .btn-secondary:not(:disabled):not(.disabled).active:focus, 
.search-box .input-group-btn > .btn-secondary:not(:disabled):not(.disabled):active:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.search-box .input-group-btn > .btn:hover {
	color: #a1a1a1;
}

/* - Max Width */
.max_width_910 {
	max-width: 910px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* - Boxed View */
.boxed-view {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* - Main Container */
.bg-gray {
	background-color: #f6f7fb;
}
.bg-darkgray {
	background-color: #f1f0f5;
}
.main-container {
	/* width: 1512px; */
	max-width: 100%;
	margin: 0 auto;
}

/* - Button Style */

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Plugins ] */
/* ========================================================================== */
/* ========================================================================== */

/* ------------------------------------------------------------------------------------------------------------ */
/* ========================================================================== */
/* ========================================================================== */
							/* [ + Elements ] */
/* ========================================================================== */
/* ========================================================================== */

.pt-40 {padding-top: clamp(20px, 4vw, 40px);}
.pb-40 {padding-bottom: clamp(20px, 4vw, 40px);}

.pt-50 {padding-top: clamp(20px, 5vw, 50px);}
.pb-50 {padding-bottom: clamp(20px, 5vw, 50px);}

.pt-60 {padding-top: clamp(24px, 5vw, 60px);}
.pb-60 {padding-bottom: clamp(24px, 5vw, 60px);}

.pt-70 {padding-top: clamp(28px, 6vw, 70px);}
.pb-70 {padding-bottom: clamp(28px, 6vw, 70px);}

.pt-80 {padding-top: clamp(30px, 6vw, 80px);}
.pb-80 {padding-bottom: clamp(30px, 6vw, 80px);}

.pt-90 {padding-top: clamp(35px, 7vw, 90px);}
.pb-90 {padding-bottom: clamp(35px, 7vw, 90px);}

.pt-100 {padding-top: clamp(40px, 8vw, 100px);}
.pb-100 {padding-bottom: clamp(40px, 8vw, 100px);}

.pt-110 {padding-top: clamp(50px, 8vw, 110px);}
.pb-110 {padding-bottom: clamp(50px, 8vw, 110px);}

.pt-120 {padding-top: clamp(50px, 9vw, 120px);}
.pb-120 {padding-bottom: clamp(50px, 9vw, 120px);}

.pt-130 {padding-top: clamp(55px, 9.5vw, 130px);}
.pb-130 {padding-bottom: clamp(55px, 9.5vw, 130px);}

.pt-140 {padding-top: clamp(60px, 10vw, 140px);}
.pb-140 {padding-bottom: clamp(60px, 10vw, 140px);}

.pt-150 {padding-top: clamp(80px, 12vw, 150px);}
.pb-150 {padding-bottom: clamp(80px, 12vw, 150px);}

.mt-40 {margin-top: clamp(20px, 4vw, 40px);}
.mb-40 {margin-bottom: clamp(20px, 4vw, 40px);}

.mt-50 {margin-top: clamp(20px, 5vw, 50px);}
.mb-50 {margin-bottom: clamp(20px, 5vw, 50px);}

.mt-60 {margin-top: clamp(24px, 5vw, 60px);}
.mb-60 {margin-bottom: clamp(24px, 5vw, 60px);}

.mt-70 {margin-top: clamp(28px, 6vw, 70px);}
.mb-70 {margin-bottom: clamp(28px, 6vw, 70px);}

.mt-80 {margin-top: clamp(30px, 6vw, 80px);}
.mb-80 {margin-bottom: clamp(30px, 6vw, 80px);}

.mt-90 {margin-top: clamp(35px, 7vw, 90px);}
.mb-90 {margin-bottom: clamp(35px, 7vw, 90px);}

.mt-100 {margin-top: clamp(40px, 8vw, 100px);}
.mb-100 {margin-bottom: clamp(40px, 8vw, 100px);}

.mt-120 {margin-top: clamp(50px, 9vw, 120px);}
.mb-120 {margin-bottom: clamp(50px, 9vw, 120px);}

/* - Header - Start */
.header_s .ownavigation {
	z-index: 11;
}
.header_s .ownavigation .navbar-nav li a,
.header_s .ownavigation .right-block > span,
.header_s .ownavigation .right-block .btn-block a {
	font-family: "Inter", sans-serif;
}
.header_s .ownavigation .navbar-nav > li > a {
	color: var(--bs-black);
	font-size: 17px;
}
.header_s .ownavigation .right-block > span {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 17px;
	font-weight: 600;
}
.header_s .ownavigation .right-block > span a {
	color: var(--bs-black);
}
.header_s .ownavigation .right-block > .btn-block > a {
	padding: 17.32px 15px;
	font-weight: 400;
}
/* - Hover */
.header_s .ownavigation .navbar-nav > li > a.active, 
.header_s .ownavigation .navbar-nav > .active > a, 
.header_s .ownavigation .navbar-nav > .active > a:focus, 
.header_s .ownavigation .navbar-nav > .active > a:hover, 
.header_s .ownavigation .navbar-nav > li:hover > a, 
.header_s .ownavigation .navbar-nav > li > a:hover,
.header_s .ownavigation .right-block > span a:hover {
	color: var(--mc-orange-color);
}
/* - min-width: 1367 */
@media (min-width: 1367px) {
	.header_s .ownavigation .right-block > span {
		margin-left: 45px;
		margin-right: 30px;
	}
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.header_s .ownavigation > div {
		padding-left: clamp(25px, 5vw, 70px);
		padding-right: clamp(25px, 5vw, 70px);
	}
	.header_s .ownavigation .navbar-nav > li {
		margin-left: 22px;
		margin-right: 22px;
	}	
}
/* - min-width: 992 */
@media (min-width: 992px) {	
	.header_s {
		padding-top: 35px;
	}
	.header_s .ownavigation {
		padding-top: 0;
		padding-bottom: 0;
	}			
	.header_s .ownavigation > div {
		padding-bottom: 0;
		padding-top: 0;
		max-width: 1512px;
		margin: 0 auto;
	}
	.header_s.bottom-border {
		border-bottom: 2px solid #F1ECDB;
	}
	.header_s.header-position.bottom-border {
		border-bottom: 2px solid rgba(241,236,219,0.3);
	}
	.header_s .ownavigation .navbar-nav {
		margin-right: 0;
		margin-left: auto;
	}	
	.header_s .ownavigation .navbar-nav > li > a {
		padding: 0;
		display: flex;
		align-items: center;
		margin-top: 29px;
		margin-bottom: 29px;
	}
	.header_s .ownavigation .navbar-nav > li:not(.megamenu) .dropdown-menu {
		background-color: #2E3542;
	}
	.header_s .ownavigation .navbar-nav > li.dropdown .dropdown-toggle::after {
		font-size: 13px;
		margin-left: 0.5rem;
		position: relative;
		top: 1px;
	}
	.header_s .ownavigation .navbar-nav > li.dropdown .dropdown-menu li + li {
		border-top: 1px solid rgba(255,255,255,0.1);
	}
	.header_s .ownavigation .navbar-nav > li.dropdown .dropdown-menu li a {
		color: var(--bs-white);
		padding: 12px 15px;
	}
	.header_s .ownavigation .navbar-nav > li.dropdown .dropdown-menu li a:hover {
		background-color: var(--mc-orange-color);
	}
	
	/* - Sticky */
	.header_s .is-sticky .ownavigation {
		background-color: var(--bs-white);
	}
	
	.header_s.header-position {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 11;
	}
	.header_s.header-position .ownavigation > .container-fluid::before {
		background-color: var(--bs-white);
		content: "";
		height: 1px;
		position: absolute;
		bottom: 0;
	}
	.header_s.header-position .ownavigation .navbar-nav > li > a,
	.header_s.header-position .ownavigation .right-block > span,
	.header_s.header-position .ownavigation .right-block > span a,
	.header_s.header-position .ownavigation .right-block .btn-block a {
		color: var(--bs-white);
	}	
	.header_s.header-position .is-sticky .ownavigation {
		background-color: #2E3542;
		margin: 0 auto;
		left: auto;
		right: auto;
	}
}
/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_s .ownavigation .navbar-nav > li {
		margin-left: 10px;
		margin-right: 10px;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	.header_s .ownavigation {
		padding: 0;
	}
	.header_s .ownavigation,
	.header_s .is-sticky .ownavigation {
		background-color: #2E3542;
	}
	.header_s .ownavigation .navbar-brand {
		background-image: url("assets/images/logo.png");
		background-repeat: no-repeat;
		background-position: center;
	}
	.header_s .ownavigation .navbar-brand > img {
		opacity: 0;
	}
	.header_s .ownavigation .navbar-toggler,
	.header_s .ownavigation .navbar-nav > li > a,
	.header_s .ownavigation .navbar-nav > li.dropdown .dropdown-menu li a,
	.header_s .ownavigation .right-block > span,
	.header_s .ownavigation .right-block > span a {
		color: var(--bs-white);
	}
	.header_s .ownavigation .navbar-toggler:hover,
	.header_s .ownavigation .navbar-nav > li.dropdown .dropdown-menu li a:hover {
		color: var(--mc-orange-color);
	}
	.header_s .ownavigation .right-block {
		position: absolute;
		right: 55px;
		top: 10px;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	.header_s .ownavigation .right-block > span {
		margin: 10px 0;
	}
}
/* - Header - End */

.img-bgdata,
.img-box-bg {
	background-size: cover;
	background-position: center;
}
.img-box-bg > img {
	opacity: 0;
}

/*  */
h3 {
	font-size: clamp(32px, 5vw, 55px);
	line-height: 1.15;
}
p {
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.2;
}
/* */

/* - Section Header - Start */
.section-header h2 {
	text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
	font-weight: 700;
	font-size: clamp(40px, 6vw, 75px);
	line-height: clamp(40px, 4vw, 63px);
	letter-spacing: -2%;
	margin-bottom: 32px;
}
.section-header h2 > span {
	color: var(--mc-khaki-color);
}
.section-header h3 {
	font-weight: 700;
	font-size: clamp(32px, 5vw, 55px);
	line-height: 1.15;
	letter-spacing: -2%;
}
.section-header h4 {
	color: #75736F;
	font-weight: 600;
	font-size: clamp(22px, 3vw, 34px);
	line-height: 0.85;
}
.section-header div > span,
.section-header > span {
	text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
	font-weight: 700;
	font-size: clamp(16px, 2vw, 20px);
	letter-spacing: -2%;
	text-transform: uppercase;
	display: block;
	margin-bottom: 35px;
}
.section-header p {
	color: #75736F;
	font-weight: 600;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.2;
}
.section-header > span:last-child,
.section-header h2:last-child,
.section-header p:last-child {
	margin-bottom: 0;
}
/* - Section Header - End */

/* - Button Style - Start */
.btn-bg {
	text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
	background-color: var(--mc-orange-color);
	font-family: "Inter", sans-serif;
	font-size: clamp(14px, 1.5vw, 17px);
	color: var(--bs-white);
	text-transform: uppercase;
	padding: clamp(15px, 2.5vw, 25px) clamp(12px, 3.5vw, 35px);
	display: inline-block;
	line-height: 1;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.btn-bg:hover {
	background-color: var(--mc-darkblue-color);
}
.btn-border {
	text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
	border: 3px solid var(--mc-orange-color);
	color: var(--mc-orange-color);
	font-family: "Inter", sans-serif;
	font-size: clamp(14px, 1.5vw, 17px);
	line-height: 1;
	text-transform: uppercase;
	padding: clamp(10px, 2.5vw, 23px) clamp(12px, 3.2vw, 30px)  clamp(10px, 2.5vw, 17px);
	display: inline-block;
}
.btn-border:hover {
	color: var(--mc-darkblue-color);
	border-color: var(--mc-darkblue-color);
}
/* - Button Style - End */

/* - Pagination - Start */
.pagination li {
	margin-left: 3.5px;
	margin-right: 3.5px;
}
.pagination li a {
	border: 1px solid #2E3542;
	border-radius: 0;
	color: #2E3542;
	font-weight: 700;
	padding: 0;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;	
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
}
.pagination li a i {
	font-size: 13px;
}
.pagination li.active a,
.pagination li a:hover {
	border-color: transparent;
	background-color: #2E3542;
	color: var(--bs-white);
}
/* - Pagination - End */

/* - Page Header - Start */
.page-header {
	background-size: cover;
	background-position: center;
	position: relative;
}
.page-header::before {
	background-color: rgba(46, 53, 66, 0.9);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.page-header .container {
	max-width: 1512px;
}
.page-header .content-box span {
	font-size: clamp(16px, 2vw, 20px);
	text-transform: uppercase;
	display: block;
	margin-bottom: clamp(15px, 2.5vw, 27px);
}
.page-header .content-box h1 {
	font-size: clamp(40px, 6vw, 75px);
	line-height: 0.85;
	letter-spacing: -2%;
	margin-bottom: clamp(15px, 2.5vw, 27px);
}
.page-header .content-box h4 {
	color: var(--mc-orange-color);	
	font-size: clamp(32px, 5vw, 55px);
	line-height: 0.95;
	letter-spacing: -2%;
	margin-bottom: 35px;
}
.page-header .content-box h6 {
	color: var(--mc-orange-color);
	font-size: clamp(22px, 3vw, 34px);
	line-height: 0.85;
	margin-bottom: clamp(20px, 3.5vw, 35px);
}
.page-header .content-box p {
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.2;
	margin-bottom: 0;
}
.page-header .content-box p > strong {
	font-size: clamp(20px, 2vw, 28px);
}
/* - min-width: 992 */
@media (min-width: 992px) {
	.page-header {
		padding-top: clamp(90px, 15vw, 225px);
	}
	.page-header .container {
		padding-left: clamp(25px, 5vw, 70px);
        padding-right: clamp(25px, 5vw, 70px);
	}
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.page-header .content-box {
		padding-right: clamp(50px, 8vw, 110px);
	}
}
/* - Page Header - End */

/* - Page Header 2 - Start */
.page-header-2 {
	background-color: rgba(0,0,0,0.07);
	padding-top: 22px;
}
.page-header-2.img-bgdata {
	position: relative;
}
.page-header-2.img-bgdata::before {
	background-color: rgba(46, 53, 66, 0.9);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.page-header-2 .container {
	max-width: 1512px;
}
.page-header-2:not(.page-header) .container {
	padding-bottom: 78px;
}
.page-header-2:not(.page-header) .container > hr {
	margin-top: 78px;
	margin-bottom: 0;
	opacity: 1;
	position: absolute;
	left: clamp(25px, 5vw, 70px);
	right: clamp(25px, 5vw, 70px);
	bottom: 0;
}
/* .page-header-2:not(.page-header) .container::before {
	background-color: var(--bs-black);
	content: "";
	position: absolute;
	left: calc(var(--bs-gutter-x) * .5);
	right: calc(var(--bs-gutter-x) * .5);
	bottom: 0;
	height: 1px;
} */
.page-header-2 .breadcrumb li,
.page-header-2 .breadcrumb li a {
	color: var(--bs-black);
	font-size: 16px;
	line-height: 29px;
}
.page-header-2 .breadcrumb-item+.breadcrumb-item::before {
	content: "-";
}
.page-header-2 .title-box > span {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}
.page-header-2 .title-box > h1 {
	font-size: clamp(40px, 6vw, 75px);
	line-height: 0.85;
	letter-spacing: -2%;
}
.page-header-2 .content-box > p {
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.2;
	margin-bottom: 0;
}
.page-header.page-header-2 .breadcrumb li,
.page-header.page-header-2 .breadcrumb li a,
.page-header-2.img-bgdata .breadcrumb li,
.page-header-2.img-bgdata .breadcrumb li a,
.page-header-2 .breadcrumb-item+.breadcrumb-item::before {
	color: var(--bs-white);
}
.page-header-2 .breadcrumb li a:hover {
	color: var(--mc-orange-color);
}
/* - min-width: 992 */
@media (min-width: 992px) {
	.page-header-2 .container {
		padding-left: clamp(25px, 5vw, 70px);
        padding-right: clamp(25px, 5vw, 70px);
	}
	.page-header-2:not(.page-header) .container::before {
		left: clamp(25px, 5vw, 70px);
		right: clamp(25px, 5vw, 70px);
	}
	.page-header.page-header-2 {
		padding-top: clamp(60px, 11vw, 140px);
	}
}
/* - Page Header 2 - End */

/* - Main Banner - Start */
.theme-mainbanner {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: clamp(55px, 9.5vw, 130px);
	padding-top: clamp(90px, 14vw, 221px);
}
.theme-mainbanner::after,
.theme-mainbanner::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
}
.theme-mainbanner::after {
	background: linear-gradient(180deg, rgba(45, 47, 56, 0.7) 0%, rgba(47, 41, 41, 0) 108.01%);
	top: 0;
	height: 190px;
}
.theme-mainbanner::before {
	background: #2D2F374D;
	top: 0;
	bottom: 0;
}
.theme-mainbanner .content-box {
	padding-top: clamp(30px, 6vw, 73px);
}
.theme-mainbanner .content-box h1,
.theme-mainbanner .content-box h2,
.theme-mainbanner .content-box p,
.theme-mainbanner .content-box span,
.theme-mainbanner .content-box a {
	text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}
.theme-mainbanner .content-box h2 {
	font-size: clamp(26px, 6vw, 60px);
	margin-bottom: clamp(35px, 7vw, 90px);
}
.theme-mainbanner .content-box h2 > span {
	display: inline-block;
	position: relative;
	padding-right: 27px;
}
.theme-mainbanner .content-box h2 > span::after {
	background-color: #ffffff;
	border-radius: 25rem;
	position: absolute;	
	right: 9px;
	top: 0;
	bottom: 0;
	content: "";
	width: 9px;
	height: 9px;
	margin: auto;
}
.theme-mainbanner .content-box h1 {	
	font-size: clamp(50px, 10vw, 250px);
	line-height: 1;
	margin-bottom: clamp(20px, 5vw, 55px);
}
.theme-mainbanner .content-box p {
	font-size: clamp(20px, 4vw, 40px);
	letter-spacing: -2%;
	line-height: 1;
}
.theme-mainbanner .content-box p span {
	color: var(--mc-yellow-color);
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.theme-mainbanner {		
		padding-left: clamp(60px, 10.5vw, 145px);
		padding-right: clamp(60px, 10.5vw, 145px);
	}
}
/* - Main Banner - End */

/* - Row 2 - Start */
.theme-row2 .content-box {
	border-top: 3px solid #DFDFDE;
	color: var(--mc-content-color);
	margin-bottom: 
}
.theme-row2 .content-box > span {
	border-bottom: 3px solid #DFDFDE;
	font-weight: 900;
	font-size: clamp(15px, 4vw, 22px);
	line-height: 1;
	letter-spacing: -2%;
	text-transform: uppercase;
	padding: 23px 0;
	display: block;
}
.theme-row2 .content-box > ul {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}
.theme-row2 .content-box > ul li {
	padding: 19px 0;
	border-bottom: 3px solid #DFDFDE;	
	font-weight: 700;
	font-size: clamp(18px, 2.5vw, 30px);
	line-height: 1;
	letter-spacing: -2%;
}
/* - Row 2 - End */

/* - Product Section - Start */
.theme-productsection {
	position: relative;
}
.theme-productsection::before {
	background-color: rgba(46, 53, 66, 0.9);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.theme-productsection .section-header h2 {
	color: var(--mc-orange-color);
}
.theme-productsection .product-box {
	display: block;
}
.theme-productsection .product-box figure {
	margin-bottom: 0;
	position: relative;
}
.theme-productsection .product-box figure::before {
	background-color: rgba(48, 53, 65, 0.75);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.theme-productsection .product-box.active figure::before,
.theme-productsection .product-box:hover figure::before {
	opacity: 1;
}
.theme-productsection .product-box .content-box {
	padding: 40px 30px;
}
.theme-productsection .product-box .content-box h5,
.theme-productsection .product-box .content-box p {
	color: var(--bs-black);
}
.theme-productsection .product-box .content-box h5 {
	font-weight: 700;
	font-size: clamp(20px, 3vw, 32px);
	line-height: 1;
	letter-spacing: -2%;
	padding-bottom: 30px;
	border-bottom: 3px solid #EFEAD7;
	margin-bottom: 30px;
}
.theme-productsection .product-box .content-box p {	
	font-size: clamp(16px, 2.5vw, 24px);
	line-height: 1.3;
}
/* - Product Section - End */

/* - Quotes - Start */
.theme-quotes .content-box {
	padding-left: 9%;
	padding-right: 9%;
}
.theme-quotes .content-box h4 {
	text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
	margin-bottom: 0;	
	font-weight: 700;
	font-size: clamp(24px, 2.5vw, 45px);
	line-height: clamp(34px, 3.25vw, 63px);
	letter-spacing: -2%;
}
/* - Quotes - End */

/* - Our Vision - Start */
.theme-ourvision .point-list {
	padding-left: 0;
	display: flex;
	flex-direction: column;
}
.theme-ourvision .point-list li {
	display: block;
	color: var(--mc-khaki-color);
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 10px;
	padding-left: 18px;
	position: relative;
}
.theme-ourvision .point-list li::before {
	background-color: var(--mc-khaki-color);
	border-radius: 25rem;
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 15px;
}
.theme-ourvision .content-box h2,
.theme-ourvision .content-box p {
	text-box-trim: none;	
}
.theme-ourvision .content-box h2 {
	text-box-trim: none;
	font-weight: 700;
	font-size: clamp(48px, 7vw, 80px);
	line-height: clamp(55px, 5vw, 71px);
	letter-spacing: -2%;
	border-bottom: 3px solid #EAE4CE;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.theme-ourvision .content-box p {	
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	letter-spacing: -2%;
	margin-bottom: 0;
}
.theme-ourvision .vision-carousel .owl-carousel .owl-nav {
	padding: clamp(15px, 3.5vw, 35px) 0;
	margin: 0 clamp(30px, 6vw, 75px);
	border-bottom: 3px solid #3A3232;
    display: flex;
    justify-content: space-between;
}
.theme-ourvision .vision-carousel .owl-carousel .owl-nav button {
	color: var(--bs-white);
	font-size: 18px;
	outline: none;
	box-shadow: none;
}
.theme-ourvision .vision-carousel.text-black .owl-carousel .owl-nav button {
	color: var(--bs-black);
}
.theme-ourvision .vision-carousel.no-border .owl-carousel .owl-nav {
	border-bottom: none;
}
.theme-ourvision .detail-box h2 {
	text-box-trim: none;
	margin-bottom: 15px;
	line-height: clamp(48px, 5vw, 63px);
}
.theme-ourvision .detail-box h4 {
	text-box-trim: none;
	color: var(--mc-khaki-color);
	font-size: clamp(32px, 5vw, 55px);
	font-weight: 700;
	line-height: clamp(48px, 5vw, 63px);
	letter-spacing: -2%;
	margin-bottom: 40px;
}
.theme-ourvision .detail-box h4 > span {
	background-color: var(--bs-white);
	border-radius: 50%;
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: -5px 7px 0;
	transform: translate(0px, -7px);
}
/* - Our Vision - End */

/* - Get In touch - Start */
.theme-getintouch .content-box {
	padding: clamp(30px, 5vw, 55px) clamp(12px, 3vw, 32px);;
}
.theme-getintouch .content-box h4 {
	font-weight: 700;
	font-size: clamp(28px, 4vw, 48px);
	line-height: 1;
	letter-spacing: -2%;
	margin-bottom: 35px;
}
.theme-getintouch .content-box form .form-group {
	margin-bottom: 25px;
}
.theme-getintouch .content-box form .form-control {
	text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
	background-color: #F4F4F5;
	border-radius: 0;
	border: none;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	padding: 11px 27px 15px;
	box-shadow: none;
}
.theme-getintouch .content-box form .form-group input[type="checkbox"]:not(:checked) {
	background-color: #F4F4F5;
}
.theme-getintouch .content-box form .form-group input[type="checkbox"] {
	background-color: #F4F4F5;
	border: none;
	width: 21px;
	height: 21px;
	margin-right: 5px;
}
.theme-getintouch .content-box form .form-group label {
	color: #75736F;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
}
.theme-getintouch .content-box form .form-group input[type="submit"] {
	text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
	background-color: var(--mc-orange-color);
	font-family: "Inter", sans-serif;
	font-size: clamp(14px, 1.5vw, 17px);
	color: var(--bs-white);
	text-transform: uppercase;
	padding: clamp(15px, 2.5vw, 25px) clamp(12px, 3.5vw, 35px);
	display: inline-block;
	width: 100%;
	border: none;
	box-shadow: none;
}
.theme-getintouch .content-box form .form-group input[type="submit"]:hover {
	background-color: var(--mc-darkblue-color);
}
.theme-getintouch-2 .content-box form .form-control {
	background-color: #FAF5E4;
	border: 1px solid #EAE4CE;
	border-radius: 3px;
}
.theme-getintouch .content-box form .form-group input[type="checkbox"]:not(:checked) {
	background-color: #FAF5E4;
}
.theme-getintouch .content-box form .form-group input[type="checkbox"] {
	background-color: #FAF5E4;
	border-radius: 3px;
}
/* - Get In touch - End */

/* - Blog Section - Start */
.theme-blog .post-box .post-cover a {
	display: inline-block;
	position: relative;
}
.theme-blog .post-box .post-cover a::before {
	background-color: rgba(48, 53, 65, 0.6);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: scale(0);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.theme-blog .post-box:hover .post-cover a::before {
	transform: scale(1);
}
.theme-blog .post-box .post-content .post-category span {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -2%;
	text-transform: uppercase;
}
.theme-blog .post-box .post-content .post-category span a,
.theme-blog .post-box .post-content h5 a,
.theme-blog .post-box .post-content h4 a {
	color: var(--bs-black);
}
.theme-blog .post-box .post-content .post-category span a:hover,
.theme-blog .post-box .post-content h5 a:hover,
.theme-blog .post-box .post-content h4 a:hover,
.theme-blog .post-box .post-content .post-meta span a:hover {
	color: var(--mc-orange-color);
}
.theme-blog .post-box .post-content h5 {
	font-weight: 700;
	font-size: 32px;
	line-height: 30px;
	letter-spacing: -2%;
	margin-bottom: 15px;
}
.theme-blog .post-box .post-content h4 {
	font-weight: 700;
	font-size: 37px;
	line-height: 36px;
	letter-spacing: -2%;
	margin-bottom: 15px;
}
.theme-blog .post-box .post-content .post-meta span {
	color: #B5B2A8;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -2%;
}
.theme-blog .post-box .post-content .post-meta span a {
	color: #B5B2A8;
}
/* - max-width: 1199 */
@media (max-width: 1199px) {	
	.theme-blog .container-sm {
		max-width: 100%;
	}
}

.related-post .post-box .post-content h5 {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 5px;
}
.related-post .post-box .post-content .post-meta span {
	color: #2E3542;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -2%;
}

/* - Blog Section - End */

/* - Services Section - Start */
/* .theme-servicessection .row {
	--bs-gutter-x: 2rem;
}
.theme-servicessection .row .gy-4 {
	--bs-gutter-y: 2rem;
} */
.theme-servicessection .srv-box {
	padding: 32px 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 4px 4px 2px #00000040;
	transform: rotateY(0deg);
}
.theme-servicessection .srv-box .srv-icon {
	height: 61px;
	margin-bottom: 34px;
}
.theme-servicessection .srv-box,
.theme-servicessection .srv-box .srv-icon svg path,
.theme-servicessection .srv-box .srv-content h5,
.theme-servicessection .srv-box .srv-content p {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.theme-servicessection .srv-box .srv-content {
	display: flex;
	flex-direction: column;
}
.theme-servicessection .srv-box .srv-content h5 {
	font-size: clamp(22px, 3vw, 35px);
	line-height: 0.85;
	margin-bottom: 18px;
}
.theme-servicessection .srv-box .srv-content p {
	color: #8F8C81;
	font-weight: 500;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.2;
	margin-bottom: 0;
}
.theme-servicessection .srv-box:hover {
	background-color: var(--mc-orange-color) !important;
	transform: rotateY(360deg);
}
.theme-servicessection .srv-box:hover .srv-icon svg path {
	stroke: var(--bs-white);
}
.theme-servicessection .srv-box:hover .srv-content h5,
.theme-servicessection .srv-box:hover .srv-content p {
	color: var(--bs-white);
}
/* - min-width: 992 */
@media (min-width: 992px) {
	.theme-servicessection .srv-box .srv-content h5 {
		min-height: 84px;
	}
}
/* - Services Section - End */

/* - About Content - Stat */
.theme-abtcontent .content-box h4 {
	color: var(--mc-khaki-color);
	font-weight: 500;
	font-size: clamp(28px, 4vw, 45px);
	line-height: 1.05;
	letter-spacing: -2%;
	margin-bottom: 0;
}
.theme-abtcontent .content-box h4:not(:last-child) {
	margin-bottom: 25px;
}
.theme-abtcontent .content-box h4 > strong {
	color: var(--bs-white);
}
/* - About Content - End */

/* - Process - Start */
.theme-process .process-box {
	padding-left: 15px;
	padding-right: 15px;
}
.theme-process .process-box figure {
	background-color: var(--mc-orange-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 133px;
	height: 133px;
	margin: 0 auto 30px;
	transform: rotate(0deg);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.theme-process .process-box:hover figure {
	background-color: var(--mc-darkblue-color);
	transform: rotate(360deg);
}
.theme-process .process-box h5 {
	font-weight: 700;
	font-size: 32px;
	letter-spacing: -2%;
	margin-bottom: 15px;
}
.theme-process .process-box p {
	font-size: 24px;
	line-height: 29px;
}
/* - Process - End */

/* - Option - Start */
.theme-options .container {
	max-width: 1512px;
}
.theme-options .option-box .img-box {
	height: 100%;
	margin-bottom: 10px;
}
.theme-options .option-box img {
	width: 100%;
	object-fit: cover;
}
.theme-options .option-box h6 {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -2%;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.theme-options .container {
		padding-left: clamp(25px, 5vw, 70px);
        padding-right: clamp(25px, 5vw, 70px);
	}
	.theme-options .option-grid {
		grid-template-columns: 2.9fr 1fr 1fr; /* big + two small */
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	.theme-options .option-grid {
		display: flex;
		flex-direction: row;
		width: 100%;
		height: 62.46vh;
		gap: 21px;
	}
	.theme-options .option-box {	
		flex: 1;
		height: 100%;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		transition: flex 0.8s ease;
	}
	.theme-options .option-box:hover,
	.theme-options .option-box.active {
		flex: 2.9259;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* .theme-options .option-grid {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 600px;
		gap: 21px;
		flex-wrap: wrap;
	}
	.theme-options .option-box {
		text-align: center;
		position: relative;
		text-decoration: none;
		transition: 1000ms;
		overflow: hidden;
		transition: 1000ms;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		
	}
	.theme-options .option-box .img-box {
		flex: 1;
	} */
	
	.theme-options .option-grid {
		gap: 21px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
}

/* - max-width: 575 */
@media (max-width: 575px) {
	.theme-options .option-grid {
		grid-template-columns: 1fr;
	}
}
/* - Option - End */

/* - Our Story - Start */
.theme-ourstory .story-box {
	padding: clamp(20px, 3vw, 32px) clamp(22px, 4.5vw, 59px);
	margin-bottom: 37px;
	border: 2px solid #EAE4CE;
}
.theme-ourstory .story-box .story-title {
	font-weight: 700;
	font-size: clamp(28px, 4vw, 45px);
	line-height: 0.9;
	letter-spacing: -2%;
	color: var(--mc-orange-color);
}
.theme-ourstory .story-box .content-box p {
	color: #8F8C81;
	font-weight: 600;
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.4;
	margin-bottom: 0;
}
.theme-ourstory .story-box .content-box ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.theme-ourstory .story-box .content-box ul li {
	color: #8F8C81;
	font-weight: 600;
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.4;
	padding-left: 10px;
	position: relative;
}
.theme-ourstory .story-box .content-box ul li::before {
	background-color: #8F8C81;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 13px;
	width: 3px;
	height: 3px;
}
.theme-ourstory .btn-block h5 {
	color: #EAE4CE;
	font-size: clamp(28px, 4vw, 45px);
	line-height: 0.9;
	letter-spacing: -2%;
}
/* - max-width: 767 */
@media (max-width: 767px) {
	.theme-ourstory .btn-block {
		text-align: center;
		display: grid;
		gap: 20px;
	}
}
/* - Our Story - End */

/* - Icon Content - Start */
.theme-iconcontent .icon-cnt-box::before {
	background-color: #D1D1D1;
	width: 1px;
	content: "";
	position: absolute;
	left: 0;
	top: 168px;
	bottom: 0;
}
.theme-iconcontent .icon-cnt-box {
	padding-left: clamp(10px, 4vw, 50px);
	padding-right: clamp(10px, 4vw, 50px);
	height: 100%;
	position: relative;
}
.theme-iconcontent .icon-cnt-box figure {
	background-color: var(--mc-orange-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 133px;
	height: 133px;
	margin: 0 auto 30px;
	transform: rotate(0deg);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.theme-iconcontent .icon-cnt-box:hover figure {
	background-color: var(--mc-darkblue-color);
	transform: rotate(360deg);
}
.theme-iconcontent .icon-cnt-box h5 {
	font-weight: 700;
	font-size: 32px;
	letter-spacing: -2%;
	margin-bottom: 15px;
}
.theme-iconcontent .icon-cnt-box p {
	font-size: 24px;
	line-height: 29px;
}
/* - min-width: 992 */
@media (min-width: 992px) {
	.theme-iconcontent .row > div:nth-child(3n + 1) .icon-cnt-box::before {
		display: none;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	.theme-iconcontent .row > div:nth-child(2n + 1) .icon-cnt-box::before {
		display: none;
	}
}
/* - Icon Content - End */

/* - FAQ - Start */
.faq-main .accordion .accordion-item {
	border: none;
	background-color: transparent;
	padding: 31px 0;
	border-bottom: 2px solid #ECE6D1;
}
.faq-main .accordion .accordion-header button {
	background-color: transparent;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 0;
	font-weight: 700;
	font-size: clamp(20px, 2.5vw, 27px);
	line-height: 1.2;
	letter-spacing: -2%;	
}
.faq-main .accordion .accordion-header .accordion-button::after {
	background: none;
	font-family: "FontAwesome";
	content: "\f068";
	font-size: 20px;
	transform: rotate(0);
	color: var(--mc-orange-color);
}
.faq-main .accordion .accordion-header button.collapsed::after {
	content: "\2b";
	color: var(--bs-black);
}
.faq-main .accordion .accordion-header .accordion-button:not(.collapsed) {
	color: var(--mc-orange-color);
}
.faq-main .accordion .accordion-body {
	color: #8F8C81;
	padding: 10px 0 0;
	font-weight: 600;
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.4;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.theme-faq .section-header {
		padding-right: 50px;
	}
}
/* - FAQ - End */

/* - Project Faq - Start */
.theme-projectfaq .faq-main .accordion .accordion-item {
	background-color: var(--bs-white);
	border: none;
	padding: clamp(22px, 5vw, 58px) clamp(16px, 4vw, 42px) clamp(26px, 5vw, 62px);
	margin-bottom: 13px;
}
.theme-projectfaq .faq-main .accordion .accordion-header button {
	font-weight: 700;
	font-size: clamp(28px, 4vw, 45px);
	line-height: 1;
}
.theme-projectfaq .faq-main .accordion .accordion-body {
	color: var(--bs-black);
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.2;
	font-weight: 400;
	padding-top: 22px;
}
.theme-projectfaq .faq-main .accordion .accordion-header button::after {
	background-color: #F4F4F5;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}
/* - Project Faq - End */

/* - Garage Faq - Start */
.theme-garagefaq .section-header h3 {
	margin-bottom: clamp(20px, 4vw, 40px);
}
.theme-garagefaq .faq-main .accordion .accordion-item:first-child {
	padding-top: 0;
}
.theme-garagefaq .faq-main .accordion .accordion-item {
	border-bottom: 0.5px solid rgba(143, 140, 129, 1);
}
.theme-garagefaq .faq-main .accordion .accordion-header button {
	font-weight: 700;
	font-size: clamp(20px, 2.8vw, 28px);
	line-height: 1.6;
}
.theme-garagefaq .faq-main .accordion .accordion-body {
	color: var(--bs-black);
	font-weight: 400;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.2;
}
.theme-garagefaq.bg-dark .section-header h3,
.theme-garagefaq.bg-dark .section-header p {
	color: #EAE4CE;
}
.theme-garagefaq.bg-dark .faq-main .accordion .accordion-item {
	border-bottom: 0.5px solid #8F8C81;
}
.theme-garagefaq.bg-dark .faq-main .accordion .accordion-header button,
.theme-garagefaq.bg-dark .faq-main .accordion .accordion-header button.collapsed::after,
.theme-garagefaq.bg-dark .faq-main .accordion .accordion-body {
	color: var(--bs-white);
}
.theme-garagefaq.bg-dark .faq-main .accordion .accordion-header .accordion-button:not(.collapsed) {
	color: var(--mc-orange-color);
}
/* - Garage Faq - End */

/* - Pricing Faq - Start */
.theme-pricingfaq .faq-main .accordion .accordion-item {
	padding: 45px 0;
}
.theme-pricingfaq .faq-main .accordion .accordion-header button {
	font-size: clamp(22px, 3vw, 35px);
	line-height: 0.85;
}
.theme-pricingfaq .faq-main .accordion .accordion-header button > span {
	color: #aeaba3;
	margin-right: clamp(40px, 8vw, 100px);
}
.theme-pricingfaq .faq-main .accordion .accordion-body {
	padding-top: 20px;
	font-size: clamp(20px, 2.8vw, 28px);
	line-height: 1;
}
/* - Pricing Faq - End */

/* - Shop - Start */
.theme-shop .section-header h2 {
	color: var(--mc-orange-color);
}
.theme-shop .shop-box {
	background-color: var(--bs-white);
	padding: 20px;
	display: block;
}
.theme-shop .shop-box:hover {
	background-color: var(--mc-orange-color);
}
.theme-shop .shop-box h4 {
	color: var(--globle-color);
	font-weight: 700;
	font-size: clamp(28px, 4vw, 45px);
	line-height: 0.9;
	letter-spacing: -2%;
}
.theme-shop .shop-box p {
	color: #8F8C81;
	font-weight: 500;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.2;
	margin-bottom: 24px;
}
.theme-shop .shop-box span {
	color: var(--globle-color);
	font-weight: 700;
	font-size: clamp(18px, 2.5vw, 25px);
	line-height: 1.6;
	letter-spacing: -2%;
	text-transform: uppercase;
}
.theme-shop .shop-box h4,
.theme-shop .shop-box p,
.theme-shop .shop-box span {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.theme-shop .shop-box:hover h4,
.theme-shop .shop-box:hover p,
.theme-shop .shop-box:hover span {
	color: var(--bs-white);
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.theme-shop .shop-box {
		padding: 30px 40px;
	}
}
/* - Shop - End */

/* - Collection - Start */
.theme-collection .container-sm {
	padding-left: clamp(15px, 3vw, 30px);
	padding-right: clamp(15px, 3vw, 30px);
}
.theme-collection .collection-box {
	background-color: var(--bs-white);
	padding: 33px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.theme-collection .collection-box:hover {
	background-color: #303541;	
}
.theme-collection .collection-box figure {
	padding-left: 13px;
	padding-right: 13px;
}
.theme-collection .collection-box h4 {
	color: var(--globle-color);
	font-weight: 700;
	font-size: clamp(28px, 4vw, 45px);
	line-height: 0.9;
	letter-spacing: -2%;
	padding-bottom: clamp(15px, 3vw, 30px);
	margin-bottom: clamp(15px, 3vw, 25px);
	border-bottom: 1px solid #75736F;
}
.theme-collection .collection-box .content-box h5 {
	color: var(--globle-color);
	font-weight: 600;
	font-size: clamp(20px, 3vw, 30px);
	line-height: 1.4;
	margin-bottom: 13px;
	text-transform: uppercase;
}
.theme-collection .collection-box h4,
.theme-collection .collection-box h5 {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.theme-collection .collection-box:hover h4,
.theme-collection .collection-box:hover h5 {
	color: var(--bs-white);
}
.theme-collection .collection-box .content-box p {
	color: #8F8C81;
	font-weight: 500;
	font-size: clamp(16px, 2.2vw, 22px);
	line-height: 1.2;
	padding: 0 7%;
}
.theme-collection .collection-box:hover .btn-bg {
	color: var(--mc-darkblue-color);
	background-color: var(--bs-white);
}
/* - Collection - End */

/* - Comparison - Start */
.theme-comparison .container-sm {
	padding-left: clamp(15px, 3vw, 55px);
	padding-right: clamp(15px, 3vw, 55px);
}
.theme-comparison .comparison-table {
	overflow-X: auto;
}
.theme-comparison table thead::after {
	content: "";
	display: table-row;
	height: 2px;
}
.theme-comparison table thead th {
	background-color: #2E3542;
	color: #EAE4CE;
	font-weight: 600;
	font-size: clamp(20px, 2vw, 30px);
	line-height: 1.4;
	text-transform: uppercase;
	padding: 8px clamp(12px, 3.2vw, 33px) 10px;
	border: none;
}
.theme-comparison table {
	border-collapse: separate;
	border-spacing: 0 8px;
}
.theme-comparison table tbody tr td {
	background-color: rgba(31, 36, 46, 0.1);
	border: none;
	font-family: Darker Grotesque;
	font-weight: 500;
	font-size: clamp(20px, 1.5vw, 28px);
	line-height: 1.2825;
	padding: 8px clamp(12px, 3.2vw, 33px) 10px;
	color: #41444B;
}
/* - Comparison - End */

/* - Image content - Start */
.theme-imagecontent .content-box h3 {
	color: var(--mc-orange-color);
	font-size: clamp(32px, 5vw, 55px);
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -2%;
	margin-bottom: clamp(32px, 6vw, 58px);
}
.theme-imagecontent .content-box p {
	font-weight: 400;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.2;
	margin-bottom: 25px;
}
.theme-imagecontent .content-box p:last-child {
	margin-bottom: 0;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.theme-imagecontent .content-box {
		padding-left: 90px;
		padding-right: 52px;
	}
}
/* - Image content - End */

/* - Product Pricing Details - Start */
.theme-productpricing .content-box {
	padding-top: 28px;
}
.theme-productpricing .content-box h4 {
	font-weight: 700;
	font-size: clamp(28px, 4vw, 45px);
	line-height: 0.9;
	margin-bottom: 30px;
}
.theme-productpricing .content-box ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.theme-productpricing .content-box ul li {
	font-weight: 700;
	font-size: clamp(20px, 2.8vw, 28px);
	line-height: 1.6;
	padding-left: 37px;
	position: relative;
}
.theme-productpricing .content-box ul li::before {
	background-color: var(--globle-color);
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 18px;
	top: 22px;
}
/* - Product Pricing Details - End */

/* - Get quotes - Start */
.theme-getquates .content-box h2 {
	font-weight: 700;
	font-size: clamp(40px, 6vw, 75px);
	line-height: clamp(40px, 4vw, 63px);
	letter-spacing: -2%;
	margin-bottom: 32px;
}
.theme-getquates .content-box p {
	font-family: "Inter", sans-serif;
	font-size: 28px;
	line-height: 1;
}
.theme-getquates .btn-block a {
	padding-left: clamp(26px, 5.5vw, 65px);
	padding-right: clamp(26px, 5.5vw, 65px);
}
.pricing-details .accordion-item,
.pricing-details .accordion-item button,
.pricing-details .accordion-item:first-of-type>.accordion-header .accordion-button {
	border-radius: 0;
}
.pricing-details .accordion-item button {
	background-color: var(--mc-orange-color);
	color: var(--bs-white);
	font-weight: 700;
	font-size: 28px;
	line-height: 29px;
	box-shadow: none;
	padding: 15px clamp(20px, 4vw, 40px) 18px;
}

.pricing-details .accordion-item button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.pricing-details .accordion-item .accordion-body {
	border: 1px solid #75736F;
	border-top: none;
	padding: clamp(20px, 4vw, 48px);
}
.pricing-details .accordion-item .accordion-body ul {
	padding: 0;
	list-style: none;
}
.pricing-details .accordion-item .accordion-body ul li {
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.35;
	position: relative;
	padding-left: 15px;
}
.pricing-details .accordion-item .accordion-body ul li::before {
	background-color: var(--bs-black);
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
/* - Get quotes - End */

/* - Quation Form - Start */
.theme-quation .quation-form,
.theme-quation .quation-result {
	padding: clamp(24px, 5vw, 60px);
}
.theme-quation .quation-form h4 {
	margin-bottom: 50px;
}
.theme-quation .quation-form h4,
.theme-quation .quation-result > h4 {
	font-weight: 700;
	font-size: clamp(30px, 5vw, 48px);
	line-height: 0.85;
	letter-spacing: -2%;
}
.theme-quation .quation-form form .form-group:not(:last-child) {
	margin-bottom: 40px;
}
.theme-quation .quation-form form .form-group > label {
	font-weight: 700;
	font-size: 28px;
	line-height: 45px;
	margin-bottom: 20px;
}
.theme-quation .quation-form form .form-group > p {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
}
.theme-quation .quation-form form .form-control {
	background-color: rgba(239, 240, 240, 0.59);
	border: 1px solid rgba(117, 115, 111, 0.18);
	border-radius: 3px;
	box-shadow: none;
	color: #4A4946;
	font-weight: 500;
	font-size: 20px;
	line-height: 29px;
	outline: none;
	padding: 11px clamp(20px, 4vw, 40px);
}
.theme-quation .quation-form form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #4A4946;
	font-weight: 500;
}
.theme-quation .quation-form form .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #4A4946;
	font-weight: 500;
}
.theme-quation .quation-form form .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #4A4946;
	font-weight: 500;
}
.theme-quation .quation-form form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #4A4946;
	font-weight: 500;
}
.theme-quation .quation-form form .form-check label {
	font-family: Darker Grotesque;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
}
.theme-quation .quation-form form .form-check .form-check-input {
	background-color: #F6F6F6;
	border-radius: 3px;
	border: 1px solid #DFDFDE;
	width: 21px;
	height: 21px;
	margin-right: 7px;
	box-shadow: none;
	outline: none;
}
.theme-quation .quation-form form .form-check-input:checked[type=radio] {	
	--bs-form-check-bg-image: url("data:image/svg+xml,<svg width='21' height='21' xmlns='http://www.w3.org/2000/svg'><rect width='13' height='13' x='4' y='4' rx='4' ry='4' fill='%2375736F' /></svg>");
}
.theme-quation .quation-form form .form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,<svg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.689453 0.724976L10.1631 9.72498L18.6895 0.724976' stroke='%2375736F' stroke-width='2'/></svg>");
	background-color: rgba(239, 240, 240, 0.59);
	background-position: right 1.75rem center;
	border: 1px solid rgba(117, 115, 111, 0.18);
	border-radius: 3px;
	box-shadow: none;
	color: #4A4946;
	font-weight: 500;
	font-size: 20px;
	line-height: 29px;
	outline: none;
	padding: 11px 25px 11px clamp(20px, 4vw, 40px);
}
.theme-quation .quation-form form input[type="submit"] {
	text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
	background-color: var(--mc-orange-color);
	font-family: "Inter", sans-serif;
	font-size: clamp(14px, 1.5vw, 17px);
	color: var(--bs-white);
	text-transform: uppercase;
	padding: clamp(10px, 2.5vw, 25px) clamp(12px, 3.5vw, 35px);
	display: inline-block;
	width: 100%;
	box-shadow: none;
	border: none;
	outline: none;
}
.theme-quation .quation-form form input[type="submit"]:hover {
	background-color: var(--mc-darkblue-color);
}
/* - min-width: 768 */
@media (min-width: 768px) {
	.theme-quation .quation-form form .form-check {
		margin-right: 60px;
	}
}
/* - Quation Form - End */

/* - Quation Result - Start */
.theme-quation .quation-result h5 {
	color: var(--mc-orange-color);
	font-weight: 700;
	font-size: clamp(24px, 4vw, 38px);
	line-height: 1.1;
	letter-spacing: -2%;
	margin-bottom: clamp(20px, 5vw, 50px);
}
.theme-quation .quation-result .result-box h6 {
	font-weight: 700;
	font-size: clamp(20px, 2.8vw, 28px);
	line-height: 1.6;
}
.theme-quation .quation-result .result-box p {
	color: #4A4946;
	font-weight: 600;
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.4;
	margin-bottom: 0;
}
.theme-quation .quation-result .form-check label {
	font-family: Darker Grotesque;
	font-weight: 500;
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.4;
}
.theme-quation .quation-result .form-check .form-check-input {
	background-color: #F6F6F6;
	border-radius: 3px;
	border: 1px solid #DFDFDE;
	width: 21px;
	height: 21px;
	margin-right: 7px;
	box-shadow: none;
	outline: none;
}
.theme-quation .quation-result .form-check-input:checked[type=radio] {	
	--bs-form-check-bg-image: url("data:image/svg+xml,<svg width='21' height='21' xmlns='http://www.w3.org/2000/svg'><rect width='13' height='13' x='4' y='4' rx='4' ry='4' fill='%2375736F' /></svg>");
}
.theme-quation .estimated-total {
	border-top: 1px solid var(--bs-black);
	margin-top: clamp(20px, 5vw, 50px);
	padding-top: clamp(20px, 5vw, 50px);
}
.theme-quation .estimated-total .content-box h6,
.theme-quation .estimated-total .content-box p,
.theme-quation .estimated-total .content-box ul li {
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.2;
}
.theme-quation .estimated-total .content-box h6,
.theme-quation .estimated-total .content-box p {
	font-weight: 800;	
}
.theme-quation .estimated-total .content-box h6 {
	margin-bottom: 30px;
}
.theme-quation .estimated-total .content-box p {
	margin-bottom: 0;
}
.theme-quation .estimated-total .content-box ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.theme-quation .estimated-total .content-box ul li {
	font-weight: 500;
	display: flex;
	align-items: center;
}
.theme-quation .estimated-total .content-box ul li::before {
	content: "\f111";
	font-size: 3px;
	font-weight: 700;
	font-family: "FontAwesome";
	width: 35px;
	flex: 0 0 35px;
	display: flex;
	justify-content: center;
	margin-top: 5px;
	line-height: 1;
}
.theme-quation .estimated-total .total-box {
	padding: clamp(20px, 5vw, 50px);
}
.theme-quation .estimated-total .total-box h4,
.theme-quation .estimated-total .total-box h3 {
	color: var(--mc-orange-color);
	margin-bottom: 25px;
}
.theme-quation .estimated-total .total-box h4 {
	font-weight: 900;
	font-size: clamp(26px, 4vw, 44px);
	line-height: 0.7;
}
.theme-quation .estimated-total .total-box h3 {
	font-weight: 900;
	font-size: clamp(36px, 6vw, 64px);
	line-height: 0.7;
}
.theme-quation .estimated-total .total-box p {
	font-weight: 800;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.2;
	margin-bottom: 0;
}
.theme-quation .request-quote .content-box {
	border-bottom: 1px solid #EAE4CE;
	padding-left: clamp(30px, 6vw, 80px);
	padding-right: clamp(30px, 6vw, 80px);
}
.theme-quation .request-quote .content-box h3 {
	color: #EAE4CE;
	font-weight: 700;
	font-size: clamp(30px, 5vw, 48px);
	line-height: 0.85;
	letter-spacing: -2%;
}
.theme-quation .request-quote .content-box h4 {
	color: var(--mc-orange-color);
	font-weight: 700;
	font-size: clamp(24px, 4vw, 38px);
	line-height: 1.1;
	letter-spacing: -2%;
}
.theme-quation .request-quote .content-box p {
	color: #EAE4CE;
	font-weight: 800;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.2;
	margin-bottom: clamp(20px, 4vw, 40px);
}
.theme-quation .request-quote .content-box .btn-bg {
	width: 100%;
	text-align: center;
	text-transform: capitalize;
}
.theme-quation .request-quote .content-box .btn-bg:hover {
	background-color: var(--bs-white);
	color: var(--mc-darkblue-color);
}
/* - Quation Form - Result */

/* - Bunkies - Start */
.theme-bunkies .bunkie-box {
	box-shadow: 0px 4px 4px 0px #00000040;
	background-color: var(--bs-white);
	display: block;
}
.theme-bunkies .bunkie-box:hover {
	background-color: #303541;
}	
.theme-bunkies .bunkie-box .content-box {
	padding: 30px 25px 43px;
}
.theme-bunkies .bunkie-box .content-box h4,
.theme-bunkies .bunkie-box .content-box h6,
.theme-bunkies .bunkie-box .content-box p,
.theme-bunkies .bunkie-box .content-box li {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.theme-bunkies .bunkie-box .content-box h4 {
	color: var(--globle-color);
	font-weight: 700;
	font-size: 45px;
	line-height: 40px;
	letter-spacing: -2%;
	margin-bottom: 0;
}
.theme-bunkies .bunkie-box:hover .content-box h4 {
	color: var(--bs-white);	
}
.theme-bunkies .bunkie-box .content-box h6 {
	color: var(--mc-khaki-color);
	font-weight: 600;
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 15px;
}
.theme-bunkies .bunkie-box .content-box p {
	color: #8F8C81;
	font-weight: 800;
	font-size: 22px;
	line-height: 26px;
}
.theme-bunkies .bunkie-box .content-box ul {
	padding: 0;
	list-style: none;
}
.theme-bunkies .bunkie-box .content-box ul li {
	color: #8F8C81;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	display: flex;
	justify-content: center;
}
.theme-bunkies .bunkie-box .content-box ul li::before {
	border-radius: 50%;
	content: "";
	margin-right: 19px;
	width: 4px;
	height: 4px;
	background-color: #8F8C81;
	margin-top: 13px;
}
.theme-bunkies .bunkie-box .content-box .btn-block > span {
	max-width: 100%;
	width: 305px;
}
.theme-bunkies .bunkie-box .content-box .btn-block > span:hover {
	background-color: var(--bs-white);
	color: var(--mc-darkblue-color);
}
/* - Bunkies - End */

/* - Bunkies Single - Start */
.theme-bunkiesdetails .content-box h3 {
	font-weight: 700;
	font-size: clamp(32px, 5vw, 55px);
	line-height: 0.95;
	letter-spacing: -2%;
	margin-bottom: 15px;
}
.theme-bunkiesdetails .content-box h3 > span {
	display: block;
	font-weight: 400;
}
.theme-bunkiesdetails .content-box h6 {
	font-family: Darker Grotesque;
	font-weight: 700;
	font-size: clamp(20px, 2.8vw, 28px);
	line-height: 1.4;
	letter-spacing: -2%;
	margin-bottom: 35px;
}
.theme-bunkiesdetails .content-box p {
	font-weight: 500;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.2;
	margin-bottom: 35px;
}
.theme-bunkiesdetails .content-box .quantity {
	border: 1px solid #DFDFDE;
	background-color: #F6F6F6;
	width: 115px;
	justify-content: center;
}
.theme-bunkiesdetails .content-box .quantity input {	
	background-color: transparent;
	border: none;
	box-shadow: none;
	outline: none;
	width: 30%;
}
.theme-bunkiesdetails .content-box .quantity input[type="button"] {
	text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
	color: #000;
	font-size: 40px;
	line-height: 1;
}
.theme-bunkiesdetails .content-box .quantity input[type="text"] {
	color: #8F8C81;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 100%;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.theme-bunkiesdetails .content-box {
		padding-left: 50px;
	}
}
/* - Bunkies Single - End */

/* - Related Bunkies - Start */
.theme-relatedbunkies .section-header h4 {
	color: var(--globle-color);
	font-weight: 700;
	font-size: clamp(28px, 4vw, 45px);
	line-height: 0.9;
	letter-spacing: -2%;
}
.related-box a figure {
	position: relative;
	margin-bottom: 0;
}
.related-box a figure::before {
	background-color: rgba(48,53,65,0.6);
	/* background-color: #303541; */
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.related-box a:hover figure::before {
	opacity: 1;
}
.related-box a h5 {
	color: var(--globle-color);
	font-weight: 700;
	font-size: clamp(20px, 2.8vw, 28px);
	line-height: 1.4;
	letter-spacing: -2%;
	margin-bottom: 0;
}
.related-box a h5 > span {
	color: #75736F;
	display: block;
	line-height: 35px;
}
/* - Related Bunkies - End */

/* - Garage - Start */
.theme-garageabout .content-box {
	max-width: 584px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
/* - Garage - End */

/* - Pricing - Start */
.theme-pricing .pricing-list,
.theme-pricing .pricing-list .pricing-box {
	border-top: 1px solid var(--bs-black);
	border-bottom: 1px solid var(--bs-black);
}
.theme-pricing .pricing-list .pricing-box {
	padding-top: 35px;
	padding-bottom: 35px;
}
.theme-pricing .pricing-list .pricing-box:last-child {
}
.theme-pricing .pricing-list .pricing-box > span {
	padding: 2px 20px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	letter-spacing: 2%;
}
.theme-pricing .pricing-list .pricing-box > h5 {
	font-size: 25px;
	line-height: 0.85;
	font-weight: 900;
	flex: 1%;
	display: flex;
	justify-content: space-between;
	margin-left: 30px;
}
.theme-pricing .pricing-list .pricing-box > h5 > span {
	margin-left: 15px;
}
/* - Pricing - End */

/* - Garage Option - Start */
.theme-garageoption .option-box,
.theme-garageoption .option-box figure svg path,
.theme-garageoption .option-box h6,
.theme-garageoption .option-box figure svg circle {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.theme-garageoption .option-box {
	background-color: var(--bs-white);
	box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.15);
	padding: 35px 25px;
	height: 100%;
	display: block;
}
.theme-garageoption .option-box figure {
	height: 65px;
}
.theme-garageoption .option-box.active,
.theme-garageoption .option-box:hover {
	background-color: var(--mc-orange-color);
}
.theme-garageoption .option-box.active figure svg path,
.theme-garageoption .option-box:hover figure svg path {
	stroke: var(--bs-white);
}
.theme-garageoption .option-box.active, figure svg circle,
.theme-garageoption .option-box:hover figure svg circle {
	fill: var(--bs-white);
}
.theme-garageoption .option-box h6 {
	color: var(--globle-color);	
	font-weight: 700;
	font-size: 24px;
	line-height: 27px;
	margin-bottom: 0;
}
.theme-garageoption .option-box.active h6 ,
.theme-garageoption .option-box:hover h6 {
	color: var(--bs-white);
}
/* - Garage Option - End */

/* - Single Car Garage - Start */
.theme-singlecargarage .content-box {
	padding-left: clamp(30px, 6vw, 80px);
	padding-right: clamp(30px, 6vw, 80px);
}
.theme-singlecargarage .content-box h4 {
	font-weight: 700;
	font-size: clamp(32px, 5vw, 55px);
	line-height: 0.95;
	margin-bottom: 30px;
}
.theme-singlecargarage .content-box h5 {
	font-weight: 700;
	font-size: clamp(22px, 3vw, 35px);
	line-height: 0.85;
	margin-bottom: clamp(12px, 3.5vw, 35px);
	margin-top: clamp(12px, 3.5vw, 35px);
}
.theme-singlecargarage .content-box h5 span {
	color: var(--mc-orange-color);
}
.theme-singlecargarage .content-box p {
	font-weight: 700;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.2;
}
.theme-singlecargarage .content-box p > span {
	color: var(--mc-orange-color);
}
.theme-singlecargarage .content-box ul {
	margin: 0;
	padding: 0;
}
.theme-singlecargarage .content-box ul li {
	position: relative;
	list-style: none;
	display: flex;
	font-weight: 500;
	font-size: clamp(20px, 2.8vw, 28px);
	line-height: 1;
	margin-bottom: clamp(15px, 2.5vw, 25px);
}
.theme-singlecargarage .content-box ul li::before {
	background-image: url("data:image/svg+xml,<svg width='10' height='19' viewBox='0 0 10 19' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M0 0L9.28223 9.28223L0 18.5645L0.244269 9.5265L0 0Z' fill='%23DF592E'/></svg>");	
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	width: clamp(8px, 1vw, 10px);
	height: clamp(14px, 1.5vw, 19px);
	flex: 0 0 10px;
	margin-right: 10px;
	margin-top: clamp(2px, 1vw, 6px);
}
.theme-singlecargarage .content-box .btn-block {
	gap: clamp(20px, 4vw, 44px);
}
.theme-singlecargarage .content-box .btn-block a {
	font-size: clamp(16px, 2.2vw, 22px);
}
/* - Single Car Garage - End */

/* - Garage Stage - Start */
.theme-garagestage .section-header p {
	color: var(--globle-color);
	font-weight: 600;
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.4;
}
.theme-garagestage .stage-box {
	border: 2px solid #75736F6E;
	padding: clamp(24px, 5vw, 50px) clamp(24px, 5vw, 60px) clamp(24px, 5vw, 68px);
}
.theme-garagestage .stage-box:not(:last-child) {
	margin-bottom: 20px;
}
.theme-garagestage .stage-box h4 {
	font-weight: 700;
	font-size: clamp(28px, 4vw, 45px);
	line-height: 0.9;
	letter-spacing: -2%;
	margin-bottom: 0;
}
.theme-garagestage .stage-box p {
	font-weight: 600;
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.4;
	margin-bottom: 0;
}
/* - Garage Stage - End */

/* - Callout - Start */
.theme-callout .content-box h3 {
	color: var(--bs-black);
	font-weight: 700;
	font-size: clamp(32px, 5vw, 55px);
	line-height: 1.15;
	margin-bottom: 30px;
}
.theme-callout .content-box .btn-block > a {
	width: 324px;
	max-width: 100%;
}
/* - Callout - End */

/* - Garage More - Start */
.gargae-more-box h3 {
	border-bottom: 1px solid var(--bs-black);
	color: var(--bs-black);
	padding: 0 17px 1.2rem;
	margin-bottom: 1.2rem;
}
.gargae-more-box p {
	padding: 0 17px;
	margin-bottom: 1.2rem;
}
.gargae-more-box ul {
	padding: 0;
	list-style: none;
}
.gargae-more-box ul li {
	padding: 5px 17px;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.2;
	display: flex;
}
.gargae-more-box ul li:nth-child(odd) {
	background-color: rgba(217, 217, 217, 0.3);
}
.gargae-more-box ul li::before {	
	background-image: url("data:image/svg+xml,<svg width='10' height='19' viewBox='0 0 10 19' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M0 0L9.28223 9.28223L0 18.5645L0.244269 9.5265L0 0Z' fill='%23DF592E'/></svg>");	
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	width: clamp(8px, 1vw, 10px);
	height: clamp(14px, 1.5vw, 19px);
	flex: 0 0 10px;
	margin-right: 10px;
	margin-top: clamp(2px, 1vw, 6px);
}
/* - Garage More - end */

/* - Project - Start */
.theme-project .project-box > a h5 {
	color: var(--globle-color);
	font-weight: 700;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: -2%;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.theme-project .container {
		max-width: 1512px;
		padding-left: clamp(25px, 5vw, 78px);
		padding-right: clamp(25px, 5vw, 78px);
	}
}
/* - Project - End */

/* - Project Single - Start */
.modal-backdrop {
	background-color: rgba(197, 197, 197, 0.7);
}
.theme-project .modal-dialog {
	max-width: 1512px;
	padding-left: clamp(15px, 6vw, 80px);
	padding-right: clamp(15px, 6vw, 80px);
}
.theme-project .modal-dialog .modal-content {
	box-shadow: 0px 6px 9px 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	position: relative;
	padding-left: clamp(55px, 9.5vw, 130px);
	padding-right: clamp(55px, 9.5vw, 130px);
}
.theme-project .modal-dialog .modal-content > button {
	padding: 0;
	background: none;
	border: none;
	position: absolute;
	right: 16px;
	top: 18px;
	font-size: 18px;
}
.theme-project .modal-dialog .modal-content h4 {
	font-weight: 700;
	font-size: clamp(22px, 3.5vw, 32px);
	line-height: 1.25;
	letter-spacing: -2%;
	margin-bottom: clamp(20px, 4vw, 40px);
}
.theme-project .modal-dialog .modal-content .carousel-item p {
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.2;
}
.theme-project .modal-dialog .modal-content .carousel > button {
	background-color: var(--mc-orange-color);
	color: var(--bs-white);
	opacity: 1;
	width: clamp(36px, 4.3vw, 62px);
	height: clamp(70px, 8.4vw, 121px);
	-webkit-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	top: 50%;
}
.theme-project .modal-dialog .modal-content .carousel > button.carousel-control-prev {
	left: clamp(-130px, -10vw, -55px);
}
.theme-project .modal-dialog .modal-content .carousel > button.carousel-control-next {
	right: clamp(-130px, -10vw, -55px);
}
/* - Project Single - End */

/* - Widget - Start */
.widget-area .widget + .widget {
	margin-top: 50px;
}
.widget-title {
	color: var(--globle-color);
	font-weight: 700;
	font-size: 28px;
	line-height: 45px;
	margin-bottom: 30px;
}

/* - Widget : Search */
.widget_search .input-group {
	border: 1px solid #DDDDDD;
	align-items: center;
    background-color: var(--bs-white);
    width: 100%;
    padding: 6px 20px;
}
.widget_search .input-group .form-control {
	border: none;
	background-color: transparent;
	font-weight: 400;
	font-size: 20px;
    color: var(--bs-black);
}
.widget_search .input-group .form-control,
.widget_search .btn {
	border-radius: 0;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.widget_search .btn {
	color: #75736F;
	padding: 0;
	font-size: 18px;
	cursor: pointer;
	line-height: 1;
}
.widget_search .form-control::-webkit-input-placeholder {
	color: var(--bs-black);
}
.widget_search .form-control:-moz-placeholder {
	color: var(--bs-black);
}
.widget_search .form-control::-moz-placeholder {
	color: var(--bs-black);
}
.widget_search .form-control:-ms-input-placeholder {
	color: var(--bs-black);
}

.widget_categories ul {
	padding-left: 18px;
}
.widget_categories ul li {
	margin: 3px 0;
}
.widget_categories ul li a {
	color: var(--bs-black);
	font-weight: 400;
	font-size: 24px;
	line-height: 37px;
}
.widget_categories ul li a:hover {
	color: var(--mc-orange-color);
}

.widget_recentpost .recent-post .post-box {
	margin-bottom: 45px;
}
.widget_recentpost .recent-post .post-box figure {
	max-width: 115px;
	height: 116px;
	margin-top: 10px;
}
.widget_recentpost .recent-post .post-box .detail-box {
	flex: 1%;
	padding-left: 24px;
}
.widget_recentpost .recent-post .post-box .detail-box .category-box a,
.widget_recentpost .recent-post .post-box .detail-box h4 a {
	color: var(--bs-black);
}
.widget_recentpost .recent-post .post-box .detail-box .category-box a:hover,
.widget_recentpost .recent-post .post-box .detail-box h4 a:hover {
	color: var(--mc-orange-color);
}
.widget_recentpost .recent-post .post-box .detail-box .category-box a {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}
.widget_recentpost .recent-post .post-box .detail-box h4 {
	font-weight: 700;
	font-size: 27px;
	line-height: 25px;
}
.widget_recentpost .recent-post .post-box .detail-box .meta-box {
	color: #B5B2A8;	
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -2%;
}
/* - Widget - End */

/* - Single - Start */
.blog-single .post-box .category-box > span {
	background-color: var(--mc-orange-color);
	color: var(--bs-white);
	padding: 1px 18px 3px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -2%;
}
.blog-single .post-box h2 {
	text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
	font-weight: 700;
	font-size: clamp(40px, 6vw, 75px);
	line-height: clamp(40px, 4vw, 63px);
	letter-spacing: -2%;
	margin-bottom: 32px;
}
.blog-single .post-box .post-meta > span {
	color: #75736F;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -2%;
}
.blog-single .post-box .post-footer .tagcloude a {
	color: #2E3542;
	border: 1px solid #2E3542;
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
	padding: 4px 56px 7px;
	display: inline-block;
	margin: 2px;
}
/* - Single - End */

/* - Contact - Start */
.theme-contact .info-box {
	padding-left: 0;
}
.theme-contact .info-box li {
	color: #75736F;
	display: flex;
	font-weight: 600;
	font-size: 24px;
	list-style: none;
	line-height: 1;
	margin-bottom: 25px;
	align-items: center;
}
.theme-contact .info-box li::before {
	color: var(--mc-orange-color);
	content: attr(data-icon);
	font-family: "FontAwesome";
	font-size: 17px;
	flex: 0 0 1%;
	margin-right: 15px;
}
.theme-contact .info-box li a {
	color: #75736F;
}
.theme-contact .info-box li a:hover {
	color: var(--mc-orange-color);
}
.theme-contact .contact-form .form-group label {
	line-height: 30px;
	letter-spacing: -2%;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}
.theme-contact .contact-form .form-group .form-control {
	background-color: var(--bs-white);
	border: 1px solid #EAE4CE;
	border-radius: 3px;
	box-shadow: none;
	color: #75736F;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	padding: 10px 26px 14px;
	outline: none;
}
.theme-contact .contact-form .form-check label {
	color: #75736F;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
}
.theme-contact .contact-form .form-check input[type="checkbox"] {
	border: 1px solid #EAE4CE;
	border-radius: 3px;
	background-color: transparent;
	box-shadow: none;
	outline: none;
	width: 21px;
	height: 21px;
	margin-right: 10px;
}
.theme-contact .contact-form .form-check-input:checked[type=checkbox] {
	--bs-form-check-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>");
}
.theme-contact .contact-form .form-group input[type="submit"] {
	text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
	background-color: var(--mc-orange-color);
	border: none;
	font-family: "Inter", sans-serif;
	font-size: clamp(14px, 1.5vw, 17px);
	color: var(--bs-white);
	text-transform: uppercase;
	padding: clamp(12px, 2.5vw, 25px) clamp(15px, 3.5vw, 40px);
	display: inline-block;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.theme-contact .contact-form .form-group input[type="submit"]:hover {
	background-color: var(--mc-darkblue-color);
}
/* - Contact - End */

/* - Map - Start */
.theme-map iframe {
	width: 100%;
	display: block;
	height: clamp(280px, 40vw, 471px);
}
/* - Map - End */

/* - Footer - Start */
.footer-widget .widget-about img {
	margin-bottom: 25px;
	display: block;
}
.footer-widget .widget-about p {
	color: #EAE4CE;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -2%;
}
.footer-widget .widget + .widget {
	margin-top: 75px;
}
.footer-widget .widget .widget-title {
	color: var(--bs-white);	
	font-weight: 800;
	font-size: 25px;
	line-height: 28px;
	letter-spacing: -2%;
	margin-top: 13px;
	margin-bottom: 35px;
}
.footer-widget .widget-contact p {
	color: #EAE4CE;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -2%;
	margin-bottom: 20px;
}
.footer-widget .widget-contact p a {
	color: #EAE4CE;
}
.footer-widget .widget-contact p a:hover {
	color: var(--mc-orange-color);
}
.footer-widget .widget-contact p:last-child {
	margin-bottom: 0;
}
.footer-widget .widget_pages > ul {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}
.footer-widget .widget_pages > ul li a {
	color: #EAE4CE;
	display: block;
	font-size: 20px;
	line-height: 23px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 100%;
}
.footer-widget .widget_pages > ul li:first-child a {
	padding-top: 0;
}
.footer-widget .widget_pages > ul li a:hover {
	color: var(--mc-orange-color);
}
.footer-widget .widget_pages > ul ul {
	padding-left: 10px;
}
.footer-widget .widget-getintouch ul {
	padding: 0;
	list-style: none;
}
.footer-widget .widget-getintouch ul li {
	display: inline-block;
	margin: 0 2px 8px;
}
.footer-widget .widget-getintouch ul li a {
	border: 1px solid #EAE4CE;
	border-radius: 25rem;
	color: var(--bs-white);
	width: 49px;
	height: 49px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-widget .widget-getintouch ul li a:hover {
	border-color: transparent;
	background-color: var(--mc-orange-color);
}
.theme-footer .bottom-footer {
	border-top: 1px solid #EAE4CE;
	padding-top: 24px;
	padding-bottom: 24px;
}
.theme-footer .bottom-footer p {
	color: #EAE4CE;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -2%;
}
/* - Footer - End */

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Elements Over ] */
/* ========================================================================== */
/* ========================================================================== */
/* ---------------------------------------------------------------------------------------------------------------- */

/* ## Site Loader */
.load-complete {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1031;
}
.load-complete > div {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.load-complete > div .spinner-grow {
	background-color: #151515;
}

/* - Back To Top */
.back-to-top {
	align-items: center;
	background-color: #222;	
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	display: none;
	height: 34px;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 34px;
	bottom: 25px;
	z-index: 1;
	line-height: 36px;
}
.back-to-top:hover {
	background-color: var(--primary-color);
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Plugins Over ] */
/* ========================================================================== */
/* ========================================================================== */
/* - SlidePanel */
.slidepanel { 
	display: block; 
}
.closeit,
.toggle,
.slideit {
	display: none;
}

/* - Ownavigation */
.ownavigation .navbar-nav > li > a.active,
.ownavigation .navbar-nav > .active > a, 
.ownavigation .navbar-nav > .active > a:focus, 
.ownavigation .navbar-nav > .active > a:hover, 
.ownavigation .navbar-nav > li:hover > a, 
.ownavigation .navbar-nav > li > a:hover {
	color: #717171;
}
.ownavigation .navbar-nav > li.dropdown .dropdown-item.active,
.ownavigation .navbar-nav > li.dropdown .dropdown-item:active,
.ownavigation .navbar-nav > li.dropdown .dropdown-item:hover {
	background-color: transparent;
}
/* =========================================================== */
				/* [ + Responsive ] */
/* =========================================================== */
/* - Min Width : 1200 */
@media (min-width: 1200px) {
	/* - Container */
	.container {
		max-width: 1200px;
	}
	.container-sm {
		max-width: 1512px;
		padding-left: clamp(25px, 5vw, 70px);
        padding-right: clamp(25px, 5vw, 70px);
	}
}

/* - Min Width : 992 */
@media (min-width: 992px) {
	/* - Menu Postion */
	.menu_position {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 11;
	}
	
	/* - Ownavigation */
	.ownavigation .navbar-nav > li > a {
		display: inline-block;
	}
	
	/* - Dropdown */
	.ownavigation .navbar-nav > li.dropdown .dropdown-toggle::after {
		border: none;
		content: "\f107";
		font-family: "FontAwesome";
	}
	.ownavigation .navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle {
		display: flex;
		align-items: center;
	}
	.ownavigation .navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle::after {
		margin-left: auto;
	}
	.ownavigation .ddl-switch {
		display: none;
	}
	.ownavigation .navbar-nav li.dropdown > .dropdown-menu {
		background-color: #121212;
		border: none;
		border-radius: 0;
		opacity: 0;
		top: 0;
		-webkit-transform-origin: top;
		transform-origin: top;
		-webkit-animation-fill-mode: forwards;  
		animation-fill-mode: forwards; 
		-webkit-transform: scale(1, 0);
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		display: block;
		max-width: 240px;
		min-width: 240px;
		padding: 0;
		margin: 0;
		visibility: hidden;
		background-clip: inherit;
	}
	.ownavigation .navbar-nav li:hover > .dropdown-menu {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);  
		opacity: 1;
		visibility: visible;
	}
	.ownavigation .navbar-nav li:not(.megamenu) > .dropdown-menu {
		left: 100%;
	}
	.ownavigation .navbar-nav > li:not(.megamenu) > .dropdown-menu {
		top: 100%;
		left: 0;
	}
	.ownavigation .navbar-nav > li.dropdown:last-child > .dropdown-menu,
	.ownavigation .navbar-nav > li.dropdown:nth-last-child(2) > .dropdown-menu {
		right: 0; 
	}
	.ownavigation .navbar-nav > li.dropdown:first-child > .dropdown-menu {
		left: 0;
		right: auto;
	}
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: auto;
	}
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul ul ul ul ul {
		right: 100%;
	}
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul ul ul ul {
		left: 100%;
	}
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu) > .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):last-child > .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):nth-last-child(2) > .dropdown-menu ul ul ul ul ul ul ul ul {
		right: auto;
	}
	
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: 100%;
		right: auto;
	}
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-nav > li.dropdown:not(.megamenu):first-child > .dropdown-menu ul ul ul ul ul ul ul ul {
		left: auto;
		right: 100%;
	}
	
	/* - Megamenu */
	.ownavigation .navbar-nav > li.megamenu {
		position: static;		
	}
	.ownavigation .navbar-nav > li.dropdown.megamenu:first-child > .dropdown-menu {
		left: 0;
		right: 0;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu {
		display: flex;
		top: 100%;
		left: 0;
		right: 0;
		max-width: 100%;
		min-width: 1px;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li + li {
		/* border-left: 1px solid #6e6e6e; */
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > a {
		/* border-bottom: 1px solid #eee; */
		padding: 5px 10px;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > ul {
		position: relative;
		box-shadow: none;
		-webkit-box-shadow: none;
		border: none;
		left: 0;
		max-width: 100%;
		min-width: 1px;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);  
		opacity:1;
		padding: 5px 0;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li.dropdown > ul.dropdown-menu {
		visibility: visible;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > ul > li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.ownavigation .navbar-nav li.megamenu-submenu > .dropdown-menu > li > ul li a {
		padding-top: 4px;
		padding-bottom: 4px;
		display: block;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu {
		top: 100%;
		left: 0;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > .dropdown-menu li .dropdown-menu li {
		background-color: #fff;
		padding-left: 10px;
		padding-right: 10px;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu .dropdown-menu li:hover > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li .dropdown-menu li:hover .dropdown-menu {
		z-index: 1001;
	}
	
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu  > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu  > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu  > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu  > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
		left: auto
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu  > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu  > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
		right: 100%;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
		right: auto;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:last-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu  > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
		left: 100%;
	}
	
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
		left: 100%;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
		right: auto;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
		right: 100%;
	}
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu,
	.ownavigation .navbar-nav > li.megamenu-submenu > .dropdown-menu > li:first-child > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
		left: auto;
	}
	
	_:-ms-fullscreen, :root .ownavigation .navbar-nav > li.dropdown.megamenu > .dropdown-menu {
		display: none;
	}
	_:-ms-fullscreen, :root .ownavigation .navbar-nav > li.dropdown.megamenu:hover > .dropdown-menu {
		display: flex;
	}
	
	/* - Section Header */
	.section-header > a {
		margin-right: 0;
		margin-left: auto;
	}
}

/* - Min Width : 768 */
@media (min-width: 768px) {
	
}

/* - Min Width : 576 */
@media (min-width: 576px) {
	
}

/* - Max Width : 1199 */
@media (max-width: 1199px) {
	
}

/* - Max Width : 991.98 */
@media (max-width: 991.98px) {
	/* - SlidePanel */
	.slidepanel { 
		display: none;
		/* border-bottom: 1px solid rgba(50,53,93,0.08); */
	}
	.slideit,
	.toggle {
		display: block;
		position: relative;
		z-index: 1;
	}
	.desktop-hide {
		position: absolute;
		right: 50px;
		text-align: center;
		top: 0;
	}
	html[dir="rtl"] .desktop-hide {
		left: 50px;
		right: auto;
	}
	.slideit,
	.closeit {
		color: #32355d;
		font-size: 25px;
		position: relative;
		right: 0;
		top: 0;
		line-height: 1;
	}
	.slideit:hover,
	.closeit:hover {
		color: #ff4880;
	}
	
	.mobile-hide {
		display: none;
	}
	
	/* - Ownavigation */
	.ownavigation .container-fluid,
	.ownavigation .container {
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}
	
	/* - Desktop Logo */
	.desktop-logo {
		display: none;
	}
	
	.ownavigation .navbar-toggler {
		background-color: transparent;
		border: none;
		box-shadow: none;
		border-radius: 0;
		font-size: 24px;
		margin: 20px 15px 20px 0;
		padding: 0;
		z-index: 1;
		outline: none;
	}
	.ownavigation .navbar-toggler:hover {
		color: var(--primary-color);
	}
	.ownavigation .navbar-brand {
		margin-left: 15px;
	}
	.ownavigation .navbar-brand.mobile-logo > img {
		max-width: 103px;
	}
	.ownavigation .navbar-collapse {
		max-height: 340px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.ownavigation .navbar-collapse.collapse.show {
		display: block;
		overflow-y: auto;
	}
	.ownavigation .navbar-nav > li.dropdown .dropdown-toggle::after {
		display: none;
	}
	.ownavigation .ddl-switch {
		background-color: #151515;
		color: #fff;
		cursor: pointer;
		font-size: 15px;
		padding: 2px 6px;
		position: absolute;
		right: 0;
		top: 8px;
		z-index: 100;
		width: auto;
	}
	.ownavigation .ddl-active > .ddl-switch:before {
		content: "\f106";
	}
	.ownavigation .navbar-nav .dropdown-menu {
		background-color: transparent;
		border: none;
		position: relative;
		padding-left: 10px;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		width: 100%;
		box-shadow: none;
		/* float: left; */
		top: 0;
	}
	.ownavigation .dropdown-menu li {
		display: inline-block;
		width: 100%;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a {
		padding-left: 0;
		padding-right: 0;
		padding-top: 6px;
		padding-bottom: 6px;
	}
}

/* - Max Width : 767 */
@media (max-width: 767px) {
	
}

/* - Max Width : 575 */
@media (max-width: 575px) {
	
}

@media not all and (min-resolution:.001dpcm) { @media {
	.header-fix .is-sticky .ownavigation,
	.header-fix .is-sticky .ownavigation {
		position: fixed !important;
		top: 0 !important;
		bottom: auto !important;
	}
}}

/* - Min Width : 1200 */
@media (min-width: 1200px) {
		
}

/* Customization */
.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}