body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px
}

img {
	image-rendering: -webkit-optimize-contrast;
}

/* top-header */
.header-section {
	background: linear-gradient(90deg, rgba(187, 230, 255, 1) 14%, rgba(147, 216, 255, 1) 88%);
}

.head-inner {
	margin-bottom: 0;
	padding: 0;
}

.head-inner li {
	display: inline-block;
	list-style: none;
	padding: 5px 8px;
}

.head-inner i {
	color: #000;
	margin-right: 5px;
}

.head-inner a {
	color: #222;
	font-size: 13px;
	font-weight: 500;
}

.top-header a:hover {
	text-decoration: underline;
}

.top-header {
	display: flex;
	justify-content: space-evenly;
	padding: 8px 0;
}

/* bottom-header */
.bottom-header {
	padding: 10px 0;
}

.header-list {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	margin: 0;
	padding: 10px;
}

.header-list a {
	text-decoration: none;
	margin-bottom: 0;
	color: #222;
	font-size: 16px;
}

.header-list a:hover {
	text-decoration: underline;
}

.bottom-header li {
	display: inline-block;
	position: relative;
	list-style: none;
}

.bottom-header .logo {
	position: absolute;
	top: -72px;
}

.bottom-header .dropdown:hover .dropdown-menu {
	display: block;
}

.bottom-header .dropdown-menu {
	position: absolute !important;
	top: 90% !important;
	transform: none !important;
	z-index: 1100;
	background: #fff;
	border: 1px solid #aa9ec6;
	border-radius: 8px;
}

.bottom-header .dropdown-menu>li {
	padding: 5px 10px;
	margin: 0;
	transition: all 0.3s;
}

.bottom-header .dropdown-menu>li:hover {
	transform: translateX(10px);
}

.bottom-header .dropdown-menu>li>a {
	color: #222;
	font-size: 14px;
	text-transform: capitalize;
}

.bottom-header .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #aa9ec6;
	text-decoration: underline;
}

/* slider-section */
.slider-panel {
	background: url(../images/slider.png) no-repeat;
	background-size: cover;
	padding: 60px 0 150px;
}

.slider-title {
	font-family: 'Georama', sans-serif;
	font-weight: normal;
}

.slider-subtitle {
	letter-spacing: 6px;
	line-height: 1.7;
}

/* Booking-panel */

.booking-panel h2 {
	color: #7048de;
	font-size: 30px;
	font-weight: bold;
}

.booking-panel h2 span {
	color: #ff737c;
	font-weight: bold;
	text-shadow: 0 1px #222;
}

/*book-tab starts*/
.booking-panel .book-tab {
	background-color: #90c7e6;
	padding: 15px;
	border-radius: 12px;
}

.booking-panel .book-subtitle {
	letter-spacing: 4px;
}

.book-menu-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0 10px;
}

.book-menu-list h5 {
	color: #fff;
	font-weight: bold;
	margin: 0;
}

.book-tab .book-menu-tabs {
	border: none;
	width: 35%;
	border-radius: 30px;
	color: #222;
	background: #fff;
}

.book-tab .book-menu-tabs li {
	position: relative;
	flex: 1;
	text-align: center;
}

.book-tab .book-menu-tabs li a {
	background-color: #fff0 !important;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 5px;
	margin: 5px;
	border: none;
	box-shadow: none;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}

.book-tab .nav-link.active {
	background-color: #aa9ec6 !important;
	color: #fff;
}

/* Tab-Booking-Inner */
.book-height {
	padding: 20px 6px;
	background: #fff;
	min-height: 240px;
	border-radius: 15px;
}

.book-form .book-group {
	position: relative;
	padding: 8px 25px;
}

.book-form .book-control:not(.selectize-control),
.book-form .book-control>.selectize-input {
	font-size: 15px !important;
	width: 100%;
	height: 50px;
	background-color: #fff;
	color: #222;
	border: none;
	border-bottom: 2px solid #d8f5ff;
	border-radius: 0;
	box-shadow: none !important;
	padding: 20px 5px 5px;
	font-weight: 500;
}

.book-group .selectize-control.single .selectize-input:after {
	top: 65%;
	right: calc(0.75rem + 10px);
}

.book-form .field-img {
	position: relative;
}

.book-form .field-img img {
	position: absolute;
	z-index: 10;
	right: 3px;
	top: 6px;
}

.book-form .book-label {
	position: absolute;
	color: #585858;
	font-size: 11px;
	margin-bottom: 0;
	z-index: 10;
	top: 0;
	left: 5px;
}

.book-icon-swap {
	position: absolute;
	top: 20px;
	right: -15px;
	z-index: 10;
}

.book-icon-swap i {
	background: #fff;
	color: #dd696e;
	border-radius: 50%;
	box-shadow: 0 0 3px #555;
	padding: 8px;
	font-size: 18px;
}

.book-form .book-button {
	background: #febd00;
	color: #222;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	border: none;
	border-radius: 40px 40px;
	padding: 8px 55px;
}

.book-form button:focus {
	outline: none;
}

/* about-section */
.about-section {
	padding: 180px 0 55px;
	text-align: center;
	color: #fff;
	background: url(../images/about-bg.png) no-repeat;
	background-size: 100% 100%;
}

.about-subtitle {
	position: relative;
	z-index: 1;
}

.about-subtitle::before {
	content: "Who We Are";
	position: absolute;
	color: #5d443e;
	font-family: 'Georama', sans-serif;
	top: -50px;
	left: 0;
	font-weight: bold;
	width: 100%;
	font-size: 4em;
	z-index: -1;
}

/* service-section */
.service-section {
	background: url(../images/service-bg.png) no-repeat;
	padding: 12rem 0;
	background-size: 100% 100%;
}

.service-title {
	position: relative;
	z-index: 1;
	font-family: 'Georama', sans-serif;
	display: inline-block;
}

.service-title::before {
	content: "Services";
	position: absolute;
	color: #0000001f;
	font-family: 'Georama', sans-serif;
	top: -31px;
	left: 10rem;
	font-weight: bold;
	width: 100%;
	font-size: 67px;
	z-index: -1;
}

.service-inner {
	margin: 10px 20px;
}

.service-card {
	background: #fff;
	padding: 0px 10px;
	text-align: center;
	font-size: 13px;
	border-radius: 10px;
	margin: 60px 0px 0px 0px;
}

.service-icon {
	position: relative;
	top: -46px;
	left: 0;
	right: 0;
	display: inline-block;
	margin-bottom: -36px;
	padding: 12px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
}

.service-card h6 {
	position: relative;
	font-weight: bold;
	margin: 20px 0;
	display: inline-block;
}

.service-card:hover {
	background: #aa9ec6;
	color: #fff;
}

.service-card h6::before {
	position: absolute;
	content: "";
	background: #81dfff;
	height: 3px;
	bottom: -6px;
	left: 25%;
	width: 0;
	transition: 1s;
}

.service-card:hover h6::before {
	width: 50%;
	transition: 1s;
}

.service-card:hover .service-icon {
	box-shadow: 2px 2px 10px #81dfff;
}

.service-card img {
	transition: 1s;
}

.service-card:hover img {
	transform: scale(1.2);
	transition: 1s;
}

/* amenity-section */
.amenity-section {
	padding: 50px 0 0;
	text-align: center;
}

.amenity-title {
	position: relative;
	z-index: 1;
	font-family: 'Georama', sans-serif;
	display: inline-block;
}

.amenity-title::before {
	content: "Amenities";
	position: absolute;
	color: #0000001f;
	font-family: 'Georama', sans-serif;
	top: -34px;
	left: 11rem;
	font-weight: bold;
	width: 100%;
	font-size: 74px;
	z-index: -1;
}

.amenity-inner {
	border: 1px solid #fff;
	box-shadow: 2px 2px 5px #81dfff;
	border-radius: 10px;
	padding: 20px 0;
}

.amenity-icon {
	display: inline-block;
}

.amenity-slider-inner {
	text-align: center;
}

.amenity-slider-title {
	color: #222;
	margin: 15px 0;
	font-size: 1.12rem;
	font-weight: bold;
}

.amenity-card:hover h6 {
	color: #26b5f5;
}

.amenity-slider .slick-prev {
	left: -15px;
}

.amenity-slider .slick-prev:before {
	content: "\f104";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	background: #bbe6ff;
	color: #000;
	border-radius: 50%;
	padding: 4px 9px;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 24px;
}

.amenity-slider .slick-next {
	right: -6px;
}

.amenity-slider .slick-next:before {
	content: "\f105";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	background: #bbe6ff;
	color: #000;
	border-radius: 50%;
	padding: 4px 9px;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 24px;
}

/* feature-section */
.feature-section {
	padding: 160px 0 15rem;
	background: url(../images/feature-bg-2.png) no-repeat;
	background-size: 100% 100%;
	margin-top: -2rem;
}

.feature-title {
	position: relative;
	z-index: 1;
	padding: 50px 0 30px;
	font-family: 'Georama', sans-serif;
	display: inline-block;
}

.feature-title::before {
	content: "Features";
	position: absolute;
	color: #0000001f;
	font-family: 'Georama', sans-serif;
	top: 13px;
	left: 11rem;
	font-weight: bold;
	width: 100%;
	font-size: 74px;
	z-index: -1;
}

.feature-cards {
	border-left: 10px solid #fff;
	padding-left: 30px;
}

.feature-card h6 {
	display: inline-block;
	color: #fff;
	margin: 0 20px;
	font-weight: bold;
}

.feature-card:hover .feature-text {
	color: #fff;
}

.feature-card {
	padding: 15px;
	border-radius: 10px;
	position: relative;
}

.feature-card:hover .feature-icon {
	background: #febd00;
}

.feature-card::before {
	content: ".";
	position: absolute;
	color: #fff;
	left: -55px;
	top: -10rem;
	font-size: 12rem;
}

.feature-card:hover::before {
	color: #febd00;
}

.feature-card:hover h6 {
	color: #222;
}

.feature-icon {
	background: #fff;
	display: inline-block;
	border-radius: 12px;
	padding: 5px;
}

.feature-text {
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
}

/* facility-section */
.facility-section {
	padding: 50px 0;
	background: url(../images/route-bg-1.png) no-repeat bottom, #dbd1db;
}

.facility-content {
	margin-top: -15em;
}

.facility-title {
	position: relative;
	z-index: 1;
	font-family: 'Georama', sans-serif;
	display: inline-block;
}

.facility-title::before {
	content: "Facilities";
	position: absolute;
	color: #0000001f;
	font-family: 'Georama', sans-serif;
	top: -34px;
	left: 11rem;
	font-weight: bold;
	width: 100%;
	font-size: 74px;
	z-index: -1;
}

.facility-inner {
	margin: 10px 20px;
}

.facility-card {
	background: #fff;
	text-align: center;
	font-size: 13px;
	border-radius: 10px;
	overflow: hidden;
}

.facility-icon {
	background: #aa9ec6;
}

.facility-card h6 {
	position: relative;
	font-weight: bold;
	margin: 20px 0;
	display: inline-block;
}

.facility-card:hover h6 {
	color: #00bcd4;
}

.facility-card h6::before {
	position: absolute;
	content: "";
	background: #00bcd4;
	height: 3px;
	bottom: -6px;
	left: 25%;
	width: 0;
	transition: 1s;
}

.facility-card:hover h6::before {
	width: 50%;
	transition: 1s;
}

.facility-card:hover .facility-icon {
	background: #81dfff;
}

.facility-card img {
	transition: 1s;
}

.facility-text {
	padding: 0 10px;
}

.facility-card:hover img {
	transform: scale(1.1);
	transition: 1s;
}

/* route-section */
.route-section {
	padding: 80px 0;
}

.route-inner {
	background: url(../images/route-bg.png) no-repeat, #fff;
	padding: 60px 150px 20px;
	border-radius: 10px;
	text-align: center;
	background-size: auto 100%;
	box-shadow: 2px 3px 4px #00000063;
}

.route-title {
	position: relative;
	z-index: 1;
	font-family: 'Georama', sans-serif;
	display: inline-block;
}

.route-title::before {
	content: "Top Routes";
	position: absolute;
	color: #0000001f;
	font-family: 'Georama', sans-serif;
	top: -34px;
	left: 11rem;
	font-weight: bold;
	width: 100%;
	font-size: 74px;
	z-index: -1;
}

.route-slider-inner {
	margin: 15px 30px;
}

.route-slider-title {
	background-color: #fff;
	padding: 10px 0;
}

.route-slider-title span {
	font-size: 20px;
	font-weight: bold;
}

.route-slider-title i {
	color: #d33e45;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px;
	border-radius: 50%;
	font-size: 16px;
}

.route-card {
	border-radius: 15px;
	box-shadow: 2px 3px 5px #efddf2;
	overflow: hidden;
}

/* top-footer */
.top-footer {
	padding: 50px 0;
	background: url(../images/footer-bg.png) no-repeat bottom;
	background-size: 100% auto;
}

.top-footer p,
.top-footer a {
	color: #222;
}

.top-footer h5 {
	color: #222;
	padding-inline-start: 0px;
	padding-top: 25px;
	font-weight: bold;
}

.top-footer .footer-links {
	list-style: none;
	padding-inline-start: 0px;
	padding-top: 10px;
	color: #fff;
}

.top-footer ul {
	list-style: none;
	padding-inline-start: 20px;
	padding-top: 10px;
	color: #222;
}

.top-footer li {
	line-height: 2;
	position: relative;
	padding-left: 5px;
}

/* bottom-footer */
.bottom-footer {
	padding: 15px 0;
	align-items: center;
}

.bottom-footer p {
	color: #222;
}

.bottom-footer a {
	color: #222;
}

/* media */
@media (max-width: 576px) {


	.bottom-header .logo {
		position: relative;
		top: 0;
		text-align: center;
		display: block;
	}

	.header-list {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.bottom-header li {
		padding: 10px 5px;
	}

	.bottom-header {
		background: #fff;
		padding: 0;
	}

	.slider-title h1 {
		font-size: 20px;
	}

	.book-icon-swap {
		transform: rotate(90deg);
		top: 40px;
		right: 65px;
	}

	.book-menu-list {
		display: initial;
	}

	.book-tab .book-menu-tabs {
		width: auto;
		margin: 10px 0;
	}

	.slider-panel,
	.about-section,
	.amenity-section,
	.facility-section,
	.route-section,
	.route-inner,
	.top-footer {
		padding: 20px 0;
	}

	.service-section {
		padding: 60px 0;
		background-size: cover;
	}

	.service-title::before,
	.amenity-title::before,
	.route-title::before,
	.feature-title::before,
	.facility-title::before {
		content: "";
	}

	.facility-content {
		margin: 0;
	}

	.about-subtitle {
		z-index: -1;
	}

	.feature-section {
		margin: 0;
		padding: 20px 0;
		background-size: cover;
	}

	.bottom-footer {
		padding: 0;
	}
}
