@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

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

/*----------multi-level-accordian-menu------------*/
.menu-panel {
	position: sticky;
	top: 0;
	z-index: 11;
	border-top: 2px solid #f1b516;
	border-bottom: 2px solid #f1b516;
}

.top-header {
	position: relative;
	background-color: #fff;
	padding: 15px 10px;
	overflow: hidden;
}

.top-header::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: -moz-linear-gradient(90deg, transparent 35%, #f1b516 35%, #f1b516 100%, transparent 90%);
	background: -webkit-linear-gradient(90deg, transparent 35%, #f1b516 35%, #f1b516 100%, transparent 90%);
	background: linear-gradient(90deg, transparent 35%, #f1b516 35%, #f1b516 100%, transparent 90%);
}

.topnav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

.topnav li {
	padding-right: 25px;
	color: #f1b516;
}

.topnav i {
	color: #f1b516;
	padding-right: 5px;
	font-size: 14px;
}

.top-header .btn-bg {
	border: 1px solid #f1b516;
	color: #f1b516;
	display: inline-block;
	padding: 5px 20px;
	text-decoration: none !important;
}

@media(max-width:720px) {
	.topnav {
		display: block;
	}
}

.navbar-logo {
	padding: 0;
	position: absolute;
	top: -50px;
	z-index: 1;
}

.logo {
	height: 97px;
}

.navbar-mainbg {
	background-color: #fff;
	padding: 0;
	width: 100%;
	z-index: 1;
}

#navbarSupportedContent {
	overflow: hidden;
	position: relative;
}

#navbarSupportedContent ul {
	padding: 0px;
	margin: 0px;
}

#navbarSupportedContent ul li a i {
	margin-right: 10px;
}

#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}

#navbarSupportedContent ul li a {
	color: #438f46;
	text-decoration: none;
	display: block;
	padding: 4px 10px;
	margin: 10px 15px;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	position: relative;
	font-weight: 500;
	letter-spacing: 0.6px;
	font-size: 15px;
}

#navbarSupportedContent>ul>li.active>a {
	color: #f1b516;
	background-color: transparent;
	transition: all 0.7s;
}

.bx-wrapper {
	margin: 0;
	background: initial;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

/* Form Start */
.slider-panel {
	position: relative;
}

.book-form {
	position: absolute;
	bottom: 4em;
	left: 15em;
	width: 70%;
	background-color: #000000d9;
	border-radius: 5px;
	box-shadow: 0 0 15px #f1b5166b;
	padding: 30px 50px;
}

.book-form h3 {
	color: #fff;
	margin-bottom: 24px;
	font-size: 30px;
	font-weight: 400;
}

.book-form .book-control {
	height: 40px;
	background-color: #fff;
	margin-bottom: 12px
}

.page-title {
	margin: 15px 0;
	font-size: 25px;
	font-weight: 600;
	color: #f1b516;
}

.page-title span {
	color: #438f46;
}

.page-subtitle {
	color: #438f46;
}

.page-text {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.6px;
}

.page-element {
	padding: 80px 0;
}

/* Features */
.feature-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0;
}

.feature-text h3 {
	font-size: 18px;
	color: #f1b417;
	padding: 0 60px 0 20px;
}

.feature-text p {
	padding: 0 60px 0 20px;
	font-size: 13px;
	font-weight: 500;
}

/* About-Us */
.about-section {
	background: linear-gradient(#9ba32e 50%, #fff 50%);
}

.about-inner {
	background-color: #fff;
}

.about-inner .page-text {
	font-size: 14px;
	text-align: justify;
	padding-right: 50px;
}

.track-btn {
	background-color: #438f46;
	padding: 8px 35px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin: 10px 0;
	border-radius: 4px;
	box-shadow: 6px 6px 5px #a1a572a3;
}

/* Services */
.service-section {
	background: linear-gradient(90deg, #c0f3c224, #fff);
}

.section-title {
	margin-bottom: 40px;
}

.section-title .page-text {
	font-size: 14px;
}

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

.service-inner h5 {
	color: #f00;
	font-size: 18px;
}

/* Routes */
.route-section {
	background: linear-gradient(#fff 60%, #f1b417 60%);
	margin-bottom: 50px;
}

.route-section img {
	width: 100%;
}

.route-text {
	background-color: #fff;
	padding: 5px;
	padding-left: 0;
}

.route-text h4 {
	border-left: 3px solid #f00;
	padding: 15px;
	font-size: 18px;
}

/* Footer Section */
.footer-inner-bg {
	background: url(../images/footer-bg.png) no-repeat;
	background-size: 100% 100%;
}

.footer-element {
	padding: 60px;
}

.footer-section h2 {
	color: #f1b516;
	margin: 50px 0 30px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.7px;
}

.footer-section p,
.footer-section p>a {
	color: #222;
	line-height: 1.7;
	letter-spacing: 0.5px;
	font-size: 16px;
}

.footer-bottom {
	background-color: #f1b417;
	padding-top: 10px;
}

@media(max-width:768px) {
	.menu-panel {
		position: relative;
	}

	.top-header::after {
		background: #f1b516;
	}

	.navbar-logo {
		position: relative;
		top: 0;
		left: 0;
	}

	.logo {
		height: 65px;
	}

	.navbar-mainbg {
		background: #fff;
		padding: 10px 0;
	}

	.navbar-mainbg i {
		color: #222;
	}

	.book-form {
		background: #438f46;
		position: relative;
		top: 0;
		left: 0;
		width: auto;
		padding: 12px;
	}

	.book-form h3 {
		font-size: 17px;
		text-align: center;
	}
}

/* End Footer */

/* track */

.track-main {
	/*background: transparent linear-gradient(244deg, #FFFFFF 0%, #DCDCFF 100%) 0% 0% no-repeat padding-box;*/
	width: 100%;
	height: auto;
}

.track-main h1 {
	top: 102px;
	left: 98px;
	width: 892px;
	height: 82px;
	text-align: left;
	font: 100px;
	font-family: roboto;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

.track-main #track-vector {
	height: 500px;
	margin-top: 8em;
}

.track-main .form {
	margin-left: 5em;
	margin-top: 0em;
}

#track-submit {
	background: transparent linear-gradient(113deg, #be73de 0%, #514eb7 100%) 0% 0% no-repeat padding-box;
	border-radius: 39px;
	opacity: 1;
	margin-left: 13em;
	width: 119px;
	height: 43px;
	color: white;
	top: -1em;
	position: relative;
}

.track-div {
	left: 14em;
	top: 7em;
}

.track-div-history {
	left: 6em;
	margin-top: 10em;
	position: relative;
}

@media only screen and (min-width: 1170px) {
	.center-orientation .vertical-timeline-content {
		margin-left: 0;
		padding: 1.6em;
		width: 45%;
	}

	.center-orientation .vertical-timeline-content::before {
		top: 24px;
		left: 100%;
		border-color: transparent;
		border-left-color: white;
	}

	.center-orientation .vertical-timeline-content .btn {
		float: left;
	}

	.center-orientation .vertical-timeline-content .vertical-date {
		position: absolute;
		width: 100%;
		left: 122%;
		top: 2px;
		font-size: 14px;
	}

	.center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
		float: right;
	}

	.center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: white;
	}

	.center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
		float: right;
	}

	.center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
		left: auto;
		right: 122%;
		text-align: right;
	}

	.center-orientation .cssanimations .vertical-timeline-content.is-hidden {
		visibility: hidden;
	}
}
