/*================================================
About Area CSS
=================================================*/

.about-area {
	position: relative;
	z-index: 1;
}
.about-area.bg-black {
	background-color: var(--blackColor);
}
.about-image {
	text-align: center;
	border-radius: 5px;
	padding-right: 15px;
}
.about-image img {
	border-radius: 5px;
}
.about-content {
	padding-left: 15px;
}
.about-content .sub-title {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
}
.about-content h2 {
	font-size: 36px;
	margin-bottom: 10px;
}
.about-content p {
	margin-bottom: 25px;
}
.about-content h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
.about-content.color-white h2,
.about-content.color-white h3 {
	color: var(--whiteColor);
}
.about-content.color-white p {
	color: #e3e3e3;
}

/*================================================
Why Choose Area CSS
=================================================*/

.why-choose-area {
	position: relative;
	z-index: 1;
}
.why-choose-area.bg-black {
	background-color: var(--blackColor);
}
.why-choose-area .shape9 {
	right: 20px;
	left: auto;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.why-choose-area .shape10 {
	left: 50px;
	right: auto;
	bottom: 20%;
}
.why-choose-area .shape8 {
	right: 2%;
	left: auto;
}
.why-choose-image {
	text-align: center;
	border-radius: 5px;
	padding-left: 15px;
}
.why-choose-image img {
	border-radius: 5px;
}
.why-choose-content {
	padding-right: 15px;
}
.why-choose-content .sub-title {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
}
.why-choose-content h2 {
	font-size: 36px;
	margin-bottom: 10px;
}
.why-choose-content p {
	margin-bottom: 25px;
}
.why-choose-content p:last-child {
	margin-bottom: 0;
}
.why-choose-content h3 {
	font-size: 25px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
	font-family: 'Inter', sans-serif;
	color: #000627;
}
.why-choose-content h3::before {
	width: 22px;
	height: 3px;
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
}
.why-choose-content.color-white h2,
.why-choose-content.color-white h3 {
	color: var(--whiteColor);
}
.why-choose-content.color-white p {
	color: #e3e3e3;
}
