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

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

/*----------multi-level-accordian-menu------------*/
.menu-panel {
	border-bottom: 1px solid #ea7826;
}

.top-header {
	position: relative;
	background-color: #2e3191;
	padding: 10px 0;
}

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

.topnav li {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.topnav i {
	color: #ea7826;
	padding-right: 5px;
}

.topnav a {
	color: #fff;
}

.navbar-logo {
	padding: 0;
	position: relative;
}

.logo {
	height: 79px;
}

.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 {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	margin: 35px 15px;
	position: relative;
	color: #222;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

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

.btn-bg i {
	background-color: #ea7826;
	color: #2e3191;
	font-size: 16px;
	padding: 5px 7px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	display: inline-block;
	box-shadow: 0 0 5px #958a8a85;
}

/* Form Start */
.slider-panel {
	position: relative;
	background: url(../images/slide-bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 50px 0;
}

.slider-panel h3 {
	font-weight: 400;
}

.book-form {
	background-color: #e1eafbba;
	border-radius: 20px;
	box-shadow: 0 0 5px #57aeeea1;
	padding: 40px 0 20px;
}

.book-form h1 {
	color: #e62e2d;
}

.book-form .book-control {
	background-color: #fff;
	border: 1px solid #57aeee61;
	width: 100%;
	height: 40px;
	font-size: 15px;
}

.book-form .book-button {
	background-color: #2e3191;
	color: #fff;
	font-size: 16px;
	margin: 15px 0;
	text-transform: uppercase;
}

.section-title {
	font-size: 35px;
	font-weight: 600;
	color: #2e3191;
}

.section-title span,
.section-subtitle {
	color: #ea7826;
}

.section-text {
	font-size: 16px;
	line-height: 1.7;
}

.section-element {
	padding: 50px 0;
}

/* Services */
.service-section {
	background: linear-gradient(to Bottom, #2e3191 50%, #fff 50%);
}

.service-inner {
	position: relative;
	margin: 20px 0;
}

.service-text {
	position: absolute;
	bottom: 0;
	padding: 0 30px;
}

.service-text .service-icon {
	display: inline-block;
	background-color: #2e3191;
	padding: 5px;
	border-radius: 10px;
}

.service-text h3 {
	color: #ea7826;
	font-size: 20px;
	margin: 10px 0;
}

.service-text .section-text {
	color: #fff;
	line-height: 1.5;
	font-size: 14px;
}

.service-inner:hover .service-icon {
	background-color: #ea7826;
}

/* Features */
.feature-section {
	background-color: #edf1f5;
}

.feature-inner {
	display: flex;
	align-items: start;
	background: #fff;
	padding: 50px 30px;
	margin: 20px 0;
	border-radius: 10px;
}

.feature-text {
	padding-left: 30px;
}

.feature-text h4 {
	color: #3e844d;
	font-size: 20px;
}

.feature-text .section-text {
	line-height: 1.5;
	text-align: justify;
	font-size: 15px;
}

/* Routes */
.route-section {
	padding-bottom: 50px;
}

.route-section h4 {
	padding: 15px;
	font-size: 18px;
	background-color: #e8f1f8;
	margin: 5px 0;
	border-radius: 0 0 10px 10px;
}

.route-section h4:hover {
	background-color: #99c7eb;
}

/* Footer Section */
.footer-section {
	background: #2e3191;
}

.footer-top {
	padding-bottom: 50px;
}

.logo-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-section h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.7px;
	border-bottom: 1px solid #55abe1;
	text-transform: uppercase;
	margin: 50px 0 30px;
	padding-bottom: 10px;
}

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

.footer-section b {
	color: #ea7826;
}

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

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

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

	.topnav li {
		font-size: 12px;
	}

	.logo {
		height: 26px;
	}

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

	#navbarSupportedContent ul li a {
		margin: 15px;
	}

	.book-form {
		bottom: 0;
		margin-bottom: 0;
		padding: 20px 0;
		border-radius: initial;
	}

	.book-form .book-control {
		margin-bottom: .5rem;
	}

	.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;
	}
}
