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

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

h1,
h2,
h3,
h4,
p {
	font-family: 'Roboto', sans-serif;
}

/*----------multi-level-accordian-menu------------*/

.navtop {
	background: linear-gradient(90deg, #fff 35%, #3f880e 35%);
	background-color: #222;
	padding: 15px 10px;
}

.topnav {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-bottom: 0px;
}

.topnav li {
	display: inline-block;
}

.topnav li span>img {
	width: 20px;
}

.topnav a {
	color: #fff;
	padding-left: 5px;
}

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

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

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

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

.logo {
	height: 100px;
}

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

#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: #222;
	text-decoration: none;
	display: block;
	padding: 4px 10px;
	margin: 30px 15px;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	position: relative;
	font-weight: 700;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

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

#navbarSupportedContent .btn-bg {
	background-color: #3f880e;
	color: #fff;
	padding: 5px 25px;
	border-radius: 0 5px 0 5px;
	display: inline-block;
}

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

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

.slider-panel .bx-wrapper {
	background: url(../images/slide-bg.png?2) no-repeat;
	background-size: 100% 100%;
}

.book-form {
	position: absolute;
	top: 6em;
	right: 10em;
	width: 400px;
}

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

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

.book-form .book-control {
	border-bottom-left-radius: 10px !important;
}

.book-form .search-btn {
	background: url(../images/search-btn.png) no-repeat;
	background-size: 100% 100%;
	border: none;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.page-title {
	color: #0a0080;
}

.page-subtitle {
	color: #ec8e22;
}

.page-para {
	letter-spacing: 0.4px;
	font-weight: 500;
	color: #565656;
}

.page-extent {
	padding: 50px 0;
}

/* Info Section */
.info-section {
	background: url(../images/info-bg.png?2) no-repeat;
	background-size: 100% 100%;
}

.info-icon {
	background: linear-gradient(45deg, #6bde18, #50a911);
	padding: 10px 0;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 6px 10px #ea732738;
	margin-top: 30px;
}

.info-text {
	background: #fff;
	padding: 10px 15px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 6px 10px #3f880e61;
}

.info-text h6,
.service-text h6 {
	color: #0a0080;
	font-weight: 500;
}

.info-text p,
.service-text p {
	color: #7d7d7d;
	font-weight: 500;
	letter-spacing: 0.4px;
}

/* Service-section */
.service-card {
	box-shadow: 0px 0px 10px #0a00805e;
	border-bottom: 3px solid #e96e28;
	margin: 30px 0;
	height: 270px;
}

.service-text {
	padding: 15px 30px;
}

.service-text p {
	margin: 0;
}

.service-card:hover {
	border-bottom: 3px solid #397c08;
	border-radius: 0 0 10px 10px;
	transform: translate(0, -10px);
	transition: all 0.8s ease;
}

/* About-us */
.about-section {
	background: url(../images/about-bg.png?2) no-repeat;
	background-size: 100% 100%;
}

.about-section p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.4px;
	text-align: justify;
}

.about-section .about-inner {
	padding-bottom: 80px;
}

.about-section .page-subtitle {
	margin-top: 2em;
}

/* Feature-section */
.feature-inner {
	display: flex;
	box-shadow: 0 0 10px #3b800957;
	margin: 20px;
}

.feature-icon {
	background: linear-gradient(45deg, #6bde18, #50a911);
	display: flex;
	align-items: center;
	border-radius: 0 20px 20px 0;
	padding: 20px;
}

.feature-icon img {
	width: 70px;
}

.feature-text {
	border-right: 4px solid #56b512;
	margin: 30px 0 30px 25px;
}

.feature-text h5 {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.3px;
}

.feature-text p {
	line-height: 1.7;
	font-weight: 400;
	margin: 0;
	padding-right: 25px;
}

.feature-inner:hover {
	transform: translate(12px, 0px);
	transition: all 0.2s linear;
	overflow: hidden;
}

.feature-inner:hover .feature-text {
	border-right: 4px solid #ec8d22;
}

/* Footer Section */
.foter-section {
	background: linear-gradient(90deg, #50a911, #6bde18);
}

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

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

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

.foter-bottom {
	background: linear-gradient(90deg, #eea01e, #54b013);
	padding-top: 10px;
}

@media(max-width:720px) {
	.navtop {
		background: #3f880e;
		;
	}

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

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

	.book-form {
		background: #61882b;
		position: relative;
		top: 0;
		right: 0;
		width: auto;
		padding: 12px;
	}

	.info-section,
	.about-section {
		background: initial;
	}
}

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