@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,700;1,900&display=swap");
body {
	overflow-x: hidden;
	font-family: "Lato", sans-serif;
}
.header {
	height: 126px;
}
.top_header {
	padding-top: 0.5em;
	top: 0.75em;
	position: relative;
}
.t-call p {
	display: inline-block;
	padding-right: 1em;
	color: #fff;
}
.t-call img {
	padding-right: 0.5em;
}
.t-register ul li {
	display: inline-block;
	padding-right: 1em;
}
.t-register ul li a {
	color: #fff;
	text-decoration: none;
}
.bottom_header {
	height: 80px;
}
.logo {
	margin-top: -2.5em;
	position: absolute;
	z-index: 100;
}
.menu {
	left: 13em;
	margin: 0;
	position: relative;
	top: 1em;
	border-top: 2px solid #fff;
}
.menu li {
	display: inline-block;
	padding: 0em 1em;
	top: 0.5em;
	position: relative;
	left: 4em;
}

.menu li a {
	font-size: 25px;
	color: #fff !important;
	text-decoration: none;
}
li.btn-tracking-order {
	background: #e9a730;
	border-radius: 15px;
}
.bx-wrapper {
	margin: 0 !important;
	bottom: 9em;
	z-index: -99;
	position: relative;
}
.bx-wrapper img {
	width: 100%;
}
/* ************* Ticket Search ***************** */
.book {
	position: absolute;
	bottom: 10rem;
	left: 25rem;
	z-index: 999999;
	text-align: center;
}

.book-inner p {
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
}
.book-inner h2 {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 60px;
	text-transform: uppercase;
}
.book-inner h3 {
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 40px;
	text-transform: uppercase;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: fit-content;
	margin: 0;
}

/**** About ****/
.about {
	margin-top: -9em;
	padding: 2em 0em;
}

.about h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	left: 0.5em;
	position: relative;
	top: 0.25em;
	color: #3062a6;
	text-align: center;
	line-height: 1.3;
}
.about h3 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	line-height: 1.3;
}

.about p {
	font-weight: normal;
	text-align: justify;
	font-size: 20px;
	line-height: 1.8;
	color: #000;
	padding-top: 1em;
	padding-left: 2em;
}

/************* Amenities */
.amenities {
	height: auto;
	padding: 2em 0em;
	background: #ebebeb;
}

.amenities h2 {
	font-size: 55px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #c8c8c8;
}
.amenities h3 {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	line-height: 1.2;
	color: #3062a6;
	margin-top: -0.8em;
}
.amenities p {
	font-size: 20px;
	text-align: center;
}
.list-amenities-bg {
	padding-top: 2em;
}
.a1 {
	background: url(../images/non-active1.png) no-repeat center;
	height: 226px;
}
.a2 {
	background: url(../images/non-active2.png) no-repeat center;
	height: 226px;
}
.a3 {
	background: url(../images/non-active3.png) no-repeat center;
	height: 226px;
}
.a4 {
	background: url(../images/non-active4.png) no-repeat center;
	height: 226px;
}
.a5 {
	background: url(../images/non-active5.png) no-repeat center;
	height: 226px;
}
.a6 {
	background: url(../images/non-active6.png) no-repeat center;
	height: 226px;
}
.a7 {
	background: url(../images/non-active7.png) no-repeat center;
	height: 226px;
}
.a8 {
	background: url(../images/non-active8.png) no-repeat center;
	height: 226px;
}
.a1:hover {
	background: url(../images/active-1.png) no-repeat center;
	height: 226px;
}
.a2:hover {
	background: url(../images/active-2.png) no-repeat center;
	height: 226px;
}
.a3:hover {
	background: url(../images/active-3.png) no-repeat center;
	height: 226px;
}
.a4:hover {
	background: url(../images/active-4.png) no-repeat center;
	height: 226px;
}
.a5:hover {
	background: url(../images/active-5.png) no-repeat center;
	height: 226px;
}
.a6:hover {
	background: url(../images/active-6.png) no-repeat center;
	height: 226px;
}
.a7:hover {
	background: url(../images/active-7.png) no-repeat center;
	height: 226px;
}
.a8:hover {
	background: url(../images/active-8.png) no-repeat center;
	height: 226px;
}

/***** Contact  Details**/
.contact {
	padding: 2em 0em;
}
.call-us {
	background: #f5d103;
	padding: 0.5em 2em;
	border-radius: 15px;
}
.call-us h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
}
.call-us p {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
/*** Footer**/
.top_footer {
	background: #f5f5f5;
	height: 226px;
}
.top_footer h3 {
	font-weight: bold;
}
.footer-logo {
	padding: 15px;
}

.con-details img {
	padding: 0.75em;
}
.con-details p {
	text-align: justify;
	font-size: 16px;
	text-indent: 0em;
	line-height: 1.5;
	margin: 0;
	font-family: "Poppins", sans-serif;
}
.con-details p:last-child {
	position: relative;
	top: 0em;
}
.con-details p:last-child img {
	vertical-align: bottom;
	position: relative;
}
.address ul li {
	list-style-type: none;
	font-size: 17px;
}
.address li a {
	color: #000;
	text-decoration: none;
	padding-left: 0em;
}
.social-icons {
	margin: 0;
	padding: 0;
}
.social-icons li {
	display: inline-block;
	padding: 0em 0.5em;
}
.footer {
	background: #244c8a;
	background-size: 100%;
}

.footer p {
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0.5em;
}

.footer p a {
	color: #fff;
	text-decoration: underline;
}

.navbar-inverse {
	border: unset;
	background: unset;
}
.navbar-brand {
    margin-top: -2em;
}
@media screen and (min-width: 1400px) {
	.book {
		left: 30rem;
		bottom: 20rem;
	}
	.enquiry .contact1-form-title {
		padding-bottom: 10px;
	}
	.enquiry .contact1-pic {
		width: 500px;
		background: white;
		padding: 5em 5em;
		height: 522px;
	}
}
@media screen and (min-width: 1600px) {
	.book {
		left: 35rem;
	}
	.enquiry .contact1-form-title {
		padding-bottom: 10px;
	}
	.enquiry .contact1-pic {
		width: 500px;
		background: white;
		padding: 5em 5em;
		height: 522px;
	}
}
@media screen and (min-width: 1920px) {
	.book {
		left: 55rem;
		bottom: 30rem;
	}
}

@media screen and (max-width: 1024px) {
	.menu {
		left: 0 !important;
	}
	.menu li {
		display: block;
		padding: 0 !important;
		left: 0 !important;
		top: 0 !important;
	}
	.menu li a {
		font-size: 15px;
	}

	.navbar-inverse {
		border: #000;
		background: #000;
	}

	.navbar-brand {
		height: unset;
		padding: 0 !important;
	}

	.navbar-header, .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		background-color: #3062a6;
		z-index: 99;
	}
}

#agent-login-username.is-invalid,
#agent-login-password.is-invalid {
	border: 1px solid #b12238;
}

/*
.navbar-inverse .navbar-nav > .active > a {
	background: unset;
} */

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