html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	/* font-smoothing: antialiased; */
	overflow-x: hidden;
	overflow-y: visible;
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6b6b6b;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}
img {
	max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}
ul, ol {
	padding: 0;
	margin: 0;
}
/* width */
::-webkit-scrollbar {
	width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #555; 
  }
/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 22px;
	text-transform: uppercase;
}
.section-title span {
	font-size: 14px;
	color: #df74da;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.section-title h2 {
	font-size: 44px;
	color: #19191a;
	line-height: 58px;
	margin-top: 10px;
}
.set-bg {
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
	background-position: top center;
	/* background-size: cover;*/
	background-position:  center;
	opacity: 100; 
	width: 100%; /* or any custom size */
    height: 100%; 
    background-size: cover;
}
.spad {
	padding-top: 30px;
	padding-bottom: 30px;
}
.spad-1 {
	/* background-color: rgb(240, 240, 240); */
	background-color: #f0efef;
}
.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
	color: #fff;
}
/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	position: relative;
}
.primary-btn:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #d674df;
	content: "";
}
/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}
.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}
.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}
.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}
.search-model-form {
	padding: 0 15px;
}
.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: none;
	color: #999;
}
.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/*---------------------
  Header
-----------------------*/

.header-section.header-normal .menu-item {
	-webkit-box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
	box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}
.top-nav {
	border-bottom: 0px solid #e5e5e5;
}
.top-nav .logo {
	padding: 10px 0;
}
.top-nav .logo a {
	display: inline-block;
}
.top-nav .tn-left li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	color: #19191a;
	font-weight: 500;
	padding: 14px 0 12px;
	margin-right: 64px;
	position: relative;
}
.top-nav .tn-left li:after {
	position: absolute;
	right: -32px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e5e5e5;
	content: "";
}
.top-nav .tn-left li:last-child {
	margin-right: 0;
}
.	 .tn-left li:last-child:after {
	display: none;
}
.top-nav .tn-left li i {
	color: #74d3df;
	margin-right: 4px;
}
.top-nav .tn-right {
	text-align: right;
}
.top-nav .tn-right .top-social {
	display: inline-block;
	margin-right: 20px;
	padding: 13px 0;
}
.top-nav .tn-right .top-social a {
	display: inline-block;
	font-size: 1px;
	color: #19191a;
	margin-left: 15px;
}
.top-nav .tn-right .top-menu {
	display: inline-block;
	margin-right: 25px;
	padding: 20px 0;
}
.top-nav .tn-right .top-menu a {
	display: inline-block;
	font-size: 12px;
	color: #19191a;
}
.top-nav .tn-right .top-menu li {
	list-style: none;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.top-nav .tn-right .top-menu li a {
	font-size: 12x;
	color: #19191a;
	margin-right: 30px;
	font-weight: 500;
	display: inline-block;
	padding: 20px 0;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.top-nav .tn-right .bk-btn {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 16px 28px 15px;
	background: #74cadf;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.top-nav .tn-right .language-option {
	display: inline-block;
	margin-left: 30px;
	cursor: pointer;
	padding: 13px 0px 11px;
	position: relative;
}
.top-nav .tn-right .language-option:hover .flag-dropdown {
	top: 40px;
	opacity: 1;
	visibility: visible;
}
.top-nav .tn-right .language-option img {
	height: 26px;
	width: 26px;
	border-radius: 50%;
	margin-right: 10px;
}
.top-nav .tn-right .language-option span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}
.top-nav .tn-right .language-option .flag-dropdown {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100px;
	background: #ffffff;
	display: block;
	padding: 10px 15px;
	-webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
	box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 99;
}
.top-nav .tn-right .language-option .flag-dropdown ul li {
	list-style: none;
	text-align: left;
}
.top-nav .tn-right .language-option .flag-dropdown ul li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #19191a;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item {
	position: relative;
	z-index: 9;
	/* position: fixed;
	z-index: 9;
	top: 0;
	width: 100%;
	overflow: hidden;
	background-color: white; */
}
.menu-item .logo {
	display: inline-block;
	padding-bottom: 20px;
	width: 100%;
	height: auto;
}
.menu-item .logo a {
	display: inline-block;
	/* display: flex; */
}
.menu-item .nav-menu {
	text-align: right;
}
.menu-item .nav-menu .mainmenu {
	display: inline-block;
	/* display: flex; */
}
.menu-item .nav-menu .mainmenu li {
	list-style: none;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.menu-item .nav-menu .mainmenu li.active a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover>a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover .dropdown {
	top: 35px;
	opacity: 1;
	visibility: visible;
}
.menu-item .nav-menu .mainmenu li a {
	font-size: 18px;
	font-weight: 200;
	color: #19191a;
	margin-right: 40px;
	font-weight: 500;
	display: inline-block;
	padding: 10px 0;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li a:after {
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	height: 2px;
	/* background: rgb(149, 60, 167, 180); */
	background: black;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown {
	position: absolute;
	left: 0;
	top: 97px;
	width: 180px;
	background: #ffffff;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
	box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
}
.menu-item .nav-menu .mainmenu li .dropdown li {
	list-style: none;
	display: block;
}
.menu-item .nav-menu .mainmenu li .dropdown li a {
	font-size: 16px;
	color: #19191a;
	display: block;
	text-align: left;
	padding: 8px 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
	color: #d31a70;	
}
.menu-item .nav-menu .mainmenu li .dropdown li a:after {
	display: none;
}
.menu-item .nav-menu .nav-right {
	display: inline-block;
	margin-left: 43px;
	padding: 27px 0px;
}
.menu-item .nav-menu .nav-right i {
	font-size: 16px;
	color: #030303;
	cursor: pointer;
}
.canvas-open {
	display: none;
}
.offcanvas-menu-wrapper {
	display: none;
}

.menu-item .nav-menu .mainmenu .top-nav li {
	/* list-style: none; */
	display: inline-block;
	padding-top: 20px;
	/* position: relative;
	z-index: 1; */
}
.menu-item .nav-menu .mainmenu .top-nav li a {
	/* font-size: 12x;
	color: #19191a;
	margin-right: 30px;
	font-weight: 500;
	display: inline-block;	
	padding: 20px 0;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; */
	font-size: 16px;
	color: #565658;
	margin-right: 40px;
	font-weight: 500;
	display: inline-block;
	padding: 10px 0;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu .top-nav li.active a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu .top-nav li:hover>a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu .top-nav li a:after {
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	height: 2px;
	/* background: rgb(149, 60, 167, 180); */
	background: black;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu .top-nav .bk-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 16px 28px 15px;
	background: #380ece;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.nav-scrolled{
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.7);
}


/* --------------------
	Home
-----------------------*/
.home-section {
	padding-top: 0;
	padding-bottom: 80px;
}
.home-section_1 {
	padding-top: 50;
	/* padding-bottom: 80px; */
}
.home-header {
	text-align: center;
}
.home-header .section-title-home h1 {
	padding-top: 0px;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	/* font-weight: bold; */
	/* font-style: italic; */
	text-transform: uppercase;
}
.home-header p {
	color: #595960;
	text-align: left;
	font-weight: 500;
}
.home-header p.f-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 50px;
}
.home-header p.s-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
}
.home-header p.h-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;	
	text-transform: uppercase;
	font-weight: bold;
}
.home-header .home-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 20px 30px 20px;
	background: #3F3F3F;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.home-header .home-btn:hover {
	background: white;
	color: black;
	border: 1px solid black;
}



.home-text .section-title-home h1 {
	padding-top: 100px;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
.home-text .section-title-home h2 {
	padding-top: 150px;
	font-size: 45px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
}
.home-text .section-title-home h3 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.home-text .section-title-home p {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
}
.home-text .section-title-home-details h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.home-text .section-title-home-details h2 {
	padding-top: 100px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.home-text .section-title-home-details h3 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.home-text .section-title-home-details p {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
}
.home-text {
	text-align: center;
	padding: 0 35px;
}
.home-text p {
	color: #595960;
	text-align: left;
	font-weight: 500;
}
.home-text p.f-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 50px;
}
.home-text p.s-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
}
.home-text p.h-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;	
	text-transform: uppercase;
	font-weight: bold;
}
.home-text-details {
	text-align: center;
	padding: 0 35px;
}
.home-text-details p {
	color: #595960;
	text-align: left;
	font-weight: 500;
}
.home-text-details p.f-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 150px;
}
.home-text-details p.s-para {
	margin-bottom: 20px;
}
.home-text-details p.h-para {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.home-text .home-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 20px 30px 20px;
	background: #3F3F3F;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.home-text .home-btn:hover {
	background: white;
	color: black;
	border: 1px solid black;
}
.home-pic img {
	display: inline-block;
	width: auto;
	height: auto;
	min-width: 100%;
	/* position: relative; */
}

/*-------------------------------- Responsive Media Styles --------------------------------*/

@media only screen and (min-width: 1554px) and (max-width: 1920px) {
	.home-text .section-title-home h1 {
		padding-top: 100px;
		font-size: 50px;
		line-height: 50px;
		text-align: center;
		font-weight: bold;
		font-style: italic;
		text-transform: uppercase;
	}
	.home-text .section-title-home h2 {
		padding-top: 150px;
		font-size: 45px;
		line-height: 45px;
		text-align: center;
		text-transform: uppercase;
	}
	.home-text p.f-para {
		padding-top: 50px;
		margin-bottom: 10px;
		margin-left: 50px;
		margin-right: 50px;	
		/* font-size: 20px; */
	}
	.home-pic img {
		display: inline-block;
		width: auto;
		height: auto;
		min-width: 100%;
		/* position: relative; */
	}
	.seemore-btn{
		padding-top: 50px;
	}
	.home-text .home-btn {
		display: inline-block;
		font-size: 12px;
		font-weight: 700;
		padding: 20px 30px 20px;
		background: #3F3F3F;
		color: #ffffff;
		text-transform: uppercase;
		letter-spacing: 2px;
	}

}
@media only screen and (min-width: 1401px) and (max-width: 1553px) {
	.home-text .section-title-home h2 {
		padding-top: 50px;
		font-size: 40px;
		line-height: 40px;
		text-align: center;
		text-transform: uppercase;
	}
	.home-text p.f-para {
		padding-top: 40px;
		margin-bottom: 10px;
		margin-left: 50px;
		margin-right: 50px;	
		/* font-size: 20px;
		line-height: 20px; */
	}
	.home-pic img {
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.seemore-btn{
		padding-top: 20px;
	}
	.home-text .home-btn {
		padding: 20px 30px 20px;
	}
}
/* Medium Device: 1200px */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	/* .home-text .section-title-home h1 {
		padding-top: 100px;
		font-size: 50px;
		line-height: 50px;
		text-align: center;
		font-weight: bold;
		font-style: italic;
		text-transform: uppercase;
	} */
	.home-text .section-title-home h2 {
		padding-top: 30px;
		font-size: 35px;
		line-height: 35px;
		text-align: center;
		text-transform: uppercase;
		/* font-weight: bold; */
	}
	.home-text p.f-para {
		padding-top: 20px;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;	
		/* font-size: 14px; */
	}
	.home-pic img {
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.seemore-btn{
		padding-top: 20px;
	}
	.home-text .home-btn {
		padding-top: -10px;
		padding: 20px 30px 20px;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home-text .section-title-home h1 {
		padding-top: 50px;
		font-size: 40px;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
		font-style: italic;                                                                                                                                                                                                                              gfdszl[;left: [/]]
		text-transform: uppercase;
	}
	.home-text .section-title-home h2 {
		padding-top: 40px;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
	}
	.home-text p.f-para {
		padding-top: 20px;
		margin-left: 10px;
		margin-right: 10px;	
		font-size: 14px;
	}
	.home-pic img {
		max-width: 100%;
		max-height: 100%;
		object-fit: cover;
	}
	.seemore-btn{
		padding-top: 0px;
		padding-bottom: 50px;
	}
	.home-text .home-btn {
		padding: 15px 25px 15px;
		font-size: 12px;
	}
}
/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home-text .section-title-home h1 {
		padding-top: 50px;
		font-size: 40px;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
		font-style: italic;
		text-transform: uppercase;
	}
	.home-text .section-title-home h2 {
		padding-top: 40px;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
	}
	.home-text p.f-para {
		padding-top: 20px;
		margin-left: 10px;
		margin-right: 10px;	
	}
	.home-pic img {
		max-width: 100%;
		max-height: 100%;
		object-fit: cover;
	}
	.seemore-btn{
		padding-top: 0px;
		padding-bottom: 50px;
	}
	.home-text .home-btn {
		padding: 15px 25px 15px;
		font-size: 12px;
	}

}
/* Large Mobile: 480px */


@media only screen and (max-width: 767px) {
	.canvas-open {
		position: absolute;
		right: 30px;
		top: 15px;
		font-size: 50px;
		width: 50px;
		height: 50px;
		color: white;
		/* border: 1px solid #19191a;*/
		border-radius: 50%; 
		line-height: 50px;
		text-align: center;
		z-index: 100;
		display: block;
		cursor: pointer;
		background-color: #3F3F3F;
	}
	.home-text .section-title-home h2 {
		padding-top: 50px;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
	}
	.home-text p.f-para {
		padding-top: 10px;
		margin-left: 10px;
		margin-right: 10px;	
	}
	.home-pic img {
		max-width: 100%;
		max-height: 100%;
	}
	.seemore-btn{
		padding-top: 0px;
		padding-bottom: 50px;
	}
	.home-text .home-btn {
		padding: 15px 25px 15px;
		font-size: 12px;
	}
	.home-header p.f-para {
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 20px;
	}
	.home-header p.s-para {
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.home-header p.h-para {
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;	
	}
}
/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {


	.canvas-open {
		position: absolute;
		right: 30px;
		top: 15px;
		font-size: 50px;
		width: 50px;
		height: 50px;
		color: white;
		/* border: 1px solid #19191a;*/
		border-radius: 50%; 
		line-height: 50px;
		text-align: center;
		z-index: 100;
		display: block;
		cursor: pointer;	
		background-color: #3F3F3F;
	}
	.home-text .section-title-home h2 {
		padding-top: 50px;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
	}
	.home-text p.f-para {
		padding-top: 10px;
		margin-left: 10px;
		margin-right: 10px;	
	}
	.home-pic img {
		max-width: 100%;
		max-height: 100%;
	}
	.seemore-btn{
		padding-top: 0px;
		padding-bottom: 50px;
	}
	.home-text .home-btn {
		padding: 15px 25px 15px;
		font-size: 12px;
	}
}

/*---------------------
  Hero
-----------------------*/

.hero-section {
	position: relative;
	z-index: 5;
	/* padding-top: 60px; */
	/* padding-bottom: 750px; */
	margin-bottom: -4rem;
}
#hero-sections{
	width:100%;
	height: 100%;
	object-fit: fill;
}
.hero-section img{
	object-fit: contain;
}
.hero-section .container {
	position: relative;
	z-index: 5;
}
.hero-text {
	padding-top: 145px;
}
.hero-text h1 {
	font-size: 80px;
	line-height: 90px;
	color: #ffffff;
	margin-bottom: 16px;
}
.hero-text p {
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	margin-bottom: 35px;
}
.booking-form {
	background: #ffffff;
	padding: 44px 40px 50px 40px;
	border-radius: 4px;
}
.booking-form h3 {
	color: #19191a;
	margin-bottom: 36px;
}
.booking-form form .check-date {
	position: relative;
	margin-bottom: 15px;
}
.booking-form form .check-date label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.booking-form form .check-date input {
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 20px;
}
.booking-form form .check-date i {
	color: #dfa974;
	position: absolute;
	right: 18px;
	bottom: 17px;
}
.booking-form form .select-option {
	margin-bottom: 15px;
}
.booking-form form .select-option label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.booking-form form .select-option .nice-select {
	border-radius: 2px;
	border: 1px solid #ebebeb;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 20px;
	width: 100%;
	float: none;
}
.booking-form form .select-option .nice-select:after {
	border-bottom: 2px solid #dfa974;
	border-right: 2px solid #dfa974;
	height: 10px;
	margin-top: 0;
	right: 20px;
	width: 10px;
	top: 36%;
}
.booking-form form .select-option .nice-select span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}
.booking-form form .select-option .nice-select .list {
	margin-top: 0;
	width: 100%;
}
.booking-form form button {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #dfa974;
	border-radius: 2px;
	color: #dfa974;
	font-weight: 500;
	background: transparent;
	width: 100%;
	height: 46px;
	margin-top: 30px;
}
.hero-slider {
	/* position: absolute; */
	width: 100%;
	height: 90%;
	/* display: flex;
	flex-direction: column;
	left: 0;
	top: 0; */
}
.hero-slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 100%;
	text-align: center;
}
.hero-slider.owl-carousel .owl-dots button {
	height: 6px;
	width: 6px;
	background: #ffffff;
	opacity: 0.5;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.hero-slider.owl-carousel .owl-dots button.active {
	width: 30px;
	border-radius: 50px;
	opacity: 1;
}
.hero-slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}
.hero-slider .owl-stage-outer, .hero-slider .owl-stage, .hero-slider .owl-item, .hero-slider .hs-item {
	height: 100%;
}
/*---------------------
  About US
-----------------------*/

.about-text {
	text-align: center;
	padding-top: 40px;
	/* padding: 0 35px; */
}
.about-text p {
	color: #595960;
	text-align: left;
	font-weight: 500;
}
.about-text p.f-para {
	margin-bottom: 10px;
}
.about-text p.s-para {
	margin-bottom: 20px;
}
.about-text p.h-para {
	margin-bottom: 10px;	
	text-transform: uppercase;
	font-weight: bold;
}
.about-text .about-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 20px 30px 20px;
	background: #3F3F3F;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	
}
.readmore-btn{
	padding-top: 50px;
	padding-bottom: 50px;
	/* float: right; */
}
.seemore-btn{
	padding-top: 50px;	
	padding-bottom: 50px;
}
.seemore-policy-btn{
	/* padding-top: 50px;	 */
	padding-bottom: 50px;
	padding-left: 50px;
}
.about-text .about-btn:hover {
	background: white;
	color: black;
	border: 1px solid black;
}
.about-pic img {
	display: inline-block;
	padding-top: 40px;
	width: auto;
	height: auto;
	/* min-width: 100%; */
	/* position: relative; */
}

/* ------Room------- */
.rooms-section {
	padding-top: 0;
	padding-bottom: 80px;
}
.room-text {
	text-align: center;
	padding: 0 35px;
}
.room-text .section-title-room h1 {
	padding-top: 100px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.room-text .section-title-room h2 {
	padding-top: 100px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.room-text .section-title-room h3 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

.room-text .section-title-room p {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
}
.room-text .section-title-room-details h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.room-text .section-title-room-details h2 {
	padding-top: 100px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.room-text .section-title-room-details h3 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.room-text .section-title-room-details p {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
}
.room-text p {
	color: #595960;
	text-align: left;
	font-weight: 500;
}
.room-text p.f-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 50px;
}
.room-text p.s-para {
	margin-bottom: 20px;
}
.room-text p.h-para {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.room-text-details {
	text-align: center;
	padding: 0 35px;
}
.room-text-details p {
	color: #595960;
	text-align: left;
	font-weight: 500;
}
.room-text-details p.f-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 150px;
}
.room-text-details p.s-para {
	margin-bottom: 20px;
}
.room-text-details p.h-para {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.room-text .room-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 20px 30px 20px;
	background: #3F3F3F;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.room-text .room-btn:hover {
	background: white;
	color: black;
	border: 1px solid black;
}
.room-pic img {
	display: inline-block;
	width: auto;
	height: auto;
	min-width: 100%;
	/* position: relative; */
}
.details h2{
	display: inline-block;
	font-weight: 700;
	padding-top: 150px;
	padding-left: 80px;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
.details li{
	list-style-type: none;
	padding-top: 10px;
	padding-left: 80px;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
}
.details-details h2{
	display: inline-block;
	font-weight: 700;
	padding-top: 50px;
	padding-left: 80px;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
.details-details li{
	list-style-type: none;
	padding-top: 10px;
	padding-left: 80px;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
}
.rooms-section_1 {
	padding-top: 0;
	padding-bottom: 80px;
}

.room-header {
	text-align: center;
}

.room-header .section-title-room h1 {
	font-size: 50px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.room-header .section-title-room h2 {
	padding-top: 100px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.room-header .section-title-room h3 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.room-header .section-title-room p {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
}
.room-header .section-title-room-details h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.room-header .section-title-room-details h2 {
	padding-top: 100px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.room-header .section-title-room-details h3 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.room-header .section-title-room-details p {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
}
.room-header p {
	color: #595960;
	text-align: left;
	font-weight: 500;
}
.room-header p.f-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 50px;
}
.room-header p.s-para {
	margin-bottom: 20px;
}
.room-header p.h-para {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.room-header-details {
	text-align: center;
	padding: 0 35px;
}
.room-header-details p {
	color: #595960;
	text-align: left;
	font-weight: 500;
}
.room-header-details p.f-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 150px;
}
.room-header-details p.s-para {
	margin-bottom: 20px;
}
.room-header-details p.h-para {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.room-header .room-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 20px 30px 20px;
	background: #3F3F3F;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.room-header .room-btn:hover {
	background: white;
	color: black;
	border: 1px solid black;
}

/* ---Room Slider --- */

.slider2{
	width: auto;
	max-width: 100vw;
	min-width: 100%;
	height: auto;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.list2{
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	width: max-content;
	transition: 1s;
}

.list2 img{
	width: 1300px;
	max-width: 100vw;
	height: 100%;
	object-fit: cover;
}
.buttons2{
	position: absolute;
	top: 45%;
	left: 5%;
	width: 90%;
	display: flex;
	justify-content: space-between;
}
.buttons2 button{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #fff5;
	color: #fff;
	border: none;
	font-family: monospace;
	font-weight: bold;
}
.dotss2{
	position: absolute;
	bottom: 10px;
	color: #fff;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	transition: 1s;
}
.dotss2 li{
	list-style: none;
	font-size: 40px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	margin: 20px;
	border-radius: 20px;
}
.dotss2 li.active{
	width: 30px;

}

/* ----Slider 2----- */

.slider{
	width: auto;
	max-width: 100vw;
	min-width: 100%;
	height: auto;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.list{
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	width: max-content;
	transition: 1s;
}

.list img{
	width: 1300px;
	max-width: 100vw;
	height: 100%;
	object-fit: cover;
}
.buttons{
	position: absolute;
	top: 45%;
	left: 5%;
	width: 90%;
	display: flex;
	justify-content: space-between;
}
.buttons button{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #fff5;
	color: #fff;
	border: none;
	font-family: monospace;
	font-weight: bold;
}
.dotss{
	position: absolute;
	bottom: 10px;
	color: #fff;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	transition: 1s;
}
.dotss li{
	list-style: none;
	font-size: 40px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	margin: 20px;
	border-radius: 20px;
}
.dotss li.active{
	width: 30px;

}


/*-------------------------------- Responsive Media Styles --------------------------------*/

@media only screen and (min-width: 1554px) and (max-width: 1920px) {
	.room-text .section-title-room h1 {
		padding-top: 100px;
		font-size: 50px;
		line-height: 50px;
		text-align: center;
		font-weight: bold;
		font-style: italic;
		text-transform: uppercase;
	}
	.room-text .section-title-room h2 {
		padding-top: 100px;
		font-size: 30px;
		line-height: 40px;
		text-align: center;
		text-transform: uppercase;
	}
	.room-text .section-title-room h3 {
		font-size: 30px;
		line-height: 40px;
		text-align: center;
		font-weight: 700;
		text-transform: uppercase;
	}

	.room-text p.f-para {
		padding-top: 50px;
		margin-bottom: 10px;
		margin-left: 50px;
		margin-right: 50px;	
		/* font-size: 20px; */
	}
	.room-header .section-title-room h1 {
		font-size: 50px;
		line-height: 50px;
		text-align: center;
		text-transform: uppercase;
	}
	.room-header .section-title-room h2 {
		padding-top: 150px;
		font-size: 45px;
		line-height: 45px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
	}
	.room-header p.f-para {
		padding-top: 50px;
		margin-bottom: 10px;
		margin-left: 50px;
		margin-right: 50px;	
		/* font-size: 20px; */
	}
	.room-pic img {
		display: inline-block;
		width: auto;
		height: auto;
		min-width: 100%;
		/* position: relative; */
	}
	.seemore-btn{
		padding-top: 50px;
	}
	.room-text .room-btn {
		display: inline-block;
		font-size: 12px;
		font-weight: 700;
		padding: 20px 30px 20px;
		background: #3F3F3F;
		color: #ffffff;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.room-text-details {
		text-align: center;
		padding: 0 35px;
	}
	.room-text-details p {
		color: #595960;
		text-align: left;
		font-weight: 500;
	}
	.room-text-details p.f-para {
		margin-bottom: 10px;
		margin-left: 50px;
		margin-right: 50px;
		padding-top: 150px;
	}

}
@media only screen and (min-width: 1401px) and (max-width: 1553px) {
	.room-text .section-title-room h2 {
		padding-top: 100px;
		font-size: 30px;
		line-height: 40px;
		text-align: center;
		text-transform: uppercase;
	}
	.room-text .section-title-room h3 {
		font-size: 30px;
		line-height: 40px;
		text-align: center;
		font-weight: 700;
		text-transform: uppercase;
	}
	.room-text p.f-para {
		padding-top: 40px;
		margin-bottom: 10px;
		margin-left: 50px;
		margin-right: 50px;	
		/* font-size: 20px;
		line-height: 20px; */
	}
	.room-header .section-title-room h2 {
		padding-top: 50px;
		font-size: 40px;
		line-height: 40px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
	}
	.room-header p.f-para {
		padding-top: 40px;
		margin-bottom: 10px;
		margin-left: 50px;
		margin-right: 50px;	
		/* font-size: 20px;
		line-height: 20px; */
	}
	.room-pic img {
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.seemore-btn{
		padding-top: 20px;
	}
	.room-text .room-btn {
		padding: 20px 30px 20px;
	}
}
/* Medium Device: 1200px */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	/* .home-text .section-title-home h1 {
		padding-top: 100px;
		font-size: 50px;
		line-height: 50px;
		text-align: center;
		font-weight: bold;
		font-style: italic;
		text-transform: uppercase;
	} */
	.room-text .section-title-room h2 {
		padding-top: 100px;
		font-size: 30px;
		line-height: 40px;
		text-align: center;
		text-transform: uppercase;
	}
	.room-text .section-title-room h3 {
		font-size: 30px;
		line-height: 40px;
		text-align: center;
		font-weight: 700;
		text-transform: uppercase;
	}

	.room-text p.f-para {
		padding-top: 40px;
		margin-bottom: 10px;
		margin-left: 50px;
		margin-right: 50px;	
		/* font-size: 20px;
		line-height: 20px; */
	}
	.room-header .section-title-room h2 {
		padding-top: 30px;
		font-size: 35px;
		line-height: 35px;
		text-align: center;
		text-transform: uppercase;
		/* font-weight: bold; */
	}
	.room-header p.f-para {
		padding-top: 20px;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;	
		/* font-size: 14px; */
	}
	.room-pic img {
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.seemore-btn{
		padding-top: 20px;
	}
	.room-text .room-btn {
		padding-top: -10px;
		padding: 20px 30px 20px;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.room-text .section-title-room h1 {
		padding-top: 50px;
		font-size: 40px;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
		font-style: italic;                                                                                                                                                                                                                              gfdszl[;left: [/]]
		/* text-transform: uppercase; */
	}
	.room-text .section-title-room h2 {
		padding-top: 40px;
		font-size: 25px;
		line-height: 25px;
		text-align: center;
		text-transform: uppercase;
	}
	.room-text .section-title-room h3 {
		font-size: 25px;
		line-height: 25px;
		text-align: center;
		font-weight: 700;
		text-transform: uppercase;
	}
	.room-text p.f-para {
		padding-top: 20px;
		margin-left: 10px;
		margin-right: 10px;	
		font-size: 13px;
	}
	.room-header .section-title-room h1 {
		padding-top: 50px;
		font-size: 40px;
		line-height: 60px;
		text-align: center;                                                                                                                                                                                                   gfdszl[;left: [/]]
		/* text-transform: uppercase; */
	}
	.room-header .section-title-room h2 {
		padding-top: 40px;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
	}
	.room-header .section-title-room p {
		font-size: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.room-header p.f-para {
		padding-top: 20px;
		margin-left: 10px;
		margin-right: 10px;	
	}
	.room-pic img {
		max-width: 100%;
		max-height: 100%;
	}
	.seemore-btn{
		padding-top: 0px;
		padding-bottom: 50px;
	}
	.room-text .room-btn {
		padding: 15px 25px 15px;
		font-size: 12px;
	}
}
/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.room-text .section-title-room h1 {
		padding-top: 50px;
		font-size: 40px;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
		font-style: italic;
		text-transform: uppercase;
	}
	.room-text .section-title-room h2 {
		padding-top: 40px;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
	}
	.room-text p.f-para {
		padding-top: 20px;
		margin-left: 10px;
		margin-right: 10px;	
	}
	.room-header .section-title-room h1 {
		font-size: 30px;
		line-height: 35px;
	}
	.room-header .section-title-room p {
		font-size: 25px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.room-header .section-title-room h2 {
		/* padding-top: 40px; */
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
	}
	.room-header p.f-para {
		padding-top: 20px;
		margin-left: 10px;
		margin-right: 10px;	
	}
	.room-pic img {
		max-width: 100%;
		max-height: 100%;
		object-fit: cover;
	}
	.seemore-btn{
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.home-text .home-btn {
		padding: 15px 25px 15px;
		font-size: 12px;
	}
	.details h2{
		padding-top: 10px;
	}
	.room-text-details {
		text-align: center;
	}
	.room-text-details p.f-para {
		margin-bottom: 20px;
		margin-left: 50px;
		margin-right: 50px;
		padding-top: 20px;
	}

}
/* Large Mobile: 480px */


@media only screen and (max-width: 767px) {
	.canvas-open {
		position: absolute;
		right: 30px;
		top: 15px;
		font-size: 50px;
		width: 50px;
		height: 50px;
		color: white;
		/* border: 1px solid #19191a;*/
		border-radius: 50%; 
		line-height: 50px;
		text-align: center;
		z-index: 100;
		display: block;
		cursor: pointer;
		background-color: #3F3F3F;
	}
	.room-text .section-title-room h2 {
		padding-top: 40px;
		font-size: 20px;
		line-height: 25px;
		text-align: center;
		text-transform: uppercase;
	}
	.room-text .section-title-room h3 {
		font-size: 20px;
		line-height: 25px;
	}
	.room-text p.f-para {
		padding-top: 10px;
		margin-left: 10px;
		margin-right: 10px;	
	}
	.room-pic img {
		max-width: 100%;
		max-height: 100%;
	}
	.seemore-btn{
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.room-text .room-btn {
		padding: 15px 25px 15px;
		font-size: 12px;
	}
	.room-text-details {
		text-align: center;
	}
	.room-text-details p.f-para {
		margin-bottom: 20px;
		margin-left: 50px;
		margin-right: 50px;
		padding-top: 20px;
	}
	.details h2{
		padding-top: 10px;
	}
	.room-text-details {
		text-align: center;
	}
	.room-text-details p.f-para {
		margin-bottom: 20px;
		margin-left: 50px;
		margin-right: 50px;
		padding-top: 20px;
	}	
}
/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.canvas-open {
		position: absolute;
		right: 30px;
		top: 15px;
		font-size: 50px;
		width: 50px;
		height: 50px;
		color: white;
		/* border: 1px solid #19191a;*/
		border-radius: 50%; 
		line-height: 50px;
		text-align: center;
		z-index: 100;
		display: block;
		cursor: pointer;	
		background-color: #3F3F3F;
	}
	.room-text .section-title-room h2 {
		padding-top: 40px;
		font-size: 20px;
		line-height: 25px;
	}
	.room-text p.f-para {
		padding-top: 10px;
		margin-left: 10px;
		margin-right: 10px;	
	}
	.room-pic img {
		max-width: 100%;
		max-height: 100%;
	}
	.seemore-btn{
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.room-text .room-btn {
		padding: 15px 25px 15px;
		font-size: 12px;
	}
}


/* ----Dine----- */
.dine-page-section {
	margin: 0px;
	text-align: center;
	padding-bottom: 80px;
}
.dine-container{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-auto-rows: 280px 300px;
	grid-gap: 5px;
	grid-auto-flow: dense;
}
.dine-gallery-item{
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
}
.gallery-item .image{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.gallery-item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	cursor: pointer;
	transition: .5s ease-in-out;
}
.gallery-item:hover .image img{
	transform: scale(1.5);
}
.gallery-item .text{
	/* text-align: center; */
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
	font-size: 25px;
	pointer-events: none;
	z-index: 4;
	transition: .3s ease-in-out;
	-webkit-backdrop-filter: blur(5px) saturate(1.8);
	backdrop-filter: blur(5px) saturate(1.8); 
}

.gallery-item:hover .text{
	opacity: 1;
	animation: move-down .3s linear;
	padding: 1em;
	width: 100%;
	/* outline: 2px solid red; */
}

.w-1{
	grid-column: span 1;
}
.w-2{
	grid-column: span 2;
}
.w-3{
	grid-column: span 3;
}
.w-4{
	grid-column: span 4;
}
.h-1{
	grid-row: span 1;
}
.h-2{
	grid-row: span 2;
} 

/* on media - for responsiveness */
/* .dine-container{
	grid-template-columns: repeat(1,1fr);
	.w-1, .w-2, .w-3, .w-4 {
		grid-column: span 1;
	}
} */

@keyframes move-down {
	0%{
		top: 10%;
	}	
	50%{
		top: 35%;
	}	
	100%{
		top: 50%;
	}	
}

/*---------------------
  Dine Section
-----------------------*/

.dine-section {
	padding-top: 0;
	padding-bottom: 80px;
}
.dine-item {
	margin-bottom: 30px;
}
.dine-item img {
	min-width: 100%;
}
.dine-item .ri-text {
	border: 1px solid #ebebeb;
	border-top: none;
	padding: 24px 24px 30px 28px;
}
.dine-item .ri-text h4 {
	color: #19191a;
	margin-bottom: 17px;
}
.dine-item .ri-text h3 {
	color: #dfa974;
	font-weight: 700;
	margin-bottom: 14px;
}
.dine-item .ri-text h3 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #19191a;
}
.dine-item .ri-text table {
	margin-bottom: 18px;
}
.dine-item .ri-text table tbody tr td {
	font-size: 16px;
	color: #707079;
	line-height: 36px;
}
.dine-item .ri-text table tbody tr td.r-o {
	width: 125px;
}
.dine-item .ri-text .primary-btn {
	color: #19191a;
}
.dine-pagination {
	text-align: center;
	padding-top: 20px;
}
.dine-pagination a {
	font-size: 16px;
	color: #707079;
	border: 1px solid #EFD4B9;
	border-radius: 2px;
	padding: 7px 13px 5px;
	margin-right: 7px;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.dine-pagination a:last-child {
	margin-right: 0;
}
.dine-pagination a:hover {
	background: #dfa974;
	color: #ffffff;
}

/* ------Dine------- */
.dine-text .section-title-dine h1 {
	padding-top: 100px;
	font-size: 50px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.dine-text .section-title-dine h2 {
	padding-top: 100px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.dine-text .section-title-dine h3 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.dine-text .section-title-dine p {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
}
.dine-text .section-title-dine-details h1 {
	font-size: 60px;
	/* font-weight: 500; */
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.dine-text .section-title-dine-details h2 {
	padding-top: 100px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.dine-text .section-title-dine-details h3 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.dine-text .section-title-dine-details p {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
}
.dine-text {
	text-align: center;
	padding: 0 35px;
}
.dine-text p {
	color: #595960;
	text-align: left;
	font-weight: 500;
}
.dine-text p.f-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 50px;
}
.dine-text p.s-para {
	margin-bottom: 20px;
}
.dine-text p.h-para {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.dine-text-details {
	text-align: center;
	padding: 0 35px;
}
.dine-text-details p {
	color: #595960;
	text-align: left;
	font-weight: 500;
}
.dine-text-details p.f-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 150px;
}
.dine-text-details p.s-para {
	margin-bottom: 20px;
}
.dine-text-details p.h-para {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.dine-text .room-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 20px 30px 20px;
	background: #3F3F3F;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.dine-text .room-btn:hover {
	background: white;
	color: black;
	border: 1px solid black;
}
.dine-pic img {
	display: inline-block;
	width: auto;
	height: auto;
	min-width: 100%;
	/* position: relative; */
}
/* .details h2{
	display: inline-block;
	font-weight: 700;
	padding-top: 150px;
	padding-left: 80px;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
.details li{
	list-style-type: none;
	padding-top: 10px;
	padding-left: 80px;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
}
.details-details h2{
	display: inline-block;
	font-weight: 700;
	padding-top: 50px;
	padding-left: 80px;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
.details-details li{
	list-style-type: none;
	padding-top: 10px;
	padding-left: 80px;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
} */

.dine-header {
	text-align: center;
}

.dine-header .section-title-dine h1 {
	font-size: 50px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.dine-header .section-title-dine h2 {
	padding-top: 100px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.dine-header .section-title-dine h3 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.dine-header .section-title-dine p {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
}
.dine-header .section-title-dine-details h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.dine-header .section-title-dine-details h2 {
	padding-top: 100px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.dine-header .section-title-dine-details h3 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.dine-header .section-title-dine-details p {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
}
.dine-header p {
	color: #595960;
	text-align: left;
	font-weight: 500;
}
.dine-header p.f-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 50px;
}
.dine-header p.s-para {
	margin-bottom: 20px;
}
.dine-header p.h-para {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.dine-header-details {
	text-align: center;
	padding: 0 35px;
}
.dine-header-details p {
	color: #595960;
	text-align: left;
	font-weight: 500;
}
.dine-header-details p.f-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 150px;
}
.dine-header-details p.s-para {
	margin-bottom: 20px;
}
.dine-header-details p.h-para {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.dine-header .dine-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 20px 30px 20px;
	background: #3F3F3F;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.dine-header .dine-btn:hover {
	background: white;
	color: black;
	border: 1px solid black;
}



/*-------------------------------- Responsive Media Styles --------------------------------*/

@media only screen and (min-width: 1554px) and (max-width: 1920px) {
	.dine-text .section-title-dine h1 {
		padding-top: 100px;
		font-size: 50px;
		line-height: 50px;
		text-align: center;
		font-weight: bold;
		font-style: italic;
		text-transform: uppercase;
	}
	.dine-text .section-title-dine h2 {
		padding-top: 150px;
		font-size: 45px;
		line-height: 45px;
		text-align: center;
		text-transform: uppercase;
	}
	.dine-text p.f-para {
		padding-top: 50px;
		margin-bottom: 10px;
		margin-left: 50px;
		margin-right: 50px;	
		/* font-size: 20px; */
	}
	.dine-header .section-title-dine h1 {
		font-size: 50px;
		line-height: 50px;
		text-align: center;
		text-transform: uppercase;
	}
	.dine-header .section-title-dine h2 {
		padding-top: 150px;
		font-size: 45px;
		line-height: 45px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
	}
	.dine-header p.f-para {
		padding-top: 50px;
		margin-bottom: 10px;
		margin-left: 50px;
		margin-right: 50px;	
		/* font-size: 20px; */
	}
	.dine-pic img {
		display: inline-block;
		width: auto;
		height: auto;
		min-width: 100%;
		/* position: relative; */
	}
	.seemore-btn{
		padding-top: 50px;
	}
	.dine-text .dine-btn {
		display: inline-block;
		font-size: 12px;
		font-weight: 700;
		padding: 20px 30px 20px;
		background: #3F3F3F;
		color: #ffffff;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.dine-text-details {
		text-align: center;
		padding: 0 35px;
	}
	.dine-text-details p {
		color: #595960;
		text-align: left;
		font-weight: 500;
	}
	.dine-text-details p.f-para {
		margin-bottom: 10px;
		margin-left: 50px;
		margin-right: 50px;
		padding-top: 150px;
	}
	
	.dine-text .section-title-dine-details h1 {
		font-size: 60px;
		/* font-weight: 500; */
		line-height: 40px;
		text-align: center;
		text-transform: uppercase;
	}
	.dine-text .section-title-dine-details h2 {
		padding-top: 100px;
		font-size: 30px;
		line-height: 40px;
		text-align: center;
		text-transform: uppercase;
	}
	.dine-text .section-title-dine-details h3 {
		font-size: 30px;
		line-height: 40px;
		text-align: center;
		font-weight: 700;
		text-transform: uppercase;
	}
	.dine-text .section-title-dine-details p {
		font-size: 30px;
		line-height: 40px;
		text-align: center;
		font-weight: 700;
		text-transform: uppercase;
		padding-top: 30px;
		padding-bottom: 10px;
	}

}
@media only screen and (min-width: 1401px) and (max-width: 1553px) {

	.dine-text .section-title-dine h2 {
		padding-top: 50px;
		font-size: 40px;
		line-height: 40px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
	}
	.dine-text p.f-para {
		padding-top: 40px;
		margin-bottom: 10px;
		margin-left: 50px;
		margin-right: 50px;	
		/* font-size: 20px;
		line-height: 20px; */
	}
	.dine-header .section-title-dine h2 {
		padding-top: 50px;
		font-size: 40px;
		line-height: 40px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
	}
	.dine-header p.f-para {
		padding-top: 40px;
		margin-bottom: 10px;
		margin-left: 50px;
		margin-right: 50px;	
		/* font-size: 20px;
		line-height: 20px; */
	}
	.dine-pic img {
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.seemore-btn{
		padding-top: 20px;
	}
	.dine-text .dine-btn {
		padding: 20px 30px 20px;
	}
	.dine-container{
		display: grid;
		grid-template-columns: repeat(4,1fr);
		grid-auto-rows: 280px 300px;
		grid-gap: 5px;
		grid-auto-flow: dense;
	}
}
/* Medium Device: 1200px */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {

	.dine-item .logo {
		padding-top: 20px;
		width: 100%;
		height: 100%;
		/* padding-bottom: 50px; */
	}
	.set-bg{
		width: auto;
		height: auto;
		object-fit: fill;
	} 
	/* .home-text .section-title-home h1 {
		padding-top: 100px;
		font-size: 50px;
		line-height: 50px;
		text-align: center;
		font-weight: bold;
		font-style: italic;
		text-transform: uppercase;
	} */
	.dine-text .section-title-dine h2 {
		padding-top: 30px;
		font-size: 35px;
		line-height: 35px;
		text-align: center;
		text-transform: uppercase;
		/* font-weight: bold; */
	}
	.dine-text p.f-para {
		padding-top: 20px;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;	
		/* font-size: 14px; */
	}
	.dine-header .section-title-dine h2 {
		padding-top: 30px;
		font-size: 35px;
		line-height: 35px;
		text-align: center;
		text-transform: uppercase;
		/* font-weight: bold; */
	}
	.dine-header p.f-para {
		padding-top: 20px;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;	
		/* font-size: 14px; */
	}
	.dine-pic img {
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.seemore-btn{
		padding-top: 20px;
	}
	.dine-text .dine-btn {
		padding-top: -10px;
		padding: 20px 30px 20px;
	}
	.dine-container{
		display: grid;
		grid-template-columns: repeat(4,1fr);
		grid-auto-rows: 280px 300px;
		grid-gap: 5px;
		grid-auto-flow: dense;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.dine-text .section-title-dine h1 {
		padding-top: 50px;
		font-size: 40px;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
		font-style: italic;                                                                                                                                                                                                                              gfdszl[;left: [/]]
		/* text-transform: uppercase; */
	}
	.dine-text .section-title-dine h2 {
		padding-top: 40px;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
	}
	.dine-text p.f-para {
		padding-top: 20px;
		margin-left: 10px;
		margin-right: 10px;	
	}
	.dine-header .section-title-dine h1 {
		padding-top: 50px;
		font-size: 40px;
		line-height: 60px;
		text-align: center;                                                                                                                                                                                                   gfdszl[;left: [/]]
		/* text-transform: uppercase; */
	}
	.dine-header .section-title-dine h2 {
		padding-top: 40px;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
	}
	.dine-header p.f-para {
		padding-top: 20px;
		margin-left: 10px;
		margin-right: 10px;	
	}
	.dine-pic img {
		max-width: 100%;
		max-height: 100%;
		object-fit: cover;
	}
	.seemore-btn{
		padding-top: 0px;
		padding-bottom: 50px;
	}
	.dine-text .dine-btn {
		padding: 15px 25px 15px;
		font-size: 12px;
	}
	.dine-text .section-title-dine-details h1 {
		font-size: 50px;
		/* font-weight: 500; */
		line-height: 60px;
		text-align: center;
		text-transform: uppercase;
	}
	.dine-text .section-title-dine-details p {
		font-size: 30px;
		line-height: 40px;
		text-align: center;
		font-weight: 700;
		text-transform: uppercase;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.dine-container{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-auto-rows: 280px 300px;
		grid-gap: 5px;
		grid-auto-flow: dense;
	}
}
/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.dine-text .section-title-dine h1 {
		padding-top: 50px;
		font-size: 40px;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
		font-style: italic;
		text-transform: uppercase;
	}
	.dine-text .section-title-dine h2 {
		padding-top: 40px;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
	}
	.dine-text p.f-para {
		padding-top: 20px;
		margin-left: 10px;
		margin-right: 10px;	
	}
	.dine-header .section-title-dine h1 {
		font-size: 40px;
		line-height: 40px;
		text-align: center;
		text-transform: uppercase;
	}
	.dine-header .section-title-dine h2 {
		/* padding-top: 40px; */
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
	}
	.dine-header p.f-para {
		padding-top: 20px;
		margin-left: 10px;
		margin-right: 10px;	
	}
	.dine-pic img {
		max-width: 100%;
		max-height: 100%;
		object-fit: cover;
	}
	.seemore-btn{
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.dine-text .dine-btn {
		padding: 15px 25px 15px;
		font-size: 12px;
	}
	.details h2{
		padding-top: 10px;
	}
	.dine-text-details {
		text-align: center;
	}
	.dine-text-details p.f-para {
		margin-bottom: 20px;
		margin-left: 50px;
		margin-right: 50px;
		padding-top: 20px;
	}
	.dine-text .section-title-dine-details h1 {
		font-size: 40px;
		/* font-weight: 500; */
		line-height: 50px;
		text-align: center;
		text-transform: uppercase;
	}
	.dine-text .section-title-dine-details p {
		font-size: 25px;
		line-height: 35px;
		text-align: center;
		font-weight: 700;
		text-transform: uppercase;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.dine-container{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-auto-rows: 280px 300px;
		grid-gap: 5px;
		grid-auto-flow: dense;
	}

}
/* Large Mobile: 480px */


@media only screen and (max-width: 767px) {
	.canvas-open {
		position: absolute;
		right: 30px;
		top: 15px;
		font-size: 50px;
		width: 50px;
		height: 50px;
		color: white;
		/* border: 1px solid #19191a;*/
		border-radius: 50%; 
		line-height: 50px;
		text-align: center;
		z-index: 100;
		display: block;
		cursor: pointer;
		background-color: #3F3F3F;
	}
	.dine-text .section-title-dine h2 {
		padding-top: 50px;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
	}
	.dine-text p.f-para {
		padding-top: 10px;
		margin-left: 10px;
		margin-right: 10px;	
	}
	.dine-pic img {
		max-width: 100%;
		max-height: 100%;
	}
	.seemore-btn{
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.dine-text .dine-btn {
		padding: 15px 25px 15px;
		font-size: 12px;
	}
	.dine-text-details {
		text-align: center;
	}
	.dine-text-details p.f-para {
		margin-bottom: 20px;
		margin-left: 50px;
		margin-right: 50px;
		padding-top: 20px;
	}
	.details h2{
		padding-top: 10px;
	}
	.dine-text-details {
		text-align: center;
	}
	.dine-text-details p.f-para {
		margin-bottom: 20px;
		margin-left: 50px;
		margin-right: 50px;
		padding-top: 20px;
	}	
	.dine-text .section-title-dine-details h1 {
		font-size: 40px;
		/* font-weight: 500; */
		line-height: 50px;
		text-align: center;
		text-transform: uppercase;
	}
	.dine-text .section-title-dine-details p {
		font-size: 20px;
		line-height: 30px;
		text-align: center;
		font-weight: 700;
		text-transform: uppercase;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.dine-container{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-auto-rows: 280px 300px;
		grid-gap: 5px;
		grid-auto-flow: dense;
	}
}
/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.canvas-open {
		position: absolute;
		right: 30px;
		top: 15px;
		font-size: 50px;
		width: 50px;
		height: 50px;
		color: white;
		/* border: 1px solid #19191a;*/
		border-radius: 50%; 
		line-height: 50px;
		text-align: center;
		z-index: 100;
		display: block;
		cursor: pointer;	
		background-color: #3F3F3F;
	}
	.dine-text .section-title-dine h2 {
		padding-top: 50px;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
	}
	.dine-text p.f-para {
		padding-top: 10px;
		margin-left: 10px;
		margin-right: 10px;	
	}
	.dine-pic img {
		max-width: 100%;
		max-height: 100%;
	}
	.seemore-btn{
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.dine-text .dine-btn {
		padding: 15px 25px 15px;
		font-size: 12px;
	}
	.dine-container{
		display: grid;
		grid-template-columns: repeat(1,1fr);
		grid-auto-rows: 280px 300px;
		grid-gap: 5px;
		grid-auto-flow: dense;
	}
}

/*---------------------
  Experience Section
-----------------------*/

.experience-section {
	padding-top: 0;
	padding-bottom: 80px;
}
.experience-item {
	margin-bottom: 30px;
}
.experience-item img {
	min-width: 100%;
}
.experience-item .ri-text {
	border: 1px solid #ebebeb;
	border-top: none;
	padding: 24px 24px 30px 28px;
}
.experience-item .ri-text h4 {
	color: #19191a;
	margin-bottom: 17px;
}
.experience-item .ri-text h3 {
	color: #dfa974;
	font-weight: 700;
	margin-bottom: 14px;
}
.experience-item .ri-text h3 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #19191a;
}
.experience-item .ri-text table {
	margin-bottom: 18px;
}
.experience-item .ri-text table tbody tr td {
	font-size: 16px;
	color: #707079;
	line-height: 36px;
}
.experience-item .ri-text table tbody tr td.r-o {
	width: 125px;
}
.experience-item .ri-text .primary-btn {
	color: #19191a;
}
.experience-pagination {
	text-align: center;
	padding-top: 20px;
}
.experience-pagination a {
	font-size: 16px;
	color: #707079;
	border: 1px solid #EFD4B9;
	border-radius: 2px;
	padding: 7px 13px 5px;
	margin-right: 7px;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.experience-pagination a:last-child {
	margin-right: 0;
}
.experience-pagination a:hover {
	background: #dfa974;
	color: #ffffff;
}


.experience-text .section-title-experience h1 {
	/* padding-top: 100px; */
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
}
.experience-text .section-title-experience h2 {
	padding-top: 100px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.experience-text .section-title-experience h3 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.experience-text .section-title-experience p {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
}
.experience-text .section-title-experience-details h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.experience-text .section-title-experience-details h2 {
	padding-top: 100px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.experience-text .section-title-experience-details h3 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.experience-text .section-title-experience-details p {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
}
.experience-text {
	text-align: center;
	padding: 0 35px;
}
.experience-text p {
	color: #595960;
	text-align: left;
	font-weight: 500;
}
.experience-text p.f-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 50px;
}
.experience-text p.s-para {
	margin-bottom: 20px;
}
.experience-text p.h-para {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.experience-text-details {
	text-align: center;
	padding: 0 35px;
}
.experience-text-details p {
	color: #595960;
	text-align: left;
	font-weight: 500;
}
.experience-text-details p.f-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 150px;
}
.experience-text-details p.s-para {
	margin-bottom: 20px;
}
.experience-text-details p.h-para {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.experience-text .room-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 20px 30px 20px;
	background: #3F3F3F;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.experience-text .room-btn:hover {
	background: white;
	color: black;
	border: 1px solid black;
}
.experience-pic img {
	display: inline-block;
	width: auto;
	height: auto;
	min-width: 100%;
	/* position: relative; */
}
/* .details h2{
	display: inline-block;
	font-weight: 700;
	padding-top: 150px;
	padding-left: 80px;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
.details li{
	list-style-type: none;
	padding-top: 10px;
	padding-left: 80px;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
}
.details-details h2{
	display: inline-block;
	font-weight: 700;
	padding-top: 50px;
	padding-left: 80px;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
.details-details li{
	list-style-type: none;
	padding-top: 10px;
	padding-left: 80px;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
} */

/* ------offer------ */
/* .offer-title h2{
text-transform: uppercase;
font-size: 50px;
line-height: 50px;
text-align: center;
padding-top: 30px;
padding-bottom: 20px;
} */
.offer-section-title {
	font-size: 70px;
	line-height: 70px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 150px;
}
.offer-section-title2 {
	font-size: 100px;
	line-height: 100px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 50px;
}
.offer-text {
	text-align: center;
	padding: 0 35px;
	font-weight: bold;
}
.offer-text p {
	color: #595960;
	text-align: left;
	font-weight: 500;
}
.offer-text p.f-para {
	margin-bottom: 10px;
	padding-top: 50px;
	font-size: 24px;
}
.offer-text p.f-para2 {
	margin-bottom: 10px;
	padding-top: 250px;
	font-size: 24px;
}
.offer-text p.s-para {
	margin-bottom: 20px;
}
.offer-text p.h-para {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.offer-text .about-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 20px 30px 20px;
	background: #3F3F3F;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.offer-text .about-btn:hover {
	background: white;
	color: black;
	border: 1px solid black;
}
.offer-pic img {
	display: inline-block;
	width: auto;
	height: auto;
	min-width: 100%;
	/* position: relative; */
}

/*---------------------
  Service Section
-----------------------*/

.services-section {
	padding-bottom: 60px;
	border-top: 1px solid #e5e5e5;
}
.services-section .section-title {
	margin-bottom: 36px;
}
.service-item {
	text-align: center;
	padding: 30px 35px 18px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.service-item:hover {
	background: #dfa974;
}
.service-item:hover i {
	color: #ffffff;
}
.service-item:hover h4 {
	color: #ffffff;
}
.service-item:hover p {
	color: #ffffff;
}
.service-item i {
	display: inline-block;
	color: #dfa974;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.service-item h4 {
	color: #19191a;
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.service-item p {
	color: #707079;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*------------------------
  Home Page Room Section 
-------------------------*/

.hp-room-items {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}
.hp-room-items .hp-room-item {
	height: 600px;
	margin-right: -15px;
	position: relative;
	overflow: hidden;
}
.hp-room-items .hp-room-item:hover .hr-text {
	bottom: 135px;
}
.hp-room-items .hp-room-item:hover .hr-text h2 {
	margin-bottom: 30px;
}
.hp-room-items .hp-room-item .hr-text {
	position: absolute;
	left: 45px;
	right: 25px;
	bottom: -250px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hp-room-items .hp-room-item .hr-text h3 {
	color: #ffffff;
	margin-bottom: 15px;
}
.hp-room-items .hp-room-item .hr-text h2 {
	color: #dfa974;
	font-weight: 700;
	margin-bottom: 50px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.hp-room-items .hp-room-item .hr-text h2 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}
.hp-room-items .hp-room-item .hr-text table {
	margin-bottom: 30px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td {
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td.r-o {
	width: 120px;
}
.hp-room-items .hp-room-item .hr-text .primary-btn:after {
	background: #ffffff;
}
/*---------------------
  Testimonial Slider
-----------------------*/

.testimonial-section {
	background: #f9f9f9;
}
.testimonial-section .section-title {
	margin-bottom: 30px;
}
.testimonial-slider.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}
.testimonial-slider.owl-carousel .owl-nav button {
	height: 44px;
	width: 44px;
	border: 1px solid #ebebeb;
	font-size: 24px;
	color: #707079;
	background: #ffffff;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: -190px;
	top: 50%;
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.testimonial-slider.owl-carousel .owl-nav button:hover {
	border-color: #19191a;
	color: #19191a;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -190px;
}
.testimonial-slider .ts-item {
	text-align: center;
}
.testimonial-slider .ts-item p {
	font-size: 20px;
	color: #707079;
	line-height: 30px;
	margin-bottom: 50px;
}
.testimonial-slider .ts-item .ti-author {
	margin-bottom: 60px;
}
.testimonial-slider .ts-item .ti-author .rating {
	display: inline-block;
}
.testimonial-slider .ts-item .ti-author .rating i {
	color: #f5b917;
	font-size: 16px;
}
.testimonial-slider .ts-item .ti-author h5 {
	font-size: 20px;
	color: #19191a;
	display: inline-block;
}
/*---------------------
  Blog and Event
-----------------------*/

.blog-section {
	padding-bottom: 70px;
}
.blog-section .section-title {
	margin-bottom: 36px;
}
/*---------------------
  Footer Section
-----------------------*/

.footer-section {
	background: rgb(19, 28, 58);
}
.footer-section .footer-text {
	padding: 80px 0 30px;
}
.footer-section .footer-text .ft-about {
	margin-bottom: 30px;
}
.footer-section .footer-text .ft-about .logo {
	margin-bottom: 20px;
	width: 30%;
	height: 30%;
}
.footer-section .footer-text .ft-about .logo a {
	display: inline-block;
}
.footer-section .footer-text .ft-about p {
	color: #aaaab3;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-about .fa-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #5A4D48;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 7px;
}
.footer-section .footer-text .ft-about .fa-social a:hover {
	background: #df74da;
	border-color: #df74da;
}
.footer-section .footer-text .ft-contact {
	margin-bottom: 30px;
}
.footer-section .footer-text .ft-contact h6 {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-contact .social {
	color: #ffffff;
}

.footer-section .footer-text .ft-contact .social a:hover {
	/* color: #ffffff; */
	color: #df74da;
}
.footer-section .footer-text .ft-contact ul li {
	font-size: 16px;
	color: #aaaab3;
	line-height: 32px;
	list-style: none;
}
.footer-section .footer-text .ft-newslatter h6 {
	font-size: 14px;
	color: #df74da;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter p {
	color: #aaaab3;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter .fn-form {
	position: relative;
}
.footer-section .footer-text .ft-newslatter .fn-form input {
	width: 100%;
	height: 50px;
	border-radius: 2px;
	background: #393D4A;
	border: none;
	padding-left: 20px;
	font-size: 16px;
	color: #707079;
}
.footer-section .footer-text .ft-newslatter .fn-form button {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	background: #df74da;
	color: #ffffff;
	padding: 0 16px;
	height: 50px;
	border: none;
	border-radius: 0 2px 2px 0;
}
.footer-section .copyright-option {
	text-align: center;
	background: rgba(16, 20, 31, 0.2);
	/* padding: 20px 0; */
}
.footer-section .copyright-option ul li {
	list-style: none;
	display: inline-block;
	margin-right: 34px;
}
.footer-section .copyright-option ul li:last-child {
	margin-right: 0;
}
.footer-section .copyright-option ul li a {
	font-size: 16px;
	color: #aaaab3;
}
.footer-section .copyright-option .co-text {
	font-size: 16px;
	color: #707079;
	text-align: right;
}


/* --------------------------------- Other Pages Styles ----------------------------------- */

/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb-section {
	/* padding-top: 70px; */
	padding-bottom: 80px;
}
.breadcrumb-text {
	text-align: center;
}
.breadcrumb-text h2 {
	font-size: 44px;
	color: #19191a;
	margin-bottom: 12px;
}
.breadcrumb-text .bt-option a {
	display: inline-block;
	font-size: 18px;
	color: #19191a;
	margin-right: 20px;
	position: relative;
	font-weight: 500;
}
.breadcrumb-text .bt-option a:after {
	position: absolute;
	right: -13px;
	top: 1px;
	content: "/";
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #aaaab3;
}
.breadcrumb-text .bt-option span {
	display: inline-block;
	font-size: 18px;
	color: #aaaab3;
}
/*------------------------
  About Us Page Section
-------------------------*/

.aboutus-page-section {
	/* padding-top: 50PX; */
	padding-bottom: 40px;
	/* padding-top: 40px; */
}
.aboutus-page-section .tnc-panel{
	overflow-y: scroll;
	height: 700px;
	width: auto;
}
.about-page-text {
	margin-bottom: 20px;
}
.about-page-text .ap-title {
	margin-bottom: 20px;
}
.about-page-text .ap-title h2 {
	font-size: 44px;
	color: #19191a;
	margin-bottom: 18px;
	font-weight: bold;
}
.about-page-text .ap-title p {
	font-size: 18px;
	color: #707079;
	line-height: 28px;
}
.about-page-text .ap-services li {
	list-style: none;
	font-size: 20px;
	color: #707079;
	line-height: 42px;
	padding-left: 20px;
}
.about-page-text .ap-services li i {
	color: #d31a70;
	margin-right: 5px;
	
}
.about-page-text .ap-services-policy li {
	list-style: none;
	font-size: 20px;
	color: #707079;
	line-height: 42px;
}
.about-page-text .ap-services-policy li i {
	color: #d31a70;
	margin-right: 5px;
}
.ap-services-policy{
	text-align: left;
}
.ap-services-policy .about-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 20px 30px 20px;
	background: #3F3F3F;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.ap-services-policy .about-btn:hover {
	background: white;
	color: black;
	border: 1px solid black;
}
.about-page-services .ap-service-item {
	position: relative;
	height: 420px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.about-page-services .ap-service-item .api-text {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
}
.about-page-services .ap-service-item .api-text h3 {
	color: #ffffff;
}
/* .fade-in{
	top: 100%;
	visibility: visible;
	opacity: 0;
	transition: opacity 500ms ease-in-out;
	height: auto;
}
.fade-in.appear{
	opacity: 1;
} */

.fade-in{
	opacity: 0;
}


@keyframes enter-animation {
	0% {
		transform: translateY(100px);
    opacity: 0;
	}
	100% {
		transform: translateY(0);
    opacity: 1;
	}
}
@media (prefers-reduced-motion: no-preference) {
  .image-animation {
    animation: enter-animation 0.8s 1;
  }
  .fade-in{
	opacity: 1;
}

}

/* .fade-in{
	visibility: visible;
	opacity: 0;
	transition: opacity 1000ms ease-in-out;
}
.fade-in.appear{
	opacity: 1;
}  */

/*---------------------
  Video Section
-----------------------*/

.video-section {
	height: 500px;
	padding-top: 140px;
}
.video-section .video-text {
	text-align: center;
}
.video-section .video-text h2 {
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 16px;
}
.video-section .video-text p {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 40px;
}
.video-section .video-text .play-btn {
	display: inline-block;
}


/*---------------------
  Room Section
-----------------------*/


/* .room-item {
	margin-bottom: 30px;
}
.room-item img {
	min-width: 100%;
}
.room-item .ri-text {
	border: 1px solid #ebebeb;
	border-top: none;
	padding: 24px 24px 30px 28px;
}
.room-item .ri-text h4 {
	color: #19191a;
	margin-bottom: 17px;
}
.room-item .ri-text h3 {
	color: #dfa974;
	font-weight: 700;
	margin-bottom: 14px;
}
.room-item .ri-text h3 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #19191a;
}
.room-item .ri-text table {
	margin-bottom: 18px;
}
.room-item .ri-text table tbody tr td {
	font-size: 16px;
	color: #707079;
	line-height: 36px;
}
.room-item .ri-text table tbody tr td.r-o {
	width: 125px;
}
.room-item .ri-text .primary-btn {
	color: #19191a;
}
.room-pagination {
	text-align: center;
	padding-top: 20px;
}
.room-pagination a {
	font-size: 16px;
	color: #707079;
	border: 1px solid #EFD4B9;
	border-radius: 2px;
	padding: 7px 13px 5px;
	margin-right: 7px;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.room-pagination a:last-child {
	margin-right: 0;
}
.room-pagination a:hover {
	background: #dfa974;
	color: #ffffff;
} */
/*-----------------------
  Room Details Section
-------------------------*/

.room-details-section {
	padding-top: 0;
	padding-bottom: 80px;
}
.room-details-item {
	margin-bottom: 50px;
}
.room-details-item img {
	margin-bottom: 40px;
}
.room-details-item .rd-text .rd-title {
	overflow: hidden;
	margin-bottom: 8px;
}
.room-details-item .rd-text .rd-title h3 {
	color: #19191a;
	float: left;
}
.room-details-item .rd-text .rd-title .rdt-right {
	float: right;
	text-align: right;
}
.room-details-item .rd-text .rd-title .rdt-right .rating {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px;
}
.room-details-item .rd-text .rd-title .rdt-right .rating i {
	color: #f5b917;
}
.room-details-item .rd-text .rd-title .rdt-right a {
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	background: #dfa974;
	padding: 14px 28px 13px;
}
.room-details-item .rd-text h2 {
	color: #dfa974;
	font-weight: 700;
	margin-bottom: 25px;
}
.room-details-item .rd-text h2 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #19191a;
}
.room-details-item .rd-text table {
	margin-bottom: 32px;
}
.room-details-item .rd-text table tbody tr td {
	font-size: 16px;
	color: #19191a;
	line-height: 36px;
}
.room-details-item .rd-text table tbody tr td.r-o {
	width: 120px;
	color: #707079;
}
.room-details-item .rd-text p {
	color: #707079;
}
.room-details-item .rd-text p.f-para {
	margin-bottom: 22px;
}
.rd-reviews {
	padding-top: 55px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 50px;
}
.rd-reviews h4 {
	color: #19191a;
	letter-spacing: 1px;
	margin-bottom: 45px;
}
.rd-reviews .review-item {
	margin-bottom: 32px;
}
.rd-reviews .review-item .ri-pic {
	float: left;
	margin-right: 30px;
}
.rd-reviews .review-item .ri-pic img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
}
.rd-reviews .review-item .ri-text {
	overflow: hidden;
	position: relative;
	padding-left: 30px;
}
.rd-reviews .review-item .ri-text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e9e9e9;
	content: "";
}
.rd-reviews .review-item .ri-text span {
	font-size: 12px;
	color: #dfa974;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.rd-reviews .review-item .ri-text .rating {
	position: absolute;
	right: 0;
	top: 0;
}
.rd-reviews .review-item .ri-text .rating i {
	color: #f5b917;
}
.rd-reviews .review-item .ri-text h5 {
	color: #19191a;
	margin-top: 4px;
	margin-bottom: 8px;
}
.rd-reviews .review-item .ri-text p {
	color: #707079;
	margin-bottom: 0;
}
.review-add h4 {
	color: #19191a;
	letter-spacing: 1px;
	margin-bottom: 45px;
}
.review-add .ra-form input {
	width: 100%;
	height: 50px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 20px;
	margin-bottom: 25px;
}
.review-add .ra-form input::-webkit-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input::-moz-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input:-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input::-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input::placeholder {
	color: #aaaab3;
}
.review-add .ra-form h5 {
	font-size: 20px;
	color: #19191a;
	margin-bottom: 24px;
	float: left;
	margin-right: 10px;
}
.review-add .ra-form .rating {
	padding-top: 3px;
	display: inline-block;
}
.review-add .ra-form .rating i {
	color: #f5b917;
	font-size: 16px;
}
.review-add .ra-form textarea {
	width: 100%;
	height: 132px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 20px;
	padding-top: 12px;
	margin-bottom: 24px;
	resize: none;
}
.review-add .ra-form textarea::-webkit-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea::-moz-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea:-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea::-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea::placeholder {
	color: #aaaab3;
}
.review-add .ra-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #dfa974;
	border: none;
	padding: 14px 34px 13px;
	display: inline-block;
}
.room-booking {
	padding: 0 30px 0 40px;
}
.room-booking h3 {
	color: #19191a;
	margin-bottom: 30px;
}
.room-booking form .check-date {
	position: relative;
	margin-bottom: 15px;
}
.room-booking form .check-date label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.room-booking form .check-date input {
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 20px;
}
.room-booking form .check-date i {
	color: #dfa974;
	position: absolute;
	right: 18px;
	bottom: 17px;
}
.room-booking form .select-option {
	margin-bottom: 15px;
}
.room-booking form .select-option label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.room-booking form .select-option .nice-select {
	border-radius: 2px;
	border: 1px solid #ebebeb;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 20px;
	width: 100%;
	float: none;
}
.room-booking form .select-option .nice-select:after {
	border-bottom: 2px solid #dfa974;
	border-right: 2px solid #dfa974;
	height: 10px;
	margin-top: 0;
	right: 20px;
	width: 10px;
	top: 36%;
}
.room-booking form .select-option .nice-select span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}
.room-booking form .select-option .nice-select .list {
	margin-top: 0;
	width: 100%;
}
.room-booking form button {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #dfa974;
	border-radius: 2px;
	color: #dfa974;
	font-weight: 500;
	background: transparent;
	width: 100%;
	height: 46px;
	margin-top: 30px;
}
/*---------------------
  Blog Section
-----------------------*/

.blog-section.blog-page {
	padding-top: 0;
	padding-bottom: 88px;
}
.blog-item {
	height: 450px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
}
.blog-item.small-size {
	height: 400px;
}
.blog-item .bi-text {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.blog-item .bi-text .b-tag {
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #dfa974;
	padding: 3px 10px;
	border-radius: 2px;
}
.blog-item .bi-text h4 {
	margin-top: 18px;
	margin-bottom: 18px;
}
.blog-item .bi-text h4 a {
	color: #ffffff;
}
.blog-item .bi-text .b-time {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.load-more {
	text-align: center;
	padding-top: 30px;
}
.load-more .primary-btn {
	color: #19191a;
}


/* ------gallery------- */
.gallery-text .section-title-gallery h1 {
	padding-top: 100px;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
}
.gallery-text .section-title-gallery h2 {
	padding-top: 100px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.gallery-text .section-title-gallery h3 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.gallery-text .section-title-gallery p {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
}
.gallery-text .section-title-gallery-details h1 {
	font-size: 60px;
	/* font-weight: 500; */
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.gallery-text .section-title-gallery-details h2 {
	padding-top: 100px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.gallery-text .section-title-gallery-details h3 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.gallery-text .section-title-gallery-details p {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
}
.gallery-text {
	text-align: center;
	padding: 0 35px;
}
.gallery-text p {
	color: #595960;
	text-align: left;
	font-weight: 500;
}
.gallery-text p.f-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 50px;
}
.gallery-text p.s-para {
	margin-bottom: 20px;
}
.gallery-text p.h-para {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.gallery-text-details {
	text-align: center;
	padding: 0 35px;
}
.gallery-text-details p {
	color: #595960;
	text-align: left;
	font-weight: 500;
}
.gallery-text-details p.f-para {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 150px;
}
.gallery-text-details p.s-para {
	margin-bottom: 20px;
}
.gallery-text-details p.h-para {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.gallery-text .room-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 20px 30px 20px;
	background: #3F3F3F;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.gallery-text .room-btn:hover {
	background: white;
	color: black;
	border: 1px solid black;
}
.gallery-pic img {
	display: inline-block;
	width: auto;
	height: auto;
	min-width: 100%;
	/* position: relative; */
}
/*---------------------
  Gallery Section
-----------------------*/
.gallery-page-section {
	margin: 0px;
	text-align: center;
	padding-bottom: 50px;
}
.gallery-gallery-container{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-auto-rows: 400px 400px;
	grid-gap: 5px;
	grid-auto-flow: dense;
}
.gallery-gallery-item{
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
}
.gallery-gallery-item .image{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.gallery-gallery-item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	cursor: pointer;
	transition: .5s ease-in-out;
}
.gallery-gallery-item:hover .image img{
	transform: scale(1.5);
}
.gallery-gallery-item .text{
	/* text-align: center; */
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
	font-size: 25px;
	pointer-events: none;
	z-index: 4;
	transition: .3s ease-in-out;
	-webkit-backdrop-filter: blur(5px) saturate(1.8);
	backdrop-filter: blur(5px) saturate(1.8); 
}

/* .gallery-gallery-item:hover .text{
	opacity: 1;
	font-size: 30px;
	font-weight: bold;
	animation: move-down .3s linear;
	padding: 1em;
	width: 100%;
	outline: 2px solid red;
} */

.gallery-gallery-item .text{
	opacity: 1;
	font-size: 30px;
	font-weight: bold;
	animation: move-down .3s linear;
	padding: 1em;
	width: 100%;
}

.w-1{
	grid-column: span 1;
}
.w-2{
	grid-column: span 2;
}
.w-3{
	grid-column: span 3;
}
.w-4{
	grid-column: span 4;
}
.h-1{
	grid-row: span 1;
}
.h-2{
	grid-row: span 2;
} 

/* on media - for responsiveness */
/* .dine-container{
	grid-template-columns: repeat(1,1fr);
	.w-1, .w-2, .w-3, .w-4 {
		grid-column: span 1;
	}
} */

@keyframes move-down {
	0%{
		top: 10%;
	}	
	50%{
		top: 35%;
	}	
	100%{
		top: 50%;
	}	
}

.gallery-section {
	padding-bottom: 40px;
}
.gallery-section .section-title {
	margin-bottom: 38px;
}
.gallery-item {
	position: relative;
	height: 279px;
	margin-bottom: 20px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}
.gallery-item:hover:after {
	opacity: 1;
}
.gallery-item:hover .gi-text {
	opacity: 1;
}
.gallery-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(25, 25, 26, 0.3);
	content: "";
	z-index: -1;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.gallery-item.large-item {
	height: 576px;
}
.gallery-item .gi-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.gallery-item .gi-text h3 {
	color: #ffffff;
}
/*-------------------------------- Responsive Media Styles --------------------------------*/

@media only screen and (min-width: 1554px) and (max-width: 1920px) {
	.img-gallery-magnific{
		grid-template-columns: repeat(3,1fr);
		grid-auto-rows: 400px 300px;
	}
}
@media only screen and (min-width: 1401px) and (max-width: 1553px) {
	.img-gallery-magnific{
		grid-template-columns: repeat(3,1fr);
		grid-auto-rows: 400px 300px;
	}
}
/* Medium Device: 1200px */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	
	.img-gallery-magnific{
		grid-template-columns: repeat(3,1fr);
		grid-auto-rows: 400px 300px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.gallery-text .section-title-gallery-details h1 {
		font-size: 40px;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
	}
	.gallery-text .section-title-gallery-details p {
		font-size: 30px;
		line-height: 40px;
	}
	.gallery-gallery-container{
		grid-auto-rows: 300px 300px;
	}
	.img-gallery-magnific{
		grid-template-columns: repeat(3,1fr);
		grid-auto-rows: 300px 300px;
	}
}
/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.gallery-text .section-title-gallery-details h1 {
		font-size: 30px;
		line-height: 35px;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
	}
	.gallery-text .section-title-gallery-details p {
		font-size: 25px;
		line-height: 30px;
	}
	.gallery-gallery-container{
		grid-auto-rows: 200px 200px;
	}
	.img-gallery-magnific{
		grid-template-columns: repeat(3,1fr);
		grid-auto-rows: 300px 300px;
	}
}
/* Large Mobile: 480px */


@media only screen and (max-width: 767px) {
	.canvas-open {
		position: absolute;
		right: 30px;
		top: 15px;
		font-size: 50px;
		width: 50px;
		height: 50px;
		color: white;
		/* border: 1px solid #19191a;*/
		border-radius: 50%; 
		line-height: 50px;
		text-align: center;
		z-index: 100;
		display: block;
		cursor: pointer;
		background-color: #3F3F3F;
	}
	.gallery-text .section-title-gallery-details h1 {
		font-size: 30px;
		line-height: 35px;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
	}
	.gallery-text .section-title-gallery-details p {
		font-size: 25px;
		line-height: 30px;
	}
	.gallery-gallery-container{
		grid-template-columns: repeat(2,1fr);
		grid-auto-rows: 200px 200px;
	}
	.img-gallery-magnific{
		grid-template-columns: repeat(2,1fr);
		grid-auto-rows: 200px 200px;
	}
}
/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.img-gallery-magnific{
		grid-template-columns: repeat(1,1fr);
		grid-auto-rows: 200px 200px;
	}
}

/*----------------------------
  Blog Details Hero Section
----------------------------*/

.blog-details-hero {
	height: 530px;
	padding-top: 165px;
}
.bd-hero-text {
	text-align: center;
}
.bd-hero-text span {
	font-size: 12px;
	color: #ffffff;
	background: #dfa974;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 4px 16px;
	border-radius: 2px;
}
.bd-hero-text h2 {
	font-size: 44px;
	color: #ffffff;
	line-height: 54px;
	margin-top: 30px;
	margin-bottom: 12px;
}
.bd-hero-text ul li {
	list-style: none;
	font-size: 14px;
	color: #dfa974;
	margin-right: 35px;
	display: inline-block;
}
.bd-hero-text ul li:last-child {
	margin-right: 0;
}
.bd-hero-text ul li.b-time {
	text-transform: uppercase;
}
/*---------------------
  Blog Details Section
-----------------------*/

.blog-details-section {
	padding-top: 55px;
}
.blog-details-text .bd-title {
	margin-bottom: 52px;
}
.blog-details-text .bd-title p {
	font-size: 18px;
	color: #707079;
	line-height: 30px;
}
.blog-details-text .bd-pic {
	overflow: hidden;
	margin-bottom: 35px;
}
.blog-details-text .bd-pic .bp-item {
	width: calc(33.33% - 10px);
	float: left;
	margin-right: 15px;
}
.blog-details-text .bd-pic .bp-item:last-child {
	margin-right: 0;
}
.blog-details-text .bd-pic .bp-item img {
	min-width: 100%;
}
.blog-details-text .bd-more-text {
	margin-bottom: 50px;
}
.blog-details-text .bd-more-text .bm-item {
	margin-bottom: 30px;
}
.blog-details-text .bd-more-text .bm-item h4 {
	color: #19191a;
	margin-bottom: 20px;
}
.blog-details-text .bd-more-text .bm-item p {
	font-size: 18px;
	color: #707079;
	line-height: 30px;
}
.blog-details-text .tag-share {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	padding-top: 30px;
	margin-bottom: 75px;
}
.blog-details-text .tag-share .tags {
	float: left;
}
.blog-details-text .tag-share .tags a {
	font-size: 12px;
	color: #707079;
	background: #ebebeb;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 4px 16px;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 6px;
}
.blog-details-text .tag-share .tags a:hover {
	color: #ffffff;
	background: #dfa974;
}
.blog-details-text .tag-share .social-share {
	float: right;
}
.blog-details-text .tag-share .social-share span {
	display: inline-block;
	font-size: 18px;
	color: #707079;
}
.blog-details-text .tag-share .social-share a {
	display: inline-block;
	font-size: 16px;
	color: #707079;
	margin-left: 30px;
}
.blog-details-text .comment-option {
	margin-bottom: 75px;
}
.blog-details-text .comment-option h4 {
	color: #19191a;
	margin-bottom: 35px;
}
.blog-details-text .comment-option .single-comment-item {
	margin-bottom: 30px;
}
.blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
	padding-left: 22px;
}
.blog-details-text .comment-option .single-comment-item.first-comment .sc-text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 255px;
	background: #ebebeb;
	content: "";
}
.blog-details-text .comment-option .single-comment-item.reply-comment {
	padding-left: 120px;
	margin-bottom: 52px;
}
.blog-details-text .comment-option .single-comment-item.second-comment .sc-text {
	padding-left: 22px;
}
.blog-details-text .comment-option .single-comment-item.second-comment .sc-text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100px;
	background: #ebebeb;
	content: "";
}
.blog-details-text .comment-option .single-comment-item .sc-author {
	float: left;
	margin-right: 28px;
}
.blog-details-text .comment-option .single-comment-item .sc-author img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
}
.blog-details-text .comment-option .single-comment-item .sc-text {
	display: table;
	position: relative;
}
.blog-details-text .comment-option .single-comment-item .sc-text span {
	font-size: 12px;
	color: #dfa974;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.blog-details-text .comment-option .single-comment-item .sc-text h5 {
	font-size: 20px;
	color: #19191a;
	margin-top: 4px;
	margin-bottom: 8px;
}
.blog-details-text .comment-option .single-comment-item .sc-text p {
	color: #707079;
	margin-bottom: 18px;
}
.blog-details-text .comment-option .single-comment-item .sc-text a {
	display: inline-block;
	color: #19191a;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 24px;
	border: 1px solid #F9EEE3;
	border-radius: 50px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 10px;
}
.blog-details-text .comment-option .single-comment-item .sc-text a:hover {
	background: #dfa974;
	color: #ffffff;
	border-color: #dfa974;
}
.blog-details-text .leave-comment h4 {
	color: #19191a;
	margin-bottom: 35px;
}
.blog-details-text .leave-comment .comment-form input {
	width: 100%;
	height: 50px;
	color: #707079;
	font-size: 16px;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.blog-details-text .leave-comment .comment-form input:focus {
	border-color: #dfa974;
}
.blog-details-text .leave-comment .comment-form textarea {
	width: 100%;
	height: 116px;
	color: #707079;
	font-size: 16px;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 42px;
	resize: none;
	padding-top: 12px;
}
.blog-details-text .leave-comment .comment-form textarea:focus {
	border-color: #dfa974;
}
.blog-details-text .leave-comment .comment-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #dfa974;
	border: none;
	padding: 14px 42px 13px;
	display: inline-block;
	border-radius: 2px;
}
/*---------------------
  Recommend Blog
-----------------------*/

.recommend-blog-section {
	padding-top: 65px;
	padding-bottom: 50px;
}
.recommend-blog-section .section-title {
	margin-bottom: 37px;
}
.recommend-blog-section .section-title h2 {
	margin-top: 0;
}
/*---------------------
  Contact Section
-----------------------*/


.contact-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.contact-text h2 {
	font-size: 44px;
	color: #19191a;
	margin-bottom: 24px;
}
.contact-text p {
	color: #707079;
}
.contact-text table tbody tr td {
	font-size: 16px;
	color: #19191a;
	line-height: 36px;
	font-weight: 500;
}
.contact-text table tbody tr td.c-o {
	color: #707079;
	width: 75px;
}
.contact-form input {
	width: 100%;
	height: 50px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 25px;
	margin-bottom: 28px;
}
.contact-form input::-webkit-input-placeholder {
	color: #aaaab3;
}
.contact-form input::-moz-placeholder {
	color: #aaaab3;
}
.contact-form input:-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form input::-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form input::placeholder {
	color: #aaaab3;
}
.contact-form textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 25px;
	padding-top: 12px;
	margin-bottom: 33px;
	resize: none;
}
.contact-form textarea::-webkit-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::-moz-placeholder {
	color: #aaaab3;
}
.contact-form textarea:-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::placeholder {
	color: #aaaab3;
}
.contact-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #3F3F3F;
	border: none;
	padding: 14px 34px 13px;
	display: inline-block;
}
.map {
	height: 470px;
	-webkit-box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
	margin-top: 75px;
}
.map iframe {
	width: 100%;
	padding-bottom: 50px;
}
/*-------------------------------- Responsive Media Styles --------------------------------*/

@media only screen and (min-width: 1554px) and (max-width: 1920px) {


}
@media only screen and (min-width: 1401px) and (max-width: 1553px) {
	
}
/* Medium Device: 1200px */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}
/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact-text{
		padding-bottom: 50px;
	}
}
/* Large Mobile: 480px */


@media only screen and (max-width: 767px) {
	.contact-text{
		padding-bottom: 50px;
	}
}
/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.contact-text {
		padding-bottom: 50px;
	}
}





















/*-------------------------------- Responsive Media Styles --------------------------------*/
@media only screen and (min-width: 1554px) and (max-width: 1920px) {
	.menu-item .logo {
		padding-top: 20px;
		width: 100%;
		height: 100%;
		padding-bottom: 0px;
	}
}
@media only screen and (min-width: 1401px) and (max-width: 1553px) {
	.menu-item .logo {
		padding-top: 20px;
		width: 100%;
		height: 100%;
		padding-bottom: 0px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.menu-item .logo {
		padding-top: 20px;
		width: 100%;
		height: 100%;
		padding-bottom: 0px;
	}
	.set-bg{
		width: auto;
		height: auto;
		object-fit: fill;
	} 


}
/* @media only screen and (min-width: 1200px) {
	.menu-item .logo {
		padding-top: 20px;
		width: 100%;
		height: 100%;
		padding-bottom: 0px;
	}
} */
/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.menu-item .logo {
		padding-top: 20px;
		width: 100%;
		height: 100%;
		padding-bottom: 0px;
	}
	/* .testimonial-slider.owl-carousel .owl-nav button {
		left: -150px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -150px;
	}
	.hp-room-items .hp-room-item .hr-text {
		bottom: -322px;
	}
	.hp-room-items .hp-room-item:hover .hr-text {
		bottom: 80px;
	} */
}
@media only screen and (max-width: 991px) {
	
	.top-nav {
		display: none;
	}
	.menu-item .nav-menu {
		display: none;
	}
	/* .menu-item .logo {
		padding-top: 20px;
		width: 100%;
		height: 100%;
		padding-bottom: 0px;
	}
	.header-section .logo{
		height: auto;
		width: 100px;
		padding-top: 20px;
	} */
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 98;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 300px;
		z-index: 999;
		background: #ffffff;
		text-align: center;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 80px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper .canvas-close {
		height: 50px;
		width: 50px;
		font-size: 45px;
		border: 1px solid #19191a;
		border-radius: 70%;
		text-align: center;
		line-height: 45px;
		cursor: pointer;
		position: absolute;
		right: 30px;
		top: 30px;
		padding-right: 5px;
	}
	.offcanvas-menu-wrapper .header-configure-area {
		margin-bottom: 30px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option {
		display: inline-block;
		cursor: pointer;
		padding: 13px 0;
		position: relative;
		margin-bottom: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option:hover .flag-dropdown {
		top: 40px;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option img {
		height: 26px;
		width: 26px;
		border-radius: 50%;
		margin-right: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option span {
		font-size: 16px;
		color: #19191a;
		text-transform: uppercase;
		font-weight: 500;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown {
		position: absolute;
		left: 0;
		top: 60px;
		width: 100px;
		background: #ffffff;
		display: block;
		padding: 10px 15px;
		-webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
		box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 99;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li {
		list-style: none;
		text-align: left;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 500;
		color: #19191a;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a:hover {
		color: #d31a70;
	}
	.offcanvas-menu-wrapper .header-configure-area .bk-btn {
		display: inline-block;
		font-size: 13px;
		font-weight: 700;
		padding: 16px 28px 15px;
		background: #d31a70;
		color: #ffffff;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.offcanvas-menu-wrapper .mainmenu {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_btn {
		float: none;
		margin: 0 0 10px 0;
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul {
		margin: 0;
		text-align: left;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li .dropdown {
		padding-left: 20px;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a {
		margin: 0;
		padding: 10px;
		font-weight: 600;
		font-size: 14px;
		color: #19191a;
		border-bottom: 1px solid #e5e5e5;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a:hover {
		border-radius: 0;
		background: transparent;
		color: #d31a70;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row a {
		border-bottom: 0;
		padding-left: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row span {
		color: #19191a;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover a {
		color: #d31a70;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover span {
		color: #d31a70;
	}
	.offcanvas-menu-wrapper .top-social {
		display: inline-block;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.offcanvas-menu-wrapper .top-social a {
		display: inline-block;
		font-size: 16px;
		color: #19191a;
		margin-right: 20px;
	}
	.offcanvas-menu-wrapper .top-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .top-widget li {
		list-style: none;
		font-size: 16px;
		color: #19191a;
		font-weight: 500;
		line-height: 28px;
	}
	.offcanvas-menu-wrapper .top-widget li i {
		color: #d31a70;
		margin-right: 4px;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	
}
/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.menu-item .logo {
		width: 100%;
		height: 100%;
		padding-bottom: 10px;
	}
	.header-section .logo{
		height: auto;
		width: 200px;
		padding-top: 20px;
		/* border-style: dashed; */
	}
	.canvas-open {
		position: absolute;
		right: 40px;
		top: 30px;
		font-size: 70px;
		width: 70px;
		height: 70px;
		color: white;
		border-radius: 50%;
		line-height: 70px;
		text-align: center;
		z-index: 100;
		display: block;
		cursor: pointer;
		background-color: #3F3F3F;
	}
	/* on{
		width: 768px;
		height: 850px;
		object-fit: cover;
	}   */
}
/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
	.menu-item .logo {
		width: 20%;
		height: 20%;
		padding-bottom: 10px;
	}
	.header-section .logo{
		height: auto;
		width: 100px;
		padding-top: 20px;
	}
	
}
/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.menu-item .logo {
		width: 20%;
		height: 20%;
		padding-bottom: 10px;
	}
	.header-section .logo{
		height: auto;
		width: 100px;
		padding-top: 20px;
	}
}

/* * {
	box-sizing: border-box;
  } */

.row > .column {
	padding: 0 8px;
  }
  
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  .column {
	float: left;
	width: 25%;
  }
  
  /* The Modal (background) */
  .modal {
	display: none;
	position: fixed;
	/* z-index: 1;	 */
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	/* background-color: black; */
	background-color: white;
  }
  
  /* Modal Content */
  .modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
	/* color: white; */
	color: black;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
  }
  
  .mySlides {
	display: none;
  }
  
  .cursor {
	cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	/* color: white; */
	background-color: white;
	font-weight: bold;
	font-size: 40px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  img {
	margin-bottom: -4px;
  }
  
  .caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
  }
  
  .demo {
	opacity: 0.6;
  }
  
  .active,
  .demo:hover {
	opacity: 1;
  }
  
  img.hover-shadow {
	transition: 0.3s;
  }
  
  .hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }



  /* @import url('https://fonts.googleapis.com/css?family=Abel'); */
h1{
  /* font-family: 'lora', sans-serif; */
  font-weight:100;
  font-size: 40px;
  text-align:center;
}
.container{
  width:80%;
  margin:0 auto;
}

a{
	outline: 0 !important;
}
.magnific-img img {
    width: 100%;
    height: 100%;	
}
.mfp-bottom-bar,*{
	font-family: Arial, Helvetica, sans-serif;
}
.magnific-img {
    display: inline-block;
    /* width: 32.3%; */
	
}
.img-gallery-magnific{
	display: grid;
	grid-gap: 5px;
	grid-auto-flow: dense;
}
/* .gallery-gallery-item{
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
}
.gallery-gallery-item .image{
	width: 100%;
	height: 100%;
	overflow: hidden;
} */
a.image-popup-vertical-fit {
    /* cursor: -webkit-zoom-in; */
	cursor: pointer;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  /* cursor: zoom-out;  */
  cursor: pointer;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  /* cursor: zoom-in;  */
  cursor: pointer;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  /* cursor: auto;  */
  cursor: pointer;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


