body {
	font-family: 'Hind';
}
h1, h2, h3{
	font-family: 'FreightText Pro Book';
}
img {
	max-width: 100%;
}
.bg-black {
	background-color: #000;
	color: #fff;
}
.bg-white {
	background-color: #fff;
	color: #000;
}
.bg-brown {
	background-color: #906a60;
	color: #fff;
}
.bg-light__brown {
	background-color: #d9c1bf;
	color: #000;
	margin-top: 40px;
	padding: 40px 60px;
}
.section-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-padding__btm {
	padding-bottom: 80px;
}
.full-media img {
	width: 100%;
}
.btn.btn-white {
	color: #000 !important;
	background-color: #fff;
	font-weight: 500;
	padding: 12px 22px;
	font-size: 18px;
}
.btn.btn-theme {
	color: #000 !important;
	background-color: #ad7c76;
	font-weight: 500;
	padding: 12px 22px;
	font-size: 18px;
}

.hero-content {
	margin-top: 50px;
}
.hero-content h2 {
	margin-bottom: 30px;
	font-size: 2.5rem;
}
.hero-content h3 {
	font-size: 1.5rem;
	font-family: 'Hind';
	font-weight: normal;
}
.hero-content-btm {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.hero-content-btm h2 {
	font-size: 2.5rem;
	margin-bottom: 20px;
}
.hero-content-btm ul {
	/* list-style: none; */
	padding-left: 14px;
}
.hero-content-btm ul li {
	padding: 5px 0;
}
.cheeck-list {
	list-style: none;
	padding-left: 0;
}
.cheeck-list li {
	padding: 10px 0;
}
.cheeck-list li  i {
	margin-right: 5px;
}

.about-founder .bg-black {
	padding: 50px 30px;
}
.about-founder__media {
	height: 100%;
}
.about-founder__media img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.faq-accordion .card {
	border-radius: 0;
	margin-top: 15px;
	border: 0;
}
.faq-accordion .card .card-header {
	background-color: #fff;
	border-bottom: 0;
	padding: 0;
	font-size: 18px;
}
.faq-accordion .card .card-header a {
	color: #000 !important;
	font-weight: 500;
	display: block;
	padding: 15px 35px 15px 20px;
	position: relative;
}
.card-header .card-link.collapsed:after {
	transform: rotate(0deg);
}
.card-header .card-link:after {
	content:"";
	background-image: url('/wp-content/uploads/2024/12/down.png');
	background-size: 17px;
	width: 17px;
	height: 12px;
	right: 10px;
	top: 20px;
	transform: rotate(180deg);
	position: absolute;
	
}
.faq-accordion .card .card-body {
	color: #000;
	
}
.hero-section {
	background-image: url('/wp-content/uploads/2021/09/about-pattren-left.svg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 28%;
}
.cusbrush_right::before {
	content: '';
	position: absolute;
	top: -45px;
	right: -45px;
	height: 110px;
	width: 110px;
	background-size: contain;
	background-position: center;
	z-index: 9;
	background-repeat: no-repeat;
	pointer-events: none;
}
.brush_brown::before {
	background-image: url('/wp-content/uploads/2021/09/brush-1.png');
}
.brush_yellow::before {
	background-image: url('/wp-content/uploads/2021/09/light-orange-brush.svg');
}
.brush-top-right::before {
	content: '';
	position: absolute;
	top: -40px;
	right: -40px;
	height: 140px;
	width: 140px;
	background-size: contain;
	background-position: center;
	background-image: url('/wp-content/uploads/2021/09/brush.svg');
	z-index: 9;
	background-repeat: no-repeat;
	pointer-events: none;
}
.cusbrush_right, .brush-top-right {
	position: relative;
}
