/** Styles added by miflun **/

.hero-section {
    background-image: url("/img/hero/home_banner_bg2.jpg");
}

.hero-section.bg-blue .section-overlay {
    background: linear-gradient(127deg, rgb(10, 55, 127) 0%, rgb(10, 55, 127) 50%, rgba(10, 55, 127, 0.7763480392) 100%);
}

.blog-details-wrapper .blog-meta {
    display: flex;
    color: var(--mt-brown);
    font-size: 18px;
    margin-bottom: 18px;
}

.blog-details-wrapper .blog-meta .blog-catagory {
    position: relative;
    margin-left: 20px;
}

.blog-details-wrapper .blog-meta .blog-catagory::before {
        content: "";
        height: 5px;
        width: 5px;
        background: var(--mt-brown);
        border-radius: 50%;
        position: absolute;
        top: 12px;
        left: -12px;
    }

.about-sec-media .media-item .media-icon span {
    font-size: 52px;
    color: var(--mt-brown);
}

span[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon_mehedilaw !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.attorney-details ul {
    list-style:disc;
    margin-left:18px;
}

.color-white, .color-white p {
    color: #ffffff;
}