#wrapper #main #content{
    background-image: url(../images/glow.svg), url(../images/glow.svg), url(../images/glow.sv);
    background-position: 0% 94%, -71% 53%, 249% 112%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(0, 0, 0);
}

header#header .html_topbar_left .Edetails img {
    margin-right: 10px;
}

.KnowledgeZoneBlogs{
    margin-top: 40px;
}

.KnowledgeZoneBlogs .post-item .blog-post-inner>h5>a:hover{
    color: #fff;
    text-decoration: underline;
}

.KnowledgeZoneBlogs .post-item .blog-post-inner>h5>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    width: 100%;
}



.KnowledgeZoneBlogs>div.col {
    padding: 10px;
}
.KnowledgeZoneBlogs>div.col>.col-inner {
    background: linear-gradient(120deg, rgb(0 105 129 / 30%) 0%, rgba(0, 102, 255, 0.3) 44%, rgba(0, 192, 255, 0.3) 100%);
     min-height: 100%;
}

.single.single-news-list .nav-previous>a,
.single.single-news-list .nav-next>a{
    color: #ddd;
}
.single.single-news-list .nav-previous>a:hover,
.single.single-news-list .nav-next>a:hover{
    color: #fff;
}