body {
	font-size: 14px;
	font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Righteous", sans-serif;
}

h2 {
	font-size: 3.5rem;
	letter-spacing: 2px;
	font-weight: 600;
	line-height: 2;
}

/* Header */
.header-section {
	background: url(../images/header.png) no-repeat 0 0/100% 100%;
}

.top-header {
	padding: 5px 0 15px;
}

.top-header-list {
	margin: 0;
	padding: 0;
}

.top-header-list li {
	display: inline-block;
	color: #fff;
}

.top-header-list a {
	display: inline-block;
	color: #fff;
	letter-spacing: 0.2px;
	padding: 10px;
	font-weight: 600;
	font-size: 13px;
}

.top-header .dropdown-menu {
	background: #abeffe;
	box-shadow: 3px 2px 5px #00000075;
	min-width: 6rem;
	border-radius: 10px;
}

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

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

.top-header-list i {
	font-size: 14px;
	padding-right: 2px;
	color: #ffe900;
}

.header-login a {
	background-color: #fff;
	color: #000 !important;
	display: inline-block !important;
	font-weight: 600;
	padding: 8px 20px !important;
	border-radius: 30px;
}

.header-login i {
	color: #0059a7 !important;
}

/* Bottom-Header */
.bottom-header {
	padding: 5px 0 15px;
}

.bottom-header .navbar-logo {
	position: absolute;
	top: -40px;
	left: 100px;
}
.navbar-logo img {
	height: 100px !important;
}

.bottom-header .bottom-header-list {
	padding: 0;
	margin: 0;
	margin-left: auto;
}

.bottom-header-list li {
	list-style-type: none;
}

.bottom-header-list li a {
	text-decoration: none;
	font-family: "Sen", sans-serif;
	display: block;
	padding: 10px 15px;
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-transform: capitalize;
}

.bottom-header-list li.active a,
.bottom-header-list li a:hover,
.bottom-header-list i {
	color: #ffe900;
}

.bottom-header .dropdown-menu > li > a {
	font-size: 18px !important;
	text-transform: capitalize;
	margin: 0 !important;
	padding: 10px !important;
	color: #222 !important;
	font-weight: 500;
}

.bottom-header .dropdown-menu > li > a:hover {
	color: #222 !important;
	text-decoration: underline;
}

/* title-section */
.section-title {
	color: #011661;
}

.section-subtitle {
	color: #00b1ff;
}

.section-text {
	color: #22222296;
	line-height: 1.7;
	text-align: justify;
}

.section-btn {
	background: linear-gradient(180deg, #001253 0%, rgba(4, 30, 120, 1) 100%);
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border-radius: 30px;
	padding: 2px;
	padding-left: 30px;
}

.section-btn i {
	padding: 15px;
	color: #e83800;
	background: #fff;
	transform: rotate(-45deg);
	border-radius: 50%;
	transition: 1s;
}

.section-btn:hover i {
	transition: 0.5s;
	transform: rotate(-180deg);
}

.section-btn:hover {
	color: #fff;
	text-decoration: none;
	background: #00b1ff;
}

/* slider-panel */
.slider-panel {
	background: url(../images/slider-bg.png) no-repeat top left/100% 85%;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.slider-panel .container {
	position: relative;
	padding: 50px 0 22rem;
}

.slider-box {
	position: absolute;
	bottom: 0;
	left: 0;
}
.slider-text {
	font-family: "Righteous", sans-serif;
	padding: 20px 0;
	line-height: 1.5;
	font-size: 3.5rem;
	letter-spacing: 2px;
}

.slider-text span {
	padding: 0 10px;
	color: #ffe900;
}

.slider-title {
	color: #ffe900;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.book-form {
	background: #fff;
	padding: 10px 20px;
	border-radius: 100px;
	margin: 20px 0 80px;
}

.book-form .book-control {
	background-color: #ecf6ff !important;
	width: 100%;
	min-height: 40px !important;
	font-size: 15px;
	margin: 10px 0;
	border: 2px solid #bde0ff !important;
	border-radius: 40px;
}

.book-form .book-button {
	background: #0059a7;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.8px;
	border-radius: 40px;
	font-weight: normal;
	transform: translate(-13px, 0px);
}

/*  about-section  */
.about-section {
	padding: 80px 0 50px;
	background: url(../images/about-bg.png) no-repeat center right/auto 100%;
}

/* facility-section */
.facility-section {
	padding: 100px 0;
	color: #fff;
	background: url(../images/divider-bg.png) no-repeat 0 0/100% 100%;
}

/* service-section */
.service-section {
	padding: 50px 0 150px;
	background: url(../images/service-bg.png) no-repeat 0 0/100% 100%;
}
.service-card {
	padding: 50px 0;
	text-align: center;
}

.service-card img {
	transition: 0.5s linear;
}

.service-card:hover img {
	transform: scaleX(-1);
}

.service-title {
	padding: 10px 0;
	color: #000067;
	font-family: "Righteous", sans-serif;
}

/* divider-section */
.divider-section {
	margin-top: -100px;
	color: #fff;
	background: linear-gradient(180deg, #ffffff00 50%, #b8e9ff 50%);
}

.divider-section .container {
	background: url(../images/divider-2.png) no-repeat center center/100% 100%;
	padding: 50px;
}

.divider-section .section-btn {
	background: #ffe900;
	color: #000;
}

.divider-section h2 {
	line-height: 1.3;
}

.divider-section h2 span {
	color: #ffe900;
}

/* benefit-section */
.benefit-section {
	padding: 50px 0;
	background: linear-gradient(180deg, #b8e9ff 0%, #fff 100%);
}
.benefit-text {
	padding: 0 10px;
	margin: 0;
	font-weight: 600;
	color: #000;
	padding-left: 20px;
}
.benefit-card {
	margin: 20px 10px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 2px 5px 5px #cccccc5c;
}

.benefit-card:hover {
	box-shadow: 2px 5px 5px #cccccc5c, inset -800px 0px 0px #000067;
	transition: 0.5s linear;
}

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

/* route-section */
.route-section {
	padding: 50px 0;
	background: linear-gradient(180deg, #fff 20%, #b8e9ff 100%);
}

.route-section .container {
	position: relative;
}

.route-content {
	position: absolute;
	width: 100%;
	bottom: 50px;
}

/* Footer Section */
.footer-section {
	background: #01165d;
	overflow-x: hidden !important;
}

.footer-top {
	padding: 50px 0 70px;
}

.footer-top h3 {
	color: #00b1ff;
	margin: 20px 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-top p,
.footer-top a {
	color: #fff;
	line-height: 2;
	letter-spacing: 0.5px;
	font-size: 13px;
	position: relative;
	margin: 0;
}

.footer-top p {
	padding-left: 10px;
}

.footer-top i {
	color: #00b1ff;
	position: absolute;
	left: -10px;
	top: 8px;
}

.footer-bottom {
	padding: 30px 0;
	border-radius: 60px 60px 0 0;
	background: #00b1ff;
}

.footer-bottom p {
	color: #fff;
	margin: 0;
}

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

@media (max-width: 992px) {
	.slider-panel,
	.divider-section .container,
	.facility-section {
		background: #02165d;
	}

	.about-section,
	.divider-section,
	.service-section {
		background: none;
	}

	.book-form {
		border-radius: 5px;
		margin: 0;
	}

	.top-header,
	.divider-section .container {
		background: #00b1ff;
		padding: 10px;
	}

	.bottom-header {
		background: #02165d;
		padding: 10px;
		margin: 0;
	}

	.navbar-logo {
		background: #fff;
		border-radius: 20px;
	}

	.bottom-header .navbar-logo,
	.slider-box,
	.book-form .book-button,
	.route-content {
		position: relative;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		transform: translate(0%, 0%);
	}

	.about-section {
		background: none;
	}

	h2,
	.slider-text {
		font-size: 2rem;
	}

	.divider-section {
		margin: 0;
	}

	.slider-panel .container,
	.divider-section,
	.facility-section,
	.service-section,
	.about-section,
	.benefit-section,
	.route-section,
	.footer-top .container,
	.footer-top,
	.footer-bottom,
	.service-card,
	.route-slider {
		padding: 20px 0;
	}
}
