*{font-family: "Anek Bangla", sans-serif;margin: 0px;padding:0px;}
a{text-decoration: none !important;}

p{
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #222222;
}

h1{
	font-size: 66px;
	line-height: 110%;
	font-weight: 700;
}
h2{
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
}
h3{
	font-weight: 600;
	font-size: 22px;
	line-height: 120%;
}
h4{
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
}
img{
	width: 100%;
}
li::marker{
	font-size: 10px;
}
.color-333333{
	color: var(--text-dark);
}
.color-1d0c08{
	color: var(--text-heading);
}
.font-16px{
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #333333;
}
.font-18{
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
}

.my-10{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.my-20{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.my-30{
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.my-40{
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.mt-10{
	margin-top: 10px !important;
}
.mb-10{
	margin-bottom: 10px !important;
}
.mt-20{
	margin-top: 20px !important;
}
.mb-20{
	margin-bottom: 20px !important;
}
.mt-30{
	margin-top: 30px !important;
}
.mb-30{
	margin-bottom: 30px !important;
}
.mt-40{
	margin-top: 40px !important;
}
.mb-40{
	margin-bottom: 40px !important;
}
.mb-60{
	margin-bottom: 60px !important;
}
.py-80{
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.py-100{
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.p-10{
	padding: 10px;
}
.p-20{
	padding: 20px;
}
.p-30{
	padding: 30px;
}

/* banner section */
.same-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.same-banner .banner-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.same-banner .container{
	height: stretch;
	display: flex;
	align-items: center;
	padding-top: 180px;
	padding-bottom: 180px;
}
/* banner section END */

.bg-f8efed{
	background: #F8EFED;
}
.w-30{
	width: calc(33.33% - 10px);
}
.w-86{
	width: 86px;
}
.h-86{
	height: 86px;
}
.card,
.border{
	border-color: rgba(0, 0, 0, 0.1) !important;
}
.rounded-0{
	border-radius: 0px;
}
.rounded-10{
	border-radius: 10px;
}
.rounded-20{
	border-radius: 20px;
}
.item-dots-before{
	position: relative;
}
.item-dots-before::before{
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	bottom: 0px;
	margin: auto 0;
	width: 5px;
	height: 5px;
	background: rgba(29, 12, 8, 1);
	border-radius: 100px;
}
.btn-color-a45e4d{
	border-color: var(--primary-color);
	color: var(--primary-color);
}
.weight-300{
	font-weight: 300;
}
.weight-600{
	font-weight: 600;
}
.gap-20{
	gap: 20px !important;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	h1{
		font-size: 55px;
	}
	h2{
		font-size: 34px;
	}
	.my-20{
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.my-30{
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.my-40{
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.mt-30{
		margin-top: 20px !important;
	}
	.mb-30{
		margin-bottom: 20px !important;
	}
	.mt-20{
		margin-top: 10px !important;
	}
	.mb-20{
		margin-bottom: 10px !important;
	}
	.mt-40{
		margin-top: 20px !important;
	}
	.mb-40{
		margin-bottom: 20px !important;
	}
	.mb-60{
		margin-bottom: 40px !important;
	}
	.py-100{
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.py-80{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.md-fd-column{
		flex-direction: column;
	}
}

@media screen and (max-width: 767px) {
	h1{
		font-size: 45px;
	}
	h2{
		font-size: 30px;
	}
	.my-20{
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.my-30{
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.my-40{
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.mt-30{
		margin-top: 20px !important;
	}
	.mb-30{
		margin-bottom: 20px !important;
	}
	.mt-20{
		margin-top: 15px !important;
	}
	.mb-20{
		margin-bottom: 10px !important;
	}
	.mt-40{
		margin-top: 20px !important;
	}
	.mb-40{
		margin-bottom: 20px !important;
	}
	.mb-60{
		margin-bottom: 30px !important;
	}
	.py-100{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.py-80{
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.fd-col-reverse{
		flex-direction: column-reverse;
	}
	.md-fd-column{
		flex-direction: column;
	}
	.gap-20{
		gap: 10px !important;
	}
	.p-20 {
	    padding: 15px;
	}
	.p-30 {
	    padding: 15px;
	}
}