#sp-header.header-nectar .container {
    background-color: #d5eb8f;
    border-radius: 80px;
}
#sp-header.header-sticky {
    background-color: #d6eb8a;
    top: 0px;
    transition: all .3s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.sp-page-title:after {
    display: none;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #006818;
    font-weight: 700;
}
.sp-page-title>.container:after {
    display:none;
}
.sp-page-title>.container:before {
    display:none;
}
.layout-blog .sp-page-title>.container, .view-registration .sp-page-title>.container, .view-login .sp-page-title>.container {
    background-color: #006818;
}
.layout-blog .sp-page-title>.container .sp-page-title-heading, .layout-blog .sp-page-title>.container .sp-page-title-sub-heading, .view-registration .sp-page-title>.container .sp-page-title-heading, .view-registration .sp-page-title>.container .sp-page-title-sub-heading, .view-login .sp-page-title>.container .sp-page-title-heading, .view-login .sp-page-title>.container .sp-page-title-sub-heading {
    color: #006818;
    color: #fff;
}
.view-category #sp-position-1, .view-category #sp-main-body {
    background-color: var(--bg-color2);
    background: #fcfdf3;
}
.view-category .article-list .article .article-body .article-header h2 {
    font-family: 'Play';
}
.view-category .article-list .article .article-body .article-header h2 a {
    color: #006818;
}
.view-article .article-title-wrap .article-header h1 {
    font-family: 'Play';
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
}