.header-absolute
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background-color: transparent;
}
.header-absolute .main-menu > li > a
{
	color: white;
}
.page-header
{
	width: 100%;
	height: 480px;
	float: left;
	position: relative;
}
.page-img
{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}
.page-img:after
{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(60, 53, 49, 0.6);
}
.page-img img
{
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}
.page-title
{
	max-width: 100%;
	float: left;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page-title h1
{
	width: 100%;
	float: left;
	font-size: 65px;
	color: white;
	margin: 0px;
	font-weight: 400;
}
.page-breadcrumb
{
	width: 100%;
	float: left;
	padding: 20px 0px;
	border-bottom: 1px solid #171717;
}
.page-breadcrumb .breadcrumb
{
	width: 100%;
	float: left;
}
.page-breadcrumb .breadcrumb li
{
	width: auto;
	float: left;
}
.page-breadcrumb .breadcrumb a
{
	width: 100%;
	float: left;
	color: white;
	font-size: 16px;
}
.page-breadcrumb .breadcrumb p
{
	width: auto;
	float: left;
	margin: 0px;
}
.page-breadcrumb .breadcrumb a span
{
	float: left;
	margin: 0px 10px;
}
.contact
{
	width: 100%;
	float: left;
	padding: 120px 0px;
}
.contact-box
{
	width: 50%;
	float: left;
}
.page-section-title
{
	width: 100%;
	float: left;
	position: relative;
}
.page-section-title h2
{
	width: 100%;
	float: left;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: -1px;
	color: white;
	line-height: 70px;
	margin: 0px;
}
.contact .contact-text
{
	width: 100%;
	float: left;
	padding-right: 60px;
}
.contact .contact-text p
{
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 28px;
	margin: 0px;
}
.contact-form
{
	width: 100%;
	float: left;
}
.contact-form form
{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.contact-form form label
{
	width: 100%;
	float: left;
	margin: 0px;
}
.contact-form form label + label
{
	margin-top: 20px;
}
.contact-details
{
	width: 100%;
	float: left;
}
.contact-details ul
{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.contact-details li
{
	width: 100%;
	float: left;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}
.contact-details li + li
{
	margin-top: 10px;
}
.contact-details li span
{
	width: 100%;
	float: left;
	font-size: 16px;
}
.contact-details li p
{
	width: 100%;
	float: left;
	margin: 5px 0px 0px;
	color: white;
	font-size: 24px;
	font-weight: 300;
}
.contact-details li p a
{
	float: left;
	color: white;
}
.map
{
	width: 100%;
	height: 630px;
	float: left;
	padding-right: 60px;
}
.map iframe
{
	width: 100%;
	height: 100%;
	float: left;
	filter: grayscale(1);
}
.contact-space
{
	width: 100%;
	height: 120px;
	float: left;
}
.contact-social a
{
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	background-color: #333333;
	border-radius: 100%;
	padding: 8px;
}
.contact-social a i
{
	width: 100%;
	height: 100%;
	float: left;
	background-color: white;
}
.page
{
	width: 100%;
	float: left;
	padding: 120px 0px;
}
.page-text
{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.page-text p
{
	width: 100%;
	float: left;
	font-size: 20px;
	line-height: 28px;
}
.page-text p:first-child
{
	margin-top: 0px;
}
.page-gallery
{
	width: 100%;
	float: left;
}
.gallery-box
{
	width: calc(33.3333333333% - 20px);
	float: left;
	aspect-ratio: 370/370;
	border: 1px solid #544e4a;
}
.gallery-box a,
.gallery-box img
{
	width: 100%;
	height: 100%;
	float: left;
	object-fit: contain;
	object-position: center;
}
.gallery-box a
{
	position: relative;
	overflow: hidden;
}
.gallery-box a:after
{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #0a0a0ab3;
	transition: 700ms;
	transform: translateY(-102%);
	z-index: 1;
}
.img-popup-btn
{
	height: 76px;
	width: 76px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	opacity: 0;
	transition: 700ms;
	z-index: 2;
	margin-top: 100px;
}
.img-popup-btn i
{
	width: 22px;
	height: 22px;
	background-color: #0A0A0A;
}
.subpage-list
{
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
}
.subpage-box
{
	width: calc(33.3333333333% - 20px);
	float: left;
}
.subpage-box .subpage-img
{
	width: 100%;
	float: left;
	aspect-ratio: 385/385;
	position: relative;
}
.subpage-box .subpage-img img
{
	width: 100%;
	height: 100%;
	float: left;
}
.subpage-box .subpage-text
{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 20px;
}
.subpage-box .subpage-text:before
{
	content: "";
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #333333;
}
.subpage-box .subpage-text h2
{
	width: 100%;
	float: left;
	margin: 0px;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -1px;
	color: white;
	padding-left: 30px;
}
.error-page
{
	width: 100%;
	float: left;
	text-align: center;
}
.error-page h2
{
	width: 100%;
	float: left;
	margin: 0px;
	font-size: 350px;
	line-height: 350px;
	font-weight: 900;
	color: #a47c68;
}
.error-page p
{
	width: 100%;
	float: left;
	margin: 0px;
	font-size: 40px;
	line-height: 49px;
	color: #3c3531;
}

@media (hover: hover)
{
	.gallery-box a:hover:after
	{
		transform: translateY(0%);
	}
	.gallery-box a:hover .img-popup-btn
	{
		opacity: 1;
		margin-top: 0px;
	}
}
@media only screen and (min-width: 991px)
{
	.header-absolute .main-menu > li > a.active:before
	{
		background-color: white;
	}
	.header-absolute .main-menu > li > a:not(.active):before
	{
		background-color: white;
	}
	.page-gallery
	{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 30px;
	}
}
@media only screen and (max-width: 991px)
{
	.page-header
	{
		aspect-ratio: unset;
		height: 200px;
		margin-top: 0px;
	}
	.contact
	{
		padding: 15px 0px;
	}
	.contact .container
	{
		padding: 0px 15px;
	}
	.contact-box
	{
		width: 100%;
	}
	.contact-form
	{
		width: 100%;
	}
	.contact-form form
	{
		margin-top: 10px;
	}
	.contact-space
	{
		height: 15px;
	}
	.map
	{
		padding-right: 0px;
	}
	.contact-details
	{
		margin-top: 15px;
	}
	.contact-details ul
	{
		margin-top: 10px;
	}
	.contact-details li p
	{
		font-size: 18px;
	}
	.contact .contact-text
	{
		padding: 0px 0px 30px 0px;
	}
	.page-section-title h2
	{
		font-size: 30px;
		line-height: normal;
	}
	.page-breadcrumb
	{
		padding: 15px 15px 10px;
	}
	.page-breadcrumb .breadcrumb
	{
		white-space: nowrap;
		overflow-x: auto;
	}
	.page-breadcrumb .breadcrumb li
	{
		float: unset;
		display: inline-block;
	}
	.page-breadcrumb .breadcrumb::-webkit-scrollbar
	{
		display: none;
	}
	.page
	{
		padding: 15px 0px;
	}
	.page .container
	{
		padding: 0px 15px;
	}
	.gallery-box
	{
		width: 100%;
	}
	.gallery-box + .gallery-box
	{
		margin-top: 15px;
	}
	.error-page h2
	{
		font-size: 130px;
		line-height: unset;
	}
	.error-page p
	{
		font-size: 25px;
	}
	.page-title
	{
		width: 100%;
	}
	.page-title .container
	{
		padding: 0px 15px;
	}
	.page-title h1
	{
		font-size: 30px;
	}
	.subpage-list
	{
		flex-direction: column;
	}
	.subpage-box
	{
		width: 100%;
	}
}