/* ------------ Blog Home ------------- */
.homebloggridwithanimation .container {
    max-width: 100%
}
.homebloggridwithanimation .section-title::before {
    top: 0px;
}

.homebloggridwithanimation .section-title::after {
    bottom: 65%;
    top: auto;
}

.homebloggridwithanimation .section-title h2 {
    padding-top: 80px;
    margin-bottom: 40px;
}
.red-news {
    background-size: cover;
    border-radius: 10px;
    border: 4px solid #fff;
    padding: 131px 30px;
    text-align: center;
    color: #ffff;
    background: #333;
    background-image: url(/DMS/Images/blog-background.jpg);
    background-position: right;
    position: relative;
}

    .red-news:before {
        content: "";
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(90deg,hsla(0,0%,4%,.69),transparent 61.34%);
        background-image: linear-gradient(90deg,hsl(200.38deg 92.31% 30.64% / 75%),#63ffd89e 61.34%);
        background-image: linear-gradient(90deg,hsl(0deg 0% 23.77% / 43%),#f8f8f863 61.34%);
        background: var(--bg-2);
    }

    .red-news a {
        top: 28%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .red-news .fa-rss {
        font-size: 45px;
        color: #fff;
    }

    .red-news h2 {
        font-size: 30px;
        font-weight: 900;
        margin: 18px 0px 0px;
        color: #fff;
    }

.hm-blgs .red-news ~ div.col-md-4 {
    border: 4px solid #fff;
}

.blg-tre {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.homebloggridwithanimation .blg-tre{
    min-height: 262px;
}
.blg-tre::before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 37%) !important;
}

.item-media {
    border: 1px solid #f3f3f3;
    border-radius: 5px;
}

    .item-media img {
        border-radius: 5px;
    }
.hm-blgs {
    margin: 0px 0px 0px;
    padding-bottom: 50px;
}
.blg-tre img {
   height: 262px;
    width: 100%;
}

.blg-tre .item-content.entry-content {
    position: absolute;
    top: 192px;
    left: 0;
    background: #fafafa00;
    padding: 12px 15px 12px;
    width: 80%;
    border-bottom: 5px solid #c90000;
    transition: 0.65s;
}

.blg-tre:hover .item-content.entry-content {
    top: 139px;
}

.blg-tre .entry-date a {
    color: #ffffff;
    display: none;
}

.entry-date a {
    color: #c90000;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

.blg-tre .item-content.entry-content h4 {
    margin: 0px 0px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    min-height: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    height: 50px;
}

    .blg-tre .item-content.entry-content h4 a {
        color: #fff;
    }

.blg-tre hr {
    margin: 6px 0px 8px;
    color: #fff;
    opacity: 1;
}

.blg-tre .theme_button.color1 {
    padding: 7px 11px;
    height: auto;
    width: auto;
    line-height: 13px;
    color: #333;
    border: none;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
}
    .blg-tre .theme_button.color1:hover {
        color:#fff;
    }
    .byauthortags .meta.text-muted {
        overflow: initial;
    }
/* ------------ Blog Home END------------- */
