/*======================================
    Normalize CSS
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #888;
	overflow-x: hidden;
	font-size: 15px;
}

p {
	margin: 0;
	padding: 0;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 15px;
	color: #000;
}

* {
	margin: 0;
	padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	text-decoration: none;
	outline: none;
	outline: none !important;
	border-color: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.form-check-input:checked {
	background-color: #a28b51;
	border-color: #a28b51;
}

select {
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	color: #081828;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	background-color: -internal-light-dark(white, #3b3b3b);
	cursor: default;
	margin: 0em;
	font: 400 14px;
	border-radius: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: -internal-light-dark(#767676, #858585);
	-o-border-image: initial;
	border-image: initial;
}

span,
a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin: 0px;
	color: #081828;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fade-in {
	opacity: 0;
	/* make things invisible upon start */
	-webkit-animation: fadeIn 1s ease-in 0s 1 normal forwards;
	/* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation: fadeIn 1s ease-in 0s 1 normal forwards;
	animation: fadeIn 1s ease-in 0s 1 normal forwards;
}

.loaderdnone {
	display: none;
}

.loaderdblock {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 40%;
	left: 50%;
	margin-left: -45px;
	margin-top: -60px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-85 {
	margin-top: 85px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-105 {
	margin-top: 105px;
}

.mt-110 {
	margin-top: 110px;
}

.mt-115 {
	margin-top: 115px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-125 {
	margin-top: 125px;
}

.mt-130 {
	margin-top: 130px;
}

.mt-135 {
	margin-top: 135px;
}

.mt-140 {
	margin-top: 140px;
}

.mt-145 {
	margin-top: 145px;
}

.mt-150 {
	margin-top: 150px;
}

.mt-155 {
	margin-top: 155px;
}

.mt-160 {
	margin-top: 160px;
}

.mt-165 {
	margin-top: 165px;
}

.mt-170 {
	margin-top: 170px;
}

.mt-175 {
	margin-top: 175px;
}

.mt-180 {
	margin-top: 180px;
}

.mt-185 {
	margin-top: 185px;
}

.mt-190 {
	margin-top: 190px;
}

.mt-195 {
	margin-top: 195px;
}

.mt-200 {
	margin-top: 200px;
}

.mt-205 {
	margin-top: 205px;
}

.mt-210 {
	margin-top: 210px;
}

.mt-215 {
	margin-top: 215px;
}

.mt-220 {
	margin-top: 220px;
}

.mt-225 {
	margin-top: 225px;
}

.mb-0 {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-85 {
	margin-bottom: 85px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-95 {
	margin-bottom: 95px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-105 {
	margin-bottom: 105px;
}

.mb-110 {
	margin-bottom: 110px;
}

.mb-115 {
	margin-bottom: 115px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-125 {
	margin-bottom: 125px;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-135 {
	margin-bottom: 135px;
}

.mb-140 {
	margin-bottom: 140px;
}

.mb-145 {
	margin-bottom: 145px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mb-155 {
	margin-bottom: 155px;
}

.mb-160 {
	margin-bottom: 160px;
}

.mb-165 {
	margin-bottom: 165px;
}

.mb-170 {
	margin-bottom: 170px;
}

.mb-175 {
	margin-bottom: 175px;
}

.mb-180 {
	margin-bottom: 180px;
}

.mb-185 {
	margin-bottom: 185px;
}

.mb-190 {
	margin-bottom: 190px;
}

.mb-195 {
	margin-bottom: 195px;
}

.mb-200 {
	margin-bottom: 200px;
}

.mb-205 {
	margin-bottom: 205px;
}

.mb-210 {
	margin-bottom: 210px;
}

.mb-215 {
	margin-bottom: 215px;
}

.mb-220 {
	margin-bottom: 220px;
}

.mb-225 {
	margin-bottom: 225px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-85 {
	padding-top: 85px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-105 {
	padding-top: 105px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-115 {
	padding-top: 115px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-125 {
	padding-top: 125px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-135 {
	padding-top: 135px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-145 {
	padding-top: 145px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-155 {
	padding-top: 155px;
}

.pt-160 {
	padding-top: 160px;
}

.pt-165 {
	padding-top: 165px;
}

.pt-170 {
	padding-top: 170px;
}

.pt-175 {
	padding-top: 175px;
}

.pt-180 {
	padding-top: 180px;
}

.pt-185 {
	padding-top: 185px;
}

.pt-190 {
	padding-top: 190px;
}

.pt-195 {
	padding-top: 195px;
}

.pt-200 {
	padding-top: 200px;
}

.pt-205 {
	padding-top: 205px;
}

.pt-210 {
	padding-top: 210px;
}

.pt-215 {
	padding-top: 215px;
}

.pt-220 {
	padding-top: 220px;
}

.pt-225 {
	padding-top: 225px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-85 {
	padding-bottom: 85px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-105 {
	padding-bottom: 105px;
}

.pb-110 {
	padding-bottom: 110px;
}

.pb-115 {
	padding-bottom: 115px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-125 {
	padding-bottom: 125px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pb-135 {
	padding-bottom: 135px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pb-145 {
	padding-bottom: 145px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-155 {
	padding-bottom: 155px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pb-165 {
	padding-bottom: 165px;
}

.pb-170 {
	padding-bottom: 170px;
}

.pb-175 {
	padding-bottom: 175px;
}

.pb-180 {
	padding-bottom: 180px;
}

.pb-185 {
	padding-bottom: 185px;
}

.pb-190 {
	padding-bottom: 190px;
}

.pb-195 {
	padding-bottom: 195px;
}

.pb-200 {
	padding-bottom: 200px;
}

.pb-205 {
	padding-bottom: 205px;
}

.pb-210 {
	padding-bottom: 210px;
}

.pb-215 {
	padding-bottom: 215px;
}

.pb-220 {
	padding-bottom: 220px;
}

.pb-225 {
	padding-bottom: 225px;
}

.reveal {
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: 1s all ease;
}

.reveal.active {
	transform: translateY(0);
	opacity: 1;
}

.fade-item {
	transition: 2s all ease-in-out;
	opacity: 0;
}

.fadein {
	animation: fadeIn 0.9s 1;
	animation-fill-mode: forwards;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.img-bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 450px;
	}
}

/* Bread Crumbs */
.breadcrumbs {
	position: relative;
	padding-bottom: 45px;
	padding-top: 140px;
	background: #081828;
	z-index: 2;
	text-align: left;
}

.breadcrumbs .breadcrumbs-content {
	position: relative;
	text-align: left;
}

.breadcrumbs .breadcrumbs-content .page-title {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	position: relative;
	line-height: 50px;
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
	background: transparent;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
	display: inline-block;
}

.breadcrumbs .breadcrumb-nav {
	text-align: right;
}

.breadcrumbs .breadcrumb-nav li {
	display: inline-block;
	position: relative;
	padding-right: 15px;
	margin-right: 15px;
	text-transform: capitalize;
}

.breadcrumbs .breadcrumb-nav li:after {
	content: "\ea5c";
	font-family: lineIcons;
	font-size: 10px;
	position: absolute;
	top: 4px;
	right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child {
	margin: 0;
	padding: 0;
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
	display: none;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li a {
	position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
	color: #a28b51;
}

.section {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

/* Section Title */
.section-title {
	text-align: center;
	margin-bottom: 80px;
	padding: 0 300px;
	position: relative;
	z-index: 5;
}

.section-title h2 {
	font-size: 35px;
	margin-bottom: 20px;
	line-height: 45px;
	text-transform: capitalize;
	position: relative;
	font-weight: 600;
	padding-bottom: 20px;
}

.section-title h2:before {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -2px;
	height: 4px;
	width: 50px;
	border-radius: 5px;
	background: #a28b51;
	content: "";
}

.cmn-section-title {
	margin-bottom: 0px;
}

.cmn-section-title h3 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 30px;
	line-height: 45px;
	text-transform: capitalize;
	position: relative;
	font-weight: 600;
	padding-bottom: 20px;
}

.cmn-section-title h3:before {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -2px;
	height: 4px;
	width: 50px;
	border-radius: 5px;
	background: #a28b51;
	content: "";
}

.cmn-section-subtitle {
	margin-bottom: 35px !important;
	text-align: center;
	text-transform: uppercase;
	color: #8a7134;
	letter-spacing: 1px;
}

.cmn-section-para {
	margin-bottom: 48px !important;
	text-align: center;
	color: #000;
	letter-spacing: 1px;
}

.cmn-section-subtitle span {
	font-size: 21px;
}

.cmn-section-para span {
	font-size: 19px;
}

.roomSuitesHomeSection .interactive-tile .pnlheader.nogutter {
	padding: 0px;
}

.htlsHdg {
	font-size: 20px;
	padding: 0 0px;
}

.subhtlsHdg {
	font-size: 18px;
	font-weight: 700;
	max-width: 270px;
	padding: 0px !important;
}

.description.hrDesc {
	font-size: 19px;
	line-height: 27px !important;
	margin-top: -15px;
}

.b-container {
	max-width: 1280px;
	margin: 0 auto;
	-webkit-transition: padding-left 1s, padding-right 1s, font-size 1s;
	-o-transition: padding-left 1s, padding-right 1s, font-size 1s;
	transition: padding-left 1s, padding-right 1s, font-size 1s
}

.b-container .b-container {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	padding: 0;
	margin: 0
}

.noneview {
	visibility: hidden;
}

.padlft0 {
	padding-left: 0px;
}

.section-title p {
	font-size: 19px;
	line-height: 26px;
}

.section-title.align-right {
	padding: 0;
	padding-left: 600px;
}

.section-title.align-right h2:before {
	display: none;
}

.section-title.align-right h2:after {
	position: absolute;
	right: 0;
	bottom: -1px;
	height: 2px;
	width: 50px;
	background: #a28b51;
	content: "";
}

.section-title.align-left {
	padding: 0;
	padding-right: 600px;
}

.section-title.align-left h2:before {
	left: 0;
	margin-left: 0;
}

/* One Click Scrool Top Button*/
.scroll-top {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #a28b51;
	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;
	font-size: 14px;
	color: #fff !important;
	border-radius: 0;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	border-radius: 4px;
}

.scroll-top:hover {
	-webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
	box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
	background-color: #081828;
}

/* Overlay */
.overlay {
	position: relative;
}

.overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: #081828;
	content: "";
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 5;
}

/* Pagination CSS */
.pagination {
	text-align: left;
	margin: 30px 0 0 0;
	display: block;
}

.pagination.center {
	text-align: center;
}

.pagination.right {
	text-align: right;
}

.pagination.left {
	text-align: left;
}

.pagination .pagination-list {
	display: inline-block;
	overflow: hidden;
}

.pagination .pagination-list li {
	margin-right: 5px;
	display: inline-block;
	margin-top: 10px;
}

.pagination .pagination-list li:last-child {
	margin-right: 0px;
}

.pagination .pagination-list li a {
	background: #fff;
	color: #081828;
	font-weight: 500;
	font-size: 15px;
	border-radius: 0;
	line-height: 38px;
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #eee;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
	background: #a28b51;
	color: #fff;
	border-color: transparent;
}

.pagination .pagination-list li a i {
	font-size: 13px;
}

.blog-grids.pagination {
	margin-top: 50px;
	text-align: center;
}

.button .btn {
	display: inline-block;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 35px;
	background-color: #a28b51;
	color: #fff;
	border: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 0px;
}

.button .btn:hover {
	background-color: #081828;
	color: #fff;
	-webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
	box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}

.button .btn-alt {
	background-color: #081828;
	color: #fff;
}

.button .btn-alt:hover {
	background-color: #a28b51;
	color: #fff;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

/* Preloader */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

.preloader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader-icon {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 0px;
}

.preloader-icon span {
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: #a28b51;
	-webkit-animation: preloader-fx 1.6s linear infinite;
	animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes preloader-fx {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}

/*======================================
	01. Start Header CSS
========================================*/
.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
}

.header .login-button {
	margin-left: 40px;
}

.header .login-button ul {
	padding: 14px 20px;
	border-radius: 30px;
}

.header .login-button ul li {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #eee;
	height: 100%;
}

.header .login-button ul li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.header .login-button ul li a {
	color: #081828;
	font-size: 14px;
	font-weight: 500;
}

.header .login-button ul li a:hover {
	color: #a28b51;
}

.header .login-button ul li a i {
	display: inline-block;
	color: #a28b51;
	margin-right: 4px;
	font-size: 15px;
}

.sticky {
	position: fixed;
	z-index: 99;
	background-color: #fff;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	top: 0;
}

.navbar-expand-lg .navbar-nav {
	margin-left: auto;
}

.sticky .navbar .navbar-nav .nav-item a {
	color: #333;
}

.header .navbar .navbar-nav .nav-item a.active {
	color: #a28b51;
}

.sticky .navbar .navbar-nav .nav-item a.active {
	color: #a28b51;
}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
	color: #fff;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
	color: #fff;
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
	background: #333;
}

.hdrFixed {
	position: fixed !important;
	height: 80px;
	top: 0;
	background: unset;
	background-color: #ffffff;
	box-shadow: 0 5px 30px #10182073;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	animation: smoothScroll 1s forwards;
}

.hdrbtmHide {
	display: none;
	box-shadow: 0 5px 30px #101820;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}

	100% {
		transform: translateY(0px);
	}
}

.adrStk {
	display: none;
}

.header.hdrFixed .headerAddress {
	padding-top: 0px;
}

.header.hdrFixed .headerAddress ul li {
	line-height: 20px;
}

.header.hdrFixed .headerAddress ul li a {
	font-size: 13px;
}

.header.hdrFixed .stickedNrMenu {
	margin-top: 8px;
}

.header.hdrFixed .stickedNrMenu ul li a {
	padding: 0px 25px;
}

.header.hdrFixed .stickedNrMenu ul li.propName {
	padding-bottom: 5px;
}

.header.hdrFixed .stickedNrMenu ul li:first-child a {
	padding-left: 0px;
}

.adrDblock {
	display: block;
}

.adrDnone {
	display: none;
}

/* Topbar */
.header {
	position: relative;
	display: block;
	padding-top: 1rem !important;
}

.header .hContainTop {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
}

.header .hContainBot {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 0px;
}

.header .hContainBTN {
	border-bottom: 0px;
}

.header .toolbar-area {
	padding: 18px 0;
	background: #a28b51;
	overflow: hidden;
}

.header .toolbar-area .toolbar-social {
	float: right;
}

.header .toolbar-area .toolbar-social ul li {
	display: inline-block;
	margin-right: 15px;
}

.header .toolbar-area .toolbar-social ul li .title {
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
	color: #fff;
}

.header .toolbar-area .toolbar-social ul li:last-child {
	margin: 0;
}

.header .toolbar-area .toolbar-social ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.header .toolbar-area .toolbar-social ul li a:hover {
	color: #081828;
}

.header .toolbar-login {
	float: left;
}

.header .toolbar-login span {
	display: inline-block;
	color: #fff;
	margin: 0px 12px;
	font-size: 13px;
	font-weight: 600;
}

.header .toolbar-login a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	font-size: 13px;
}

.header .toolbar-login a i {
	display: inline-block;
	margin-right: 3px;
	color: #fff;
	font-size: 11px;
	height: 22px;
	width: 22px;
	text-align: center;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	color: #a28b51;
	line-height: 22px;
}

.header .toolbar-login a:hover {
	color: #081828;
}

.header .toolbar-login a:last-child {
	margin: 0;
}

.header .headerAddress {
	position: relative;
	display: block;
	padding-left: 25px;
	padding-top: 5px;
}

.header .headerAddress ul {
	margin: 0;
}

.header .headerAddress ul li {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	padding-left: 0px;
}

.header .headerAddress ul li .propName {
	font-size: 20px;
	color: #000;
	padding-bottom: 3px;
}

.header .headerAddress ul li i {
	padding-right: 5px;
}

/*===== NAVBAR =====*/
.navbar-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	padding: 0;
}

.navbar-area.sticky {
	position: fixed;
	z-index: 99;
	background: #a28b51;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background: #fff;
	padding: 0px 0;
}

.navbar-area.sticky .toolbar-area {
	display: none;
}

.navbar {
	padding: 0;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand img {
	width: 270px;
}

.mobile-menu-btn {
	padding: 0px;
}

.mobile-menu-btn:focus {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #222;
	display: block;
	margin: 5px 0;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 15px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
	opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-collapse {
		position: absolute;
		top: 66px !important;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
		-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 10px 20px;
		max-height: 350px;
		overflow-y: scroll;
		border-top: 1px solid #eee;
	}
}

@media (max-width: 767px) {
	.navbar-collapse {
		position: absolute;
		top: 165% !important;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
		-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 10px 20px;
		max-height: 350px;
		overflow-y: scroll;
	}
}

.navbar-nav li.nav-item::before {
	border-left: 1px solid #a29061;
	bottom: 3px;
	content: "";
	display: block;
	position: absolute;
	right: -1px;
	top: 3px;
}

.navbar-nav li:last-child.nav-item::before {
	content: none;
}

.navbar-expand-lg .navbar-nav {
	margin: 0;
	margin-right: auto !important;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.navbar-nav .nav-item {
	z-index: 1;
	position: relative;
	/*margin-right: 40px;*/
}

.navbar-nav .nav-item:last-child {
	margin-right: 0 !important;
}

.navbar-nav .nav-item:hover a {
	color: #a28b51;
}

.navbar-nav .nav-item a {
	font-size: 15px;
	color: #081828;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
	padding: 10px 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	transition: all 0.3s ease-out 0s;
	position: relative;
	text-transform: uppercase;
	padding: 0 35px;
}

.navbar-nav li:first-child.nav-item a {
	padding-left: 0px;
}

/*.navbar-nav .nav-item a::after {
  opacity: 0;
  visibility: hidden;
}

.navbar-nav .nav-item a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background: #a28b51;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item a.active:before {
  width: 100%;
}

.navbar-nav .nav-item:hover a:before {
  width: 100%;
}*/

.navbar-nav .nav-item a.active {
	color: #a28b51;
	font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav .nav-item a.dd-menu {
		padding-right: 30px;
	}
}

/*.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea58";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: 17px;
  font-size: 10px;
  top: 50%;
  margin-left: 5px;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 10px;
  margin-top: -5px;
}*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/*.navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }*/
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	/*.navbar-nav .nav-item a.dd-menu::after {
    top: 16px;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }*/
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.navbar-nav .nav-item a.collapsed::after {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.navbar-nav .nav-item:hover>.sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navbar-nav .nav-item:hover>.sub-menu .sub-menu {
	left: 100%;
	top: 0;
}

.navbar-nav .nav-item .sub-menu {
	border-top: 1px solid #eee;
	padding: 10px;
	min-width: 220px;
	background: #fff;
	-webkit-box-shadow: 0px 10px 20px #1414140e;
	box-shadow: 0px 10px 20px #1414140e;
	position: absolute;
	top: 110% !important;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.navbar-nav .nav-item .sub-menu.mega-menu {
	width: 500px;
	white-space: none !important;
	padding-right: 5px;
}

.navbar-nav .nav-item .sub-menu.mega-menu .mega-menu-title {
	font-size: 16px;
	display: block;
	font-weight: 500;
	color: #081828;
	margin-bottom: 10px;
	padding-left: 12px;
	padding-top: 12px;
}

.navbar-nav .nav-item .sub-menu.mega-menu .single-block {
	width: 49.5% !important;
	display: inline-block !important;
	white-space: none !important;
	border-right: 1px solid #eee;
	height: 100%;
	float: left;
}

.navbar-nav .nav-item .sub-menu.mega-menu .single-block:first-child {
	padding-right: 10px;
}

.navbar-nav .nav-item .sub-menu.mega-menu .single-block:last-child {
	border: none;
	padding-left: 10px;
}

.navbar-nav .nav-item .sub-menu.mega-menu .single-block li a:hover {
	background-color: #a28b51;
	color: #fff;
}

.navbar-nav .nav-item .sub-menu.mega-menu .single-block li.active a {
	background-color: #a28b51;
	color: #fff;
}

.navbar-nav .nav-item .sub-menu .nav-item {
	width: 100%;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
	padding: 12px 15px;
	color: #888;
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	position: relative;
}

.navbar-nav .nav-item .sub-menu .nav-item a:before {
	display: none;
}

.navbar-nav .nav-item .sub-menu.left-menu {
	left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
	display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.navbar-nav .nav-item {
		margin: 0;
	}

	.navbar-nav .nav-item a {
		padding: 12px 16px !important;
	}

	.navbar-nav .nav-item a::before {
		display: none;
	}

	.navbar-nav .nav-item .sub-menu {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		border: none;
		margin-left: 15px;
		margin-right: 15px;
	}

	.navbar-nav .nav-item .sub-menu.mega-menu {
		width: 100% !important;
		white-space: none !important;
		padding-right: 0;
	}

	.navbar-nav .nav-item .sub-menu.mega-menu .single-block {
		width: 100% !important;
		display: block !important;
		white-space: none !important;
		border: none;
		height: 100%;
		float: left;
	}

	.navbar-nav .nav-item .sub-menu.mega-menu .single-block:first-child {
		padding-right: 0;
	}

	.navbar-nav .nav-item .sub-menu.mega-menu .single-block:last-child {
		border: none;
		padding-left: 0;
	}

	.navbar-nav .nav-item .sub-menu .nav-item a {
		padding: 12px 12px;
	}

	.navbar-nav .nav-item .sub-menu .nav-item a:hover {
		background: #a28b51 !important;
		color: #fff !important;
	}

	.navbar-nav .nav-item .sub-menu::after {
		display: none;
	}
}

.navbar-nav .nav-item .sub-menu>li {
	display: block;
	margin-left: 0;
}

.navbar-nav .nav-item .sub-menu>li:last-child {
	border: none;
}

.navbar-nav .nav-item .sub-menu>li.active>a,
.navbar-nav .nav-item .sub-menu>li:hover>a {
	color: #fff !important;
	background-color: #a28b51 !important;
}

.navbar-nav .nav-item .sub-menu>li>a {
	font-weight: 400;
	display: block;
	padding: 12px 15px;
	font-size: 14px;
	color: #222;
	font-weight: 400;
}

.navbar-nav .nav-item .sub-menu>li:first-child a {
	border: none;
}

.navbar-nav .nav-item .sub-menu>li>a:hover {
	background: #a28b51;
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.navbar-nav .nav-item a {
		color: #051441;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px 0;
	}

	.navbar-nav .nav-item a::after {
		opacity: 1;
		visibility: visible;
	}

	.navbar-nav .nav-item .sub-menu>li.active {
		background: #f9f9f9 !important;
		color: #a28b51 !important;
	}

	.header.style3.navbar-area .header-social {
		display: none;
	}

	.navbar-nav .nav-item .sub-menu>li.active>a,
	.navbar-nav .nav-item .sub-menu>li:hover>a {
		color: #fff !important;
		background-color: #a28b51 !important;
	}
}

.navbar-nav li.nav-item ul.sub-menu li::before {
	content: none;
}

.header-button {
	display: inline-block;
	margin-left: 10px;
}

.header-button .btn i {
	font-size: 14px;
	display: inline-block;
	margin-right: 5px;
}

/*======================================
     End Header CSS
  ========================================*/
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
	background-image: url("../images/homeslide.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2;
	/*padding-top: 250px;*/
	/*padding-bottom: 300px;*/
	z-index: 2;
	height: 100vh;
	overflow-y: hidden;
}

.hero-area.overlay::before {
	z-index: -1;
	background: #081828;
	opacity: 0.9;
}

.hero-area.style2 {
	padding-top: 150px;
	padding-bottom: 100px;
	background-image: url("../images/hero/hero-bg2.jpg");
}

.hero-area.style2 .hero-text {
	text-align: left;
}

.hero-area.style2 .hero-text h2 {
	font-size: 50px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.hero-area.style2 .hero-text h2::before {
	left: 0;
	margin-left: 0;
}

.hero-area.style3 {
	padding-top: 250px;
	padding-bottom: 0;
	background-image: url("../images/hero/hero-bg3.jpg");
}

.hero-area.style3 .search-form {
	margin-top: 100px;
	background: #fff;
	border-radius: 6px;
	padding: 35px 40px;
	padding-right: 55px;
	width: 100%;
	border: 1px solid #eee;
	position: relative;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.hero-area.style3 .search-form .btn:hover {
	background-color: #081828;
	color: #fff;
}

.hero-area.style3 .categories {
	padding: 0;
	margin-top: 30px;
}

.hero-area.style3 .categories .single-cat {
	border: none;
	background-color: #fff;
	padding: 20px 10px;
}

.hero-area .hero-text h2 {
	color: #fff;
	font-size: 45px;
	line-height: 60px;
	font-weight: 600;
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
}

.hero-area .hero-text h2::before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -2px;
	height: 4px;
	width: 60px;
	margin-left: -30px;
	background: #a28b51;
	border-radius: 10px;
}

.hero-area .hero-text p {
	color: #ddd;
	font-size: 16px;
	font-weight: 400;
	display: block;
}

.hero-area .slidcaption {
	position: absolute;
	font-size: 60px !important;
	letter-spacing: 0.8px;
	bottom: 25% !important;
	left: 11.3% !important;
	color: white;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.77);
	padding-top: 0;
	/*font-family: 'Playfair Display', serif;*/
	font-weight: 600;
	text-align: center;
}

/*Welcome section*/
.welcomeSection {
	background: url(../images/homesect_bg.png) no-repeat top center;
	background-size: cover;
}

.welcomeSection.section {
	padding-bottom: 70px;
}

.welcomeSecTitle {
	padding-left: 0px;
	padding-right: 13rem;
}

.welcomeSecTitle.section-title {
	margin-bottom: 0px;
}

.welcomeSecTitle h1 {
	margin-top: 0;
	font-size: 30px;
	font-weight: 300;
	padding: 0px 5px;
	line-height: 1.78;
	color: #000;
}

.welcomeSecTitle p {
	text-align: left;
	line-height: 1.78;
	margin-bottom: 29px;
	font-size: 19px;
	font-weight: 200;
	color: #000;
	margin-top: 10px;
}

.welcomeSecTitle p:last-of-type {
	margin-bottom: 0
}

@media(max-width:768px) {
	.welcomeSecTitle p {
		margin-bottom: 25px
	}
}

@media(max-width:639px) {
	.welcomeSecTitle p {
		margin-bottom: 21px
	}
}

.welcomeSecTitle .custom-hr hr {
	display: none
}

.welcomeSecTitle .richText {
	line-height: 1.78
}

.dualIimage {
	position: relative;
}

.dualIimage {
	position: relative;
}

.dualIimage .hex {
	display: inline-block;
	position: absolute;
	top: -130px;
	right: 260px;
	-webkit-transform: scale(1.35);
	-ms-transform: scale(1.35);
	transform: scale(1.35);
	z-index: 5;
}

.dualIimage .hex .hex-stroke {
	stroke: #6C6868;
}

@media(max-width:1279px) {
	.dualIimage .hex {
		right: 20vw
	}
}

@media(max-width:959px) {
	.dualIimage .hex {
		display: none
	}
}

.dualIimage .img-cluster {
	position: relative;
	padding: 0;
	top: -25px;
	z-index: 5;
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.dualIimage .img-cluster .second-image {
		border-radius: 50%
	}
}

@supports(-ms-ime-align:auto) {
	.dualIimage .img-cluster .second-image {
		border-radius: 50%
	}
}

.dualIimage .img-cluster .first-image,
.dualIimage .img-cluster .second-image {
	position: relative;
	width: 381px;
	max-height: 508px;
	overflow: hidden;
	display: inline-block;
	top: auto
}

.dualIimage .img-cluster .first-image img {
	height: 508px;
	margin-left: -35%;
}

@media(max-width:1279px) {
	.dualIimage .img-cluster .first-image img {
		height: 42.8vw;
		width: 32.2vw
	}
}

.dualIimage .img-cluster .second-image {
	display: inline-block;
	position: absolute;
	left: -180px;
	bottom: -23px;
	max-width: 311px;
	max-height: 311px
}

.dualIimage .img-cluster .second-image .image-par {
	position: relative;
	width: 100%;
	padding-top: 100%;
	margin-bottom: 0
}

.dualIimage .img-cluster .second-image .image-par img {
	top: 0;
	position: absolute;
	width: 311px;
	height: 311px;
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 5px;
	background-color: #ffffff30;
}

@media(max-width:959px) {
	.dualIimage .img-cluster .second-image {
		display: none
	}
}

@media(max-width:1279px) {
	.dualIimage .img-cluster .second-image {
		left: -100px
	}

	.dualIimage .img-cluster .second-image,
	.dualIimage .img-cluster .second-image .image-par img {
		width: 252px;
		height: 252px
	}
}

@media(max-width:639px) {
	.dualIimage .img-cluster {
		display: none
	}
}

@media(max-width:768px) {
	.dualIimage {
		padding-top: 31px;
		height: auto
	}

	.dualIimage .b-row .img-cluster .primary-img {
		height: 312px
	}
}

@media(max-width:639px) {
	.dualIimage {
		height: auto;
		padding-top: 30px
	}
}

@media(min-width:959px) {
	.regency-leadin {
		background-size: 100% 100%
	}
}

/*End Welcome section*/

/*Amenities section*/
.hotelAmenities {
	margin-bottom: 5rem;
}

.hotelAmenities .section-title {
	margin-bottom: 0px;
}

.hotelAmenities h2 {
	font-size: 30px;
}

.hotelAmenities h2:before {
	bottom: 10px;
}

.hotelAmenities .amenitiesList {}

.hotelAmenities .amenitiesList ul {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.hotelAmenities .amenitiesList ul li {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 16%;
	padding-top: 8px;
	padding-bottom: 2px;
	font-size: 19px;
	/*font-weight: 700; */
	color: #545454;
}

.hotelAmenities .amenitiesList ul li i {
	position: relative;
	display: block;
	margin-bottom: 10px;
	font-size: 50px;
	color: #545454;
}

.hotelAmenities .amenetiesLink {
	position: relative;
	display: block;
	text-align: center;
	border: 1px solid #a28b51;
	max-width: 170px;
	margin: 0 auto;
	padding: 13px;
	color: #000;
}

.hotelAmenities .amenetiesLink:hover {
	cursor: pointer;
	background-color: #a28b51;
	color: #fff;
}

.hotelAmenities .allfeatures {
	margin-top: 3rem;
}

.hotelAmenities .allfeatures i.las {
	font-size: 55px;
	color: #a28b51;
}

.hotelAmenities .allfeatures h4 {
	padding: 10px 0px;
	font-size: 20px;
}

.hotelAmenities .allfeatures ul {
	margin-left: 17px;
	margin-bottom: 2rem;
}

.hotelAmenities .allfeatures ul li {
	list-style: square;
	color: #000;
	font-size: 15px;
	line-height: 1.3em;
	padding-bottom: 8px;
}

/*End Amenities section*/

/*Home Accommodation section*/
.homeAccomSection {}

.homeAccomSection .b-container {
	-webkit-transition: padding-left 1s, padding-right 1s, font-size 1s;
	-o-transition: padding-left 1s, padding-right 1s, font-size 1s;
	transition: padding-left 1s, padding-right 1s, font-size 1s
}

.homeAccomSection .b-container .b-container {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	padding: 0;
	margin: 0
}

@supports(padding:0) {
	.homeAccomSection .main-content {
		padding-left: max(15px, env(safe-area-inset-left));
		padding-right: max(15px, env(safe-area-inset-right))
	}
}

.homeAccomSection .care.overlay-image.has-overlay {
	position: relative
}

@media(min-width:640px) {
	.homeAccomSection .care.overlay-image.has-overlay.right {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

@media(min-width:640px) {
	.homeAccomSection .care.overlay-image.has-overlay.left {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media(max-width:639px) {
	.homeAccomSection .care.overlay-image.has-overlay {
		background-color: #282828
	}
}

.homeAccomSection .care.overlay-image.has-overlay .overlay-image-img {
	position: absolute;
	height: 100%;
	min-height: 250px;
	width: 100%;
	left: 0;
	right: 0
}

.homeAccomSection .care.overlay-image.has-overlay .overlay-image-img .image-par {
	height: 100%;
}

.homeAccomSection .care.overlay-image.has-overlay .overlay-image-img .image-par img {
	height: 100% !important
}

@media(max-width:639px) {
	.homeAccomSection .care.overlay-image.has-overlay .overlay-image-img {
		position: relative
	}
}

.homeAccomSection .care.overlay-image.has-overlay .overlay {
	position: relative
}

@media(max-width:639px) {
	.homeAccomSection .care.overlay-image.has-overlay .overlay {
		width: 100%;
		max-width: 100%
	}
}

@media(min-width:640px) {
	.homeAccomSection .care.overlay-image.has-overlay .overlay {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 488px;
		flex: 0 1 488px;
		min-width: 344px;
		max-width: 40%;
		min-height: 300px
	}
}

.homeAccomSection .care.overlay-image.has-overlay .overlay .overlay-mask {
	background-color: rgba(0, 0, 0, 0.65);
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}

@media(max-width:639px) {
	.homeAccomSection .care.overlay-image.has-overlay .overlay .overlay-mask {
		display: none
	}
}

.homeAccomSection .care.overlay-image.has-overlay .overlay .overlay-content {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-around;
	align-items: stretch;
	color: #fff;
	padding: 24px;
	text-align: center;
	z-index: 5;
	color: #fff;
	width: 100%;
	min-height: 300px;
}

@media(max-width:639px) {
	.homeAccomSection .care.overlay-image.has-overlay .overlay .overlay-content {
		background-color: #282828
	}
}

.homeAccomSection .care.overlay-image.has-overlay .overlay .overlay-content .overlay-title {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 2px;
}

.homeAccomSection .care.overlay-image.has-overlay .overlay .overlay-content .overlay-hr {
	width: 60%;
	height: 2px;
	max-width: 230px
}

.homeAccomSection .image-par img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	display: block;
}

.roomSuitesHomeSection {
	position: relative;
	display: block;
	margin: 3rem 0rem;
	margin-bottom: 0rem;
}

.roomSuitesHomeSection .interactive-tile {
	position: relative
}

.roomSuitesHomeSection .interactive-tile .image-par {
	margin-bottom: 0;
	-webkit-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s;
	position: relative;
	padding-bottom: 75%;
	height: 0
}

.roomSuitesHomeSection .interactive-tile .image-par img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.roomSuitesHomeSection .interactive-tile .image-par img {
	-webkit-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s;
	-o-object-fit: cover;
	object-fit: cover
}

.roomSuitesHomeSection .interactive-tile .panel {
	-webkit-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s
}

.roomSuitesHomeSection .interactive-tile .panel .title-text {
	-webkit-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s
}

.roomSuitesHomeSection .interactive-tile .panel-content {
	display: block;
	cursor: default
}

.roomSuitesHomeSection .interactive-tile .panel-content:link {
	cursor: pointer
}

@media only screen and (min-width:960px) {
	.roomSuitesHomeSection .interactive-tile .panel-content:hover .description {
		-webkit-animation: fadeIn .3s forwards;
		animation: fadeIn .3s forwards;
		-webkit-animation-delay: .2s;
		animation-delay: .2s
	}
}

.roomSuitesHomeSection .interactive-tile .pnlheader {
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0 15px;
	text-align: center
}

.roomSuitesHomeSection .interactive-tile .description {
	position: absolute;
	top: 130px;
	opacity: 0;
	text-align: center;
	line-height: 1.57;
	padding: 20px 60px;
	bottom: 0;
	overflow-y: auto
}

.roomSuitesHomeSection .interactive-tile .description::-webkit-scrollbar {
	display: none
}

.roomSuitesHomeSection .interactive-tile {
	margin-bottom: 25px;
	position: relative
}

.roomSuitesHomeSection .interactive-tile .image-par {
	position: absolute;
	margin-bottom: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s;
	position: relative;
	padding-bottom: 75%;
	height: 0
}

.roomSuitesHomeSection .interactive-tile .image-par img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.roomSuitesHomeSection .interactive-tile .image-par img {
	-webkit-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s;
	-o-object-fit: cover;
	object-fit: cover
}

.roomSuitesHomeSection .interactive-tile .panel {
	height: 100%;
	-webkit-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s
}

.roomSuitesHomeSection .interactive-tile .panel .title-text {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s
}

.roomSuitesHomeSection .interactive-tile .panel-content {
	display: block;
	width: 100%;
	height: 100%;
	cursor: default
}

.roomSuitesHomeSection .interactive-tile .panel-content:link {
	cursor: pointer
}

@media only screen and (min-width:960px) {
	.roomSuitesHomeSection .interactive-tile .panel-content:hover .pnlheader {
		background-color: #a28b5138;
		-webkit-animation: tile-topbox-expand-panel .3s forwards;
		animation: tile-topbox-expand-panel .3s forwards
	}

	.roomSuitesHomeSection .interactive-tile .panel-content:hover .pnlheader .heading,
	.roomSuitesHomeSection .interactive-tile .panel-content:hover .pnlheader .label,
	.roomSuitesHomeSection .interactive-tile .panel-content:hover .description {
		color: #fff;
		text-shadow: 1px 1px 3px #000;
	}
}

.roomSuitesHomeSection .interactive-tile .pnlheader {
	-webkit-animation: tile-topbox-collapse-panel .3s forwards;
	animation: tile-topbox-collapse-panel .3s forwards;
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0 15px 20px;
	text-align: center
}

.roomSuitesHomeSection .interactive-tile .pnlheader .underlined-heading {
	display: inline-block
}

.roomSuitesHomeSection .interactive-tile .pnlheader .underlined-heading,
.roomSuitesHomeSection .interactive-tile .pnlheader .label {
	margin: 0 auto;
	max-width: 255px
}

@media(max-width:1279px) {

	.roomSuitesHomeSection .interactive-tile .pnlheader .underlined-heading,
	.roomSuitesHomeSection .interactive-tile .pnlheader .label {
		max-width: 247px
	}
}

@media(max-width:959px) {

	.roomSuitesHomeSection .interactive-tile .pnlheader .underlined-heading,
	.roomSuitesHomeSection .interactive-tile .pnlheader .label {
		max-width: none
	}
}

.roomSuitesHomeSection .interactive-tile .heading {
	margin: 26px 0 20px;
	padding-bottom: 6px
}

@media(max-width:1279px) {
	.roomSuitesHomeSection .interactive-tile .heading {
		margin-top: 20px
	}
}

@media(max-width:639px) {
	.roomSuitesHomeSection .interactive-tile .heading {
		margin: 15px auto
	}
}

.roomSuitesHomeSection .interactive-tile .label {
	margin: 0;
	padding: 0 10px
}

.roomSuitesHomeSection .interactive-tile .description {
	position: absolute;
	top: 130px;
	opacity: 0;
	text-align: center;
	line-height: 1.57;
	padding: 20px 60px;
	bottom: 0;
	overflow-y: auto
}

.roomSuitesHomeSection .interactive-tile .description::-webkit-scrollbar {
	display: none
}

@media(max-width:959px) {
	.roomSuitesHomeSection .interactive-tile .description {
		top: 110px
	}
}

@media(max-width:639px) {
	.roomSuitesHomeSection .interactive-tile .description {
		padding: 15px 20px;
		top: 80px
	}
}

@-webkit-keyframes tile-topbox-expand-panel {
	from {
		min-height: 148px;
		left: 25%;
		right: 25%
	}

	to {
		min-height: 100%;
		left: 0;
		right: 0
	}
}

@keyframes tile-topbox-expand-panel {
	from {
		min-height: 148px;
		left: 25%;
		right: 25%
	}

	to {
		min-height: 100%;
		left: 0;
		right: 0
	}
}

@-webkit-keyframes tile-topbox-collapse-panel {
	from {
		min-height: 100%;
		left: 0;
		right: 0
	}

	to {
		min-height: 148px;
		left: 25%;
		right: 25%
	}
}

@keyframes tile-topbox-collapse-panel {
	from {
		min-height: 100%;
		left: 0;
		right: 0
	}

	to {
		min-height: 148px;
		left: 25%;
		right: 25%
	}
}

@media(max-width:1279px) {
	@-webkit-keyframes tile-topbox-expand-panel {
		from {
			min-height: 120px;
			left: 18%;
			right: 18%
		}

		to {
			min-height: 100%;
			left: 0;
			right: 0
		}
	}

	@keyframes tile-topbox-expand-panel {
		from {
			min-height: 120px;
			left: 18%;
			right: 18%
		}

		to {
			min-height: 100%;
			left: 0;
			right: 0
		}
	}

	@-webkit-keyframes tile-topbox-collapse-panel {
		from {
			min-height: 100%;
			left: 0;
			right: 0
		}

		to {
			min-height: 120px;
			left: 18%;
			right: 18%
		}
	}

	@keyframes tile-topbox-collapse-panel {
		from {
			min-height: 100%;
			left: 0;
			right: 0
		}

		to {
			min-height: 120px;
			left: 18%;
			right: 18%
		}
	}
}

@media(max-width:479px) {
	@-webkit-keyframes tile-topbox-expand-panel {
		from {
			min-height: 104px;
			left: 12%;
			right: 12%
		}

		to {
			min-height: 100%;
			left: 0;
			right: 0
		}
	}

	@keyframes tile-topbox-expand-panel {
		from {
			min-height: 104px;
			left: 12%;
			right: 12%
		}

		to {
			min-height: 100%;
			left: 0;
			right: 0
		}
	}

	@-webkit-keyframes tile-topbox-collapse-panel {
		from {
			min-height: 100%;
			left: 0;
			right: 0
		}

		to {
			min-height: 104px;
			left: 12%;
			right: 12%
		}
	}

	@keyframes tile-topbox-collapse-panel {
		from {
			min-height: 100%;
			left: 0;
			right: 0
		}

		to {
			min-height: 104px;
			left: 12%;
			right: 12%
		}
	}
}

.roomSuitesHomeSection .interactive-tile .pnlheader {
	background-color: #a28b5138
}

.roomSuitesHomeSection .interactive-tile .pnlheader.one-line {
	padding-top: 70px
}

@media(max-width:1279px) {
	.roomSuitesHomeSection .interactive-tile .pnlheader.one-line {
		padding-top: 64px
	}
}

.roomSuitesHomeSection .interactive-tile .heading {
	color: #fff
}

.roomSuitesHomeSection .interactive-tile .underlined-heading .heading {
	border-bottom: 3px solid #fff;
	border-bottom-color: #081828
}

.roomSuitesHomeSection .interactive-tile .label {
	color: #fff;
}

.roomSuitesHomeSection .interactive-tile .description {
	color: #666;
	width: 100%;
	text-align: center;
}

/*End Home Accommodation section*/


/*Home MAP section*/
.homeMapSection {
	position: relative;
	display: block;
}

.homeMapSection .mapFluid {
	overflow: hidden;
	padding-bottom: 25%;
	position: relative;
	height: 0;
}

.homeMapSection .mapFluid iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.homeMapSection .addrSect {
	background-color: #f9f9f9;
}

.map-container .static-map__content {
	background-color: #f9f9f9;
	padding: 42px
}

@media(max-width:1279px) {
	.map-container .static-map__content {
		padding: 30px
	}
}

@media(max-width:959px) {
	.map-container .static-map__content {
		padding: 15px
	}
}

.map-container .static-map__content dl {
	margin: 17px 0
}

.map-container .static-map__content dl .static-map__content-label {
	color: #000;
	line-height: 2.35
}

@media only screen and (max-width:959px) {
	.map-container .static-map__content dl .static-map__content-label {
		line-height: 1.36
	}
}

.map-container .static-map__content dl .static-map__content-info {
	line-height: 1.57;
	margin-left: 0
}

.map-container .static-map__content dl .static-map__content-info .static-map__content-link {
	color: #000
}

.map-container .static-map__content .view-details {
	margin-top: 12px;
	margin-bottom: 0
}

.map-container .static-map__content.has-cta,
.map-container .static-map__content.has-alternate-phone {
	padding: 38px
}

.map-container .static-map__content.has-cta dl,
.map-container .static-map__content.has-alternate-phone dl {
	margin: 12px 0
}

.map-container .static-map__content.has-cta.has-alternate-phone {
	padding: 32px
}

.map-container .static-map__content.has-cta.has-alternate-phone dl {
	margin: 8px 0
}

.map-container .static-map__content.has-cta.has-alternate-phone .view-details {
	margin-top: 1.4vw
}

@media only screen and (max-width:1279px) {
	.map-container .content dt {
		line-height: 1.65
	}

	.map-container .content.has-cta,
	.map-container .content.has-alternate-phone {
		padding: 34px
	}

	.map-container .content.has-cta dl,
	.map-container .content.has-alternate-phone dl {
		margin: 17px 0
	}

	.map-container .content.has-cta .view-details,
	.map-container .content.has-alternate-phone .view-details {
		margin-top: 1.4vw
	}

	.map-container .content.has-cta.has-alternate-phone dl {
		margin: 8px 0
	}
}

@media only screen and (max-width:959px) {
	.map-container .row .btn {
		width: 100%;
		margin-bottom: 30px
	}

	.map-container .content dl {
		margin: 10px 0
	}

	.map-container .content.has-cta,
	.map-container .content.has-alternate-phone {
		padding: 24px
	}

	.map-container .content.has-cta.has-alternate-phone {
		padding: 30px
	}

	.map-container .heading {
		margin-bottom: 8px
	}

	.map-container dd.phone {
		color: #d63314
	}

	.map-container dd.address {
		color: #666
	}
}

@media only screen and (max-width:767px) {
	.map-container {
		margin-bottom: 36px
	}

	.map-container .content.has-cta dl,
	.map-container .content.has-alternate-phone dl,
	.map-container .content.has-cta.has-alternate-phone dl {
		margin: 7px 0
	}

	.map-container .content .view-details {
		margin-bottom: 12px
	}

	.contetz .cols {
		width: 90vw !important;
	}

	.footer-top .container.onXScolP0 .single-footer h6 {
		margin-top: 0px !important;
	}

	.RoomsPageSection .leadin-container {
		margin-bottom: 0px !important;
	}
}

@media only screen and (max-width:639px) {
	.map-container .content .heading {
		line-height: 1.3
	}

	.map-container .content .view-details {
		width: 100%
	}

	.map-container .content .col-phone,
	.map-container .content .col-email {
		width: 100%
	}

	.map-container .outer-container {
		padding: 0
	}
}

/*End Home MAP section*/


/*Home Rooms Bottom section*/
.roomsSectionHome {
	margin-bottom: 5rem;
	padding-top: 40px;
}

.roomsSectionHome .section-title {
	margin-bottom: 0px;
}

.roomsSectionHome .section-title h3 {
	font-size: 35px;
	margin-bottom: 20px;
	line-height: 45px;
	text-transform: capitalize;
	position: relative;
	font-weight: 600;
	padding-bottom: 20px;
}

.roomsSectionHome .section-title h3:before {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -2px;
	height: 4px;
	width: 50px;
	border-radius: 5px;
	background: #a28b51;
	content: "";
}

.roomsSectionHome .bannerimage {
	margin-top: 2rem;
}

.roomsSectionHome .b-container {
	-webkit-transition: padding-left 1s, padding-right 1s, font-size 1s;
	-o-transition: padding-left 1s, padding-right 1s, font-size 1s;
	transition: padding-left 1s, padding-right 1s, font-size 1s;
	padding-left: 6em;
	padding-right: 6em;
}

.roomsSectionHome .collage-twoimage-edit {
	position: relative;
	height: auto
}

.roomsSectionHome .collage-twoimage-edit .image-2 {
	z-index: 2;
	position: relative;
	margin-top: -100px;
	left: 150px
}

.roomsSectionHome .collage-twoimage {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 0px;
	padding-top: 50px;
	margin-bottom: 100px
}

.roomsSectionHome .collage-twoimage .wrap {
	position: relative
}

.roomsSectionHome .collage-twoimage .pictures {
	position: relative;
	height: 743px
}

.roomsSectionHome .collage-twoimage .pictures::before,
.roomsSectionHome .collage-twoimage .pictures::after {
	display: block;
	position: absolute;
	content: ""
}

.roomsSectionHome .collage-twoimage .pictures::before {
	top: -50px;
	left: -55px;
	width: 170px;
	height: 665px;
	background: #6C6868;
}

.roomsSectionHome .collage-twoimage .pictures::after {
	top: 566px;
	left: 533px;
	width: 170px;
	height: 600px;
	background: #6c6868;
	-webkit-transform: skew(63deg, -30deg);
	-ms-transform: skew(63deg, -30deg);
	transform: skew(63deg, -30deg);
}

.roomsSectionHome .collage-twoimage .text-area {
	position: absolute;
	top: 4vw;
	left: 0;
	width: 100%;
	padding: 0 55px 0 715px;
}

.roomsSectionHome .collage-twoimage .text-area .richText {
	font-size: 19px;
	font-weight: 200;
	color: #000;
	line-height: 1.5;
	margin-top: -2.2rem;
	margin-bottom: 1rem;
}

.roomsSectionHome .collage-twoimage .image {
	position: absolute;
}

.roomsSectionHome .collage-twoimage .image-1 {
	z-index: 5;
	left: 0
}

.roomsSectionHome .collage-twoimage .image-1 img {
	width: 570px;
	height: 500px
}

.roomsSectionHome .collage-twoimage .image-2 {
	z-index: 10;
	right: 0;
	bottom: 0
}

.roomsSectionHome .collage-twoimage .image-2 img {
	width: 700px;
	height: 393px
}

.roomsSectionHome .collage-twoimage .image-2::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 120px 120px;
	border-color: transparent transparent #fff transparent
}

@media only screen and (max-width:1279px) {
	.roomsSectionHome .collage-twoimage {
		margin-top: 0;
		padding-top: 0
	}

	.roomsSectionHome .collage-twoimage .pictures {
		height: 57vw
	}

	.roomsSectionHome .collage-twoimage .pictures::before,
	.roomsSectionHome .collage-twoimage .pictures::after {
		display: none
	}

	.roomsSectionHome .collage-twoimage .image img {
		width: 100%
	}

	.roomsSectionHome .collage-twoimage .image-1 {
		width: 48.5%
	}

	.roomsSectionHome .collage-twoimage .image-1 img {
		height: 45vw
	}

	.roomsSectionHome .collage-twoimage .image-2 {
		width: 58%
	}

	.roomsSectionHome .collage-twoimage .image-2 img {
		height: 30vw
	}

	.roomsSectionHome .collage-twoimage .image-2::after {
		display: none
	}

	.roomsSectionHome .collage-twoimage .text-area {
		top: 3vw;
		padding: 0;
		width: calc(53% - 110px);
		right: 55px;
		left: auto
	}
}

@media only screen and (max-width:959px) {
	.roomsSectionHome .collage-twoimage {
		margin-bottom: 50px
	}

	.roomsSectionHome .collage-twoimage .pictures {
		height: 350px
	}

	.roomsSectionHome .collage-twoimage .image-1 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 350px
	}

	.roomsSectionHome .collage-twoimage .image-1 img {
		width: 100%;
		height: 350px
	}

	.roomsSectionHome .collage-twoimage .image-2 {
		display: none
	}

	.roomsSectionHome .collage-twoimage .text-area {
		top: 25px;
		right: 32px;
		width: calc(100% - 444px)
	}
}

@media only screen and (max-width:767px) {
	.roomsSectionHome .collage-twoimage {
		margin-bottom: 35px
	}

	.roomsSectionHome .collage-twoimage .pictures {
		display: none
	}

	.roomsSectionHome .collage-twoimage .text-area {
		position: relative;
		padding: 0;
		top: 0;
		width: 100%;
		right: auto
	}
}

/*End Home Rooms Bottom section*/

/*Home Hotels section*/
.gshrSectin {}

.gshrSectin .gshrSectinSubHd {
	position: relative;
	display: block;
	max-width: 880px;
	margin: 0 auto;
	margin-bottom: 0px !important;
}

/*End Hotels section*/

/*Rooms Zigzag section*/
.ZigZaghomeSection {
	position: relative;
	margin-bottom: 5rem;
}

.ZigZaghomeSection img {
	width: 100%;
}

@media only screen and (min-width:1280px) {
	.ZigZaghomeSection {
		padding: 0
	}
}

.ZigZaghomeSection .wrap {
	position: relative;
	display: block;
	padding: 0px;
}

.ZigZaghomeSection.last {
	margin-bottom: 90px
}

@media only screen and (max-width:960px) {
	.ZigZaghomeSection.last {
		margin-bottom: 25px
	}
}

.ZigZaghomeSection .image-par {
	max-width: 50%;
	width: 50%
}

.ZigZaghomeSection .panel {
	width: 50%;
	background-color: #f9f9f9;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	float: none;
	z-index: 3;
	padding: 50px;
}

.ZigZaghomeSection .text {
	position: absolute;
	top: 90px;
	right: 50px;
	bottom: 50px;
	left: 50px;
	overflow-y: auto;
	margin: 0;
	padding-right: 18px
}

.ZigZaghomeSection .text .richText {
	color: #000;
	font-size: 14px;
	line-height: 1.5em;
}

.ZigZaghomeSection .text .richText p {
	padding-bottom: 10px;
}

.ZigZaghomeSection .left .image-par {
	position: relative;
	left: 50%
}

.ZigZaghomeSection .left .panel {
	left: 0;
	right: 50%
}

.ZigZaghomeSection .right .panel {
	left: 50%;
	right: 0
}

@media only screen and (max-width:1279px) {

	.ZigZaghomeSection .left .image-par,
	.ZigZaghomeSection .right .image-par {
		position: absolute
	}

	.ZigZaghomeSection .image-par {
		top: 0;
		bottom: 0
	}

	.ZigZaghomeSection .image-par img {
		position: absolute;
		height: 100%
	}

	.ZigZaghomeSection .panel {
		position: relative
	}

	.ZigZaghomeSection .panel .text {
		position: relative;
		top: 0;
		left: 0;
		right: auto;
		bottom: auto
	}
}

@media only screen and (max-width:767px) {
	.ZigZaghomeSection .image-par {
		max-width: none
	}

	.ZigZaghomeSection .image-par img {
		width: 100%;
		height: 56.25vw;
		position: static
	}

	.ZigZaghomeSection .panel,
	.ZigZaghomeSection .title {
		border-bottom-color: #ddd
	}

	.ZigZaghomeSection .title {
		color: #554e8e;
		text-transform: capitalize
	}
}

/*End Rooms Zigzag section*/


/*Accommodation Page*/
.nhmpageTopSection {
	margin-top: 250px;
}

.RoomsPageSection {}

.RoomsPageSection .leadin-container {
	margin-top: 70px;
	margin-bottom: 90px
}

.RoomsPageSection .leadin-container .image-par {
	position: relative;
	padding-bottom: 56.5%;
	height: 0
}

.RoomsPageSection .leadin-container .image-par img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.RoomsPageSection .leadin-container .psr-container {
	padding-right: 0
}

.RoomsPageSection .leadin {
	margin-top: 0;
	margin-bottom: 30px
}

.RoomsPageSection .leadin-text {
	padding-right: 34px
}

.RoomsPageSection .page-title {
	margin-top: 0
}

@media only screen and (max-width:1279px) {
	.RoomsPageSection .leadin-container .psr-container {
		padding-right: 55px
	}
}

@media only screen and (max-width:1079px) {
	.RoomsPageSection .leadin-container .psr-container {
		padding-right: 32px
	}
}

@media only screen and (max-width:959px) {
	.RoomsPageSection .leadin-container {
		margin-top: 90px
	}

	.RoomsPageSection .leadin-container .psr-container {
		padding-right: 0
	}

	.RoomsPageSection .leadin-container .image-caption {
		letter-spacing: .6px
	}
}

@media only screen and (max-width:639px) {
	.RoomsPageSection .leadin-image {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 31px
	}

	.RoomsPageSection .leadin-container {
		margin-top: 0;
		margin-bottom: 50px
	}

	.RoomsPageSection .leadin-container .psr-container {
		padding: 0
	}

	.RoomsPageSection .leadin-container .psr-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.RoomsPageSection .leadin-container .leadin-image {
		clear: both;
		overflow: hidden
	}

	.RoomsPageSection .leadin-container .leadin {
		padding: 0 15px;
		text-align: center;
		margin-bottom: 5px
	}

	.RoomsPageSection .leadin-container .leadin ul {
		text-align: left
	}

	.RoomsPageSection .leadin-text {
		padding: 0
	}
}

.RoomsPageSection .leadin {
	margin: 0 0 58px
}

@media(max-width:767px) {
	.leadin {
		margin: 28px 0 31px
	}
}

.RoomsPageSection .leadin .page-title {
	margin-bottom: 32px;
	font-weight: 300;
}

@media(max-width:767px) {
	.RoomsPageSection .leadin .page-title {
		margin-bottom: 15px;
	}
}

.RoomsPageSection .leadin .page-title .richText {
	width: 100%;
	max-width: 100%;
	font-weight: 300;
}

.RoomsPageSection .leadin .description {
	line-height: 1.63;
	max-width: 615px;
	margin: auto
}

.RoomsPageSection .leadin .description b {
	color: #554e8e
}

.RoomsPageSection .leadin-text.rates .leadin .page-title .richText {
	text-align: center
}

.RoomsPageSection .leadin-text.rates .leadin .description {
	max-width: 848px
}

.RoomsPageSection .checkin-checkout {
	padding-left: 37px;
	min-height: 35px;
	position: relative
}

.RoomsPageSection .checkin-checkout .clock {
	position: absolute;
	left: 0;
	font-size: 57px;
	top: -15px;
	color: #a28b51;
}

.RoomsPageSection .checkin-checkout .checkin-checkout-row {
	letter-spacing: 1px;
	padding-left: 10px
}

.RoomsPageSection .checkin-checkout .checkin-checkout-row strong {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	color: #654f16;
}

.RoomsPageSection .checkin-checkout .checkin-checkout-row .checkin-checkout-col {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding: 0 11px
}

.RoomsPageSection .checkin-checkout .checkin-checkout-row .checkin-checkout-col:last-child {
	border-left: 1px solid #666
}

.RoomsPageSection .checkin-checkout .checkin-checkout-row .checkin-checkout-col .time {
	letter-spacing: .5px;
	color: #000
}


.roomListings {
	margin-left: 55px;
	margin-right: 55px;
	margin-bottom: 50px;
	-webkit-transition: padding-left 1s, padding-right 1s, font-size 1s;
	-o-transition: padding-left 1s, padding-right 1s, font-size 1s;
	transition: padding-left 1s, padding-right 1s, font-size 1s;
}

/* Tabs */
.gshrtabs {
	width: 100%;
	background-color: transparent;
	border-radius: 0px;
	margin-bottom: 68px;
}

ul#gshrtabs-nav {
	list-style: none;
	margin: 0;
	padding: 15px;
	padding-bottom: 0px;
	overflow: auto;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	border-bottom: 0px solid #ededed;
}

ul#gshrtabs-nav li {
	font-weight: bold;
	margin-right: 2px;
	padding: 8px 30px;
	padding-bottom: 0px;
	border-radius: 0px;
	cursor: pointer;
}

ul#gshrtabs-nav li:hover,
ul#gshrtabs-nav li.active {
	color: #a28b51;
}

ul#gshrtabs-nav li a:hover,
ul#gshrtabs-nav li.active a {
	color: #a28b51;
}

#gshrtabs-nav li a {
	color: #666;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

#gshrtabs-nav li a:hover:after,
#gshrtabs-nav li.active a:after {
	position: absolute;
	display: block;
	height: 3px;
	content: "";
	display: block;
	width: 100%;
	position: relative;
	background-color: #a28b51;
}

.gshrtab-content {
	padding: 5rem;
	border: 0px solid #09F;
	background-color: transparent;
}

.roomsContainz .room-single {
	position: relative;
	margin-bottom: 65px;
	padding: 0px 10px;
}

@media(max-width:639px) {
	.roomsContainz .room-single {
		margin-bottom: 50px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ededed
	}
}

.roomsContainz .room-single .roomsImage {
	max-width: 570px;
	margin-bottom: 12px
}

.roomsContainz .room-single .roomsImage img {
	width: 100%;
	height: 320px
}

@media(max-width:1279px) {
	.roomsContainz .room-single .roomsImage img {
		height: 24.5729167vw
	}
}

@media(max-width:639px) {
	.roomsContainz .room-single .roomsImage img {
		height: 50.9375vw
	}
}

.roomsContainz .room-single .room-details-button {
	padding: 0;
	text-align: left;
	width: 100%;
	border: 0px;
}

.roomsContainz .room-single .room-details-button:hover {
	cursor: pointer
}

.roomsContainz .room-single .room-details-button.title {
	margin-bottom: 15px;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	background-color: transparent;
}

.roomsContainz .room-single .room-details-button.title h2 {
	margin-bottom: 15px;
	text-decoration: none;
	font-weight: normal;
	font-size: 27px;
	padding: 10px 0px;
	padding-bottom: 0px;
}

.roomsContainz .room-single .room-details-button.title h2:hover {
	color: #a28b51;
}

@media(min-width:480px) {
	.roomsContainz .room-single .room-details-button.title {
		font-size: 20px
	}
}

@media(min-width:960px) {
	.roomsContainz .room-single .room-details-button.title {
		font-size: 22px
	}
}

@media(max-width:767px) {
	.roomsContainz .room-single .room-details-button.title {
		margin-bottom: 12px
	}
}

.leadin-container .leadin .description p.welTxtParaPG {
	font-size: 19px;
}

.roomsContainz .room-single .room-details-text,
.roomsContainz .room-single .room-details-text p {
	font-size: 19px;
	font-weight: 300;
	line-height: 1.7;
	padding-bottom: 15px;
	color: #000;
}

.roomsContainz .room-single .amenities-button {
	letter-spacing: 1px;
	font-size: 12px
}

.roomsContainz .room-single .amenities-expanding-text {
	padding: 0 15px
}

.roomsContainz .room-single .amenities-expanding-text ul {
	margin-bottom: 20px
}

.roomsContainz .room-single .phoneNumber {
	line-height: 1.83;
	text-align: left;
	color: #666
}

.roomsContainz .room-single .callToReserve {
	line-height: 1;
	text-align: left;
	color: #000
}

.roomsContainz .room-single .pageType {
	line-height: 1.58;
	letter-spacing: 1px;
	text-align: left;
	color: #666;
	padding: 0;
	margin: 0;
	margin-bottom: 35px
}

@media(max-width:639px) {
	.roomsContainz .room-single .pageType {
		margin-bottom: 20px
	}
}

.roomsContainz .room-single .checkAvBtn {
	line-height: .67;
	text-align: center;
	padding: 10px 15px 11px 15px;
	margin-top: 10px;
	width: auto;
	min-width: 151px;
	min-height: 34px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	border: none;
	background-color: #a28b51;
	color: #fff;
}

.roomsContainz .room-single a.checkAvBtn {
	line-height: 25px;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	width: auto;
	width: 100%;
	min-height: 35px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	background-color: transparent;
	color: #000;
	border: 1px solid #a28b51;
}

.roomsContainz .room-single a.checkAvBtn:hover {
	background-color: #a28b51;
	color: #fff;
	border: 1px solid #a28b51;
}

@media(max-width:639px) {
	.roomsContainz .room-single .checkAvBtn {
		width: 100%;
		margin: 0 auto
	}
}

.roomsContainz .room-single .phoneIcon {
	padding-left: 36px;
	position: relative
}

.roomsContainz .amenities-section {}

.roomsContainz .amenities-section .amenetiesLink {
	position: relative;
	display: block;
	font-size: 19px;
	color: #8a6d23;
	text-transform: uppercase;
	padding-bottom: 10px;
	cursor: pointer;
}

.roomsContainz .amenities-section .amenetiesLink.fdmnu {
	padding-top: 10px;
	text-transform: unset;
	color: #000;
}

.roomsContainz .amenities-section .amenetiesLink.fdmnu i.lni-download {
	padding-right: 10px;
	color: #a28b51;
}

.roomsContainz .amenities-section .amenetiesLink.fdmnu a {
	color: #8a6d23;
}

.roomsContainz .amenities-section .amenetiesLink.fdmnu a:hover {
	color: #000;
}

.roomsContainz .amenities-section .hidden-menu {}

.roomsContainz .amenities-section .hidden-menu ul,
.roomsContainz .amenities-section .dmenu2 ul,
.roomsContainz .amenities-section .dmenu3 ul,
.roomsContainz .amenities-section .dmenu4 ul,
.roomsContainz .amenities-section .dmenu5 ul,
.roomsContainz .amenities-section .dmenu6 ul,
.roomsContainz .amenities-section .dmenu7 ul,
.roomsContainz .amenities-section .dmenu8 ul {
	margin-left: 10%;
	margin-bottom: 5%;
}

.roomsContainz .amenities-section .hidden-menu ul li,
.roomsContainz .amenities-section .dmenu2 ul li,
.roomsContainz .amenities-section .dmenu3 ul li,
.roomsContainz .amenities-section .dmenu4 ul li,
.roomsContainz .amenities-section .dmenu5 ul li,
.roomsContainz .amenities-section .dmenu6 ul li,
.roomsContainz .amenities-section .dmenu7 ul li,
.roomsContainz .amenities-section .dmenu8 ul li {
	list-style: square;
	color: #000;
	line-height: 25px;
}

.roomsContainz .amenities-section .openingHours {
	position: relative;
	display: flex;
	margin-bottom: 12px;
	font-size: 19px;
	font-weight: 300;
	color: #000;
	vertical-align: middle;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: stretch;
	line-height: 19px;
}

.roomsContainz .amenities-section .openingHours i {
	color: #8a6d23;
	font-size: 18px;
	padding-right: 7px;
}

.roomsContainz .amenities-section .openingHours span.time {
	padding-left: 10px;
}

/*.roomsContainz .amenities-section .openingHours.ohbnk{left: 27%;}*/
/* /End Accommodation Page*/

/* /Meetings Page*/
.meetEvntPage {}

.meetEvntPage .capacityChart {
	margin-bottom: 20px;
}

.meetEvntPage .capacityChart h2 {
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	color: #a28b51;
	font-weight: 500;
	font-size: 23px;
	cursor: pointer;
}

.meetEvntPage .capacityChart h2 i {
	font-size: 20px;
	color: #a28b51;
	font-weight: bold;
	padding-left: 5px;
}

.captbl table {
	border-collapse: collapse;
	width: 100%;
}

.captbl th {
	font-weight: bold;
}

.captbl td,
.captbl th {
	border: 1px solid #a28b51;
	text-align: left;
	padding: 6px 15px;
	color: #000;
	font-size: 14px;
}

.captbl tr:nth-child(even) {
	background-color: #dddddd;
}

/* /End Meetings Page*/


/* Membership page */
.odd {
	background-color: #f0f0f0;
}

.whtbg {
	background-color: #ffffff;
}

.ashbg {
	background-color: #f0f0f0;
}

.rowcnts {
	position: relative;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	line-height: 29px;
	padding: 1em 0em;
}

.contetz {
	position: relative;
	display: flex;
	text-align: center;
	line-height: 25px;
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.contetz span {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #8a6d23;
}

.contetz .cols {
	width: 50%;
}

.contetz .dColThumb {
	position: relative;
	display: block;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	min-height: 350px;
	background-position: center center !important;
}

.contetz .cols .memberShips {
	position: relative;
	display: block;
	height: 100%;
	padding: 2em;
	text-align: left;
}

.contetz .cols .memberShips h2,
.contetz .cols .memberShips h3 {
	font-size: 24px;
	color: #8a6d23;
	margin-top: 5px;
	line-height: 25px;
}

.contetz .cols .memberShips span {
	color: #000;
	font-size: 20px;
	font-weight: 500;
}

.contetz .cols .memberShips p {
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	line-height: 1.78;
	font-size: 19px;
	font-weight: 200;
}

.contetz .cols .memberShips p a {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 5px 15px 3px 15px;
	text-decoration: none;
	background-color: #8a6d23;
	border-radius: 5px;
}

.contetz .cols .memberShips p a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

.contetz .cols .memberShips ul {
	position: relative;
	display: block;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.contetz .cols .memberShips ul li {
	list-style: square;
	line-height: 1.78;
	font-size: 19px;
	font-weight: 200;
	color: #000;
}

.MembershipAmenities {
	margin-top: -5rem;
}

/* End Membership Page */


/* /Common vtours popup*/
.dvHidden {
	display: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.popmodal {
	margin: 0 auto;
	text-align: center;
	max-width: 750px;
}

.popmodal iframe {
	width: 55vw;
	height: 80vh;
}

.popmodal .closeVT {
	position: absolute;
	display: block;
	right: 2%;
	top: -8%;
}

.popmodal .closeVT a i {
	font-size: 25px;
	color: #fff;
}

/*====== Zoom effect ======*/
.mfp-zoom-in {}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* /End Common vtours popup*/


/* Hero Search Form */
.search-form {
	margin-top: 60px;
	background: #fff3;
	border-radius: 6px;
	padding: 30px;
	padding-right: 45px;
}

.search-form.style2 {
	padding: 0;
	padding: 50px;
	background-color: #fff;
}

.search-form.style2 .heading-title {
	font-size: 24px;
	margin-bottom: 8px;
}

.search-form.style2 .sub-heding-text {
	margin-bottom: 40px;
	font-size: 16px;
}

.search-form.style2 .search-input {
	padding: 0;
	margin-bottom: 18px;
}

.search-form.style2 .btn {
	margin: 0;
}

.search-form.style2 .btn:hover {
	background-color: #081828;
	color: #fff;
}

.search-form .search-input {
	position: relative;
	padding: 0px 8px;
}

.search-form .search-input input {
	width: 100%;
	background: #fff;
	border-radius: 6px;
	border: none;
	padding: 0 25px;
	padding-right: 45px;
	height: 55px;
	font-size: 15px;
	border: 1px solid #eee;
}

.search-form .search-input input:focus {
	outline: none !important;
}

.search-form .search-input label {
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-form .search-input select {
	width: 100%;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #eee;
	padding: 0 25px;
	height: 55px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 15px;
}

.search-form .search-input select:focus {
	outline: none !important;
}

.search-form button {
	width: 100%;
	border-radius: 6px;
	border: none;
	padding: 0 25px;
	height: 55px;
	margin-left: 5px;
}

.search-form button.btn:hover {
	background: #fff;
	color: #081828;
}

.search-form button i {
	display: inline-block;
	margin-right: 5px;
}

/*======================================
    About Us CSS
========================================*/
.about-us .content-left {
	position: relative;
}

.about-us .content-left img {
	width: 100%;
	border-radius: 6px;
}

.about-us .content-left .video {
	position: absolute;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	color: #a28b51;
	background-color: #fff;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font-size: 16px;
	padding-left: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.about-us .content-left .video:hover {
	color: #fff;
	background-color: #a28b51;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.about-us .content-right {
	padding-right: 70px;
	padding-left: 40px;
}

.about-us .content-right .sub-heading {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 15px;
	color: #a28b51;
	background-color: #f9f9f9;
	padding: 5px 20px;
	border-radius: 4px;
}

.about-us .content-right h2 {
	display: block;
	font-size: 32px;
	margin-bottom: 25px;
	line-height: 40px;
	text-transform: capitalize;
	position: relative;
	font-weight: 700;
}

.about-us .content-right h3 {
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 8px;
	line-height: 45px;
	text-transform: capitalize;
	position: relative;
	font-weight: 600;
}

.about-us .content-right p {
	font-size: 16px;
	line-height: 26px;
}

/*======================================
    Our Achievement CSS
========================================*/
.our-achievement {
	background-color: #a28b51;
	padding-top: 70px;
	padding: 90px 0 120px 0;
}

.our-achievement .single-achievement {
	margin-top: 30px;
	text-align: center;
	padding: 0px 50px;
}

.our-achievement .single-achievement h3 {
	font-size: 40px;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
	color: #fff;
}

.our-achievement .single-achievement p {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	font-family: 'Jost',
		sans-serif;
}

/*======================================
    Testimonial CSS
========================================*/
.testimonials {
	background-color: #081828;
	padding-bottom: 180px;
}

.testimonials .section-title h2 {
	color: #fff;
}

.testimonials .section-title p {
	color: #fff;
}

.testimonials .testimonial-slider {
	margin: 0;
}

.testimonials .tns-nav {
	text-align: center;
	position: absolute;
	bottom: 90px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	left: 50%;
	z-index: 9;
}

.testimonials .tns-nav button {
	height: 5px;
	width: 30px;
	background-color: #fff;
	border-radius: 5px;
	display: inline-block;
	border: none;
	margin: 0px 5px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.testimonials .tns-nav button:hover {
	background: #a28b51;
}

.testimonials .tns-nav button.tns-nav-active {
	background: #a28b51;
}

.testimonials .single-testimonial {
	background: #fff;
	border: 1px solid #ececec;
	padding: 50px 40px;
	margin: 20px 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
}

.testimonials .single-testimonial .quote-icon {
	position: absolute;
	right: 30px;
	top: 10px;
}

.testimonials .single-testimonial .quote-icon i {
	font-size: 70px;
	color: #cccccc3b;
}

.testimonials .single-testimonial:hover {
	-webkit-box-shadow: 0px 0px 13px #0000001a;
	box-shadow: 0px 0px 13px #0000001a;
}

.testimonials .single-testimonial:hover .author img {
	border-color: #a28b51;
}

.testimonials .single-testimonial .author {
	position: relative;
	padding-left: 90px;
	min-height: 70px;
	margin-bottom: 25px;
	padding-top: 10px;
}

.testimonials .single-testimonial .author img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	border: 5px solid #ececec;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.testimonials .single-testimonial .author .name {
	font-size: 18px;
	font-weight: 600;
	color: #081828;
}

.testimonials .single-testimonial .author .name .deg {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #888;
}

.testimonials .single-testimonial .text p {
	font-size: 16px;
}

/*=============================
	Pricing Table CSS
===============================*/
.pricing-table {
	background: #f9f9f9;
	position: relative;
}

.pricing-table .section-title {
	margin-bottom: 50px;
}

.pricing-table .single-table {
	margin-top: 30px;
	background: #fff;
	text-align: left;
	position: relative;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: 1px solid #ececec;
	overflow: hidden;
	border-radius: 6px;
	padding: 40px 40px;
	z-index: 2;
}

.pricing-table .single-table::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 300px;
	width: 300px;
	background: #a28b51;
	border-radius: 50%;
	left: -50px;
	top: -110px;
}

.pricing-table .single-table::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 300px;
	width: 300px;
	background: #a28b51;
	border-radius: 50%;
	left: -40px;
	top: -110px;
	opacity: 0.8;
	z-index: -1;
}

.pricing-table .single-table .table-head {
	position: relative;
}

.pricing-table .single-table .table-head .amount {
	font-size: 35px;
	line-height: 56px;
	font-weight: 700;
	color: #fff;
}

.pricing-table .single-table .table-head .duration {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin-left: 4px;
	position: relative;
	top: -2px;
}

.pricing-table .single-table .table-head .title {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 19px;
}

.pricing-table .single-table .table-list {
	position: relative;
	display: block;
	margin-top: 90px;
}

.pricing-table .single-table .table-list li {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #444;
	font-weight: 400;
	margin-bottom: 10px;
}

.pricing-table .single-table .table-list li:last-child {
	margin-bottom: 0;
}

.pricing-table .single-table .button {
	margin-top: 40px;
}

/*======================================
    Faq CSS
========================================*/
.faq {
	padding-bottom: 80px;
}

.accordion-item .accordion-button {
	border-radius: 5px;
	font-size: 17px;
	font-weight: 500;
	width: 100%;
	display: block;
	overflow: hidden;
	border: none;
	border: 1px solid #eee;
}

.accordion-item .accordion-button span {
	float: left;
}

.accordion-item .accordion-button i {
	float: right;
	font-size: 13px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #a28b51;
	border-color: transparent;
	border-radius: 5px 5px 0 0;
}

.accordion-button:not(.collapsed) i::before {
	content: "\eb2c";
	font-family: lineIcons;
}

.accordion-button::after {
	display: none;
}

.accordion-collapse {
	border: none;
}

.accordion-body {
	border: 1px solid #eee;
	border-radius: 0 0 5px 5px;
	padding: 30px 20px;
}

.accordion-body p {
	margin: 0;
	margin-bottom: 20px;
	font-size: 16px;
}

.accordion-body p:last-child {
	margin: 0;
}

.accordion-item {
	margin-bottom: 20px;
}

/*======================================
    Blog CSS
========================================*/
.latest-news-area .single-news {
	border-radius: 6px;
	overflow: hidden;
	background-color: #fff;
}

.latest-news-area .single-news .image {
	overflow: hidden;
	position: relative;
	z-index: 0;
	width: 100%;
}

.latest-news-area .single-news .image a {
	width: 100%;
}

.latest-news-area .single-news .image:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0%;
	height: 50px;
	width: 2px;
	background: #fff;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.latest-news-area .single-news .image:after {
	position: absolute;
	content: "";
	left: 0%;
	top: 50%;
	height: 2px;
	width: 50px;
	background: #fff;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.latest-news-area .single-news .image img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
}

.latest-news-area .single-news:hover .image::before {
	top: 50%;
	opacity: 1;
	visibility: visible;
}

.latest-news-area .single-news:hover .image::after {
	left: 50%;
	opacity: 1;
	visibility: visible;
}

.latest-news-area .single-news:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.latest-news-area .single-news .content-body {
	padding: 40px 30px 30px 30px;
	border-radius: 6px;
	border-radius: 0 0 6px 6px;
	border: 1px solid #ececec;
}

.latest-news-area .single-news .content-body .title {
	line-height: 30px;
}

.latest-news-area .single-news .content-body .title a {
	font-size: 20px;
	font-weight: 700;
	color: #081828;
	margin-bottom: 20px;
}

.latest-news-area .single-news .content-body .title a:hover {
	color: #a28b51;
}

.latest-news-area .single-news .content-body p {
	font-size: 16px;
}

.latest-news-area .single-news .content-body .meta-details {
	padding-top: 15px;
	margin-top: 30px;
	border-top: 1px solid #eee;
}

.latest-news-area .single-news .content-body .meta-details ul li {
	display: inline-block;
	margin-right: 17px;
	padding-right: 17px;
	position: relative;
}

.latest-news-area .single-news .content-body .meta-details ul li::before {
	position: absolute;
	content: "";
	right: -4px;
	top: 9px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #a28b51;
}

.latest-news-area .single-news .content-body .meta-details ul li:last-child {
	margin: 0;
	padding: 0;
}

.latest-news-area .single-news .content-body .meta-details ul li:last-child::before {
	display: none;
}

.latest-news-area .single-news .content-body .meta-details ul li a {
	font-size: 14px;
	color: #081828;
	font-weight: 500;
}

.latest-news-area .single-news .content-body .meta-details ul li a:hover {
	color: #a28b51;
}

.blog-list {
	background: #f9f9f9;
}

.blog-list .single-news {
	margin: 0;
}

.blog-list .single-news {
	margin-bottom: 40px;
}

/* News Details */
.blog-single {
	background: #f9f9f9;
}

.blog-single .post-thumbnils {
	position: relative;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}

.blog-single .post-thumbnils img {
	width: 100%;
}

.post-details .detail-inner {
	background-color: #fff;
	padding: 40px;
	margin-bottom: 40px;
	border: 1px solid #eee;
	border-radius: 0 0 6px 6px;
	border-top-color: transparent;
}

.post-details .post-thumbnils {
	margin-bottom: 30px;
}

.post-details .post-title {
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 32px;
}

.post-details .post-title a {
	font-size: 25px;
	font-weight: 600;
}

.post-details .post-title a:hover {
	color: #a28b51;
}

ul.custom-flex {
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-details .post-meta li {
	font-weight: 500;
	font-size: 15px;
	margin-right: 25px;
}

.post-details .post-meta li a i {
	font-weight: 400;
	margin-right: 3px;
}

.post-details .post-meta li a:hover {
	color: #a28b51;
}

.post-details p {
	font-size: 15px;
	margin: 30px 0;
}

.post-details h3 {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 28px;
}

.post-details p:last-child {
	margin-bottom: 0;
}

blockquote {
	position: relative;
	color: #fff;
	font-weight: 400;
	clear: both;
	z-index: 1;
	margin: 40px 0;
	text-align: left;
	padding: 40px;
	background-color: #a28b51;
	border-radius: 5px;
	overflow: hidden;
}

blockquote .icon i {
	font-size: 40px;
	color: #fff;
	display: block;
	margin-bottom: 20px;
}

blockquote h4 {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

blockquote span {
	font-size: 13px;
	display: block;
	margin-top: 20px;
}

blockquote .shape {
	position: absolute;
	right: -90px;
	top: -91px;
	z-index: -1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.post-details .list {
	margin: 40px;
}

.post-details .list li {
	color: #888;
	font-weight: 400;
	position: relative;
	padding-left: 40px;
	display: block;
	margin-bottom: 20px;
	position: relative;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}

.post-details .list li i {
	display: block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	font-size: 10px;
	color: #fff;
	background-color: #a28b51;
	position: absolute;
	left: 0;
	top: -1px;
	text-align: center;
	border-radius: 3px;
}

.post-details .list li:last-child {
	margin: 0;
}

.post-social-media {
	margin-top: 40px;
}

.post-social-media .share-title {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 18px;
	display: inline-block;
}

.post-details .post-social-media ul {
	display: inline-block;
	margin-left: 30px;
}

.post-details .post-social-media ul li {
	display: inline-block;
	margin-right: 13px;
}

.post-details .post-social-media ul li a {
	font-size: 15px;
	color: #999;
	position: relative;
}

.post-details .post-social-media ul li a:hover {
	color: #a28b51;
}

.post-details .post-social-media ul li a span {
	background-color: #a28b51;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 4px 10px;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	top: -30px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.post-details .post-social-media ul li a span::before {
	position: absolute;
	content: "";
	left: 50%;
	margin-left: -5px;
	bottom: -10px;
	border: 5px solid #a28b51;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
}

.post-details .post-social-media ul li a:hover span {
	opacity: 1;
	visibility: visible;
	top: -35px;
}

.post-details .post-meta li {
	font-weight: 500;
	margin-right: 25px;
}

.post-details .post-meta li a {
	font-size: 13px;
	font-weight: 400;
	font-weight: 500;
	color: #081828;
}

.post-details .post-meta li a i {
	font-weight: 400;
	margin-right: 5px;
	color: #a28b51;
}

.post-details p {
	font-size: 16px;
	line-height: 28px;
}

.post-details .post-image {
	margin: 40px 0 20px 0;
	width: 100%;
}

.post-details .post-image img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 5px;
}

.post-details>ul>li {
	font-weight: 500;
}

.detail-post-navigation {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
	padding: 30px;
	border: 1px solid #eee;
}

/*comments*/
.post-comments {
	background-color: #fff;
	padding: 40px;
	margin-top: 40px;
	border: 1px solid #eee;
	border-radius: 5px;
}

.comment-title {
	font-size: 22px !important;
	font-weight: 500 !important;
	margin-bottom: 40px !important;
	position: relative;
	z-index: 1;
	text-transform: capitalize;
}

.comment-title span {
	background-color: white;
	padding-right: 15px;
}

.comment-title::before {
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 100%;
	background-color: #eee;
	content: '';
	z-index: -1;
}

.comment-reply-title {
	font-size: 22px !important;
	font-weight: 500 !important;
	margin-bottom: 40px !important;
	position: relative;
	z-index: 1;
	text-transform: capitalize;
}

.comment-reply-title span {
	background-color: white;
	padding-right: 15px;
}

.comment-reply-title::before {
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 100%;
	background-color: #eee;
	content: '';
	z-index: -1;
}

.post-comments .comments-list li {
	padding-left: 130px;
	position: relative;
	font-size: 14px;
}

.post-comments .comments-list li .comment-img {
	position: absolute;
	left: 0;
	width: 100px;
	height: 100px;
}

.post-comments .comments-list li .comment-img img {
	max-width: 100px;
	max-height: 100px;
}

.post-comments .comments-list li .comment-desc .desc-top {
	margin-bottom: 20px;
	position: relative;
	display: block;
}

.post-comments .comments-list li .comment-desc .desc-top h6 {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 500;
}

.post-comments .comments-list li .comment-desc .desc-top h6 .saved {
	color: #a28b51;
	font-size: 14px;
	margin-left: 10px;
}

.post-comments .comments-list li .comment-desc .desc-top span.date {
	font-size: 14px;
	font-weight: 400;
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px 22px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	z-index: 2;
	border-radius: 4px;
	border: 1px solid #eee;
	color: #a28b51;
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link:hover {
	background-color: #a28b51;
	color: #fff;
	border-color: transparent;
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link i {
	margin-right: 5px;
}

.post-comments .comments-list li .comment-desc p {
	font-weight: 400;
	margin-bottom: 0;
	font-size: 16px;
}

.post-comments .comments-list li.children {
	margin-left: 130px;
}

.post-comments .comments-list li:not(:first-child) {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #eee;
}

/*Comment form*/
.comment-form {
	background-color: #fff;
	padding: 40px;
	margin-top: 40px;
	border: 1px solid #eee;
	border-radius: 5px;
}

.comment-form form .form-box {
	position: relative;
}

.comment-form form .form-box .icon {
	position: absolute;
	top: 17px;
	right: 25px;
	font-size: 16px;
}

.comment-form form .form-box .form-control-custom {
	border: none;
	background: #fff;
	font-size: 14px;
	color: #081828;
	padding: 0 25px;
	font-weight: 500;
	height: 55px;
	border: 1px solid #eee;
	margin-bottom: 25px;
	border-radius: 0;
	font-size: 15px;
	font-weight: 400;
	border-radius: 5px;
}

.comment-form form .form-box textarea.form-control-custom {
	height: 200px;
	padding: 25px;
}

.comment-form form .form-box .form-control-custom::-webkit-input-placeholder {
	font-size: 15px;
	color: #081828;
	font-weight: 400;
	padding: 25px !important;
}

.comment-form form .form-box .form-control-custom:-ms-input-placeholder {
	font-size: 15px;
	color: #081828;
	font-weight: 400;
	padding: 25px !important;
}

.comment-form form .form-box .form-control-custom::-ms-input-placeholder {
	font-size: 15px;
	color: #081828;
	font-weight: 400;
	padding: 25px !important;
}

.comment-form form .form-box .form-control-custom::placeholder {
	font-size: 15px;
	color: #081828;
	font-weight: 400;
	padding: 25px !important;
}

/* News sidebar */
.sidebar .widget {
	padding: 40px;
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 1px solid #eee;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar .widget .widget-title {
	font-size: 20px;
	margin-bottom: 40px;
	line-height: 1;
	position: relative;
	font-weight: 600;
	line-height: 28px;
	z-index: 1;
}

.sidebar .widget .widget-title span {
	background-color: white;
	padding-right: 18px;
}

.sidebar .widget .widget-title::before {
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 100%;
	background-color: #eee;
	content: '';
	z-index: -1;
}

.sidebar .widget.search-widget form {
	position: relative;
}

.sidebar .widget.search-widget form input {
	width: 100%;
	background-color: transparent;
	height: 55px;
	border: none;
	padding: 0 80px 0 30px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 0;
	border: 1px solid #eee;
	border-radius: 5px;
}

.sidebar .widget.search-widget form input::-webkit-input-placeholder {
	color: #333;
}

.sidebar .widget.search-widget form input:-ms-input-placeholder {
	color: #333;
}

.sidebar .widget.search-widget form input::-ms-input-placeholder {
	color: #333;
}

.sidebar .widget.search-widget form input::placeholder {
	color: #333;
}

.sidebar .widget.search-widget form button {
	border: none;
	position: absolute;
	right: 7px;
	top: 6px;
	width: 55px;
	height: 42px;
	z-index: 1;
	color: #fff !important;
	font-size: 13px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	color: #fff;
	border-radius: 0;
	border-radius: 3px;
	padding: 0 !important;
	border: none;
	background: #a28b51;
}

.sidebar .widget.search-widget form button:hover {
	background-color: #081828;
	color: #fff;
}

.sidebar .widget.popular-feeds .single-popular-feed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #eee;
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-img {
	width: 80px;
	margin-right: 20px;
	border-radius: 50%;
	height: 80px;
	border-radius: 50% !important;
	overflow: hidden;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
	line-height: 1.5;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
	font-size: 16px;
	font-weight: 500;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover {
	color: #a28b51;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
	font-weight: 400;
	font-size: 14px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time>i {
	margin-right: 4px;
}

.sidebar .widget.categories-widget ul li {
	margin-bottom: 10px;
}

.sidebar .widget.categories-widget ul li:last-child {
	margin-bottom: 0;
}

.sidebar .widget.categories-widget ul li a {
	font-size: 15px;
	height: 35px;
	background-color: transparent;
	display: block;
	position: relative;
	line-height: 35px;
	color: #081828;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-weight: 500;
	padding: 0;
	padding-right: 40px !important;
	display: inline-block;
	line-height: 22px;
	width: 100%;
}

.sidebar .widget.categories-widget ul li a span {
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: transparent;
	color: #333;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 50%;
	border: 1px solid #eee;
	font-size: 12px;
}

.sidebar .widget.categories-widget ul li a:hover {
	color: #a28b51;
}

.sidebar .widget.categories-widget ul li a:hover span {
	background: #a28b51;
	color: #fff;
	border-color: transparent;
}

.sidebar .widget.popular-tag-widget {
	padding-bottom: 30px;
}

.popular-tag-widget .tags>a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px 20px;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 400;
	background: #a28b51;
	margin-right: 7px;
	margin-bottom: 10px;
	color: #fff;
	background: transparent;
	color: #888;
	border: 1px solid #eee;
	border-radius: 4px;
}

.popular-tag-widget .tags>a:hover {
	background-color: #a28b51;
	color: #fff;
	border-color: transparent;
}

.sidebar-as img {
	width: 100%;
}

/*======================================
   Clients CSS
========================================*/
.client-logo-section {
	background: #fff;
	padding: 50px 0;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo {
	padding: 10px 20px;
	text-align: center;
	margin: auto;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img {
	max-width: 220px;
	width: 100%;
	opacity: .3;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img:hover {
	opacity: 1;
}

/*======================================
    Job Category CSS
========================================*/
.categories {
	background-color: transparent;
	height: 0;
}

.categories .tns-controls button {
	width: 46px;
	height: 46px;
	cursor: pointer;
	z-index: 2;
	color: #fff;
	font-size: 17px;
	background: #a28b51;
	border: none;
	padding: 2px 5px;
	border-radius: 50%;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	position: absolute;
	z-index: 99;
	top: 50%;
	font-size: 14px;
	color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.categories .tns-controls button:hover {
	background-color: #081828;
	color: #fff;
}

.categories:hover .tns-controls button {
	opacity: 1;
	visibility: visible;
}

.categories .tns-controls button:first-child {
	left: -23px;
}

.categories .tns-controls button:last-child {
	right: -23px;
}

.categories .cat-inner {
	padding: 30px 40px;
	border: 1px solid #eee;
	border-radius: 6px;
	position: relative;
	z-index: 9;
	background: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.categories.style2 {
	height: auto;
	padding: 100px 0;
}

.categories.style2 .section-title {
	margin-bottom: 50px;
}

.categories.style2 .cat-inner {
	-webkit-transform: none;
	transform: none;
	padding: 0;
	border: none;
}

.categories.style2 .single-cat {
	margin-top: 30px;
	border: 1px solid #eee;
	padding: 25px 10px;
}

.categories.style2 .single-cat:hover {
	-webkit-box-shadow: 0px 10px 15px #00000012;
	box-shadow: 0px 10px 15px #00000012;
	background-color: #fff;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.categories .single-cat {
	text-align: center;
	padding: 15px 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	z-index: 2;
	border: none;
	border-radius: 6px;
}

.categories .single-cat:hover {
	background-color: #f9f9f9;
}

.categories .single-cat .icon img {
	width: 40px;
}

.categories .single-cat h3 {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	color: #081828;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.categories .single-cat:hover h3 {
	color: #a28b51;
}

.categories .single-cat .total {
	font-size: 13px;
	padding: 5px 10px;
	font-weight: 500;
	text-align: center;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 5px;
	color: #081828;
	display: inline-block;
	margin-top: 15px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.categories .single-cat:hover .total {
	background-color: #a28b51;
	color: #fff;
	border-color: transparent;
}

.all-categories {
	border-bottom: 1px solid #eee;
	padding-bottom: 70px;
}

.all-categories .categories-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}

.all-categories .cat-title {
	font-size: 16px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding: 15px 20px;
	border-radius: 4px;
	background: #a28b51;
	color: #fff;
}

.all-categories .cat-title span {
	font-weight: 400;
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
}

.all-categories ul {
	margin-bottom: 30px;
}

.all-categories ul li {
	display: block;
	margin-bottom: 7px;
}

.all-categories ul li:last-child {
	margin: 0;
}

.all-categories ul li a {
	color: #888;
	padding: 10px 15px;
	border: 1px solid #eee;
	display: block;
	border-radius: 4px;
}

.all-categories ul li a:hover {
	color: #fff;
	background-color: #a28b51;
	border-color: transparent;
}

/* Category Page*/
.category-page {
	background-color: #f9f9f9;
}

.category-page .single-ad-grid {
	background-color: #fff;
}

.category-page .category-grid-topbar {
	padding: 15px 20px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #eee;
	padding-right: 15px;
}

.category-page .category-grid-topbar .title {
	font-size: 15px;
	font-weight: 500;
	color: #888;
	float: left;
}

.category-page .category-grid-topbar .nav {
	border: none;
	float: right;
}

.category-page .category-grid-topbar .nav button {
	border: none;
	padding: 5px 10px 3px 10px;
	border: 1px solid #eee;
	border-radius: 4px;
	margin-right: 6px;
}

.category-page .category-grid-topbar .nav button.active {
	background-color: #a28b51;
	border-color: transparent;
	color: #fff;
}

.category-page .category-grid-topbar .nav button:last-child {
	margin: 0;
}

.category-sidebar .single-widget {
	background-color: #fff;
	padding: 30px;
	border: 1px solid #eee;
	border-radius: 6px;
	margin-bottom: 30px;
}

.category-sidebar .single-widget:last-child {
	margin-bottom: 0;
}

.category-sidebar .single-widget h3 {
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 25px;
}

.category-sidebar .single-widget.search form {
	position: relative;
}

.category-sidebar .single-widget.search form input {
	height: 50px;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 6px;
	color: #081828;
	padding: 0px 15px;
	padding-right: 50px;
}

.category-sidebar .single-widget.search form button {
	height: 40px;
	width: 40px;
	text-align: center;
	display: block;
	border-radius: 6px;
	border: none;
	background-color: transparent;
	color: #081828;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.category-sidebar .single-widget.search form button:hover {
	color: #a28b51;
}

.category-sidebar .single-widget.range input {
	color: #081828;
	cursor: pointer;
}

.category-sidebar .single-widget.range ::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #081828;
	opacity: 1;
	/* Firefox */
}

.category-sidebar .single-widget.range :-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #081828;
	opacity: 1;
	/* Firefox */
}

.category-sidebar .single-widget.range ::-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #081828;
	opacity: 1;
	/* Firefox */
}

.category-sidebar .single-widget.range ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #081828;
	opacity: 1;
	/* Firefox */
}

.category-sidebar .single-widget.range :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #081828;
}

.category-sidebar .single-widget.range ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #081828;
}

.category-sidebar .single-widget.range .range-inner {
	position: relative;
	padding-left: 15px;
}

.category-sidebar .single-widget.range label {
	color: #081828;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 15px;
}

.category-sidebar .single-widget.range #rangePrimary {
	display: inline-block;
	border: none;
}

.category-sidebar .single-widget.range input[type="range"]::-webkit-slider-thumb {
	background: #a28b51 !important;
}

.category-sidebar .single-widget.range input[type="range"]::-moz-range-thumb {
	background: #a28b51 !important;
}

.category-sidebar .single-widget.range input[type="range"]::-ms-thumb {
	background: #a28b51 !important;
}

.category-sidebar .single-widget.condition .form-check {
	display: block;
	margin-bottom: 10px;
}

.category-sidebar .single-widget.condition .form-check:last-child {
	margin: 0;
}

.category-sidebar .single-widget.condition .form-check-label {
	cursor: pointer;
}

.category-sidebar .single-widget.condition .form-check-input {
	cursor: pointer;
}

.category-sidebar .single-widget.condition .form-check-input:checked {
	background-color: #a28b51;
	border-color: #a28b51;
}

.category-sidebar .single-widget .list li {
	margin-bottom: 25px;
}

.category-sidebar .single-widget .list li:last-child {
	margin: 0;
}

.category-sidebar .single-widget .list li a {
	color: #888;
	display: block;
	position: relative;
	padding-right: 35px;
}

.category-sidebar .single-widget .list li a i {
	display: inline-block;
	margin-right: 5px;
}

.category-sidebar .single-widget .list li a span {
	height: 30px;
	width: 30px;
	line-height: 28px;
	text-align: center;
	display: block;
	border: 1px solid #eee;
	border-radius: 50%;
	font-size: 13px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.category-sidebar .single-widget .list li a:hover {
	color: #a28b51;
}

.category-sidebar .single-widget .list li a:hover span {
	color: #fff;
	background-color: #a28b51;
	border-color: transparent;
}

.category-sidebar .single-widget.banner-ad a img {
	width: 100%;
}

/*======================================
    Ads Grid CSS
========================================*/
.items-grid {
	background: #f9f9f9;
}

.items-grid.custom-padding {
	padding-top: 220px;
}

.items-grid .section-title {
	margin-bottom: 50px;
}

.items-grid .single-grid {
	-webkit-box-shadow: 0 10px 30px rgba(35, 38, 45, 0.14) !important;
	box-shadow: 0 10px 30px rgba(35, 38, 45, 0.14) !important;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 30px;
}

.items-grid .single-grid .image {
	position: relative;
}

.items-grid .single-grid .image .author {
	background: transparent;
	padding: 15px 20px;
	border-radius: 0;
	position: absolute;
	left: 0;
	bottom: 5px;
	overflow: visible;
	width: 100%;
	z-index: 2 !important;
}

.items-grid .single-grid .image .author::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 110px;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000e3));
	background: linear-gradient(transparent, #000000e3);
	z-index: -1;
	overflow: visible;
}

.items-grid .single-grid .image .author .author-image {
	float: left;
}

.items-grid .single-grid .image .author .author-image a {
	color: #081828;
}

.items-grid .single-grid .image .author .author-image a:hover {
	color: #a28b51;
}

.items-grid .single-grid .image .author .author-image a:hover span {
	color: #a28b51;
}

.items-grid .single-grid .image .author .author-image a span {
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	margin-left: 5px;
	color: #fff;
}

.items-grid .single-grid .image .author .author-image img {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: inline-block;
}

.items-grid .single-grid .image .author .author-image p {
	display: inline-block;
	margin-left: 5px;
}

.items-grid .single-grid .image .author .sale {
	display: inline-block;
	background: #a28b51;
	color: #fff;
	font-size: 14px;
	float: right;
	font-weight: 500;
	padding: 7px 15px;
	border-radius: 6px;
	font-family: 'Jost',
		sans-serif;
}

.items-grid .single-grid .image .item-position {
	display: inline-block;
	background: #a28b51;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 15px;
	border-radius: 6px;
	position: absolute;
	right: 15px;
	top: 15px;
	-webkit-box-shadow: 0 5px 10px rgba(35, 38, 45, 0.14) !important;
	box-shadow: 0 5px 10px rgba(35, 38, 45, 0.14) !important;
	font-family: 'Jost',
		sans-serif;
}

.items-grid .single-grid .image .item-position i {
	display: inline-block;
	margin-right: 3px;
}

.items-grid .single-grid .image img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.items-grid .single-grid .image .thumbnail {
	overflow: hidden;
}

.items-grid .single-grid:hover .image .thumbnail img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.items-grid .single-grid .content .top-content {
	padding: 30px 30px 25px 30px;
}

.items-grid .single-grid .content .top-content .tag {
	display: inline-block;
	margin-bottom: 5px;
	color: #888;
	font-size: 14px;
	font-weight: 500;
}

.items-grid .single-grid .content .top-content .tag i {
	display: inline-block;
	margin-right: 5px;
	color: #a28b51;
}

.items-grid .single-grid .content .top-content .tag:hover {
	color: #a28b51;
}

.items-grid .single-grid .content .top-content .title {
	display: block;
	margin-bottom: 10px;
	line-height: 30px;
}

.items-grid .single-grid .content .top-content .title a {
	color: #081828;
	font-size: 20px;
	font-weight: 600;
}

.items-grid .single-grid .content .top-content .title a:hover {
	color: #a28b51;
}

.items-grid .single-grid .content .top-content .update-time {
	font-size: 14px;
}

.items-grid .single-grid .content .top-content .rating {
	margin-top: 10px;
}

.items-grid .single-grid .content .top-content .rating li {
	display: inline-block;
	color: #FFAB02;
}

.items-grid .single-grid .content .top-content .rating li a {
	color: #888;
	font-weight: 400;
	font-size: 13px;
}

.items-grid .single-grid .content .top-content .rating li a:hover {
	color: #a28b51;
}

.items-grid .single-grid .content .top-content .info-list {
	margin-top: 10px;
	overflow: hidden;
}

.items-grid .single-grid .content .top-content .info-list li {
	display: block;
	float: left;
	width: 50%;
	line-height: 30px;
	font-size: 14px;
	font-weight: 500;
}

.items-grid .single-grid .content .top-content .info-list li a {
	color: #888;
	font-weight: 500;
}

.items-grid .single-grid .content .top-content .info-list li a:hover {
	color: #a28b51;
}

.items-grid .single-grid .content .top-content .info-list li a i {
	color: #a28b51;
	display: inline-block;
	margin-right: 3px;
}

.items-grid .single-grid .content .top-content .info-list li:last-child {
	margin: 0;
}

.items-grid .single-grid .content .bottom-content {
	padding: 15px 30px;
	border-top: 1px solid #eee;
	overflow: hidden;
}

.items-grid .single-grid .content .bottom-content .price {
	float: left;
	font-size: 14px;
	position: relative;
	font-weight: 500;
	top: 8px;
	font-family: 'Jost',
		sans-serif;
}

.items-grid .single-grid .content .bottom-content .price span {
	color: #a28b51;
	font-weight: 700;
	font-size: 18px;
	display: inline-block;
	margin-left: 5px;
}

.items-grid .single-grid .content .bottom-content .like {
	float: right;
	color: #a28b51;
	font-size: 18px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	border-radius: 50%;
	border: 1px solid #eee;
}

.items-grid .single-grid .content .bottom-content .like:hover {
	color: #fff;
	background: #a28b51;
	border-color: transparent;
}

/*======================================
    Newsletter CSS
========================================*/
.newsletter {
	padding: 80px;
	background-color: #a28b51;
	background-image: url(../images/newsletter/newsletter-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.newsletter .inner-content {
	position: relative;
}

.newsletter .title {
	padding-left: 80px;
}

.newsletter .title i {
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	background: #fff;
	color: #a28b51;
	border-radius: 50%;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.newsletter .title h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
	line-height: 40px;
}

.newsletter .title p {
	color: #fff;
	display: block;
	margin-top: 0px;
	font-size: 16px;
	font-family: 'Jost',
		sans-serif;
}

.newsletter .newsletter-form {
	padding-left: 80px;
	position: relative;
}

.newsletter .newsletter-form input {
	height: 55px;
	width: 100%;
	display: inline-block;
	background: transparent;
	border: none;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 6px;
	padding: 0 142px 0 20px;
	color: #fff !important;
	font-size: 16px;
	border-radius: 6px;
}

.newsletter .newsletter-form ::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.newsletter .newsletter-form :-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.newsletter .newsletter-form ::-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.newsletter .newsletter-form ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.newsletter .newsletter-form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.newsletter .newsletter-form ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

.newsletter .newsletter-form .button {
	display: inline-block;
	position: absolute;
	right: 0;
}

.newsletter .newsletter-form .button .btn {
	display: inline-block;
	background: #fff;
	color: #a28b51;
	height: 55px;
	border-radius: 0px 6px 6px 0;
}

.newsletter .newsletter-form .button .btn:hover {
	color: #081828;
}

/*======================================
    Why Choose CSS
========================================*/
.why-choose .choose-image img {
	height: 100%;
	width: 100%;
}

.why-choose .choose-content .title {
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 45px;
	text-transform: capitalize;
	position: relative;
	font-weight: 600;
	padding-bottom: 20px;
}

.why-choose .choose-content .single-list {
	position: relative;
	margin-top: 30px;
	padding: 40px;
	background-color: #f9f9f9;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 6px;
}

.why-choose .choose-content .single-list i {
	color: #a28b51;
	font-size: 25px;
	display: inline-block;
	margin-bottom: 30px;
	height: 70px;
	width: 70px;
	line-height: 62px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: #a28b51;
	color: #fff;
	border: 4px solid transparent;
}

.why-choose .choose-content .single-list:hover i {
	color: #a28b51;
	background-color: transparent;
	border-color: #a28b51;
}

.why-choose .choose-content .single-list h4 {
	font-size: 20px;
	font-weight: 600;
	display: block;
	margin-bottom: 15px;
}

.why-choose .choose-content .single-list p {
	font-size: 16px;
}

/* How It Works */
.how-works {
	background-color: #f9f9f9;
}

.how-works .single-work {
	text-align: center;
	padding: 40px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
}

.how-works .single-work .serial {
	height: 80px;
	width: 80px;
	line-height: 68px;
	background-color: #a28b51;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	border: 6px solid #b29cfb;
	display: inline-block;
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 25px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.how-works .single-work:hover .serial {
	color: #a28b51;
	background-color: transparent;
	border-color: #a28b51;
}

.how-works .single-work h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.how-works .single-work p {
	font-size: 16px;
	line-height: 24px;
}

/*======================================
    Call Action CSS
========================================*/
.call-action {
	background-image: url("../images/call-action/cat-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	padding: 150px 0;
	background-attachment: fixed;
}

.call-action.overlay::before {
	background-color: #081828;
	opacity: 0.9;
	z-index: -1;
}

.call-action .content {
	text-align: center;
}

.call-action .content h2 {
	font-size: 35px;
	font-weight: 600;
	line-height: 52px;
	color: #fff;
	display: block;
	margin-bottom: 15px;
}

.call-action .content p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.call-action .content .button {
	margin-top: 30px;
}

.call-action .content .button .btn:hover {
	color: #081828;
	background: #fff;
}


/*======================================
    Responsive CSS
========================================*/
@media only screen and (min-width: 991px) and (max-width: 1200px) {
	.section-title {
		margin-bottom: 50px;
		padding: 0 220px;
	}

	.header .header .login-button {
		margin-left: 20px;
	}

	.header .login-button ul {
		padding: 0;
	}

	.header .nav-item {
		margin-right: 30px;
	}

	.header .nav-item a {
		padding: 32px 0 !important;
	}

	.header .nav-item .sub-menu li a {
		padding: 12px 15px !important;
	}

	.header .nav-item .sub-menu.mega-menu {
		width: 460px;
	}

	.hero-area {
		padding-top: 170px;
		padding-bottom: 200px;
	}

	.hero-area .hero-text h2 {
		font-size: 38px;
	}

	.hero-area .hero-text .button .btn {
		padding: 12px 10px;
	}

	.hero-area.style2 .hero-text h2 {
		font-size: 42px;
	}
}

/* Tablet Screen */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section {
		padding: 60px 0px;
	}

	.section-title {
		margin-bottom: 30px;
		padding: 0px 90px;
	}

	.section-title h2 {
		font-size: 30px;
		line-height: 38px;
	}

	.section-title p {
		font-size: 16px;
	}

	.section-title.align-left {
		padding: 0;
		padding-right: 200px;
	}

	.breadcrumbs {
		padding-top: 120px;
		padding-bottom: 50px;
	}

	.breadcrumbs .page-title {
		font-size: 28px;
	}

	.button .btn {
		padding: 12px 25px;
		font-size: 14px;
		font-weight: 500;
	}

	#scrollUp {
		bottom: 55px;
	}

	.header {
		padding: 15px 0;
	}

	.navbar-area.sticky {
		padding: 15px 0;
	}

	.navbar-brand img {
		width: 170px;
	}

	.sticky .navbar .navbar-nav .nav-item .sub-menu .nav-item a {
		color: #081828;
	}

	.sticky .navbar .navbar-nav .nav-item:hover a {
		color: #a28b51;
	}

	.breadcrumbs .bread-list {
		margin-top: 8px;
	}

	.hero-area {
		padding-top: 135px;
		padding-bottom: 185px;
	}

	.hero-area .hero-text h2 {
		font-size: 38px;
	}

	.hero-area .hero-text .button .btn {
		padding: 12px 10px;
	}

	.hero-area.style2 .hero-text {
		text-align: center;
	}

	.hero-area.style2 .hero-text h2 {
		font-size: 38px;
	}

	.hero-area.style2 .hero-text h2::before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.hero-area.style3 {
		padding-top: 135px;
	}

	.hero-area.style3 .hero-text {
		text-align: center;
	}

	.hero-area.style3 .hero-text h2 {
		font-size: 38px;
	}

	.hero-area.style3 .hero-text h2::before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.hero-area.style3 .search-form {
		margin-top: 30px;
	}

	.ads-tab.custom-padding {
		padding-top: 120px;
	}

	.categories.style2 {
		height: auto;
		padding: 60px 0;
	}

	.categories .single-cat .icon img {
		width: 35px;
	}

	.our-achievement {
		padding-top: 30px;
	}

	.our-achievement .single-achievement {
		padding: 0;
	}

	.our-achievement .single-achievement h3 {
		font-size: 30px;
	}

	.our-achievement .single-achievement p {
		font-size: 16px;
	}

	.single-ad-grid .align-items-center {
		-webkit-box-align: inherit !important;
		-ms-flex-align: inherit !important;
		align-items: inherit !important;
	}

	.single-ad-grid .image {
		height: 100%;
	}

	.single-ad-grid .image a {
		height: 100%;
	}

	.single-ad-grid .image img {
		height: 100%;
	}

	.items-grid.custom-padding {
		padding-top: 150px;
	}

	.items-grid .section-title {
		margin-bottom: 30px;
	}

	.items-grid .single-grid .content .top-content .info-list li a {
		line-height: 20px;
	}

	.browse-cities .section-title {
		margin-bottom: 30px;
	}

	.pricing-table .section-title {
		margin-bottom: 30px;
	}

	.testimonials {
		padding-bottom: 100px !important;
	}

	.testimonials .tns-nav {
		bottom: 50px;
	}

	.how-works .single-work {
		padding: 25px 15px;
		margin-top: 30px;
	}

	.how-works .single-work .serial {
		height: 70px;
		width: 70px;
		line-height: 60px;
		border: 4px solid #b29cfb;
		margin-bottom: 25px;
		font-size: 22px;
	}

	.how-works .single-work h3 {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.how-works .single-work p {
		font-size: 15px;
	}

	.ads-details .product-info {
		padding-left: 0;
		margin-top: 40px;
	}

	.latest-news-area .single-news {
		margin-top: 30px;
	}

	.newsletter .newsletter-form {
		padding-left: 0;
	}

	.newsletter .newsletter-form input {
		padding-right: 135px;
	}

	.about-us .content-right {
		margin-top: 30px;
		padding-right: 0;
		padding-left: 0;
	}

	.post-ad-tab nav .nav-tabs {
		border: none;
		padding: 20px;
		border: 1px solid #eee;
		border-radius: 6px;
	}

	.post-ad-tab .step-two-content .upload-input {
		margin-bottom: 20px;
	}

	.post-ad-tab nav button {
		border-radius: 6px !important;
		width: 100%;
	}

	.contact-us .form-main {
		margin-top: 30px;
	}

	.map-section .mapouter {
		height: 400px;
	}

	.map-section .gmap_canvas {
		height: 400px;
	}

	.map-section iframe {
		height: 400px;
	}

	.faq {
		padding-bottom: 40px;
	}

	.coming-soon .soon-content .text h2 {
		font-size: 35px !important;
	}

	.dashboard .main-content .details-lists .single-list {
		padding: 0;
		padding: 20px;
		text-align: center;
	}

	.dashboard .main-content .details-lists .single-list .list-icon {
		height: 55px;
		width: 55px;
		line-height: 55px;
		-webkit-transform: translateY(-50%);
		transform: translateY(0%);
		text-align: center;
		position: relative;
		text-align: center;
		left: 0;
		top: 0;
		display: inline-block;
		margin-bottom: 15px;
	}

	.dashboard .main-content .details-lists .single-list .list-icon i {
		font-size: 20px;
	}

	.dashboard-sidebar {
		margin-bottom: 30px;
	}

	.messages-body .chat-search-form {
		border-right: none;
	}

	.messages-body .form-head .username-title {
		text-align: left;
		padding-left: 30px;
		padding-bottom: 30px;
		border-top: 1px solid #eee;
		padding-top: 30px;
	}

	.messages-body .user-list {
		border-right: none;
	}

	.messages-body .chat-list {
		padding-left: 30px;
		border-top: 1px solid #eee;
	}

	.messages-body .chat-list .reply-block input {
		width: 240px;
	}

	.close-content h2 {
		font-size: 26px;
	}

	.latest-news-area.blog-list {
		padding-top: 30px !important;
	}

	.blog-grid-page {
		margin-top: 30px;
	}

	.blog-grid-page.pagination {
		margin-top: 10px !important;
	}

	.footer .footer-top {
		padding: 50px 0 !important;
		padding-top: 45px !important;
	}

	.footer .single-footer h6 {
		margin-bottom: 25px !important;
	}

	.footer .single-footer {
		margin-top: 40px;
	}

	.footer .footer-top .footer-social {
		margin-top: 30px !important;
	}
}

/* Mobile Screen */
@media only screen and (max-width: 767px) {
	.section {
		padding: 50px 0px;
	}

	.section-title {
		margin-bottom: 25px;
		padding: 0px 10px;
	}

	.section-title h2 {
		font-size: 25px;
		margin-top: 3px;
		line-height: 35px;
	}

	.section-title p {
		font-size: 16px;
	}

	.section-title.align-left {
		padding: 0;
		padding-right: 0;
	}

	.breadcrumbs {
		padding-top: 120px;
		padding-bottom: 50px;
	}

	.breadcrumbs .breadcrumbs-content {
		text-align: center;
	}

	.breadcrumbs .page-title {
		font-size: 22px;
		line-height: 30px !important;
	}

	.breadcrumbs .breadcrumb-nav {
		float: none !important;
		margin-top: 15px;
		text-align: center;
	}

	.button .btn {
		padding: 12px 25px;
		font-size: 14px;
		font-weight: 500;
	}

	#scrollUp {
		bottom: 55px;
	}

	.navbar-brand img {
		width: 170px;
	}

	.header {
		padding: 20px 0;
	}

	.header .header-button {
		display: none;
	}

	.header .login-button {
		display: none;
	}

	.header .navbar-collapse {
		top: 59px !important;
		border-top: 1px solid #eee;
	}

	.sticky .navbar .navbar-nav .nav-item .sub-menu .nav-item a {
		color: #081828;
	}

	.sticky .navbar .navbar-nav .nav-item:hover a {
		color: #a28b51;
	}

	.breadcrumbs .bread-list {
		margin-top: 8px;
	}

	.navbar-area.sticky {
		padding: 20px 0;
	}

	.navbar-brand img {
		width: 170px;
	}

	.breadcrumbs .bread-list {
		margin-top: 8px;
	}

	.hero-area {
		padding-top: 135px;
		padding-bottom: 185px;
	}

	.hero-area .hero-text h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.hero-area .hero-text .button .btn {
		padding: 12px 10px;
	}

	.hero-area .search-form {
		margin-top: 30px;
		background: #fff3;
		border-radius: 6px;
		padding: 40px;
	}

	.hero-area .search-form .search-input {
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
	}

	.hero-area .search-form .btn {
		margin: 0;
	}

	.hero-area.style2 {
		padding-top: 130px;
		padding-bottom: 60px;
	}

	.hero-area.style2 .hero-text {
		text-align: center;
	}

	.hero-area.style2 .hero-text h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.hero-area.style2 .hero-text h2::before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.hero-area.style2 .search-form {
		background-color: #fff;
		padding: 25px;
	}

	.hero-area.style3 {
		padding-top: 135px;
		padding-bottom: 50px;
	}

	.hero-area.style3 .hero-text {
		text-align: center;
	}

	.hero-area.style3 .hero-text h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.hero-area.style3 .hero-text h2::before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.hero-area.style3 .categories {
		margin-top: 20px;
	}

	.hero-area.style3 .categories .single-cat {
		margin-top: 20px;
	}

	.hero-area.style3 .search-form {
		margin-top: 30px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding-right: 40px;
	}

	.ads-tab.custom-padding {
		padding-top: 50px;
	}

	.categories.style2 {
		height: auto;
		padding: 60px 0;
	}

	.category-page .category-grid-topbar {
		margin-top: 30px;
	}

	.category-page .category-grid-topbar .nav {
		float: none;
		margin-top: 15px;
	}

	.our-achievement {
		padding-top: 20px;
	}

	.our-achievement .single-achievement {
		padding: 0;
	}

	.our-achievement .single-achievement h3 {
		font-size: 30px;
	}

	.our-achievement .single-achievement p {
		font-size: 16px;
	}

	.categories .tns-controls button {
		width: 30px;
		height: 46px;
		border-radius: 0;
	}

	.categories .tns-controls button:first-child {
		left: 0;
		border-radius: 0 6px 6px 0;
	}

	.categories .tns-controls button:last-child {
		right: 0;
		border-radius: 6px 0 0 6px;
	}

	.categories .single-cat .icon img {
		width: 35px;
	}

	.items-grid.custom-padding {
		padding-top: 150px;
	}

	.items-grid .section-title {
		margin-bottom: 30px;
	}

	.items-grid .single-grid .content .top-content .info-list li a {
		line-height: 20px;
	}

	.browse-cities .section-title {
		margin-bottom: 30px;
	}

	.call-action .content h2 {
		font-size: 28px;
	}

	.ads-tab .nav {
		border: none;
		margin: 0 !important;
	}

	.ads-tab .nav-tabs .nav-link {
		padding: 12px 40px;
		display: block !important;
		text-align: center !important;
		width: 100%;
		background: #eee !important;
		margin-bottom: 7px;
		border-radius: 6px 6px 0 0;
	}

	.pricing-table .section-title {
		margin-bottom: 30px;
	}

	.testimonials {
		padding-bottom: 80px !important;
	}

	.testimonials .single-testimonial {
		padding: 35px 30px;
	}

	.testimonials .single-testimonial .quote-icon i {
		font-size: 35px;
	}

	.testimonials .tns-nav {
		bottom: 45px;
	}

	.how-works .single-work {
		padding: 25px 15px;
		margin-top: 30px;
	}

	.how-works .single-work .serial {
		height: 70px;
		width: 70px;
		line-height: 60px;
		border: 4px solid #b29cfb;
		margin-bottom: 25px;
		font-size: 22px;
	}

	.how-works .single-work h3 {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.how-works .single-work p {
		font-size: 15px;
	}

	.newsletter .title {
		text-align: center;
		padding: 0;
	}

	.newsletter .title i {
		position: relative;
		top: 0 !important;
		display: inline-block;
		text-align: center;
		-webkit-transform: none;
		transform: none;
		margin-bottom: 15px;
	}

	.newsletter .newsletter-form {
		margin-top: 20px;
	}

	.newsletter .newsletter-form .button {
		position: relative;
		margin-top: 15px;
		width: 100%;
	}

	.newsletter .newsletter-form .button .btn {
		width: 100%;
		border-radius: 6px;
	}

	.faq-area {
		padding-bottom: 20px !important;
	}

	.faq-area .single-faq {
		margin-bottom: 45px;
	}

	.faq-area .heading {
		font-size: 15px;
		line-height: 25px;
	}

	.brand-area .section-title.align-left {
		padding-right: 0;
		margin-bottom: 40px !important;
	}

	.client-logo-section {
		padding: 0 !important;
	}

	.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img {
		max-width: 170px;
	}

	.about-us .content-right {
		margin-top: 30px;
		padding-right: 0;
		padding-left: 0;
	}

	.about-us .content-right h2 {
		font-size: 25px;
		line-height: 35px;
	}

	.about-us .content-right h3 {
		margin-top: 30px;
	}

	.latest-news-area .section-title {
		margin-bottom: 10px;
	}

	.latest-news-area .single-news {
		margin-top: 30px;
	}

	.latest-news-area .single-news .content-body .title {
		line-height: 24px !important;
	}

	.latest-news-area .single-news .content-body .title a {
		font-size: 17px !important;
	}

	.post-details .post-meta li {
		margin-bottom: 8px;
	}

	.post-details p {
		margin: 20px 0;
	}

	.post-image .blog-inner-big-img {
		margin-bottom: 1.5rem !important;
	}

	.post-details .list {
		margin-left: 0 !important;
	}

	.post-details .list li i {
		top: 6px !important;
	}

	.post-comments {
		padding: 30px;
	}

	.post-comments .comments-list {
		padding: 0 !important;
	}

	.post-comments .comments-list li {
		padding: 0 !important;
	}

	.post-comments .comments-list li .comment-img {
		position: relative !important;
	}

	.comment-form {
		padding: 30px;
	}

	.comment-form form .form-box .form-control-custom {
		height: 50px;
		margin-bottom: 15px;
	}

	.post-comments .comments-list li.children {
		margin-left: 0 !important;
	}

	.post-comments .comments-list li {
		padding-top: 30px !important;
	}

	.post-comments .comments-list li .comment-desc {
		margin-top: -15px;
	}

	.post-comments .comments-list li .comment-img img {
		max-width: 70px;
		max-height: 70px;
		display: inline-block !important;
		margin-bottom: -15px !important;
	}

	.post-comments .comments-list li .comment-desc .desc-top .reply-link {
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding: 8px 25px;
		position: relative;
		margin-top: 15px;
	}

	.post-comments .comments-list li {
		padding-left: 100px;
	}

	.latest-news-area.blog-list {
		padding-top: 20px;
	}

	.blog-list .single-news {
		margin-bottom: 0 !important;
	}

	.sidebar {
		margin-top: 30px;
	}

	.sidebar .widget.search-widget form input {
		padding: 0 80px 0 20px;
	}

	.sidebar .widget.social-widget ul li {
		margin-bottom: 10px;
	}

	.post-details .post-title {
		line-height: 30px;
	}

	.post-details .post-title a {
		font-size: 24px;
		font-weight: 600;
	}

	.error-area .error-content h1 {
		font-size: 60px !important;
		line-height: 80px !important;
	}

	.error-area .error-content h2 {
		font-size: 18px !important;
	}

	.maill-success .success-content h1 {
		font-size: 28px !important;
	}

	.maill-success .success-content h2 {
		font-size: 18px !important;
	}

	.ads-details .product-info {
		padding-left: 0;
		margin-top: 30px;
	}

	.ads-details .product-info .contact-info ul li {
		margin: 0;
		width: 100%;
	}

	.ads-details .product-info .contact-info ul li:last-child {
		width: 100%;
		text-align: center;
		margin-top: 8px;
	}

	.ads-details .product-info .contact-info ul li:last-child a {
		width: 100%;
	}

	.ads-details .product-info .social-share h4 {
		display: block;
		margin-bottom: 15px;
	}

	.ads-details-blocks .single-block.comments .single-comment {
		position: relative;
		padding-left: 0;
		margin-top: 30px;
	}

	.ads-details-blocks .single-block.comments .single-comment img {
		position: relative;
		margin-bottom: 15px;
	}

	.ads-details .product-images .images {
		display: -ms-grid;
		display: grid;
		Grid-template-columns: repeat(4, 1fr);
		Grid-gap: 1em 1em;
		Margin-top: 1em;
	}

	.ads-details .product-info .social-share ul li {
		margin-bottom: 8px;
	}

	.ads-details .product-info .title {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.latest-news-area .single-news {
		margin-top: 30px;
	}

	.newsletter .newsletter-form {
		padding-left: 0;
	}

	.newsletter .newsletter-form input {
		padding-right: 135px;
	}

	.post-ad-tab nav .nav-tabs {
		border: none;
		padding: 20px;
		border: 1px solid #eee;
		border-radius: 6px;
	}

	.post-ad-tab .step-two-content .upload-input {
		margin-bottom: 20px;
	}

	.post-ad-tab nav button {
		border-radius: 6px !important;
		width: 100%;
	}

	.login .form-head {
		padding: 30px;
	}

	.login .form-head .title {
		font-size: 25px;
	}

	.login .form-head .alt-option {
		margin: 20px 0;
	}

	.login .form-head form .form-group {
		margin-bottom: 18px;
	}

	.contact-us .form-main {
		margin-top: 30px;
	}

	.contact-us .single-head {
		padding: 30px !important;
	}

	.contact-us .form-main {
		padding: 30px !important;
	}

	.contact-us .contant-inner-title h2 {
		font-size: 22px;
	}

	.map-section .mapouter {
		height: 300px;
	}

	.map-section .gmap_canvas {
		height: 300px;
	}

	.map-section iframe {
		height: 300px;
	}

	.contact-us .form-main .form-title h2 {
		font-size: 25px;
	}

	.faq {
		padding-bottom: 30px;
	}

	.login .form-head form .check-and-pass .form-check {
		float: none;
		text-align: center;
		display: block;
		margin-top: 10px;
	}

	.login .form-check .form-check-input {
		float: left;
		margin-left: -1.5em;
		float: none;
		text-align: center;
	}

	.login .form-head form .check-and-pass .lost-pass {
		float: right;
		color: #777;
		position: relative;
		top: -2px;
		float: none;
		margin-top: 10px;
		text-align: center;
		display: block;
	}

	.coming-soon .soon-content .text h2 {
		font-size: 28px !important;
		margin-bottom: 10px !important;
		line-height: 32px !important;
	}

	.coming-soon .soon-content .text {
		margin-bottom: 10px !important;
	}

	.coming-soon .soon-content .box {
		margin-top: 18px !important;
	}

	.dashboard .main-content .details-lists .single-list {
		margin-top: 30px;
	}

	.dashboard-sidebar {
		margin-bottom: 30px;
	}

	.profile-settings-block .profile-setting-form .form-group {
		margin-bottom: 20px !important;
	}

	.my-ads-items .ad-list-title {
		text-align: left;
	}

	.my-ads-items .ad-list-title p {
		padding: 5px 0;
	}

	.my-ads-items .ad-list-title .align-right {
		float: none;
		text-align: left !important;
	}

	.my-ads-items .single-ad-list p {
		padding: 8px 0;
	}

	.my-ads-items .single-ad-list .ad-image {
		margin-bottom: 10px;
	}

	.my-ads-items .single-ad-list .action-btn {
		margin-top: 10px;
	}

	.my-ads-items .single-ad-list .align-right {
		text-align: left !important;
	}

	.messages-body .chat-search-form {
		border-right: none;
	}

	.messages-body .form-head .username-title {
		text-align: left;
		padding-left: 30px;
		padding-bottom: 30px;
		border-top: 1px solid #eee;
		padding-top: 30px;
	}

	.messages-body .user-list {
		border-right: none;
	}

	.messages-body .chat-list {
		padding-left: 30px;
		border-top: 1px solid #eee;
	}

	.messages-body .chat-list .reply-block input {
		width: 100%;
		padding: 20px;
		border: 1px solid #eee;
		margin-top: 10px;
		padding-right: 75px;
		border-radius: 6px;
	}

	.messages-body .chat-list .reply-block {
		position: relative;
	}

	.messages-body .chat-list .reply-block button {
		display: inline-block;
		height: 50px;
		width: 50px;
		text-align: center;
		line-height: 48px;
		color: #fff;
		background: #a28b51;
		border-radius: 6px;
		border: none;
		font-size: 18px;
		position: absolute;
		top: -4px;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		padding-left: 3px;
		padding-bottom: 3px;
		right: 8px;
		top: 87px;
	}

	.messages-body .chat-list .single-chat-head li.right .text {
		padding: 20px;
		font-size: 15px;
	}

	.messages-body .chat-list .single-chat-head li.left .text {
		padding: 20px;
		font-size: 15px;
	}

	.close-content h2 {
		font-size: 22px;
	}

	.close-content {
		padding: 50px 30px;
	}

	.close-content .button .btn {
		width: 75%;
		margin: 0;
		margin-bottom: 10px;
	}

	.close-content .button .btn:last-child {
		margin: 0;
	}

	.ads-details .product-info .contact-info ul li .call {
		width: 100%;
	}

	.default-list-style .default-list-title p {
		padding: 3px 0;
	}

	.default-list-title .align-right {
		text-align: left;
	}

	.default-list-style .single-list p {
		padding: 3px 0;
	}

	.default-list-style .single-list .action-btn {
		margin-top: 5px;
	}

	.default-list-style .single-list .align-right {
		text-align: left;
	}

	.post-details .detail-inner {
		padding: 20px;
		margin-bottom: 30px;
	}

	.post-details .post-title a {
		font-size: 22px;
		font-weight: 600;
	}

	blockquote {
		margin: 30px 0;
		padding: 20px;
	}

	blockquote .icon i {
		font-size: 30px;
	}

	.post-social-media .share-title {
		margin-bottom: 25px;
	}

	.comment-title {
		margin-bottom: 0px !important;
	}

	.sidebar .widget {
		padding: 30px;
	}

	.post-details .post-image img {
		margin-top: 20px;
	}

	.post-details .post-social-media ul {
		margin-left: 0;
	}

	.footer .footer-top {
		padding: 30px 0 !important;
		padding-top: 25px !important;
	}

	.footer .footer-bottom .inner {
		padding: 30px 0 !important;
	}

	.footer .single-footer h6 {
		margin-bottom: 25px !important;
	}

	.footer .single-footer {
		margin-top: 40px;
		text-align: center;
	}

	.footer .footer-top .footer-social {
		margin-top: 30px !important;
	}
}

/*======================================
	Contact CSS
========================================*/
.contactPageMT {
	margin-top: 130px;
}

.contact-us {
	position: relative;
	background-color: #f9f9f9;
}

.contact-us .contact-head {
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.contact-us .title {
	margin-bottom: 30px;
}

.contact-us .contant-inner-title {
	margin-bottom: 45px;
}

.contact-us .contant-inner-title h2 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #081828;
	text-transform: capitalize;
}

.contact-us .contant-inner-title p {
	font-size: 19px;
	font-weight: 4300;
	line-height: 1.7;
	margin-top: 10px;
	display: block;
}

.contact-us .single-head {
	padding: 50px;
	padding-right: 35px;
	height: 100%;
	position: relative;
	z-index: 5;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
}

.contact-us .single-info {
	text-align: left;
	margin-bottom: 35px;
	position: relative;
}

.contact-us .single-info:last-child {
	margin: 0;
}

.contact-us .single-info h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.contact-us .single-info ul {
	display: inline-block;
}

.contact-us .single-info ul li {
	display: block;
	margin-bottom: 0px;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.7;
	color: #000;
}

.contact-us .single-info ul li:last-child {
	margin: 0;
}

.contact-us .single-info ul li a {
	display: inline-block;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.7;
	color: #000;
}

.contact-us .single-info ul li a:hover {
	color: #a28b51;
}

.contact-us .single-info ul li.dPhones {
	position: relative;
	display: flex;
}

.contact-us .single-info ul li.dPhones span.span2 {
	padding-left: 8px;
}

.contact-us .contact-social {
	display: block;
	margin-top: 65px;
}

.contact-us .contact-social h5 {
	color: #081828;
	font-weight: 600;
	font-size: 18px;
}

.contact-us .contact-social ul li {
	display: inline-block;
	margin-right: 6px;
}

.contact-us .contact-social ul li:last-child {
	margin-right: 0;
}

.contact-us .contact-social ul li a {
	font-size: 14px;
	color: #555;
	height: 40px;
	width: 40px;
	text-align: center;
	display: block;
	line-height: 40px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 50%;
	position: relative;
	z-index: 3;
}

.contact-us .contact-social ul li a:hover {
	color: #fff;
	background-color: #a28b51;
	border-color: transparent;
}

.contact-us .single-info .title {
	margin-bottom: 10px;
	font-weight: 500;
	color: #fff;
	font-size: 18px;
}

.contact-us .form-main {
	padding: 45px 50px 50px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	height: 100%;
}

.contact-us .form-main .form-title {
	margin-bottom: 30px;
}

.contact-us .form-main .form-title h2,
.contact-us .form-main .form-title h4 {
	margin-bottom: 20px;
	font-size: 30px;
}

.contact-us .form-main .form-title p {
	font-size: 19px;
	font-weight: 300;
	line-height: 1.7;
}

.contact-us .form .form-group {
	margin-bottom: 15px;
	display: block;
}

.contact-us .form .form-group input,
.bookingFrm input {
	height: 55px;
	line-height: 55px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 0px 20px;
	color: #333;
	border-radius: 0px;
	font-weight: 400;
	border-radius: 5px;
}

.contact-us .form .form-group textarea {
	height: 180px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 15px 20px;
	color: #333;
	border-radius: 0px;
	resize: none;
	font-weight: 400;
	border-radius: 5px;
	resize: vertical;
}

.contact-us .form .button {
	margin: 0;
}

.contact-us .form .button .btn {
	height: 50px;
	border: none;
}

/* .bookingFrm .form-group .arrow {top: 63%!important;}  */
.pd input {
	margin-bottom: 20px;
}

.map-section {
	background-color: #f9f9f9;
}

/*======================================
  Reservation CSS
========================================*/
.resrvSection {}

.resrvSection .cmn-section-title {
	margin-bottom: 0px;
}

.resrvSection .cmn-section-title h1 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 30px;
	line-height: 45px;
	text-transform: capitalize;
	position: relative;
	font-weight: 600;
	padding-bottom: 20px;
}

.resrvSection .cmn-section-title h1:before {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 8px;
	height: 4px;
	width: 50px;
	border-radius: 5px;
	background: #a28b51;
	content: "";
}

.resrvSection .cmn-section-title p {
	text-align: center;
	margin-bottom: 20px;
	padding: 20px;
	padding-top: 0px;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.7;
}

.resrvSection label {
	position: relative;
	display: block;
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #a28b51;
	font-weight: bold;
	letter-spacing: 0.7px;
}

.resrvSection label:before {
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 8px;
	height: 17px;
	width: 4px;
	border-radius: 0px;
	background: #a28b51;
	content: "";
}

.resrvSection .form-group.datePikr {
	position: relative;
	display: block;
}

.resrvSection .form-group.datePikr input:hover {
	cursor: pointer;
}

.resrvSection .form-group.datePikr span {}

.resrvSection .form-group.datePikr span i {
	color: #a28b51;
	font-size: 15px;
}

.resrvSection .form-group select {
	height: 55px;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 6px;
	color: #081828;
	background: #fff;
	padding: 0px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}

.resrvSection .form-group select:focus {
	outline: none !important;
}

.resrvSection .form-group .selector-head {
	position: relative;
}

.resrvSection .form-group .arrow {
	position: absolute;
	color: #a28b51;
	right: 20px;
	top: 50%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
}

.resrvSection .form-group textarea {
	height: 130px;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 6px;
	color: #081828;
	width: 100%;
}

.resrvSection .form .form-group.spreq textarea {
	height: 100px;
}

.resrvSection .form .form-group button.btn {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.8px;
}

.resrvSection .form-group.datePikr input {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	appearance: none;
	outline-width: 0;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAvIAAANZCAYAAABtN9rVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNERUQ0RjdBQzJDQTExRUNBNzlGOEZCODk4OUM2QTI4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNERUQ0RjdCQzJDQTExRUNBNzlGOEZCODk4OUM2QTI4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0RFRDRGNzhDMkNBMTFFQ0E3OUY4RkI4OTg5QzZBMjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0RFRDRGNzlDMkNBMTFFQ0E3OUY4RkI4OTg5QzZBMjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4YPjtCAAAxDElEQVR42uzdC5RkdX0n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') no-repeat 95% 50%;
	background-size: 15px;
	border-radius: 5px;
}

.resrvSection .form-group select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	appearance: none;
	outline-width: 0;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOwAAACGCAYAAADevGYoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk5ODE0QkFGQzJDRDExRUM4QkI4RUM0OUJGOUMzMTYxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk5ODE0QkIwQzJDRDExRUM4QkI4RUM0OUJGOUMzMTYxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTk4MTRCQURDMkNEMTFFQzhCQjhFQzQ5QkY5QzMxNjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTk4MTRCQUVDMkNEMTFFQzhCQjhFQzQ5QkY5QzMxNjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5P7keYAAAOI0lEQVR42uydf4gV1xXH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') no-repeat 95% 50%;
	background-size: 13px;
	border-radius: 5px;
}

.resrvSection .form-group select.drs {
	background-position: right;
	background-position-x: 97.5%;
}

/*======================================
	Error 404 CSS
========================================*/
.error-area {
	height: 100vh;
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table {
	display: table !important;
}

.d-table-cell {
	vertical-align: middle;
}

.d-table-cell {
	display: table-cell !important;
}

.error-area .error-content h1 {
	font-size: 100px;
	color: #a28b51;
	margin-bottom: 8px;
	font-weight: 800;
	line-height: 100px;
}

.error-area .error-content h2 {
	font-size: 25px;
	margin-bottom: 8px;
	color: #081828;
}

.error-area .error-content p {
	font-weight: 500;
	margin-bottom: 40px;
}

/*======================================
	Mail Success CSS
========================================*/
.maill-success {
	height: 100vh;
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table {
	display: table !important;
}

.d-table-cell {
	vertical-align: middle;
}

.d-table-cell {
	display: table-cell !important;
}

.maill-success .success-content h1 {
	font-size: 40px;
	color: #a28b51;
	margin-bottom: 10px;
	font-weight: 700;
}

.maill-success .success-content h2 {
	font-size: 25px;
	margin-bottom: 10px;
	color: #081828;
}

.maill-success .success-content p {
	font-weight: 500;
	margin-bottom: 20px;
}

/*======================================
	Coming Soon CSS
========================================*/
.coming-soon {
	height: 100vh;
	text-align: center;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #f9f9f9;
	z-index: 2;
}

.coming-soon .verticle-lines .vlines {
	width: 3px;
	height: 100%;
	background: #9b9b9b;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-name: lineanim;
	animation-name: lineanim;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	opacity: 0.05;
	z-index: -1;
}

.coming-soon .verticle-lines .vlines.one {
	left: 20%;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.coming-soon .verticle-lines .vlines.two {
	left: 40%;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.coming-soon .verticle-lines .vlines.three {
	left: 60%;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.coming-soon .verticle-lines .vlines.four {
	left: 80%;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

@-webkit-keyframes lineanim {
	50% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: top left;
		transform-origin: top left;
	}

	50.1% {
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left;
	}

	100% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left;
	}
}

@keyframes lineanim {
	50% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: top left;
		transform-origin: top left;
	}

	50.1% {
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left;
	}

	100% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left;
	}
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table {
	display: table !important;
}

.d-table-cell {
	vertical-align: middle;
}

.d-table-cell {
	display: table-cell !important;
}

.coming-soon .soon-content {
	text-align: center;
}

.coming-soon .soon-content .text {
	margin-bottom: 60px;
}

.coming-soon .soon-content .text h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
	color: #081828;
	display: block;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.coming-soon .soon-content .text p {
	color: #888;
	font-size: 16px;
}

.coming-soon .soon-content .box {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	width: 100px;
	height: 100px;
	margin: 0 5px;
	display: inline-block;
	padding-top: 25px;
}

.coming-soon .soon-content h2 {
	text-align: center;
	padding-top: 2px;
	color: #081828;
	font-size: 15px;
	font-weight: 400;
}

.coming-soon .soon-content .box h1 {
	font-size: 26px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 5px;
	color: #a28b51;
}

.coming-soon .soon-content .alert {
	display: none;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.contact-us .form .form-group input[type="submit"] {
	font-size: 22px;
	color: #fff;
}

.bookingFrm .rsvfld {
	margin-bottom: 0px;
}

/*======================================
	Footer CSS
========================================*/
.footer {
	background: #282828;
}

.footer .footer-top {
	padding: 30px 0px;
	border-bottom: 0px solid #f0f0f0;
}

.footer .single-footer {
	margin-top: 30px;
}

.footer .footer-contact {
	padding-left: 52%
}

.footer .single-footer.mobile-app .app-button .btn {
	border: 1px solid #eeeeee4a;
	border-radius: 6px;
	padding: 12px 35px;
	position: relative;
	text-align: left;
	padding-left: 70px;
	margin-bottom: 12px;
	min-width: 192px;
	color: #e1e1e1;
}

.footer .single-footer.mobile-app .app-button .btn:hover {
	border-color: transparent;
	background: #a28b51;
	color: #fff;
}

.footer .single-footer.mobile-app .app-button .btn:last-child {
	margin: 0;
}

.footer .single-footer.mobile-app .app-button .btn i {
	font-size: 28px;
	position: absolute;
	left: 22px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer .single-footer.mobile-app .app-button .btn .text {
	font-size: 14px;
	font-weight: 500;
}

.footer .single-footer.mobile-app .app-button .btn .text .small-text {
	font-weight: 400;
	font-size: 13px;
	display: block;
	margin-bottom: -1px;
}

.footer .single-footer.f-link li {
	display: block;
	margin-bottom: 10px;
}

.footer .single-footer.f-link li:last-child {
	margin: 0;
}

.footer .single-footer.f-link li a {
	font-size: 15px;
	font-weight: 300;
	color: #e1e1e1;
}

.footer .single-footer.f-link li a:hover {
	color: #a28b51;
}

.footer .single-footer.f-contact ul li {
	display: block;
	margin-bottom: 10px;
	line-height: 25px;
	color: #e1e1e1;
	font-weight: 300;
}

.footer .single-footer.f-contact ul li:last-child {
	margin-bottom: 0;
}

/*.footer .single-footer.f-contact ul li.dPhones {
  position: relative;
  display: flex;
}

.footer .single-footer.f-contact ul li.dPhones span.span2{
  padding-left: 8px;
}*/

.footer .single-footer h6 {
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 25px;
	color: #fff;
}

.footer .footer-bottom {
	text-align: center;
	position: relative;
	background-color: #000;
	z-index: 1;
}

.footer .footer-bottom .inner {
	border-top: 0px solid #ebebeb4f;
	padding: 20px 0px 15px 0px;
}

.footer .footer-bottom .footer-bottom-links li {
	display: inline-block;
	margin-right: 15px;
	position: relative;
	padding-right: 15px;
}

.footer .footer-bottom .footer-bottom-links li::before {
	position: absolute;
	content: "";
	right: -3px;
	top: 50%;
	margin-top: -5px;
	height: 11px;
	width: 1px;
	background: #666;
}

.footer .footer-bottom .footer-bottom-links li:last-child {
	margin: 0;
	padding: 0;
}

.footer .footer-bottom .footer-bottom-links li:last-child::before {
	display: none;
}

.footer .footer-bottom .footer-bottom-links li a {
	color: #b6b6b6;
	font-size: 13px;
	font-weight: 400;
}

.footer .footer-bottom .footer-bottom-links li a:hover {
	color: #a28b51;
}

.footer .footer-bottom .copyright-text {
	margin-top: 0px;
	font-size: 13px;
	color: #b6b6b6;
}

.footer .footer-bottom .copyright-text a {
	font-size: 12px;
	color: #b6b6b6;
}

.footer .footer-bottom .copyright-text a:hover {
	color: #a28b51;
}

.footer .footer-top .footer-social {
	margin-top: 0px;
}

.footer .footer-top ul.footer-social li {
	position: relative;
	display: inline-block;
}

.footer .footer-top .footer-social li {
	display: inline-block;
	margin-right: 10px;
}

.footer .footer-top .footer-social li:last-child {
	margin: 0;
}

.footer .footer-top .footer-social li a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	border-radius: 50%;
	color: #fff;
	background: transparent;
	border: 1px solid #eee3;
}

.footer .footer-top .footer-social li a:hover {
	color: #fff;
	background: #a28b51;
	border-color: transparent;
}

.footer .single-footer .htpfX {
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 0px;
	color: #fff;
}

.top-spce {
	margin-top: 15px !important;
}