html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: white;
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}
::-webkit-scrollbar
{
	width: 6px;
	height: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.30);
}
*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a
{
	text-decoration: none;
}
label
{
	font-weight: 400;
	margin: 0px;
}
textarea
{
	font-family: "Rubik", sans-serif;
}
li
{
	list-style-type: none;
}
ul
{
	margin: 0px;
	padding: 0px;
}
i
{
	-webkit-mask-size: 100% 100% !important;
}
.lazy-hidden
{
	opacity: 0;
}
.lazy-loaded
{
	opacity: 1;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}
i:not(.lazy-loaded, .manual-lazyload, .carousel-previous-arrow, .carousel-next-arrow)
{
	background-color: transparent !important;
}
.container
{
	width: 1200px;
	max-width: 100%;
	float: left;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	clear: both;
}
.header
{
	width: 100%;
	height: 156px;
	float: left;
	position: relative;
	background-color: white;
	padding: 26px 0px 0px;
}
.header:before
{
	position: absolute;
	top: 0;
	left: 0;
	height: 8px;
	width: 50%;
	content: "";
	background-color: #483e39;
}
.header:after
{
	content: "";
	width: 50%;
	height: 8px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #a47c68;
}
.header .container
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.header-logo
{
	height: 82px;
	float: left;
}
.header-logo a
{
	width: 100%;
	height: 100%;
	float: left;
}
.header-logo a img
{
	width: 100%;
	height: 100%;
	float: left;
	object-fit: contain;
	object-position: left;
}
.header-contact
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.header-contact .contact-box
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: relative;
}
.header-contact .contact-box:before
{
	content: "";
	position: absolute;
	top: -4px;
	bottom: -5px;
	right: 0px;
	width: 1px;
	background-color: #e2ddda;
	transform: rotate(12deg);
}
.header-contact .contact-box:last-child:before
{
	display: none;
}
.header-contact .contact-icon
{
	width: 30px;
	height: 30px;
	float: left;
}
.header-contact .contact-icon i
{
	width: 100%;
	height: 100%;
	float: left;
	background-color: #a47c68;
}
.header-contact .contact-text
{
	width: 100%;
	float: left;
}
.header-contact .contact-text p
{
	width: 100%;
	float: left;
	margin: 0px;
	font-weight: 500;
	color: #3c3531;
}
.header-contact .contact-text p:first-child
{
	font-size: 12px;
	color: #8b827d;
	margin-bottom: 3px;
}
.header-social
{
	float: left;
	display: flex;
	align-items: center;
	gap: 10px;
}
.header-social a
{
	position: relative;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #f2eeeb;
	z-index: 1;
	border-radius: 50%;
	overflow: hidden;
	transition: 0.3s ease;
}
.header-social a i
{
	width: 15px;
	height: 15px;
	background-color: #3c3531;
	transition: 0.3s ease;
}
.menu
{
	width: 100%;
	height: 70px;
	float: left;
	margin-top: -35px;
	position: relative;
	z-index: 2;
}
.menu-bg
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 2;
	display: none;
}
.menu .container
{
	height: 100%;
}
.main-menu
{
	position: relative;
}
.main-menu li
{
	width: auto;
	float: left;
}
.main-menu > li > a
{
	width: 100%;
	float: left;
	font-size: 16px;
	display: flex;
	align-items: center;
	color: #8b827d;
	position: relative;
	transition: all 500ms ease;
}
.main-menu > li > .sub-menu
{
	width: 100%;
	max-height: 400px;
	position: absolute;
	top: 100%;
	left: 0px;
	background-color: white;
	padding: 25px;
	overflow: auto;
	display: none;
	flex-direction: column;
	flex-wrap: wrap;
}
.main-menu > li > .sub-menu .sub-category
{
	width: 16.6666666667%;
	float: left;
	padding: 0 25px 0 0px;
	margin-bottom: 10px;
}
.sub-category-title
{
	font-weight: 600;
	color: black !important;
	margin-bottom: 4px;
}
.sub-category li
{
	width: 100%;
	float: left;
	text-align: left;
	padding-bottom: 4px;
}
.sub-category li a
{
	width: 100%;
	float: left;
	color: #666666;
}
.sub-category .sub-category
{
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
}
.main-menu li > span
{
	display: none;
}
.mobil-menu-header
{
	width: calc(70% - 30px);
	height: 52px;
	position: fixed;
	top: 0px;
	background-color: white;
	border-bottom: 1px solid #99999933;
	padding: 5px 0px;
	z-index: 1;
	display: none;
}
.back-btn
{
	width: 15%;
	float: left;
	opacity: 0;
	margin-top: 10px;
}
.mobil-menu-header img
{
	width: 70%;
	float: left;
	padding: 3px 15px;
	height: 40px;
	object-fit: contain;
}
.close-btn
{
	width: 15%;
	float: left;
	margin-top: 10px;
}
.mobil-menu-header i
{
	width: 20px;
	height: 20px;
	float: left;
	background-color: black;
}
.close-btn i
{
	float: right;
}
.hamburger
{
	width: 20px;
	height: 20px;
	float: left;
	display: none;
}
.hamburger i
{
	width: 100%;
	height: 100%;
	float: left;
	background-color: black;
}
.menu .contact-btn
{
	height: 100%;
	background-color: #3c3531;
	color: white;
	font-weight: 700;
	padding: 0px 50px;
	line-height: 60px;
	position: relative;
	z-index: 1;
}
.menu .contact-btn:after
{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 3px;
	background-color: #a47c68;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	opacity: 1;
	z-index: -1;
}
.footer
{
	width: 100%;
	float: left;
	background-color: #3d3532;
	padding: 120px 0px;
}
.footer-box
{
	width: 25%;
	float: left;
}
.footer-logo
{
	width: 100%;
	float: left;
	padding-right: 20px;
}
.footer-logo a
{
	width: 100%;
	float: left;
}
.footer-logo img
{
	max-width: 100%;
	height: 52px;
	float: left;
}
.footer-logo p
{
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0px 0px;
	color: #c1b8b3;
}
.footer-box h3
{
	width: 100%;
	float: left;
	position: relative;
	font-size: 20px;
	color: white;
	font-weight: 700;
	margin: 0px;
}
.footer-box h3:before
{
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	bottom: -9px;
	left: 0px;
	background-color: #a47c68;
}
.footer-box h3:after
{
	content: "";
	width: 4px;
	height: 2px;
	position: absolute;
	bottom: -9px;
	left: 45px;
	background-color: #ffffff;
}
.footer-box ul
{
	width: 100%;
	float: left;
	margin-top: 32px;
}
.footer-box li
{
	width: 100%;
	float: left;
}
.footer-box li + li
{
	margin-top: 15px;
}
.footer-box li a
{
	width: 100%;
	float: left;
	position: relative;
	font-size: 16px;
	color: #c1b8b3;
	transition: all 500ms ease;
	padding-left: 20px;
}
.footer-box li a i
{
	width: 15px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 0px;
	background-color: #c1b8b3;
}
.footer-contact
{
	width: 100%;
	float: left;
	margin-top: 32px;
}
.footer-contact .contact-box
{
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #544e4a;
}
.footer-contact .contact-box:last-child
{
	margin: 0;
	border: 0;
	padding: 0;
}
.footer-contact .contact-icon
{
	width: 40px;
	height: 40px;
	float: left;
	background-color: #2f2a27;
	border-radius: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.footer-contact .contact-icon i
{
	width: 22px;
	height: 22px;
	float: left;
	background-color: #a47c68;
}
.footer-contact .contact-text
{
	width: calc(100% - 40px);
	float: left;
	padding-left: 20px;
}
.footer-contact .contact-text p
{
	width: 100%;
	float: left;
	margin: 0;
	color: #c1b8b3;
}
.footer-contact .contact-text p:last-child
{
	color: white;
	font-weight: 500;
	font-size: 16px;
	margin-top: 4px;
}
.copyright
{
	width: 100%;
	height: 80px;
	float: left;
	background-color: #2f2a27;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.copyright p
{
	font-size: 15px;
	color: #c2b9b4;
	margin: 0px;
}
.custom-input
{
	width: 100%;
	height: 60px;
	border: none;
	background-color: #f2eeeb;
	padding: 0px 30px;
	outline: none;
	color: #8b827d;
}
textarea.custom-input
{
	height: 155px;
	padding: 30px;
	resize: none;
}
.custom-button
{
	max-width: 100%;
	height: 60px;
	float: left;
	position: relative;
	outline: none !important;
	background-color: #3c3531;
	color: white;
	font-weight: 700;
	padding: 15px 50px;
	transition: 0.3s ease;
	border: none;
	cursor: pointer;
	z-index: 1;
}

@media (hover: hover)
{
	.main-menu > li > a:hover
	{
		color: #3c3531;
	}
	.menu .contact-btn:hover:after
	{
		opacity: 1;
		width: 100%;
	}
	.main-menu > li:hover > .sub-menu
	{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.header-social a:hover
	{
		background-color: #a47c68;
	}
	.header-social a:hover i
	{
		background-color: white;
	}
	.custom-button:hover
	{
		background-color: #a47c68;
	}
}
@media only screen and (min-width: 991px)
{
	.menu .container
	{
		background-color: white;
		box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		padding: 5px 5px 5px 40px;
	}
	.main-menu
	{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		gap: 40px;
	}
	.main-menu > li > a.active
	{
		color: #3c3531;
	}
	.main-menu > li > a .active-menu-border
	{
		width: 12px;
		height: 0px;
		position: absolute;
		bottom: -25px;
		left: 50%;
		transform: translateX(-50%) translateY(0px);
		opacity: 0;
		visibility: hidden;
		border-left: 2px solid #3b3430;
		border-right: 2px solid #3b3430;
		transition: all 500ms ease;
	}
	.main-menu > li > a .active-menu-border:before
	{
		content: "";
		width: 2px;
		position: absolute;
		top: -7px;
		bottom: 0;
		left: 50%;
		background-color: #a47c68;
		transform: translateX(-50%);
	}
	.main-menu > li > a.active .active-menu-border,
	.main-menu > li > a:hover .active-menu-border
	{
		height: 11px;
		opacity: 1;
		visibility: visible;
		transform: translateX(-50%) translateY(0px);
	}
}
@media only screen and (max-width: 991px)
{
	.container
	{
		position: unset;
		left: unset;
		transform: unset;
	}
	.header
	{
		height: 75px;
		padding: 15px 15px 8px 15px;
	}
	.header-contact,
	.header-social
	{
		display: none;
	}
	.header-logo
	{
		height: 52px;
	}
	.hamburger
	{
		display: block;
	}
	.menu
	{
		width: 70%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: -70%;
		padding: 0px 15px;
		overflow: auto;
		z-index: 7;
		display: none;
		background-color: white;
		margin: 0px;
	}
	.menu-bg
	{
		z-index: 6;
	}
	.main-menu
	{
		height: calc(100% - 52px);
		text-align: left;
		margin-top: 52px;
		overflow: auto;
	}
	.main-menu > li > .sub-menu,
	.sub-category .sub-category
	{
		width: 70% !important;
		height: calc(100% - 52px);
		max-height: unset;
		position: fixed;
		top: 52px;
		left: 0px;
		padding: 0px 15px !important;
		overflow: auto;
		background-color: white;
		z-index: 1;
	}
	.main-menu li
	{
		width: 100%;
		height: auto;
		position: relative;
		padding-bottom: 0px;
	}
	.main-menu > li > a,
	.sub-category > li > a
	{
		padding: 16px 0px !important;
		line-height: normal;
		border-bottom: 1px solid #99999933;
		font-size: 16px;
		font-weight: 400;
		color: black !important;
		display: unset;
		align-items: unset;
	}
	.main-menu li span
	{
		width: 20px;
		height: 20px;
		float: left;
		position: absolute;
		top: 15px;
		right: 0;
		display: block;
	}
	.main-menu li span i
	{
		width: 100%;
		height: 100%;
		float: left;
		background-color: black;
	}
	.main-menu > li > .sub-menu .sub-category
	{
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	.sub-category .sub-category
	{
		display: none;
	}
	.mobil-menu-header
	{
		display: block;
	}
	.menu .contact-btn
	{
		display: none;
	}
	.footer
	{
		padding: 15px 0px;
	}
	.footer .container
	{
		padding: 0px 15px;
	}
	.footer-box
	{
		width: 100%;
	}
	.footer-box + .footer-box
	{
		margin-top: 15px;
	}
}