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

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

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

/* Header */
.menu-panel {
	border-top: 10px solid #2c398b;
	border-bottom: 10px solid #2c398b;
	padding: 10px 50px 0;
}

.top-header {
	position: relative;
}

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

.topnav li {
	display: inline-block;
	color: #222;
	font-size: 15px;
	letter-spacing: 0.5px;
	padding: 8px 25px;
	border-radius: 5px;
}

.topnav a {
	color: #222;
}

.topnav a:hover {
	color: #e52e2d;
	text-decoration: none;
}

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

.menu-btn {
	background-color: #2c398b;
}

.menu-btn a {
	color: #fff;
}

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

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

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

#navbarSupportedContent {
	position: relative;
}

.bottom-header .bottom-header-list {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: end;
	width: 100%;
}

.bottom-header-list li {
	list-style-type: none;
	display: flex;
	align-items: center;
}

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

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

.bottom-header-list .bottom-contact a {
	font-size: 25px;
}

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

/* Form */
.book-form {
	position: relative;
	width: 500px;
}

.book-form h1 {
	font-size: 30px;
}

.book-form h1 span {
	font-size: 40px;
	color: #e52e2d;
	font-weight: bold;
}

.book-form p {
	font-size: 16px;
}

.book-form-inner {
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 2px #222;
}

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

.book-form .book-control {
	background-color: #fff !important;
	border: 1px solid #295592 !important;
	min-height: 48px !important;
	font-size: 14px;
	border-radius: 5px;
}

.book-form .btn-primary {
	background: #2c388b;
	border-color: #2c388b;
}

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

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

.section-subtitle {
	color: #7c7c7c;
}

.section-text {
	text-align: justify;
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: 0.5px;
}

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

/* about-us */
.about-section {
	background: url(../images/about-bg-1.png) no-repeat left bottom, url(../images/about-bg-2.png) no-repeat 2em 2em;
}

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

.about-bottom h5 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}

.about-bottom h5 span {
	display: inline-block;
	background-color: #f2f2f2;
	border-radius: 50%;
	padding: 5px;
	margin-right: 10px;
}

.about-inner:hover h5 span {
	background-color: #ffe4ea;
}

/* Features */
.feature-section {
	background: url(../images/feature-bg.png) no-repeat fixed;
	background-size: cover;
}

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

.feature-box {
	background-color: #fff;
	padding: 40px 20px;
	border-radius: 5px;
	margin: 20px 0;
}

.feature-box img {
	transition: 2s ease;
}

.feature-box:hover img {
	transform: translateX(100px);
}

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

.service-box {
	background-color: #fff;
	padding: 50px;
	margin: 10px 0;
	box-shadow: 0 0 10px #b1b1b1;
	border-radius: 5px;
}

.service-box img {
	background: url(../images/service-icon-bg-1.png) no-repeat;
	background-size: 100% 90%;
	padding: 20px;
	margin-bottom: 20px;
	;
}

.service-box:hover img {
	background: url(../images/service-icon-bg-2.png) no-repeat;
	background-size: 100% 90%;
}

.service-box .section-text {
	font-size: 14px;
}

/* Footer Section */
.footer-section {
	border-top: 10px solid #2c398b;
	background-color: #f7f7f9;
}

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

.footer-section h2 {
	color: #2c398b;
	margin: 20px 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-section p,
.footer-section p a {
	color: #6c6c6c;
	line-height: 2;
	letter-spacing: 0.5px;
	font-size: 15px;
	position: relative;
	margin: 0;
	font-weight: 500;
}

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

.footer-section i {
	position: absolute;
	left: -10px;
	top: 8px;
}

.footer-bottom {
	background-color: #2c398b;
}

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

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

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

	.bottom-header .bottom-header-list {
		display: block;
	}

	.slider-panel {
		padding: 50px 20px;
		background: #f7f8ff;
	}

	.book-form {
		width: auto;
	}
}

@media(max-width:564px) {
	.menu-panel {
		padding: 10px;
	}

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

	.topnav li {
		padding: 10px;
	}

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

	.about-section {
		background: #fff;
	}

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