* {
	font-family: 'Lato';
}

.text-center img {
	display: inline-block;
}

header .mainmenu {
	float: right;
}

header {
	padding: 0px;
}

header .mainmenu ul li a {
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	font-size: 18px;
	color: #801323;
	font-weight: 500;
}

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;
}

header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
	color: #000;
}

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;
}

.old-price {
	text-decoration: line-through;
	color: #888;
	/* optional */
}

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: #801323;
}

.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 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	margin-bottom: 0px;
}

.copyrights {
	/* background-color: #2f3f3f; */
	padding: 20px 0px;
}

.copyrights a {
	font-family: 'Poppins', sans-serif;
}

/*selvam css */
.mobile-phone {
	display: none;
}

.advantage {
	border: 6px solid #fff;
}

.advantage-btn-list ul li {
	margin: 8px;
}

.footer-main-btn a {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff !important;
	border-radius: 3px;
	padding: 10px 15px;
	background-color: #801323;
	/* background-image: linear-gradient(rgb(5 48 150 / 83%), rgb(2 26 114 / 76%)), url(./images/texture.png); */

}

.footer-main-btn-cta a {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff !important;
	border-radius: 3px;
	padding: 10px 15px;
	background-color: #801323;
	/* background-image: linear-gradient(rgb(5 48 150 / 83%), rgb(2 26 114 / 76%)), url(./images/texture.png); */

}

.download-main-btn a {

	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff !important;
	border-radius: 3px;
	padding: 10px 15px;
	background-color: #09c36d;
}


.footer-main-by a {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000 !important;
}

.footer-section {
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important
		/* background-color: #fffbc1; */
		/* background-image: url(Images/texture.png); */
}

.header-phone {
	/* background-color: #fffbc1; */
	background-color: #801323;
	padding: 10px 5px;
	width: 90%;
	margin: auto;
	text-align: center;
	/* background-image: linear-gradient(rgb(5 48 150 / 83%), rgb(2 26 114 / 76%)), url(./images/texture.png); */
}

.header-top {

	/* background: linear-gradient(90deg, #00392e , #005b4a 100%); */
	background-color: transparent;
	padding: 10px 0px;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 80px;
	/* background-image: url(Images/brochure-inside\ V2-1.jpg); */
	background-size: cover;
	background-position: center center;
	border-bottom: 2px solid #A77C47;
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;
}

.header-phone a {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 7 00;
}

b {
	font-family: 'Poppins',
		sans-serif;
}

/* .header-phone a:hover {
	text-decoration: none;
} */

.banner-shape {
	position: absolute;
	left: 70%;
	top: 19%;
	z-index: 9;
	width: 26%;
	background: #fff;
}

#mainform {
	padding: 70px 20px;
}

header .header-bottom {
	position: relative;
	padding-top: 80px;
}

.banner-shape h3 {
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	font-size: 23px;
	color: #000;
	padding: 10px 0px;
	font-weight: 900;
}

.form-control {
	border-radius: 1px !important;
	padding: 13px 8px;
}

#submitbtn {
	font-family: 'ProximaNovaA-Bold';
	/* background-color: #6E6C69; */
	width: 100%;
	border-radius: 2px;
	font-size: 27px;
	color: #000;
	text-transform: uppercase;
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;
}

#submitbtn1 {
	font-family: 'ProximaNovaA-Bold';
	/* background-color: #14352E; */
	width: 100%;
	border-radius: 2px;
	font-size: 27px;
	color: #000;
	text-transform: uppercase;
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;
}

#submitbtn2 {
	font-family: 'ProximaNovaA-Bold';
	/* background-color: #14352E; */
	width: 100%;
	border-radius: 2px;
	font-size: 27px;
	color: #000;
	text-transform: uppercase;
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;
}


.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: 83%;
	z-index: 99;
}

html {
	scroll-behavior: smooth;
}

.main-heading-boat h3 {
	font-family: 'ProximaNovaA-Bold';
	font-size: 24px;
	color: #f9da87;
	text-align: center;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 2px solid #fad880;

}

.green {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 2px solid #04342c;
}

.main-heading-boat h2 {
	font-family: "Dancing Script", cursive;
	font-size: 60px;
	/* color: #fff ; */
	text-align: center;
	font-weight: 700;
	text-transform: capitalize;
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28);
	background-clip: border-box;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;


}

.text-style-bg.main-heading-boat h2 {
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;

	background-clip: border-box;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;


}




.overview-section {
	background-image: url("img/aakam/overview-b.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 40px 0 0 0;
}

.main-heading-boat p {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 16px;
	padding-bottom: 40px;
	text-align: center;
	line-height: 34px;
}

.overview-wrap {
	padding: 50px 0px;
}

.main-heading-boat h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
}

.boatclub-main-box {
	/* background: -moz-linear-gradient(top, #3e3e3e 23%,#141414 100%);
	background: -webkit-linear-gradient(top, #3e3e3e 23%,#141414 100%);
	background: linear-gradient(to bottom, #3e3e3e 23%,#141414 100%); */
	background: url('img/aakam/icon-bg.jpg');
	padding: 20px;
	/* border: 5px solid #fff; */
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 410px;
}

.bact-overview-logo {
	text-align: left;
	padding-bottom: 15px;
}

.boatclub-overview-number h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 39px;
	color: #fff;
}

.boatclub-overview-number p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	position: relative;
	padding-top: 20px;
	line-height: 30px;
	text-align: justify;
}

.boatclub-overview-number p::after {
	content: "";
	width: 150px;
	height: 3px;
	background-color: #fff;
	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: #3c7e3c !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: #000;
}

.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.png");
	background-size: 100% 100%;
	text-align: center;
	padding: 50px 0px;
}

.advantages-count {
	padding-top: 60px;
}

.advantages-section {
	padding: 50px 0px;
	background-color: #e1ebf9;
	/* margin-top: -180px; */
	background-image: url(Images/form-bg.jpg);
}

.amenities-section {
	background-image: linear-gradient(#801323), url(./images/form-bg.jpg);
	padding: 50px 0px 90px;
}

.amenities-gallery img {
	width: 100%;
}

.articles-section {
	padding: 130px 0px 230px;
	margin-top: -185px;
	background-color: #04342c;
}

.card-deck {
	margin-top: 40px;
}

.card-deck .card {
	background-color: transparent;
	background-clip: none;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-deck .card .card-text {
	text-align: left;
	font-size: 14px;
	padding-bottom: 0px;
}

.card-deck .card .card-title {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.card-deck .card-body {
	padding: 12px;
}

.card-deck a {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.about-section {
	background-color: #fffbc1;
	padding: 70px 0px 70px;
}

.about-wrap .main-heading-boat p {
	color: #000;
}

.about-left-box-details.about1 {
	background-image: url("img/aakam/abou-bg-1.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 50px;
	min-height: 492px;
}

.about-left-box-details.about2 {
	background-image: url("img/aakam/abou-bg-2.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 50px;
	min-height: 492px;
}

.about-left-box-details.about3 {
	background-image: url("img/aakam/abou-bg-3.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 50px;
	min-height: 492px;
}

.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: 20px;
	position: relative;
	font-size: 14px;
	text-align: justify;
}

.about-main-text-deatls h2 {
	position: absolute;
	color: #fffbc1;
	top: 1%;
	right: 38%;
	font-size: 60px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

/* .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;
} */

.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: 'Poppins', sans-serif;
	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;
	border: 1px solid #000;
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;

}

.advantage-btn-list .nav-link {
	background: -moz-element;
	background-color: #000;
	color: #fffbc1;
	margin-bottom: 35px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 24px;
	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-color: #3c7e3c; */
	background-image: linear-gradient(#801323), url(./images/form-bg.jpg);
	padding: 50px 0px;
}

.owl-carousel-gallery .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("Images/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("Images/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: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000 !important;
}

.footer-main-by span {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000 !important;
}


.header-phone img {
	width: 25px;
}

.blink_me i {
	font-size: 20px;
}

.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: 'Poppins', sans-serif;
	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 {
	margin: 100px 0px;
}













/*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: 1920px) {

	.banner-shape h4 {
		font-family: 'Poppins', sans-serif;
		text-decoration: none;
		font-size: 18px;
		color: #000;
		padding: 10px 0px;
		font-weight: 800;
	}

	.banner-shape h3 {
		font-family: 'Poppins', sans-serif;
		text-decoration: none;
		font-size: 20px;
		color: #000;
		padding: 10px 0px;
		font-weight: 900;
		margin-top: -9px !important;
		text-align: center;
	}

	.gold-coin-top img {
		width: 227px;
	}

	.gold-coin-top {
		position: absolute;
		top: -11%;
		left: 1%;
		z-index: 9;
	}

	.route-main-top-wrap {
		position: absolute;
		top: -10%;
		left: 0;
		right: 0;
	}

	.banner-shape img {
		width: 200px;
	}

	.banner-shape .thankyou-logo img {
		width: 34%;
	}

	.amenitis-top-wrap {
		padding-bottom: 90px;
		position: absolute;
		top: -18%;
		left: 0;
		right: 0;
	}

	.banner-shape {
		position: absolute;
		left: 70%;
		top: 20%;
		z-index: 9;
		width: 28%;
		background: #fff;
	}

	#mainform {
		padding: 20px 20px;
		border: 2px solid transparent;
		/* optional */
		background:
			linear-gradient(#fff, #fff) padding-box,
			linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) border-box;
	}

	.main-about-details {
		background: #053029;
		padding: 20px;
		min-height: 400px;
	}

}

@media screen and (max-width: 1279px) {}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media screen and (max-width: 767px) {

	.gomap {
		margin-top: 20px;
	}

	.header-strip h4 {
		font-size: 17px !important;
	}

	.freevisitbox {
		padding: 40px 0 310px !important;
	}

	.inrfreevisitbox h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.inrfreevisitbox p {
		font-size: 12px;
		margin: 0px 0 5px;
	}

	.visitinputbx,
	.visitsbmtbtnbx {
		float: left;
		width: 100% !important;
		padding: 5px 5px !important;
	}

	.visitsbmtbtnbx input {
		height: 45px;
		font-size: 14px;
	}

	.down-strip {
		padding: 0px 0px 0px 0px !important;
	}

	.banner-shape h3 {
		text-align: center;
	}

	.top-arrow-link {
		top: 87%;
	}

	.single-banner-slide {
		background-size: contain !important;
	}

	.prem-proj {
		border-right: none !important;
	}

	.bottom-strip {
		border-right: none !important;
	}

	.strip5 {
		border-right: none !important;
	}

	.leadership-item-box img {
		width: 100% !important;
	}

	.single-banner-slide p {

		font-size: 14px !important;
		max-width: 56% !important;

	}

	header .header-logo {
		text-align: center;
		margin-left: -5px;
	}

	header .header-logo img {
		display: inline-block;
		height: 43px;
	}

	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) {
	.overview-section {
		padding: 40px 0 340px 0px;
	}

	.connectivity-circle-top {
		text-align: center;
		position: relative;
		z-index: -999;
	}

	.connectivity-section {
		margin: 40px 0px;
	}

	.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: 'Poppins', sans-serif;
		text-decoration: none;
		font-size: 17px;
		padding-left: 20px;
	}



	.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: 'Poppins', sans-serif;
		font-size: 22px;
		font-weight: 900;
	}

	.main-about-details {
		padding: 20px;
		min-height: 280px;
	}

	.about-left-box-details.about2 {
		min-height: 380px;
	}

	.about-left-box-details.about3 {
		min-height: 380px;
	}

	.gallery-section .main-heading p {
		color: #fff;
		position: relative;
		padding-top: 27px;
	}

	.projects-section .main-heading p {
		text-align: center;
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		padding-top: 30px;
	}

	.advantage ul {
		padding-left: 0px;
	}

	.advantage ul li span {
		width: 190px;
		font-family: 'Poppins', sans-serif;
		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: 'Poppins', sans-serif;
		font-weight: 700;
		font-size: 16px;
		border-radius: 5px;
		text-align: center;
	}

	.advantage-btn-list {
		padding-top: 30px;
	}

	.about-main-text-deatls h2 {
		right: 35%;
	}

	.location-wrap {
		margin-top: 90px;
		margin-bottom: 30px;
	}

	.various1 {
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #000 !important;
	}

	.copyrights p {
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #000;
		margin-bottom: 0px;
	}

	.projects-right-list-text ul li {
		color: #efe691;
		font-family: 'Poppins', sans-serif;
		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;
	}

	.about-section {
		padding: 40px 0px 40px;
	}

	.amenities-section {
		padding-top: 40px;
		padding-bottom: 90px;
	}

	.articles-section {
		padding-top: 60px;
		padding-bottom: 200px;
		margin-top: -412px;
	}

	.location-section .main-heading p {
		text-align: center;
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		color: #fff;
		position: relative;
		padding-top: 20px;
		text-align: justify;
		text-align-last: center;
	}

	.route-map-section {
		padding: 40px 0px;
	}

	.location-main-section {
		padding: 40px 0px 40px;
	}

	.footer-section {
		padding-bottom: 50px;
	}

	.contactButtom a {
		font-family: 'Poppins', sans-serif;
		font-weight: bold;
		width: auto;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
	}

	.formButton a {
		font-family: 'Poppins', sans-serif;
		font-weight: bold;
		width: auto;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
	}

	.bottom_button {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
		display: block;
		width: 100%;
		background: #801323;
		/* 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: linear-gradient(90deg, #00392e, #005b4a 100%); */
		border-top: 1px solid #fff;
		/* background: linear-gradient(90deg, #1A4780, #1A4780 100%); */
	}

	.formButton {
		width: 50%;
		float: left;
		padding: 10px 30px;
		text-align: center;
		display: block;
		border-right: 1px solid #fff;
	}

	.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: 'Poppins', sans-serif;
		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: 100%;
	}


	s .route-map-wrap {
		padding: 10px 0px;
	}

	.main-heading-boat h2 {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		color: #04342c;
		text-align: center;
		font-weight: 700;
	}

	.banner-shape {
		position: relative;
		left: 0;
		top: 20%;
		z-index: 9;
		width: 100%;
		background: #fff;
	}

	.main-heading-boat h3 {
		font-family: 'Qualux-Regular';
		font-size: 19px;
		color: #fffbc1;
		text-align: center;
	}

	.main-heading-boat h4 {
		font-size: 20px;
		color: #fff;
		text-align: center;
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.main-heading-boat p {
		font-family: 'Poppins', sans-serif;
		color: #fff;
		font-size: 16px;
		padding-bottom: 40px;
		text-align: justify;
		line-height: 30px !important;
	}

	.advantages-section {
		padding: 30px 0px 30px;
	}

	.testimonial-section {
		padding: 0px 0 80px 0 !important;
	}

	.advantages-wrap .main-heading-boat h2 {
		color: #000 !important;
		font-size: 26px;
	}

	.advantages-list {
		background-image: url("img/icons/advantage-wing.png");
		background-size: 77% 100%;
		text-align: center;
		padding: 50px 0px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.advantage iframe {
		height: 450px !important;
	}


}

@media screen and (max-width: 414px) {
	.header-top {
		background-color: #000;
		height: 68px;
		padding: 5px 0px;
	}

	.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: 'Poppins', sans-serif;
		font-size: 20px;
		font-weight: 900;
	}

	.formButton a {
		font-family: 'Poppins', sans-serif;
		font-weight: bold;
		width: auto;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
	}

	.contactButtom a {
		font-family: 'Poppins', sans-serif;
		font-weight: bold;
		width: auto;
		color: #fff;
		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: #E2DD8B; */
		padding: 10px 5px;
		text-align: center;
		background: #801323;
		/* background-image: linear-gradient(rgb(5 48 150 / 83%), rgb(2 26 114 / 76%)), url(./images/texture.png); */
	}

	.header-phone i {
		font-size: 15px;
	}

	.header-phone a {
		color: #fff;
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 700;
		text-decoration: none;
	}

	.footer-main-by a {
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #000 !important;
	}

	.footer-main-by span {
		font-family: 'Poppins', sans-serif;
		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-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #000;
		margin-bottom: 0px;
	}

	.various1 {
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #000 !important;
	}

	.formButton {
		padding: 10px 10px;
	}
}

@media screen and (max-width: 387px) {
	.banner-shape h4 {
		font-family: 'Poppins', sans-serif;
		text-decoration: none;
		font-size: 27px;
		padding-left: 20px;
	}

	.header-top {
		background-color: #000;
	}

	.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: 'Poppins', sans-serif;
		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: 544px;
} */

@media screen and (max-width: 767px) {
	.main-heading-boat-ame p {
		font-size: 17px !important;
		text-align: justify !important;
		line-height: 30px !important;

	}

	.main-heading-boat-ame h2 {
		font-size: 30px !important;
		padding-top: 25px;
	}

	.header-strip {
		padding: 5px 0px 0px 0px !important;
		margin-top: -7px !important;
	}

	/* .owl-carousel-banner img {
		height: unset;
	} */

	.blog-mob {
		padding-top: 20px;
	}

	.strip-border {
		border-top: 2px solid #000;
		/* border-bottom: 2px solid #000; */
		border-left: 0px solid #fff;
		border-right: 0px solid#fff;
	}

	.strip2 {
		border-top: 2px solid #000;
		border-left: 2px solid #000;

	}

	.strip3 {
		border-right: 0px solid #000;
		border-top: none;
	}

	.strp {
		border-left: none !important;
		border-right: none !important;
	}
}

@media screen and (min-width: 1440px) {

	/* .owl-carousel-banner img {
		height: unset;
	} */


}

.card-header .title {
	font-size: 22px;
	color: #000;
	font-family: 'Poppins', sans-serif;
}

.card-header .accicon {
	float: right;
	font-size: 20px;
	width: 1.2em;
}

.card-header {
	cursor: pointer;
	border-bottom: none;
	background-color: #f6f0ec;
}

.card {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	/*  text-align: center;*/
}

.card-body {
	border-top: 1px solid #ddd;
}

.card-body li {
	font-family: 'Poppins', sans-serif;
	margin-top: 10px;
	list-style-type: square;
}

.card-header:not(.collapsed) .rotate-icon {
	transform: rotate(180deg);
}

.card-header i {
	color: #000;
}

.accordion {
	margin-top: 20px;
}

.Layout {
	padding-top: 10px;
	padding-bottom: 50px;
}

.testimonial-section {
	background-image: url("Images/form-bg.jpg");
	padding: 50px 0 80px 0;
	/* background-color: #e1ebf9; */

}

.testimonial-wrap {
	padding: 20px 0px;
}

.leadership-item-box {
	padding: 10px;
	/* min-height: 455px; */
}

.leadership-item-box {
	/* background-color: #fffbc1; */
}

.leadership-item-box img {
	/* padding: 20px;
   border-radius: 100%;
	margin-left: 53px; */
	width: 100% !important;
	border: 2px solid #801323;
	border-radius: 10px;
}

.leadership-item-box h4 {
	font-weight: 600;
	text-transform: capitalize;
	color: #000;
	padding-bottom: 0px;
	font-size: 20px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}

.leadership-item-box h6 {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	text-align: center;
}

.leadership-item-box p {
	font-size: 17px;
	color: #000;
	text-align: center;
	padding-bottom: 10px;
	line-height: 30px;
	font-style: italic;
}


.owl-carousel-testimonial .owl-prev {
	background-color: #801323 !important;
	background-image: url(Images/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;
}

.owl-carousel-testimonial .owl-next {
	background-color: #801323 !important;
	background-image: url(Images/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;
}

.main-location {
	padding-bottom: 40px;
}

.header-strip {
	padding: 20px 0 20px 0;
	/* background-color: #FDD879; */
	/* background-image: linear-gradient(45deg, black, transparent); */
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;
	color: #fff;
	margin-top: -20px;
}

.header-strip h4 {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	padding-top: 15px;
	color: #000;
	font-family: 'Poppins', sans-serif;
}

.header-strip p {
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	color: #000;
	font-family: 'Poppins', sans-serif;
}

.down-strip {
	padding: 20px 0 20px 0;
	/* background-color: #FDD879; */
	/* background-image: linear-gradient(45deg, black, transparent); */
	background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important;
	color: #fff;
}

.down-strip h4 {
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	padding-top: 15px;
	color: #000;
	font-family: 'Poppins', sans-serif;
}

.down-strip p {
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	color: #000;
	font-family: 'Poppins', sans-serif;
}

.strip-border {
	/* border-left: 2px solid #000; */
	border-right: 2px solid#000;
}

.strp-no {
	border-right: none !important;
}

/* Force equal height for ALL columns */
.header-strip .row {
	display: flex;
	align-items: stretch !important;
}

/* Override inline align-self and stretch every column */
.header-strip .row>div {
	align-self: stretch !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Ensure border uses full height */
.strip-border {
	border-right: 2px solid #000;
}

.strp-no {
	border-right: none !important;
}

/* Remove space between Our Prize / Full Prize label and price */
.header-strip .row>div:nth-last-child(2) p:first-child,
.header-strip .row>div:last-child p:first-child {
	margin-bottom: 0 !important;
}

.header-strip .row>div:nth-last-child(2) .old-price,
.header-strip .row>div:last-child .old-price {
	margin-top: -10px !important;
}

.amenities-img-left img {
	justify-self: center;
	width: 110px !important;
	border: 1px solid #fff;
	border-radius: 15px;
	margin-bottom: 10px;
	background-color: #801323;
	padding: 15px;
}

.header-logo {
	/* background: #fff; */
	display: inline-flex;
	/* padding-bottom: 10px;
	padding-top: 10px;
	margin-top: -10px;
	margin-left: -20px; */
}

.header-logo img {
	height: 60px;
}

.growth-potantial {
	text-align: center;
}


.single-banner-slide {
	background: #fff;
	position: relative;
	z-index: 2;
	padding: 20px 20px;
	min-height: 395px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.single-banner-slide h1 {
	color: #194780;
	text-align: center;
	font-weight: 600;
	position: relative;
	top: -25%;
	font-size: 60px;
	vertical-align: text-top;
	font-family: 'ProximaNova-Bold';
}

.single-banner-slide h3 {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	position: relative;
	top: -21%;
	line-height: 30px;
	font-family: 'ProximaNova-Bold';

}

/* .single-banner-slide h2 {
	color: #000;
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
} */
/* .single-banner-slide::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
} */
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 2px solid #00000024;
}

.single-banner-slide p {
	color: #000;
	font-size: 16px;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
	position: fixed;
	top: 55%;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;

}


.single-banner-slide ul li {
	color: #000;
	font-size: 15px;
	margin: 0 auto;
	text-align: left;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;

}

.single-banner-slide a {
	color: #000;
	background: #fff;
	padding: 10px 45px;
	border-radius: 100px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	margin-top: 30px;
	transition: 0.3s;
}

.single-banner-slide a:hover {
	color: #fff;
	background: #000;
}

.owl-dots {
	display: none !important;
}

.side-line {
	border-top: 2px solid black;
	width: 100%;
}

.layout {
	padding: 50px 0px;
	/* background-color: #3c7e3c; */
	background-image: linear-gradient(#801323), url(./images/form-bg.jpg);
}

.main-heading-boat-ame h2 {
	font-family: "Dancing Script", cursive;
	font-size: 60px;
	color: #801323;
	text-align: center;
	font-weight: 700;
	text-transform: capitalize;



}

.main-heading-boat-ame p {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
	text-align: justify;
}

.strip-down {
	border-right: 2px solid #000;
}

.strip {
	border-right: 2px solid #000;
}

.strip5 {
	border-right: 2px solid #000;
}

.prem-proj {
	border-right: 2px solid #000;
}

.discl {
	text-align: center;
}

.discl p {
	font-family: 'Poppins', sans-serif;
	padding-top: 35px;
	font-size: 12px;
}

.footer-main-btn-cta {
	text-align: center;
	padding-top: 40px;
}

.modal-header {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 900;
}


.freevisitbox {
	background-image: url(Images/form-bg.jpg);
	/* background: #e1ebf9; */
	padding: 40px 0 120px;
	/* float: left; */
	width: 100%;
}

.inrfreevisitbox {
	/* float: left; */
	width: 100%;
}

.inrfreevisitbox h3 {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #801323;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 800;
}

.visitsbmtbtnbx {
	float: left;
	width: 25%;
	padding: 0 10px;
}

.visitinputbx input {
	font-family: 'Poppins', sans-serif;
	float: left;
	width: 100%;
	background: #fff;
	height: 56px;
	border: 1px solid #1a4780;
	border-radius: 5px;
	color: #000;
	font-size: 18px;
	padding: 0 15px;
}

.visitsbmtbtnbx {
	float: left;
	width: 25%;
	padding: 0 10px;
}

.visitsbmtbtnbx input:hover {
	color: #ecc81a;
	background: #262626;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

.visitsbmtbtnbx input {
	float: left;
	width: 100%;
	background: #ecc81a;
	height: 56px;
	border: 1px solid #f0d348;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	border-radius: 5px;
	color: #262626;
	font-size: 18px;
	padding: 0px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

.visitinputbx {
	float: left;
	width: 25%;
	padding: 0 10px;
}

.inrfreevisitbox p {
	letter-spacing: 1px;
	color: #000;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.img-box img {
	border-radius: 10px;
}


.clubhouse-carousel img {
	width: 100%;
	height: auto;
	display: block;
}

.clubhouse-carousel .owl-dots {
	margin-top: 15px;
	text-align: center;
	display: block !important;
}

.clubhouse-carousel .owl-dot span {
	width: 10px;
	height: 10px;
}

/* Completely hide Owl nav arrows */
.clubhouse-carousel .owl-nav {
	display: none !important;
}

.clubhouse-carousel .owl-prev,
.clubhouse-carousel .owl-next {
	display: none !important;
}