/* ------------ Blog Home ------------- */
.hm-blgs {
    margin: 0px 0px;
}

.red-news {
    background-size: cover;
    border-radius: 10px;
    border: 4px solid #fff;
    padding: 131px 30px;
    text-align: center;
    color: #ffff;
    background-image: url(/dms/Images/forexbanner.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: #3b8397a6;
    }

    .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;
}

    .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;
    }

.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 #ffffff82;
    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;
    text-align: left;
    font-weight: 500;
    line-height: 25px;
    overflow: hidden;
    min-height: 50px;
}

    .blg-tre .item-content.entry-content h4 a {
        color: #fff;
    }

.blg-tre hr {
    margin: 6px 0px 8px;
}

.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;
}
/* ------------ Blog Home END------------- */


/* ----------------------Blog Css Start----------------------- */
.bg-blog h1 {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px dashed #bebebe;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 0px;
}
.bg-blog .meta.text-muted {
    color: #333;
    display: inline-block;
}
.bg-blog .news-item p {
    margin-bottom: 20px;
}
    .bg-blog .news-item p a {
        color: #093a74;
        font-weight: 500;
    }
.bg-blog .news-item .featured-image img {
    border: none;
    margin-bottom: 30px;
    width: 100%;
}
.bg-blog.drbhasinblgdtl .textjusfymrgcntr h2 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}
.bg-blog.drbhasinblgdtl .textjusfymrgcntr h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.bg-blog.drbhasinblgdtl .textjusfymrgcntr  {
    padding:0px 15px;
}
.bg-blog .clearfix.tag-share {
    display: inline-block;
}
.bg-blog .clearfix.tag-share ul {
    margin: 10px 0px 18px;
}
.bg-blog .clearfix.tag-share ul li{
    display: inline-block;
}
ul.list-inline li:first-child {
    padding-left: 1px;
}
.bg-blog .clearfix.tag-share li h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}
.bg-blog .clearfix.tag-share li a {
    color: #093a74;
    margin: 0;
    font-weight: 200;
    font-size: 14px;
}
.bg-blog h1::before {
    content: '';
    position: absolute;
    top: 29px;
    width: 55px;
    height: 3px;
    background: #ffb700;
}

.bg-blog .news-item h3 a {
    color: #333;
    font-weight: 600;
}

.bg-blog .news-item.page-row.has-divider {
    border-bottom: 1px dashed #cecece;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.bg-blog table.dataTable.table-striped > tbody > tr.odd > * {
    box-shadow: none;
}

.bg-blog table.dataTable.table-hover > tbody > tr:hover > * {
    box-shadow: none;
    background: #fff;
}

.bg-blog .news-item.page-row.has-divider .thumb img {
    border: 1px solid #d4d4d4;
}

.bg-blog .table-bordered > tbody > tr > td {
    border: none;
    border-right: 1px solid #ddd;
}

.bg-blog .badge.badge-primary {
    display: none;
}

.bg-blog .col-md-6.pad-lft-0 {
    padding: 0;
    width: 100%;
    margin-bottom: -6px;
}

.bg-blog .badge.badge-secondary {
    border-radius: 0px;
    background: no-repeat;
    margin: 0;
    padding: 0;
}

    .bg-blog .badge.badge-secondary a {
        padding: 0px;
        display: inline-block;
        border-radius: 0px !important;
        color: #cd1010;
    }

.bg-blog .ttl-blg {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 21px;
    text-transform: capitalize;
}

.bg-blog .blg-rd {
    padding-left: 0px;
}

.bg-blog .read-more {
    padding: 12px 12px;
}
.bg-blog .blglistdrbhasin p {
    line-height: 22px;
    font-size: 14px;
}
.bg-blog {
    margin-bottom: 50px;
    padding-top: 50px;
}
/* ----------------------Blog Css End----------------------- */
