body {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
}

/* Header */
.header-section {
	background: #ffd300;
}

.top-header {
	padding: 10px 0;
}

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

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

.top-header-list a {
	font-family: 'Sen', sans-serif;
	display: inline-block;
	color: #222;
	letter-spacing: 0.5px;
	padding: 8px 10px;
	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 {
	color: #222;
	text-decoration: none;
}

.top-header-list i {
	font-size: 14px;
	padding-right: 5px;
	color: #76b663;
}

.header-login a {
	background-color: #549f12;
	color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
}

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

.header-login i {
	color: #222;
}

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

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

.bottom-header .bottom-header-list {
	padding: 0;
	margin: 0;
	align-items: center;
	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: 15px 20px !important;
	position: relative;
	color: #222;
	font-weight: bold;
	font-size: 18px;
	text-transform: capitalize;
}

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

.bottom-header .dropdown-menu>li>a {
	font-size: 14px !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;
}

.full-background {
	background: url(../images/bg-1.png) no-repeat;
	background-size: 100% 100%;
}

/* slider-panel */
.slider-panel {
	background: url(../images/slider-bg.png) no-repeat;
	background-size: 100% 100%;
}

.slider-inner {
	background: url(../images/slider.png) repeat-x bottom;
	padding: 50px 0 20rem;
	position: relative;
	animation: slider-bg 40s infinite linear;
	transition: 1s ease-in-out;
}

@keyframes slider-bg {
	0% {
		background-position-x: 0;
	}

	100% {
		background-position-x: -60rem;
	}
}

.slider-title {
	font-weight: normal;
	line-height: 1.7;
	padding-bottom: 30px;
}

.slider-highlight {
	color: #010066;
	font-weight: bold;
}

.slider-truck {
	position: absolute;
	bottom: 0;
}

.book-form {
	background: #ffffff73;
	border: 2px solid #f4b505;
	padding: 10px 20px;
	border-radius: 12px;
}

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

.book-form .book-button {
	background: #010066;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.8px;
	border-radius: 4px;
	font-weight: normal;
}

/* title-section */

.section-title {
	font-weight: normal;
}

.section-highlight {
	color: #f5b400;
	font-weight: 500;
}

.section-subtitle {
	color: #3a9763;
	font-weight: bold;
}

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

/* feature-section */
.feature-section {
	padding: 100px 0 0;
}

.feature-inner {
	background: url(../images/feature-bg-1.png) no-repeat;
	background-size: 70% 77%;
	background-position-x: 19.5rem;
	background-position-y: 1rem;
}

.feature-truck {
	position: absolute;
	bottom: 2.5rem;
	left: 20px;
	animation: feature-truck 10s infinite linear;
}

@keyframes feature-truck {
	0% {
		left: 20px;
	}

	100% {
		left: 18rem;
	}
}


.feature-icon {
	border-bottom: 3px solid #34706e;
	position: relative;
}

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

.feature-icon::before {
	position: absolute;
	content: ".";
	right: 0;
	bottom: -40px;
	font-size: 7rem;
	color: #82cc69;
}

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

.feature-text {
	padding: 20px 0;
}

.feature-title {
	display: inline-block;
	margin-left: 15px;
	color: #6d9467;
	position: absolute;
	bottom: 8px;
	left: 0;
	font-size: 1.125rem;
}

.feature-card:hover .feature-icon {
	border-bottom: 3px solid #ffc620;
}

.feature-card:hover img {
	filter: grayscale(1) brightness(.4)
}

.feature-icon img {
	position: relative;
	bottom: -1rem;
	left: -5.5rem;
}

/* facilities-section */
.facility-section {
	background: url(../images/facility-bg.png) no-repeat, url(../images/track-bg.png) no-repeat;
	padding: 50px 0;
	background-position-y: 10rem;
	background-size: 100% auto;
}

.facility-inner {
	margin-top: -10rem;
}

.facility-icon {
	background: #ffd799;
	display: inline-block;
	margin: 5px;
	text-align: center;
	border-radius: 5px;
}

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

.facility-card:hover img {
	filter: invert();
}

/* about-section */
.about-section {
	padding: 50px 0;
}

/* facility-section-2 */
.facility-section-2 {
	padding: 50px 0;
}

.station h5 {
	background: #fbd504;
	color: #113656;
	padding: 5px;
	font-weight: 500 !important;
}

.station .rounded {
	border: 1px solid #e0e2df;
	box-shadow: none !important;
}

.station strong {
	font-size: 20px;
	font-weight: 500 !important;
	position: relative;
}

.station strong::before {
	content: "";
	bottom: 0;
	position: absolute;
	background: #f8b22d;
	left: 0;
	width: 100%;
	height: 3px;
}

.location {
	display: flex;
	align-items: end;
	margin-bottom: 20px;
}

.location img {
	height: 38px;
	margin: 0 10px 0 0;
}

/* Career Page */
.career-content {
	font-size: 14px;
	padding: 30px 0;
}

.career-inner {
	padding: 20px;
	margin: 20px 0;
	border: 2px solid #ffd300;
	border-radius: 5px;
}

.career-inner h5 {
	color: #010066;
	font-weight: bold;
}

.career-inner p {
	letter-spacing: 0.4px;
	line-height: 2;
}

.career-inner p>a {
	color: #040a6a;
	font-size: 16px;
	font-weight: 500;
}

.career-content .carrer-btn {
	background-color: #ffd300;
	padding: 5px 18px;
	color: #fff;
	font-size: 18px;
	border-radius: 6px;
	font-weight: 500;
	text-transform: capitalize;
	text-decoration: none;
	transition: all 500ms ease;
}

.career-content .carrer-btn:hover {
	background-color: #010066;
	color: #fff;
}

.career-content iframe {
	padding: 30px 0;
}

/* Footer Section */

.footer-top {
	padding: 50px 0;
	background: url(../images/footer-bg.png) no-repeat, #549d1a;
}

.footer-top h2 {
	color: #f5b400;
	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: 15px;
	position: relative;
	margin: 0;
}

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

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

.footer-bottom {
	background-color: #f5b400;
	padding: 20px 0;
}

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

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

@media (max-width:992px) {

	.bottom-header .navbar-logo,
	.slider-truck {
		position: relative;
		top: 0;
	}

	.slider-panel,
	.slider-inner {
		background-size: cover;
	}

	.slider-inner,
	.feature-section,
	.facility-section,
	.about-section,
	.facility-section,
	.facility-section-2,
	.footer-top {
		padding: 20px 0;
	}

	.feature-title,
	.feature-icon img {
		position: relative;
		bottom: 0;
		left: 0;
	}

	.feature-inner {
		background: none;
	}

	.facility-inner {
		margin: 0;
	}

	.facility-section {
		background: none;
	}

	.feature-truck {
		display: none;
	}
}
