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

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

h2 {
	font-size: 3rem;
	letter-spacing: 1.5px;
	line-height: 1.3;
}

/* Header */
.header-section {
	background: url(../images/header-bg.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: #000;
}

.top-header-list a {
	display: inline-block;
	color: #000;
	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: #005983;
}

.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: #005983 !important;
}

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

.bottom-header .navbar-logo {
	position: absolute;
	top: -40px;
	left: 100px;
}
.bottom-header .navbar-logo img {
	padding: 0 20px;
}

.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: #ffc200;
}

.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: #005983;
}

.section-subtitle {
	color: #ffc200;
}

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

.section-btn {
	background: #005983;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border-radius: 30px;
	padding: 2px;
	padding-left: 30px;
}

.section-btn i {
	padding: 15px;
	color: #005983;
	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: #0093fd;
}

/* slider-panel */
.slider-panel {
	padding: 50px 0;
	background: url(../images/slider-bg.png) no-repeat  0 0/100% 100%;
	color: #fff;
	position: relative;
	z-index: 1;
}

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

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

.book-form .book-control input{
	background: #d7f2ff ;
	border: none;
}

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

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

/* facility-section */
.facility-section{
	padding:100px 0 0;
	background: linear-gradient(180deg,#ffffff 20%, #bcedff 50%, #ffffff 70%);
}

.facility-section h2{
	padding-top: 40px;
  font-family: "Red Rose", serif;
  font-weight: 700;
}

/* service-section */
.service-section {
	padding: 50px 0;
	background: radial-gradient(
		circle,
		#1d88af 10%,
		#005983 50%
	);
	color: #fff;
	position: relative;
	z-index: 1;
}

.service-icon {
  padding: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 #ffc200, 0 5px 0 #ffffff4a;
  transition: box-shadow 0.5s ease;
}

.service-card:hover .service-icon {
  box-shadow: inset 0 -100px 0 #ffc200, 0 5px 0 #00000041;
}


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

.service-card:hover .service-icon img {
	transform: scaleX(-1);
	transition: 0.5s;
}

.service-image {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-38%, -50%);
	z-index: -1;
}

.service-card {
	padding: 40px 0;
	text-align: justify;
	transition: 1s;
}

/* feature-section */
.feature-section {
	padding: 50px 0;
	background: url(../images/feature-img.png) no-repeat center left/auto 55%;
}
.feature-section h2{
	padding:0 0 50px;
	
}

.feature-card {
	margin: 20px 10px;
	border-radius: 20px;
	background: #e4f2ff;
}

.feature-content {
	padding: 30px 20px;
}

.feature-number {
	color: #005983;
	font-weight: 700;
	transition: 0.6s ease;
}

.feature-card:hover :where(.feature-number, p) {
	color: #fff;
	transition: 1s ease;
}

.feature-content p {
	margin: 0;
	font-weight: 600;
	transition: 0.6s ease;
}

.feature-card:hover {
	box-shadow: inset -800px 0px 0px #005983;
	transition: 1s ease;
}

.feature-image {
	position: relative;
	text-align: center;
}

.feature-inner {
	position: absolute;
	bottom: 0%;
	left: 0px;
	background: #fff;
	border: 2px solid #0089e1;
	border-radius: 20px;
	padding: 20px;
	margin: 10px;
}

.feature-inner p {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 992px) {
	.slider-panel,.service-section{
		background:#005983;
	}

	.about-section {
		background: none;
	}

	.book-form,
	.service-section {
		border-radius: 5px;
		margin: 20px 0;
	}

	.top-header {
		background: #b4e7ff;
		padding: 10px;
	}

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

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

	.bottom-header .navbar-logo,
	.divider-img,.service-image,
	.book-form .book-button {
		position: relative;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		transform: translate(0%, 0%);
	}

	h2,
	.slider-text {
		font-size: 2rem;
	}
	.book-form{
		padding: 20px;
	}

	.slider-panel,
	.service-section,
	.about-section,
	.feature-section,
	.route-section,
	.footer-top .container,
	.footer-top,
	.footer-bottom,
	.service-card{
		padding: 20px 0;
	}
	.feature-section{
		background: none;
	}
}
