:root {
	--header-color: #025ade;
	--button-color: #0352c9;
	--headertext-color: #0f265f;
	--footor-color: linear-gradient(0deg, #0352c9, #0352c9),
		linear-gradient(259.7deg, #0352c9 17.33%, #0755ca 17.33%, #309f44 70.59%);
}

body {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: Jost;
}

header {
	background-color: rgb(2, 90, 222);
	padding: 0 80px;
}

header .header-section {
	max-width: 1400px;
	margin: 0px auto;
}

header .header-section ul {
	margin: 0px;
	display: flex;
	align-items: center;
	padding: 5px 0px;
}

header .header-section ul li {
	list-style-type: none;
	margin-right: 50px;
	display: flex;
	align-items: center;
}

header .header-section ul li a {
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 5px;
}

header .header-section ul li a p {
	margin: 5px 0px;
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 28px;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	header{
		padding: 0 20px;
	}

	header .header-section ul {
		padding: 5px 10px;
	}

	header .header-section ul li {
		margin-right: 20px;
	}
}

.wrapper {
	background-color: rgb(225, 237, 255);
	padding: 15px 80px;
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	margin: 0px auto;
}

.navbar-list {
	display: flex;
}

.navbar-list li {
	list-style-type: none;
	margin: 0px 30px;
}

.navbar-list li a {
	text-decoration: none;
	font-size: 18px;
	color: rgb(15, 38, 95);
}

.navbar-list li a:active {
	color: rgb(3, 82, 201);
}

.menu-btn {
	display: none;
	cursor: pointer;
	color: black;
	font-size: 18px;
}

.cross-btn {
	display: none;
	cursor: pointer;
	color: white;
	font-size: 18px;
}

.hero-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	margin: 0px auto;
}

.hero-section .left h1 {
	font-size: 50px;
	color: rgb(15, 38, 95);
	line-height: 60px;
	font-weight: 400;
}

.hero-section .left p {
	font-size: 20px;
	font-weight: 500;
	color: rgb(15, 38, 95);
	line-height: 30px;
}

.hero-section .left a {
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-size: 17px;
	font-weight: 500;
	line-height: 60px;
	padding: 10px 50px;
	background-color: rgb(3, 82, 201);
	border-radius: 3px;
}

.hero-section .right img {
	max-width: 100%;
}

.about-us {
	padding: 30px 40px;
	background-color: rgb(245, 249, 255);
}

.about-us-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	margin: 0px auto;
}

.about-us-section .right {
	align-items: flex-start;
}

.about-us-section .right h1 {
	font-size: 44px;
	font-weight: 500;
	line-height: 60px;
	color: rgb(15, 38, 95);
	margin: 0px;
	text-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
}

.about-us-section .right .dash {
	width: 65px;
	height: 1.5px;
	background-color: rgb(15, 38, 95);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.about-us-section .right .first-para {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	color: rgb(15, 38, 95);
	text-align: justify;
}

.about-us-section .right .common-para {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: rgb(15, 38, 95);
}

.about-us-section .right a {
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-size: 17px;
	font-weight: 500;
	line-height: 35px;
	padding: 10px 50px;
	background-color: rgb(3, 82, 201);
	border-radius: 3px;
}

.about-us-section .right .contact-us {
	margin: 30px 0px;
}

@media screen and (max-width: 768px) {
	.about-us-section .right .first-para {
		font-size: 14px;
	}

	.about-us-section .right h1 {
		font-size: 30px;
	}

	.about-us-section .right .common-para {
		font-size: 14px;
	}

	.about-us-section .right br {
		display: none;
	}
}

.wrapper1 .acheivements-section {
	padding: 30px 80px;
	background: linear-gradient(
		rgb(3, 82, 201) 100%,
		rgb(7, 85, 202) 100%,
		rgb(48, 159, 68) 100%
	);
}

.wrapper1 .acheivements-section .heading {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 20px 0px;
}

.wrapper1 .acheivements-section h2 {
	margin: 0px;
	font-size: 44px;
	font-weight: 500;
	line-height: 60px;
	color: rgb(255, 255, 255);
	text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.wrapper1 .acheivements-section .dash {
	width: 65px;
	height: 1.5px;
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.wrapper1 .acheivements-section .cards {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	margin: 0px auto;
}

.wrapper1 .acheivements-section .cards .acheivements-card {
	background: rgb(2, 90, 222);
	border: 1px solid rgb(27, 118, 255);
	text-align: center;
	height: 200px;
	margin: 10px;
	display: flex;
	align-items: center;
	border-radius: 5px;
}

.wrapper1
	.acheivements-section
	.cards
	.acheivements-card
	.acheivements-content {
	padding: 10px 40px;
	position: relative;
}

.wrapper1
	.acheivements-section
	.cards
	.acheivements-card
	.acheivements-content
	.acheivements-img {
	position: absolute;
	right: 18px;
	top: -60px;
}

.wrapper1
	.acheivements-section
	.cards
	.acheivements-card
	.acheivements-content
	.acheivements-img
	img {
	border-radius: 50%;
}

.wrapper1
	.acheivements-section
	.cards
	.acheivements-card
	.acheivements-content
	h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 32px;
	color: rgb(255, 255, 255);
	text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.wrapper1
	.acheivements-section
	.cards
	.acheivements-card
	.acheivements-content
	p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: rgb(158, 197, 255);
}

@media screen and (max-width: 768px) {
	.wrapper1 .acheivements-section h2 {
		font-size: 30px;
	}

	.wrapper1
		.acheivements-section
		.cards
		.acheivements-card
		.acheivements-content
		h2 {
		font-size: 20px;
	}

	.wrapper1
		.acheivements-section
		.cards
		.acheivements-card
		.acheivements-content
		p {
		font-size: 14px;
	}
}

.wrapper2 {
	background-color: rgb(225, 237, 255);
}

.wrapper2 .working-process-section {
	padding: 30px 80px;
}

.wrapper2 .working-process-section .heading {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 20px 0px;
}

.wrapper2 .working-process-section .heading h2 {
	margin: 0px;
	font-size: 44px;
	font-weight: 500;
	line-height: 60px;
	color: rgb(15, 38, 95);
	text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.wrapper2 .working-process-section .heading .dash {
	width: 65px;
	height: 1.5px;
	background-color: rgb(15, 38, 95);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.timeline {
	position: relative;
	padding: 0px 50px;
	max-width: 1400px;
	margin: 0px auto;
}

.timeline::after {
	content: "";
	position: absolute;
	width: 6px;
	background-color: rgb(205, 225, 255);
	top: 0px;
	bottom: 0px;
	left: 50%;
	margin-left: -3px;
}

.container {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
}

.container::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	right: -20px;
	top: 12px;
	border-radius: 50%;
	z-index: 1;
}

.container:nth-child(1)::after {
	background-image: url("./images/Group 81.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.container:nth-child(2)::after {
	background-image: url("./images/Group 14.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.container:nth-child(3)::after {
	background-image: url("./images/Group 83.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.container:nth-child(4)::after {
	background-image: url("./images/Group 84.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.container:nth-child(5)::after {
	background-image: url("./images/Group 86.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.container:nth-child(6)::after {
	background-image: url("./images/Group 85.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.timeline .container h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	color: rgb(15, 38, 95);
	text-align: left;
}

.timeline .container p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: rgb(15, 38, 95);
	text-align: left;
}

.left {
	left: -80px;
}

.right {
	left: 50%;
}

.left::before {
	height: 0px;
	position: absolute;
	top: 22px;
	width: 0px;
	z-index: 1;
	right: 30px;
	border-style: solid;
	border-image: initial;
	border-width: 10px 0px 10px 10px;
	border-color: transparent transparent transparent white;
}

.right::before {
	height: 0px;
	position: absolute;
	top: 22px;
	width: 0px;
	z-index: 1;
	left: 30px;
	border-style: solid;
	border-image: initial;
	border-width: 10px 10px 10px 0px;
	border-color: transparent white transparent transparent;
}

.right::after {
	left: -20px;
}

.content {
	padding: 20px 30px;
	background-color: white;
	position: relative;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

@media screen and (max-width: 768px) {
	.wrapper2 .working-process-section .heading h2 {
		font-size: 30px;
	}

	.wrapper2 .working-process-section .heading .dash {
		width: 40px;
	}

	.timeline .container h2 {
		font-size: 16px;
	}

	.timeline .container p {
		font-size: 14px;
	}

	.right {
		left: -54px !important;
	}
}

.wrapper2 .service-section {
	padding: 30px 80px;
	max-width: 1400px;
	margin: 0px auto;
}

.wrapper2 .service-section .heading {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 20px 0px;
}

.wrapper2 .service-section .heading h2 {
	margin: 0px;
	font-size: 44px;
	font-weight: 500;
	line-height: 60px;
	color: rgb(15, 38, 95);
	text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.wrapper2 .service-section .heading .dash {
	width: 65px;
	height: 1.5px;
	background-color: rgb(15, 38, 95);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.wrapper2 .service-section .service-cards {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 0px 50px;
}

.wrapper2 .service-section .service-cards .row {
	display: flex;
	width: 100%;
}

.wrapper2 .service-section .service-cards .service-card {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(227, 227, 227);
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 33.33%;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
	margin: 12px;
	padding: 20px 0px;
	border-radius: 5px;
}

.wrapper2 .service-section .service-cards .service-card .service-content h2 {
	font-size: 20px;
	font-weight: 500;
	color: rgb(15, 38, 95);
	margin-bottom: 0px;
}

.wrapper2 .service-section .service-cards .service-card .service-content p {
	font-size: 18px;
	font-weight: 400;
	color: rgb(15, 38, 95);
	margin-top: 0px;
}

@media screen and (max-width: 768px) {
	.wrapper2 .service-section .heading h2 {
		font-size: 30px;
	}

	.wrapper2 .service-section .service-cards .service-card .service-content h2 {
		font-size: 16px;
	}

	.wrapper2 .service-section .service-cards .service-card .service-content p {
		font-size: 14px;
	}

	.wrapper2 .service-section .service-cards .service-card {
		margin: 10px 0px;
	}
}

.wrapper3 {
	background-color: rgb(225, 237, 255);
}

.wrapper3 .value-section {
	padding: 30px 80px;
	margin: 0px auto;
	max-width: 1400px;
}

.wrapper3 .value-section .heading {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 20px 0px;
}

.wrapper3 .value-section .heading h2 {
	margin: 0px;
	font-size: 44px;
	font-weight: 500;
	line-height: 60px;
	color: rgb(15, 38, 95);
	text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.wrapper3 .value-section .heading .dash {
	width: 65px;
	height: 1.5px;
	background-color: rgb(15, 38, 95);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.wrapper3 .value-section .value-cards {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 0px 50px;
}

.wrapper3 .value-section .value-cards .row {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}

.wrapper3 .value-section .value-cards .value-card {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(227, 227, 227);
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 33.33%;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
	margin: 12px;
	padding: 20px 10px;
	border-radius: 5px;
	position: relative;
}

.wrapper3 .value-section .value-cards .value-card .value-img {
	position: absolute;
	top: -30px;
}

.wrapper3 .value-section .value-cards .value-card .value-img img {
	filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px);
}

.wrapper3 .value-section .value-cards .value-card .value-content h2 {
	font-size: 20px;
	font-weight: 500;
	color: rgb(15, 38, 95);
	text-align: center;
	line-height: 60px;
	margin-bottom: 0px;
}

.wrapper3 .value-section .value-cards .value-card .value-content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	color: rgb(15, 38, 95);
	margin-top: 0px;
}

.wrapper3 .value-section .value-cards .value-card .value-content img {
	position: absolute;
	align-items: center;
}

.mission-section {
	margin: 0px auto;
	max-width: 1400px;
}

.mission-section .heading {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 20px 0px;
}

.mission-section .heading h2 {
	margin: 0px;
	font-size: 44px;
	font-weight: 500;
	line-height: 60px;
	color: rgb(15, 38, 95);
	text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.mission-section .heading .dash {
	width: 65px;
	height: 1.5px;
	background-color: rgb(15, 38, 95);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.mission-section .mission-vision {
	padding: 30px 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.mission-section .mission-vision .mission-left,
.mission-right {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mission-section .mission-vision .mission-content {
	width: 83%;
}

.mission-section .mission-vision .mission-content h2 {
	font-size: 22px;
	font-weight: 500;
	line-height: 60px;
	color: rgb(15, 38, 95);
	margin: 0px;
}

.mission-section .mission-vision .mission-content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: rgb(15, 38, 95);
	margin: 0px;
}

.values-uneqty {
	margin: 0px auto;
	max-width: 1400px;
}

.values-uneqty .value-content {
	padding: 30px 80px;
}

.values-uneqty .heading {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 20px 0px;
}

.values-uneqty .heading h2 {
	margin: 0px;
	font-size: 44px;
	font-weight: 500;
	line-height: 60px;
	color: rgb(15, 38, 95);
	text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.values-uneqty .heading .dash {
	width: 65px;
	height: 1.5px;
	background-color: rgb(15, 38, 95);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.values-uneqty .values-section {
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
}

.values-uneqty .values-section .values-img {
	width: 50%;
}

.values-uneqty .values-section .values-topics {
	width: 50%;
	padding: 0px 60px;
}

.values-uneqty .values-section .values-topics h2 {
	font-size: 22px;
	font-weight: 500;
	line-height: 60px;
	color: rgb(15, 38, 95);
	margin: 0px;
}

.values-uneqty .values-section .values-topics p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: rgb(15, 38, 95);
	margin: 0px;
}

.wrapper2 .why-uneqty {
	padding: 30px 80px;
	max-width: 1400px;
	margin: 0px auto;
}

.wrapper2 .why-uneqty .why-section {
	display: flex;
	justify-content: space-between;
}

.wrapper2 .why-uneqty .why-section .why-left .heading {
	display: flex;
	flex-direction: column;
}

.wrapper2 .why-uneqty .why-section .why-left .heading h2 {
	margin: 0px;
	font-size: 44px;
	font-weight: 500;
	line-height: 60px;
	color: rgb(15, 38, 95);
	text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.wrapper2 .why-uneqty .why-section .why-left .dash {
	width: 65px;
	height: 1.5px;
	background-color: rgb(15, 38, 95);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.wrapper2 .why-uneqty .why-section .why-left p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: rgb(15, 38, 95);
}

.wrapper2 .why-uneqty .why-section .why-left p .uneqty-title {
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.wrapper2 .why-uneqty .why-section .why-left .heading h2 {
		font-size: 30px;
	}

	.wrapper2 .why-uneqty .why-section .why-left p {
		font-size: 14px;
		text-align: justify;
	}
}

.wrapper2 .values-uneqty {
	padding: 30px 80px;
}

.wrapper2 .values-uneqty .values-section {
	display: flex;
	justify-content: space-between;
}

.wrapper2 .values-uneqty .values-section .values-left .heading {
	display: flex;
	flex-direction: column;
}

.wrapper2 .values-uneqty .values-section .values-left .heading h2 {
	margin: 0px;
	font-size: 30px;
	font-weight: 500;
	align-items: center;
	text-align: center;
	line-height: 60px;
	color: rgb(15, 38, 95);
	padding-top: 80px;
	padding-left: 400px;
}

.wrapper2 .values-uneqty .values-section .values-lefts .heading h2 {
	margin: 0px;
	font-size: 30px;
	font-weight: 500;
	align-items: center;
	text-align: center;
	line-height: 60px;
	color: rgb(15, 38, 95);
	padding-top: 80px;
	padding-right: 400px;
}

.wrapper2 .values-uneqty .values-section .values-left .dash {
	width: 65px;
	height: 1.5px;
	background-color: rgb(15, 38, 95);
}

.wrapper2 .values-uneqty .values-section .values-left p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: rgb(15, 38, 95);
	padding-top: 10px;
	padding-left: 400px;
}

.wrapper2 .values-uneqty .values-section .values-left p .uneqty-title {
	font-weight: 500;
}

.wrapper2 .values-uneqty .values-section .values-right img {
	padding-right: 300px;
}

.wrapper2 .values-uneqty .values-section .values-rights img {
	padding-left: 300px;
}

.wrapper2 .people-trust {
	padding: 0px 80px 30px;
	max-width: 1400px;
	margin: 0px auto;
}

.wrapper2 .people-trust .customer-section .heading {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 20px 0px;
}

.wrapper2 .people-trust .customer-section .heading h2 {
	margin: 0px;
	font-size: 44px;
	font-weight: 500;
	line-height: 60px;
	color: rgb(15, 38, 95);
	text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.wrapper2 .people-trust .customer-section .heading .dash {
	width: 65px;
	height: 1.5px;
	background-color: rgb(15, 38, 95);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.wrapper2 .people-trust .customer-section .customer-card {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.wrapper2 .people-trust .customer-section .cards {
	display: flex;
	justify-content: center;
}

.wrapper2 .people-trust .customer-section .cards .customer-card {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 20%;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(227, 227, 227);
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
	margin: 12px;
	padding: 20px 18px;
	border-radius: 5px;
	text-align: center;
}

.wrapper2 .people-trust .customer-section .cards .customer-card p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: rgb(15, 38, 95);
}

.wrapper2 .people-trust .customer-section .cards .customer-card .customer {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: rgb(15, 38, 95);
}

@media screen and (max-width: 768px) {
	.wrapper2 .people-trust .customer-section .heading h2 {
		font-size: 32px;
		text-align: center;
	}

	.wrapper2 .people-trust .customer-section .heading .dash {
		width: 40px;
	}
}

.footer .footer-section {
	padding: 30px 80px;
	background: linear-gradient(
		rgb(3, 82, 201) 100%,
		rgb(7, 85, 202) 100%,
		rgb(48, 159, 68) 100%
	);
}

.footer .footer-section .row {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0px auto;
}

.footer .footer-section .row .column-header {
	width: 25%;
}

.footer .footer-section .row .column-header p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: rgb(255, 255, 255);
}

.footer .footer-section .row .column-links h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: rgb(255, 255, 255);
}

.footer .footer-section .row .column-links ul {
	padding: 0px;
}

.footer .footer-section .row .column-links ul li {
	list-style: none;
}

.footer .footer-section .row .column-links ul li a {
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
}

.footer .footer-section .row .column-links p {
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.footer .footer-section .row .column-links .social-links li {
	display: inline-block;
}

.footer .footer-section .row .column-links .follow-link {
	margin-top: 35px;
}

.contact-section {
	background-color: rgb(245, 249, 255);
}

.contact-section .contact-content {
	padding: 30px 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px auto;
	max-width: 1400px;
}

.contact-section .contact-content .left,
.right {
	width: 50%;
}

.contact-section .contact-content .left h2 {
	color: rgb(15, 38, 95);
	font-size: 44px;
	font-weight: 400;
	line-height: 60px;
}

.contact-section .contact-content .left p {
	color: rgb(15, 38, 95);
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	padding: 0px 80px 0px 0px;
	text-align: left;
}

.contact-section .contact-content .left ul {
	margin: 0px;
	padding: 0px;
}

.contact-section .contact-content .left ul li {
	list-style-type: none;
}

.contact-section .contact-content .left ul li a {
	text-decoration: none;
	display: flex;
	align-items: center;
}

.contact-section .contact-content .left ul li p {
	margin-left: 10px;
}

.contact-section .contact-content .right form h2 {
	margin-top: 0px;
	color: rgb(255, 255, 255);
	font-size: 26px;
	font-weight: 500;
	line-height: 60px;
}

.contact-section .contact-content .right form {
	background: linear-gradient(rgb(3, 82, 201) 5%, rgb(185, 249, 197) 100%);
	padding: 30px;
	border-radius: 3px;
	width: 70%;
}

.contact-section .contact-content .right form div {
	margin-bottom: 20px;
}

.contact-section .contact-content .right form .name {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
}

.contact-section .contact-content .right form .first-name {
	width: 100%;
}

.contact-section .contact-content .right form .last-name {
	width: 100%;
}

.contact-section .contact-content .right form .last-name {
	margin-left: 20px;
}

.contact-section .contact-content .right form input,
textarea {
	width: 100%;
	text-indent: 10px;
	border: none;
	outline: none;
	background-color: rgb(3, 82, 201);
	color: rgb(255, 255, 255);
}

.contact-section .contact-content .right form input::placeholder {
	color: rgb(255, 255, 255);
}

.contact-section .contact-content .right form textarea {
	padding-top: 10px;
	font-size: 16px;
}

.contact-section .contact-content .right form textarea::placeholder {
	color: rgb(255, 255, 255);
}

.contact-section .contact-content .right form input {
	height: 40px;
}

.contact-section .contact-content .right form button {
	padding: 10px 30px;
	background-color: rgb(3, 82, 201);
	outline: none;
	border: none;
	color: rgb(255, 255, 255);
	border-radius: 3px;
}

.footer .footer-section .row .follow-links {
	display: none;
}

.footer-column-links {
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.copyrights {
	background-color: rgb(0, 65, 164);
}

.copyrights .copyright-section {
	padding: 0px 80px;
	background-color: rgb(0, 65, 164);
	display: flex;
	justify-content: space-between;
	margin: 0px auto;
	max-width: 1400px;
}

.copyrights .copyright-section p {
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	margin: 8px 0px;
}

.blog-cards {
	background-color: rgb(245, 249, 255);
	padding: 60px 0px;
}

.blog-cards .cards-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 80px;
}

.blog-cards .cards-list .card {
	width: 32%;
	border: 1px solid rgba(0, 0, 0, 0.075);
	margin: 5px;
}

.blog-cards .cards-list .card img {
	width: 100%;
	background-color: white;
}

.blog-cards .cards-list .card .card-content {
	padding: 10px;
}

.blog-cards .cards-list .card .card-content .card-heading {
	font-size: 20px;
	font-weight: 500;
	color: rgb(15, 38, 95);
	margin: 0px;
}

.blog-cards .cards-list .card .card-content .card-description {
	font-size: 18px;
	font-weight: 400;
	color: rgb(15, 38, 95);
}

.blog-cards .cards-list .card .card-content .card-date {
	font-size: 16px;
	font-weight: 400;
	color: rgb(154, 167, 202);
}

.pagination {
	display: flex;
	justify-content: center;
}

.pagination .left {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.pagination .left .prev {
	display: flex;
	align-items: center;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	background: red;
	border: none;
	outline: none;
}

.pagination .left .next {
	display: flex;
	align-items: center;
	background-color: rgb(3, 82, 201);
	border: none;
	outline: none;
	color: rgb(255, 255, 255);
}

.pagination .left .next img {
	transform: rotate(180deg);
	margin-left: 12px;
}

.pagination .right {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.input-paging {
	display: flex;
	align-items: center;
	color: rgb(15, 38, 95);
}

.input-paging input {
	width: 32px;
	height: 15px;
	margin: 0px 8px;
}

.faq .hero-section {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 40px 0px;
}

.faq .hero-section .left {
	width: 50%;
}

.faq-content {
	background-color: rgb(245, 249, 255);
}

.faq-content .faq-cards {
	padding: 50px 80px;
	margin: 0px auto;
	max-width: 1400px;
}

.collapsible {
	background-color: rgb(225, 237, 255);
	color: rgb(15, 38, 95);
	cursor: pointer;
	padding: 0px 15px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.collapsible::after {
	content: "+";
	background: green;
	height: 20px;
	width: 20px;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	align-items: center;
	color: white;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.active {
	background-color: rgb(3, 82, 201);
	color: rgb(255, 255, 255);
}

.active::after {
	content: "−";
	color: green;
	background: rgb(255, 255, 255);
}

.faq-content .faq-cards .card {
	margin-bottom: 25px;
}

.faq-content .faq-cards .card .content {
	padding: 0px 18px;
	display: none;
	overflow: hidden;
	background-color: rgb(245, 249, 255);
}

.faq-content .faq-cards .card .card-heading {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

.faq-content .faq-cards .card .content .card-description {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: rgb(15, 38, 95);
}

.how-it-works {
	background-color: rgb(245, 249, 255);
}

.how-it-works .how-it-works-page {
	padding: 40px 80px;
	margin: 0px auto;
	max-width: 1400px;
	margin: 0px auto;
}

.how-it-works .how-it-works-page .investor-process .heading {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 50px 0px;
}

.how-it-works .how-it-works-page .investor-process h2 {
	margin: 0px;
	font-size: 44px;
	font-weight: 500;
	line-height: 60px;
	color: rgb(15, 38, 95);
	text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.how-it-works .how-it-works-page .investor-process .dash {
	width: 65px;
	height: 1.5px;
	background-color: rgb(15, 38, 95);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.how-it-works .how-it-works-page .investor-process .inverstor-content {
	display: flex;
	flex-direction: column;
	position: relative;
}
.crossX-img {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 50%;
	width: 100%;
	z-index: 99;
}
.crossY-img {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 50%;
	width: 100%;
	z-index: 99;
}
.crossX-line {
	width: 100px;
	height: 75%;
	background-color: rgb(245, 249, 255);
	position: absolute;
	top: 0px;
	right: 0px;
	box-shadow: rgba(0, 0, 0, 0.2) -14px 5px 0px -4px;
	z-index: 99;
}
.crossY-line {
	width: 100px;
	height: 75%;
	background-color: rgb(245, 249, 255);
	position: absolute;
	bottom: 0;
	right: 0px;
	box-shadow: 14px 0px 4px -4px rgba(0, 0, 0, 0.2);
	z-index: 99;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.outer-circle
	.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
	
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.investor-description {
	width: 40%;
	z-index: 100;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.first-step,
.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.second-step,
.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.third-step,
.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.fourth-step,
.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.fifth-step,
.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.sixth-step,
.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.seventh-step,
.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.eighth-step,
.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.nineth-step {
	width: 70%;
}
.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.first-step {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.first-step
	.step-one {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-right: 3%; */
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.first-step
	.step-one
	.outer-circle {
	width: 170px;
	height: 170px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.first-step
	.step-one
	.outer-circle
	.pointer-line {
	height: 5px;
	/* width: 285px; */
	background-color: rgb(27, 118, 255);
	position: absolute;
	right: 160px;
	top: 85px;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.first-step
	.step-one
	.outer-circle
	.pointer-line::after {
	content: "";
	display: inline-block;
	height: 25px;
	width: 25px;
	top: -10px;
	right: 15px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.second-step {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	margin-bottom: 20px;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.second-step
	.step-two {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-right: 25%; */
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.second-step
	.step-two
	.outer-circle {
	width: 170px;
	height: 170px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.second-step
	.step-two
	.outer-circle
	.pointer-line {
	height: 5px;
	width: 250px;
	background-color: rgb(27, 118, 255);
	position: absolute;
	right: 160px;
	top: 85px;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.second-step
	.step-two
	.outer-circle
	.pointer-line::after {
	content: "";
	display: inline-block;
	height: 25px;
	width: 25px;
	top: -10px;
	right: 15px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.third-step {
	width: 100%;
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.third-step
	.step-three {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-left: 40%; */
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.third-step
	.step-three
	.outer-circle {
	width: 170px;
	height: 170px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.third-step
	.step-three
	.outer-circle
	.pointer-line {
	height: 5px;
	width: 170px;
	background-color: rgb(27, 118, 255);
	position: absolute;
	left: 148px;
	top: 85px;
	z-index: 200;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.third-step
	.step-three
	.outer-circle
	.pointer-line::after {
	content: "";
	display: inline-block;
	height: 25px;
	width: 25px;
	top: -10px;
	left: 160px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.fourth-step {
	width: 100%;
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
	justify-content: flex-start;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.fourth-step
	.step-four {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-left: 17.5%; */
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.fourth-step
	.step-four
	.outer-circle {
	width: 170px;
	height: 170px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.fourth-step
	.step-four
	.outer-circle
	.pointer-line {
	height: 5px;
	width: 170px;
	background-color: rgb(27, 118, 255);
	position: absolute;
	left: 148px;
	top: 85px;
	z-index: 200;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.fourth-step
	.step-four
	.outer-circle
	.pointer-line::after {
	content: "";
	display: inline-block;
	height: 25px;
	width: 25px;
	top: -10px;
	left: 160px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.fifth-step {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
	margin-bottom: 20px;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.fifth-step
	.step-five {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 70%;
	/* margin-left: 0%; */
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.fifth-step
	.step-five
	.outer-circle {
	width: 170px;
	height: 170px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
	z-index: 100;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.fifth-step
	.step-five
	.outer-circle
	.pointer-line {
	height: 5px;
	width: 170px;
	background-color: rgb(27, 118, 255);
	position: absolute;
	left: 148px;
	top: 85px;
	z-index: 200;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.fifth-step
	.step-five
	.outer-circle
	.pointer-line::after {
	content: "";
	display: inline-block;
	height: 25px;
	width: 25px;
	top: -10px;
	left: 160px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.sixth-step {
	width: 100%;
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
	justify-content: flex-start;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.sixth-step
	.step-six {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-left: 17.5%; */
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.sixth-step
	.step-six
	.outer-circle {
	width: 170px;
	height: 170px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.sixth-step
	.step-six
	.outer-circle
	.pointer-line {
	height: 5px;
	width: 170px;
	background-color: rgb(27, 118, 255);
	position: absolute;
	left: 160px;
	top: 85px;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.sixth-step
	.step-six
	.outer-circle
	.pointer-line::after {
	content: "";
	display: inline-block;
	height: 25px;
	width: 25px;
	top: -10px;
	left: 160px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.seventh-step {
	width: 100%;
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.seventh-step
	.step-seven {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-left: 40%; */
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.seventh-step
	.step-seven
	.outer-circle {
	width: 170px;
	height: 170px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.seventh-step
	.step-seven
	.outer-circle
	.pointer-line {
	height: 5px;
	width: 170px;
	background-color: rgb(27, 118, 255);
	position: absolute;
	left: 160px;
	top: 85px;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.seventh-step
	.step-seven
	.outer-circle
	.pointer-line::after {
	content: "";
	display: inline-block;
	height: 25px;
	width: 25px;
	top: -10px;
	left: 160px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.eighth-step {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	margin-bottom: 20px;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.eighth-step
	.step-eight {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-right: 25%; */
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.eighth-step
	.step-eight
	.outer-circle {
	width: 170px;
	height: 170px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.eighth-step
	.step-eight
	.outer-circle
	.pointer-line {
	height: 5px;
	width: 285px;
	background-color: rgb(27, 118, 255);
	position: absolute;
	right: 145px;
	top: 85px;
	z-index: 200;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.eighth-step
	.step-eight
	.outer-circle
	.pointer-line::after {
	content: "";
	display: inline-block;
	height: 25px;
	width: 25px;
	top: -10px;
	right: 15px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.nineth-step {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.nineth-step
	.step-nine {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-right: 0%; */
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.nineth-step
	.step-nine
	.outer-circle {
	width: 170px;
	height: 170px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.nineth-step
	.step-nine
	.outer-circle
	.pointer-line {
	height: 5px;
	width: 285px;
	background-color: rgb(27, 118, 255);
	position: absolute;
	right: 145px;
	top: 85px;
	z-index: 200;
}

.how-it-works
	.how-it-works-page
	.investor-process
	.inverstor-content
	.nineth-step
	.step-nine
	.outer-circle
	.pointer-line::after {
	content: "";
	display: inline-block;
	height: 25px;
	width: 25px;
	top: -10px;
	right: 15px;
	background-color: rgb(27, 118, 255);
	position: relative;
	border-radius: 50%;
}

.how-it-works .how-it-works-page .wrapper2 {
	background-color: rgb(245, 249, 255);
}

.how-it-works .how-it-works-page .wrapper2 .why-uneqty {
	padding: 40px 0px;
}

.how-it-works .shareholder-process .image-outer {
	position: relative;
}

.how-it-works .shareholder-process .image-inner {
	position: absolute;
	left: 10px;
	top: 7px;
}

.how-it-works .shareholder-process .shareholder-heading {
	font-size: 44px;
	font-weight: 500;
	line-height: 60px;
	color: rgb(15, 38, 95);
	margin: 0px;
}

.how-it-works .shareholder-process .dash {
	width: 65px;
	height: 1.5px;
	background-color: rgb(15, 38, 95);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.how-it-works .shareholder-content {
	padding: 0px 40px;
}

.how-it-works .shareholder-content .row {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.how-it-works .shareholder-content .row .col {
	width: 45%;
}

.how-it-works
	.shareholder-content
	.row
	.col
	.shareholder-description
	.share-heading {
	font-size: 22px;
	font-weight: 500;
	line-height: 40px;
	color: rgb(15, 38, 95);
	margin: 0px;
}

.how-it-works
	.shareholder-content
	.row
	.col
	.shareholder-description
	.share-description {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: rgb(15, 38, 95);
}

.blog-details {
	background-color: rgb(245, 249, 255);
	padding-bottom: 100px;
}

.blog-details-content {
	padding: 40px 80px;
}

.blog-details-content .content-heading {
	width: 500px;
	padding: 10px 20px;
	background-color: rgb(3, 82, 201);
	color: rgb(255, 255, 255);
	font-size: 19px;
	position: absolute;
	bottom: -145px;
	left: 80px;
}

.blog-details-content .content-full-details {
	display: flex;
}

.blog-details-content .content-full-details .content-left .content-img img {
	max-width: 100%;
}

.blog-details-content .content-full-details .content-left .content-description {
	color: rgb(15, 38, 95);
	font-size: 18px;
	line-height: 28px;
}

.blog-details-content
	.content-full-details
	.content-left
	.fundamental-analysis {
	font-size: 36px;
	color: rgb(15, 38, 95);
	font-weight: 500;
	margin: 0px;
}

.blog-details-content
	.content-full-details
	.content-left
	.fundamental-analysis-list {
	list-style-image: url("./images/square list.png");
	padding: 0px 20px;
}

.blog-details-content .content-full-details .content-left .sub-list {
	list-style-image: url("./images/list left arrow.png");
	margin-top: 20px;
	padding: 0px 8px;
}

.blog-details-content .content-full-details .content-left ol {
	padding: 0px 20px;
	margin-bottom: 40px;
}

.blog-details-content .content-full-details .content-left ol li {
	line-height: 28px;
	font-size: 18px;
	font-weight: 400;
	color: rgb(15, 38, 95);
}

.blog-details-content .content-full-details .content-left .navigation-list {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: rgb(15, 38, 95);
}

.blog-details-content
	.content-full-details
	.content-left
	ol
	.navigation-list-title {
	font-weight: 500;
}

.blog-details-content
	.content-full-details
	.content-left
	.navigation-list::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 12px;
	background-image: url("./images/list left arrow.png");
	background-repeat: no-repeat;
	margin-right: 5px;
}

.blog-details-content
	.content-full-details
	.content-left
	.fundamental-analysis-list
	li
	h4 {
	margin: 0px;
	font-size: 20px;
	color: rgb(15, 38, 95);
	font-weight: 500;
	line-height: 26px;
}

.blog-details-content
	.content-full-details
	.content-left
	.fundamental-analysis-list
	li
	p {
	font-size: 18px;
	color: rgb(15, 38, 95);
	font-weight: 400;
	line-height: 25px;
}

iframe {
	height: 300px;
	width: 500px;
}

.blog-details-content .content-full-details .content-left .url-section {
	width: 100%;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.youtube-url {
	padding: 10px;
	color: rgb(255, 255, 255);
	background-color: rgb(189, 193, 219);
	text-overflow: ellipsis;
}

.url {
	font-size: 18px;
	font-weight: 500;
	color: rgb(6, 1, 70);
	line-height: 30px;
}

.know-more {
	font-size: 18px;
	font-weight: 500;
	color: rgb(6, 1, 70);
	line-height: 30px;
	margin-top: 40px;
}

.blog-details-content .content-full-details .content-left .buttons {
	display: flex;
	justify-content: space-between;
}

.blog-details-content .content-full-details .content-left .buttons button {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-color: rgb(3, 82, 201);
	color: rgb(255, 255, 255);
	outline: none;
	border: none;
	padding: 5px 15px;
	border-radius: 3px;
}

.blog-details-content .content-full-details .content-right {
	width: 30%;
}

.blog-details-content .content-full-details .content-right .search-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 5px;
	border-radius: 5px;
}

.blog-details-content .content-full-details .content-right .search-bar img {
	margin: 0px 5px;
}

.blog-details-content .content-full-details .content-right .search-bar input {
	width: 100%;
	padding: 15px 2px;
	border: none;
	outline: none;
}

.blog-details-content .content-full-details .content-right .search-bar button {
	padding: 15px;
	background-color: rgb(3, 82, 201);
	outline: none;
	border: none;
	color: rgb(255, 255, 255);
	cursor: pointer;
}

.blog-details-content .content-full-details .content-right .recent-post {
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 5px;
	border-radius: 5px;
	padding: 5px 20px;
	margin-top: 40px;
}

.blog-details-content
	.content-full-details
	.content-right
	.recent-post
	.fundamental-analysis {
	font-size: 28px;
	font-weight: 500;
	line-height: 26px;
	color: rgb(15, 38, 95);
}

.blog-details-content
	.content-full-details
	.content-right
	.recent-post
	.fundamental-analysis-list {
	padding: 0px 20px;
	list-style-image: url("./images/square list mini.png");
}

.blog-details-content
	.content-full-details
	.content-right
	.recent-post
	.fundamental-analysis-list
	li
	h4 {
	margin-bottom: 0px;
	font-size: 18px;
	color: rgb(15, 38, 95);
	font-weight: 500;
	line-height: 26px;
}

.blog-details-content
	.content-full-details
	.content-right
	.recent-post
	.fundamental-analysis-list
	li
	span {
	font-size: 16px;
	color: rgb(154, 167, 202);
	font-weight: 400;
	line-height: 25px;
}

.addblog-hero .hero-section {
	text-align: center;
	flex-direction: column;
	padding: 150px 0px;
}

.addblog-hero .hero-section p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 500;
	color: rgb(15, 38, 95);
	line-height: 60px;
}

.addblog-hero .hero-section h1 {
	margin: 0px;
	font-size: 50px;
	font-weight: 500;
	color: rgb(15, 38, 95);
	line-height: 54px;
}

.add-blog {
	padding: 40px 80px;
	background-color: rgb(245, 249, 255);
}

.add-blog form {
	margin: 0px;
	width: 100%;
}

.add-blog .step-one {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 40px;
}

.add-blog .blog-title {
	width: 40%;
	display: flex;
	flex-direction: column;
	text-align: left;
	margin-bottom: 40px;
}

.add-blog .blog-title input {
	height: 40px;
	width: 100%;
	border: 1px solid rgb(222, 225, 244);
	background-color: rgb(245, 249, 255);
	outline: none;
	text-indent: 5px;
}

.add-blog .step-one .upload-image {
	width: 40%;
	display: flex;
	flex-direction: column;
}

.add-blog .step-one .browse-image {
	display: flex;
}

.add-blog .step-one .browse-image img {
	height: 45px;
	max-width: 100%;
}

.add-blog label {
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	color: rgb(15, 38, 95);
	line-height: 30px;
	margin-bottom: 8px;
}

.add-blog .step-one .input-file-container label {
	text-align: center;
}

.input-file-container {
	position: relative;
	width: max-content;
	margin-left: 15px;
}

.js .input-file-trigger {
	display: block;
	padding: 10px 45px;
	background: rgb(3, 82, 201);
	color: rgb(255, 255, 255);
	border-radius: 3px;
	font-size: 1em;
	transition: all 0.4s ease 0s;
	cursor: pointer;
}

.js .input-file {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 225px;
	opacity: 0;
	padding: 14px 0px;
	cursor: pointer;
}

.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
	background: rgb(15, 38, 95);
	color: rgb(255, 255, 255);
}

.file-return {
	margin: 0px;
}

.file-return:not(:empty) {
	margin: 1em 0px;
}

.js .file-return {
	font-style: italic;
	font-size: 0.9em;
	font-weight: bold;
}

.js .file-return:not(:empty)::before {
	content: "Browse Image";
	font-style: normal;
	font-weight: normal;
}

form {
	width: 225px;
	margin: 0px auto;
	text-align: center;
}

h2 + p {
	text-align: center;
}

.txtcenter {
	margin-top: 4em;
	font-size: 0.9em;
	text-align: center;
	color: rgb(170, 170, 170);
}

.add-blog .container {
	background-color: rgb(255, 255, 255);
	width: 100%;
	padding: 0px;
	border-radius: 5px;
	box-shadow: rgba(7, 20, 35, 0.2) 0px 25px 50px;
	margin-top: 10px;
	margin-bottom: 60px;
}

.add-blog .container::after {
	display: none;
}

.add-blog .options {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	padding: 10px;
	background-color: rgb(225, 237, 255);
	border-radius: 5px 5px 0px 0px;
}

.add-blog button {
	height: 28px;
	width: 28px;
	display: grid;
	place-items: center;
	border-radius: 3px;
	border: none;
	background-color: rgb(255, 255, 255);
	outline: none;
	color: rgb(2, 9, 41);
}

.add-blog select {
	padding: 7px;
	border: 1px solid rgb(2, 9, 41);
	border-radius: 3px;
}

.add-blog .options label,
.options select {
	font-family: Poppins, sans-serif;
}

.add-blog .input-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
}

.add-blog input[type="color"] {
	appearance: none;
	background-color: transparent;
	width: 40px;
	height: 28px;
	border: none;
	cursor: pointer;
}

.add-blog input[type="color"]::-webkit-color-swatch {
	border-radius: 15px;
	box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(2, 9, 41) 0px 0px 0px 3px;
}

.add-blog #text-input {
	padding: 20px;
	height: 30vh;
	text-align: left;
	border: none;
	outline: none;
}

.add-blog .active {
	background-color: rgb(224, 233, 255);
}

.extra-title {
	display: flex;
}

.upload-video {
	display: flex;
	flex-direction: column;
	margin: 40px 0px;
}

.upload-video .input-file-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 0px;
}

.input-file-trigger-two {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 12px 30px;
}

.input-file-trigger-two span {
	font-size: 12px;
}

.url-input {
	background-color: rgb(189, 193, 219) !important;
}

.add-blog .form-buttons {
	display: flex;
}

.add-blog .form-buttons button {
	margin-right: 30px;
}

.add-blog .form-buttons .cancel {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	padding: 20px 30px;
	background-color: rgb(189, 193, 219);
	outline: none;
	border: none;
	color: rgb(15, 38, 95);
	border-radius: 3px;
}

.add-blog .form-buttons .save {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	padding: 20px 30px;
	background-color: rgb(3, 82, 201);
	outline: none;
	border: none;
	color: rgb(255, 255, 255);
	border-radius: 3px;
}

/* Media Queries */

@media (max-width: 768px) {
	header .header-section {
		padding: 5px 10px;
	}
	.navbar .logo img {
		width: 80px;
	}
	.navbar-list li {
		margin: 3px 0;
	}
	.navbar-list li a {
		color: white;
	}
	.navbar-list {
		display: none;
		flex-direction: column;
		position: absolute;
		top: 110px;
		left: 0;
		right: 0;
		background-color: #274a4b;
		padding: 10px;
		z-index: 1;
	}

	.navbar-list.show {
		display: flex;
	}

	.menu-btn {
		display: block;
	}

	.cross-btn {
		display: none;
	}

	.wrapper {
		padding: 5px 35px 30px 35px;
	}
	.wrapper .hero-section {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.wrapper .hero-section .right img {
		height: 210px;
		max-width: 100%;
	}
	.about {
		padding: 5px 10px;
	}
	.about-us-section {
		display: flex;
		flex-direction: column;
		padding-bottom: 30px;
	}
	.about-us-section .left img {
		height: 300px;
		max-width: 100%;
	}
	.wrapper1 .acheivements-section {
		padding: 5px 10px;
	}
	.wrapper1 .acheivements-section .cards {
		display: flex;
		flex-direction: column;
	}
	.wrapper1 .acheivements-section .cards .acheivements-card {
		margin-bottom: 20px;
	}
	.wrapper2 .working-process-section {
		padding: 5px 10px;
	}
	.wrapper2 .service-section {
		padding: 5px 10px;
	}
	.wrapper2 .service-section .service-cards .row {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.wrapper2 .service-section .service-cards {
		padding: 5px 10px;
	}
	.wrapper2 .service-section .service-cards .service-card {
		width: 100%;
	}
	.wrapper2 .why-uneqty {
		padding: 5px 30px;
	}
	.wrapper2 .why-uneqty .why-section {
		flex-direction: column;
		align-items: center;
	}
	.wrapper2 .why-uneqty .why-section .why-right img {
		max-width: 100%;
		height: 300px;
	}
	.wrapper2 .values-uneqty .values-section .values-right img {
		max-width: 100%;
		height: 300px;
		padding-right: 500px;
	}
	.wrapper2 .people-trust {
		padding: 5px 5px 25px 5px;
	}
	.wrapper2 .people-trust .customer-section .heading {
		align-items: flex-start;
	}
	.wrapper2 .people-trust .customer-section .cards {
		flex-direction: column;
	}
	.wrapper2 .people-trust .customer-section .cards .customer-card {
		width: 83%;
	}

	.footer .footer-section {
		padding: 20px 10px 5px 10px;
	}
	.footer .footer-section .row {
		flex-wrap: wrap;
		padding: 5px;
	}
	.footer .footer-section .row .last {
		width: 100%;
	}
	.footer .footer-section .row .follow-links {
		width: 400px;
		display: inline;
		justify-content: center;
		text-decoration: none;
		color: #ffffff;
		font-size: 18px;
		font-weight: 400;
		line-height: 26px;
	}
	.footer .footer-section .row .follow-links .social-links {
		text-decoration: none;
		display: flex;
		justify-content: space-around;
		text-decoration: none;
	}
	.inside {
		display: none;
	}
	.footer .footer-section .row .column-header {
		width: 100%;
	}
	.timeline::after {
		left: 31px;
	}
	.container {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}
	.container::before {
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent;
	}
	.left::after,
	.right::after {
		left: 15px;
	}
	.right {
		left: -14%;
	}
	.left {
		left: -54px;
	}
	.copyrights .copyright-section {
		padding: 5px 10px;
	}

	/* Contact Page */
	.wrapper3 .value-section {
		padding: 5px 10px;
	}
	.wrapper3 .value-section .value-cards {
		padding: 0 55px;
	}
	.wrapper3 .value-section .value-cards .row {
		flex-direction: column;
		align-items: center;
	}
	.wrapper3 .value-section .value-cards .value-card {
		width: 100%;
		margin: 25px 0;
	}
	.mission-section .mission-vision {
		padding: 5px 10px;
		flex-direction: column;
	}
	.mission-section .mission-vision .left img {
		max-width: 100%;
	}
	.mission-section .mission-vision .right img {
		max-width: 100%;
	}
	.mission-section .mission-vision .mission-content {
		width: 100%;
		margin-bottom: 30px;
	}
	.values-uneqty .value-content {
		padding: 5px 10px;
	}
	.values-uneqty .values-section {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.values-uneqty .values-section:nth-of-type(even) {
		flex-direction: column-reverse;
	}
	.values-uneqty .values-section .values-img {
		width: 100%;
	}
	.values-uneqty .values-section .values-img img {
		max-width: 100%;
	}
	.values-uneqty .values-section .values-topics {
		width: 100%;
		padding: 0;
	}

	/* Contact */
	.contact-section .contact-content {
		padding: 5px 35px 30px 35px;
		flex-direction: column;
		align-items: flex-start;
	}
	.contact-section .contact-content .left,
	.right {
		width: 100%;
		align-items: flex-start;
	}
	.contact-section .contact-content .left {
		margin-bottom: 20px;
	}
	.wrapper3 .value-section .heading h2 {
		font-size: 30px;
	}
	.mission-section .heading h2 {
		font-size: 30px;
	}
	.mission-section .mission-vision .mission-left,
	.mission-right {
		width: 85%;
	}
	.mission-section .mission-vision .mission-left .left-img img,
	.mission-right .right-img img {
		max-width: 100%;
	}
	.contact-section .contact-content .left p {
		padding: 0px;
	}
	.contact-section .contact-content .right form {
		width: 80%;
	}
	/* Blog */
	.blog-cards {
		padding: 20px 0;
	}
	.blog-cards .cards-list {
		padding: 0;
		flex-direction: column;
	}
	.blog-cards .cards-list .card {
		width: 100%;
	}
	.blog-cards .cards-list .card img {
		max-width: 100%;
	}
	.pagination {
		display: flex;
		justify-content: center;
	}
	.pagination .left {
		width: 30%;
		justify-content: center;
	}
	.pagination .right {
		width: 30%;
		justify-content: center;
	}

	/* FAQ */
	.faq-content .faq-cards {
		padding: 20px 10px;
	}
	.faq .hero-section .left {
		width: 100%;
	}

	/* How it works */

	.how-it-works .how-it-works-page {
		padding: 40px 20px;
	}
	.crossX-line,
	.crossY-line,
	.crossY-img,
	.crossX-img {
		display: none !important;
	}
	.stepparent {
		flex-direction: column;
		align-items: center;
	}
	.stepparent .steps {
		flex-direction: column-reverse;
		justify-content: center;
		width: 100%;
		text-align: center;
		margin: 0 !important;
		justify-content: center !important;
	}

	.stepparent .steps.step-three,
	.stepparent .steps.step-four,
	.stepparent .steps.step-five,
	.stepparent .steps.step-six,
	.stepparent .steps.step-seven {
		flex-direction: column;
	}
	.how-it-works
		.how-it-works-page
		.investor-process
		.inverstor-content
		.stepparent
		.steps
		.investor-description {
		margin-top: 90px;
		width: 100%;
	}
	.how-it-works
		.how-it-works-page
		.investor-process
		.inverstor-content
		.stepparent
		.steps
		.outer-circle
		.pointer-line {
		height: 140px;
		width: 5px;
		right: 84px !important;
		left: 84px !important;
		top: 110px !important;
		z-index: 99;
	}
	.how-it-works
		.how-it-works-page
		.investor-process
		.inverstor-content
		.stepparent
		.steps
		.outer-circle
		.pointer-line::after {
		top: 120px !important;
		right: 10px !important;
		left: -10px !important;
		z-index: 99;
	}
	.how-it-works .shareholder-content {
		padding: 0;
	}
	.how-it-works .shareholder-content .odd {
		flex-direction: column;
	}
	.how-it-works .shareholder-content .even {
		flex-direction: column-reverse;
	}
	.how-it-works .shareholder-content .row {
		margin-bottom: 40px;
	}
	.how-it-works .shareholder-content .row .col {
		width: 100%;
	}
	.how-it-works .shareholder-content .row .col .image img {
		max-width: 100%;
	}
	.step-three {
		margin-left: 8%;
	}
}
/*How it works @media query start*/
@media (min-width: 767px) and (max-width: 800px){
	.pointer-line {
		width: 180px
	}
	.step-one {
      margin-right: 0%;
	}
	.step-two {
		margin-right: 24%;	
	}
	.step-three {
		margin-left: 26%;
	}
	.step-four {
		margin-left: 8%;
	}
	.step-six {
		margin-left: 10%;
	}
	.step-seven {
		margin-left: 36%;
	}
	.step-eight {
		margin-right: 10%;
	}
	.step-nine {
		margin-left: 5%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}
@media (min-width: 800px) and (max-width: 850px){
	.pointer-line {
		width: 180px
	}
	.step-one {
		margin-right: 0%;
	  }
	  .step-two {
		  margin-right: 23%;	
	  }
	.step-three {
		margin-left: 29%;
	}
	.step-four {
		margin-left: 10%;
	}
	.step-six {
		margin-left: 13%;
	}
	.step-seven {
		margin-left: 38%;
	}
	.step-eight {
		margin-right: 10%;
	}
	.step-nine {
		margin-left: 5%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}
@media (min-width: 850px) and (max-width: 900px){
	.pointer-line {
		width: 250px
	}
	.step-one {
		margin-right: 0%;
	  }
	  .step-two {
		  margin-right: 23%;	
	  }
	.step-three {
		margin-left: 29.5%;
	}
	.step-four {
		margin-left: 10%;
	}
	.step-six {
		margin-left: 15%;
	}
	.step-seven {
		margin-left: 38%;
	}
	.step-eight {
		margin-right: 13%;
	}
	.step-nine {
		margin-left: 7%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}
@media (min-width: 900px) and (max-width: 950px){
	.pointer-line {
		width: 250px
	}
	.step-one {
		margin-right: 0%;
	  }
	  .step-two {
		  margin-right: 23%;	
	  }
	.step-three {
		margin-left: 32%;
	}
	.step-four {
		margin-left: 12.5%;
	}
	.step-five {
		margin-top: 5%;
	}
	.step-six {
		margin-left: 15%;
	}
	.step-seven {
		margin-left: 38%;
	}
	.step-eight {
		margin-right: 14%;
	}
	.step-nine {
		margin-left: 7%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}
@media (min-width: 950px) and (max-width: 1050px){
	.pointer-line {
		width: 280px
	}
	.step-one {
		margin-right: 1%;
	  }
	  .step-two {
		  margin-right: 23%;	
	  }
	.step-three {
		margin-left: 33%;
	}
	.step-four {
		margin-left: 14%;
	}
	.step-five {
		margin-top: 3%;
	}
	.step-six {
		margin-left: 15%;
	}
	.step-seven {
		margin-left: 39%;
	}
	.step-eight {
		margin-right: 15%;
	}
	.step-nine {
		margin-left: 5%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}
@media (min-width: 1050px) and (max-width: 1100px){
	.pointer-line {
		width: 250px
	}
	.step-one {
		margin-right: 0%;
	  }
	  .step-two {
		  margin-right: 24%;	
	  }
	.step-three {
		margin-left: 34%;
	}
	.step-four {
		margin-left: 14%;
	}
	.step-six {
		margin-left: 13%;
	}
	.step-seven {
		margin-left: 38%;
	}
	.step-eight {
		margin-right: 18%;
	}
	.step-nine {
		margin-left: 5%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}
@media (min-width: 1100px) and (max-width: 1150px){
	.pointer-line {
		width: 350px
	}
	.step-one {
		margin-right: 0%;
	  }
	  .step-two {
		  margin-right: 23%;	
	  }
	.step-three {
		margin-left: 37%;
	}
	.step-four {
		margin-left: 16%;
	}
	.step-five {
		margin-top: 5%;
	}
	.step-six {
		margin-left: 13%;
	}
	.step-seven {
		margin-left: 38%;
	}
	.step-eight {
		margin-right: 19%;
	}
	.step-nine {
		margin-left: 5%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}
@media (min-width: 1150px) and (max-width: 1300px){
	.pointer-line {
		width: 350px
	}
	.step-one {
		margin-right: 1%;
	  }
	  .step-two {
		  margin-right: 23%;	
	  }
	.step-three {
		margin-left: 39%;
	}
	.step-four {
		margin-left: 18%;
	}
	.step-five {
		margin-top: 5%;
	}
	.step-six {
		margin-left: 15%;
	}
	.step-seven {
		margin-left: 39%;
	}
	.step-eight {
		margin-right: 20%;
	}
	.step-nine {
		margin-left: 5%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}
@media (min-width: 1300px) and (max-width: 1400px){
	.pointer-line {
		width: 350px
	}
	.step-one {
		margin-right: 3%;
	  }
	  .step-two {
		  margin-right: 25%;	
	  }
	.step-three {
		margin-left: 38%;
	}
	.step-four {
		margin-left: 16%;
	}
	.step-five {
		margin-top: 2%;
	}
	.step-six {
		margin-left: 16%;
	}
	.step-seven {
		margin-left: 40%;
	}
	.step-eight {
		margin-right: 22%;
	}
	.step-nine {
		margin-left: 7%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}
@media (min-width: 1400px) and (max-width: 1500px){
	.pointer-line {
		width: 350px
	}
	.step-one {
		margin-right: 4%;
	  }
	  .step-two {
		  margin-right: 26%;	
	  }
	.step-three {
		margin-left: 39%;
	}
	.step-four {
		margin-left: 17%;
	}
	.step-five {
		margin-top: 2%;
	}
	.step-six {
		margin-left: 16%;
	}
	.step-seven {
		margin-left: 40%;
	}
	.step-eight {
		margin-right: 22%;
	}
	.step-nine {
		margin-left: 7%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}
@media (min-width: 1500px) and (max-width: 1600px){
	.pointer-line {
		width: 380px
	}
	.step-one {
		margin-right: 4%;
	  }
	  .step-two {
		  margin-right: 26%;	
	  }
	.step-three {
		margin-left: 39%;
	}
	.step-four {
		margin-left: 18%;
	}
	.step-five {
		margin-top: 2%;
	}
	.step-six {
		margin-left: 18%;
	}
	.step-seven {
		margin-left: 42%;
	}
	.step-eight {
		margin-right: 22%;
	}
	.step-nine {
		margin-left: 4%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}
@media (min-width: 1600px) and (max-width: 1800px){
	.pointer-line {
		width: 380px
	}
	.step-one {
		margin-right: 4%;
	  }
	  .step-two {
		  margin-right: 27%;	
	  }
	.step-three {
		margin-left: 39%;
	}
	.step-four {
		margin-left: 17%;
	}
	.step-five {
		margin-top: 1%;
	}
	.step-six {
		margin-left: 18%;
	}
	.step-seven {
		margin-left: 42%;
	}
	.step-eight {
		margin-right: 22%;
	}
	.step-nine {
		margin-left: 4%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}
@media (min-width: 1800px) and (max-width: 2000px){
	.pointer-line {
		width: 380px
	}
	.step-one {
		margin-right: 4%;
	  }
	  .step-two {
		  margin-right: 27%;	
	  }
	.step-three {
		margin-left: 38%;
	}
	.step-four {
		margin-left: 16%;
	}
	.step-six {
		margin-left: 18%;
	}
	.step-seven {
		margin-left: 41%;
	}
	.step-eight {
		margin-right: 23%;
	}
	.step-nine {
		margin-left: 0%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}
@media (min-width: 2000px) and (max-width: 2250px){
	.pointer-line {
		width: 250px
	}
	.step-one {
		margin-right: 3%;
	  }
	  .step-two {
		  margin-right: 25%;	
	  }
	.step-three {
		margin-left: 39%;
	}
	.step-four {
		margin-left: 17%;
	}
	.step-six {
		margin-left: 17%;
	}
	.step-seven {
		margin-left: 42%;
	}
	.step-eight {
		margin-right: 22%;
	}
	.step-nine {
		margin-left: 5%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}
@media (min-width: 2250px) and (max-width: 2500px){
	.pointer-line {
		width: 250px
	}
	.step-one {
		margin-right: 3%;
	  }
	  .step-two {
		  margin-right: 26%;	
	  }
	.step-three {
		margin-left: 39%;
	}
	.step-four {
		margin-left: 17%;
	}
	.step-six {
		margin-left: 19%;
	}
	.step-seven {
		margin-left: 42%;
	}
	.step-eight {
		margin-right: 22%;
	}
	.step-nine {
		margin-left: 5%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}
@media (min-width: 2500px) and (max-width: 3000px){
	.pointer-line {
		width: 250px
	}
	.step-one {
		margin-right: 3%;
	  }
	  .step-two {
		  margin-right: 25%;	
	  }
	.step-three {
		margin-left: 39%;
	}
	.step-four {
		margin-left: 17%;
	}
	.step-six {
		margin-left: 17%;
	}
	.step-seven {
		margin-left: 42%;
	}
	.step-eight {
		margin-right: 22%;
	}
	.step-nine {
		margin-left: 5%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}
@media (min-width: 3000px) and (max-width: 3500px){
	.pointer-line {
		width: 250px
	}
	.step-one {
		margin-right: 3%;
	  }
	  .step-two {
		  margin-right: 25%;	
	  }
	.step-three {
		margin-left: 39%;
	}
	.step-four {
		margin-left: 17%;
	}
	.step-six {
		margin-left: 17%;
	}
	.step-seven {
		margin-left: 42%;
	}
	.step-eight {
		margin-right: 22%;
	}
	.step-nine {
		margin-left: 5%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}
@media (min-width: 3500px) and (max-width: 4000px){
	.pointer-line {
		width: 250px
	}
	.step-one {
		margin-right: 3%;
	  }
	  .step-two {
		  margin-right: 25%;	
	  }
	.step-three {
		margin-left: 39%;
	}
	.step-four {
		margin-left: 17%;
	}
	.step-six {
		margin-left: 17%;
	}
	.step-seven {
		margin-left: 41%;
	}
	.step-eight {
		margin-right: 24%;
	}
	.step-nine {
		margin-left: 4%;
	}
.inner-circle {
	position: absolute;
	left: 50%;
	top: 45%;
	padding-top: 15%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
}

/*How it works @media query end*/
/* Blog Details */
.blog-details-content {
	padding: 5px 35px 30px 35px;
}
.blog-details-content .content-heading {
	width: max-content;
	position: absolute;
	left: 35px;
	bottom: -135px;
}
.content-full-details {
	flex-direction: column;
}
.blog-details-content .content-full-details .content-left {
	width: 100%;
	padding-top: 40px;
}
.blog-details-content .content-full-details .content-right {
	width: 100%;
}
iframe {
	height: 300px;
	max-width: 100%;
}
.blog-details-content .content-full-details .content-right .search-bar {
	margin-top: 25px;
}

/* Blog Details */
.blog-details-content {
	/* padding: 5px 35px 30px 35px; */
	margin: auto;
	max-width: fit-content;
}
.blog-details-content .content-heading {
	width: max-content;
	position: absolute;
	left: 35px;
	bottom: -135px;
}
.content-full-details {
	flex-direction: column;
}
.blog-details-content .content-full-details .content-left {
	width: 100%;
	padding-top: 40px;
}
.blog-details-content .content-full-details .content-right {
	width: 100%;
}
iframe {
	height: 300px;
	max-width: 100%;
}
.blog-details-content .content-full-details .content-right .search-bar {
	margin-top: 25px;
}

/* Add blog */

.addblog-hero .hero-section {
	align-items: center;
}
.add-blog {
	padding: 5px 35px 30px 35px;
	margin: auto;
	max-width: fit-content;
	
}
.add-blog .step-one {
	flex-direction: column;
}
.add-blog .blog-title {
	width: 100%;
}
.add-blog .step-one .upload-image {
	width: 100%;
}
.extra-title {
	flex-direction: column;
}
.input-file-container {
	margin-left: 0;
}

@media screen and (max-width: 440px){
	header .header-section ul{
		flex-direction: column;
		align-items: flex-start;
	}
}




/* Advisors */

/* .investorcontainer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
  }

  .meet-investors-heading {
	font-family: 'Jost';
	font-size: 32px;
	margin: 32px 0 0;
	text-align: center;
  }

  .grid-container {
	display: flex;
	grid-template-columns: repeat(2, 1fr); 
	gap: 50px;
	flex-direction: column;
  }

  .investor-card {
	background-color: aliceblue;
	border: 1px solid #ddd;
	border-radius: 20px; 
	padding: 20px;
	display: flex;
	flex-direction: row; 
	position: relative;
	transition: transform 0.5s ease-in-out;
	max-width: 600px; 
	margin: 0 auto;
	height: auto;
  }

   .investor-card:hover {
	transform: perspective(1000px) rotateX(10deg);
	background-color:cornsilk;
  }

  .investor-card:hover {
	transform: scale(1.2); 
	background-color: cornsilk;
	z-index: 1; 
  }

  .investor-image {
	width: 115px;
	height: 100px;
	border-radius: 50%;
	margin-right: 20px;
  }

  .investor-details {
	flex: 1;
	text-align: left; 
  }

  .investor-name,
  .social-link {
	margin-bottom: 10px;
	font-size:14px;
  }

  .social-icon {
	width: 20px;
	height: 20px;
	margin-left: 5px;
  }

  .investor-para {
	word-spacing: 6px;
	font-family: 'Jost';
	text-align: justify;
	margin-bottom: 15px;
	margin-top: 25px;
	grid-column:span 1; 
  }

  @media (max-width: 768px) {
	.grid-container {
	  grid-template-columns: 1fr;
	}
  } 

 

  @media (max-width: 768px) {
	.grid-container {
	  grid-template-columns: 1fr;
	}
  
	.investor-card {
	  flex-direction: column;
	  align-items: center;
	}
  
	.investor-para {
	  grid-column: span 2;
	}
  } */
  


  .investorcontainer {
    max-width: auto; 
    margin: 0 auto;
    padding: 20px;
	margin-bottom: 40px;
	/* background-color: #f8f8f8; */
}

.meet-investors-heading {
    font-family: 'Jost';
    font-size: 32px;
    margin: 32px 0 0;
    text-align: center;
}

.grid-container {
    display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  /* background-color: #f8f8f8; */
  padding: 10px;
}

.investor-card {
    background-color: transparent;
    border: none;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    position: relative;
    transition: transform 0.5s ease-in-out;
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
    border-bottom: 1px solid #ccc;
	background-color: #f8f8f8;

}

.investor-card:hover {
    /* transform: scale(1.2); */
    /* background-color: #ececec; */
    /* z-index: 1; */
	border-radius: 15px;
}

.investor-image {
    width: 120px;
    height: 115px;
    border-radius: 50%;
    /* margin-right: 20px; */
}

.investor-details {
    flex: 1;
    text-align: left;
	margin: 5px;
}

.investor-name
 {
    margin-bottom: 0px;
    font-size: 13px;
	margin-left: 20px;
}

.investor-para {
	margin-left: 20px ;
	margin-right: 70px;
    /* word-spacing: 12px; */
    font-family: 'Jost';
    text-align: justify;
    margin-bottom: 15px;
    margin-top: 10px;
    grid-column: span 1;
}

@media (max-width: 768px) {
    .grid-container {
        /* grid-template-columns: 1fr; */
		display: grid;
		grid-template-columns: auto;
		gap: 10px;
		/* background-color: #f8f8f8; */
		padding: 10px;
		/* justify-content: center; */
    }
	/* .investor-name
	{
	   display: flex;
	   justify-content: center;
   } */
    .investor-card {
        flex-direction: column;
        align-items: center;
    }
	.investor {
		display: flex;
	   justify-content: center;
	}
	.custom-button {
		display: flex;
		align-items: center;
		justify-content: center; /* Add this line to center the text content */
		text-decoration: none;
		color: white;
		background-color: #0352C9;
		width:85px;
		font-size: small;
		border-radius: 5px;
		margin: 5px;
		margin-left: 20px;
	}
	.button-icon {
		width: 20px; 
		height: 18px;
		margin-right: 10px;
		border-radius: 8px;
		margin: 3px;
	}
    .investor-para {
        grid-column: span 2;
		word-spacing: 8px;
		margin-left: 10px;
		margin-right: 10px;
    }
}
@media (min-width: 768px) and (max-width: 800px) {
    .grid-container {
        grid-template-columns: 1fr;
    }

    .investor-card {
        flex-direction: row;
        align-items: center;
    }

    .investor-para {
        grid-column: span 2;
		word-spacing: 8px;
		margin-left: 10px;
		margin-right: 10px;
    }
	.custom-button {
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		color: white;
		background-color: #0352C9;
		width:85px;
		font-size: small;
		border-radius: 5px;
		margin: 5px;
		margin-left: 20px;
	}
	
	.button-icon {
		width: 20px; 
		height: 18px;
		margin-right: 10px;
		border-radius: 8px;
		margin: 3px;
	}
}
@media (min-width: 800px) and (max-width: 1200px) {
    .grid-container {
        display: grid;
		grid-template-columns: auto;
		gap: 10px;
		/* background-color: #f8f8f8; */
		padding: 10px;
    }

    .investor-card {
        flex-direction: row;
        align-items: center;
    }

    .investor-para {
        grid-column: span 2;
		word-spacing: 8px;
		margin-left: 10px;
		margin-right: 10px;
    }
	.custom-button {
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		color: white;
		background-color: #0352C9;
		width:85px;
		font-size: small;
		border-radius: 5px;
		margin: 5px;
		margin-left: 20px;
	}
	
	.button-icon {
		width: 20px; 
		height: 18px;
		margin-right: 10px;
		border-radius: 8px;
		margin: 3px;
	}
}
@media (min-width: 1200px) and (max-width: 4000px) {
	.custom-button {
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		color: white;
		background-color: #0352C9;
		width:85px;
		font-size: small;
		border-radius: 5px;
		margin: 5px;
		margin-left: 20px;
	}
	
	.button-icon {
		width: 20px; 
		height: 18px;
		margin-right: 10px;
		border-radius: 8px;
		margin: 3px;
	}
}
  
  
  
  

/* .custom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    background-color: #0352C9;
	width:85px;
	font-size: small;
	border-radius: 5px;
	margin: 5px;
	margin-left: 20px;
}

.button-icon {
    width: 20px; 
    height: 18px;
    margin-right: 10px;
	border-radius: 8px;
	margin: 3px;
} */


  

  