:root {
	--theme-light-color: #FFFFFF;
	--theme-heading-dark-color: #001257;
	--theme-link-dark-color: #24B34B;
	--theme-content-light-color: #272727;
}

p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

#home-banner .nav-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 12px;
	position: absolute;
	top: 35%;
}

#home-banner .next-slide {
	right: 5%;
}

#home-banner .prev-slide {
	left: 5%;
	z-index: 9;
}

.prev-slide i, .next-slide i {
	color: var(--theme-light-color);
}

.slider-image {
	position: relative;
}

.slider-image img {
	width: 100%;
	max-width: 100%;
	aspect-ratio: auto 1440/837;
	height: auto;
}

.slider-content-wrapper {
	z-index: 9;
}

.slider-content {
	position: absolute;
	bottom: 22%;
	left: 0%;
	right: 0%;
	color: var(--theme-light-color);
	display: grid;
	justify-content: center;
	text-align: center;
}

.slider-content h1 {
	font: normal 200 380%/normal "Jost", sans-serif;
	letter-spacing: 3px;
	text-transform: capitalize;
}
.slider-content h2 {
	font: normal 200 380%/normal "Jost", sans-serif;
	letter-spacing: 3px;
	text-transform: capitalize;
}
.slider-content p {
	font: normal 300 150%/normal "Jost", sans-serif;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding-top: 1rem;
}

/*New Css*/
.approch-section {
	background: #000A2F;
	padding: 4rem 0;
}

.approch-heading h2 {
	color: var(--theme-link-dark-color);
	position: relative;
	margin: 0 0 2rem 0;
	font: normal 300 115%/normal "Jost", sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.approch-heading h2::before {
	position: absolute;
	content: "";
	width: 17%;
	height: 2px;
	border-top: 1px solid #24B34B;
	top: 55%;
	left: -19%;
}

.about-approch-wrapper {
	display: flex;
	justify-content: space-between;
}

.approch-content {
	width: 80%;
}

.about-approch-wrapper .right-link a {
	background: #000A2F;
}

.about-approch-wrapper .right-link {
	top: 30%;
}

.approch-content h3 {
	color: var(--theme-light-color);
	margin: 0 0 1rem 0;
	letter-spacing: 1px;
	text-transform: capitalize;
	font: normal 200 375%/normal "Jost", sans-serif;
}

.approch-content p {
	color: var(--theme-light-color);
	letter-spacing: 1px;
	font: normal 300 115%/1.6 "Work Sans", sans-serif;
}

.impact-content h4 {
	color: var(--theme-light-color);
	padding: 2rem 0;
	text-transform: capitalize;
	font: normal 300 235%/normal "Jost", sans-serif;
}

.impact-content P {
	color: var(--theme-light-color);
	font: normal 300 115%/1.6 "Work Sans", sans-serif;
}

.card-wrapper {
	display: flex;
	justify-content: space-between;
	margin: 4rem 0 0 0;
}

.impact-cards {
	border: 1px solid #fff;
	width: calc((100% - 60px) / 3);
	margin: 0 20px 0 0;
	padding: 2rem 2rem;
}

.impact-image {
	width: 25%;
}

.impact-image img {
	width: 100%;
	height: auto;
	aspect-ratio: auto 98/93;
	max-width: 100%;
}

.impact-cards:nth-child(3) {
	margin-right: 0;
}

.impact-cards:hover {
	border: 1px solid #24B34B;
}

.impact-cards:hover .impact-image .desktop-image {
	display: none;
}

.impact-cards:hover .impact-image .hover-image {
	display: block;
}

.impact-cards:hover .impact-content h4 {
	color: var(--theme-link-dark-color);
}

.impact-cards.active {
	border: 1px solid #24B34B;
}

.impact-cards.active .impact-image .desktop-image {
	display: none;
}

.impact-cards.active .impact-image .hover-image {
	display: block;
}

.impact-cards.active .impact-content h4 {
	color: var(--theme-link-dark-color);
}

.col-12 {
	padding: 0;
}

.hover-image {
	display: none;
}

.our-partners-sec {
	padding: 4rem 0;
	background: #F5F5F5;
}

.partner-logo {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 4rem;
}

.development-partners-wrapper {
	width: 80%;
}

.development-partners-wrapper h4, .financial-partners-wrapper h4 {
	font: normal 300 140%/1.6 "Jost", sans-serif;
	color: var(--theme-content-light-color);
	text-transform: capitalize;
	margin-bottom: 1.5rem;
}

.financial-partners-wrapper h4 {
	text-align: center;
}

.development-partners {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	justify-content: center;
}

.financial-partners-wrapper {
	width: 20%;
	border-left: 1.5px solid #D8D8D8;
}

.financial-partners {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}

.financial-partners .partner-logo-new {
	width: calc((100% - 40px) / 1);
	text-align: center;
	border: 1px solid #D8D8D8;
	border-radius: 6px;
	margin-bottom: 30px;
	background-color: var(--theme-light-color);
}

.development-partners .partner-logo-block {
	width: calc((100% - 160px) / 4);
	text-align: center;
	border: 1px solid #D8D8D8;
	border-radius: 6px;
	margin-bottom: 25px;
	background-color: var(--theme-light-color);
}

.partner-logo-block img, .partner-logo-new img {
	width: 100%;
	height: auto;
	aspect-ratio: auto 160/160;
}

.our-header h2 {
	color: var(--theme-link-dark-color);
	position: relative;
	margin: 0 0 2rem 0;
	text-transform: uppercase;
	font: normal 300 115%/normal "Jost", sans-serif;
	letter-spacing: 4px;
}

.our-header h2::before {
	position: absolute;
	content: "";
	width: 17%;
	height: 2px;
	border-top: 1px solid #24B34B;
	top: 55%;
	left: -19%;
}

.our-header h3 {
	color: var(--theme-heading-dark-color);
	text-transform: capitalize;
	font: normal 200 325%/normal "Jost", sans-serif;
}

.conatct-bg-image img {
	width: 100%;
	height: auto;
	aspect-ratio: auto 1440 / 458;
}

.contact-content-wrapper {
	position: relative;
}

.contact-us-data {
	position: absolute;
	top: 25%;
	left: 24%;
	width: 50%;
	text-align: center;
}

.contact-text h4 {
	color: var(--theme-light-color);
	font: normal 200 245%/1.4 "Jost", sans-serif;
}

.contact-button {
	margin: 3rem 0 0 0;
}

.contact-btn {
	border: 1px solid #fff;
	padding: 10px 30px;
	color: var(--theme-light-color);
	border-radius: 30px;
	font-size: 125%;
	background: none;
	text-transform: uppercase;
}

.contact-btn:hover {
	border-bottom: 3px solid #fff;
}

.mobile-conatct-bg-image {
	display: none;
}

#legacy-carousel .slick-track {
	transition: transform 0.4s !important;
}

#legacy-carousel .slick-slider div {
	transition: none;
}

.conatct-bg-image {
	display: block;
}

.feature-section {
	padding: 5rem 0;
	position: relative;
	z-index: 9;
}

.feature-heading h2 {
	color: var(--theme-link-dark-color);
	position: relative;
	margin: 0 0 2rem 0;
	letter-spacing: 4px;
	font: normal 300 115%/normal "Jost", sans-serif;
	text-transform: uppercase;
}

.feature-heading h2::before {
	position: absolute;
	content: "";
	width: 17%;
	height: 2px;
	border-top: 1px solid #24B34B;
	top: 55%;
	left: -19%;
}

.feature-content {
	width: 80%;
}

.feature-content h3 {
	color: var(--theme-heading-dark-color);
	text-transform: capitalize;
	font: normal 200 325%/normal "Jost", sans-serif;
}

.about-feature-wrapper {
	display: flex;
	align-items: center;
	margin-top: 1rem;
}

.about-feature-wrapper .right-link {
	top: 26%;
}

.feature-content p {
	color: var(--theme-content-light-color);
	font: normal 300 115%/1.6 "Work Sans", sans-serif;
}

.prestige-inner-wrapper {
	display: flex;
	margin: 4rem 0 0 0;
	position: relative;
	z-index: 9;
}

.prestige-image-wrapper {
	width: 55%;
}

.prestige-image-wrapper img {
	width: 100%;
	height: auto;
	aspect-ratio: auto 891/770;
}

.prestige-content {
	position: relative;
	width: 45%;
	background: #000A2F;
	padding: 4rem 3rem 3rem 3rem;
}

.prestige-content h4 {
	color: var(--theme-light-color);
	padding: 0 0 2rem 0;
	font: normal 300 300%/normal "Jost", sans-serif;
}

.prestige-information {
	padding: 1rem 0;
}

.prestige-information h5 {
	color: var(--theme-light-color);
	font: normal 300 110%/normal "Work Sans", sans-serif;
}

.prestige-information p {
	color: var(--theme-light-color);
	font: normal 400 170%/1.6 "Work Sans", sans-serif;
}

.complete-text p {
	color: var(--theme-link-dark-color);
	text-transform: uppercase;
	letter-spacing: 3px;
	font: normal 300 105%/normal "Jost", sans-serif;
}

.complete-text {
	border: 1px solid #fff;
	background: var(--theme-light-color);
	width: 20%;
	padding: 5px 15px;
	text-align: center;
	position: absolute;
	top: 12%;
	left: 0%;
	z-index: 999;
}

.prestige-content::before {
	content: "\A";
	border-style: solid;
	border-color: transparent #000A2F transparent transparent;
	position: absolute;
	border-width: 20px 30px 20px 0px;
	left: -5%;
	bottom: 88%;
}
#presitge-carousel .owl-stage{
	display: flex;
}
#presitge-carousel .owl-stage .owl-item{
	width: 100%;
}

#presitge-carousel.slick-initialized .slick-slide {
	display: flex;
}

#presitge-carousel .nav-btn {
	color: var(--theme-light-color);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 12px;
	position: absolute;
	bottom: 10%;
}

#presitge-carousel .next-slide {
	right: 3%;
	z-index: 999;
}

#presitge-carousel .prev-slide {
	right: 8%;
	z-index: 999;
}

.mobile-prestige-image-wrapper {
	display: none;
}

.prestige-image-wrapper {
	display: block;
}

/* about us css */
.about-section {
	padding: 5rem 0;
}

.about-heading h2 {
	color: var(--theme-link-dark-color);
	position: relative;
	margin: 0 0 2rem 0;
	letter-spacing: 4px;
	text-transform: uppercase;
	font: normal 300 115%/normal "Jost", sans-serif;
}

.about-heading h2::before {
	position: absolute;
	content: "";
	width: 17%;
	height: 2px;
	border-top: 1px solid #24B34B;
	top: 55%;
	left: -19%;
}

.about-content {
	width: min(80%, 100%);
}

.about-content h3 {
	color: var(--theme-heading-dark-color);
	margin: 2rem 0 2rem 0;
	text-transform: capitalize;
	letter-spacing: 3px;
	font: normal 200 370%/normal "Jost", sans-serif;
}
.about-content h1 {
	color: var(--theme-heading-dark-color);
	margin: 2rem 0 2rem 0;
	text-transform: capitalize;
	letter-spacing: 3px;
	font: normal 200 370%/normal "Jost", sans-serif;
}

.about-content p {
	color: var(--theme-content-light-color);
	letter-spacing: 1px;
	font: normal 300 115%/1.6 "Work Sans", sans-serif;
}

.about-content p a {
	text-decoration: none;
	color: #24B34B;
}

.about-card-content h4 {
	color: #00135B;
	padding: 2rem 0 1rem 0;
	text-transform: uppercase;
	letter-spacing: 5px;
	font: normal 250 260%/normal "Jost", sans-serif;
}

.about-card-content h5 {
	color: #00135B;
	text-transform: uppercase;
	padding: 0 0 1rem 0;
	font: normal 250 260%/normal "Jost", sans-serif;
}

.about-card-content p {
	color: var(--theme-content-light-color);
	font: normal 300 115%/normal "Work Sans", sans-serif;
	padding: 10px 0;
}

.about-location-wrapper {
	display: flex;
	margin: 4rem 0 0 0;
	justify-content: left;
	column-gap: 50px;
}

.about-card {
	width: calc((100% - 60px) / 4);
	margin: 0 15px 0 0;
	border-right: 1px solid #001257;
}

.about-card:nth-child(4) {
	margin-right: 0;
	border-right: none;
}

.about-image-wrapper {
	width: 30px;
	height: 30px;
}

.about-image-wrapper img {
	height: auto;
	width: 100%;
	aspect-ratio: auto 32 / 32;
	max-width: 100%;
}

.about-us-wrapper {
	display: flex;
	justify-content: space-between;
}

.right-link-weapper {
	width: 20%;
	padding: 2rem 0;
	position: relative;
	text-align: right;
}

.right-link-circle {
	width: 80px;
	height: 80px;
	border: 1px solid #24B34B;
	border-radius: 50%;
	padding: 12px;
	display: inline-block;
}

.right-link {
	position: absolute;
	top: 17%;
	left: 20%;
}

.right-link a {
	text-decoration: none;
	padding: 5px 0;
	color: var(--theme-link-dark-color);
	background: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	font: normal 400 85%/1.6 "Work Sans", sans-serif;
}

/* legecy css */
.legacy-section {
	padding: 5rem 0 4rem 0;
	background: #F5F5F5;
}

.legecy-content span {
	color: var(--theme-content-light-color);
	letter-spacing: 3px;
	text-transform: uppercase;
	font: normal 400 130%/normal "Work Sans", sans-serif;
}

.legecy-content h3 {
	color: var(--theme-content-light-color);
	margin: 1rem 0;
	font: normal 400 165%/normal "Jost", sans-serif;
}

.legecy-content p {
	color: var(--theme-content-light-color);
	margin: 0 0 2rem 0;
	padding: 0 40px 0 0;
	font: normal 300 115%/1.6 "Work Sans", sans-serif;
}

.legecy-content .content-span {
	font: normal 300 100%/1.6 "Work Sans", sans-serif;
	display: block;
	color: var(--theme-content-light-color);
	letter-spacing: normal;
	text-transform: none;
}

.know-btn {
	border: none;
	background: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: var(--theme-link-dark-color);
	cursor: pointer;
	font: normal 400 115%/normal "Work Sans", sans-serif;
	text-decoration: none;
	width: 60%;
}

.legacy-know_more_wrapper {
	display: flex;
	justify-content: left;
	align-items: center;
}

.legacy-link {
	width: 40%;
}

.legacy-circle {
	border-radius: 1000%;
	width: 40px;
	height: 40px;
	border: 1px solid #24b34b;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 40px;
	vertical-align: center;
	text-align: center;
	visibility: hidden;
}

.legacy-know_more_wrapper:hover .legacy-circle {
	visibility: visible;
}

.legacy-circle i {
	color: #24b34b;
}

.legecy-content {
	padding: 2rem 0;
}

.legacy-wrapper {
	display: flex;
	margin: 0 2rem 0 5rem;
}

.legacy-single-wrapper {
	width: calc((100% - 60px) / 3);
	margin: 0 20px 0 0;
}

/* blog css */
.blogs-section {
	padding: 6rem 0 5rem 0;
	background: #F5F5F5;
}

.blogs-header {
	width: 80%;
}

.blogs-header h2 {
	font-family: "Jost", sans-serif;
	font-weight: 300;
	font-size: 115%;
	color: #24B34B;
	position: relative;
	margin: 0 0 2rem 0;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.blogs-header h2::before {
	position: absolute;
	content: "";
	width: 17%;
	height: 2px;
	border-top: 1px solid #24B34B;
	top: 55%;
	left: -19%;
}

.blogs-header h3 {
	font-family: "Jost", sans-serif;
	font-weight: 200;
	font-size: 325%;
	color: #001257;
}

.blogs-content a {
	text-decoration: none;
}

.blogs-content span {
	font-family: "Jost", sans-serif;
	font-weight: 300;
	font-size: 100%;
	color: #868686;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.blogs-content p {
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	font-size: 115%;
	color: #000;
	margin: 1rem 0 2rem 0;
}

.read-btn {
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	border: none;
	background: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 105%;
	color: #24B34B;
	cursor: pointer;
}

.blogs-content {
	padding: 2rem 1rem;
}

.blogs-wrapper {
	display: flex;
	margin: 4rem 0 0 0;
}

.blogs-single-wrapper {
	width: calc((100% - 60px) / 3);
	margin: 0 20px 0 0;
	border: 1px solid #D9D9D9;
}

.blogs-content:hover {
	background: #fff;
}

.blog-main-wrapper {
	display: flex;
}

.blog-main-wrapper .right-link a {
	background: #F5F5F5;
}

.blog-main-wrapper .right-link {
	top: 40%;
}

.blogs-image img {
	width: 100%;
	height: auto;
	aspect-ratio: auto 320/400;
}

/*circle button css*/
.circle {
	border-radius: 1000%;
	width: 60px;
	height: 60px;
	border: 1px solid #24b34b;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 40px;
	vertical-align: center;
	text-align: center;
	position: relative;
	margin-left: -20px;
	transition: all 1s ease-in-out;
}

.know_more_wrapper_desktop a, .know_more_wrapper_mobile a {
	text-decoration: none;
	color: var(--theme-link-dark-color);
	text-transform: uppercase;
	letter-spacing: 4px;
	font: normal 400 85% / 1.6 "Work Sans", sans-serif;
}

.know_more_wrapper a {
	text-decoration: none;
	color: var(--theme-link-dark-color);
	text-transform: uppercase;
	letter-spacing: 4px;
	font: normal 400 85% / 1.6 "Work Sans", sans-serif;
}

.circle i {
	color: var(--theme-link-dark-color);
}

.know_more_wrapper {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.know_more_wrapper .link:hover + .circle {
	transform: scale(0.7);
	transition-timing-function: ease-in-out;
	transition: 0.3s;
	margin-left: 10px;
}

.know_more_wrapper_mobile {
	display: none;
}

.link {
	background: #fff;
	z-index: 1;
}

.about-approch-wrapper .link {
	background: #000A2F;
}

.blog-main-wrapper .link {
	background: #F5F5F5;
}

@media screen and (min-width:2000px) and (max-width:2499px) {
	.approch-content p {
		font-size: 118%;
	}

	.contact-text h4 {
		font-size: 320%;
	}

	.contact-btn {
		padding: 12px 35px;
		font-size: 150%;
	}

	.feature-content p {
		font-size: 135%;
	}

	.legecy-content span {
		font-size: 135%;
	}

	.legecy-content h3 {
		font-size: 165%;
	}

	.legecy-content p {
		font-size: 125%;
	}

	.legecy-content .content-span {
		font-size: 125%;
	}

	.know-btn {
		font-size: 125%;
	}

	.blogs-content p {
		font-size: 112%;
	}

	.slider-content {
		position: absolute;
		bottom: 18%;
	}

	.development-partners-wrapper h4, .financial-partners-wrapper h4 {
		font: normal 300 160% / 1.6 "Jost", sans-serif;
	}

	.development-partners-wrapper h4, .financial-partners-wrapper h4 {
		font: normal 300 150% / 1.6 "Jost", sans-serif;
	}

	.prestige-information {
		padding: 10px 0;
	}

	.blogs-content p {
		font-size: 135%;
	}

}

@media screen and (min-width:1600px) and (max-width:1999px) {
	.approch-content p {
		font-size: 118%;
	}

	.approch-content h3 {
		font-size: 415%;
	}

	.partner-logo {
		justify-content: space-between;
	}

	.slider-content {
		position: absolute;
		bottom: 18%;
	}

	.development-partners-wrapper h4, .financial-partners-wrapper h4 {
		font: normal 300 150% / 1.6 "Jost", sans-serif;
	}

	.prestige-information {
		padding: 10px 0;
	}

	.blogs-content p {
		font-size: 125%;
	}

}

@media screen and (min-width:1201px) and (max-width:1499px) {
	.approch-content h3 {
		font-size: 350%;
	}

	.approch-content p {
		font-size: 95%;
	}

	.development-partners {
		column-gap: 35px;
	}

	.feature-content p {
		font: normal 300 110% / 1.6 "Work Sans", sans-serif;
	}

	.impact-content h4 {
		font-size: 200%;
	}

	.impact-content P {
		font-size: 95%;
	}

	.prestige-content::before {
		left: -6%;
		bottom: 88%;
	}

	.prestige-content {
		position: relative;
		width: 45%;
		background: #000A2F;
		padding: 4rem 3rem 3rem 3rem;
	}

	.prestige-content h4 {
		font-size: 250%;
	}

	.prestige-information {
		padding: 0 0 15px 0;
	}

	.prestige-information h5 {
		font-weight: 300;
		font-size: 95%;
		color: #fff;
	}

	.prestige-information p {
		font-weight: 400;
		font-size: 150%;
		color: #fff;
	}

	.complete-text p {
		font-weight: 300;
		font-size: 105%;
		color: #24B34B;
		text-transform: uppercase;
		letter-spacing: 3px;
	}

	.prestige-content::before {
		left: -5%;
		bottom: 88%;
	}

	#presitge-carousel .slick-arrow {
		border-radius: 50%;
		padding: 5px 12px;
	}

	#presitge-carousel .slick-next {
		position: absolute;
		right: 3%;
		z-index: 999;
		bottom: 4%;
	}

	#presitge-carousel .slick-prev {
		position: absolute;
		bottom: 4%;
		right: 8%;
		z-index: 999;
	}

	.about-content p {
		font-size: 115%;
	}

	.about-content h3 {
		font-size: 335%;
	}

	.about-content h1 {
		font-size: 335%;
	}
	.about-card-content h4 {
		font-size: 210%;
		padding: 2rem 0 1rem 0;
	}

	.about-card-content h5 {
		font-size: 210%;
	}

	.about-card-content p {
		font-size: 110%;
	}

	.legecy-content span {
		font-size: 95%;
	}

	.legecy-content h3 {
		font-size: 150%;
	}

	.legecy-content p {
		font-size: 98%;
	}

	.legecy-content .content-span {
		font-size: 98%;
	}

	.know-btn {
		font-size: 85%;
	}

	.legacy-section {
		padding: 4rem 0 2rem 0;
		background: #F5F5F5;
	}

	.legacy-wrapper {
		margin: 0px;
		justify-content: space-between;
	}

	.legacy-image img {
		width: 100%;
		height: auto;
		aspect-ratio: auto 320/400;
	}

	.about-section {
		padding: 4rem 0;
	}

	.approch-section {
		background: #000A2F;
		padding: 4rem 0;
	}

	.feature-section {
		padding: 4rem 0 0rem 0;
	}

	.blogs-content p {
		font-size: 94%;
	}

	.blogs-content span {
		font-size: 85%;
	}

	.read-btn {
		font-size: 85%;
	}

	.blogs-header h3 {
		font-size: 300%;
	}

	.right-link-circle {
		width: 70px;
		height: 70px;
	}

	.right-link a {
		font-size: 80%;
	}

	.right-link {
		left: 10%;
	}

	.about-approch-wrapper .right-link {
		top: 32%;
	}

	.about-feature-wrapper .right-link {
		top: 25%;
	}

	.prestige-content {
		padding: 3rem 3rem 2rem 3rem;
	}

	.contact-us-data {
		top: 20%;
	}

	.contact-text h4 {
		font-size: 230%;
	}

}

@media screen and (min-width:992px) and (max-width:1200px) {
	.approch-content h3 {
		font-size: 320%;
	}

	.approch-content p {
		font-size: 85%;
	}

	.impact-content h4 {
		font-size: 200%;
	}

	.impact-content P {
		font-size: 110%;
	}

	.approch-heading h2::before {
		width: 18%;
	}

	.our-header h2::before {
		width: 18%;
	}

	.our-header h2 {
		font-size: 150%;
	}

	.approch-heading h2 {
		font-size: 150%;
	}

	.contact-text h4 {
		font-size: 160%;
	}

	.contact-us-data {
		position: absolute;
		top: 20%;
	}

	.contact-btn {
		font-size: 95%;
	}

	.feature-content p {
		font-size: 110%;
	}

	.prestige-content h4 {
		font-size: 200%;
		padding: 0 0 1rem 0;
	}

	.prestige-content {
		padding: 2rem 2rem 3rem 2rem;
	}

	.prestige-information h5 {
		font-size: 95%;
		color: #fff;
	}

	.prestige-information p {
		font-size: 120%;
		color: #fff;
	}

	.prestige-information {
		padding: 0 0 20px 0;
	}

	#presitge-carousel .slick-arrow {
		border-radius: 50%;
		padding: 8px 14px;
	}

	#presitge-carousel .slick-prev {
		position: absolute;
		bottom: 4%;
		right: 10%;
		z-index: 999;
	}

	.feature-heading h2 {
		font-size: 150%
	}

	.about-heading h2 {
		font-size: 130%;
	}

	.about-content h3 {
		font-size: 350%;
	}

	.about-content h1 {
		font-size: 350%;
	}
	.about-content p {
		font-size: 110%;
	}

	.about-location-wrapper {
		column-gap: 5px;
	}

	.about-card-content h4 {
		font-size: 220%;
	}

	.about-card-content h5 {
		font-size: 220%;
	}

	.about-content {
		width: 75%;
	}

	.legecy-content span {
		font-size: 100%;
	}

	.legecy-content h3 {
		font-size: 125%;
	}

	.feature-content {
		width: 75%;
	}

	.legecy-content p {
		font-size: 112%;
		padding: 0 20px 0 0;
		height: 100% !important;
	}

	.legecy-content .content-span {
		font-size: 112%;
	}

	.know-btn {
		font-size: 85%;
	}

	.legacy-section {
		padding: 5rem 0 2rem 0;
		background: #F5F5F5;
	}

	.blogs-header h2 {
		font-size: 150%;
	}

	.blogs-header h3 {
		font-size: 275%;
	}

	.blogs-content span {
		font-size: 90%;
	}

	.blogs-content p {
		font-size: 112%;
		margin: 1rem 0 1rem 0;
		height: 100% !important;
	}

	.read-btn {
		font-size: 90%;
	}

	.right-link {
		top: 18%;
		left: -10%;
	}

	.about-approch-wrapper .right-link {
		top: 38%;
	}

	.slider-content h1 {
		font: normal 200 300% / normal "Jost", sans-serif;
	}
       .slider-content h2{
		font: normal 200 300% / normal "Jost", sans-serif;
	}
	.slider-content {
		position: absolute;
		bottom: 20%;
	}

	.about-card-content p {
		color: var(--theme-content-light-color);
		font: normal 300 120% / normal "Work Sans", sans-serif;
	}

	.development-partners-wrapper h4, .financial-partners-wrapper h4 {
		font: normal 300 150% / 1.6 "Jost", sans-serif;
	}

	.legacy-wrapper {
		display: flex;
		margin: 0 2rem 0 0;
	}

	#presitge-carousel .prev-slide {
		right: 10%;
	}

	.blogs-header {
		width: 75%;
	}

}

@media screen and (min-width:769px) and (max-width:991px) {
	.approch-content h3 {
		font-size: 245%;
	}

	.approch-content p {
		font-size: 95%;
	}

	.impact-content h4 {
		font-size: 140%;
	}

	.impact-content P {
		font-size: 95%;
	}

	.approch-heading h2::before {
		width: 18%;
	}

	.contact-text h4 {
		font-size: 160%;
	}

	.contact-button {
		margin: 1rem 0 0 0;
	}

	.contact-us-data {
		position: absolute;
		top: 18%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		width: 70%;
		text-align: center;
	}

	.contact-btn {
		font-size: 100%;
	}

	.feature-content {
		width: 70%;
	}

	.feature-content p {
		font-size: 95%;
	}

	.feature-content h3 {
		font-size: 285%
	}

	.prestige-content h4 {
		font-size: 172%;
		padding: 0 0 1rem 0;
	}

	.prestige-information {
		padding: 0 0 10px 0;
	}

	.prestige-information h5 {
		font-weight: 300;
		font-size: 75%;
		color: #fff;
	}

	.prestige-information p {
		font-weight: 400;
		font-size: 95%;
		color: #fff;
	}

	.complete-text p {
		font-size: 95%;
	}

	.complete-text {
		width: 100%;
		max-width: 22%;
		top: 5%;
		left: 0%;
		z-index: 999;
	}

	.prestige-content {
		padding: 1rem 3rem 3rem 3rem;
	}

	.prestige-content::before {
		left: -9%;
		bottom: 85%;
	}

	#presitge-carousel .slick-arrow {
		border-radius: 50%;
		padding: 6px 13px;
	}

	#presitge-carousel .slick-prev {
		position: absolute;
		bottom: 4%;
		right: 10%;
		z-index: 999;
	}

	.about-content h3 {
		font-size: 230%;
		margin: 0rem 0 2rem 0;
	}
      .about-content h1 {
		font-size: 230%;
		margin: 0rem 0 2rem 0;
	}
	.about-content p {
		font-size: 95%;
	}

	.about-card-content h4 {
		font-size: 200%;
	}

	.about-card-content h5 {
		font-size: 200%;
	}

	.about-card-content p {
		font-size: 105%;
	}

	.about-location-wrapper {
		column-gap: 5px;
	}

	.legecy-content p {
		font-size: 95%;
		padding: 0 15px 0 0;
	}

	.legecy-content .content-span {
		font-size: 95%;
	}

	.legecy-content h3 {
		font-size: 90%;
	}

	.legecy-content span {
		font-size: 90%;
	}

	.know-btn {
		font-size: 85%;
	}

	.legacy-section {
		padding: 5rem 0 2rem 0;
		background: #F5F5F5;
	}

	.blogs-header h3 {
		font-size: 255%;
	}

	.blogs-content span {
		font-size: 80%;
	}

	.blogs-content p {
		font-size: 95%;
		margin: 1rem 0 1rem 0;
	}

	.read-btn {
		font-size: 80%;
	}

	.blogs-section {
		padding: 4rem 0 4rem 0;
		background: #F5F5F5;
	}

	.right-link {
		top: 25%;
		left: 0%;
	}

	.about-content {
		width: 70%;
	}

	.right-link-weapper {
		width: 30%;
	}

	.about-feature-wrapper .right-link {
		top: 27%;
		left: -20%;
	}

	.about-approch-wrapper .right-link {
		top: 30%;
		left: -27px;
	}

	.development-partners .partner-logo-block {
		width: calc((100% - 120px) / 3);
	}

	.development-partners-wrapper {
		width: 75%;
	}

	.financial-partners-wrapper {
		width: 25%;
	}

	.financial-partners-wrapper h4 {
		text-align: right;
	}

	.partner-logo {
		margin-top: 2rem;
	}

	.blog-main-wrapper .right-link {
		left: -15%;
	}

	.mobile-conatct-bg-image {
		display: block;
	}

	.mobile-conatct-bg-image img {
		width: 100%;
	}

	.slider-content h1 {
		font: normal 200 230% / normal "Jost", sans-serif;
	}
       .slider-content h2 {
		font: normal 200 230% / normal "Jost", sans-serif;
	}
	.slider-content {
		position: absolute;
		bottom: 18%;
	}

	.impact-cards {
		padding: 2rem 1rem;
	}

	.legacy-wrapper {
		margin: 0 2rem 0 0rem;
	}

	.approch-content {
		width: 70%;
	}

	#presitge-carousel .prev-slide {
		right: 12%;
		z-index: 999;
	}

	.blogs-header {
		width: 70%;
	}

}

@media screen and (min-width:569px) and (max-width:768px) {
	.approch-content h3 {
		font-size: 245%;
	}

	.approch-content p {
		font-size: 95%;
	}

	.impact-content h4 {
		font-size: 140%;
	}

	.impact-content P {
		font-size: 95%;
	}

	.approch-heading h2::before {
		width: 18%;
	}

	.contact-text h4 {
		font-size: 160%;
	}

	.contact-button {
		margin: 1rem 0 0 0;
	}

	.contact-us-data {
		position: absolute;
		top: 18%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		width: 70%;
		text-align: center;
	}

	.contact-btn {
		font-size: 100%;
	}

	.feature-content {
		width: 70%;
	}

	.feature-content p {
		font-size: 95%;
	}

	.feature-content h3 {
		font-size: 285%
	}

	.prestige-content h4 {
		font-size: 172%;
		padding: 0 0 1rem 0;
	}

	.prestige-information {
		padding: 0 0 10px 0;
	}

	.prestige-information h5 {
		font-weight: 300;
		font-size: 75%;
		color: #fff;
	}

	.prestige-information p {
		font-weight: 400;
		font-size: 95%;
		color: #fff;
	}

	.complete-text p {
		font-size: 95%;
	}

	.complete-text {
		width: 100%;
		max-width: 22%;
		top: 5%;
		left: 0%;
		z-index: 999;
	}

	.prestige-content {
		padding: 1rem 3rem 3rem 3rem;
	}

	.prestige-content::before {
		left: -9%;
		bottom: 85%;
	}

	#presitge-carousel .slick-arrow {
		border-radius: 50%;
		padding: 6px 13px;
	}

	#presitge-carousel .slick-prev {
		position: absolute;
		bottom: 4%;
		right: 10%;
		z-index: 999;
	}

	.about-content h3 {
		font-size: 220%;
		margin: 0rem 0 2rem 0;
	}
	.about-content h1 {
		font-size: 220%;
		margin: 0rem 0 2rem 0;
	}

	.about-content p {
		font-size: 95%;
	}

	.about-card-content h4 {
		font-size: 180%;
	}

	.legacy-link {
		width: 60%;
	}

	.approch-content {
		width: 70%;
	}

	.about-card-content h5 {
		font-size: 200%;
	}

	.about-card-content p {
		font-size: 105%;
	}

	.about-location-wrapper {
		column-gap: 5px;
	}

	.legecy-content p {
		font-size: 95%;
		padding: 0 15px 0 0;
	}

	.legecy-content .content-span {
		font-size: 95%;
	}

	.legecy-content h3 {
		font-size: 90%;
	}

	.legecy-content span {
		font-size: 90%;
	}

	.know-btn {
		font-size: 85%;
	}

	.legacy-section {
		padding: 5rem 0 2rem 0;
		background: #F5F5F5;
	}

	.blogs-header h3 {
		font-size: 255%;
	}

	.blogs-content span {
		font-size: 80%;
	}

	.blogs-content p {
		font-size: 95%;
		margin: 1rem 0 1rem 0;
	}

	.read-btn {
		font-size: 80%;
	}

	.blogs-section {
		padding: 4rem 0 4rem 0;
		background: #F5F5F5;
	}

	.right-link {
		top: 25%;
		left: 0%;
	}

	.about-content {
		width: 70%;
	}

	.right-link-weapper {
		width: 30%;
	}

	.about-feature-wrapper .right-link {
		top: 27%;
		left: -20%;
	}

	.about-approch-wrapper .right-link {
		top: 30%;
		left: -27px;
	}

	.development-partners .partner-logo-block {
		width: calc((100% - 120px) / 3);
	}

	.development-partners-wrapper {
		width: 75%;
	}

	.financial-partners-wrapper {
		width: 25%;
	}

	.financial-partners-wrapper h4 {
		text-align: right;
	}

	.partner-logo {
		margin-top: 2rem;
	}

	.blog-main-wrapper .right-link {
		left: -15%;
	}

	.mobile-conatct-bg-image {
		display: block;
	}

	.mobile-conatct-bg-image img {
		width: 100%;
	}

	.slider-content h1 {
		font: normal 200 230% / normal "Jost", sans-serif;
	}
        .slider-content h2 {
		font: normal 200 230% / normal "Jost", sans-serif;
	}
	.slider-content {
		position: absolute;
		bottom: 18%;
	}

	.impact-cards {
		padding: 2rem 1rem;
	}

	.legacy-wrapper {
		margin: 0 2rem 0 0rem;
	}

	#presitge-carousel .prev-slide {
		right: 12%;
	}

	.blogs-header {
		width: 60%;
	}

}

@media screen and (min-width:320px) and (max-width:568px) {
	.approch-content h3 {
		font-size: 225%;
	}

	.approch-section {
		background: #000A2F;
		padding: 3rem 1rem 3rem 3rem;
	}

	.card-wrapper {
		flex-direction: column;
		margin: 1rem 0 0 0;
	}

	.impact-cards {
		width: 100%;
		margin: 35px 0 0 0;
	}

	.approch-content {
		width: 100%;
	}

	.approch-content p {
		font-size: 95%;
	}

	.approch-heading h2 {
		font-size: 110%;
	}

	.impact-content h4 {
		font-size: 200%;
	}

	.impact-content P {
		font-size: 85%;
	}

	.our-partners-sec {
		padding: 4rem 3rem;
	}

	.our-header h2 {
		font-size: 110%;
	}

	.our-header h3 {
		font-size: 200%;
	}

	.partner-logo {
		padding: 0;
		column-gap: 20px;
		margin-top: 3rem;
		justify-content: left;
		flex-direction: column;
	}

	.partner-logo .partner-logo-block {
		width: calc((100% - 40px) / 2);
		margin-bottom: 20px;
	}

	.mobile-conatct-bg-image {
		display: block;
	}

	.conatct-bg-image {
		display: none;
	}

	.contact-text h4 {
		font-size: 135%;
	}

	.contact-us-data {
		position: absolute;
		top: 23%;
		left: 12%;
		width: 80%;
		text-align: center;
	}

	.contact-btn {
		font-size: 95%
	}

	.feature-section {
		padding: 2rem 1rem;
	}

	.feature-content h3 {
		font-size: 200%;
		margin: 0rem 0 0 0;
	}

	.feature-content {
		width: 100%;
	}

	.feature-content p {
		font-size: 90%;
	}

	.prestige-inner-wrapper {
		flex-direction: column;
		margin: 3rem 0 0 0;
	}

	.prestige-image-wrapper {
		width: 100%;
		position: relative;
	}

	.prestige-content {
		width: 100%;
		background: none;
		padding: 4rem 2rem 0rem 2rem;
		position: absolute;
		top: 5%;
		right: 0%;
		text-align: right;
	}

	.mobile-prestige-image-wrapper {
		display: block;
		width: 100%;
		position: relative;
	}

	.prestige-image-wrapper {
		display: none;
	}

	.prestige-content::before {
		display: none;
	}

	.prestige-content h4 {
		font-size: 160%;
		padding: 0 0 1rem 0;
	}

	.prestige-information {
		padding: 1rem 0;
	}

	.prestige-information h5 {
		font-weight: 300;
		font-size: 75%;
		color: #fff;
	}

	.prestige-information p {
		font-weight: 400;
		font-size: 110%;
		color: #fff;
	}

	.complete-text p {
		font-size: 80%;
	}

	.mobile-prestige-image-wrapper img {
		width: 100%;
		height: auto;
		aspect-ratio: auto 423 / 660;
	}

	.complete-text {
		width: 100%;
		max-width: 42%;
		top: 5%;
		left: 0%;
		z-index: 999;
	}

	.feature-heading h2 {
		font-size: 110%;
	}

	.feature-wrapper .fearture-top-content {
		padding: 0 0 0 2rem;
	}

	/* about css */
	.about-section {
		padding: 4rem 1rem 4rem 3rem;
	}

	.about-heading h2 {
		font-size: 110%;
	}

	.about-content {
		width: 100%;
	}

	.about-content h3 {
		font-size: 120%;
		margin: 0rem 0 2rem 0;
	}

	.about-content h1 {
		font-size: 120%;
		margin: 0rem 0 2rem 0;
	}
	.about-content p {
		font-size: 90%;
	}

	.about-card {
		width: calc((100% - 30px) / 2);
		margin: 3rem 15px 0 0;
	}

	.about-card:nth-child(2) {
		border-right: none;
		margin: 3rem 0 0 15px;
	}

	.about-card:nth-child(4) {
		border-right: none;
		margin: 3rem 0 0 15px;
	}

	.about-location-wrapper {
		display: flex;
		flex-wrap: wrap;
		column-gap: 0px;
		margin: 1rem 0 0 0;
	}

	.about-card-content h4 {
		font-size: 145%;
	}

	.about-card-content h5 {
		font-size: 170%;
	}

	.about-card-content p {
		font-size: 95%;
	}

	.legacy-wrapper {
		margin: 0;
	}

	.legacy-section {
		padding: 5rem 0 2rem 2rem;
		background: #F5F5F5;
	}

	.legecy-content span {
		font-size: 105%;
	}

	.legecy-content h3 {
		font-size: 130%;
	}

	.legecy-content p {
		font-size: 90%;
		padding: 0 10px 0 0;
	}

	.legecy-content .content-span {
		font-size: 105%;
	}

	.know-btn {
		font-size: 78%;
	}

	/* blog css */
	.blogs-section {
		padding: 4rem 0 4rem 3rem;
		background: #F5F5F5;
	}

	.blogs-header h2 {
		font-size: 110%;
	}

	.blogs-header h3 {
		font-size: 200%;
	}

	/*#blogs-carousel .slick-track {

		position: relative;

		top: 0;

		left: 18%;

	}*/
	.blogs-content span {
		font-size: 80%;
	}

	.blogs-content p {
		font-size: 90%;
	}

	.read-btn {
		font-size: 85%;
	}

	.about-us-wrapper, .about-approch-wrapper, .blog-main-wrapper, .about-feature-wrapper {
		flex-direction: column;
	}

	.right-link-weapper {
		width: 100%;
		padding: 2rem 3rem;
	}

	.right-link-circle {
		width: 60px;
		height: 60px;
	}

	.right-link {
		top: 38%;
		left: 15%;
	}

	.development-partners-wrapper {
		width: 100%;
	}

	.financial-partners-wrapper {
		width: 100%;
		border-left: none;
	}

	.partner-logo .partner-logo-new {
		width: calc((100% - 15px) / 2);
		margin-bottom: 20px;
	}

	.financial-partners {
		justify-content: start;
		column-gap: 12px;
	}

	.blogs-header {
		width: 100%;
	}

	.blog-main-wrapper .right-link {
		top: 50%;
		left: 10%;
	}

	.blog-main-wrapper .right-link-weapper {
		padding: 2rem 5rem 0rem 2rem;
	}

	.approch-section {
		padding: 3rem 2rem 3rem 2rem;
	}

	.about-approch-wrapper .right-link {
		top: 38%;
	}

	.about-feature-wrapper .right-link {
		top: 40%;
		left: 20%;
	}

	.slider-content {
		bottom: 10%;
	}

	.slider-content h1 {
		font: normal 200 220% / normal "Jost", sans-serif;
	}
	.slider-content h2 {
		font: normal 200 220% / normal "Jost", sans-serif;
	}

	.slider-content p {
		font: normal 300 115% / normal "Jost", sans-serif;
	}

	.know_more_wrapper_mobile {
		display: block;
		margin-top: 3rem;
	}

	.know_more_wrapper_desktop {
		display: none;
	}

	.blogs-single-wrapper {
		width: calc((100% - 20px) / 1);
		margin-right: 20px;
	}

	.legacy-single-wrapper {
		width: calc((100% - 20px) / 1);
		margin-right: 20px;
	}

	.approch-section .know_more_wrapper_mobile .link {
		background: #000A2F;
	}

	.blogs-section .know_more_wrapper_mobile .link {
		background: #F5F5F5;
	}

	#presitge-carousel .nav-btn {
		bottom: 6%;
	}

	#presitge-carousel .prev-slide {
		right: 20%;
	}

	.legacy-circle {
		visibility: visible;
		margin-left: 0.5rem;
	}
	.legacy-link {
		width: 50%;
	}
}
