
html {
	scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
	
}

.container {
	padding:0;
}
.logo img.custom-logo {
	max-width: 100px;
	height: auto;
	image-rendering: -webkit-optimize-contrast;  
}
.heading-2 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 500;
	display:inline-block;
}
.button-margin-less .button-main {
	margin-top: 10px !important;
}
section.review-main img {
	width: 100%;
}
.review-main-inner-left:before {
	content: '';
	position: absolute;
	background: #F8F3E5;
	width: 60%;
	height: 70%;
	z-index: -1;
}
.review-main-inner {
	position: relative;
}
.review-main-inner-left:after {
	content: '';
	position: absolute;
	background: #F8F3E5;
	width: 100%;
	height: 70%;
	right: 100%;
}
.review-main-inner-right:before {
	content: '';
	position: absolute;
	background: #E5F4F8;
	width: 60%;
	height: 70%;
	right: 0;
	z-index: -1;
}
.review-main-inner-right:after {
	content: '';
	position: absolute;
	background: #E5F4F8;
	width: 100%;
	height: 70%;
	left: 100%;
}
.review-main-inner .visit-page-text {
	margin-left: 120px;
	max-width: 70%;
	margin-right: 100px;
}
@media (min-width: 375px){
	.mobile-newsletter span.input-group-btn {
		display: none;
	}
}

@media (min-width: 1460px){

	.container {
		max-width: 1400px;
	}

}

.blackColor{
	color:#000 !important;
}

.blackColor a {
	color: #000 !important;
}


@media (min-width: 1660px) {
	.container {
		max-width: 1600px;
	}

}

.container-small {
	padding: 0 100px;
}
/*li{
	list-style-type:none;
}*/
ul{
	margin:0;
	padding:0;
}
ul.navbar-nav a.nav-link {
	font-size: 13px;
	line-height: 12px;
	color: #000;
	text-transform: uppercase;
	padding: 10px 5px !important;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
}
.navbar-nav li.nav-item:hover > a {
	border-bottom-color: #000;
}
ul.navbar-nav button {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	text-transform: uppercase;
	border: 2px solid #000;
	border-radius: 0;
	height: 36px;
	margin-left:  20px !important;
}
ul.navbar-nav .booking-link {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	text-transform: uppercase;
	border: 2px solid #000;
	border-radius: 0;
	height: 36px;
	margin-left:  20px !important;
}
.header-container {
	padding: 0 40px;
}
header nav.navbar {
	padding: 0;
}
header {
	padding: 0 0;
}
.navbar-nav li .dropdown-menu {
	margin: 0;
	border: none;
	border-radius: 0;
	background: rgba(0,0,0,.8);
	padding: 0 20px;
}

.navbar-nav li .dropdown-menu a {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 12px;
	padding: 0;
	padding: 12px 0px;
	border-bottom: 1px solid #fff;
}
.navbar-nav li .dropdown-menu a:last-child {
	border-bottom: none;
}
.navbar-nav li .dropdown-menu a:hover {
	background: transparent;
}
.footer-right img {
	height: 100%;
	object-fit: cover;
}

section{
	width: 100%;
	margin: 100px 0;
}
.text-callout-center {
	margin-bottom: 50px !important;
	margin-top: 50px !important;
}
section.banner .banner-inner .slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
footer .footer-right {
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
}
footer .footer-right .map-image {
	padding-right: 0;
}
footer {
	position: relative;
}
.banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:100%;
}
.main section:first-child {
	margin-top: 0;
}
section.banner .banner-itme , section.banner {
	position: relative;
	display: block;

}

section ul.slick-dots {
	position: absolute;
	bottom: 40px;
}
section ul.slick-dots li button {
	background: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
}
section ul.slick-dots li.slick-active button {
	background: #000;
}
section ul.slick-dots button::before{
	display:none;
}
section.banner .banner-itme .banner-content {
	padding: 0 15px;
}
section.banner .banner-inner {
	margin: 0;
	height: 800px;
}
section.banner .banner-inner .slick-list {
	height: 100% !important;
}
section.banner .banner-inner .slick-list div {
	height: 100%;
}
section.banner .banner-inner .slick-list .banner-content {
	height: auto;
	content-visibility: auto;
}
section.banner .slick-slide div {
	display: block !important;
}

.heading-before {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.heading-before img {
	background: #fff;
	padding: 0 40px;
	position: relative;
}
.heading-before:before {
	content: '';
	position: absolute;
	background: #000;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
p {
	font-size: 16px;
	line-height: 25px;
	margin: 0;
}
.bottom-border {
	padding-bottom: 60px;
	border-bottom: 2px solid #000;
}

.rte-des {
	padding: 0 70px;
	font-size: 1rem !important;
	text-align: left;
	
}

.img-with-content .img-with-content-inner img, .gallery-item .gallery-link img {
	width: 100%;
	transition: .5s;
}
.gallery-main .image-wrapper-main:hover img, .gallery-item .gallery-link:hover img {
	transform: scale(1.2);
}
.image-wrapper-main img {
	transition: .5s;
}

.section-inner {
	margin-top: 100px;
}
.heading-with-text p {
	line-height: 32px;
}
.img-with-content-inner span {
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	display: block;
}
h4 {
	font-size: 32px;
	line-height: 35px;
	margin-bottom: 10px;
}

.img-with-content .content-main {
	padding: 0 30px;
}
.img-with-content .image-wrapper-main {
	margin-bottom: 20px;
	overflow: hidden;
	clip-path: polygon(0 12%, 50% 0, 140% 22%, 100% 88%, 50% 100%, 0 89%);
}
/****
.section-inner:hover .img-with-content-inner:nth-child(2) .image-wrapper-main img {
transform: scale(.9);
}
.img-with-content .img-with-content-inner .image-wrapper-main img {
transition: .5s;
}
*********/
.img-with-content .row {
	margin-left: -50px;
	margin-right: -50px;
}
.img-with-content .img-with-content-inner {
	padding: 0 50px;
}

section.visit-page img {
	width: 100%;
}

.visit-page-text span {
	font-size: 24px;
	line-height: 34px;
}
.visit-page-text h3 {
	margin: 0;
}
.button-main {
	display: inline-block;
	width: 100%;
	height: 56px;
	background-image: url(images/border-bg.png);
	font-size: 20px;
	line-height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 180px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-size: contain;
	color: #000;
}
a:hover {
	text-decoration: none;
}
.button-main:hover {
	color: #000;
}
.visit-page a.button-main {
	margin-top: 30px;
}
.visit-page {
	position: relative;
	padding: 30px 0;
	overflow-x: hidden;
}
.visit-page:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 70%;
	top: 0;
}
.visit-page.visit-page-left:before {
	background:#F8F3E5;
	left:0;
}
.visit-page.visit-page-right:before {
	background:#E5F4F8;
	right:0;
}
.visit-page p {
	margin-top: 15px;
}
.visit-page-text {
	max-width: 600px;
}
.visit-page-left .visit-page-text {
	margin-left: auto;
	margin-right: 100px;
}
.visit-page-right .visit-page-text {
	margin-right: auto;
	margin-left: 100px;
}
.heading-with-text .button-main {
	margin: 50px auto 0;
}
section.testimonial svg {
	height: 27px;
	width: 25px;
	fill: #525252;
	display: block;
}
.testimonial i {
	font-size: 100px;
	color: #000;
}
.testimonial .testimonial-quote-top i {
	padding-left: 1px;
}
.testimonial .testimonial-content {
	max-width: 850px;
	margin: 0 auto 0 !important;
}
.testimonial .testimonial-quote-bottom {
	position: absolute;
	bottom: 0;
	right: 2px;
}
.testimonial .testimonial-quote-top {
	margin-bottom: 50px;
}
.testimonial .testimonial-content-inner {
	position: relative;
}
ul.testimonial-socials {
	display: flex;
	justify-content: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	margin-top: 20px;
}
ul.testimonial-socials li {
	height: 52px;
	width: 52px;
	border: 2px solid #707070;
	border-radius: 50%;
	position: relative;
}
ul.testimonial-socials li a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.testimonial .testimonial-content-inner .testimonial-content-inner-main {
	padding: 0 60px;
}
.testimonial .testimonial-name {
	margin-top: 30px;
}

.testimonial .slick-dots li button {
	background: #C4C4C4;
	border-radius: 50%;
}
.testimonial .slick-dots li.slick-active button {
	background: #525252;
}
.testimonial ul.slick-dots {
	position: static;
	margin-top: 80px;
}
.testimonial .bottom-border {
	padding-bottom: 30px;
}

.newsletter-form {
	padding-left: 85px;
}
.gallery .gallery-inner {
	height: auto;
	width: 100%;
}
.gallery .row {
	margin-left: -17.5px;
	margin-right: -17.5px;
}
.gallery .gallery-main {
	padding: 0 17.5px;
	margin-bottom: 35px;
}
footer {
	background: #000;
	padding: 0 0 0;
}
footer .newsletter  p.subscribe-text{
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}
footer .newsletter .input-group {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
footer .newsletter .input-group input.form-control::placeholder {
	color: #fff;
	line-height: initial;
}
footer .newsletter .input-group button {
	background: #fff;
	font-size: 15px;
	line-height: 20px;
	height: 40px;
}
.footer-social ul li {
	padding: 0 30px;
}
footer .newsletter .input-group .input-group-inner {
	margin-right: 15px;
	flex: 1;
}
footer .newsletter .input-group input.form-control {
	background: transparent;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	height: 40px;
}
footer .newsletter .input-group  span.input-group-btn {
	max-width: 120px;
	width: 100%;
}
footer .newsletter .input-group  span.input-group-btn button{
	width:100%;
}
footer .address p span {
	color: #fff;
	position: relative;
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 10px;
	display: inline-block;
}
footer .address p span:before {
	content: '';
	position: absolute;
	background: #fff;
	height: 1px;
	width: 80%;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
footer .address {
	margin-top: 30px;
}
footer .address p:last-child span {
	padding: 0;
	margin-bottom: 0;
}
footer .address p:last-child span:before {
	display:none;
}
footer .footer-social ul {
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	margin-top: 20px;
}
footer .footer-logo {
	margin-top: 30px;
}
.footer-menus li a {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}
.footer-menus li {
	padding-bottom: 10px;
}
.footer-menus .footer-menus-up {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.footer-menus-bottom li:last-child {
	padding-bottom: 0;
}
footer .footer-right img {
	display: block;
	width: 100%;
}
.main {
	display: inline-block;
	width: 100%;
}
.visit-page .visit-page-inner {
	margin: 0;
}
.visit-page .visit-page-img {
	padding: 0;
}
footer .footer-left {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 9;
}
.img-with-content .content-main h4 {
	text-align: center;
}

.navbar-nav li.nav-item {
	padding: 15px 10px;
	display: inline-block;
}




.rte-des p a {
	color: #000;
	font-weight: 600;
	text-decoration: underline;
}
.img-with-content .img-with-content-inner .button-main {
	margin: 30px auto 0;
}

.visit-page.bg-color-light:before {
	background: #F4F4F4;
}
.img-with-content .content-main.no-padding {
	padding: 0;
}
.testimonial.testimonial-with-button .button-main {
	margin: 30px auto 0;
}
.testimonial.testimonial-with-button ul.slick-dots {
	margin-top: 50px;
}

section.banner .banner-itme .banner-content span {
	font-size: 56px;
	color: #fff;
	line-height: 50px;
	font-family: 'KorolevCompressedW04';
	display: inline-block;
}
section.banner .banner-itme .banner-content h1 {
	margin-bottom: 10px;
}



.sub-heading {
	display: inline-block;
	font-size: 31px;
	line-height: 28px;
	width: 100%;
}
.subheading-button .button-main {
	margin-top: 30px;
}



.visit-page ul.visit-page-ul-content li {
	width: 50%;
	display: flex;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	margin-bottom: 20px;
}
.visit-page ul.visit-page-ul-content li img {
	max-width: 40px;
	height: 40px;
	object-fit: contain;
	image-rendering: -webkit-optimize-contrast;
}
.visit-page ul.visit-page-ul-content li p {
	margin-top: 0;
	margin-left: 10px;
}
.visit-page ul.visit-page-ul-content {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 20px 0 0;
	margin-top: 20px;
}
.visit-page-ul a.button-main {
	margin-top: 20px;
}
.visit-page-ul p {
	margin-top: 5px;
}

.bottom-top {
	border-top: 2px solid #000;
}

.testimonial .bottom-top {
	padding-top: 30px;
}
section.gallery-main .row {
	margin: 0 -30px;
}
section.gallery-main .gallery-main-inner {
	padding: 0 30px;
	margin-bottom: 60px;
}
.banner .banner-thumbnail .slick-slide {
	height: 60px;
	width: 80px !important;
	cursor:pointer;
	margin: 10px 5px 0;
}
.banner .banner-thumbnail .banner-thumbnail-itme img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .banner-thumbnail .slick-list.draggable {
	padding: 0 !important;
}
.banner .banner-thumbnail {
	background: #000;
}
.banner .banner-thumbnail .slick-slide  div{
	height: 100%;
}
.heading-with-text-button a.button-main {
	margin-top: 30px;
}
.heading-with-text-button .bottom-border {
	padding-bottom: 40px;
}
.button-main:hover {
	background-image: url(images/border-hover-bg.png);
	color:#fff;
}
button:focus {
	border: none;
	outline: none;
}
.to-top img {
	max-width: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.to-top {
	position: fixed;
	z-index: 9;
	bottom: 20px;
	right: 20px;
	background: #000;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: none;
	padding: 0;
	display:none;
}
.to-top.show-btn {
	display:block;
}
.btn:focus , input:focus {
	outline: 0;
	box-shadow: none !important;
}
.newsletter input:focus {
	border-color:#fff;
}
.navbar-nav button.btn:hover {
	background: #000;
	color: #fff;
}
footer .newsletter .input-group span.input-group-btn button:hover {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
header.fixed-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	box-shadow: 0px 4px 10px #0000008D;
}

.img-with-content .img-with-content-inner , .section-inner{
	transition:  all 1s ease-in-out;
}
/*.section-inner:hover {
margin-top: 50px;
}*/
.section-inner .content-main p.show-hide-content{
	display:none;
}
.section-inner .content-main p.show-hide-content{
	transition: .2s;
}
.event-section .img-with-content-inner {
	margin-top: 0 !important;
	margin-bottom: 60px;
}
.event-section.button-margin-less a.button-main {
	margin-top: 20px !important;
}
.review-main {
	overflow: hidden;
}
.contact-us .contact-us-inner {
	max-width: 600px;
	margin: 0 auto;
}
.contact-map img {
	width: 100%;
}
.contact-form label {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight:400;
}
.field-validation-error {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.contact-form .form-control {
	border-radius: 0;
	border: 1px solid #ccc;
	font-size: 16px;
	line-height: 20px;
}
.contact-form textarea.form-control {
	height: 150px;
}
.contact-form input.form-control {
	height: 40px;
}
.contact-form .md-form {
	margin-bottom: 20px;
}
.contact-us .contact-map {
	margin-top: 70px;
}
.contact-us .contact-us-inner p {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
}
.contact-us .contact-us-inner .contact-address {
	margin-top: 10px;
}
.form-control:focus {
	box-shadow: none !important;
}
.contact-form p a {
	font-weight: 400;
}

.navbar-toggler.change-icon .cross-icon {
	display: block;
}
.navbar-toggler.change-icon .bar-icon {
	display: none;
}
.heading-before img {
	max-width: 120px;
	width: 100%;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
	height: auto;
}
.navbar-nav li.nav-item .nav-btn:hover {
	color: #fff !important;
}
.navbar-nav .nav-item .nav-btn {
	font-size: 16px;
	line-height: 1.2;
	padding: 6px 12px;
	border-radius: 0;
	color: #000;
	
	border: 2px solid #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	transition: none;
}
/****************** Media css *****************/
@media (min-width: 992px) {
	.navbar-nav li.nav-item:last-child {
		padding: 0;
	}
	.navbar-nav li:hover .dropdown-menu {
		display: block;
	}

}


@media (min-width: 1025px){
	.mobile-map {
		display: none;
	}
}

.sitemap ul li {
	list-style-type: none !important;
	position: relative !important;
	padding-left: 10px !important;
	margin-bottom: 3px !important;
	text-align: justify !important;
}


.sitemap ul li a {
	color: #000 !important;
	font-size: 15px !important;
	line-height: 20px !important;
	font-weight:400 !important;

}

.sitemap ul li::before {
	content: '' !important;
	position: absolute !important;
	background: #3c3939 !important;
	height: 5px !important;
	width: 5px !important;
	border-radius: 50% !important;
	left: 0 !important;
	top: 16px !important;
}

.container.sitemap {
	max-width: 880px !important;
	margin: 0 auto !important;
	width: 100% !important;
}

.sitemap ul li a {
	text-decoration: underline !important;
	font-size: 18px !important;
}

	.sitemap ul li a:hover {
		opacity: .7 !important;
		color: #000 !important;
	}

	.sitemap ul li a:hover, .search-results a:hover {
		color: #000 !important;
		opacity: .8 !important;
	}

@media (max-width: 1659px) {
	.img-with-content-inner span {
		font-size: 20px;
		line-height: 24px;
	}

	.heading-2 {
		font-size: 30px;
		line-height: 38px;
	}

	.img-with-content .row {
		margin-left: -30px;
		margin-right: -30px;
	}

	.img-with-content .img-with-content-inner {
		padding: 0 30px;
	}

	.testimonial .testimonial-quote img {
		max-width: 70px;
		image-rendering: -webkit-optimize-contrast;
	}

	section.banner .banner-inner {
		height: 600px;
	}


		@media (max-width: 1400px)
		{
			.container-small p {
				line-height: 26px;
			}
		} .

	.heading-with-text p {
		line-height: 30px;
	}
	h4 {
		font-size: 25px;
		line-height: 32px;
	}
	section.banner .banner-itme .banner-content span {
		font-size: 36px;
		line-height: 34px;
	}
	.visit-page-text {
		max-width: 500px;
	}
	.testimonial i {
		font-size: 70px; 
	}

}

@media (max-width: 1400px){
	.img-with-content-inner span {
		font-size: 18px;
		line-height: 20px;
	}
	.heading-2 {
		font-size: 24px;
		line-height: 32px;
	}

	.testimonial .testimonial-quote img {
		max-width: 60px;
	}
	ul.testimonial-socials li {
		height: 45px;
		width: 45px;
	}
	section.testimonial svg {
		height: 20px;
		width: 20px;
	}
	.to-top {
		height: 40px;
		width: 40px;
	}
	.to-top img {
		max-width: 20px;
	}
	section.banner .banner-inner {
		height: 550px;
	}
	section.banner .banner-itme .banner-content span {
		font-size: 30px;
		line-height: 30px;
	}
	h1 {
		font-size: 65px;
		line-height: 65px;
	}
	h4 {
		font-size: 22px;
		line-height: 24px;
	}
	.visit-page-text span {
		font-size: 18px;
		line-height: 28px;
	}
	.button-main {
		font-size: 16px;
		line-height: 25px;
		max-width: 140px;
		height: 46px;
	}
	.testimonial i {
		font-size: 60px;
	}
	.testimonial .testimonial-quote-top {
		margin-bottom: 30px;
	}

	section ul.slick-dots li button  {
		height: 16px;
		margin: 0 auto;
		width: 16px;
	}
	.slick-dots li {
		margin:0 2px !important;
	}
	.visit-page-text {
		max-width: 400px;
	}
	.visit-page-right .visit-page-text {
		margin-left: 30px;
	}
	.visit-page-left .visit-page-text {
		margin-right: 30px;
	}
	.img-with-content .content-main {
		padding: 0 20px;
	}
}



@media (max-width: 1300px){
	.navbar-nav li.nav-item {
		padding: 15px 5px;
	}
}
@media (max-width: 1200px){
	.container {
		padding:0 20px;
	}
}

@media (max-width: 1199px){
	.header-container {
		padding: 0 20px;
	}
	.navbar-nav li.nav-item {
		padding: 15px 0;
	}
	ul.navbar-nav button {
		margin-left: 10px !important;
		padding-left: 6px;
		padding-right: 5px;
		font-size: 13px;
	}
	header .header-inner:last-child {
		padding-left: 0;
	}
	.img-with-content-inner span {
		font-size: 16px;
		line-height: 18px;
	}
	section.banner .banner-itme .banner-content span {
		font-size: 25px;
	}
	.visit-page-text span {
		font-size: 14px;
		line-height: 18px;
		display: inline-block;
	}

	h2 {
		font-size: 35px;
		line-height: 40px;
	}
	h1 {
		font-size: 55px;
		line-height: 55px;
	}
	ul.navbar-nav a.nav-link {
		padding: 8px 5px !important;
	}
	ul.navbar-nav button {
		margin-left: 14px !important;
	}
	footer .newsletter .input-group .input-group-inner {
		margin-right: 10px;
	}
	section {
		margin: 50px 0;
	}
}

@media (max-width: 1024px){

	.review-main-inner-right:before {
		width: 70%;
	}
	.review-main-inner .visit-page-text {
		margin-left: 50px;
		margin-right: 50px;
	}
	footer .footer-left , footer .map-main {
		max-width: 100%;
		flex: 0 0 100%;
	}
	footer .footer-right {
		display: none;
	}
	footer .map-main img {
		width: 100%;
	}
	footer .map-main .mobile-map {
		margin: 0 -30px;
	}
}


@media (max-width: 991px){
	.navbar-nav li.nav-item {
		padding: 25px 20px;
	}
	header nav.navbar button.navbar-toggler[aria-expanded="false"] .cross-icon {
		display: none;
	}
	header nav.navbar button.navbar-toggler[aria-expanded="true"] .bar-icon {
		display: none;
	}
	.logo img {
		max-width: 90px;
		image-rendering: -webkit-optimize-contrast;
	}
	.review-main-inner-left:before {

		width: 90%;
	}
	.review-main-inner .visit-page-text {
		max-width: 100%;
		margin: 0;
	}
	.heading-2 {
		font-size: 20px;
		line-height: 28px;
	}
	.navbar-nav li .dropdown-menu {
		background: transparent;
		padding: 0;
		margin: 10px 0 0 0;

	}
	.navbar-nav li .dropdown-menu a {
		color: #a9a9a9;
		font-size: 12px;
		line-height: 12px;
		padding: 10px 0px 10px;
		text-align: right;
		border-bottom: 1px solid #ccc ;
	}
	.navbar-nav li.nav-item:first-child {
		border-top: 1px solid #ccc;
	}
	header .navbar-collapse {
		position: absolute;
		top: 100%;
		z-index: 9;
		background: #fff;
		width: 100%;
		right: 0;
		box-shadow: -2px 10px 9px 0px #00000042;
		height: 100vh;
		max-width: 100% !important;
	}
	header ul.navbar-nav a.nav-link {
	
		border: none;
		font-size: 14px;
		color: #000 !important;
		top: 3px;
	}
	.navbar-nav li.nav-item {
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #ccc;
	}
	.navbar-nav li.nav-item:last-child {
		border-bottom:none;
	}
	ul.navbar-nav button {
		font-size: 14px;
	}
	header nav.navbar , .header-inner {

		position:static;
	}
	header {
		position: relative;
	}
	.testimonial .testimonial-quote img {
		max-width: 50px;
	}
	section.gallery-main .gallery-main-inner {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	section.gallery-main .row {
		margin: 0 -10px;
	}
	section.banner .banner-itme .banner-content span {
		font-size: 20px;
		line-height: 28px;
	}
	header nav.navbar span.navbar-toggler-icon {
		height: auto;
		width: auto;
	}
	header {
		padding: 7px 0;
	}
	header nav.navbar button.navbar-toggler {
		padding: 0;
	}
	header nav.navbar button.navbar-toggler i {
		font-size: 30px;
	}
	header nav.navbar {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.header-container {
		padding: 0 20px;
	}
	.img-with-content .img-with-content-inner {
		padding: 0 10px;
	}
	.img-with-content .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.img-with-content .content-main {
		padding: 0;
	}
	.container-small {
		padding: 0 20px;
	}
	.bottom-border {
		padding-bottom: 40px;
	}
	.heading-with-text .button-main {
		margin: 30px auto 0;
	}
	h1 {
		font-size: 50px;
		line-height: 50px;
	}
	h4 {
		font-size: 20px;
		line-height: 22px;
	}
	.rte-des {
		padding: 0 20px;
	}
	.testimonial ul.slick-dots {
		margin-top: 30px;
	}
	.testimonial i {
		font-size: 40px;
	}
	.section-inner {
		margin-top: 50px;
	}
	.gallery .gallery-main {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.gallery .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.navbar-collapse{
		padding-top:0!important;
	}
	.navbar-nav {
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 991px) {
	.navbar-collapse .navbar-nav .nav-item {
		padding-top: 17px;
		padding-top: 19px !important;
	}

		.navbar-collapse .navbar-nav .nav-item .btn {
			border: 2px solid #000 !important;
			margin-top: 0px !important;
			border-radius: initial !important;
		}


	@media (max-width: 767px) {
		.logo img.custom-logo {
			max-width: 80px;
		}

		.contact-form label {
			font-size: 18px;
			line-height: 26px;
		}

		.contact-us .contact-us-inner p {
			font-size: 16px;
			line-height: 22px;
		}

		.contact-us .contact-map {
			margin-top: 30px;
		}

		.visit-page:before {
			width: 100%;
		}

		.sub-heading {
			font-size: 27px;
			line-height: 24px;
		}

		.heading-with-text .button-main {
			margin: 20px auto 0;
		}

		.visit-page .visit-page-inner .visit-page-img,
		.visit-page .visit-page-inner .visit-page-text-main {
			max-width: 100%;
			padding: 0;
			flex: 0 0 100%;
		}

		.visit-page-left .visit-page-text {
			margin-right: auto;
			margin-bottom: 30px;
			margin-left: 30px;
		}

		.visit-page-right .visit-page-text {
			margin-left: auto;
			margin-top: 30px;
			margin-right: 30px;
		}

		.visit-page-right .visit-page-text {
			margin-left: auto;
			margin-top: 30px;
		}
	}

	@media (max-width: 719px) {
		.gallery .gallery-main {
			flex: 0 0 50%;
			max-width: 50%;
		}

		footer .footer-logo img {
			max-width: 170px;
		}

		.footer-social ul li {
			padding: 0 15px;
		}
	}


	@media (max-width: 575px) {
		section.review-main.visit-page {
			padding: 0;
		}

		.navbar-nav li.nav-item {
			padding: 25px 15px;
		}

		.review-main-inner-right:before, .review-main-inner-left:before {
			width: 100%;
			height: 100%;
		}

		.review-main-inner-left .review-img {
			margin-top: 30px;
		}

		.review-main-inner-right .review-img {
			margin-bottom: 30px;
		}

		.review-main-inner {
			padding: 30px 0;
		}

		.heading-2 {
			font-size: 18px;
			line-height: 26px;
		}

		.img-with-content-inner span {
			font-size: 14px;
			line-height: 18px;
		}

		.testimonial .testimonial-quote img {
			max-width: 30px;
		}

		section.banner .banner-inner {
			height: 400px;
		}

		.sub-heading {
			font-size: 20px;
			line-height: 22px;
		}

		section.banner .banner-itme .banner-content h1 {
			margin-bottom: 5px;
		}

		section.banner .banner-itme .banner-content span {
			font-size: 16px;
			line-height: 18px;
		}

		header nav.navbar button.navbar-toggler i {
			font-size: 25px;
		}

		footer .map-main .mobile-map {
			margin: 0 -15px;
		}

		.gallery .gallery-main {
			flex: 0 0 100%;
			margin-bottom: 10px;
			max-width: 100%;
			margin-top: 0px;
			padding: 0px;
		}

		.gallery .container {
			padding: 0px 10px;
		}

		.container, .header-container {
			padding: 0 15px;
		}

		.container-small {
			padding: 0;
		}

		.img-with-content .img-with-content-inner {
			margin-bottom: 30px;
		}

			.img-with-content .img-with-content-inner:last-child {
				margin-bottom: 0;
			}

		h1 {
			font-size: 40px;
			line-height: 40px;
		}

		h4 {
			font-size: 18px;
			line-height: 20px;
		}


		.heading-with-text p {
			line-height: 24px;
		}

		.section-inner {
			margin-top: 30px;
		}

		.testimonial .testimonial-quote-top {
			margin-bottom: 10px;
		}

		.visit-page-left .visit-page-text, .visit-page-right .visit-page-text {
			margin-right: 15px;
			margin-left: 15px;
		}

		.visit-page a.button-main {
			margin-top: 20px;
		}

		.heading-before img {
			padding: 0 20px;
			max-width: 90px;
		}

		.rte-des {
			padding: 0;
		}

		.footer-menus ul.text-right {
			text-align: left !important;
		}

		.footer-menus {
			margin-top: 30px;
		}

		footer .newsletter .input-group .text-center {
			text-align: left !important;
		}

		footer .footer-social ul {
			justify-content: flex-start;
			-webkit-justify-content: flex-start;
		}

		.footer-social ul li:first-child {
			padding-left: 0;
		}

		footer .address p span:before {
			width: 100%;
		}

		footer .newsletter .input-group span.input-group-btn {
			max-width: 90px;
		}

		.button-main {
			font-size: 14px;
			max-width: 120px;
			height: 40px;
		}

		.testimonial i {
			font-size: 30px;
			DISPLAY: BLOCK;
		}

		.testimonial .testimonial-content-inner .testimonial-content-inner-main {
			padding: 0 20px;
		}

		ul.testimonial-socials li {
			height: 32px;
			width: 32px;
		}

		section.testimonial svg {
			height: 15px;
			width: 15px;
		}

		.testimonial ul.slick-dots {
			margin-top: 20px;
		}

		.testimonial .testimonial-name {
			margin-top: 20px;
		}

		ul.testimonial-socials {
			margin-top: 15px;
		}

		footer .address p span {
			padding-bottom: 8px;
		}
	}


	@media (max-width: 420px) {
		section.banner .banner-inner {
			height: 300px;
		}
	}

	@media (max-width: 374px) {
		span.input-group-btn.desktop-newsletter {
			display: none;
		}

		footer .newsletter .input-group .input-group-inner {
			margin-right: 0;
		}

		footer .newsletter .mobile-newsletter span.input-group-btn {
			display: inline-block;
			width: 100%;
			max-width: 100%;
			margin-top: 10px;
		}

		.heading-before img {
			max-width: 80px;
		}
	}

	.navbar-nav li .dropdown-menu {
		background: #000;
	}

	.page-id-115 section.banner + .where-staying .heading-before.heading-before-home img {
		padding: 0 10px;
	}

	.navbar-nav li .dropdown-menu a {
		text-align: left;
	}

	.page-id-540 .visit-page .visit-page-text span {
		text-transform: capitalize;
	}

	.grecaptcha-badge {
		visibility: hidden;
	}

	.announcement-bar {
		margin: 10px;
		text-align: center;
	}

	section.Page-heading {
		padding-top: 50px;
	}

	.sitemap ul ul {
		padding-inline-start: 40px;
	}

	.sitemap ul li {
		list-style: disc;
	}

	a.pdf-downloader {
		font-weight: 700;
		font-size: 20px;
		margin-top: 15px;
		display: inline-block;
		text-decoration: underline;
	}

		a.pdf-downloader:hover {
			color: #000;
		}

	footer .newsletter p.subscribe-text {
		color: #fff;
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.footer-menus li a {
		color: #fff;
		font-size: 15px;
		line-height: 20px;
		text-transform: uppercase;
	}

		.footer-menus li a:hover {
			text-decoration: none !important;
		}

	.footer-menus .footer-menus-up:before {
		content: '';
		position: absolute;
		background: #fff;
		height: 1px;
		width: 70px;
		bottom: 0;
		right: 0;
	}	
}
.bayview-map {
	padding-top: 73px;
}
.viewmore-review {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
}
.badge
{
	text-align:right;
}
.badge img {
opacity: 0.11;
width: 80px !important;
margin: 15px;
}
.badge a {
	text-decoration:none !important;
}
.badge a:before {
	background:none !important;

}
.pagenotfound {
	margin: 160px 0 !important;
}
.pagenotfound p {
	text-align:center !important;
}
.site-header{
	box-shadow:none !important;

}










* {
	font-family: Roboto Condensed;
}

.main_section {
	width: 1244px;
	max-width: 100%;
	margin: 0 auto;
}

.container_box {
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	border-radius: 24px;
	background-size:cover;
	background-position:center;
}

.main-flex_box {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.left_side {
	width: 60%;
	float: left;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 24px;
	box-sizing: border-box;
	border: 2px solid rgba(233, 186, 117, 0.4);
	padding: 100px 120px;
}

.main_section h2 {
	font-size: 60px;
	color: #ffffff;
	line-height: 65px;
	font-weight: bold;
	margin: 0;
}

.main_section p {
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	font-weight: 400;
}

.subscribe_form input[type="text"]::placeholder {
	color: #ffffff;
}

.subscribe_form input[type="text"] {
	font-size: 16px;
	background: transparent;
	border: 0;
	height: 57px;
	padding: 15px 20px;
	box-sizing: border-box;
	color: #ffffff !important;
	width: 60%;
}

.subscribe_form button.btn {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #212529;
	background-color: transparent;
	border: none;
	background-image: url("../img/btn-bg.png");
	background-position: center top;
	width: 180px;
	background-repeat: no-repeat;
	height: 60px;
	float: right;
	cursor: pointer;
	margin-top:-57px;
}

.subscribe_form {
	float: left;
	width: 100%;
	/*margin: 60px 0 85px;*/
	margin: 20px 0 20px;
}

	.subscribe_form form {
		background-color: rgba(255, 255, 255, 0.2);
		float: left;
		width: 95%;
		min-width: 450px;
		height: 57px;
		border-radius: 10px;
	}

	.subscribe_form input[type="text"]:focus-visible {
		outline: 0;
	}

.right_side {
	width: 40%;
	float: left;
	box-sizing: border-box;
}

img.union_klogo {
	position: relative;
	left: -77px;
}
/*- - - - - - - - - - Responsive - - - - - - - - */
@media screen and (max-width:1280px) {
	.left_side {
		padding: 50px 60px;
	}
}

@media screen and (max-width:1023px) {
	.main_section h2 {
		font-size: 50px;
		line-height: 58px;
	}

	img.union_klogo {
		position: relative;
		left: -56px;
		width: 125px;
	}
}

#subscribeContentBtn{
	display:none;
}
#subscribeContent.fancybox-content {
	background: transparent !important;
}

#subscribeContent .fancybox-button.fancybox-close-small {
	padding: 10px;
	left: 30px !important;
	top: 30px !important;
	color: #fff;
	border-radius: 50% !important;
	background: #000;
	opacity:.5;
}

.main_section .main-flex_box h2 {
	text-align: center;
}

@media screen and (max-width:1000px) {
	.main-flex_box {
		align-items:flex-end;
		flex-wrap:wrap;
	}
	.left_side {
		width: 100%;
	}
	.right_side {
		width: 100%;
		float:right;
	}
	.right_side img.union_klogo {
		left:auto;
		float:right;
		width:100px;
		margin-top:15px;
	}
}

@media screen and (max-width:768px) {
	#subscribeContent {
		padding:10px;
	}
	#subscribeContent .fancybox-button.fancybox-close-small {
		left: -2px !important;
		top: 222px !important;
	}
	.main_section h2{
		font-size:40px;
		line-height:normal;
	}
	.left_side {
		padding: 40px 20px;
		border-radius: 0;
	}
	.subscribe_form{
		margin:20px 0 20px;
		
	}
	.subscribe_form button.btn {
		float: left;
		margin-top: 15px;
		border: 1.1px solid #E9BA75;
		background: #E9BA75;
		border-radius:0;
	}

	.subscribe_form form {
		width: 100%;
		min-width: 100%;
		border-radius: 0;
		height: auto;
		background-color: transparent;
	}

	.subscribe_form input[type="text"] {
		width: 100%;
		background-color: rgba(255, 255, 255, 0.2);
		font-size: 18px;
		font-weight: 400;
		border-radius: 0;
	}
	.right_side img.union_klogo {
		width:75px;
	}
	.container_box {
		margin-top: 102px;
		border-radius:10px;
	}
	.main-flex_box {
		margin-top: 130px;
	}
}

@media screen and (max-width:500px) {
	.subscribe_form button.btn {
		float: none;
	}

	.subscribe_form input[type="text"], .subscribe_form  .form-footer {
		text-align: center;
	}

	.subscribe_form ::placeholder,
	.subscribe_form ::-webkit-input-placeholder,
	.subscribe_form :-moz-placeholder,
	.subscribe_form ::-moz-placeholder,
	.subscribe_form :-ms-input-placeholder {
		text-align: center;
	}

}
@media screen and (max-width: 376px){
	.main_section h2 {
		font-size: 36px;
	}
}