﻿.accordion-button:not(.collapsed) {
    color: #96292b !important;
    background-color: #e6cbcc;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.text-primary {
    color: #96292b !important;
}
.acc-title {
    font-size: 1rem;
}
.heading {
    /*color: #ee1d24;*/
    font-size: 1.5rem;
}
.blog-home2 {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
}

    .blog-home2 .card {
        border-color: #E5E5E5;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 0px 50px -25px rgb(0 0 0 / 25%);
    }

.details-cont {
    padding: 15px;
}

.blog-home2 h1,
.blog-home2 h2,
.blog-home2 h3,
.blog-home2 h4,
.blog-home2 h5,
.blog-home2 h6 {
    color: #3e4555;
}

.blog-home2 .font-weight-medium {
    font-weight: 500;
}

.blog-home2 .bg-light {
    background-color: #f4f8fa !important;
}

.blog-home2 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.blog-home2 .text-themecolor {
    color: #f8f9fa;
    background: #96292b;
    padding: 12px;
    border-radius: 7px;
    float: right;
}

.blog-home2 h5 {
    line-height: 22px;
    font-size: 18px;
}

.blog-home2 a.link {
    color: #3e4555;
}

    .blog-home2 a.link:hover {
        color: #96292b;
    }

.blog-home2 .on-hover {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .blog-home2 .on-hover:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

.blog-home2 .date-pos {
    right: 10px;
    top: 10px;
}

    .blog-home2 .date-pos span {
        font-size: 30px;
        line-height: 30px;
    }

.blog-home2 .bg-info-gradiant {
    background: #b10e11;
    background: -webkit-linear-gradient(legacy-direction(to right), #b10e11 0%, #96292b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#b10e11), to(#96292b));
    background: -webkit-linear-gradient(left, #b10e11 0%, #96292b 100%);
    background: -o-linear-gradient(left, #b10e11 0%, #96292b 100%);
    background: linear-gradient(to right, #b10e11 0%, #96292b 100%);
}

.past-link {
    font-size: 18px;
}