@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9 ;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-lgx {
	font-family: "Playfair Display", serif;
	color: #b98d36;
	border: 2px solid #b98d36;
	border-radius: 0;
	background: rgba(255, 255, 255, 0);
	padding: 1.6rem 5rem;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 0.1rem;
	transition: transform 0.3s;
}
.btn-lgx::before, .btn-lgx::after {
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.btn-lgx::before {
	transform: translate3d(-100%, 0, 0);
	background: #b98d36;
	transition: transform 0.3s;
}
.btn-lgx::after {
	background: rgba(255, 255, 255, 0.1);
	transform: translate3d(100%, 0, 0);
	transition: transform 0.3s cubic-bezier(0.16, 0.73, 0.58, 0.62);
}
.btn-lgx span {
	position: relative;
	z-index: 90;
}
.btn-lgx:hover {
	color: #fff;
}
.btn-lgx:hover::before, .btn-lgx:hover::after {
	transform: translate3d(0, 0, 0);
}
@media (max-width: 767.98px) {
	.btn-lgx {
		font-size: 12px;
		padding: 1rem 2.6rem;
		letter-spacing: 0;
	}
}
@media (max-width: 480px) {
	.btn-lgx {
		padding: 0.6rem 1.6rem;
	}
}

.btn-lgx-simple {
	border: 1px solid #ddd;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.4);
	padding: 0.8rem 2.6rem;
	color: #282b2e;
}
.btn-lgx-simple::before {
	transform: translate3d(-100%, 0, 0);
	background: rgba(221, 221, 221, 0.4);
	transition: transform 0.3s;
}
.btn-lgx-simple::after {
	background: rgba(255, 255, 255, 0.3);
	transform: translate3d(100%, 0, 0);
	transition: transform 0.3s cubic-bezier(0.16, 0.73, 0.58, 0.62);
}
.btn-lgx-simple:hover {
	color: #b98d36;
}

blockquote,
blockquote p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-family: "Playfair Display", serif;
}

blockquote {
	overflow: hidden;
	color: #282b2e;
	margin: 2rem auto;
	display: block;
	padding: 1rem 1.5rem;
	position: relative;
	border-left: 0;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-weight: 400;
	text-align: center;
}
blockquote::before, blockquote::after {
	font-family: FontAwesome;
	position: absolute;
	top: 4px;
	font-size: 2rem;
	line-height: 3rem;
	color: #b98d36;
	opacity: 0.3;
}
blockquote::before {
	content: "\f10d";
	left: 7px;
	text-align: center;
}
blockquote::after {
	content: "\f10e";
	right: 7px;
}

.lgx-inner {
	padding: 11rem 0;
}
@media (max-width: 767.98px) {
	.lgx-inner {
		padding: 8rem 0;
	}
}

.lgx-heading {
	text-align: center;
	margin-bottom: 6.8rem;
}
.lgx-heading .heading-title {
	font-family: "Playfair Display", serif;
	font-size: 4.2rem;
	line-height: 6.3rem;
	line-height: 5rem;
	font-weight: 900;
	margin: 0;
	color: #282b2e;
}
@media (max-width: 767.98px) {
	.lgx-heading .heading-title {
		font-size: 33px;
	}
}
.lgx-heading .heading-subtitle {
	line-height: 2.4rem;
	font-family: "Playfair Display", serif;
	font-size: 1.6rem;
	color: #282b2e;
	font-weight: 400;
	opacity: 0.5;
	margin: 0.5rem 0 0;
}
@media (max-width: 767.98px) {
	.lgx-heading {
		margin-bottom: 4.2rem;
	}
}

.lgx-heading-white .heading-subtitle,
.lgx-heading-white .heading-title {
	color: #fff;
}

.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group-addon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #b98d36;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: 0 0;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	transform: scale(0.8);
	transition: 0.8s ease;
	opacity: 0.7;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: 0 0;
	transform: scale(1);
	opacity: 1;
	z-index: 9;
}

figure {
	margin: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 1.5rem 2rem;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea.form-control {
	height: 170px;
}

.header {
	background-color: #f1f1f1;
	position: relative;
	z-index: 99;
}
.header .navbar {
	margin: 0;
	padding: 0;
}
.header .navbar .nav-header .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #b98d36 !important;
	font-size: 24px;
	cursor: pointer;
}
@media (min-width: 768px) {
	.header .navbar .nav-header .navbar-toggle {
		display: none;
	}
}
.header .navbar .nav-header .logo {
	width: 250px;
	margin-top: 0;
}
.header .navbar .nav-header .logo a {
	z-index: 200;
	display: block;
}
.header .navbar .nav-header .logo a img {
	background: #fff;
	position: absolute;
	top: -1px;
	padding: 1.6rem 3rem 3rem;
	max-width: 250px;
	transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 991.98px) {
	.header .navbar .nav-header .logo {
		width: 100px;
	}
	.header .navbar .nav-header .logo a img {
		max-width: 170px;
		padding: 2.6rem 1.5rem 3rem;
	}
}
@media (max-width: 767.98px) {
	.header .navbar .nav-header .logo a img {
		max-width: 70px;
		padding: 1rem;
	}
}
@media (max-width: 767.98px) {
	.header .navbar .nav-header {
		width: 100%;
		display: block;
	}
}
.header .navbar-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.header .navbar-menu ul > li {
	display: inline-block;
	position: relative;
}
.header .navbar-menu ul > li > a {
	position: relative;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	opacity: 0.8;
	padding: 30px 11px;
	color: #282b2e;
	line-height: 2.4rem;
	font-family: "Playfair Display", serif;
}
.header .navbar-menu ul > li > a.btn-lgx {
	border: 2px solid var(--second-color);
	border-radius: 0;
	background: rgba(255, 255, 255, 0);
	padding: 0.8rem 2.6rem !important;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-top: 19px;
	transition: transform 0.3s;
}
.header .navbar-menu ul > li > a.btn-lgx span {
	position: relative;
}
@media (max-width: 767.98px) {
	.header .navbar-menu ul > li > a.btn-lgx {
		display: inline-block;
	}
}
.header .navbar-menu ul > li > a:hover {
	color: var(--second-color);
}
@media (max-width: 991.98px) {
	.header .navbar-menu ul > li > a {
		font-size: 12px;
		padding: 30px 5px;
	}
}
@media (max-width: 767.98px) {
	.header .navbar-menu ul > li > a {
		color: #fff;
	}
}
.header .navbar-menu ul > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(185, 141, 54, 0.95);
	border: 0;
	border-radius: 0;
	padding-top: 0.9rem;
	padding-bottom: 1rem;
	padding-right: 5px;
	min-width: 160px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	z-index: 1;
	display: none;
}
.header .navbar-menu ul > li > ul > li {
	display: block;
}
.header .navbar-menu ul > li > ul > li > a {
	color: #fff;
	padding: 0.6rem 1.5rem !important;
	font-size: 1.4rem;
	line-height: 2.1rem;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0.08rem;
	transition-duration: 0.3s;
}
.header .navbar-menu ul > li > ul > li > a:hover {
	background: rgba(255, 255, 255, 0.2);
	margin-left: 5px;
	color: #fff;
}
.header .navbar-menu ul > li.haschildren {
	position: relative;
}
.header .navbar-menu ul > li.haschildren:hover > ul {
	animation: fadeIn 0.3s ease-in;
	display: block;
}
@media (max-width: 767.98px) {
	.header .navbar-menu ul > li {
		display: block;
	}
}
@media (max-width: 767.98px) {
	.header .navbar-menu ul {
		flex-direction: column;
	}
}
.header .nav-main{
	position:relative;
}
@media(max-width:767.98px){
	.header .nav-main{
		display:none;
		width:100%;
	}
}
.header .navbar-menu .nav-right {
	/*overflow: hidden;*/
	margin: 19px 0 19px 1.5rem;
	border-left: 1px solid #ddd;
	padding-left: 2rem;
	display: flex;
}
.header .navbar-menu .nav-right .languages{
	margin-left:15px;
}

.header .navbar-menu .nav-right .languages-list{
	padding:0;
}
.header .navbar-menu .nav-right .languages-list li{
	display:block;
	border-bottom:1px solid #ddd;
}
.header .navbar-menu .nav-right .languages-list li a{
	font-family:inherit;
	padding:10px;
	    font-size: 1.4rem;
    text-transform: capitalize;
}
.header.affix .navbar-menu .nav-right .languages{
	color:#fff;
}
.header.affix .navbar-menu .nav-right .languages-list li a{
	color:inherit;
}
@media(max-width:767.98px){
	.header .navbar-menu .nav-right .languages{
		color:#fff;
	}
	.header .navbar-menu .nav-right .languages-list li a{
		color:inherit;
	}
}
.header .navbar-menu .na
v-right .languages select{
	outline:0;
	border:0;
	cursor:pointer;
}
@media(max-width:767.98px){
	.header .navbar-menu .nav-right .languages select{
		color:#fff;
		background:var(--second-color);
	}
}
.header .navbar-menu .nav-right .search-header {
	font-size: 2.6rem;
	margin-right: 1rem;
	color: #282b2e;
	display: inline-block;
}
.header .navbar-menu .nav-right .search-header a {
	color: currentColor;
}
.header .navbar-menu .nav-right .search-header a:hover {
	color: var(--second-color);
}
.header .navbar-menu .nav-right .search-header .search-popup {
	background: rgba(40, 43, 46, 0.98);
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	transition: all 0.4s linear;
}
.header .navbar-menu .nav-right .search-header .search-popup .input {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 99999;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 400px;
	height: 45px;
	background: 0 0;
	border: none;
	outline: 0;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 2.6rem;
	padding: 0 1rem;
	display: none;
}
.header .navbar-menu .nav-right .search-header .search-popup .input:focus {
	box-shadow: none;
}
.header .navbar-menu .nav-right .search-header .search-popup .close-search-popup {
	position: absolute;
	color: red;
	top: 20px;
	right: 50px;
	font-size: 4.2rem;
	cursor: pointer;
	display: none;
	z-index: 9999;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all 0.3s cubic-bezier(0.9, -0.55, 0.265, 1.55);
	transition: all 0.3s cubic-bezier(0.9, -0.55, 0.265, 1.55);
	opacity: 0.5;
	box-shadow: none;
	text-shadow: none;
}
@media (max-width: 767.98px) {
	.header .navbar-menu .nav-right .search-header .search-popup .close-search-popup {
		right: 30px;
	}
}
.header .navbar-menu .nav-right .search-header .search-popup.open {
	width: 100%;
	height: 100%;
}
.header .navbar-menu .nav-right .search-header .search-popup.open .input {
	display: block;
}
.header .navbar-menu .nav-right .search-header .search-popup.open .close-search-popup {
	display: block;
}
@media (max-width: 767.98px) {
	.header .navbar-menu .nav-right .search-header .search-popup.open {
		border: 15px solid #fff;
	}
}
@media (max-width: 767.98px) {
	.header .navbar-menu .nav-right .search-header .search-popup .input {
		width: 80%;
	}
}
@media (max-width: 767.98px) {
	.header .navbar-menu .nav-right .search-header {
		color: #fff;
	}
}
@media (max-width: 991.98px) {
	.header .navbar-menu .nav-right {
		border-left: 0;
		padding-left: 1rem;
	}
}
@media (max-width: 767.98px) {
	.header .navbar-menu .nav-right {
		margin: 19px 0 30px;
	}
}
@media (max-width: 767.98px) {
	.header .navbar-menu {
		flex-direction: column;
		width: 100%;
		align-items: flex-start;
	}
	.header .navbar-menu ul.nav {
		margin-top: 3rem;
		width: 100%;
	}
	.header .navbar-menu ul.nav li a {
		padding: 10px 7px;
	}
}
.header.affix {
	background: rgba(40, 43, 46, 0.95);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-transform-origin: center;
	transform-origin: center;
	animation-duration: 0.6s;
	animation-timing-function: linear;
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.header.affix .navbar-menu ul > li > a {
	color: #fff;
}
.header.affix .navbar-menu .nav-right .search-header {
	color: #fff;
}
.header.affix .navbar .nav-header .logo {
	display: block;
	width: 130px;
}
.header.affix .navbar .nav-header .logo a img {
	padding: 1.6rem 2.6rem 2.6rem;
	max-width: 130px;
	margin-top: 0;
	transition: all 0.2s ease-in-out 0s;
}
@media (max-width: 991.98px) {
	.header.affix .navbar .nav-header .logo {
		width: 100px;
	}
	.header.affix .navbar .nav-header .logo a img {
		max-width: 170px;
		padding: 2.6rem 1.5rem 3rem;
	}
}
@media (max-width: 767.98px) {
	.header.affix .navbar .nav-header .logo a img {
		max-width: 70px;
		padding: 1rem;
	}
}
@media (max-width: 767.98px) {
	.header {
		background-color: var(--three-color);
	}
}

.banner {
	position: relative;
}
.banner-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-content {
	padding: 26rem 0;
	position: relative;
	z-index: 1;
}
.banner-content-info {
	color: #fff;
}
.banner-content-info .subtitle {
	font-size: 6.8rem;
	font-weight: 900;
	color: #b98d36;
	margin: 0;
	line-height: 7.2rem;
}
@media (max-width: 767.98px) {
	.banner-content-info .subtitle {
		font-size: 4.2rem;
		line-height: 6.3rem;
		line-height: 4.5rem;
	}
}
@media (max-width: 480px) {
	.banner-content-info .subtitle {
		font-size: 3rem;
		line-height: 4.5rem;
		line-height: 4rem;
	}
}
.banner-content-info .title {
	font-size: 6.8rem;
	font-weight: 900;
	color: #fff;
	margin: 0 0 2.6rem;
	line-height: 8.5rem;
}
@media (max-width: 767.98px) {
	.banner-content-info .title {
		font-size: 4.2rem;
		line-height: 6.3rem;
		line-height: 5rem;
		margin-bottom: 2rem;
	}
}
@media (max-width: 480px) {
	.banner-content-info .title {
		font-size: 3rem;
		line-height: 4.5rem;
		line-height: 4rem;
		margin-bottom: 2rem;
	}
}
.banner-content-info .text {
	color: #fff;
	margin-bottom: 2.6rem;
	opacity: 0.7;
}
@media (max-width: 767.98px) {
	.banner-content-info .text {
		margin-bottom: 2rem;
	}
}
@media (max-width: 480px) {
	.banner-content-info .text {
		margin-bottom: 2rem;
	}
}
@media (max-width: 991.98px) {
	.banner-content {
		padding: 16rem 0;
	}
}
@media (max-width: 767.98px) {
	.banner-content {
		padding: 11rem 0;
	}
}
@media (max-width: 480px) {
	.banner-content {
		padding: 8rem 0;
	}
}

.about-wrap {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.about-inner {
	padding: 15rem 0;
}
@media (max-width: 767.98px) {
	.about-inner {
		padding: 8rem 0;
	}
}
.about-area .heading {
	margin-bottom: 2.6rem;
	text-align: center;
}
.about-area .heading-title {
	font-family: "Playfair Display", serif;
	font-size: 4.2rem;
	line-height: 6.3rem;
	line-height: 5rem;
	font-weight: 900;
	margin: 0;
	color: #282b2e;
}
.about-area .about-content {
	text-align: center;
}
.about-area .about-content .text {
	margin-bottom: 2rem;
}
.about-top {
	background-color: #fff;
}
.about-top-inner {
	padding: 11rem 0;
}
.about-top-single {
	text-align: center;
	position: relative;
	margin-bottom: 2.6rem;
	background: #fff;
	color: #fff;
	padding: 2.6rem 8%;
}
.about-top-single .title {
	font-family: "Playfair Display", serif;
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 700;
	color: #282b2e;
	margin: 1rem 0;
	text-transform: uppercase;
}
.about-top-single .title a {
	color: inherit;
}
.about-top-single p {
	color: #282b2e;
	opacity: 0.8;
}
.about-top-single:hover {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	transition-duration: 0.3s;
}
.about-top-single:hover .title {
	color: #b98d36;
}

.offer-wrap {
	padding: 11rem 0;
	padding-top: 0;
}
@media (max-width: 767.98px) {
	.offer-wrap {
		padding: 8rem 0;
		padding-top: 0;
	}
}
.offer-single {
	position: relative;
}
.offer-single figure {
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}
.offer-single figure img {
	max-width: 750px;
	transition: 0.4s ease;
}
.offer-single .offer-info {
	width: 50%;
	background: #fff;
	color: #282b2e;
	position: absolute;
	top: 0;
	right: 0;
	padding: 4.2rem;
	min-height: 420px;
}
.offer-single .offer-info .title {
	color: #b98d36;
	font-family: Raleway, sans-serif;
	font-size: 2.6rem;
	font-weight: 300;
	line-height: 3.3rem;
	margin-bottom: 2.6rem;
	display: block;
	text-transform: uppercase;
}
.offer-single .offer-info .title a {
	color: inherit;
}
.offer-single .offer-info .title span {
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 4.2rem;
	line-height: 6.3rem;
	font-weight: 900;
	color: #282b2e;
	text-transform: none;
}
.offer-single .offer-info .offer-list {
	margin-bottom: 2.6rem;
}
.offer-single .offer-info .offer-list li {
	font-family: "Playfair Display", serif;
	color: #282b2e;
	font-weight: 300;
	opacity: 0.7;
}
.offer-single .offer-info .offer-list li i {
	font-family: "Playfair Display", serif;
	color: #282b2e;
	font-weight: 300;
	opacity: 0.7;
	font-family: fontawesome;
}
@media (max-width: 991.98px) {
	.offer-single .offer-info {
		width: 100%;
		position: static;
		min-height: auto;
		padding: 0.5rem 4.2rem 4.2rem;
	}
}
.offer-single:hover figure a img {
	transform: scale(1.2);
}
@media (max-width: 991.98px) {
	.offer-single {
		padding: 0 8%;
	}
}

.lgx-menu {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.lgx-menu .lgx-inner {
	background-color: rgba(40, 43, 46, 0.8);
}

.lgx-filter-area {
	text-align: center;
}
.lgx-filter-area .lgx-filter {
	margin-bottom: 2.6rem;
	display:flex;
	align-items:center;
	justify-content:center;
}
.lgx-filter-area .lgx-filter li {
	padding-right: 0;
	padding-left: 0;
}
.lgx-filter-area .lgx-filter li a {
	height:63px;
	background: rgba(255, 255, 255, 0.1);
	padding: 0.6rem 1.6rem;
	font-family: "Playfair Display", serif;
	font-size: 2rem;
	line-height: 3rem;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3s linear;
}
.lgx-filter-area .lgx-filter li a span {
	font-family: Raleway, sans-serif;
	font-size: 1.4rem;
	line-height: 2.1rem;
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
	display: block;
	color: #fff;
	opacity: 0.5;
}
@media (max-width: 767.98px) {
	.lgx-filter-area .lgx-filter li a {
		padding: 0.6rem 1.6rem;
		margin-bottom: 0.5rem;
	}
}
.lgx-filter-area .lgx-filter li.active a {
	position: relative;
	background: rgba(40, 43, 46, 0.7);
	color: #b98d36;
	padding: 0.6rem 3rem;
	border: 1px solid #b98d36;
}
.lgx-filter-area .lgx-filter li.active a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #b98d36;
	bottom: -21%;
	left: 39%;
}
@media (max-width: 767.98px) {
	.lgx-filter-area .lgx-filter li.active a::before {
		display: none;
	}
}
.lgx-filter-area .lgx-filter li.active a span {
	display: block;
	opacity: 1;
	color: #fff;
}
@media (max-width: 767.98px) {
	.lgx-filter-area .lgx-filter li.active a {
		padding: 0.6rem 1.6rem;
		margin-bottom: 0.5rem;
	}
}

.lgx-grid-item {
	width: 33.333%;
}
@media (max-width: 991.98px) {
	.lgx-grid-item {
		width: 50%;
	}
}
@media (max-width: 767.98px) {
	.lgx-grid-item {
		width: 100%;
	}
}

.lgx-single-menu {
	position: relative;
}
.lgx-single-menu figure {
	overflow: hidden;
}
.lgx-single-menu figure img {
	transition: 0.6s ease;
}
.lgx-single-menu .menu-info {
	position: absolute;
	bottom: 2.6rem;
	left: 2.6rem;
	transition: 0.6s ease;
}
.lgx-single-menu .menu-info .title {
	font-family: Raleway, sans-serif;
	color: #fff;
	font-size: 4.2rem;
	line-height: 6.3rem;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}
.lgx-single-menu .menu-info .subtitle {
	font-family: "Playfair Display", serif;
	color: #b98d36;
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin: 0;
}

.lgx-reservation {
	background-position: top right;
	background-size: auto auto, cover;
	background-repeat: no-repeat;
}
.lgx-reservation .lgx-inner {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto auto, cover;
	background-attachment: fixed;
}
.lgx-reservation-area {
	padding: 0 4.2rem;
}
.lgx-reservation-area .open-close-time {
	text-align: center;
	margin-bottom: 2.6rem;
}
.lgx-reservation-area .open-close-time p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	display: inline;
	text-transform: uppercase;
	margin: 0 0.8rem;
}
.lgx-reservation-area .open-close-time p span {
	color: #b98d36;
	text-transform: uppercase;
	font-weight: 700;
}
.lgx-reservation-area .form-group {
	width: 49%;
	margin: 0 0.5% 1.6rem;
	float: left;
}
@media (max-width: 767.98px) {
	.lgx-reservation-area .form-group {
		width: 100%;
	}
}
.lgx-reservation-area .form-control {
	text-align: left;
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.lgx-reservation-area .btn-lgx {
	margin-top: 1.6rem;
	padding: 1.6rem 6.8rem;
}
@media (max-width: 767.98px) {
	.lgx-reservation {
		background: 0 0 !important;
	}
	.lgx-reservation .lgx-inner {
		background: 0 0 !important;
	}
}

.testimonial {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.testimonial .lgx-inner {
	background-color: rgba(255, 255, 255, 0.95);
}
.testimonial .testi-single {
	padding: 36px 13% 0;
	font-size: 2rem;
	font-weight: 300;
	line-height: 3rem;
	margin: 0;
}
.testimonial .testi-single:before {
	content: "";
	background: url(../images/quote.png) center left no-repeat;
	position: absolute;
	left: 0;
	top: -1px;
	right: 0;
	width: 115px;
	height: 81px;
	text-align: center;
	margin: 0 auto;
	z-index: 0;
}
.testimonial .testi-single p {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	position: relative;
	z-index: 1;
}
.testimonial .testi-single .author {
	display: inline-block;
	margin-top: 2.6rem;
}
.testimonial .testi-single .author img {
	border-radius: 50%;
}
.testimonial .testi-single .author .title {
	text-transform: uppercase;
}
.testimonial .testi-single .author .rate i {
	color: #ffaf0f;
	font-size: 1.6rem;
}
.testimonial-slide .owl-nav button {
	opacity: 0;
	transition: all 0.6s ease-in-out 0s;
}
.testimonial-slide .owl-nav button:hover {
	background-color: transparent !important;
}
.testimonial-slide .owl-nav .owl-prev {
	position: absolute;
	top: 42%;
	left: 4.2rem;
}
.testimonial-slide .owl-nav .owl-next {
	position: absolute;
	top: 42%;
	right: 4.2rem;
}
.testimonial-slide:hover .owl-nav [class*=owl-] {
	opacity: 1;
}
.testimonial-slide:hover .owl-nav .owl-prev {
	left: 0;
}
.testimonial-slide:hover .owl-nav .owl-next {
	right: 0;
}

.news-single {
	margin: 0 2rem;
}
.news-single .date {
	font-family: Raleway, sans-serif;
	font-weight: 400;
	display: inline-block;
	max-width: 400px;
	float: left;
	margin-right: 2rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-align: center;
	color: #282b2e;
	margin-top: -6px;
	text-transform: uppercase;
	opacity: 0.7;
}
.news-single .date h2,
.news-single .date h3,
.news-single .date h4,
.news-single .date h5 {
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
}
.news-single .date span {
	font-family: "Playfair Display", serif;
	font-weight: 900;
	display: block;
	font-size: 6.8rem;
	line-height: 10.2rem;
	line-height: 5rem;
	text-transform: uppercase;
	color: #b98d36;
}
.news-single figure {
	margin-bottom: 1.6rem;
	overflow: hidden;
	display: none;
}
.news-single figure img {
	transition-duration: 0.3s;
}
.news-single .news-info {
	display: block;
	overflow: hidden;
}
.news-single .news-info .title {
	margin-top: 0;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 3.2rem;
	margin-bottom: 2rem;
}
.news-single .news-info .title a {
	color: inherit;
}
.news-single .news-info .text {
	margin-bottom: 2.6rem;
}
.news-slide .owl-nav button {
	opacity: 0;
	transition: all 0.6s ease-in-out 0s;
}
.news-slide .owl-nav button:hover {
	background-color: transparent !important;
}
.news-slide .owl-nav .owl-prev {
	position: absolute;
	top: 42%;
	left: 4.2rem;
}
.news-slide .owl-nav .owl-next {
	position: absolute;
	top: 42%;
	right: 4.2rem;
}
.news-slide:hover .owl-nav [class*=owl-] {
	opacity: 1;
}
.news-slide:hover .owl-nav .owl-prev {
	left: 0;
}
.news-slide:hover .owl-nav .owl-next {
	right: 0;
}

.video {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.video .lgx-inner {
	background: rgba(40, 43, 46, 0.8);
	padding: 20rem 0;
}
@media (max-width: 767.98px) {
	.video .lgx-inner {
		padding: 10rem 0;
	}
}
.video-title {
	font-weight: 300;
	color: #fff;
	font-size: 4.2rem;
	line-height: 6.3rem;
	line-height: 5rem;
	margin: -2.6rem 0 2.6rem;
	text-align: center;
	font-family: "Playfair Display", serif;
}
.video-title span {
	color: #b98d36;
	display: block;
}
@media (max-width: 767.98px) {
	.video-title {
		font-size: 2.6rem;
		line-height: 3.5rem;
	}
}
.video-area {
	padding: 100px 0;
	display: block;
	margin-bottom: 6.8rem;
}
.video-area figure {
	position: relative;
	border-radius: 6px;
}
.video-area figure img {
	border-radius: 6px;
}
.video-area figure figcaption {
	background: rgba(40, 43, 46, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-area figure figcaption .video-icon {
	display: table;
	height: 100%;
	width: 100%;
}
.video-area figure figcaption .video-icon .vertical {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.video-area figure figcaption .video-icon i {
	display: inline-block;
	background: #fff;
	color: #282b2e;
	margin: 0 30px;
	border-radius: 50%;
	height: 90px;
	width: 90px;
	text-align: center;
	line-height: 92px;
	font-size: 20px;
	transition-duration: 0.3s;
}
.video .video-area {
	padding: 0;
}

#backtotop {
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 90;
	width: 30px;
	height: 30px;
	background-color: #fff;
	color: var(--primary-color);
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	border: 1px solid var(--primary-color);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
#backtotop.show {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease;
}

.footer-wrap {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.footer-wrap .lgx-inner {
	background: rgba(40, 43, 46, 0.9);
}
.footer-area {
	display: flex;
	overflow: hidden;
	padding-bottom: 6.8rem;
}
@media (max-width: 991.98px) {
	.footer-area {
		display: inline-block;
	}
}
@media (max-width: 767.98px) {
	.footer-area {
		padding-bottom: 2.6rem;
	}
}
.footer-single {
	flex: 1;
	text-align: left;
	color: #888;
}
.footer-single .logo {
	margin-bottom: 4.2rem;
	display: block;
}
.footer-single .logo img {
	max-width: 200px;
	opacity: 0.5;
}
@media (max-width: 767.98px) {
	.footer-single .logo {
		margin-bottom: 1rem;
	}
}
.footer-single address {
	margin-bottom: 1.5rem;
	line-height: 2.4rem;
}
.footer-single address i {
	overflow: hidden;
	color: #b98d36;
	margin-right: 5px;
	opacity: 0.4;
}
.footer-single .title,
.footer-single ul li {
	font-family: "Playfair Display", serif;
	font-size: 1.6rem;
}
.footer-single .title {
	line-height: 2.4rem;
	text-transform: uppercase;
	margin-bottom: 2.4rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.08rem;
	opacity: 0.7;
}
@media (max-width: 767.98px) {
	.footer-single .title {
		margin-bottom: 1.6rem;
	}
}
.footer-single ul li {
	color: #888;
	line-height: 3rem;
}
.footer-single ul li a {
	font: inherit;
	color: inherit;
	transition-duration: 0.3s;
}
.footer-single .address-info li {
	line-height: 2.5rem;
}
.footer-single .address-info i {
	color: #b98d36;
	margin-right: 1rem;
	opacity: 0.4;
}
.footer-single .opening-time-single {
	margin-bottom: 1rem;
	font-family: "Playfair Display", serif;
}
.footer-single .opening-time-single span {
	font-family: Raleway, sans-serif;
	display: block;
}
.footer-single .opening-time-single span i {
	color: #b98d36;
	font-style: normal;
	font-weight: 700;
	opacity: 0.4;
}
.footer-single p {
	color: inherit;
}
.footer-single .text {
	margin-bottom: 1rem;
}
.footer-single .subscriber-area {
	max-width: 570px;
	margin: 0 auto;
	text-align: left;
}
.footer-single .subscriber-area p {
	margin-bottom: 1rem;
}
.footer-single .subscriber-area .form-control {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: none;
	border: none;
	border-radius: 0;
	height: 45px;
	color: #b98d36;
}
@media (max-width: 480px) {
	.footer-single .subscriber-area {
		text-align: center;
	}
}
@media (max-width: 991.98px) {
	.footer-single {
		width: 50%;
		float: left;
		min-height: 230px;
	}
}
@media (max-width: 767.98px) {
	.footer-single {
		min-height: auto;
		margin-bottom: 1.6rem;
	}
}
@media (max-width: 480px) {
	.footer-single {
		width: 100%;
		text-align: center;
	}
}
.footer-bottom {
	border-top: 1px solid #444;
	padding-top: 2.4rem;
}
.footer-bottom .copyright,
.footer-bottom .social-footer {
	float: left;
}
@media (max-width: 767.98px) {
	.footer-bottom .copyright,
	.footer-bottom .social-footer {
		float: none;
	}
}
.footer-bottom .copyright {
	width: 60%;
	text-align: left;
	font-family: "Playfair Display", serif;
	color: #888;
	font-size: 2rem;
	line-height: 3rem;
}
.footer-bottom .copyright p {
	font-family: inherit;
	font-style: italic;
	color: #888;
	opacity: 0.7;
}
@media (max-width: 767.98px) {
	.footer-bottom .copyright {
		text-align: center;
		width: 100%;
		margin-bottom: 1.5rem;
	}
}
.footer-bottom .social-footer {
	width: 40%;
	text-align: right;
	font-size: 26px;
}
.footer-bottom .social-footer .social {
	padding-left: 0;
}
.footer-bottom .social-footer li {
	list-style-type: none;
	cursor: pointer;
	transition: ease 0.3s;
	color: #fff;
	display: inline-block;
	padding: 0 0.2rem;
	opacity: 0.3;
}
.footer-bottom .social-footer li a {
	color: inherit;
}
@media (max-width: 767.98px) {
	.footer-bottom .social-footer {
		width: 100%;
		text-align: center;
	}
}

:root {
	--primary-color: rgba(50, 51, 51, .8);
	--second-color: #9d782e;
	--three-color: #282b2e;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	font: inherit;
}

img,
picture,
svg,
video {
	max-width: 100%;
}

input,
select,
textarea {
	background-color: transparent;
	outline: none;
}

button {
	cursor: pointer;
	background-color: transparent;
	outline: none;
	border: 0;
}

html {
	font-size: 10px;
	font-size: 62.5%;
}
@media (max-width: 1199.98px) {
	html {
		font-size: 55%;
	}
}
@media (max-width: 991.98px) {
	html {
		font-size: 53%;
	}
}
@media (max-width: 767.98px) {
	html {
		font-size: 52%;
	}
}
@media (max-width: 480px) {
	html {
		font-size: 50%;
	}
}

body {
	font-family: Raleway, sans-serif;
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
	color: var(--primary-color);
	line-height: 2.6rem;
	background-color: #f1f1f1;
}

p {
	font-family: Raleway, sans-serif;
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
	color: var(--primary-color);
	line-height: 2.6rem;
}

a {
	color: var(--second-color);
}
a:hover, a:focus {
	color: var(--second-colors);
	text-decoration: none;
}

.container {
	max-width: 1300px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Playfair Display", serif;
	color: var(--three-color);
}

h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*# sourceMappingURL=style.css.map */
