/* :: 1.0 Import Fonts */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/nice-select.css);
@import url(css/travel-icon.css);

@font-face {
	font-family: 'FuturaLT-Book';
	src: url("fonts/FuturaLT-Book.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaLT-Book.woff") format("woff"), url("fonts/FuturaLT-Book.ttf") format("truetype"), url("fonts/FuturaLT-Book.svg#FuturaLT-Book") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* :: 2.0 Import All CSS */
/* :: 3.0 Base CSS */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Muli", Arial, sans-serif;
	background: #fff;
	font-size: 14px;
	line-height: 1.8;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
	color: #404044;
	font-family: "Playfair Display", Georgia, serif;

}

p {
	color: #000;
	font-size: 14px;
	line-height: 2.1;
	font-weight: 400;
}

a,
a:hover,
a:focus {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	text-decoration: none;
	outline: 0 solid transparent;
	color: #141414;
	font-weight: 400;
	font-size: 14px;
}

ul,
ol {
	margin: 0;
}

ul li,
ol li {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
}

/* :: 3.1.0 Spacing */
.mt-15 {
	margin-top: 15px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

/* :: 3.2.0 Height */
.height-400 {
	height: 400px !important;
}

.height-500 {
	height: 500px !important;
}

.height-600 {
	height: 600px !important;
}

.height-700 {
	height: 700px !important;
}

.height-800 {
	height: 800px !important;
}

/* :: 3.3.0 Section Padding */
.section-padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-padding-100-0 {
	padding-top: 100px;
	padding-bottom: 0;
}

.section-padding-0-100 {
	padding-top: 0;
	padding-bottom: 100px;
}

.section-padding-100-70 {
	padding-top: 100px;
	padding-bottom: 70px;
}

/* :: 3.4.0 Section Heading */
.section-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.section-heading .line- {
	width: 90px;
	height: 2px;
	background-color: #b58a60;
	display: block;
	margin-bottom: 40px;
}

.section-heading h2 {
	font-size: 48px;
	color: #363636;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-heading h2 {
		font-size: 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-heading h2 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.section-heading h2 {
		font-size: 24px;
	}
}

.section-heading p {
	margin-bottom: 0;
}

.section-heading.text-center .line- {
	margin: 0 auto 40px;
}

.section-heading.white h2,
.section-heading.white p {
	color: #ffffff;
}

/* :: 3.5.0 Preloader CSS */
.preloader {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

.preloader .cssload-container {
	display: block;
	width: 97px;
}

.preloader .cssload-loading i {
	width: 19px;
	height: 19px;
	display: inline-block;
	border-radius: 50%;
	background: #b58a60;
}

.preloader .cssload-loading i:first-child {
	opacity: 0;
	animation: cssload-loading-ani2 0.58s linear infinite;
	-o-animation: cssload-loading-ani2 0.58s linear infinite;
	-ms-animation: cssload-loading-ani2 0.58s linear infinite;
	-webkit-animation: cssload-loading-ani2 0.58s linear infinite;
	-moz-animation: cssload-loading-ani2 0.58s linear infinite;
	transform: translate(-19px);
	-o-transform: translate(-19px);
	-ms-transform: translate(-19px);
	-webkit-transform: translate(-19px);
	-moz-transform: translate(-19px);
}

.preloader .cssload-loading i:nth-child(2),
.preloader .cssload-loading i:nth-child(3) {
	animation: cssload-loading-ani3 0.58s linear infinite;
	-o-animation: cssload-loading-ani3 0.58s linear infinite;
	-ms-animation: cssload-loading-ani3 0.58s linear infinite;
	-webkit-animation: cssload-loading-ani3 0.58s linear infinite;
	-moz-animation: cssload-loading-ani3 0.58s linear infinite;
}

.preloader .cssload-loading i:last-child {
	animation: cssload-loading-ani1 0.58s linear infinite;
	-o-animation: cssload-loading-ani1 0.58s linear infinite;
	-ms-animation: cssload-loading-ani1 0.58s linear infinite;
	-webkit-animation: cssload-loading-ani1 0.58s linear infinite;
	-moz-animation: cssload-loading-ani1 0.58s linear infinite;
}

@keyframes cssload-loading-ani1 {
	100% {
		transform: translate(39px);
		opacity: 0;
	}
}

@-o-keyframes cssload-loading-ani1 {
	100% {
		-o-transform: translate(39px);
		opacity: 0;
	}
}

@-ms-keyframes cssload-loading-ani1 {
	100% {
		-ms-transform: translate(39px);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-loading-ani1 {
	100% {
		-webkit-transform: translate(39px);
		opacity: 0;
	}
}

@-moz-keyframes cssload-loading-ani1 {
	100% {
		-moz-transform: translate(39px);
		opacity: 0;
	}
}

@keyframes cssload-loading-ani2 {
	100% {
		transform: translate(19px);
		opacity: 1;
	}
}

@-o-keyframes cssload-loading-ani2 {
	100% {
		-o-transform: translate(19px);
		opacity: 1;
	}
}

@-ms-keyframes cssload-loading-ani2 {
	100% {
		-ms-transform: translate(19px);
		opacity: 1;
	}
}

@-webkit-keyframes cssload-loading-ani2 {
	100% {
		-webkit-transform: translate(19px);
		opacity: 1;
	}
}

@-moz-keyframes cssload-loading-ani2 {
	100% {
		-moz-transform: translate(19px);
		opacity: 1;
	}
}

@keyframes cssload-loading-ani3 {
	100% {
		transform: translate(19px);
	}
}

@-o-keyframes cssload-loading-ani3 {
	100% {
		-o-transform: translate(19px);
	}
}

@-ms-keyframes cssload-loading-ani3 {
	100% {
		-ms-transform: translate(19px);
	}
}

@-webkit-keyframes cssload-loading-ani3 {
	100% {
		-webkit-transform: translate(19px);
	}
}

@-moz-keyframes cssload-loading-ani3 {
	100% {
		-moz-transform: translate(19px);
	}
}

/* :: 3.6.0 Miscellaneous */
.bg-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-white {
	background-color: #ffffff !important;
}

.bg-dark {
	background-color: #000000 !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.font-bold {
	font-weight: 700;
}

.font-light {
	font-weight: 300;
}

.bg-overlay {
	position: relative;
	z-index: 2;
	background-position: center center;
	background-size: cover;
}

.bg-overlay::after {
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.bg-fixed {
	background-attachment: fixed !important;
}

/* :: 3.7.0 ScrollUp */
#scrollUp {
	background-color: #b58a60;
	border-radius: 0;
	bottom: 50px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	color: #ffffff;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	right: 50px;
	text-align: center;
	width: 40px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

#scrollUp:hover,
#scrollUp:focus {
	background-color: #363636;
}

/* :: 3.8.0 Palatin Button */
.palatin-btn {
	background-color: #b58a60;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: relative;
	z-index: 1;
	display: inline-block;
	min-width: 123px;
	height: 53px;
	color: #ffffff;
	border: none;
	border-radius: 0;
	padding: 0 30px;
	font-size: 16px;
	line-height: 53px;
	text-transform: capitalize;
}

.palatin-btn:hover,
.palatin-btn:focus {
	font-size: 16px;
	background-color: #363636;
	color: #ffffff;
}

.palatin-btn.btn-2 {
	background-color: #363636;
	color: #ffffff;
}

.palatin-btn.btn-2:hover,
.palatin-btn.btn-2:focus {
	font-size: 16px;
	background-color: #b58a60;
	color: #ffffff;
}

.palatin-btn.btn-3 {
	background-color: #ffffff;
	color: #b58a60;
	border: 2px solid #b58a60;
	height: 49px;
	line-height: 48px;
}

.palatin-btn.btn-3:hover,
.palatin-btn.btn-3:focus {
	font-size: 16px;
	background-color: #b58a60;
	color: #ffffff;
}

/* :: 4.0 Header Area CSS */
.header-area {
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

.header-area .palatin-main-menu {
	position: relative;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.63);
	border-bottom: 2px solid rgba(203, 134, 112, 0.63);
}

.header-area .palatin-main-menu .classy-nav-container {
	background-color: transparent;
}

.header-area .palatin-main-menu .classy-navbar {
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	background-color: transparent;
	height: 110px;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.header-area .palatin-main-menu .classy-navbar {
		height: 70px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .palatin-main-menu .classy-navbar .nav-brand {
		max-width: 140px;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .palatin-main-menu .classy-navbar .nav-brand {
		max-width: 140px;
	}
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li a {
	text-transform: capitalize;
	color: #ffffff;
	font-size: 16px;
	background-color: transparent;
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .palatin-main-menu .classy-navbar .classynav ul li a:focus {
	color: #ffffff;
	background-color: #b58a60;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .palatin-main-menu .classy-navbar .classynav ul li a {
		font-size: 14px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .palatin-main-menu .classy-navbar .classynav ul li a {
		background-color: #b58a60;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .palatin-main-menu .classy-navbar .classynav ul li a {
		background-color: #b58a60;
	}
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li.active a {
	color: #ffffff;
	background-color: #b58a60;
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
.header-area .palatin-main-menu .classy-navbar .classynav ul li.has-down > a::after {
	color: #ffffff;
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
	color: #363636;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
		padding: 0 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
		color: #ffffff;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
		color: #ffffff;
	}
}

.header-area .palatin-main-menu .classy-navbar .menu-btn {
	margin-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .palatin-main-menu .classy-navbar .menu-btn {
		margin-left: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .palatin-main-menu .classy-navbar .menu-btn {
		margin-left: 30px;
		border: 2px solid #ffffff;
		margin-top: 30px;
		display: inline-block;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .palatin-main-menu .classy-navbar .menu-btn {
		margin-left: 30px;
		border: 2px solid #ffffff;
		margin-top: 30px;
		display: inline-block;
	}
}

.header-area .palatin-main-menu .classy-navbar .menu-btn a {
	color: #ffffff;
	font-size: 16px;
}

.header-area .is-sticky .palatin-main-menu {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}

.header-area .is-sticky .palatin-main-menu .classy-navbar {
	height: 90px;
}

@media only screen and (max-width: 767px) {
	.header-area .is-sticky .palatin-main-menu .classy-navbar {
		height: 70px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breakpoint-on .classy-navbar .classy-menu {
		background-color: #b58a60;
	}
}

@media only screen and (max-width: 767px) {
	.breakpoint-on .classy-navbar .classy-menu {
		background-color: #b58a60;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.classynav ul li .megamenu .single-mega.cn-col-4 {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.classynav ul li .megamenu .single-mega.cn-col-4 {
		padding: 0;
	}
}

.classycloseIcon .cross-wrap span {
	background: #ffffff;
}

/* :: 5.0 Hero Area CSS */
.hero-slides {
	position: relative;
	z-index: 1;
}

.hero-slides .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 30px;
	left: 4%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-slides .owl-dots {
		left: 1%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-slides .owl-dots {
		left: 5px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.hero-slides .owl-dots {
		bottom: 100px;
	}
}

.hero-slides .owl-dots .owl-dot {
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	border: 2px solid transparent;
	background-color: transparent;
	display: block;
	padding: 3px 5px;
	color: #ffffff;
	font-size: 14px;
}

.hero-slides .owl-dots .owl-dot.active,
.hero-slides .owl-dots .owl-dot:hover,
.hero-slides .owl-dots .owl-dot:focus {
	color: #ffffff;
	background-color: #1b3f4c;
	border: 2px solid #b58a60;
	box-shadow: none;
}

.single-hero-slide {
	width: 100%;
	height: 950px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-hero-slide {
		height: 800px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-hero-slide {
		height: 750px;
	}
}

@media only screen and (max-width: 767px) {
	.single-hero-slide {
		height: 750px;
	}
}

.single-hero-slide .slide-img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -10;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.single-hero-slide .hero-slides-content {
	display: inline-block;
	padding: 60px 50px;
	background-color: rgba(0, 0, 0, 0.63);
	border: 2px solid #b58a60;
	text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-hero-slide .hero-slides-content {
		padding: 40px 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-hero-slide .hero-slides-content {
		padding: 30px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.single-hero-slide .hero-slides-content {
		padding: 20px;
	}
}

.single-hero-slide .hero-slides-content .line {
	width: 90px;
	height: 2px;
	background-color: #b58a60;
	margin: 0 auto 30px;
}

.single-hero-slide .hero-slides-content h2 {
	position: relative;
	z-index: 1;
	font-size: 72px;
	color: #ffffff;
	margin-bottom: 0;
	display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-hero-slide .hero-slides-content h2 {
		font-size: 48px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-hero-slide .hero-slides-content h2 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.single-hero-slide .hero-slides-content h2 {
		font-size: 30px;
	}
}

.single-hero-slide .hero-slides-content p {
	font-size: 14px;
	color: #ffffff;
}

.hero-slides .owl-item.active .single-hero-slide .slide-img {
	-webkit-animation: slide 20s linear infinite;
	animation: slide 20s linear infinite;
}

@-webkit-keyframes slide {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes slide {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* :: 6.0 Book Now Area CSS */
.book-now-area {
	position: relative;
	z-index: 100;
	margin-bottom: 15px;
}

.book-now-form {
	position: relative;
	z-index: 1;
	/*top: -87px; */
	margin-bottom: 10%;

}

.book-now-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.book-now-form form .form-group,
.book-now-form form button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	width: 20%;
	height: 100px;
	background-color: #363636;
	border-left: 2px solid #b58a60;
	border-top: 2px solid #b58a60;
	border-bottom: 2px solid #b58a60;
	margin-bottom: 0;
	padding: 0;

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.book-now-form form .form-group,
	.book-now-form form button {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 767px) {

	.book-now-form form .form-group,
	.book-now-form form button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		height: 100px;
		border-bottom: 0 solid transparent;
		border-right: 2px solid #b58a60;
	}
}

.book-now-form form .form-group label {
	color: #b58a60;
	display: block;
	font-size: 14px;
	width: 100%;
}

.book-now-form form button {
	border-right: 2px solid #b58a60;
	font-size: 16px;
	background-color: #b58a60;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	padding: 0;
}

.book-now-form form button:hover,
.book-now-form form button:focus {
	outline: none;
	background-color: #363636;
}

.book-now-form form .form-control:focus {
	box-shadow: none;
}

.book-now-form .nice-select {
	background-color: transparent;
	border-radius: 0;
	border: none;
	font-size: 14px;
	height: auto;
	line-height: 1;
	padding-left: 0;
	padding-right: 30px;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	color: #ffffff;
}

.book-now-form .nice-select::after {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	height: 10px;
	margin-top: -4px;
	width: 10px;
}

.book-now-form .nice-select .list {
	background-color: #ffffff;
	border-radius: 0;
	margin-top: 2px;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
	width: 100%;
}

.book-now-form .nice-select .current {
	font-size: 24px;
	line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.book-now-form .nice-select .current {
		font-size: 18px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.book-now-form .nice-select .current {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.book-now-form .nice-select .current {
		font-size: 18px;
	}
}

.book-now-form .nice-select .option {
	font-size: 20px;
	color: #363636;
	width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.book-now-form .nice-select .option {
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.book-now-form .nice-select .option {
		font-size: 13px;
	}
}

@media only screen and (max-width: 767px) {
	.book-now-form .nice-select .option {
		font-size: 16px;
	}
}

/* :: 7.0 About Us Area CSS */
.about-thumbnail {
	position: relative;
	z-index: 1;
}

.about-thumbnail.homepage .first-img {
	position: relative;
	width: 50%;
	margin-left: auto;
	box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
}

.about-thumbnail.homepage .second-img {
	position: relative;
	z-index: 1;
	width: 55%;
	margin-top: -50%;
	box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
}

.about-thumbnail.homepage .third-img {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 45%;
	margin-top: -30%;
	box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
}

.about-key-text {
	position: relative;
	z-index: 1;
	margin-top: 35px;
}

.about-key-text h6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 16px;
}

.about-key-text h6 span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	margin-right: 15px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	background-color: #b58a60;
	border-radius: 50%;
	line-height: 30px;
	color: #ffffff;
}

/* :: 8.0 Pool Area CSS */
.pool-content {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 70px 50px;
	border: 2px solid #b58a60;
	background-color: rgba(0, 0, 0, 0.63);
}

@media only screen and (max-width: 767px) {
	.pool-content {
		padding: 50px 20px;
	}
}

.pool-content .pool-feature {
	position: relative;
	z-index: 1;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.pool-content .pool-feature {
		margin-top: 30px;
	}
}

.pool-content .pool-feature i {
	font-size: 70px;
	color: #b58a60;
	margin-bottom: 15px;
	display: block;
}

.pool-content .pool-feature p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0;
}

/* :: 9.0 Rooms Area CSS */
.single-rooms-area {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 515px;
	margin-bottom: 100px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.single-rooms-area .bg-thumbnail {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.single-rooms-area .price-from {
	position: absolute;
	z-index: 20;
	top: -19px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 10px 15px;
	background-color: #181818;
	border: 2px solid #b58a60;
	display: inline-block;
	margin-bottom: 0;
	line-height: 1;
	color: #ffffff;
	font-size: 14px;
}

.single-rooms-area .rooms-text {
	position: absolute;
	z-index: 30;
	background-color: rgba(0, 0, 0, 0.63);
	padding: 30px 30px 40px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	width: calc(100% - 40px);
	border: 2px solid #b58a60;
	text-align: center;
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
}

.single-rooms-area .rooms-text:hover {
	width: 95%;
	height: 90%;
	/*-webkit-transition-duration: 2s;
    transition-duration: 2s;*/
	transition: height 2s linear;
	-webkit-transition: height 2s linear;
	background-color: rgba(0, 0, 0, 0.63);
	opacity: 0.7;
	padding: 30px 30px 40px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	width: calc(100% - 40px);
	border: 2px solid #b58a60;
	text-align: center;
}

.single-rooms-area .rooms-text:hover .diningwedding {
	display: block;
}

.diningwedding {
	display: none;
}

.single-rooms-area .rooms-text .line {
	width: 90px;
	height: 2px;
	background-color: #b58a60;
	display: block;
	margin: 0 auto 20px;
}

.single-rooms-area .rooms-text h4 {
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.single-rooms-area .rooms-text h4 {
		font-size: 20px;
	}
}

.single-rooms-area .rooms-text p {
	color: #ffffff;
	margin-bottom: 0;
}

.single-rooms-area .book-room-btn {
	position: absolute;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 50;
}

.single-rooms-area:hover .rooms-text,
.single-rooms-area:focus .rooms-text {
	background-color: #000;
}

.pagination-area {
	position: relative;
	z-index: 1;
	text-align: center;
}

.pagination-area .pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination-area .pagination .page-item .page-link {
	border: 2px solid transparent;
	background-color: transparent;
	display: block;
	padding: 5px;
	margin-right: 10px;
	color: #181818;
	font-size: 14px;
}

.pagination-area .pagination .page-item .page-link:hover,
.pagination-area .pagination .page-item .page-link:focus {
	color: #ffffff;
	background-color: #616161;
	border: 2px solid #b58a60;
	box-shadow: none;
}

.pagination-area .pagination .page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination-area .pagination .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination-area .pagination .page-item.active .page-link {
	color: #ffffff;
	background-color: #616161;
	border: 2px solid #b58a60;
}

/* :: 10.0 Services Area CSS */
.services-intro {
	position: relative;
	z-index: 1;
}

.services-intro .single-cool-fact {
	width: 100%;
}

.core-features-area {
	position: relative;
	z-index: 10;
}

.core-features-area .single-core-feature {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 514px;
}

.core-features-area .single-core-feature .bg-thumbnail {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

.core-features-area .single-core-feature .feature-content {
	width: 70%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 50;
	background-color: rgba(255, 255, 255, 0.85);
	border: 2px solid #b58a60;
	padding: 30px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
	.core-features-area .single-core-feature .feature-content {
		width: 85%;
	}
}

.core-features-area .single-core-feature .feature-content i {
	font-size: 60px;
	color: #b58a60;
	margin-bottom: 30px;
	display: block;
}

.core-features-area .single-core-feature .feature-content h3 {
	font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.core-features-area .single-core-feature .feature-content h3 {
		font-size: 24px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.core-features-area .single-core-feature .feature-content h3 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.core-features-area .single-core-feature .feature-content h3 {
		font-size: 24px;
	}
}

.core-features-area .single-core-feature .feature-content p {
	margin-bottom: 0;
}

.single-service-area {
	position: relative;
	z-index: 1;
}

.single-service-area i {
	display: block;
	margin-bottom: 30px;
	color: #b58a60;
	font-size: 60px;
}

.single-service-area h4 {
	font-size: 30px;
	margin-bottom: 25px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
	.single-service-area h4 {
		font-size: 24px;
	}
}

.single-service-area p {
	margin-bottom: 0;
}

.our-milestones {
	position: relative;
	z-index: 1;
}

.our-milestones .single-cool-fact {
	background-color: rgba(0, 0, 0, 0.63);
}

/* :: 11.0 Our Hotel Area CSS */
.single-hotel-info {
	position: relative;
	z-index: 1;
}

.single-hotel-info .hotel-info-text {
	position: relative;
	z-index: 1;
	margin-bottom: 45px;
}

.single-hotel-info .hotel-info-text h6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	margin-bottom: 15px;
	font-size: 16px;
}

.single-hotel-info .hotel-info-text h6 span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	margin-right: 15px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	background-color: #b58a60;
	border-radius: 50%;
	line-height: 30px;
	color: #ffffff;
}

/* :: 12.0 Testimonial Area CSS */
.testimonial-content {
	position: relative;
	z-index: 1;
	border: 2px solid #b58a60;
	background-color: #ffffff;
	padding: 100px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.testimonial-content {
		padding: 30px;
	}
}

.testimonial-content .single-testimonial {
	position: relative;
	z-index: 1;
	text-align: center;
}

.testimonial-content .single-testimonial p {
	font-size: 16px;
	color: #000;
	font-style: italic;
}

@media only screen and (max-width: 767px) {
	.testimonial-content .single-testimonial p {
		font-size: 14px;
	}
}

.testimonial-content .single-testimonial h6 {
	margin-top: 55px;
	margin-bottom: 60px;
}

.testimonial-content .single-testimonial h6 span {
	color: #b58a60;
}

@media only screen and (max-width: 767px) {
	.testimonial-content .single-testimonial h6 {
		margin-top: 25px;
		margin-bottom: 30px;
	}
}

.testimonial-content .single-testimonial img {
	width: auto !important;
	margin: 0 auto;
}

/* :: 13.0 Footer Area CSS */
.footer-area {
	position: relative;
	z-index: 1;
	background-color: #363636;
	padding-bottom: 40px;
}

.footer-area .footer-widget-area p {
	color: #cccccc;
	font-size: 16px;
	margin-bottom: 0;
}

.footer-area .footer-widget-area .widget-title {
	padding-top: 15px;
	color: #ffffff;
	font-weight: 400;
}

.footer-area .footer-widget-area .subscribe-form {
	position: relative;
	z-index: 1;
}

.footer-area .footer-widget-area .subscribe-form input {
	width: 100%;
	height: 46px;
	background-color: transparent;
	border: 2px solid #b58a60;
	padding: 0 15px;
	color: #ffffff;
}

.footer-area .footer-widget-area .subscribe-form button {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	width: 100%;
	height: 46px;
	border: none;
	font-size: 16px;
	margin-top: 15px;
	color: #ffffff;
	cursor: pointer;
	background-color: #b58a60;
}

.footer-area .footer-widget-area .subscribe-form button:hover,
.footer-area .footer-widget-area .subscribe-form button:focus {
	background-color: #363636;
}

.footer-area .copywrite-text {
	position: relative;
	z-index: 1;
}

.footer-area .copywrite-text p {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 12px;
	color: rgba(204, 204, 204, 0.4);
}

.footer-area .copywrite-text p a {
	font-size: 12px;
	color: rgba(204, 204, 204, 0.4);
}

.footer-area .copywrite-text p a:hover {
	color: #ffffff;
}

/* :: 14.0 Breadcumb Area CSS */
.breadcumb-area {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 300px;
}

@media only screen and (max-width: 767px) {
	.breadcumb-area {
		height: 340px;
	}
}

.breadcumb-area .bradcumbContent {
	margin-top: 70px;
}

@media only screen and (max-width: 767px) {
	.breadcumb-area .bradcumbContent {
		margin-top: 0;
	}
}

.breadcumb-area .bradcumbContent h2 {
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 0;
	padding: 5px 30px;
	border: 2px solid #b58a60;
	background-color: rgba(0, 0, 0, 0.63);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcumb-area .bradcumbContent h2 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.breadcumb-area .bradcumbContent h2 {
		font-size: 30px;
	}
}

/* :: 15.0 Blog Area CSS */
.single-blog-post {
	position: relative;
	z-index: 10;
}

.single-blog-post .blog-post-thumb {
	position: relative;
	z-index: 1;
}

.single-blog-post .post-content {
	position: relative;
	z-index: 1;
	width: 80%;
	border: 2px solid #b58a60;
	padding: 50px 40px 30px;
	left: 10%;
	text-align: center;
	margin-top: -145px;
	background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.single-blog-post .post-content {
		width: 90%;
		left: 5%;
		margin-top: -25px;
		padding: 40px 30px 20px;
	}
}

.single-blog-post .post-content .post-date {
	position: absolute;
	left: 50%;
	top: -26.5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.single-blog-post .post-content .post-title {
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
}

.single-blog-post .post-content .post-title:hover,
.single-blog-post .post-content .post-title:focus {
	color: #b58a60;
}

@media only screen and (max-width: 767px) {
	.single-blog-post .post-content .post-title {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

.single-blog-post .post-content .post-meta {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.single-blog-post .post-content .post-meta a {
	font-size: 12px;
	color: #000;
	position: relative;
	z-index: 2;
}

.single-blog-post .post-content .post-meta a:first-child {
	margin-right: 30px;
}

.single-blog-post .post-content .post-meta a:first-child::after {
	position: absolute;
	top: -2px;
	right: -18px;
	content: '|';
	z-index: 10;
}

/* :: 16.0 Contact Area CSS */
.contact-area {
	position: relative;
	z-index: 1;
	margin-top: 3%;
	margin-bottom: 3%;
}

.contact-area .home-map-area {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
	height: 400px;
}

@media only screen and (max-width: 767px) {
	.contact-area .home-map-area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		height: 450px;
	}
}

.contact-area .home-map-area iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.contact-area .contact-info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
	padding: 0 8%;
}

@media only screen and (max-width: 767px) {
	.contact-area .contact-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		padding: 50px 30px;
	}
}

.contact-area .contact-info h4,
.contact-area .contact-info h5 {
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.contact-area .contact-info h4,
	.contact-area .contact-info h5 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {

	.contact-area .contact-info h4,
	.contact-area .contact-info h5 {
		font-size: 16px;
	}
}

.contact-area .contact-info .social-info a {
	display: inline-block;
	margin-right: 15px;
}

.contact-area .contact-info .social-info a:hover,
.contact-area .contact-info .social-info a:focus {
	color: #b58a60;
}

.single-contact-information {
	position: relative;
	z-index: 1;
}

.single-contact-information .section-text {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.single-contact-information .section-text h3 {
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 10px;
}

.single-contact-information .section-text p {
	margin-bottom: 0;
}

.single-contact-information .contact-content {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.single-contact-information .contact-content:last-child {
	margin-bottom: 0;
}

.single-contact-information .contact-content p {
	font-size: 15px;
	color: #7d7d7d;
	margin-bottom: 0;
}

.single-contact-information .contact-content p:first-child {
	font-size: 18px;
	color: #b58a60;
	margin-bottom: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 90px;
	flex: 0 0 90px;
	max-width: 90px;
	width: 90px;
}

.map-area {
	position: relative;
	z-index: 2;
}

.map-area iframe {
	width: 100%;
	height: 515px;
	border: none;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.map-area iframe {
		height: 300px;
	}
}

.contact-form-area {
	position: relative;
	z-index: 1;
}

.contact-form-area form {
	position: relative;
	z-index: 1;
}

.contact-form-area form input,
.contact-form-area form textarea {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	border: none;
	border-bottom: 2px solid #c9c9c9;
	margin-bottom: 30px;
	font-size: 12px;
	font-style: italic;
	color: #7d7d7d;
	border-radius: 0;
	width: 100%;
	height: 52px;
}

.contact-form-area form input:focus,
.contact-form-area form textarea:focus {
	border-color: #b58a60;
	box-shadow: none;
}

.contact-form-area form textarea {
	height: 180px;
}

/* :: 17.0 Skills Area CSS */
.single-skils-area {
	position: relative;
	z-index: 1;
	text-align: center;
}

.single-skils-area .circle {
	position: relative;
	z-index: 10;
	margin-bottom: 15px;
}

.single-skils-area .skills-text {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.single-skils-area .skills-text span {
	font-size: 48px;
	color: #232323;
}

.single-skils-area .skills-text p {
	margin-bottom: 0;
	line-height: 1;
	font-size: 14px;
	color: #232323;
}

/* :: 18.0 Elements Area CSS */
.events-card-other-details .events-card-other-details-sub {
	display: flex;
	align-items: center;
	font-family: Calibri;
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
	/*margin-right: 0.5rem;*/
	width: 100%;
}

.events-card-other-details-sub {
	float: left;
	width: 50%;
}

.seating-padding {
	padding: 1rem 2rem 0rem 2rem;
	background-color: #e9ecef;
	/*border-radius: .3rem;*/
}


.elements-title h2 {
	font-size: 48px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.elements-title h2 {
		font-size: 24px;
	}
}

.single-icon {
	position: relative;
	z-index: 1;
	padding: 50px 30px;
	border: 2px solid #b58a60;
	text-align: center;
}

.single-icon i {
	color: #b58a60;
	font-size: 70px;
	display: block;
	margin-bottom: 30px;
}

.single-icon span {
	font-size: 16px;
}

/* :: 18.1.0 Single Cool Facts CSS */
.single-cool-fact {
	position: relative;
	z-index: 1;
	width: 200px;
	padding: 35px 15px;
	border: 2px solid #b58a60;
	text-align: center;
	background-color: #363636;
	margin: 0 auto;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.single-cool-fact .scf-text i {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	display: block;
	font-size: 70px;
	margin-bottom: 10px;
	color: #b58a60;
}

.single-cool-fact .scf-text h2 {
	font-size: 48px;
	margin-bottom: 5px;
	color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-cool-fact .scf-text h2 {
		font-size: 48px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-cool-fact .scf-text h2 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.single-cool-fact .scf-text h2 {
		font-size: 30px;
	}
}

.single-cool-fact .scf-text p {
	font-size: 14px;
	margin-bottom: 0;
	color: #ffffff;
	line-height: 1;
}

/*.single-cool-fact:hover, .single-cool-fact:focus {
    background-color: #b58a60; }*/
.single-cool-fact:hover .scf-text i,
.single-cool-fact:focus .scf-text i {
	color: #ffffff;
}

/* :: 18.2.0 Accordians Area CSS */
.single-accordion.panel {
	background-color: #ffffff;
	border: 0 solid transparent;
	border-radius: 4px;
	box-shadow: 0 0 0 transparent;
	margin-bottom: 15px;
}

.single-accordion:last-of-type {
	margin-bottom: 0;
}

.single-accordion h6 {
	margin-bottom: 0;
}

.single-accordion h6 a {
	background-color: #b58a60;
	border-radius: 0;
	border: 2px solid #b58a60;
	color: #ffffff;
	display: block;
	margin: 0;
	padding: 20px 70px 20px 30px;
	position: relative;
	font-size: 14px;
	text-transform: capitalize;
}

.single-accordion h6 a span {
	background: transparent;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	font-size: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 58px;
	height: 100%;
	color: #ffffff;
	line-height: 58px;
}

.single-accordion h6 a span.accor-open {
	opacity: 0;
}

.single-accordion h6 a.collapsed {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background-color: #ffffff;
	color: #7d7d7d;
	border: 2px solid #b58a60;
}

.single-accordion h6 a.collapsed span {
	color: #7d7d7d;
}

.single-accordion h6 a.collapsed span.accor-close {
	opacity: 0;
}

.single-accordion h6 a.collapsed span.accor-open {
	opacity: 1;
}

.single-accordion .accordion-content {
	border-top: 0 solid transparent;
	box-shadow: none;
	padding: 30px 15px 5px;
}

.single-accordion .accordion-content p {
	margin-bottom: 0;
}

/* :: 18.3.0 Tabs Area CSS */
.palatin-tabs-content {
	position: relative;
	z-index: 1;
}

.palatin-tabs-content .nav-tabs {
	border-bottom: none;
	margin-bottom: 30px;
}

.palatin-tabs-content .nav-tabs .nav-link {
	background-color: #ffffff;
	border: 2px solid #b58a60;
	padding: 0 20px;
	height: 58px;
	line-height: 58px;
	color: #000;
	margin: 0 2px;
	border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.palatin-tabs-content .nav-tabs .nav-link {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	.palatin-tabs-content .nav-tabs .nav-link {
		padding: 0 15px;
		font-size: 12px;
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.palatin-tabs-content .nav-tabs .nav-link {
		padding: 0 15px;
	}
}

.palatin-tabs-content .nav-tabs .nav-link.active {
	background-color: #b58a60;
	color: #ffffff;
}

.palatin-tabs-content .palatin-tab-text p {
	margin-bottom: 0;
}

.palatin-tabs-content .tab-content h6 {
	font-size: 18px;
}

/* ====== The End ====== */

/*# sourceMappingURL=style.css.map */
/*own css*/
.feature-p {
	margin-top: 5%;
}

.list-group-flush .list-group-item {
	border: none;
}

.quick-links li {
	list-style-type: disc;
	color: #b58a60;
	margin-bottom: 2%;
}

.quick-links a {
	font-size: 15px;
	color: #b58a60;


}

.quick-links {
	padding-left: 2rem;
}

.formation-name-text {
	margin-top: 5%;
}

.roombanner {
	position: relative;
	width: 50%;
	height: 30%;
	left: -200px;
}

.roombannertext {
	position: absolute;
	top: 80px;
	right: -250px;
	width: 70%;
	/*height: 90%;*/

	background: #fff;
	color: black;
	padding: 6%;
	border: 2px solid #b58a60;
}

.buttonroombanner {
	/* top: -60px;*/
}

.ourgallery {
	padding-left: 0;
	padding-right: 0;
	margin-top: 2%;

}

.ourgallery:hover {
	opacity: 0.2;

}

.gallery-image: hover .gallery-text {
	display: block !important;
}

.gallery-text {
	/*display: none;
*/
}

.card-room {
	border: none;
}

.card-image-executive {
	position: relative;
	height: 100%;
}

.card-button-executive {
	position: absolute;
	top: 270px;
	left: 1px;
}

.Card-margin {
	margin-bottom: 5%;
}

.features-left {
	border: none;
	font-size: 16px;

	color: #7d7d7d;
	margin-bottom: 1%;
}

.fa-right {
	margin-right: 3%;
}

.fa-gold {
	color: #b58a60;
}

.room-details-btn {
	background-color: #b58a60;
	border-color: #b58a60;
	color: #fff;
	padding: 8px 16px;
	margin-left: 7%;

	border-radius: 0;
	/*margin-top: 6%;*/
}

.room-details-btn-book {
	background-color: #b58a60;
	border-color: #b58a60;
	color: #fff;
	padding: 8px 16px;
	margin-left: 7%;
	border-radius: 0;
	float: right;
}

.room-details-btn:hover {
	background-color: #363636;
	color: white !important;
}

.view-rate-btn {
	background-color: #b58a60;
	border-color: #b58a60;
	color: #fff !important;
	padding: 8px 16px;
	border-radius: 0;
	float: right;
}

.view-rate-btn:hover {
	background-color: #363636;
}

.dropdown-menu {
	width: 1200px !important;
	max-height: 500px !important;
	padding: 5%;
	left: -800px;
	border-left-color: #b58a60;
	border-left-width: 5px;
}

ul li {
	font-size: 14px;
	color: #000;
}

#roomdetails1 {
	display: none;
}

.givepadding {
	padding: 2rem 4rem;
}

.mycard {
	border: none;
	/*background: url('img/bg-img/hotel-1979406_1920.jpg');
  background-position: center; 
  background-repeat: no-repeat;*/
}

.wrap-item {
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.wrap-item .image {
	width: 100%;
	height: 400px;



}

.wrap-item img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.wrap-item .text {
	position: absolute;
	left: 0;
	max-width: 470px;
	height: 100%;
	top: 0;
	padding: 2rem;
	background: rgba(0, 0, 0, 0.8);
}

.wrap-item:hover .image img {
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: rgba(21, 21, 21, 0);
	opacity: 0.9;
}

.wrap-item-right {
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.wrap-item-right .image {
	width: 100%;
	height: 400px;


}

.wrap-item-right img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.wrap-item-right .text {
	position: absolute;
	right: 0;
	max-width: 470px;
	height: 100%;
	top: 0;
	padding: 2rem;
	background: rgba(0, 0, 0, 0.8);
}

.wrap-item-right:hover .image img {
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: rgba(21, 21, 21, 0);
	opacity: 0.9;
}

.wrap-item-right .image {
	width: 100%;
	height: 400px;


}

.mydetailscard {
	background: url('img/bg-img/1.jpg');
}

.transperent {
	background: rgba(7, 14, 19, 0.9) none repeat scroll 0 0;
}

.orangeheading {
	color: #B58A60 !important;
	/*text-transform: uppercase;
    font-weight: bold;
    font-family: 'Poppins', Arial, sans-serif;*/
}

.costtitle {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 22px;
	color: #8E7037;
}

.textwhite {
	color: white;
	font-weight: 500;
	line-height: 1.9;
}

.imageup {
	top: 100px;
}

.container.gallery-container {
	background-color: #fff;
	color: #35373a;
	min-height: 100vh;
	border-radius: 20px;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
	text-align: center;
	margin-top: 70px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
}

.gallery-container p.page-description {
	text-align: center;
	max-width: 800px;
	margin: 25px auto;
	color: #888;
	font-size: 18px;
}

.tz-gallery {
	padding: 0px;
}

.tz-gallery .lightbox img {
	width: 100%;
	margin-bottom: 30px;
	transition: 0.2s ease-in-out;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}


.tz-gallery .lightbox img:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.tz-gallery img {
	/* border-radius: 4px;*/
}

.baguetteBox-button {
	background-color: transparent !important;
}


@media(max-width: 768px) {
	body {
		padding: 0;
	}

	.container.gallery-container {
		border-radius: 0;
	}
}

.Room-detail-start {
	padding: 100px 0;
}

.name-price-room-left {
	margin-top: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
}

.name-room h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	color: #333333;
	margin: 0px;
}

.price-room h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.88;
	color: #7b7b7b;
}

.price-room h4 span {
	color: #b58a60;
	font-family: "Cinzel Decorative";
	font-size: 30px;
	font-weight: bold;
	line-height: 1;

}

.room-details-description h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.88;
	text-align: left;
	color: #333333;
}

.room-details-description p {
	font-size: 14px;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
}

.room-details-description {
	margin-bottom: 40px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 40px;
}

.room-features ul li p {
	margin: 0px;
	font-size: 14px;
	line-height: 2.86;
	text-align: left;
	font-weight: bold;
	color: #333333;
}

.room-features ul li p span {
	color: #7b7b7b;
}

.room-features {
	margin-bottom: 40px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 40px;
}

.room-details-review {
	margin-bottom: 40px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 40px;
}

.room-details-review h5 {

	font-size: 16px;
	font-weight: bold;
	line-height: 1.88;
	text-align: left;
	color: #333333;
}

.room-details-review .item-content h3 {
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	line-height: 1.71;
	text-align: left;
	font-weight: 800;
	color: #333333;

}

.room-details-review .item-content h3 span {
	color: #7b7b7b;
	font-weight: normal;
}

.room-details-add-review h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.88;
	text-align: left;
	color: #333333;
}

.room-details-add-review h4 span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.88;
	text-align: left;
	color: #b58a60;
}

.room-details-content-right {
	padding: 30px;
	background: #b58a60;
}

.room-details-content-right h3 {
	font-family: "Cinzel Decorative";
	font-size: 20px;
	font-weight: bold;
	line-height: 1.67;
	text-align: center;
	color: #ffffff;
	border-bottom: 1px solid #fff;
}

.form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
}

.room-details-content-right label {
	font-family: "Raleway", sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 2.5;
	text-align: left;
	color: #ffffff;
}

.room-details-content-right .input-group-addon {
	background: white !important;
	border-radius: 0px;
}

.select-dropdown {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 15px;
	padding-right: 77px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.room-details-content-right h4 {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.67;
	text-align: center;
	color: #f9f9f9;
	border-bottom: 1px solid #fff;
}

.btn-available {
	display: inline-block;
	padding: 9px;

	margin-bottom: 0;
	margin-top: 30px;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.88;
	text-align: center;
	color: #f9f9f9;
	white-space: nowrap;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
	background: #363636;
	width: 100%;
}

.palatin-tabs-content .nav-tabs .nav-link {
	background-color: #ffffff;
	border: 2px solid #b58a60;
	padding: 0 20px;
	height: 58px;
	line-height: 58px;
	color: #000;
	margin: 0 2px;
	border-radius: 0;

}

.name-price-conference {
	margin-top: 60px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 15px;
}

.name-conference h2 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	color: #333333;
	margin: 0px;
}

.price-conference h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.88;
	color: #7b7b7b;
}

.price-conference h4 span {
	color: #b58a60;
	font-family: "Cinzel Decorative";
	font-size: 30px;
	font-weight: bold;
	line-height: 1;

}

.sitting-arrangment h5 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.88;
	text-align: left;
	color: #333333;


}

.about-hall {
	font-size: 14px;
	line-height: 2.14;
	color: #7b7b7b;
	font-style: italic;
	color: #b58a60;
}

.dimension {
	padding-top: 30px;
	padding-bottom: 60px;
}

.dimension ul li {
	float: left;
	color: black;


}

.sitting-arrangment h4 {
	padding: 30px;
	font-size: 30px;
	line-height: 1;
	text-align: left;
	color: #b58a60;
	margin: 0px;

}

.sitting-arrangment-text {
	padding: 30px;
	color: #7d7d7d;
	font-size: 14px;
	line-height: 2.1;
	font-weight: 400;
	margin-top: 16px;
}

.more-details-card {
	height: 360px;
	border-left: 5px solid #b58a60;
}

.room-details-description-rooms-page h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.88;
	text-align: left;
	color: #000;
}

.room-details-description-rooms-page p {
	font-size: 14px;
	color: #000;
}

.room-details-description-rooms-page {
	/* margin-bottom: 40px;*/
	/*border-bottom: 1px solid #f0f0f0;*/
	/*padding-bottom: 40px;*/
	padding: 15px;
}

.room-features-rooms-page ul li p {
	margin: 0px;
	font-size: 14px;
	line-height: 2;
	text-align: left;
	font-weight: bold;
	color: #333333;
}

.room-features-rooms-page ul li p span {
	color: #7b7b7b;
}

.room-features-rooms-page {
	margin-bottom: 40px;

	padding-bottom: 40px;
}

/*.palatin-tabs-content .social-event-tab{
  margin-left: 35%;
}*/
.social-event-title {
	font-size: 1.5rem;
}

.social-event-text {
	font-style: italic;
	color: #b58a60;
}

.social-event-card {
	border: none;

}

.social-event-body {
	padding: 40px;
}

.social-event-content-title {
	font-size: 2rem;
	color: #b58a60;
	padding-top: 40px;
	padding-bottom: 10px;
}

.hall-card {
	padding: 30px;
}

.hall-accordian {
	color: #b58a60;
	text-decoration: none;
}

.hall-accordian:hover {
	color: #000000;
	text-decoration: none
}

.hall-accordian:focus {
	color: #000000;
	text-decoration: none
}

.hall-accordian-text {
	color: #7d7d7d;
	q
}

.check-in-out-lable {
	padding: 0;
}

.check-in-out-date {
	padding: 0;
	background-color: #363636;
	color: #b58a60;
}

input[type="date"] {
	background-color: #363636;
	color: #b58a60;
	border: none;
}

.seating-style {
	padding: 1rem 2rem 1rem 2rem;
	color: #b58a60;
}

.input-group-text {
	background-color: #b58a60;
	color: #fff;
}

.social-event-card-mobile {
	/* max-width: 1200px; 
  height: 420px;*/

}

/*gallery*/
/*custom media queries*/

/* media queries */
.roomtitle {
	font-size: 30px;
}

@media screen and (max-width:768px) {
	.roombanner {
		position: relative;
		width: 98%;
		height: 30%;
		left: 0px;
	}

	.roombannertext {
		position: relative;
		top: 30px;
		right: 0px;
		width: 100%;
		/*height: 90%;*/

		background: #fff;
		color: black;
		border: 2px solid #b58a60;
	}

	.roomtitle {
		font-size: 20px;
	}
}

@media screen and (min-width:769px) and (max-width: 1024px) {
	.roombanner {
		position: relative;
		width: 85%;
		height: 30%;
		left: 0px;
	}

	.roombannertext {
		position: relative;
		top: 30px;
		right: 0px;
		width: 100%;
		/*height: 90%;*/

		background: #fff;
		color: black;
		border: 2px solid #b58a60;
	}
}

@media screen and (min-width:1025px) and (max-width: 1069px) {
	.section-padding-variable {
		padding-top: 270px !important;
	}
}

@media screen and (min-width:1070px) and (max-width: 1147px) {
	.section-padding-variable {
		padding-top: 200px !important;
	}
}

/* media queries */
.mytabs {
	margin-left: auto;
	margin-right: auto;
	width: 410px !important;
	margin-top: 5%;
}

.mytabs2 {
	margin-left: auto;
	margin-right: auto;
	width: 470px !important;
	margin-top: 100px;
}

.mytabs3 {
	margin-left: auto;
	margin-right: auto;
	width: 350px !important;
	margin-top: 100px;
	margin-bottom: 100px !important;
}

@media screen and (min-width: 500px) and (max-width: 767px) {
	.mytabs {
		margin-left: auto;
		margin-right: auto;
		width: 375px !important;
		margin-top: 5%;
	}

	.mytabs2 {
		margin-left: auto;
		margin-right: auto;
		width: 430px !important;
		margin-top: 100px;
	}

	.mytabs3 {
		margin-left: auto;
		margin-right: auto;
		width: 310px !important;
		margin-top: 100px;
		margin-bottom: 100px !important;
	}
}

@media screen and (max-width: 499px) {
	.mytabs {
		margin-left: auto;
		margin-right: auto;
		width: 200px !important;
		margin-top: 5%;
	}

	.mytabs .nav-item {
		width: 100%;
		margin-bottom: 2%;
	}

	.mytabs2 {
		margin-left: auto;
		margin-right: auto;
		width: 200px !important;
		margin-top: 100px;
	}

	.mytabs2 .nav-item {
		width: 100%;
		margin-bottom: 2%;
	}

	.mytabs3 .nav-item {
		width: 100%;
		margin-bottom: 2%;
	}

	.mytabs3 {
		margin-left: auto;
		margin-right: auto;
		width: 200px !important;
		margin-top: 100px;
		margin-bottom: 100px !important;
	}
}

button {
	outline: none !important;
}

.list-group-item {
	padding-top: .75rem;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: .75rem;
}

.mygallery {
	margin-top: 100px !important;
	padding: 0px !important;
}

@media (min-width: 992px) {
	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-push-6 {
		left: 50%;
	}
}

.serviceicons {
	width: 80px;
	height: 80px;
	margin-bottom: 30px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.feature-p {
		min-height: 30px;
		max-height: 30px;
	}
}

.mobileversion {
	display: none;
}

.pcversion {
	display: block;
}

@media screen and (max-width: 768px) {
	.mobileversion {
		display: block;
	}

	.pcversion {
		display: none;
	}
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
	.desktop-room {
		display: none;
	}

	.responsive-room-card {
		display: block;
	}
}

@media screen and (min-width: 1024px) {
	.desktop-room {
		display: block;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.wrap-item-right .image {
		width: 100%;
		height: 393px !important;
	}

	.wrap-item .image {
		width: 100%;
		height: 393px !important;
	}

	.more-details-card {
		height: 450px;
		border: 2px solid #b58a60;
	}

	.detailspadding {
		padding: 80px 30px;
	}
}

.hidefordesktop {
	display: none;
}

@media screen and (max-width: 1024px) {
	.hidethis {
		display: none;
	}

	.hidefordesktop {
		display: block;
	}

	.responsive-room-card {
		border: none;
		margin-bottom: 5%;
	}

	.btn-link {
		width: 100%;
		color: white;
	}

	.btn-link:focus {
		text-decoration: none;
	}

	.btn-link:hover {
		text-decoration: none;
		color: white;

	}

	.card-header {
		margin-top: 10%;
		padding: 0rem 0rem;
		width: 100%;
		margin-bottom: 0;
		background-color: #b58a60;
		/* border-bottom: 1px solid rgba(0,0,0,.125);*/
	}

	.accordian-responsive-room-text {
		padding: 10px;
		margin-top: 15px;
		margin-bottom: 15px;
		border: 2px solid #b58a60;
	}

	.accordian-responsive-room-text h4 {
		font-size: 20px;
	}
}

.nav-brand {
	width: 18%;
}

.nav-brand2 {
	width: 13%;
}

.nav-brand2 img {
	margin-top: -20px;
}

.nav-brand img {
	margin-top: -30px;
}

@media screen and (max-width: 768px) {
	.nav-brand {
		width: 30%;
	}

	.nav-brand2 {
		width: 25%;
	}

	.nav-brand2 img {
		margin-top: -10px;
	}

	.nav-brand img {
		margin-top: -10px;
	}
}

.features-desktop {
	font-size: 16px;
}

.testimonial-name {
	color: #000;
}

.post-catagory {
	font-size: 12px;
}

.post-comments {
	font-size: 12px;
}

.package-p {
	margin-bottom: 2rem;
}

.services-margin-bottom {
	margin-bottom: -2.5rem;
}

.goodcard {
	height: 100%;
}

.goodcard img {
	height: 100%;
}

.mycol {
	padding: 0px !important;
}

.goodcardbody {
	padding: 40px;
}

.hall-border {
	padding: 60px 40px 60px 40px;
}

.hall-border2 {
	padding: 60px 40px 60px 40px;
}

.goodlist .list-group-item {
	padding-top: 0.75rem;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

@media screen and (max-width: 992px) {
	.hall-border {
		padding: 20px 30px 20px 30px;
	}

	.hall-border2 {
		padding: 20px 30px 20px 30px;
	}
}

@media screen and (max-width: 767px) {
	.desktopversion {
		display: none;
	}

	.mobileversion {
		display: block;
	}
}

@media screen and (min-width: 768px) {
	.desktopversion {
		display: block;
	}

	.mobileversion {
		display: none;
	}
}

.padding80 {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-right: 40px;
	padding-left: 40px;
}

.padding81 {
	padding-bottom: 80px;
	padding-right: 40px;
	padding-left: 40px;
}

.margintop20 {
	margin-top: 40px;
}

@media only screen and (max-width:1000px) {
  /* For mobile phones: */
    .Other_Hotels{
  	text-align: center;
  	}
	.Quick_Link{
		display: none;
	}
}