.main-nav nav .navbar-nav .nav-item a {
	color: #242424;
}

.main-nav nav .navbar-nav .nav-item .nav-las a {
	color: #fff;
}

.about-banner {
	height: 70vh;
	width: 100%;
	z-index: 1;
}

.about-outer-box p {
	margin: 0;
}

.d-show-li {
	margin-bottom: 5px !important;
}

.d-show-ul {
	margin-top: 0px !important;
}

.about-content-1 {
	justify-content: center;
	align-items: center;
}

.about-image-1 {
	align-items: baseline;
}

.min-head-abt {
	font-size: 16px;
	font-weight: 500;
}

.about-image-1 img {
	border-radius: 5px;
	width: 100%;
}

.about-header-1 {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}

.abt-con-ul li {
	list-style: none;
}

.abt-p {
	line-height: 20px;
}

.abt-con-ul li::before {
	content: '\2022';
	color: #f89406;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 20px;
	height: 0;
}



.ab-con-1 {
	height: 100%;
}

.banner-outer {
	height: 100%;
}

.about-banner-left,
.about-banner-right {
	margin: auto;
}

.experience-box {
	margin: auto;
	width: 170px;
	height: 170px;
	background-color: var(--thm-base);
	border-radius: 50%;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #f9ffae;
	position: relative;
}

.experience-box::before {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0px;
	border-top: 30px solid #f9ffae;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	transform: rotate(35deg);
}

.experience-box .exp-yr {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}

.curved-circle {
	font-weight: normal !important;
	font-size: 14px;
}

.experience-box :before {
	content: '';
	position: absolute;
	left: 10px;
	bottom: 0px;
	border-top: 30px solid var(--thm-base);
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	transform: rotate(35deg);
	background-color: red;
}

.ab-grid-item ul li {
	position: relative;
	background-size: 16px 16px;
	background-position: 0 4px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

.cen-dt-ab li {
	list-style: none;
}

.ab-grid-item ul {
	text-align: left;
	padding: 0 0 0 30px;
}

.ab-grid-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

.ab-grid-item {
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 22px;
	line-height: 32px;
	text-align: center;
}

.btw-con-ab {
	font-weight: bold;
	font-size: 22px;
	line-height: 32px;
}

.ab-g1 img,
.ab-g2 img {
	width: 100%;
	border-radius: 5px;
	height: 100%;
}

.ab-g {
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: repeat(1, 1fr);

	grid-gap: 30px;
	grid-template-rows: 1fr 1fr;
}

.abt-grid-2 {
	align-items: center;
	display: grid;
	box-shadow: 0px 0px 10px 0px #e7e7e7;
	padding: 15px;
}

.ab-g1,
.ab-g2 {
	display: grid;
	align-items: center;
	box-shadow: 0px 0px 10px 0px #e7e7e7;
	padding: 25px;
	font-size: 30px;
	text-align: center;
	border-radius: 5px;
}

.abt-gri-li {
	font-size: 15px;
}

.ab-1-text {
	align-items: center;
	justify-content: center;
}

.ab-2-text {
	text-align: center;
	align-items: center;
	justify-content: center;
}

.ab-1-font {
	font-size: 40px;
	text-decoration: none;
	line-height: 56px;
}

.ab-2-font {
	font-size: 30px;
	line-height: 40px;
}

table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

td,
th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}

.pre-img {
	width: 100%;
}

.pre-pho {
	width: 100%;
}

#progress-bar-container li .step-inner {
	position: absolute;
	width: 100%;
	bottom: 0;
	font-size: 14px;
}

#progress-bar-container li.active,
#progress-bar-container li:hover {
	color: #444;
}

#progress-bar-container li::after {
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	background-color: #515ed3;
	margin: auto;
	border: 7px solid #fff;
	border-radius: 50%;
	margin-top: 40px;
	box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.2);
	transition: all ease 0.25s;
}

#progress-bar-container li:hover::after {
	background: #555;
}

#progress-bar-container li.active::after {
	background: #F47C1B;
}

#progress-bar-container #line {
	width: 88%;
	margin: auto;
	background-color: #eee;
	height: 6px;
	position: absolute;
	left: 4%;
	top: 92px;
	z-index: 1;
	border-radius: 50px;
	transition: all ease 0.75s;
}

#progress-bar-container #line-progress {
	content: " ";
	height: 100%;
	background-color: #5461cf;
	background: linear-gradient(to right #422e9c 0%, #2ea3b7 100%);
	position: absolute;
	z-index: 2;
	border-radius: 50px;
	transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.25);
}

#progress-content-section {
	margin: auto;

	border-radius: 4px;
}

#progress-content-section .section-content {
	padding: 30px 0px;
	text-align: center;
}

.section-content h2 {
	font-size: 17px;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

.section-content p {
	font-size: 16px;
	line-height: 1.8rem;
	color: #777;
}

.section-content {
	display: none;
	animation: FadeinUp 0.7s ease 1 forwards;
	transform: translateY(15px);
	opacity: 0;
}

.section-content.active {
	display: block;
	opacity: 1;
}

.progress-wrapper {
	margin: auto;
	max-width: 1080px;
}

#progress-bar-container {
	position: relative;
	margin: auto;
	height: 200px;

}

#progress-bar-container ul {
	padding-top: 15px;
	z-index: 2;
	position: absolute;
	width: 100%;
}

#progress-bar-container li::before {
	content: " ";
	display: block;
	margin: auto;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #aaa;
	transition: all ease 0.3s;
}

#progress-bar-container li.active::before,
#progress-bar-container li:hover::before {
	border: 2px solid #fff;
	background-color: #F47C1B;
}

#progress-bar-container li {
	list-style: none;
	float: left;

	text-align: center;
	color: #aaa;
	text-transform: uppercase;
	font-size: 11px;
	cursor: pointer;
	font-weight: 700;
	transition: all ease 0.2s;
	vertical-align: bottom;
	height: 60px;
	position: relative;
}

@keyframes FadeInUp {
	0% {
		transform: translateY(15px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.section-content {
	width: 50%;
	margin: auto;
}

.inner-city-img {
	border-radius: 50%;
	height: 100px;
	width: 100px;
}

.city-img-con-2 {
	text-align: left;
	padding: 0px 20px;
}

.upper-city-name {
	font-size: 25px;
	font-weight: 700;
}

.grid-container-resp {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 10px;
	grid-gap: 10px;
}

.grid-item-resp {
	box-shadow: 0px 0px 10px 0px #e7e7e7;
	padding: 15px;
	font-size: 30px;
	text-align: center;
}
.upper-resp-tx{
	font-size: 18px;
	font-weight: bold;
}
.down-resp-tx{
	font-size: 14px;
}
.ab-sect-resp{
	display: none;
}
/* mediaquery */

@media (min-width: 150px) and (max-width: 991px) {
	.about-banner-left h2 {
		font-size: 45px !important;
		color: #fff;
	}

	.about-image-1 img {
		border-radius: 5px;
		width: 70%;
	}

	.ab-grid-item {
		grid-column-start: 1;
		grid-column-end: 4;
	}

	.ab-g,
	.abt-grid-2 {

		margin: auto;
	}

	.page-content ul li {
		padding: 0;
	}

	.about-image-1 img {
		margin: auto;
	}

	.alin-box-2 {
		flex-direction: column-reverse;
	}

	.about-image-1 {
		margin-top: 20px;
	}
}

@media (min-width: 150px) and (max-width: 767px) {
	.about-banner-right {
		display: none;
	}
}


@media (min-width: 400px) and (max-width: 991px) {

	.ab-g,
	.abt-grid-2 {
		width: 70%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-content {
		width: 75%;
		margin: auto;
	}
}

@media (min-width: 150px) and (max-width: 767px) {
	.ab-sect-bg {
		display: none;
	}
	.ab-sect-resp{
		display: block;
	}
}
@media (min-width: 150px) and (max-width: 450px) {
	.grid-container-resp {
		grid-template-columns: repeat(3, 1fr);
	}
}