
:root {
	/* Dynamic color material */
	--accent-color: #ffb90b !important;
	--second-color: #000000 !important;
}
.section-title h3::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url('admin/uploads/svgs/h3_icon_svg.svg') no-repeat;
	background-position: left center;
	background-size: cover;
	width: 16px;
	height: 16px;
}
.excellence-innovating-list ul li:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url('admin/uploads/svgs/list_icon_svg.svg') no-repeat center left;
	background-size: cover;
}
.about-content-list ul li:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url('admin/uploads/svgs/list_icon_svg.svg') no-repeat center left;
	background-size: cover;
}
.pricing-list ul li::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url('admin/uploads/svgs/list_icon_svg.svg') no-repeat center left;
	background-size: cover;
}
.mission-vision-content-list ul li:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url('admin/uploads/svgs/list_icon_svg.svg') no-repeat center left;
	background-size: cover;
}
.our-history-list ul li:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url('admin/uploads/svgs/list_icon_svg.svg') no-repeat center left;
	background-size: cover;
}
.service-entry ul li::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url('admin/uploads/svgs/list_icon_svg.svg') no-repeat center left;
	background-size: cover;
}
.project-entry ul li::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url('admin/uploads/svgs/list_icon_svg.svg') no-repeat center left;
	background-size: cover;
}
.team-member-content ul li::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url('admin/uploads/svgs/list_icon_svg.svg') no-repeat center left;
	background-size: cover;
}
.post-entry blockquote {
	background: url('admin/uploads/svgs/blockquote_icon_svg.svg'), var(--primary-color);
	background-repeat: no-repeat;
	background-position: 35px 30px;
	background-size: 58px;
	border-radius: 30px;
	padding: 30px 30px 30px 100px;
	margin-bottom: 30px;
}