@font-face {
	font-family: "bootstrap-icons";
	src: url(bs-icon-font/fonts/bootstrap-icons-08efbba7c53d8c5413793eecb19b20bb.woff2) format("woff2"), url(bs-icon-font/fonts/bootstrap-icons-08efbba7c53d8c5413793eecb19b20bb.woff) format("woff")
}

html {
	-webkit-font-smoothing: antialiased
}

body {
	background-color: #faf8f5;
	line-height: 1.6;
	font-family: Montserrat, Helvetica, sans-serif;
	color: #81755f
}

p {
	font-size: 15px
}

.navbar {
	width: 100%;
	transition: background-color .3s;
	height: 60px
}

.navbar-brand {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #908166;
	font-weight: 500;
	letter-spacing: -.03em;
	line-height: 1.3;
	font-size: 27px;
	text-transform: uppercase
}

small {
	color: #978667;
	display: block;
	margin-bottom: 5px;
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase
}

hr {
	margin: 30px 0;
	border-color: #d9e1e6;
	opacity: 1
}

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

#comments,
.contact_info ul li,
.footer_links,
.form-group,
.reviews_sum_details,
p {
	margin-bottom: 25px
}

.hero-section {
	position: relative;
	width: 100%;
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: left
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / .5);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 15px
}

.first-form {
	width: 50% !important;
	margin-top: 20px !important
}

@media(max-width:768px) {
	.first-form {
		width: 100% !important
	}

	.owl-prev {
		left: 5px
	}

	.owl-next {
		right: 5px
	}
}

.container .hero-title-t {
	font-size: 27px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase
}

.hero-title-p {
	color: #fff
}

.form-control {
	border-color: #ededed;
	font-size: .875rem;
	color: #908166
}

.btn_1 {
	background: #ed1c25;
	font-size: 12px;
	border-radius: 8px;
	padding: 12px;
	border: 0;
	color: #fff;
	font-weight: 600
}

.btn-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}

.btn-cre {
	width: 7.4rem;
	height: 7.4rem;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	margin: .1rem;
	font-size: .7rem;
	font-weight: 700;
	border: 0;
	padding: 0;
	position: relative;
	outline: 0;
	color: red
}

@media(max-width:992px) {
	.btn-cre {
		width: 6.4rem;
		height: 6.4rem;
		margin: 1.1rem
	}

	.for-pc {
		display: none
	}
}

@media(min-width:699px) {
	.for-mobile {
		display: none
	}

	.margin-top-amen {
		margin-top: 60px !important
	}

	.margin-amen {
		margin-left: 16% !important
	}
}

.btn--jump.is-active {
	animation: jump .4s ease infinite alternate
}

@keyframes jump {
	0 {
		transform: scale(1);
		box-shadow: 0 1px 2px rgb(0 0 0 / .15)
	}

	100% {
		transform: scale(1.05);
		box-shadow: 0 4px 20px rgb(0 0 0 / .1)
	}
}

.bg_white {
	background-color: #fff
}

a {
	text-decoration: none
}

a.box_contents {
	margin: 0 10px 45px;
	display: block;
	-webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / .1);
	-moz-box-shadow: 0 0 30px 0 rgb(0 0 0 / .1);
	box-shadow: 0 0 30px 0 rgb(0 0 0 / .1);
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff
}

a.box_contents figure em {
	position: relative;
	top: -20px;
	background-color: #24262d;
	color: #fff;
	padding: 10px 15px;
	line-height: 1;
	text-transform: uppercase;
	font-style: normal;
	font-size: .75rem
}

.section {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin: 40px 0
}

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden
}

video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.content {
	text-align: center;
	display: inline-block;
	z-index: 1
}

.content h1 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #fff
}

.content small {
	color: #ebd7b2
}

.content button {
	background-color: #3498db;
	color: #fff;
	border: 0;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color .3s ease
}

.content button:hover {
	background-color: #2980b9
}

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / .7);
	z-index: 9999
}

.popup-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 800px;
	height: 600px
}

.popup-video iframe {
	width: 100%;
	height: 100%;
	border: 0
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
	display: inline-block;
	font-display: block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.bi-arrow-left-short::before {
	content: "\f12c"
}

.bi-arrow-right-short::before {
	content: "\f135"
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: #fff0;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: #fff0;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: 0;
	color: inherit;
	border: 0;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: all 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-theme .owl-nav {
	-webkit-tap-highlight-color: #fff0
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	font-size: 32px;
	font-size: 2rem;
	outline: 0
}

.owl-theme .owl-nav [class*='owl-'] {
	color: #222 !important;
	margin: 5px 0;
	padding: 4px 7px;
	display: inline-block;
	cursor: pointer
}

.owl-theme .owl-nav [class*='owl-']:hover {
	color: #FFF;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: #fff0
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	outline: 0
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: transparent !important;
	border: 2px solid #fff;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.owl-theme .owl-dots .owl-dot span {
	position: relative;
	margin: 0 5px;
	border-radius: 50%;
	width: 16px !important;
	height: 16px !important;
	background: transparent !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: all .3s ease;
	border: 2px solid rgb(255 255 255 / .4)
}

.owl-theme .owl-dots .owl-dot span::before {
	content: '';
	background-color: #fff !important;
	display: block;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -4px;
	margin-left: -4px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.owl-theme .owl-dots .owl-dot.active span::before {
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

.owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-30px) !important;
	left: 0;
	width: 100%;
	margin: 0 !important
}

.owl-theme.carousel_item_centered_rooms .owl-nav {
	transform: translateY(-50px) !important
}

.owl-prev,
.owl-next {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	border-radius: 50%;
	display: block !important;
	background: rgb(255 255 255 / .5) !important;
	border: 0;
	line-height: 47px !important
}

.owl-prev {
	left: 15px
}

.owl-next {
	right: 15px
}

.owl-prev i,
.owl-next i {
	font-size: 36px;
	font-size: 2.25rem;
	color: #555;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.owl-prev i:hover,
.owl-next i:hover {
	color: #978667
}

.owl-prev.disabled i:hover,
.owl-next.disabled i:hover {
	color: #ccc
}

.animated {
	-webkit-animation-duration: 5000 ms;
	animation-duration: 5000 ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-animated-out {
	z-index: 1
}

.owl-animated-in {
	z-index: 0
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0 {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0 {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-carousel.rounded-img .owl-item {
	border-radius: 10px;
	overflow: hidden
}

[data-cue="fadeIn"],
[data-cues="fadeIn"]>* {
	opacity: 0
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

[data-cue="slideInLeft"],
[data-cues="slideInLeft"]>* {
	opacity: 0
}

@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-30px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

[data-cue="slideInRight"],
[data-cues="slideInRight"]>* {
	opacity: 0
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(30px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

[data-cue="slideInDown"],
[data-cues="slideInDown"]>* {
	opacity: 0
}

@keyframes slideInDown {
	from {
		opacity: 0;
		transform: translateY(-30px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

[data-cue="slideInUp"],
[data-cues="slideInUp"]>* {
	opacity: 0
}

@keyframes slideInUp {
	from {
		opacity: 0;
		transform: translateY(30px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

[data-cue="zoomIn"],
[data-cues="zoomIn"]>* {
	opacity: 0
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale(.8)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

[data-cue="zoomOut"],
[data-cues="zoomOut"]>* {
	opacity: 0
}

@keyframes zoomOut {
	from {
		opacity: 0;
		transform: scale(1.2)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

[data-cue="rotateIn"],
[data-cues="rotateIn"]>* {
	opacity: 0
}

@keyframes rotateIn {
	from {
		opacity: 0;
		transform: rotateZ(-15deg)
	}

	to {
		opacity: 1;
		transform: rotateZ(0)
	}
}

[data-cue="bounceIn"],
[data-cues="bounceIn"]>* {
	opacity: 0
}

@keyframes bounceIn {
	0 {
		transform: scale3d(.3, .3, .3)
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		transform: scale3d(.97, .97, .97)
	}

	100% {
		opacity: 1;
		transform: scale3d(1, 1, 1)
	}
}

[data-cue="bounceInLeft"],
[data-cues="bounceInLeft"]>* {
	opacity: 0
}

@keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0 {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}

	75% {
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		transform: translate3d(5px, 0, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}
}

[data-cue="bounceInRight"],
[data-cues="bounceInRight"]>* {
	opacity: 0
}

@keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		transform: translate3d(10px, 0, 0)
	}

	90% {
		transform: translate3d(-5px, 0, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}
}

[data-cue="bounceInDown"],
[data-cues="bounceInDown"]>* {
	opacity: 0
}

@keyframes bounceInDown {

	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0 {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}

	75% {
		transform: translate3d(0, -10px, 0)
	}

	90% {
		transform: translate3d(0, 5px, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}
}

[data-cue="bounceInUp"],
[data-cues="bounceInUp"]>* {
	opacity: 0
}

@keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}

	75% {
		transform: translate3d(0, 10px, 0)
	}

	90% {
		transform: translate3d(0, -5px, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}
}

[data-cue="flipInX"],
[data-cues="flipInX"]>* {
	opacity: 0;
	backface-visibility: visible
}

@keyframes flipInX {
	from {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		animation-timing-function: ease-in
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		opacity: 1;
		transform: perspective(400px)
	}
}

[data-cue="flipInY"],
[data-cues="flipInY"]>* {
	opacity: 0;
	backface-visibility: visible
}

@keyframes flipInY {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		animation-timing-function: ease-in
	}

	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		opacity: 1;
		transform: perspective(400px)
	}
}

.my-carousel {
	position: relative;
	box-shadow: 0 1px 6px rgb(0 0 0 / .64);
	border-radius: 10px
}

.my-carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 10px
}

.my-carousel-open:checked+.my-carousel-item {
	position: static;
	opacity: 100
}

.my-carousel-item {
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity .6s ease-out;
	transition: opacity .6s ease-out
}

.my-carousel-item img {
	display: block;
	max-width: 100%
}

.my-carousel-control {
	background: rgb(0 0 0 / .28);
	border-radius: 50%;
	color: #fff;
	display: none;
	font-size: 40px;
	height: 40px;
	line-height: 35px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	cursor: pointer;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 40px;
	z-index: 10
}

.my-carousel-control.my-prev {
	left: 2%
}

.my-carousel-control.my-next {
	right: 2%
}

.my-carousel-control:hover {
	background: rgb(0 0 0 / .8);
	color: #aaa
}

#my-carousel-1a:checked~.my-control-1,
#my-carousel-1b:checked~.my-control-1,
#my-carousel-1c:checked~.my-control-1,
#my-carousel-2a:checked~.my-control-2,
#my-carousel-2b:checked~.my-control-2,
#my-carousel-2c:checked~.my-control-2,
#my-carousel-3a:checked~.my-control-3,
#my-carousel-3b:checked~.my-control-3,
#my-carousel-3c:checked~.my-control-3,
#my-carousel-1e:checked~.my-control-1,
#my-carousel-2e:checked~.my-control-2,
#my-carousel-3e:checked~.my-control-3,
.submenu-inner:hover .submenu-info {
	display: block
}

.my-carousel-indicators {
	list-style: none;
	margin: 0;
	padding: 0;
	bottom: 2%;
	left: 0;
	right: 0;
	z-index: 10
}

.my-carousel-indicators li {
	display: inline-block;
	margin: 0 5px
}

.my-carousel-bullet {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 35px
}

.my-carousel-bullet:hover {
	color: #aaa
}

#title,
.my-carousel-control,
.my-carousel-indicators {
	text-align: center;
	position: absolute
}

.amen-h {
	font-weight: 500;
	font-size: 1.25rem;
	margin-bottom: 20px
}

.booking_wrapper {
	border-radius: 10px;
	background-color: rgb(151 134 103 / .05);
	padding: 20px 20px 0
}

.form-control {
	border-color: #ededed;
	font-size: .875rem;
	color: #908166;
	height: 50px;
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .375rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	" 

}

textarea.form-control {
	height: 130px !important;
}

.rounded-corner {
	border-radius: 20px;
}

.carousel1 .items {
	opacity: 0.4;
	transition: .4s ease all;
	margin: 0 20px;
	transform: scale(.8);

}

.items img {
	border-radius: 13px;
}

@media (max-width: 1000px) {
	.owl-prev {
		left: 5px;
	}

	.owl-next {
		right: 5px;
	}

	.carousel1 .owl-nav {
		position: absolute;
		top: 35% !important;
	}


	.carousel1 .items {
		margin: 0;
		transform: scale(.9);
	}
}

.carousel1 .active .items {
	opacity: 1;
	transform: scale(1);
}

.carousel1 .owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.carousel1 .inner {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
}

.carousel1 .inner a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	transition: .3s ease border-color;
}

.carousel1 .inner a:hover {
	border-color: #fff;
}

.carousel1 .black .inner a {
	color: #000;
	border-color: rgba(0, 0, 0, 0.4);
}

.carousel1 .black .inner a:hover {
	border-color: #000;
}

.carousel1.owl-carousel:after {
	content: "";
	display: block;
	position: absolute;
	width: 8%;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -4%;
	pointer-events: none;
	background-size: 100% auto
}

.carousel1 .owl-controls {
	position: absolute;
	margin-top: 300px
}

.owl-nav {
	position: absolute;
	top: 45%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%)
}

.owl-nav button {
	background: rgb(0 0 0 / .5);
	color: #fff;
	border: none;
	padding: 10px;
	cursor: pointer
}

.owl-nav button:hover {
	background: rgb(0 0 0 / .7)
}

.box_facilities h3 {
	font-size: 1.1125rem;
	text-transform: none
}

.box_facilities img {
	width: 70px;
	margin-bottom: 14px
}

.custom-owl-carousel .item img {
	width: 100%;
	transition: transform 0.3s ease
}

.custom-owl-carousel .owl-item.center .item img {
	transform: scale(1.2)
}

.custom-owl-carousel .owl-item {
	opacity: .5
}

.custom-owl-carousel .owl-item.center {
	opacity: 1
}

.custom-owl-carousel .owl-stage {
	padding-left: 15%;
	padding-right: 15%
}

.card {
	border: 0;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / .05);
	-moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / .05);
	box-shadow: 0 0 10px 0 rgb(0 0 0 / .05);
	border-radius: 5px
}

.accordion .card .card-header {
	background-color: #fff;
	padding: 20px;
	border: 0
}

.accordion .card-header h5 a {
	border: 0;
	display: block;
	color: #908166;
	font-weight: 400;
	font-size: 16.5px
}

.accordion .card-header h5 {
	font-size: 1.0625rem;
	color: #908166;
	text-transform: none
}

.collapse {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out
}

.collapsing {
	max-height: none
}

..phone_element.no_borders {
	padding-top: 5px;
	border-top: none
}

.phone_element {
	padding: 20px 0;
	line-height: 1.4
}

.phone_element a {
	display: flex;
	align-items: center
}

.phone_element a span {
	font-size: 1.125rem;
	font-weight: 600;
	color: #978667
}

.phone_element a span em {
	color: #978667;
	display: block;
	font-style: inherit;
	text-transform: uppercase;
	font-size: .6875rem;
	font-weight: 500;
	letter-spacing: 2px
}

.phone_element a i {
	margin-right: 15px;
	font-size: 1.875rem;
	color: #978667
}

.indicator {
	float: right;
	transition: transform 0.3s ease
}

.collapsed .indicator {
	transform: rotate(-90deg)
}

.location-footer h5 {
	color: #fff;
	font-size: 1.25rem;
	text-transform: none
}

.padding-footer {
	padding: 90px 0
}

.btn-home {
	margin-bottom: 80px
}

.col-sm-6,
.quote-box,
.quote-box p {
	position: relative
}

.quote-box {
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #ddd;
	max-width: 600px;
	font-family: Arial, sans-serif
}

.quote-box p {
	margin: 0;
	padding: 5px 5px 5px 40px
}


.box-video {
	line-height: 0;
	display: block;
	border: 5px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 15px
}

.box-video .overlay,
.form-container {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.box-video .video {
	width: 100%;
	height: 100%;
	border-radius: 10px
}

.box-video .overlay {
	position: absolute;
	border: 5px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	border-radius: 99%;
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	z-index: 2
}

.box-video:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 10px
}

.form-container {
	display: none;
	position: fixed;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	z-index: 999
}

.close-btn {
	position: absolute;
	top: -15px;
	right: 0;
	cursor: pointer;
	font-size: 34px
}

.card-overlay,
.overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.overlay {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, .5);
	z-index: 998
}

.ashram-card {
	position: relative;
	overflow: hidden;
	border-radius: 10px
}

.ashram-card img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.card-overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, .4);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color .5s
}

.card-overlay h2 {
	color: #fff;
	font-size: 20px;
	margin: 0;
	transition: transform .5s, opacity .5s
}

.ashram-card:hover .card-overlay {
	background-color: rgba(0, 0, 0, 0)
}

.ashram-card:hover .card-overlay h2 {
	transform: translateY(-20px);
	opacity: 0
}

@media (max-width:768px) {
	.quote-box {
		margin: 0 10px
	}

	.box-video {
		line-height: 0;
		display: block;
		border: 5px solid #fff;
		position: relative
	}

	.card-overlay h2 {
		font-size: 13px
	}

	.text-c {
		text-align: center !important
	}

	.text-c1 {
		margin-left: 60px
	}
}

textarea::placeholder {
	color: #000 !important
}

.video-slider .slick-prev,
.video-slider .slick-prev:focus,
.video-slider .slick-prev:hover,
button .video-slider .slick-prev,
button .video-slider .slick-prev:focus,
button .video-slider .slick-prev:hover {
	background: url("https://tbcdn.talentbrew.com/company/7795/v2_0/img/left-slick-arrow.png")
}

.fancybox-content {
	width: 502px !important;
	height: 540px !important
}

.video-slider,
button .video-slider {
	margin-bottom: 70px !important
}

.video-slider .slick-arrow,
button .video-slider .slick-arrow {
	top: 50%;
	transform: translateX(-50%);
	opacity: 1
}

.video-slider .intern-video,
button .video-slider .intern-video {
	transform: scale(.8);
	transition: .3s;
	position: relative;
	padding: 0;
	pointer-events: none
}

.video-slider .slick-prev,
button .video-slider .slick-prev {
	left: 60px;
	z-index: 9999;
	height: 60px;
	width: 60px
}

.video-slider .intern-video.slick-center:before,
.video-slider .slick-next:before,
.video-slider .slick-prev:before,
button .video-slider .intern-video.slick-center:before,
button .video-slider .slick-next:before,
button .video-slider .slick-prev:before {
	display: none
}

.video-slider .slick-next,
.video-slider .slick-next:focus,
.video-slider .slick-next:hover,
button .video-slider .slick-next,
button .video-slider .slick-next:focus,
button .video-slider .slick-next:hover {
	background: url("https://tbcdn.talentbrew.com/company/7795/v2_0/img/right-slick-arrow.png")
}

.video-slider .slick-next,
button .video-slider .slick-next {
	right: 0;
	z-index: 9999;
	height: 60px;
	width: 60px
}

.video-slider .intern-video:before,
button .video-slider .intern-video:before {
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .5)
}

.video-slider .slick-dots,
button .video-slider .slick-dots {
	bottom: -40px
}

button .video-slider .intern-video:before {
	position: absolute
}

.video-slider .intern-video img,
button .video-slider .intern-video img {
	width: 100%;
	border-radius: 30px
}

.video-slider .intern-video p,
button .video-slider .intern-video p {
	position: absolute;
	width: 100%;
	margin: 10px auto 0
}

.video-slider .intern-video.slick-center,
button .video-slider .intern-video.slick-center {
	transition: .3s;
	transform: scale(1);
	pointer-events: auto;
	border-radius: 30px
}

.video-slider .intern-video.slick-center:after,
button .video-slider .intern-video.slick-center:after {
	content: " ";
	background: url("https://tbcdn.talentbrew.com/company/7795/v2_0/img/icons/play-button.png") 0 0/cover;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.video-slider .intern-video.slick-center p,
button .video-slider .intern-video.slick-center p {
	position: static
}

.video-slider .intern-video {
	border-radius: 30px
}

.video-slider .intern-video:before {
	position: absolute;
	border-radius: 30px
}

.quote-box {
	padding: 5px !important
}

@media only screen and (max-width:600px) {
	.form-container {
		width: 90%
	}

	.for-pc {
		display: none !important
	}
}

.align-items-stretch {
	align-items: stretch !important
}

.d-flex {
	display: flex !important
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}