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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}

/* Header */
.top-header {
	position: relative;
	background: #fff;
}

.topnav {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: end;
}

.topnav li {
	display: inline-block;
	color: #222222;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 10px 15px;
}

.topnav a {
	color: #e12d2c;
}

.topnav i {
	font-size: 13px;
	padding-right: 5px;
	color: #88b92f;
}

/* Bottom-Header */
.bottom-header {
	background-color: #fff;
	padding: 0;
	width: 100%;
	z-index: 1;
}

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

.bottom-header .logo {
	height: 77px;
}

#navbarSupportedContent {
	position: relative;
}

.bottom-header ul {
	padding: 0;
	margin: 0;
}

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

.bottom-header ul li a {
	text-decoration: none;
	display: block;
	padding: 8px 20px !important;
	margin: 10px 5px;
	position: relative;
	color: #5b5b5b;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 5px;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.bottom-header ul li.active a,
.bottom-header ul li a:hover {
	color: #e63c32;
}

.bottom-header .menu-btn a {
	background: #e12d2c;
	color: #fff;
	display: inline-block;
}

.bottom-header .menu-btn a:hover {
	color: #222;
}

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

.slider-panel h1 {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #2d388c;
}

.slider-panel h1>span,
.slider-panel h3 span,
.slider-panel h6 {
	color: #e12d2c;
}

.slider-panel h3 {
	color: #2d388c;
	font-weight: bold;
	text-transform: capitalize;
}

.book-form {
	position: relative;
	background: url(../images/form-bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 100px;
}

.book-form .book-group {
	margin-bottom: .8rem;
}

.book-form .book-control {
	background-color: #fff !important;
	width: 100%;
	min-height: 45px !important;
	font-size: 16px;
	border-color: #9a9a9a !important;
	border-radius: 5px;
}

.book-form .btn-primary {
	background: #2d388c;
	border-color: #2d388c;
	font-size: 18px !important;
	color: #fff100;
}

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

.section-title {
	color: #2c398b;
	font-weight: bold;
}

.section-subtitle {
	color: #e22d2c;
}

.section-text {
	font-size: 15px;
	letter-spacing: 0.5px;
	text-align: justify;
	font-weight: 500;
}

.section-flex {
	display: flex;
	align-items: center;
}

/* Routes */
.route-section {
	background: linear-gradient(#e9eef8 75%, #fff 75%);
}

.route-inner {
	margin: 0 10px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.route-inner img {
	width: 100%;
	margin: auto;
}

.route-inner h4 {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	font-size: 17px;
	color: #fff;
	text-align: center;
	background: #2c388ba6;
	letter-spacing: 1px;
}

.route-slider .slick-prev:before,
.route-slider .slick-next:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 30px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #9f9f9f;
}

.route-slider .slick-prev:before {
	content: '\f177';
	left: -40px;
}

.route-slider .slick-next:before {
	content: '\f178';
}

.route-slider .slick-prev,
.route-slider .slick-next {
	top: 85%;
}

/* About-Us */
.about-section {
	background: url(../images/about-bg.png) no-repeat;
	background-size: contain;
}

.about-bottom {
	justify-content: space-between;
}

.about-bottom h6 {
	color: #4250a3;
	padding: 10px 0;
}

/* Services */
.service-section {
	background: url(../images/service-bg-1.png) no-repeat;
	background-size: cover;
}

.service-right {
	background: url(../images/service-bg-2.png) no-repeat;
	background-size: 100% 100%;
}

.service-box {
	background: #fff;
	padding: 30px 30px 10px;
	margin: 15px 0;
	box-shadow: 0 0 5px #a8a8a8;
	border-radius: 5px;
}

.service-bg-1 {
	background: url(../images/service-01.png) no-repeat left top, #fff;
}

.service-bg-2 {
	background: url(../images/service-02.png) no-repeat left top, #fff;
}

.service-bg-3 {
	background: url(../images/service-03.png) no-repeat left top, #fff;
}

.service-bg-4 {
	background: url(../images/service-04.png) no-repeat left top, #fff;
}

.service-title h6 {
	color: #2c388b;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding-left: 10px;
}

.service-box .section-text {
	font-size: 13px;
	line-height: 2;
	margin: 20px 0 10px;
}

.service-box:hover img {
	transform: scaleX(-1);
	transition: 2s ease;
}

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

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

.footer-section h3 {
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
}

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

.footer-top i {
	color: #88b930;
	position: absolute;
	left: -12px;
	top: 10px;
	font-size: 12px;
}

.footer-bottom {
	border-top: 1px solid #fff;
}

.footer-bottom p {
	margin: 10px 0;
}

@media(max-width:992px) {
	.bottom-header .navbar-logo {
		position: relative;
		top: 0;
	}

	.bottom-header {
		padding: 10px 5px;
	}

	.slider-panel {
		background: #fff;
	}

	.route-slider .slick-next:before {
		width: auto;
		left: 0;
	}

	.route-slider .slick-prev {
		left: 0;
	}
}

@media(max-width:562px) {

	.topnav,
	.about-bottom {
		display: block;
	}

	.topnav li {
		padding: 5px;
	}

	.book-form {
		padding: 15px;
		background: #e9eef7;
	}

	.footer-bottom p {
		margin: 0;
	}
}

/* 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;
	}
}