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

html {
	scroll-behavior: smooth;
}

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-color: #ff8631;
	padding: 0 25px;
}

.top-header-list {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

.top-header-list li {
	display: inline-block;
	color: #fff;
	letter-spacing: 0.5px;
	padding: 8px 14px;
}

.top-header-list a {
	color: #fff;
}

.top-header-list a:hover {
	color: #fff;
	text-decoration: none;
}

.top-header-list i {
	color: #64686c;
	font-size: 13px;
	padding-right: 5px;
}

.top-header-list .header-login {
	background-color: #64686c;
}

.top-header-list .header-login i {
	color: #fff;
}

.top-header-list .header-login:hover a:hover {
	color: #fff;
}

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

.bottom-header .header-logo {
	position: relative;
	z-index: 1;
}

.bottom-header .header-logo img {
	height: 81px;
}

.bottom-header .logo-god {
	position: absolute;
	top: -80px;
	right: 0;
	margin: auto;
	left: 0;
	text-align: center;
}

.bottom-header .logo-god img {
	height: 130px;
}

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

.bottom-header-list li a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 5px !important;
	margin: 10px 5px;
	color: #64686c;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}

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


/* Form Start */
.slider-panel {
	position: relative;
	background: url(../images/slider-bg.png) no-repeat 12em, #f3f3f3;
	padding: 50px 0;
}

.slider-panel h1 {
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #64686c;
}

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

.slider-panel h6 {
	font-size: 14px;
}

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

.book-form {
	position: relative;
	background-color: #fff;
	width: 85%;
	border-radius: 12px;
	box-shadow: 0 4px 4px #bdbdbd;
	padding: 20px 15px;
}

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

.book-form .book-control {
	background-color: #fff !important;
	width: 100%;
	min-height: 40px !important;
	font-size: 15px;
	border-color: #000000 !important;
	border-radius: 10px;
}

.book-form .book-button {
	background: #ff8631;
	border-color: #ff8631;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	border-radius: 30px;
	font-weight: bold;
}

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

.section-title {
	color: #64686c;
}

.section-title span {
	color: #ff8631;
}

.section-subtitle {
	color: #ff8631;
}

.section-text {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.5px;
	font-weight: 500;
	color: #525252;
}

/* About-Us */
.about-section {
	text-align: center;
	padding: 50px 0;
}

.about-card {
	background: url(../images/about-bg.png) no-repeat fixed;
	background-size: 100% 100%;
	padding: 30px 50px;
	border-top: 2px dashed #c6c6c6;
	border-bottom: 2px dashed #c6c6c6;
}

/* Facilities */
.facility-section {
	padding: 30px 0;
}

.facility-inner {
	position: relative;
	padding: 15px;
	margin: 0 25px;
	border-radius: 45px;
	overflow: hidden;
}

.facility-inner::before {
	content: '';
	border-width: 2px;
	border-style: solid;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-image-source: linear-gradient(26deg, #ffffff00 80%, #bcbcbc);
	border-image-slice: 1;
	transition: all 800ms ease;
}

.facility-content {
	background-color: #fff;
	border: 1px solid #64686c;
	padding: 30px;
	border-radius: 45px;
	min-height: 310px;
	position: relative;
	transition: all 900ms ease;
}

.facility-icon {
	display: inline-block;
	background-color: #ff8631;
	border-radius: 50%;
	padding: 12px;
	margin: 10px 0 30px;
}

.facility-content .section-text {
	font-size: 14px;
}

.facility-inner:hover::before {
	border-image-source: linear-gradient(130deg, #ffffff00, #ff8631);
}

.facility-inner:hover .facility-content {
	transform: scale(1.02);
}

.feature-section {
	text-align: center;
	padding: 50px 0;
	border-top: 2px dashed #c6c6c6;
	border-bottom: 2px dashed #c6c6c6;
}

/* Features */
.feature-inner {
	padding: 12px;
	position: relative;
}

.feature-inner::before {
	content: '';
	background-color: #e9e9e9;
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0px;
	border-radius: 45px;
	right: -10px;
	transition: all 1s ease;
}

.feature-content {
	background-color: #ff6a00;
	color: #fff;
	border-radius: 45px;
	padding: 20px 30px;
	position: relative;
}

.feature-content p {
	margin: 0;
}

.feature-inner:hover::before {
	width: 100%;
	right: 0;
	box-shadow: 0 3px 5px #dcdcdc;
}

/* Services */
.service-section {
	text-align: center;
	padding: 50px 0;
}

.service-card {
	position: relative;
	color: #fff;
	padding: 70px 25px 30px;
	z-index: 1;
	border-radius: 20px;
	overflow: hidden;
	min-height: 270px;
	margin: 10px 0;
}

.service-card::before {
	content: '';
	background-color: #222222b3;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: background-color 1s ease;
}

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

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

.service-bg-3 {
	background: url(../images/service-bg-3.png) no-repeat;
	background-size: cover;
}

.service-bg-4 {
	background: url(../images/service-bg-4.png) no-repeat;
	background-size: cover;
}

.service-card p {
	display: none;
}

.service-card:hover p {
	display: initial;
}

.service-card:hover::before {
	background-color: #222222e8;
}

.service-icon {
	display: inline-block;
	background-color: #ff6a00;
	border-radius: 12px;
	padding: 12px;
	position: relative;
	top: -30px;
	z-index: 1;
}

/* Contact-Us */
.content-divider {
	background-color: #ff8631;
	color: #fff;
	padding: 30px 0;
	border-top-right-radius: 150px;
}

.content-divider h2>a {
	color: #fff;
}

.content-divider .contact-btn {
	display: inline-block;
	background: #fff;
	padding: 10px 20px;
	font-size: 18px;
	color: #737373;
	font-weight: 500;
	border-radius: 6px;
}

.content-divider .contact-btn:hover {
	text-decoration: none;
	color: #ff8631;
}

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

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

.footer-logo img {
	width: 100%;
}

.footer-top h2 {
	color: #ff8631;
	font-size: 20px;
	font-weight: 500;
	margin: 10px 0;
}

.footer-top .footer-list {
	padding-inline-start: 5px;
}

.footer-list li {
	color: #222;
	line-height: 2;
	padding-left: 5px;
	letter-spacing: 0.5px;
	font-weight: 500;
}

.footer-list li::marker {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 12px;
}

.footer-list li a,
.footer-bottom p,
.footer-bottom p>a {
	color: #222;
	margin: 0;
}

.footer-bottom {
	background-color: #ff6a00;
	padding: 15px 0;
}

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

@media(max-width:992px) {
	.bottom-header {
		padding: 15px;
	}

	.bottom-header .header-logo img {
		height: 71px;
	}

	.bottom-header .logo-god {
		position: relative;
		top: 0;
	}

	.bottom-header .logo-god img {
		height: 120px;
	}

	.bottom-header .bottom-header-list {
		align-items: flex-start;
	}

	.facility-inner {
		padding: 5px;
		margin: 0 5px;
		overflow: initial;
	}

	.facility-content {
		padding: 10px;
		border-radius: 25px;
	}
}

@media(max-width:564px) {
	.top-header {
		padding: 5px 0;
	}

	.bottom-header .logo-god img {
		height: 70px;
	}

	.bottom-header .header-logo img {
		height: 60px;
	}

	.bottom-header button {
		position: absolute;
		right: 0;
		top: -50px;
	}

	.book-form {
		width: 100%;
	}

	.facility-inner::before {
		display: none;
	}

	.content-divider {
		border-radius: initial;
		text-align: center;
	}
}


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