* {
	font-family: 'Lato';
}

.text-center img {
	display: inline-block;
}

header .mainmenu {
	/* float: right; */
	justify-self: center;
}

header {
	padding: 0px;
}

header .mainmenu ul li a {
	font-family: 'ProximaNova-Regular';
	text-decoration: none;
	font-size: 20px;
	color: #fff;
}

header .mainmenu ul li {
	padding: 0px 15px;
}

header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}

/*************SUB MENU*************/
.mainmenu .sub-menu {
	list-style: outside none none;
	min-width: 250px;
	padding: 0;
	position: absolute;
	z-index: 1000;
	display: none;
}

.mainmenu li:last-child:hover .sub-menu {
	right: 0;
}

.mainmenu li:hover .sub-menu {
	display: block;
}

.mainmenu .sub-menu li {
	padding: 0px !important;
}

.mainmenu .sub-menu li a {
	background-color: #fff;
	display: block;
	padding: 10px 15px !important;
	text-align: left;
	color: #000 !important;
	text-decoration: none;
	transition: all 1s ease-in-out 0s;
}

.mainmenu .sub-menu li a:hover {
	background: #fff !important;
	padding-left: 25px;
	color: #000 !important;
}

.col-md-5ths {
	width: 20%;
	float: left;
}

.icon-bar {
	background-color: #f40101 !important;
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	margin: 0px;
}

.owl-theme .owl-nav {
	margin-top: 0;
}

header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
}

header .header-bottom {
	position: relative;
}

header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	width: 100%;
}

header .banner-contents h3 {
	font-size: 56px;
	color: #7e7bea;
	font-weight: 700;
	line-height: 1;
}

.banner-contents p {
	font-size: 21px;
	color: #5c4949;
	line-height: 1.7;
	padding-top: 20px;
}

.banner-contents a {
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	border-radius: 50px;
	border: 2px solid #e7b6d7;
	background-color: #e7b6d7;
	padding: 10px 30px;
}

/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
}

header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
}


.owl-carousel-projects .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/others/projects-arrow-left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 24px;
	right: 55%;
	position: absolute;
	text-indent: -99999px;
	top: 91%;
	width: 23px;
	outline: none !important;
}

.owl-carousel-projects .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/others/projects-arrow-right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 24px;
	left: 55%;

	position: absolute;
	text-indent: -99999px;
	top: 91%;
	width: 23px;
	outline: none !important;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
	margin-top: 0;
}

header .header-bottom .owl-dots {
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
}

header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}

header .header-bottom .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #edb200;
}

.amenities-gallery .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block;
}

.contact-form .form-control::-webkit-input-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form a {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	border-radius: 2px;
	text-transform: uppercase;
	background-color: #e5accc;
	padding: 7px 40px;

}

.footer-wrap h3 {
	font-size: 37px;
	color: #7d7bea;
	margin-bottom: 25px;
}

.footer-wrap ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #696969;
}

.footer-wrap ul li {
	padding-bottom: 5px;
}

.footer-contact ul li {
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left 7px;
	padding-bottom: 10px;
}

.footer-contact ul li.location {
	background-image: url(img/others/cont-1.png);
}

.footer-contact ul li.phone {
	background-image: url(img/others/cont-2.png);
}

.footer-contact ul li.mail {
	background-image: url(img/others/cont-3.png);
}

.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: #e5accc;
}

.social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}

.social-icons ul li {
	padding-right: 8px;
}

.copyrights p,
a {
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #000;
	margin-bottom: 0px;
}

.copyrights {
	/* background-color: #2f3f3f; */
	padding: 20px 0px;
}

/*selvam css */
.mobile-phone {
	display: none;
}

.advantage-btn-list ul li {
	margin: 8px;
}

.footer-main-btn a {
	font-family: 'ProximaNova-Regular';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #000 !important;
	border-radius: 3px;
	padding: 10px 15px;
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;
}

.footer-main-by a {
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #000 !important;
}

.footer-section {
	background-color: #FFF4E8;
}

.header-phone {
	/* background-color: #d7d7d7; */
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;
	padding: 10px 5px;
	width: 80%;
	margin: auto;
	text-align: center;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.header-top {
	background-color: #c80815;
	padding: 0px 0px;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 80px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.header-phone a {
	color: #000;
	font-family: 'ProximaNova-Regular';
	font-size: 22px;
	font-weight: 900;
}

.banner-shape {
	position: absolute;
	left: 65%;
	top: 19%;
	z-index: 9;
	width: 26%;
	background: #FFF4E8;
}

#mainform {
	padding: 40px 20px;
}

header .header-bottom {
	position: relative;
	padding-top: 80px;
}

.banner-shape h4 {
	font-family: 'ProximaNova-Regular';
	text-decoration: none;
	font-size: 23px;
	color: #000;
	padding: 10px 0px;
	font-weight: 900;
}

.form-control {
	border-radius: 1px !important;
	padding: 8px 8px;
}

#submitbtn {
	font-family: 'ProximaNovaA-Bold';
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;
	width: 93%;
	border-radius: 2px;
	font-size: 27px;
	color: #000;
	text-transform: uppercase;
}

.banner-bottom-line {
	position: absolute;
	bottom: -50px;
}

.brand-section {
	/* background-color: #f0e48e; */
	background: -moz-linear-gradient(top, #efe590 0%, #ddc563 100%);
	background: -webkit-linear-gradient(top, #efe590 0%, #ddc563 100%);
	background: linear-gradient(to bottom, #efe590 0%, #ddc563 100%);
}


footer {
	position: relative;
}

.top-arrow-link {
	position: absolute;
	right: 3%;
	top: 67%;
	z-index: 99;
}

html {
	scroll-behavior: smooth;
}

.main-heading-boat h3 {
	font-family: 'Qualux-Regular';
	font-size: 25px;
	color: #fff;
	text-align: center;
}

.main-heading-boat h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	margin-top: 40px;

}

.text-style-bg.main-heading-boat h2 {
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.overview-section {
	background-image: linear-gradient(to bottom,#c80815cc), url("img/rams/upscale.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.main-heading-boat p {
	font-family: 'ProximaNova-Regular';
	color: #fff;
	font-size: 22px;
	/* padding-bottom: 40px; */
	text-align: center;
}

.overview-wrap {
	padding: 50px 0px;
}

.main-heading-boat h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 25px;
	color: #fff;
	text-align: center;
	padding-bottom: 30px;
}

.boatclub-main-box {
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border: 2px solid #ab9266;
	border-radius: 5px;
}

.bact-overview-logo {
	text-align: right;
	padding-bottom: 15px;
}

.bact-overview-logo img {
	filter: invert(1);
}

.boatclub-overview-number h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #000;
}

.boatclub-overview-number p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #000;
	position: relative;
	padding-top: 20px;
}

.boatclub-overview-number p::after {
	content: "";
	width: 150px;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: 0px;
	left: 0;
}

.boatclub-overview-box {
	margin: 50px 0px;
}

.advantages-wrap .main-heading-boat h3 {
	color: #000;
}

.advantages-wrap .main-heading-boat h2 {
	color: #ed1c24 !important;
	font-size: 60px;
	margin-top: 40px;
}

.advantages-wrap .main-heading-boat p {
	color: #000;
}

.advantages-list h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 35px;
	color: #ed1c24;
}

.advantages-list p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000;
}

.advantages-list p span {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000;
	display: block;
}

.advantages-list {
	background-image: url("img/icons/advantage-wing-gold.png");
	background-size: 100% 100%;
	text-align: center;
	padding: 50px 0px;
}

.advantages-count {
	padding-top: 40px;
}

.advantages-section {
	padding: 50px 0px;
	background-color: #FFF4E8;
	margin-top: -180px;
}

.main-heading-boat {
	margin-top: 60px;
}

.amenities-section {
	/* background: linear-gradient(to bottom,
			#5d0101,
			#F24455,
			#E5203A,
			#5d0101); */
	background-color: #c80815;
	padding: 40px 0 90px 0px;
}

.amenities-gallery img {
	width: 100%;
}

.about-section {
	background-color: #000;
	padding: 50px 0px 0px;
}

.about-left-box-details.about1 {
	background-image: url("img/others/about-bg-1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.about-left-box-details.about2 {
	background-image: url("img/others/about-bg-2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.about-left-box-details.about3 {
	background-image: url("img/others/about-bg-3.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.about-left-box-details {
	text-align: center;
}

.about-main-text-deatls p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	display: block;
	padding-top: 40px;
	position: relative;
}

.about-main-text-deatls p::after {
	position: absolute;
	content: "";
	width: 170px;
	background-color: #fff;
	height: 2px;
	top: 28%;
	left: 0;
	right: 0;
	z-index: 99;
	margin: auto;
}

.main-about-details {
	padding: 120px;
}

.header-phones.main-phone-top {
	width: 40%;
	margin: auto;
	text-align: center;
	background-color: #000;
	padding: 10px 50px;
}

.header-phones.main-phone-top a {
	color: #fff;
	font-family: 'ProximaNova-Regular';
	font-size: 30px;
	font-weight: 900;
}

.bootom-section {
	padding: 20px 0px;
}

.advantage-btn-list .nav-tabs .nav-link.active,
.advantage-btn-list .nav-tabs .nav-item.show .nav-link {
	color: #000;
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;
	border-color: #dee2e6 #dee2e6 #fff;
	border: 1px solid #000;
}

.advantage-btn-list .nav-link {
	background: -moz-element;
	background-color: #fff1f1;
	color: #000;
	margin-bottom: 35px;
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 38px;
	border-radius: 5px;
	text-align: center;
}

.advantage-btn-list .nav-tabs {
	border-bottom: 1px solid transparent !important;
}

#advantage1.fade {
	opacity: 1 !important;
}

.location-main-section {
	/* background: linear-gradient(to bottom,
			#5d0101,
			#F24455,
			#E5203A,
			#5d0101); */
	background-color: #c80815;
	padding: 40px 0px;
}

.owl-carousel-gallery .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 29px;
	left: 51%;
	position: absolute;
	text-indent: -99999px;
	top: 110%;
	width: 29px;
	outline: none !important;
}

.owl-carousel-gallery .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 29px;
	right: 51%;
	position: absolute;
	text-indent: -99999px;
	top: 110%;
	width: 29px;
	outline: none !important;
}

.connectivity-circle-top {
	text-align: center;
}

.connectivity-circle-top h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	font-weight: 700;
	padding-top: 20px;
}

.maain-connectivity-deatls {
	position: relative;
}

.road-main-map {
	position: absolute;
	top: 23%;
	right: 0;
	z-index: 99;
	left: 0;
}

.road-main-map img {
	width: 100%;
}

.footer-main-by a {
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #000 !important;
}

.footer-main-by span {
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 16px;
	color: #000 !important;
}


.header-phone img {
	width: 25px;
}

.blink_me {
	text-align: center;
	animation: blinker 2s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.blink_mes {
	text-align: center;
	animation: blinker 1.7s linear infinite;
}

@keyframes blinkers {
	50% {
		opacity: 0;
		color: red;
	}

	100% {
		opacity: 1;
		color: #7e7bea;
	}
}

.thankyou-heading h3 {
	font-family: 'ProximaNova-Regular';
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	padding: 10px 0px;
	font-weight: 900;
}

.form-logo-text {
	padding-bottom: 10px;
}

/* car move */

body {
	overflow-x: hidden;
}

.sectionss {
	position: relative;
	max-width: 100%;
	/* min-height: 75vh; */
	padding: 40px;
	margin: auto;
	color: #ffffff;
}

.sectionss.bg-static {
	background-image: url("img/icons/road-map.png");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	top: 30%;
	z-index: 9;
}

.sectionss .bg-move {
	position: absolute;
	top: 0;
	bottom: 0;
	right: auto;
	width: 100%;
	background-image: url("img/icons/car-wrap.png");
	background-position: center;
	z-index: 99;
	background-repeat: no-repeat;
	overflow: hidden;
}

.hide-text {
	visibility: hidden;
}

.connectivity-section {
	background-color: #FFF4E8;
	padding: 40px 0px;
}

.connectivity-section img {
	    filter: blur(5px);
	border: 2px solid #ab9266;
}












/*RESPONSIVE*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 576px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 768px) {
	.col-md-5ths {
		width: 20% !important;
		float: left !important;
	}
}

@media (min-width: 992px) {
	.col-lg-5ths {
		width: 20% !important;
		float: left !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20.0%;
		flex: 0 0 20.0%;
		max-width: 20.0%;
	}
}

@media (min-width: 1200px) {
	.col-xl-5ths {
		width: 20% !important;
		float: left !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20.0%;
		flex: 0 0 20.0%;
		max-width: 20.0%;
	}
}

@media screen and (max-width: 3840px) {}

@media screen and (max-width: 2880px) {}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (min-width: 1100px) and (max-width: 1280px) {}

@media screen and (max-width: 1279px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 767px) {
	.overview-section{
		background-position: center;
	}
	.boatclub-main-box {
		margin-bottom: 20px;
	}

	.top-arrow-link {
		top: 81%;
	}

	header .header-logo {
		text-align: center;
	}

	header .header-logo img {
		display: inline-block;
	}

	header .mainmenu .navbar {
		margin: 0;
		padding: 0;
	}

	.icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}

	.icon-bar+.icon-bar {
		margin-top: 4px;
	}

	button:focus {
		outline: none;
	}

	.navbar-toggler {
		background-color: transparent;
		background-image: none;
		border-radius: 0;
		padding: 9px 10px;
	}

	.navbar-dark .navbar-toggler {
		border: medium none;
	}

	header .header-top .mainmenu ul li {
		margin-bottom: 10px;
	}

	header .header-top .mainmenu ul li .sub-menu li {
		margin-bottom: 0px;
	}

	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}

	header .mainmenu {
		float: none;
		padding-top: 0px;
	}

}

@media screen and (max-width: 480px) {
	.connectivity-circle-top {
		text-align: center;
		position: relative;
		z-index: -999;
	}


	.sectionss.bg-static-mob {
		background-image: url("img/icons/mob-road-map.png");
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		width: 60px;
		top: 11%;
		z-index: -9;
		height: 719px;
		right: 38%;
	}

	.sectionss .bg-move-mob {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		background-image: url("img/icons/mob-car-wrap.png");
		background-position: center;
		z-index: 99;
		background-repeat: no-repeat;
		overflow: hidden;
	}

	.banner-shape img {
		width: 47%;
	}

	.banner-shape h4 {
		font-family: 'ProximaNova-Regular';
		text-decoration: none;
		font-size: 17px;
		padding-left: 20px;
	}

	.header-top {
		padding: 0px 0px;
	}

	.desktop-view {
		display: none;
	}

	.mobile-phone {
		display: inline-block;
	}

	.main-heading-boat h2 {
		margin-top: 0px;
	}

	.main-heading-boat {
		margin-top: 0px;
	}

	.formButton.full-width {
		width: 100%;
	}

	.header-phones.main-phone-top {
		width: 90%;
		margin: auto;
		text-align: center;
		background-color: #000;
		padding: 10px 50px;
	}

	.header-phones.main-phone-top a {
		color: #000;
		font-family: 'ProximaNova-Regular';
		font-size: 22px;
		font-weight: 900;
	}

	.main-about-details {
		padding: 20px;
	}

	.gallery-section .main-heading p {
		color: #fff;
		position: relative;
		padding-top: 27px;
	}

	.projects-section .main-heading p {
		text-align: center;
		font-family: 'ProximaNova-Regular';
		font-size: 18px;
		padding-top: 30px;
	}

	.advantage ul {
		padding-left: 0px;
	}

	.advantage ul li span {
		width: 190px;
		font-family: 'ProximaNova-Regular';
		font-size: 16px;
	}

	.gold-coin-top {
		position: absolute;
		top: -1%;
		left: 5%;
		z-index: 9;
	}

	.gold-coin-top img {
		width: 100px;
	}

	.main-heading p {
		margin-bottom: 0px !important;
	}

	.advantage-btn-list ul li {
		display: block;
		width: 44%;
		padding: 5px;
	}

	.advantage-btn-list .nav-link {
		background: -moz-element;
		background-color: #fff;
		color: #000;
		margin-bottom: 22px;
		font-family: 'ProximaNova-Regular';
		font-weight: 700;
		font-size: 16px;
		border-radius: 5px;
		text-align: center;
	}


	.location-wrap {
		margin-top: 90px;
		margin-bottom: 30px;
	}

	.various1 {
		font-family: 'ProximaNova-Regular';
		font-weight: 400;
		font-size: 14px;
		color: #000 !important;
	}

	.copyrights p {
		font-weight: 400;
		font-size: 14px;
		color: #000;
		margin-bottom: 0px;
	}

	.projects-right-list-text ul li {
		color: #efe691;
		font-family: 'ProximaNova-Regular';
		font-size: 20px;
		font-weight: 400;
		padding-left: 60px;
		background-image: url("img/others/projects-list.png");
		background-position: 1% 7%;
		padding-bottom: 25px;
		background-repeat: no-repeat;
	}

	.brand-details {
		background-image: url("img/others/number.png");
		background-repeat: no-repeat;
		background-position: 50% 25%;
		background-size: 100%;
	}

	.project-two-imgs {
		margin-top: 90px;
		margin-bottom: 0;
	}

	.location-section .main-heading p {
		text-align: center;
		font-family: 'ProximaNova-Regular';
		font-size: 18px;
		color: #fff;
		position: relative;
		padding-top: 20px;
		text-align: justify;
		text-align-last: center;
	}

	.route-map-section {
		padding: 40px 0px;
	}

	.footer-section {
		/* background-color: #2f3f3f; */
		padding-bottom: 50px;
	}

	.bottom_button {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
		display: block;
		width: 100%;
		background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;
		border-top: 1px solid #fff;
		/* background-color: #e30712; */
	}

	.formButton {
		width: 50%;
		float: left;
		padding: 10px 30px;
		text-align: center;
		display: block;
		border-right: 1px solid #000;
	}

	.contactButtom {
		width: 50%;
		float: right;
		padding: 10px 30px;
		text-align: center;
		display: block;
	}

	.footer-main-btn {
		display: none;
	}

	.copyrights {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 5px;
	}

	.owl-carousel-gallery .owl-prev {
		margin: 0px !important;
		display: inline-block;
		height: 28px;
		right: 57%;
		position: absolute;
		text-indent: -99999px;
		top: 111%;
		width: 28px;
		outline: none !important;
	}

	.owl-carousel-gallery .owl-next {
		height: 28px;
		left: 50%;
		position: absolute;
		text-indent: -99999px;
		top: 111%;
		width: 28px;
		outline: none !important;
	}

	.gallery-section .main-heading h2::after {
		position: absolute;
		content: "";
		height: 4px;
		background-color: #e5d377;
		left: 25%;
		top: 53%;
		width: 50px;
	}

	.gallery-section .main-heading h2::before {
		position: absolute;
		content: "";
		height: 4px;
		background-color: #e5d377;
		right: 24%;
		top: 53%;
		width: 50px;
	}

	.amenities-icon-details h3 {
		color: #2f3f3f;
		font-family: 'ProximaNova-Regular';
		font-size: 13px;
		font-weight: 700;
		padding-top: 20px;
		padding-bottom: 25px;
	}

	.main-heading p {
		text-align: center;
		padding-top: 20px;
		text-align: justify;
		text-align-last: center;

	}

	.main-heading h3 {
		text-align: center;
		font-family: 'Gamilia-Regular';
		font-size: 25px;
		color: #2f3f3f;
		position: relative;
		font-weight: bold;
	}

	.projects-right-list-text {
		padding-top: 30px;
	}

	.projects-section .main-heading h2::after {
		position: absolute;
		content: "";
		height: 4px;
		background-color: #e5d377;
		left: 10%;
		top: 53%;
		width: 50px;
	}

	.projects-section .main-heading h2::before {
		right: 11%;
		top: 53%;
		width: 50px;
	}

	.route-main-top-wrap {
		display: none;
	}

	.amenitis-top-wrap {
		display: none;
	}

	.main-heading h2::after {

		background-color: #2f3f3f;
		left: 18%;
		top: 53%;
		width: 50px;
	}

	.main-heading h2::before {
		right: 19%;
		top: 53%;
		width: 50px;
	}

	.main-heading h2 {
		font-size: 30px;
	}

	header .header-bottom {
		position: relative;
		padding-top: 68px;
	}

	/* .mainmenu img {
		width: 60px;
	} */
	.mainmenu img {
		background-color: #fff;
	}

	.header-phone a {
		color: #000;
		font-family: 'ProximaNova-Regular';
		font-size: 19px;
		font-weight: 900;
	}

	s .banner-shape {
		position: relative;
		left: 0;
		top: 0;
		z-index: 9;
		width: 100%;
		/* background: #2f3f3f; */
	}

	.route-map-wrap {
		padding: 10px 0px;
	}

	.main-heading-boat h2 {
		font-family: 'Poppins', sans-serif;
		font-size: 40px;
		color: #ffffff;
		text-align: center;
		font-weight: 700;
	}

	.boatclub-overview-box {
		margin: 20px 0px;
	}

	.advantages-section {
		padding: 170px 0px 60px 0;
		margin-top: -240px;
	}

	.banner-shape {
		position: relative;
		left: 0;
		top: 20%;
		z-index: 9;
		width: 100%;
		/* background: #202020; */
	}

	.main-heading-boat h3 {
		font-family: 'Qualux-Regular';
		font-size: 20px;
		color: #fff;
		text-align: center;
	}

	.main-heading-boat h4 {
		font-size: 17px;
		color: #fff;
		text-align: center;
		padding-bottom: 30px;
	}

	.main-heading-boat p {
		font-family: 'ProximaNova-Regular';
		color: #fff;
		font-size: 16px;
		/* padding-bottom: 40px; */
		text-align: center;
	}

	.advantages-wrap .main-heading-boat h2 {
		color: #ed1c24;
		font-size: 40px !important;
	}

	.advantages-list {
		background-image: url("img/icons/advantage-wing-gold.png");
		background-size: 77% 100%;
		text-align: center;
		padding: 50px 0px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.advantage iframe {
		height: 450px !important;
	}

	.header-phone {
		/* background: -moz-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
		background: -webkit-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
		background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C); */
		background-color: #d7d7d7;
		padding: 10px 5px;
		text-align: center;
	}
}

@media screen and (max-width: 414px) {
	.header-phones.main-phone-top {
		width: 80%;
		margin: auto;
		text-align: center;
		background-color: #000;
		padding: 10px 50px;
	}

	.header-phones.main-phone-top a {
		color: #fff;
		font-family: 'ProximaNova-Regular';
		font-size: 20px;
		font-weight: 900;
	}

	.formButton a {
		font-family: 'ProximaNova-Regular';
		font-weight: bold;
		width: auto;
		color: #000;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
	}

	/* .formButton img,
	.contactButtom img {
		filter: invert(1);
	} */

	.contactButtom a {
		font-family: 'ProximaNova-Regular';
		font-weight: bold;
		width: auto;
		color: #000;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
	}

	.header-phone img {
		width: 21px;
	}

	.header-phone {
		/* background: -moz-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
		background: -webkit-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
		background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C); */
		background-color: #d7d7d7;
		padding: 10px 5px;
		text-align: center;
	}

	.header-phone a {
		color: #000;
		font-family: 'ProximaNova-Regular';
		font-size: 16px;
		font-weight: 900;
	}

	.footer-main-by a {
		font-family: 'ProximaNova-Regular';
		font-weight: 400;
		font-size: 14px;
		color: #000 !important;
	}

	.footer-main-by span {
		font-family: 'ProximaNova-Regular';
		font-weight: 400;
		font-size: 14px;
		color: #000 !important;
	}

	.main-heading h2 {
		font-size: 24px;
	}

	.brand-details {
		padding-top: 30px;
	}

	.main-heading h2::after {
		background-color: #2f3f3f;
		left: 14%;
		top: 53%;
		width: 50px;
	}

	.main-heading h2::before {
		right: 15%;
		top: 53%;
		width: 50px;
	}

	.copyrights p {
		font-weight: 400;
		font-size: 14px;
		color: #000;
		margin-bottom: 0px;
	}

	.various1 {
		font-family: 'ProximaNova-Regular';
		font-weight: 400;
		font-size: 14px;
		color: #000 !important;
	}

	.formButton {
		padding: 10px 10px;
	}
}

@media screen and (max-width: 387px) {
	.banner-shape h4 {
		font-family: 'ProximaNova-Regular';
		text-decoration: none;
		font-size: 27px;
		padding-left: 20px;
	}

	.formButton {
		padding: 10px 10px;
	}

	.formButton a {
		font-size: 13px;
	}

	.contactButtom a {

		font-size: 13px;
	}
}

@media screen and (max-width: 375px) {
	.banner-shape h4 {
		font-family: 'ProximaNova-Regular';
		text-decoration: none;
		font-size: 27px;
		padding-left: 20px;
	}

}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}

/* .owl-carousel-banner img {
	height: 460px;
} */

@media screen and (min-width: 1440px) {

	.owl-carousel-banner img {
		height: unset;
	}


}


.discl {
	text-align: center;
}

hr {
	margin-top: 20px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #000;
}

.discl p {
	font-size: 12px;
	font-family: 'ProximaNova-Regular';
	padding-top: 15px;
}

/* /chatbot left align css/ */

#kenytChatBubble.style1 {

	left: 0 !important;
	margin-left: 20px !important;

}

#kenytChatBubble.style1 .chatWithUsMessageWrapper {

	right: -105px !important;

}

#chatbox-container.position-right {

	left: 0 !important;

}

#chatbox-container.style1.position-right {

	margin-left: 70px !important;

}

.feature-block-one,
#map .map-box {
	margin-top: 15px;
	margin-bottom: 15px;
}

.feature-block-one .inner-box,
.feature-block-two .inner-box {
	background: #fff;
	border-radius: 12px;
	/* padding: 20px; */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease-in-out;
	justify-items: center;
}

.feature-block-one .inner-box {
	padding: 20px 20px;
}

.feature-block-one h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 600;
	padding-top: 15px;
}

.feature-block-one .inner-box ul li {
	font-family: 'ProximaNova-Regular';
	list-style: square;
	font-size: 15px;
	line-height: 30px;
}

.feature-block-one .inner-box p {
	font-family: 'ProximaNova-Regular';
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}

.header-logo img {
	background-color: #fff;
}
.floorplan-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.floorplan-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.floorplan-wrapper:hover img {
  transform: scale(1.05);
}

.floorplan-wrapper .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  	font-family: 'ProximaNova-Regular';
  font-weight: 800;
  text-align: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 20px;
  border-radius: 8px;
  transition: opacity 0.4s ease;
}

.floorplan-wrapper:hover .overlay-text {
  opacity: 1;
}

.cs-header-form h3{
	margin-top: 20px;
	margin-bottom: 20px;
		font-family: 'ProximaNova-Regular';
}
#floorplanFormModal .modal-body{
	background-color:#FFF4E8;
}