/*@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	transition: background-color .5s;
}

html {
	scroll-behavior: smooth;
	font-size: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

*:focus {
	outline: 0;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #cccccc;
}

::-webkit-scrollbar-thumb {
	background: #505050;
	border-radius: 5px;
}

body {
	background: #F9F9F9;
	color: #505050;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	line-height: 1.8rem;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	/*font-family: "Nanum Myeongjo", serif;*/
	font-family: "Lora", serif;
	font-weight: 600;
	font-style: normal;
	line-height: 120%;
	letter-spacing: 0;
	text-transform: capitalize;
}

.font-32 {
	font-size: 32px;
}

.font-28 {
	font-size: 28px;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.25rem;
}

h3 {
	font-size: 1.875rem;
}

h4 {
	font-size: 1.125rem;
}

h5 {
	font-size: 1rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-bottom: 0.5rem;
}

small {
	font-size: 0.833rem;
}

table,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

iframe {
	max-width: 100%;
}

.img-fluid {
	width: 100%;
}

a,
a:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:focus {
	text-decoration: none;
}

button,
input,
select,
select option,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.active-text,
.active-link,
.active-link:focus {
	color: #C27800;
	font-weight: 400;
	display: inline-block;
}

.active-link:hover {
	text-decoration: none;
	color: #C27800;
}

a,
dt {
	color: #333333;
	outline: none;
	text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
	color: #333333;
	text-decoration: none;
}

.btn {
	outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:active,
.btn.active {
	outline: none;
	box-shadow: none;
}

/******** custom-btn ********/

.custom-btn {
	position: relative;
	background-color: #C27800;
	border-radius: 2px;
	outline: none;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	padding: 12px 32px;
	transition: all 0.3s ease;
	appearance: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.custom-btn:hover,
.custom-btn:focus {
	background-color: #B26E00;
	color: #fff;
}

.custom-btn span {
	line-height: 24px;
	font-size: 14px;
	margin-left: 8px;
}

.btn-outline {
	background-color: unset;
	border: #fff 2px solid !important;
	color: #fff;
  }
  
  .btn-outline:hover {
	background-color: #fff;
	border: #fff 2px solid;
	box-shadow: none;
	color: #C27800;
  }

.btn-read {
	display: inline-block;
	position: relative;
	color: #C27800;
	font-size: 0.875em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	text-transform: capitalize;
}

.btn-read span {
	font-size: 0.875em;
	margin-left: 10px;
}

.btn-read:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #C27800;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.btn-read:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.btn-read:hover,
.btn-read:focus {
	background-color: none;
	border: none;
	box-shadow: none;
	outline: none;
	color: #C27800;
}

.form-group {
	position: relative;
}

input,
textarea,
select,
button {
	outline: none;
	font-size: 0.875rem;
}

input.form-control,
.form-select,
textarea.form-control,
select.form-control,
.form-select {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #939393;
	height: 50px;
	font-size: 0.875rem !important;
	padding: 10px !important;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
.form-select:focus,
input:focus,
textarea:focus,
select:focus {
	border: 1px solid rgb(122, 122, 122);
	outline: none;
	box-shadow: none;
	border-color: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-moz-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-webkit-appearance: textfield;
}

textarea.form-control {
	height: 100px;
}

.form-control.ndate-picker {
	background-color: #ffffff;
}

.form-label {
	margin-bottom: .2rem;
}

label {
	display: inline-block;
	font-weight: 400;
	font-size: 0.833rem;
	margin-bottom: 0;
}

.title-widget {
	position: relative;
	z-index: 1;
}

.title-widget h1,
.title-widget h2,
.title-widget h3,
.title-widget h4,
.title-widget h5,
.title-widget h6 {
	position: relative;
	font-size: 32px;
    font-weight: 600;
    font-style: normal;
    line-height: 40px;
	color: #333333;
	font-family: "Lora", serif;
	letter-spacing: 1px;
	text-transform: capitalize;
	-webkit-animation: animatedIntro 1.5s;
	-ms-animation: animatedIntro 1.5s;
	-o-animation: animatedIntro 1.5s;
	animation: animatedIntro 1.5s;
}

.title-widget span {
	color: #C27800;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
}

.position-relative {
	position: relative !important;
	z-index: 2;
}

.py-100 {
	padding: 100px 0;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.py-80 {
	padding: 80px 0;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.py-60 {
	padding: 60px 0;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.py-50 {
	padding: 50px 0;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.py-30 {
	padding: 30px 0;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.py-20 {
	padding: 20px 0;
}

.pt-20 {
	padding-top: 20px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.p-0 {
	padding: 0 !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-10 {
	margin-bottom: 10px;
}

hr {
	background-color: rgba(245, 245, 245);
	opacity: 1;
}

.radius-8 {
	border-radius: 8px;
}

.line {
	width: 100%;
	height: 1px;
	margin-top: 10px;
	border-bottom: 1px solid rgb(245, 245, 245);
}

.site-bg {
	background-color: #C27800;
}

.site-brown {
	background-color: #934C4C;
}

.site-second {
	background-color: #333333;
}

.site-light {
	background-color: #F0F0F0;
}

.section-content {
	position: relative;
	padding: 50px 0 50px 0;
}

main.section-all {
	min-height: 700px;
}

.container-fluid {
	padding: 0 90px;
}

/******** header ********/

.header-container {
	position: absolute;
	/*background: transparent;*/
 /*   background-image: linear-gradient(to bottom, rgba(37, 37, 37, 0.45) 45%, rgba(255, 255, 255, 0));*/
    /*background: #fff;*/
    background-image: linear-gradient(to bottom, rgba(208, 208, 208, 0.70) 45%, rgba(255, 255, 255, 0.03));
    width: 100%;
    top: 0;
    z-index: 2;
}

.sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(225, 225, 225, 0.45) 45%, rgba(255, 255, 255, 5%));
	background-color: #fff;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: stickyTransition;
	animation-name: stickyTransition;
}

/* .sticky .nav-menu > li > a {
    color: #333333;
}

.sticky .navigation {
  background-color: #fff;
} */

.logo-widget {
	position: relative;
	margin: 10px 0;
}

.nav_rit {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: right;
}

.search-box {
	position: relative;
    display: flex;
    align-items: center;
    margin-top: 18px;
    vertical-align: middle;
}

.openBtn {
	background: transparent;
	border: none;
	cursor: pointer;
	color: #C27800;
	font-size: 18px;
	vertical-align: middle;
	width: 30px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.openBtn span {
	color: #C27800;
	font-size: 18px;
}

.openBtn:hover {
	background: transparent;
}

.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.75);
}

.overlay-content {
	position: relative;
	top: 46%;
	width: 50%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

.overlay .closebtn {
	position: absolute;
	top: 58px;
	right: 20px;
	cursor: pointer;
	color: #C27800;
	z-index: 99999;
	font-size: 40px;
	background-color: #fff;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 100px;
}

.overlay .closebtn:hover {
	color: #595959;
}

.overlay input[type=text] {
	padding: 15px 20px;
	font-size: 17px;
	border: none;
	float: left;
	width: 1000%;
	background: white;
}

.overlay input[type=text]:hover {
	background: white;
}

.overlay button {
	float: left;
	width: auto;
	padding: 15px;
	background: #C27800;
	color: #fff;
	font-size: 24px;
	border: none;
	cursor: pointer;
}

.overlay button:hover {
	background: #C27800;
}

.sidebar-toggle {
	position: relative;
	margin-top: 20px;
}

.offcanvas-body ul {
	padding-left: 0;
}

.offcanvas-body ul li {
	color: #333333;
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0;
}

.offcanvas-body ul li a {
	color: #333333;
}

.social-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start !important;
	margin-top: 10px !important;
}

.room_features .features {
    width: 32%;
    padding-bottom: 10px;
}
/* media queries */

@media (max-width: 1200px) {
	.content {
		top: 18%;
	}

	.content[data-content="two"],
	.content[data-content="three"] {
		top: 5%;
		width: 50%;
	}
}

@media (max-width: 900px) {
    .about_feature {
        display: none !important;
    }
    .content-area {
        width: 100% !important;
    }
    .booking_widget {
        padding-left: 0 !important;
        width: 100% !important;
    }
    .room_features .features {
        width: 100%;
        padding-bottom: 10px;
    }
	.content,
	.content[data-content="three"] {
		top: 55%;
		left: 2%;
		width: 60%;
	}

	.content[data-content="two"] {
		top: 10%;
	}

	.content h1 {
		margin-bottom: 14px;
	}

	.content p {
		font-size: 1rem;
		line-height: 1.4;
	}

	.btn-1 {
		padding: 8px 16px;
	}
}

@media (max-width: 790px) {
	.btn-1 {
		font-size: 0.8rem;
		padding: 8px 12px;
	}
}

@media (max-width: 660px) {

	.content,
	.content[data-content="two"],
	.content[data-content="three"] {
		top: unset;
		left: 2%;
		bottom: 3%;
		width: 80%;
	}

	.content p {
		font-size: 0.9rem;
		line-height: 1.2;
	}

	.background[data-item="two"] {
		background-position: 40% 50%;
	}

	.swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}

	.swiper-pagination-bullet-active {
		height: 24px;
	}

}

.search-container {
	position: relative;
	margin-top: -70px;
	z-index: 1;
}
.sh-wrapper {
	position: relative;
	background-color: #ffffff;
	padding: 10px 30px 30px 30px;
}
.r-4 {
	border-radius: 4px;
}


div.elem-group {
	margin: 10px 0 0 0;
  }
  
  div.elem-group.inlined {
	width: 100%;
	display: inline-block;
	float: left;
	/* margin-left: 1%; */
  }
  
 .elem-group label {
	display: block;
	/* font-family: 'Nanum Gothic'; */
	/* padding-bottom: 10px; */
	font-size: 0.875em;
  }
  
  input, select, textarea {
	border-radius: 2px;
	border: 1px solid #B3B3B3;
	box-sizing: border-box;
	font-size: 1em;
	/* font-family: 'Nanum Gothic'; */
	width: 100%;
	padding: 10px;
  }
  
  div.elem-group.inlined input {
	width: 100%;
	display: inline-block;
  }
  

  .check-btn {
	padding: 15px 0;
  }

.ct-title h5  {
	color: #C27800;
	font-size: 18px;
}

.ct-title h5 span {
	color: #5B3423;
	font-size: 14px;
}

.pptag h5 {
	display: block;
}

.pptag span {
	font-size: 16px;
	display: block;
}

/**** rooms ****/
.gray-bg {
	background-color: rgba(194, 120, 0, 0.05);
} 

.aac-container {
	position: relative;
}

.card-box {
	position: relative;
}

.container-card {
	position: relative;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
	display: block;
}

.imgBox {
	position: relative;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}

.imgBox img {
	object-fit: cover;
	resize: both;
	transition: 0.4s ease;
	/* border-radius: 8px; */
}

.img310 img {
	height: 310px;
	object-fit: cover;
	resize: both;
	transition: 0.4s ease;
}

.container-card:hover .imgBox img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	transition: 0.4s ease;
}

.sub-tittle {
	padding: 20px;
}


.select-wrap {
	display: flex;
	align-items: center;
}

.custom-select {
	min-width: 120px;
	position: relative;
	margin-bottom: 10px;
	margin-left: 10px;
}

.custom-select select {
	appearance: none;
	width: 100%;
	font-size: 0.875rem;
	padding: 0.5em 6em 0.5em 1em;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #caced1;
	border-radius: 0.25rem;
	color: #4a4a4a;
	cursor: pointer;
}

.custom-select::before,
.custom-select::after {
	--size: 0.3rem;
	content: "";
	position: absolute;
	right: 1rem;
	pointer-events: none;
}

.custom-select::before {
	border-left: var(--size) solid transparent;
	border-right: var(--size) solid transparent;
	border-bottom: var(--size) solid rgb(123, 123, 123);
	top: 40%;
}

.custom-select::after {
	border-left: var(--size) solid transparent;
	border-right: var(--size) solid transparent;
	border-top: var(--size) solid rgb(123, 123, 123);
	top: 55%;
}


/******testimonials******/

.testimonials-section {
	position: relative;
	background-color: #26225f;
/*	background: url(../assets/images/slider-2.png);*/
}

.desti-flex {
	display: flex;
	flex-wrap: wrap;
}

.desti-wrap {
	position: relative;
}


.img260 img {
	object-fit: cover;
	height: 260px;
}

.column {
	position: relative;
	flex: 20%;
	padding: 0;
}

@media screen and (max-width: 992px) {
	.column {
		flex: 50%;
	}
}

@media screen and (max-width: 600px) {
	.column {
		flex-direction: column;
	}

	.column {
		flex: 50%;
	}
}


.card-container {
	position: relative;
	overflow: hidden;
}

.card-1 {
	position: relative;
	width: 100%;
	height: 324px;
	overflow: hidden;
}

.card-1 .thumb {
	border-radius: 0;
	width: auto;
	height: 260px;
	background-size: cover;
}

.card-1 .thumb img {
	border-radius: 0;
	width: 100%;
	height: 260px;
	background-size: cover;
}

.card-1 .infos {
	width: auto;
	height: 260px;
	position: relative;
	padding: 20px 20px 20px 20px;
	background: #fff;
	transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

.card-1 .infos .title {
	position: relative;
	/* margin: 10px 0; */
	letter-spacing: 0;
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.card-1 .infos .txt {
	line-height: 1.5;
	font-size: 0.875rem;
	color: #353535;
	opacity: 0;
	text-align: center;
	transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

.card-1:hover .infos {
	transform: translateY(-96px);
}

.card-1:hover .infos .seats,
.card-1:hover .infos .txt,
.card-1:hover .infos .details {
	opacity: 1;
}

.ads-container {
	position: relative;
}

.ads-section {
	position: relative;
	margin-top: -70px;
}

.preparation-tabs .nav-pills {
	display: flex;
	justify-content: center;
}

.preparation-tabs .nav-item {
	margin: 0 2px;
}

.preparation-tabs .nav-pills .nav-link {
	background-color: #333333 !important;
	border: 2px solid #333333;
	border-radius: 4px;
	color: #fff;
	font-size: 14px !important;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 12px !important;
	margin-bottom: 5px;
}

.preparation-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #C27800 !important;
	border: 2px solid #C27800;
	border-radius: 4px;
	color: #ffffff;
	line-height: 20px;
	padding: 4px 12px !important;
}

.text-prepartion {
	position: relative;
	height: 100%;
	padding: 30px;
}

.text-prepartion:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.pre-box {
	background-color: #D9D9D9;
	border-radius: 100%;
	width: 80px;
	height: 80px;
	line-height: 60px;
	text-align: center;
	padding: 10px;
	overflow: hidden;
	margin: 0 auto;
}

.pre-box img {
	width: 50px;
}

.text-holder-p {
	padding: 20px 20px 0 20px;
}

.tit__sm {
	background-color: #C27800;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding: 2px 10px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.client-container {
	position: relative;
	padding: 50px 0;
}

/*.client-container::before {
    position: absolute;
    content: '';
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #5B3423;
    max-width: 1300px;
    height: 100%;
    line-height: 80px;
}*/

.testi-container {
	position: relative;
	background-color: rgb(53 49 123);
	border-radius: 8px;
	padding: 30px;
}

.quote-icon {
	float: left;
    background-color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #ce7708;
    text-align: center;
    font-size: 25px;
    margin-right: 20px;
}

.testi-text-card {
   margin-left: 70px;
}

.testi-text-card p {
	color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.edu-name {
	margin-left: 70px;
}

.client-pp {
	float: left;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	margin-right: 20px;
	overflow: hidden;
}

.client-dtl h5 {
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	display: block;
}

.client-dtl small {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}

.rw-t ul {
	padding-left: 0;
}

.rw-t ul li {
	color: #FFAF01;
	display: inline-block;
	font-size: 13px;
	list-style: none;
}

.blog-card {
	background-color: inherit;
	position: relative;
}

.blog-tittle {
	padding: 20px;
}

.b-date {
	color: #333333;
	font-size: 14px;
}

footer {
	position: relative;
	background-color: #412800;
}

.footer__tittle {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
	text-transform: capitalize;
}

.cnt-icon {
	background-color: #D24900;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.cnt-icon span {
	color: #fff;
	font-size: 13px;
}

.cnt-title {
	font-size: 0.875em;
	font-weight: 600;
	color: #fff;
	display: block;
	line-height: 1.5em;
	text-transform: capitalize;
}

.cnt-text {
	margin-left: 40px;
	font-size: 0.875em;
	color: #dadbff;
	line-height: 1.125em;
	display: block;
}

.cnt-text a {
	color: #dadbff;
}

.cnt-text span {
	display: block;
}

.listing-list {
	padding-left: 0;
}

.listing-list li {
	position: relative;
	text-align: left;
	color: #fff;
	display:block;
	font-size: 14px;
	font-weight: 400;
	/*text-transform: capitalize;*/
	padding:6px 0;
}

.listing-list li span {
	color: #fff;
	margin-right: 10px;
}

.listing-list li a {
	color: #fff;
}

.listing-list li a:hover {
	color: #fff;
}

.quick-list {
	padding-left: 0;
}

.quick-list li {
	position: relative;
	color: #ead9bd;
	display:block;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 4px 0;
}

.quick-list li a { 
	color: #ead9bd;
}

.quick-list li a:hover {
	color: #a1814d;
	text-decoration: underline;
}

.subscribe__text {
	color: #FFFFFF;
	font-size: 14px;
}

.subscribe-from {
	position: relative;
}

.subscribe-from p {
	font-size: 14px;
	line-height: 18px;
}

.input-box {
	position: relative;
}

.input-box input {
	height: 50px;
	width: 100%;
	border: none;
	background-color: #fff;
	border-radius: 4px;
	color: #393939;
	outline: none;
	font-size: 14px;
	padding: 0 20px;
}

.input-box .button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 50px;
	width: 80px;
	font-size: 16px;
	color: #fff;
	border: none;
	border-radius: 4px;
	background-color: #C27800;
	text-align: center;
	cursor: pointer;
}

.h-line {
	border-top: 1px solid #684309;
	margin: 10px 0;
}

.cpy-info {
	padding-top: 20px;
	padding-bottom: 20px;
}

.cpy-info p {
	color: #8b6323;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-transform: capitalize;
}

.cpy-info p a {
	color: #8b6323;
}

.cpy-info p a:hover {
	color: #a1814d;
	text-decoration: underline;
}

.cpy-info span {
	color: #a1814d;
}

.social-icons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 10px;
}

.social-icons ul {
	padding-left: 0;
}

.social-icons ul li {
	display: inline-block;
	font-size: 1rem;
	text-align: center;
	margin-left: 4px;
}

.social-icons ul li a {
	border-radius: 100%;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0 2px;
	text-align: center;
}

.social-icons ul li:nth-child(1) a {
	background: #1974d0;
	color: #ffffff;
}

.social-icons ul li:nth-child(2) a {
	background: #1596e7;
	color: #ffffff;
}

.social-icons ul li:nth-child(3) a {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
	color: #ffffff;
}

.social-icons ul li:nth-child(4) a {
	background: #db0505;
	color: #ffffff;
}

/******** all page css *******/
.site_page-title-inner {
	position: relative;
}

.page-titleShape {
	position: relative;
	padding: 250px 0 200px 0;
	text-align: center;
}

.page-titleShape::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	/*background: linear-gradient(90deg, #070707 3.98%, rgba(7, 7, 7, 0.00) 127.57%);*/
	background-size: cover !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	z-index: 1;
}

.page-title {
	position: relative;
	z-index: 2;
}

.page-title ul li {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 0;
}

.page-title ul li a {
	color: #C27800;
}

.page-title ul li+li::before {
	content: "\f054";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 10px;
	display: inline-block;
	margin: 0 5px 0 8px;
}

.page-title h3 {
	color: #fff;
	font-size: 30px;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 0;
}

ul.list-item {
	padding-left: 0 !important;
}

.list-item li {
	position: relative;
	color: #393939;
	font-size: 16px;
	font-weight: 500;
	list-style: disc;
	list-style-position: inside;
	line-height: 32px;
	margin: 0;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.btn_1 {
	border: 1px solid #333333;
	height: 30px;
	width: 30px;
	border-radius: 2px;
	background: none;
	cursor: pointer;
}

.btn-icon {
	width: 15px;
	height: 15px;
	stroke: #333333;
}

.btn_1:hover {
	background-color: #333333;
}

.btn_1:hover .btn-icon {
	stroke: #fff;
}

.page-link:link,
.page-link:visited {
	text-decoration: none;
	color: #333333;
	font-size: 15px;
	height: 30px;
	width: 30px;
	border-radius: 2px;
	border: 1px solid #333333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-link:hover,
.page-link:active,
.page-link.page-link--current {
	background-color: #333333;
	color: #fff;
}

.searchwrap {
	display: inline-block;
}

.mbl-screen,
.screen-sm {
	display: none;
}


.pe-20 {
	padding-right: 20px;
}

.snip1336 {
	font-family: 'Roboto', Arial, sans-serif;
	position: relative;
	overflow: hidden;
	margin: 10px;
	min-width: 230px;
	max-width: 315px;
	width: 100%;
	color: #ffffff;
	text-align: left;
	line-height: 1.4em;
	background-color: #141414;
}

.snip1336 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.snip1336 img {
	max-width: 100%;
	vertical-align: top;
	opacity: 0.85;
}

.snip1336 figcaption {
	width: 100%;
	background-color: #141414;
	padding: 25px;
	position: relative;
}

.snip1336 figcaption:before {
	position: absolute;
	content: '';
	bottom: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 55px 0 0 400px;
	border-color: transparent transparent transparent #141414;
}

.snip1336 figcaption a {
	padding: 5px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 0.7em;
	text-transform: uppercase;
	margin: 10px 0;
	display: inline-block;
	opacity: 0.65;
	width: 47%;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1px;
}

.snip1336 figcaption a:hover {
	opacity: 1;
}

.snip1336 .profile {
	border-radius: 50%;
	position: absolute;
	bottom: 100%;
	left: 25px;
	z-index: 1;
	max-width: 90px;
	opacity: 1;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.snip1336 .follow {
	margin-right: 4%;
	border-color: #2980b9;
	color: #2980b9;
}

.snip1336 h2 {
	color: #fff;
	margin: 0 0 5px;
	font-weight: 300;
	font-size: 18px;
}

.snip1336 h2 span {
	display: block;
	font-size: 14px;
	color: #2980b9;
}

.snip1336 p {
	font-size: 14px;
	letter-spacing: 0;
	opacity: 0.8;
}

.navside {
	border-radius: 4px;
	position: relative;
	box-shadow: 0 1px 2px rgba(11, 60, 93, .4), 0 -1px 2px rgba(11, 60, 93, .04);
	padding: 20px;
}

.blogimg {
	position: relative;
	float: left;
	margin-right: 20px;
}

.blogimg img {
	border-radius: 0;
	width: 74px;
	height: 58px;
	object-fit: cover;
}

.recent-blg {
	position: relative;
	margin-left: 96px;
}

.galleryImage img {
	height: 500px;
	object-fit: cover;
}

.btn-toggle {
	background-color: transparent;
	border: none;
	border: none;
}

.btn-toggle span {
	color: #333333;
	font-size: 24px;
}

.bookingbtn {
	display: none;
} 

.facilities-wrap ul {
	padding-left: 0;
}

.facilities-wrap ul li {
	display: block;
	list-style: none;
	margin: 10px 0;
}

.facilities-wrap ul li span {
	margin-right: 10px;
}


.booking-container {
	position: relative;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 20px;
}

textarea {
	height: 100px;
 }

 
.brands_icons {
	float: left;
	color: #C27800;
	font-size: 20px;
	margin-right: 10px;
}

.brands_icons span i {
	font-size: 20px;
}
.contact__brands address {
	margin-left: 30px;
	color: #4A4A4A;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.contact__brands address strong {
	color: #C27800;
	display: block;
	font-size: 18px;
	font-weight: 500;
}

.contact__brands address span a {
	color: #4A4A4A;
}

.contact__brands p {
	color: #333333;
	font-size: 16px;
	font-weight: 400;
}
.home_button {
  color: #fff;
  background: #26225f;
  border: none !important;
}
/********responsive css*********/

@media (max-width: 1280px) {

	.container {
		max-width: calc(100% - 20px);
	}

	.container-fluid {
		padding: 0 20px;
	}

	.section-content {
		padding: 40px 0;
	}

	.nav-header {
		float: left;
		margin-right: 10px;
	}

	.nav-menu>li>a {
		font-size: 14px;
		padding: 30px 10px;
	}


}

@media (max-width: 1080px) {

	.search-box {
		border-right: none;
		padding-right: 10px;
	}

	.custom-btn span {
		margin-right: 4px;
	}

	.title-widget h1,
	.title-widget h2,
	.title-widget h3,
	.title-widget h4,
	.title-widget h5,
	.title-widget h6 {
		position: relative;
		font-size: 24px;
		line-height: 32px;
	}

	.content[data-content="two"],
	.content[data-content="three"] {
		top: 35%;
		width: 50%;
	}

}

@media (max-width: 992px) {
	.pt-100 {
		padding-top: 40px;
	}

	.pb-100 {
		padding-bottom: 40px;
	}

	.py-80 {
		padding: 40px 0;
	}

	.pb-80 {
		padding-bottom: 30px;
	}

	.py-60 {
		padding: 30px 0;
	}

	.pb-60 {
		padding-bottom: 30px;
	}

	.mt-30 {
		margin-top: 20px;
	}

	.mb-30 {
		margin-bottom: 20px;
	}

	.mt-50 {
		margin-top: 30px;
	}

	.menu_toogle {
		display: none;
	}

	.section-content {
		padding: 30px 0;
	}

	.main_header_area {
		padding-bottom: 0;
	}

	.nav-header {
		margin-right: 0;
	}

	.nav-brand img {
		width: 160px !important;
	}

	.nav-toggle {
		top: 36px;
	}

	.nav_rit {
		margin-right: 20px;
	}

	.search-box {
		margin-top: 26px;
	}

	.openBtn {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.mbl-screen {
		position: absolute;
		right: 70px;
		top: 30px;
		display: block;
	}

	.search-box {
		margin-right: 10px;
	}

	.overlay-content {
		width: 100%;
	}

	.navigation-portrait .nav-menus-wrapper {
		width: 300px;
		height: 100%;
		top: 0;
		left: -100%;
		position: fixed;
		background-color: #C27800;
		z-index: 20000;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition-duration: 0.2s;
		transition-timing-function: ease;
	}

	.navigation-portrait .nav-menu>li {
		border-top: solid 1px #c4831b;
	}

	.nav-menu>li>a {
		color: #fff;
	}

	.nav-dropdown>li>a {
		background-color: #B26E00;
	}

	.nav-dropdown>li>a {
		color: #fff;
	}

	.nav-menu>li.focus>a {
		color: #fff;
	}

	.nav-dropdown>li.focus>a {
		color: #F39F16;
	}

	.submenu-indicator-chevron {
		border-color: transparent #fff #fff transparent;
	}

	.nav-menu>.focus>a .submenu-indicator-chevron {
		border-color: transparent #fff #fff transparent;
	}

	.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
		border-color: transparent #fff #fff transparent;
	}

	.screen-sm {
		display: block;
	}

	.sm-scren-cnt ul {
		padding-left: 0;
		margin-left: 20px;
	}

	.sm-scren-cnt ul li {
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 10px;
	}

	.sm-scren-cnt ul li span {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background-color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		font-size: 16px;
		margin-right: 10px;
		color: #C27800;
		float: left;
	}

	.sm-scren-cnt ul li a {
		color: #fff;
	}

	.sidebar-toggle {
		display: none;
		position: relative;
		margin-top: 20px;
	}

	.sticky {
		position: inherit;
	}


}

@media (max-width: 768px) {
	.container {
		max-width: calc(100% - 15px);
		padding: 0 15px;
	}

	.pt-40 {
		padding-top: 30px;
	}

	.pb-40 {
		padding-bottom: 30px;
	}

	.btn-button {
		font-size: 0.875rem;
		padding: 0.5em 1.4em;
	}

	.title-widget h1,
	.title-widget h2,
	.title-widget h3,
	.title-widget h4,
	.title-widget h5,
	.title-widget h6 {
		position: relative;
		font-size: 24px;
	}

	.title-widget h1 span,
	.title-widget h2 span,
	.title-widget h3 span,
	.title-widget h4 span,
	.title-widget h5 span,
	.title-widget h6 span {
		color: #fff;
		display: block;
		font-size: 18px;
		font-weight: 400;
	}

	.nav_rit {
		display: none;
	}
	/* .nav_rit {
		margin-right: 50px;
	} */
	.nav-brand img {
		width: 110px !important;
	}

	.logo-widget {
		position: relative;
		margin: 10px 0;
	}

	.nav-toggle {
		top: 28px;
	}

	.menu-bar {
		display: flex;
		justify-content: inherit;
	}

	.menu-link {
		padding: 8px 16px;
	}

	.search-box {
		margin-top: 15px;
		margin-right: 15px;
	}

	.desc h2 {
		font-size: 22px;
	}

	.tag {
		display: block;
		font-size: 14px;
	}

	.social-icons {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-top: 0;
	}

	.swiper-container {
		width: 100%;
		height: 500px;
		overflow: hidden;
	}

	.swiper-slide {
		position: relative;
		width: 100%;
		height: 500px;
	}

	.overlay-container h4 {
		font-size: 26px;
		line-height: 34px;
	}

	.overlay-container h4 span {
		font-size: 28px;
	}

	.overlay-container {
		padding: 20px;
	}

	.btn-gradient-bg {
		padding: 10px 28px;
		font-size: 14px;
		font-weight: 600;
	}

	.desc {
		padding: 0%;
		left: 30%;
	}

	.custom-btn {
		padding: 8px 22px;
	}

	.bookingbtn {
		display: block;
        margin: 20px;
	}

	.testi-text-card p {
		font-size: 16px;
		line-height: 28px;
	}

}

@media (max-width: 576px) {

	h1 {
		font-size: 1.5rem;
	}

	.title-widget h1,
	.title-widget h2,
	.title-widget h3,
	.title-widget h4,
	.title-widget h5,
	.title-widget h6 {
		font-size: 18px;
		line-height: 24px;
	}

	.title-widget h1 span,
	.title-widget h2 span,
	.title-widget h3 span,
	.title-widget h4 span,
	.title-widget h5 span,
	.title-widget h6 span {
		color: #fff;
		display: block;
		font-size: 18px;
		font-weight: 400;
	}

	.nav-brand img {
		width: 180px;
	}

	.mbl-screen {
		top: 20px;
	}

	.nav-toggle {
		top: 27px;
	}

	.galleryImage img {
		height: 400px;
		object-fit: cover;
	}

	.content[data-content="two"],
	.content[data-content="three"] {
		top: 35%;
		width: 90%;
	}

	.content h1 {
		font-size: 24px;
	}


	.swiper-container {
		width: 100%;
		height: 380px;
		overflow: hidden;
	}

	.swiper-slide {
		position: relative;
		width: 100%;
		height: 380px;
	}

	.client-container {
		padding: 30px 20px;
	}

	.text-prepartion {
		padding: 20px 15px;
	}

	.text-holder-p {
		padding: 20px 10px 0 10px;
	}

	.text-holder-p h5 {
		font-size: 15px;
	}

}

@media (max-width: 480px) {
    .hero-img img {
	  height: 360px;
	  object-fit: cover;
   }

   .desc {
	top: 60%;
  }

}