.blog-section-main{
    background-color: #56D2F436;
}
.blog-section-main-content{
	max-width: 1200px;
}
.head-image-part{
	background-image: url('../images/blog-top-bg.png');
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top:-130px;
}
.header-section{
	backdrop-filter: blur(3px);
}
.bg-head-section-main{
	position: relative;
}
.top-desc-box{
	position: absolute;
	width:60%;
	left:50%;
	margin: 0 auto;
	top:50%;
	transform: translate(-50%,-60%);
}
.top-desc-box .blog-part span{
	font-family: Raleway;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	background:#0027B71C;
	color: #0027B7;
	width: 82;
	height: 28;
	angle: 0 deg;
	opacity: 1;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	border-radius: 16px;
}
.top-desc-box h1{
	font-family: Lora;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 64px;
	leading-trim: NONE;
	line-height: 76px;
	letter-spacing: 0%;
	text-align: center;
	color: #0027B7;
}
.top-desc-box form input{
	width: 320;
	height: 48;
	angle: 0 deg;
	opacity: 1;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
	gap: 8px;
	border-radius: 8px;
	border-width: 1px;
	border: 1px solid #D0D5DD;
	box-shadow: 0px 1px 2px 0px #1018280D;
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	color: #667085;
	padding-left: 40px;
}
.top-desc-box form .from-part{
	position: relative;
}
.top-desc-box form img{
	position: absolute;
	left:15px;
	top:0px;
}
.blog-box{
    padding: 13px 20px;
    margin-bottom:30px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px #ABBED133;
}
.blog-box .img-part img{
	width: 100%;
	height:250px;
}
.blog-box .sub-title-icon .text-start p{
	font-family: Lora !important;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 22px;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: 0%;
	color: #101828;
}
.blog-box .desc p{
	text-align: left;
	font-family: Raleway;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	color: #667085;
}
.blog-box .user-section ul{
	padding-left: 0px;
	list-style: none;
}
.blog-box .user-section ul li{
	display: inline-block;
}
.blog-box .user-section ul li p{
	font-family: Raleway;
	margin:0px;
	padding: 0px;
	margin-bottom: -2px;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 20px;
	letter-spacing: 0%;
	color: #101828;
}
.blog-box .user-section ul li span{
	font-family: Raleway;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 20px;
	letter-spacing: 0%;
	color: #667085;
}
.blog-box .user-section ul li img{
	border-radius: 50%;
	width:40px;
	height:40px;
	margin-top: -28px;
	margin-right: 10px;
}
.btn-bottom .btn-bottom{
	font-family: Raleway;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	background: #0027B7;
	color: #fff;
	height: 55px;
	width: 170px;
	padding-top: 13px;
	margin: 50px 0px 70px;
}