/*!
 * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,::after,::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	margin: 0;
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25
}

hr:not([size]) {
	height: 1px
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
	h1 {
		font-size: 2.5rem
	}
}

h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
	h2 {
		font-size: 2rem
	}
}

h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
	h3 {
		font-size: 1.75rem
	}
}

h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
	h4 {
		font-size: 1.5rem
	}
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-bs-original-title],abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol,ul {
	padding-left: 2rem
}

dl,ol,ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,strong {
	font-weight: bolder
}

small {
	font-size: .875em
}

mark {
	padding: .2em;
	background-color: #fcf8e3
}

sub,sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code,kbd,pre,samp {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700
}

figure {
	margin: 0 0 1rem
}

img,svg {
	vertical-align: middle
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #6c757d;
	text-align: left
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

tbody,td,tfoot,th,thead,tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,input,optgroup,select,textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,select {
	text-transform: none
}[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}[list]::-webkit-calendar-picker-indicator {
	display: none
}[type=button],[type=reset],[type=submit],button {
	-webkit-appearance: button
}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
	cursor: pointer
}

::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit
}

@media (min-width:1200px) {
	legend {
		font-size: 1.5rem
	}
}

legend+* {
	clear: left
}

::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::-webkit-file-upload-button {
	font: inherit
}

::file-selector-button {
	font: inherit
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

iframe {
	border: 0
}

summary {
	display: list-item;
	cursor: pointer
}

progress {
	vertical-align: baseline
}[hidden] {
	display: none!important
}

.table {
	--bs-table-bg: transparent;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6
}

.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	-webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
	vertical-align: inherit
}

.table>thead {
	vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
	border-bottom-color: currentColor
}

.caption-top {
	caption-side: top
}

.table-sm>:not(caption)>*>* {
	padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
	border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
	border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
	border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color)
}

.table-active {
	--bs-table-accent-bg: var(--bs-table-active-bg);
	color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover {
	--bs-table-accent-bg: var(--bs-table-hover-bg);
	color: var(--bs-table-hover-color)
}

.table-primary {
	--bs-table-bg: #cfe2ff;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bacbe6
}

.table-secondary {
	--bs-table-bg: #e2e3e5;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #cbccce
}

.table-success {
	--bs-table-bg: #d1e7dd;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bcd0c7
}

.table-info {
	--bs-table-bg: #cff4fc;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #badce3
}

.table-warning {
	--bs-table-bg: #fff3cd;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e6dbb9
}

.table-danger {
	--bs-table-bg: #f8d7da;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfc2c4
}

.table-light {
	--bs-table-bg: #f8f9fa;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfe0e1
}

.table-dark {
	--bs-table-bg: #212529;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #373b3e
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width:1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

body {
	font-family: Urbanist,sans-serif;
	background: #111
}

body.menu-active {
	overflow: hidden
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px
}

.content-area {
	padding: 2em 0
}

.section {
	padding: 2em 0
}

.section .section-title {
	text-align: center
}

.section .section-title h2 {
	display: inline-block;
	font-size: 3em;
	font-family: "Libre Baskerville",serif;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 0;
	background: #b47d30;
	background: -webkit-gradient(linear,left top,right top,color-stop(0,#b47d30),color-stop(51%,#fcf9d7),to(#b47d30));
	background: linear-gradient(90deg,#b47d30 0,#fcf9d7 51%,#b47d30 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

@media (max-width:900px) {
	.section .section-title h2 {
		font-size: 2em
	}
}

.section .section-title img {
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0 auto
}

@media (max-width:900px) {
	.section .section-title img {
		max-width: 150px
	}
}

.section .section-title a {
	color: #000;
	text-decoration: none
}

.section .section-title a:hover {
	color: #bd996b
}

.home .section:nth-child(even) {
	background-color: #151515
}

.text-center {
	text-align: center
}

.button {
	background: #bd996b;
	color: #fff;
	padding: .7rem 1rem;
	border-radius: 4px;
	text-decoration: none
}

.button.disabled {
	background: #ddd!important;
	color: #444!important
}

.viewmore-btn {
	color: #000;
	font-weight: 300;
	text-decoration: none
}

.viewmore-btn ion-icon {
	margin-left: 5px;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease,-webkit-transform .3s ease
}

.viewmore-btn:hover {
	color: #000
}

.viewmore-btn:hover ion-icon {
	-webkit-transform: translate(5px,2px);
	transform: translate(5px,2px)
}

select {
	-webkit-box-shadow: 0 1px 6px 0 rgba(34,34,34,.15);
	box-shadow: 0 1px 6px 0 rgba(34,34,34,.15);
	border: 1px solid rgba(34,34,34,.15)
}

input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,input:invalid,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover {
	border: 1px solid #333!important;
	-webkit-text-fill-color: #fff!important;
	-webkit-box-shadow: 0 0 0 1000px #111 inset!important;
	-webkit-transition: background-color 5000s ease-in-out 0s!important;
	transition: background-color 5000s ease-in-out 0s!important
}

.grecaptcha-badge {
	display: none!important
}

.menu-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	background: #000;
	opacity: .3
}

.table-responsive {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive table {
	width: 100%
}

.page404 {
	margin: 3em auto;
	max-width: 800px;
	text-align: center
}

.page404 img {
	max-width: 300px;
	display: block;
	margin: 0 auto 2em
}

.page404 h1 {
	color: #2f4858;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 3em;
	margin-bottom: 20px
}

@media (max-width:900px) {
	.page404 h1 {
		font-size: 1.5em
	}
}

.page404 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-decoration: none;
	background: #bd996b;
	color: #fff;
	padding: 0 2em;
	height: 50px;
	border-radius: 50px;
	line-height: 1;
	letter-spacing: 1px
}

.page404 a ion-icon {
	margin-right: 5px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.page404 a:hover {
	background-color: #2f4858
}

.page404 a:hover ion-icon {
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px)
}

#galaxy-gallery .item {
	display: block;
	cursor: pointer;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

#galaxy-gallery .item:hover {
	opacity: .7
}

.text-center {
	text-align: center
}

.custom-btn {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: #b47d30;
	background: linear-gradient(69deg,#b47d30 0,#fcf9d7 51%,#b47d30 100%);
	color: #000;
	font-size: 1em;
	font-family: Urbanist,sans-serif;
	font-weight: 300;
	text-decoration: none;
	padding: 1em 1.5em;
	text-transform: uppercase;
	border-radius: 4px
}

.custom-btn:hover {
	color: #000
}

#main-header {
	background: #fff;
	position: relative
}

#main-header .header-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

#main-header .header-bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

#main-header .top-header {
	padding: 15px 0;
	position: relative;
	z-index: 2
}

@media (max-width:900px) {
	#main-header .top-header {
		padding: 10px 0
	}
}

#main-header .top-header-inner .logo {
	max-width: 150px;
	margin: 0 auto
}

@media (max-width:900px) {
	#main-header .top-header-inner .logo {
		max-width: 80px;
		margin: 1em 0
	}
}

#main-header .top-header-inner .logo a {
	display: block
}

#main-header .top-header-inner .logo a img {
	width: 100%;
	height: auto
}

#main-header .top-header .menu-toggle-btn {
	width: 25px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 15px;
	border: 0;
	padding: 0;
	background: 0 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	display: none
}

#main-header .top-header .menu-toggle-btn:focus {
	outline: 0
}

@media (max-width:991.98px) {
	#main-header .top-header .menu-toggle-btn {
		display: block;
		z-index: 9999
	}
}

#main-header .top-header .menu-toggle-btn span {
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	right: 0;
	background: #bd996b;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

@media (max-width:575.98px) {
	#main-header .top-header .menu-toggle-btn span {
		background-color: #bd996b
	}
}

#main-header .top-header .menu-toggle-btn span:nth-child(1) {
	top: 0;
	width: 50%
}

#main-header .top-header .menu-toggle-btn span:nth-child(2) {
	top: 50%;
	width: 70%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

#main-header .top-header .menu-toggle-btn span:nth-child(3) {
	bottom: 0
}

#main-header .top-header .menu-toggle-btn.active span {
	top: 50%!important;
	bottom: auto
}

#main-header .top-header .menu-toggle-btn.active span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 100%
}

#main-header .top-header .menu-toggle-btn.active span:nth-child(2) {
	display: none
}

#main-header .top-header .menu-toggle-btn.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#main-header .bottom-header {
	background: 0 0;
	position: relative;
	z-index: 2
}

@media (max-width:900px) {
	#main-header .bottom-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: fixed;
		background: #000;
		width: 320px;
		top: 0;
		left: 0;
		height: 100vh;
		overflow-y: auto;
		z-index: 999;
		-webkit-box-shadow: 0 1px 6px 0 rgba(34,34,34,.15);
		box-shadow: 0 1px 6px 0 rgba(34,34,34,.15);
		-webkit-transform: translateX(-110%);
		transform: translateX(-110%);
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
	}

	#main-header .bottom-header.active {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@media (max-width:900px) {
	#main-header .bottom-header .wrapper {
		padding: 2em 0;
		margin: 0
	}
}

#main-header .bottom-header ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#main-header .bottom-header ul li {
	position: relative
}

#main-header .bottom-header ul li a {
	height: 50px;
	display: block;
	font-weight: 700;
	font-family: "Libre Baskerville",serif
}

@media (max-width:900px) {
	#main-header .bottom-header ul li a {
		height: auto
	}
}

#main-header .bottom-header ul li:hover>.sub-menu {
	display: block
}

@media (max-width:900px) {
	#main-header .bottom-header ul li.menu-item-has-children>a {
		position: relative
	}
}

#main-header .bottom-header ul li.menu-item-has-children>a ion-icon {
	-webkit-transform: rotate(90deg) translateY(-50%);
	transform: rotate(90deg) translateY(-50%)
}

@media (max-width:900px) {
	#main-header .bottom-header ul li.menu-item-has-children>a ion-icon {
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: rotate(0) translateY(-50%);
		transform: rotate(0) translateY(-50%)
	}
}

#main-header .bottom-header .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:900px) {
	#main-header .bottom-header .menu {
		display: block
	}
}

#main-header .bottom-header .menu>li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

#main-header .bottom-header .menu>li>a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fee0c6;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 0 10px;
	text-decoration: none;
	background: #b47d30;
	background: -webkit-gradient(linear,left top,right top,color-stop(0,#b47d30),color-stop(51%,#fcf9d7),to(#b47d30));
	background: linear-gradient(90deg,#b47d30 0,#fcf9d7 51%,#b47d30 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

@media (max-width:900px) {
	#main-header .bottom-header .menu>li>a {
		text-align: left;
		display: block;
		padding: 10px 15px;
		font-size: 1.2em
	}
}

#main-header .bottom-header .menu>li>a::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #b47d30;
	background: -webkit-gradient(linear,left top,right top,color-stop(0,#b47d30),color-stop(51%,#fcf9d7),to(#b47d30));
	background: linear-gradient(90deg,#b47d30 0,#fcf9d7 51%,#b47d30 100%);
	margin: 0 auto;
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(0);
	transform: translateX(-50%) scaleX(0);
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

@media (max-width:900px) {
	#main-header .bottom-header .menu>li>a::after {
		content: none
	}
}

@media (max-width:900px) {
	#main-header .bottom-header .menu>li.current-menu-item>a::after,#main-header .bottom-header .menu>li:hover>a::after {
		content: "";
		display: block;
		width: 40px;
		height: 1px;
		background: #b47d30;
		background: -webkit-gradient(linear,left top,right top,color-stop(0,#b47d30),color-stop(51%,#fcf9d7),to(#b47d30));
		background: linear-gradient(90deg,#b47d30 0,#fcf9d7 51%,#b47d30 100%);
		margin: 0 auto;
		position: absolute;
		bottom: 5px;
		left: 15px;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

#main-header .bottom-header .menu>li:last-child .sub-menu {
	left: auto;
	right: 0
}

@media (max-width:900px) {
	#main-header .bottom-header .menu>li:last-child .sub-menu {
		right: auto;
		left: 0
	}
}

#main-header .bottom-header .menu .sub-menu {
	position: absolute;
	display: none;
	width: 240px;
	background: #fff;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 1px 6px 0 rgba(34,34,34,.15);
	box-shadow: 0 1px 6px 0 rgba(34,34,34,.15);
	overflow: hidden;
	z-index: 100
}

@media (max-width:900px) {
	#main-header .bottom-header .menu .sub-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 300px;
		height: 100vh;
		overflow-y: auto;
		display: block;
		-webkit-box-shadow: 0 1px 6px 0 rgba(34,34,34,.15);
		box-shadow: 0 1px 6px 0 rgba(34,34,34,.15);
		background: #2f4858;
		padding-top: 1em;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
	}

	#main-header .bottom-header .menu .sub-menu.active {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@media (max-width:900px) {
	#main-header .bottom-header .menu .sub-menu li {
		border-bottom: 1px solid rgba(255,255,255,.1)
	}
}

#main-header .bottom-header .menu .sub-menu li a {
	color: #000;
	text-decoration: none;
	height: auto;
	padding: .5em 1em;
	font-size: .9em
}

@media (max-width:900px) {
	#main-header .bottom-header .menu .sub-menu li a {
		color: #fff
	}
}

#main-header .bottom-header .menu .sub-menu li:hover a {
	text-decoration: none;
	background: #bd996b;
	color: #fff
}

@media (max-width:900px) {
	#main-header .bottom-header .menu .sub-menu li:hover a {
		background: 0 0
	}
}

#main-header .bottom-header .menu .sub-menu li.menu-title {
	display: none
}

@media (max-width:900px) {
	#main-header .bottom-header .menu .sub-menu li.menu-title {
		display: block
	}
}

#main-header .bottom-header .menu .sub-menu li.menu-title h3 {
	color: #fff;

	text-align: center;
	font-size: 1.2em
}

#main-header .bottom-header .menu .sub-menu li.menu-all,#main-header .bottom-header .menu .sub-menu li.menu-back {
	display: none
}

@media (max-width:900px) {
	#main-header .bottom-header .menu .sub-menu li.menu-all,#main-header .bottom-header .menu .sub-menu li.menu-back {
		display: block
	}
}

#footer {
	background-color: #000;
	color: #fff;
	padding: 2em 0;
	border-top: 1px solid #2a2a2a
}

@media (max-width:900px) {
	#footer {
		text-align: center
	}
}

#footer .footer-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:900px) {
	#footer .footer-inner {
		grid-template-columns: 1fr
	}
}

#footer .footer-inner a {
	color: #fff
}

@media (max-width:900px) {
	#footer .footer-inner .footer-item {
		margin-bottom: 2em!important
	}
}

#footer .footer-inner .footer-item .footer-item-title {
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #bd996b;
	font-family: "Libre Baskerville",serif
}

#footer .footer-inner .footer-item .footer-item-content {
	font-size: .9em;
	font-family: Urbanist,sans-serif
}

#footer .footer-inner .footer-item .footer-item-content ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#footer .footer-inner .footer-item .footer-item-content b,#footer .footer-inner .footer-item .footer-item-content strong {
	font-weight: 600
}

#footer .footer-inner .footer-item .footer-item-content .menu li:not(:last-child) {
	margin-bottom: 5px
}

#footer .footer-inner .footer-item .footer-item-content .menu li a {
	font-size: 13px;
	text-decoration: none;
	opacity: .9
}

#footer .footer-inner .footer-item .footer-item-content .menu li a:hover {
	opacity: 1;
	color: #bd996b
}

#footer .footer-inner .footer-item .footer-item-content .social-icons a {
	font-size: 1.5em;
	text-decoration: none;
	opacity: .9;
	margin-right: 10px
}

#footer .footer-inner .footer-item .footer-item-content .social-icons a:hover {
	opacity: 1;
	color: #bd996b
}

#footer .footer-inner .footer-item .footer-item-content address {
	font-size: 13px;
	color: #fff;
	font-family: Urbanist,sans-serif
}

#footer .footer-inner .footer-item .footer-item-content address a {
	color: #bd996b;
	text-decoration: none;
	pointer-events: initial!important
}

#footer .footer-inner .footer-item .footer-item-content address p:last-child {
	margin-bottom: 0
}

#footer .footer-inner .footer-item .footer-item-content .copyright {
	margin-top: 1em;
	color: #000;
	font-size: 13px
}

#footer .footer-inner .footer-info {
	width: calc(30% - 15px);
	margin-right: 30px
}

@media (max-width:900px) {
	#footer .footer-inner .footer-info {
		width: 100%;
		margin: 0
	}
}

#footer .footer-inner .footer-info .logo {
	display: block;
	max-width: 120px;
	margin-bottom: 1em
}

#footer .footer-inner .footer-info .logo img {
	width: 100%;
	height: auto
}

#footer .footer-inner .footer-info a {
	text-decoration: none;
	color: #bd996b
}

#footer .footer-inner .footer-info address h1,#footer .footer-inner .footer-info address h2,#footer .footer-inner .footer-info address h3 {
	font-family: 'Source Serif Pro',serif;
	font-weight: 700;
	color: #bd996b
}

#footer .footer-inner .footer-info address h2 {
	font-size: 1.5em
}

#footer .footer-inner .footer-info address h3 {
	font-size: 1.3em
}

#footer .footer-inner .footer-info address h4 {
	font-size: 1.1em
}

#footer .footer-inner .footer-info address b,#footer .footer-inner .footer-info address strong {
	font-weight: 600
}

#footer .footer-inner .footer-services {
	width: calc(30% - 15px)
}

@media (max-width:900px) {
	#footer .footer-inner .footer-services {
		width: 100%
	}
}

#footer .footer-inner .footer-services ul {
	margin: 0;
	padding: 0
}

#footer .footer-inner .footer-services ul li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #bd996b;
	margin-right: 10px;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

#footer .footer-inner .footer-map {
	width: calc(40% - 15px);
	margin-left: auto
}

@media (max-width:900px) {
	#footer .footer-inner .footer-map {
		width: 100%
	}
}

#footer #map {
	width: 100%
}

#footer #map iframe {
	width: 100%;
	height: 200px
}

.galaxy-copyright {
	padding: 10px 0;
	text-align: center;
	color: #9c9c9c;
	font-size: 13px;
	font-weight: 300;
	background-color: #000;
	border-top: 1px solid #222
}

.fixed-contact {
	position: fixed;
	bottom: 5vh;
	right: 15px;
	z-index: 999
}

.fixed-contact .chat-icon {
	display: block;
	width: 40px;
	margin-bottom: 15px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease,-webkit-transform .3s ease
}

.fixed-contact .chat-icon:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.fixed-contact .chat-icon img {
	width: 100%;
	height: auto
}

#home-banner {
	width: 100%
}

#home-banner .swiper-slide picture {
	width: 100%;
	display: block
}

#home-banner .swiper-slide img {
	width: 100%;
	height: auto
}

#home-banner .swiper-nav {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(254,224,198,.5);
	width: 40px;
	height: 40px;
	padding: 1em;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out,background-color .3s ease-in-out;
	transition: opacity .3s ease-in-out,background-color .3s ease-in-out
}

#home-banner .swiper-nav::after {
	font-size: 1em
}

#home-banner .swiper-nav:hover {
	background-color: #bd996b
}

#home-banner:hover .swiper-nav {
	opacity: 1
}

#section-about .about-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 10px;
	overflow: hidden;
	border: 10px solid #bd996b;
	background-color: #bd996b
}

@media (max-width:900px) {
	#section-about .about-inner {
		border-width: 5px
	}
}

#section-about .about-inner .about-img {
	width: 50%;
	border-radius: 8px 0 0 8px;
	overflow: hidden
}

@media (max-width:900px) {
	#section-about .about-inner .about-img {
		width: 100%;
		border-radius: 8px 8px 0 0
	}
}

#section-about .about-inner .about-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

@media (max-width:900px) {
	#section-about .about-inner .about-img img {
		width: 100%;
		height: auto
	}
}

#section-about .about-inner .about-content {
	width: 100%;
	padding: 3em;
	background: #000 url(../image/service-bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	border-radius: 8px;
	text-align: center
}

@media (max-width:900px) {
	#section-about .about-inner .about-content {
		padding: 2em 1em
	}
}

#section-about .about-inner .about-content .entry-title {
	display: inline-block;
	font-size: 3em;
	font-family: "Libre Baskerville",serif;
	margin-bottom: .5em;
	background: #b47d30;
	background: -webkit-gradient(linear,left top,right top,color-stop(0,#b47d30),color-stop(51%,#fcf9d7),to(#b47d30));
	background: linear-gradient(90deg,#b47d30 0,#fcf9d7 51%,#b47d30 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

@media (max-width:900px) {
	#section-about .about-inner .about-content .entry-title {
		font-size: 2em
	}
}

#section-about .about-inner .about-content .entry-content {
	font-weight: 300;
	font-family: Urbanist,sans-serif
}

#section-about .about-inner .about-content .readmore {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: #b47d30;
	background: linear-gradient(69deg,#b47d30 0,#fcf9d7 51%,#b47d30 100%);
	color: #000;
	text-decoration: none;
	padding: 1em 1.5em;
	text-transform: uppercase;
	border-radius: 4px;
	margin: 2em auto 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

#section-about .about-inner .about-content .readmore:hover {
	opacity: .7
}

#section-services .services .swiper-container {
	padding: 0 10px
}

#section-services .services .item {
	text-align: center;
	display: block;
	text-decoration: none;
	color: #000;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	background-color: #fff;
	padding-bottom: 1em;
	margin: 1em 0;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease,-webkit-transform .3s ease
}

@media (max-width:900px) {
	#section-services .services .item {
		padding-bottom: 0
	}
}

#section-services .services .item .img-holder {
	overflow: hidden
}

#section-services .services .item .img-holder img {
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease,-webkit-transform .3s ease
}

#section-services .services .item .service-name {
	font-size: 1.1em;
	color: #bd996b;
	margin: 20px auto 10px;
	padding: 0 10px;
	font-weight: 300
}

@media (max-width:900px) {
	#section-services .services .item .service-name {
		font-size: 1em;
		min-height: 38px;
		margin: 10px auto
	}
}

#section-services .services .item p {
	font-weight: 300;
	padding: 0 15px;
	font-family: Urbanist,sans-serif;
	font-size: .9em;
	margin: 0
}

@media (max-width:600px) {
	#section-services .services .item p {
		display: none
	}
}

#section-services .services .item .viewmore {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: .5em 1.5em;
	margin: 20px auto 0;
	background: #b47d30;
	background: linear-gradient(69deg,#b47d30 0,#fcf9d7 51%,#b47d30 100%);
	border-radius: 4px;
	color: #000;
	font-size: .8em;
	font-family: Urbanist,sans-serif;
	text-transform: uppercase;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

@media (max-width:600px) {
	#section-services .services .item .viewmore {
		display: none
	}
}

#section-services .services .item .viewmore:hover {
	opacity: .7
}

#section-services .services .item:hover {
	-webkit-transform: translateY(-1em);
	transform: translateY(-1em)
}

#section-services .services .item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

#section-services .services .swiper-nav {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(189,153,107,.7);
	width: 40px;
	height: 40px;
	padding: 1em;
	border-radius: 50%;
	opacity: .75;
	-webkit-transition: opacity .3s ease-in-out,background-color .3s ease-in-out;
	transition: opacity .3s ease-in-out,background-color .3s ease-in-out;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px)
}

#section-services .services .swiper-nav::after {
	font-size: 1em
}

#section-services .services .swiper-nav:hover {
	background-color: #bd996b;
	opacity: 1
}

#section-services .services .swiper-pagination {
	position: static
}

#section-services .services .swiper-pagination .swiper-pagination-bullet {
	background-color: #bd996b
}

#section-gallery {
	padding: 50px 0 100px
}

#section-gallery .gallery {
	margin-top: 1em
}

#section-gallery .gallery .gallery-item .img-holder {
	display: block;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	cursor: pointer
}

#section-gallery .gallery .gallery-item .img-holder img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

#section-gallery .gallery .gallery-item .img-holder::after {
	content: "";
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background: rgba(0,0,0,.5) url(../image/zoom.svg) no-repeat center;
	background-size: 30px;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

#section-gallery .gallery .gallery-item .img-holder:hover::after {
	opacity: 1
}

#section-gallery .gallery .swiper-nav {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(189,153,107,.7);
	width: 40px;
	height: 40px;
	padding: 1em;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out,background-color .3s ease-in-out;
	transition: opacity .3s ease-in-out,background-color .3s ease-in-out
}

#section-gallery .gallery .swiper-nav::after {
	font-size: 1em
}

#section-gallery .gallery .swiper-nav:hover {
	background-color: #bd996b;
	opacity: 1
}

#section-gallery .gallery:hover .swiper-nav {
	opacity: 1
}

#section-gallery .gallery .swiper-pagination {
	position: static;
	margin-top: 1em
}

#section-gallery .gallery .swiper-pagination .swiper-pagination-bullet {
	background-color: #bd996b
}

#section-gallery .viewmore {
	color: #bd996b;
	text-decoration: none
}

#section-gallery .viewmore:hover {
	color: #fee0c6
}

#gift-card .content {
	text-align: center;
	margin-top: 2em
}

#gift-card .content .gift-card {
	display: block;
	max-width: 400px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 2em;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #b47d30!important;
	background: linear-gradient(69deg,#b47d30 0,#fcf9d7 51%,#b47d30 100%)!important
}

@media (max-width:600px) {
	#gift-card .content .gift-card {
		width: 250px;
		padding: 5px
	}
}

#gift-card .content .gift-card:hover {
	-webkit-transform: scale(.95);
	transform: scale(.95);
	opacity: .9
}

#gift-card .content .gift-card img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	-webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, .3));
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, .3))
}

#gift-card .content .card-info {
	color: #fff;
	max-width: 800px;
	margin: 0 auto;
	font-size: 1em
}

@media (max-width:600px) {
	#gift-card .content .card-info {
		font-size: .9em
	}
}

#gift-card .content .card-info .content {
	font-family: Urbanist,sans-serif;
	font-weight: 300
}

#gift-card .content .card-info .custom-btn {
	margin: 2em auto 0
}

#policy .section-content {
	color: #fff;
	max-width: 800px;
	margin: 1em auto 0
}

#policy .section-content .content {
	font-family: Urbanist,sans-serif;
	font-weight: 300
}

#policy .section-content .custom-btn {
	margin: 2em auto 0
}

.page #main-content {
	color: #fff;
	padding: 2em 0
}

.page #main-content .page-title {
	text-align: center;
	margin-bottom: 2em
}

.page #main-content .page-title .entry-title {
	display: inline-block;
	background: #b47d30;
	background: -webkit-gradient(linear,left top,right top,color-stop(0,#b47d30),color-stop(51%,#fcf9d7),to(#b47d30));
	background: linear-gradient(90deg,#b47d30 0,#fcf9d7 51%,#b47d30 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
	font-family: "Libre Baskerville",serif
}

.page #main-content .page-title img {
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0 auto
}

@media (max-width:900px) {
	.page #main-content .page-title img {
		max-width: 150px
	}
}

.page #main-content .entry-title {
	font-size: 3em;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Libre Baskerville",serif
}

.page #main-content .entry-content a {
	color: #bd996b
}

.page #main-content .entry-content h1,.page #main-content .entry-content h2,.page #main-content .entry-content h3,.page #main-content .entry-content h4,.page #main-content .entry-content h5 {
	display: inline-block;
	background: #b47d30;
	background: -webkit-gradient(linear,left top,right top,color-stop(0,#b47d30),color-stop(51%,#fcf9d7),to(#b47d30));
	background: linear-gradient(90deg,#b47d30 0,#fcf9d7 51%,#b47d30 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Libre Baskerville",serif
}

.page #main-content .entry-content h2 {
	font-size: 1.5em
}

.page #main-content .entry-content h3 {
	font-size: 1.3em
}

.page #main-content .entry-content h4 {
	font-size: 1.1em
}

.page #main-content .entry-content h5 {
	font-size: 1em
}

.page-template-default #main-content .wrapper {
	max-width: 1000px;
	margin: 0 auto
}

.page-template-default button[type=submit],.page-template-default input[type=submit] {
	background-color: #bd996b;
	color: #fff;
	border-radius: 4px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	letter-spacing: 1px;
	font-weight: 400
}

.page-template-default button[type=submit]:hover,.page-template-default input[type=submit]:hover {
	background-color: #2f4858;
	color: #fff
}

.page-template-default .entry-content {
	font-weight: 300
}

.page-template-default .entry-content h2,.page-template-default .entry-content h3,.page-template-default .entry-content h4,.page-template-default .entry-content h5 {
	font-weight: 600
}

.page-template-default .entry-content h2 {
	font-size: 1.7em
}

.page-template-default .entry-content h3 {
	font-size: 1.5em
}

.page-template-default .entry-content h4 {
	font-size: 1.3em
}

.page-template-default .entry-content h4 {
	font-size: 1.1em
}

@media (max-width:900px) {
	.page-template-page-contact .entry-content {
		grid-template-columns: 1fr
	}
}

.page-template-page-contact .entry-content .contact-form {
	border: 2px solid #bd996b;
	padding: 2em;
	border-radius: 10px;
	max-width: 600px;
	margin: 0 auto
}

.page-template-page-contact .entry-content .contact-form .form-field .frm_primary_label {
	color: #fff;
	font-weight: 500;
	opacity: .75
}

.page-template-page-contact .entry-content .contact-form input,.page-template-page-contact .entry-content .contact-form textarea {
	background-color: #111!important;
	color: #fff;
	padding: 10px 15px;
	height: 50px;
	border: 1px solid #333;
	border-radius: 5px
}

.page-template-page-contact .entry-content .contact-form input:focus,.page-template-page-contact .entry-content .contact-form textarea:focus {
	background-color: #111!important;
	border-color: #bd996b!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

.page-template-page-contact .entry-content .contact-form textarea {
	height: 100px
}

.page-template-page-contact .entry-content .contact-form .frm_button_submit,.page-template-page-contact .entry-content .contact-form button[type=submit],.page-template-page-contact .entry-content .contact-form input[type=submit] {
	display: block;
	background: #b47d30!important;
	background: linear-gradient(69deg,#b47d30 0,#fcf9d7 51%,#b47d30 100%)!important;
	border-radius: 4px;
	color: #000;
	text-transform: uppercase;
	border: 0;
	padding: 10px 30px;
	width: 200px;
	height: 50px;
	margin: 0 auto
}

.page-template-page-contact .entry-content .contact-form .frm_button_submit::before,.page-template-page-contact .entry-content .contact-form button[type=submit]::before,.page-template-page-contact .entry-content .contact-form input[type=submit]::before {
	color: #000!important;
	border-bottom-color: #000!important;
	border-right-color: #000!important
}

.page-template-page-contact .entry-content .contact-form .dz-message,.page-template-page-contact .entry-content .contact-form .frm_dropzone {
	background-color: transparent;
	color: #fff
}

.page-template-page-contact .entry-content .contact-form .frm_error_style {
	background-color: #222;
	border: 0
}

.page-template-page-contact .entry-content .content h3 {
	font-size: 1.3em;
	font-weight: 600
}

.page-template-page-giftcard .gift-card {
	display: block;
	max-width: 400px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 2em;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #b47d30!important;
	background: linear-gradient(69deg,#b47d30 0,#fcf9d7 51%,#b47d30 100%)!important
}

.page-template-page-giftcard .gift-card:hover {
	-webkit-transform: scale(.95);
	transform: scale(.95);
	opacity: .9
}

.page-template-page-giftcard .gift-card img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	-webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, .3));
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, .3))
}

.page-template-page-giftcard .entry-content {
	text-align: center
}

.page-template-page-giftcard .buynow-btn {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 15px 40px;
	color: #000!important;
	background: #b47d30;
	background: linear-gradient(69deg,#b47d30 0,#fcf9d7 51%,#b47d30 100%);
	border-radius: 4px;
	margin: 1em auto;
	text-decoration: none;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease,-webkit-transform .3s ease
}

.page-template-page-giftcard .buynow-btn:hover {
	-webkit-transform: scale(.95);
	transform: scale(.95)
}

#section-menu {
	color: #fff;
	--bgColor: #111
}

.service-menus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.service-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 1em
}

.service-menu .menu-img {
	width: 40%;
	position: relative
}

@media (max-width:900px) {
	.service-menu .menu-img {
		width: 100%;
		margin-bottom: 20px
	}
}

.service-menu .menu-img .img-holder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	border-radius: 4px;
	padding: 5px;
	background: #b47d30;
	background: -webkit-gradient(linear,left top,right top,color-stop(0,#b47d30),color-stop(51%,#fcf9d7),to(#b47d30));
	background: linear-gradient(90deg,#b47d30 0,#fcf9d7 51%,#b47d30 100%)
}

@media (max-width:900px) {
	.service-menu .menu-img .img-holder {
		position: static
	}
}

.service-menu .menu-img .img-holder img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 4px
}

.service-menu .menu-content {
	width: 48%;
	padding: 2em 0 2em 3em
}

@media (max-width:900px) {
	.service-menu .menu-content {
		width: 100%;
		padding: 0
	}
}

.service-menu .menu-content .menu-title {
	font-size: 1.5em;
	font-weight: 700;
	background: #b47d30;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 1px;
	margin-bottom: 1em;
	display: inline-block;
	font-family: "Libre Baskerville",serif
}

.service-menu .menu-content .items {
	margin: 0;
	padding: 0;
	list-style: none
}

.service-menu .menu-content .items .item {
	margin-bottom: 0.4em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

@media (max-width:900px) {
	.service-menu .menu-content .items .item {
		font-size: .85em
	}
}

.service-menu .menu-content .items .item:last-child {
	margin-bottom: 0
}

.service-menu .menu-content .items .item::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #fee0c6;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 1
}

.service-menu .menu-content .items .item .name {
	font-weight: 300;
	font-style: italic;
	color: #fff;
	display: inline-block;
	padding-right: 15px;
	position: relative;
	z-index: 2
}

@media (max-width:600px) {
	.service-menu .menu-content .items .item .name {
		padding-right: 5px
	}
}

.service-menu .menu-content .items .item .name small {
	font-size: .7em;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.service-menu .menu-content .items .item .price {
	text-align: right;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2em;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (max-width:600px) {
	.service-menu .menu-content .items .item .price {
		gap: 0
	}
}

.service-menu .menu-content .items .item .price .price-1,.service-menu .menu-content .items .item .price .price-2,.service-menu .menu-content .items .item .price .price-3 {
	display: inline-block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 15px
}

@media (max-width:600px) {
	.service-menu .menu-content .items .item .price .price-1,.service-menu .menu-content .items .item .price .price-2,.service-menu .menu-content .items .item .price .price-3 {
		padding: 0 5px
	}
}

.service-menu:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.service-menu:nth-child(even) .menu-content {
	padding-left: 0;
	padding-right: 0
}

@media (max-width:900px) {
	.service-menu:nth-child(even) .menu-content {
		padding-right: 0
	}
}

.service-menus.pedicure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	grid-gap: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width:900px) {
	.service-menus.pedicure {
		grid-template-columns: 1fr 1fr
	}
}

@media (max-width:600px) {
	.service-menus.pedicure {
		display: block;
		margin-bottom: 30px
	}
}

.service-menus.pedicure .service-menu {
	display: block;
	width: calc(100% / 3 - 30px)
}

@media (max-width:900px) {
	.service-menus.pedicure .service-menu {
		width: 100%
	}
}

.service-menus.pedicure .service-menu .menu-img {
	width: 100%
}

.service-menus.pedicure .service-menu .menu-img .img-holder {
	position: static
}

.service-menus.pedicure .service-menu .menu-content {
	width: 100%;
	padding: 0;
	margin-top: 1em
}

@media (max-width:600px) {
	.service-menus.pedicure .service-menu .menu-content {
		margin-top: 0
	}
}

.service-menus.pedicure .service-menu .menu-content .menu-title {
	margin-bottom: .5em
}

@media (max-width:600px) {
	.service-menus.pedicure .service-menu .menu-content .menu-title {
		margin-bottom: 1em
	}
}

.service-menus.pedicure .service-menu .menu-content .items .item {
	font-size: .9em
}

.service-menus.pedicure .service-menu .menu-content .items .item:not(:last-child) {
	margin-bottom: 5px
}

.service-menus.pedicure .service-menu .menu-content .items .item::before {
	content: none
}

.service-menus.pedicure .service-menu .swiper-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #bd996b;
	border-radius: 50%;
	color: #fff;
	opacity: .5;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.service-menus.pedicure .service-menu .swiper-nav:hover {
	opacity: 1
}

.service-menus.pedicure .service-menu .swiper-nav::after {
	font-size: 1em
}