body, html {
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000000;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h1{
	font-size: 40px;
	color: #2c2c2c;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 20px 0;
	position: relative;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 36px;
	color: #2c2c2c;
	text-transform: uppercase;
	position: relative;
}
h2.border-center{
	display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 0 0;
}
h1::after,
h2::after{
	content: '';
	height: 2px;
    width: 70px;
    text-align: center;
	display: block;
    position: relative;
    background: #ebd074;
    border: 0;
	margin: 20px 0 40px;
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #2c2c2c;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #2c2c2c;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #ebd074;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.4);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
    max-width: 150px;
    width: 100%;
    height: auto;
    padding: 0;
}
#menu a.navbar-brand img{
	width: 100%;
	height: 100%;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #ddd;
	font-weight: 500;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	font-weight: 600;
	margin: 10px 10px 0 10px;
}
#menu.navbar-default .navbar-nav li a:hover {
	color: #ebd074;
}
.on {
	background-color: #262626 !important;
	padding: 0 !important;
	padding: 10px !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ebd074 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ebd074;
	border-color: #ebd074;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
button.navbar-toggle[aria-expanded="true"] span.icon-bar.mid{
	display: none;
}
button.navbar-toggle[aria-expanded="true"] span.icon-bar.top{
	transform: rotate(-45deg) translateX(1px);
    margin-top: 0px;
}
button.navbar-toggle[aria-expanded="true"] span.icon-bar.bottom {
    transform: rotate(45deg) translateX(0px);
    margin-top: -2px;
}
.navbar-collapse.in{
	margin-top: 5px;
}
.navbar-toggle{
	width: 44px;
	height: 34px;
}
.navbar-default .navbar-toggle:hover>.icon-bar
.nav.navbar-nav{
	position: relative;
}
.nav.navbar-nav > li{
	position: static;
}
.navbar-nav > li ul {
    position: relative;
    background-color: black;
    max-width: 100%;
    width: 100%;
}
.navbar-nav li ul li {
    padding: 15px;
	position: relative;
}
.navbar-nav li ul li a {
    color: #ffffff;
	width: 100%;
    display: inline-block;
}
.navbar-nav > li > ul.sub-menu > li > ul {
    background-color: black;
}
.navbar-nav > li > ul li:not(:first-child){
	border-top: 1px solid #313131 	;
}
ul.sub-menu ul,
.nav.navbar-nav > li > ul.sub-menu {
	display: none;
}
.nav.navbar-nav > li.hotel-menu.dropdown-active > ul.sub-menu,
.nav.navbar-nav > li.hotel-menu.dropdown-active > ul.sub-menu > li.dropdown-active > ul{
	display: block;
}
.hotel-menu{
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
}
.hotel-menu span{
	color: #ffffff;
}
.hotel-menu a{
	width: 90%;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #a41111;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #8d0f0f;
}
/* Banner Section */
.hotel-slide{
	position: relative;
}
.banner-content-main,
.hero-single-banner::before{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00000079;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #ffffff;
    height: 100%;
    
}
.banner-content-main{
	padding: 15px;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	max-width: 100%;
}
.banner-content-main h2{
	color: #ffffff;
}
.banner-content-main p{
	font-size: 20px;
}
.hero-banner .banner-slider .hotel-slide{
	height: 100vh;
}
.hero-banner .banner-slider .hotel-slide img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.banner-slider ul.slick-dots li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    outline: none;
    box-shadow: none;
}
.banner-slider ul.slick-dots li.slick-active button{
	background-color: #ebd074;
}
.banner-slider ul.slick-dots li{
	padding: 0 8px;
}
.banner-slider ul.slick-dots{
	position: absolute;
    bottom: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
}
/* About Section */
#about {
	padding: 40px 0;
}
#about h3 {
	font-size: 20px;
}
#about .about-text {
	margin-left: 10px;
}

#about .about-img {
    display: inline-block;
    position: relative;
    width: 100%;
	width: 220px;
    height: 220px;
    overflow: hidden;
    border-radius: 50%;
}
#about .about-img img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
#about p {
	line-height: 24px;
	margin: 15px 0 30px;
}
.about-img .img-responsive{
	box-shadow: 0px 0px 15px 7px #6c6c6c;
	margin-bottom: 20px;
}
.about-right{
	margin-bottom: 40px;
}
/* Menu Section */
.hotel-section{
	padding: 40px 0 100px;
}
.hotel-list{
	display: flex;
    flex-wrap: wrap;
}
.hotel-box{
	margin: 20px 0 0;
}
.hotel-box .hotel-inner .hotel-img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	transition: ease-in-out .4s;
}
.hotel-box .hotel-inner{
	color: #000000	;
	box-shadow: 0px 0px 10px #737373;
	overflow: hidden;
	height: 100%;
	flex-direction: column;
	transition: ease-in-out .4s;
}
.hotel-info-bottom{
	padding: 20px;
	max-width: calc(100% - 0px);
}
.hotel-box .hotel-inner:hover .hotel-img{
	transform: scale(1.1);
}
.hotel-box .hotel-inner .img-box{
    height: 240px;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}
h3.hotel-title{
	padding: 20px;
	margin: 0 0 0 0 !important;
}
h3.hotel-title a{
	color: #2c2c2c;
	transition: all .4s;
}
.hotel-box .hotel-inner:hover{
	box-shadow: 0px 0px 20px #737373;
}

.hotel-box .hotel-title:hover a{
	color: #ebd074;
}
.profile-box{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.profile-box-inner{
	max-width: 220px;
	width: 100%;
}

/* Portfolio Section */
.gallery-section {
	padding: 0 0 120px 0;
}
.gallery-section .section-title {
	background: #444 url(../img/hotel-lobby.jpg) center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
}
.gallery-section .section-title h2 {
	color: #fff;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.categories-list li {
	display: inline-block;
}
ul.categories-list li {
	display: inline-block;
	margin: 0 10px;
	padding: 20px 0;
}
ul.categories-list li a {
	color: #999;
	font-weight: 500;
	font-size: 14px;
	padding: 12px 24px;
	background: #eee;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
ul.categories-list li a.active {
	color: #4d4d4d;
	background-color: #ebd074;
}
ul.categories-list li a:hover {
	color: #4d4d4d;
	background-color: #ebd074;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.portfolio-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Team Section */

/* Contact Section */
#contact {
	padding: 100px 0 60px 0;
	background: #F6F6F6;
}
#contact .section-title p,
.contact-info a {
	color: #777;
}
#contact form {
	padding: 0;
}
address{
	display: flex;
	flex-wrap: wrap;
}
address{
	
	font-size: 26px !important;
}
#contact i{
	margin:3px 10px 0 0;
}
address p{
	line-height: 30px;
}
#contact address h3 {
	text-transform: uppercase;
	font-size: 20px;
	width: 100%;
}
.contact-info-main,
.contact-info{
	display: flex;
	flex-direction: column;
}
.contact-info a{
	font-size: 18px;
	padding-bottom: 10px;
}
.contact-right iframe{
	width: 100%;
}

/* Footer Section*/
#footer {
	padding: 50px 0 0 0;
	background: #ba8b41; /* Old browsers */ /* IE6-9 */
}
#footer h3 {
	color: #ebd074;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .copyrights {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#779936+0,8eb640+50 */
	
}
#footer .social {
	margin: 20px 0 30px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;
	color: rgba(255,255,255,0.8)
}
#footer a {
	color: #f6f6f6;
}
#footer a:hover {
	color: #333;
}
/* Hotel Single Page Css */
.hero-single-banner {
    position: relative;
	height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-banner{
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	position: absolute;
}
.hero-single-banner::before{
	content: '';
	z-index: 1;
}
.hero-single-banner h1{
	position: relative;
	z-index: 11;
	color: #ffffff;
	display: flex;
	align-items: center;
	flex-direction: column;
}
main.gallery-main {
    padding: 60px 0;
}
.image-gallery .row{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
}
.image-gallery__box {
    position: relative;
    padding-bottom: 100%;
}
.image-gallery__box .gallery-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}


/* End */
@media (min-width: 576px) {
	.about-img{
		margin-bottom: 0px;
	}
}
@media (min-width: 768px) {
	h2 {
		font-size: 38px;
	}
	h1{
		font-size: 40px;
	}
    .container {
        width: 100% !important;
    }
	.hotel-menu{
		flex-wrap: nowrap;
	}
	#menu.navbar-default .navbar-nav > li > a{
		margin: 10px 15px 0 15px;
	}
	#menu.navbar-default .navbar-nav > li.hotel-menu > a{
		margin: 10px 10px 0px 15px;
	}
	.navbar-brand{
		padding: 15px 0;
	}
	.hotel-menu span {
		margin-top: 10px;
	}
	.hero-single-banner {
		height: calc(100vh - 400px);
	}
	.hotel-box .hotel-inner .img-box {
		height: 350px;
		max-width: 100%;
	}
	.about-right{
		margin-bottom: 0;
	}
	.navbar-nav > li ul {
		position: absolute;
		max-width: 180px;
		width: 100%;
		visibility: hidden;
		opacity: 0;
		display: block !important;
		top: 65px;
	}

	.navbar-nav > li > ul.sub-menu > li > ul {
		left: 100%;
		top: 0;
	}
	.navbar-fixed-top.on .navbar-nav > li > ul {
		top: 53px;
	}
	.navbar-nav > li:hover ul.sub-menu,
	.navbar-nav > li > ul.sub-menu > li:hover ul{
		visibility: visible;
		opacity: 1;
	}
}
@media (min-width: 992px) {
	h1{
		font-size: 50px;
	}
}
@media (min-width: 1200px) {
	h2,
	h1 {
		font-size: 60px;
	}
    .container {
        width: 1170px !important;
    }
	.banner-content-main {
		padding: 30px;
		max-width: 100%;
	}
	#about {
		padding: 60px 0;
	}
	.profile-box{
		text-align: left;
	}
}