body{
    background-color: #eef6f6;
    color: #3b3b3b;
    font-family: proxima-nova;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
}
.bg {
    background: #fff;
}
.header-area-blog {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 100px;
    z-index: 9;
}

.feature-title {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 28px;
    line-height: 32px;
    font-family: Poppins,sans-serif;
}
.blog_header_img {
    width:100%;
    height: 100%
}
.blog_area_blog {
    padding: 120px 0 10px 0;
}   
.blog_header_title {
    padding: 30px;
    position: absolute;
    bottom: 65px;
    left: 170px;
    background: #fff;
    font-size: 57px;
    width: 67%;
}
img.blog_area_img {
    width: 100%;
}
.btn-blog {
    color: #fff;
    padding: 15px;
    background: var(--primary_color);
    font-weight: 600;
}
.txt{
    color: #000!important;
}
.header-area .main-header-area.sticky {
    background:#fff!important;
}