.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(90deg, rgb(0 0 0 / 70%) 0%, rgb(255 255 255 / 0%) 100%);
}

.news-block>img,
.blog-block>img {
    width: 100%;
}

.news-block .heading {
    display: flex;
    align-items: flex-start;
}

.news-block .heading p {
    color: #fff;
    padding-left: 15px;
}

.news-block a.read-more-btn {
    position: absolute;
    bottom: 20px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.25s ease-in-out;
}

.news-block a.read-more-btn:hover {
    color: #fff;
    border-bottom: 1px solid #EB3916;
}

.news-banner {
    position: relative;
}

.news-banner img {
    width: 100%;
}

.news-banner .banner-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 0;
    left: 0;
    padding-bottom: 20px;
    display: flex;
    align-items: flex-end;
    /* background: linear-gradient(0deg, rgb(0 0 0 / 68%) 0%, rgb(255 255 255 / 0%) 100%); */
}

.news-banner .banner-overlay h3 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 800;
    color: #fff;
    text-align: center;
}
.news-banner .banner-overlay h1 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 800;
    color: #fff;
    text-align: center;
}

section.news-filter-sec {
    padding: 0px 0px;
}

.news-list-sec {
    padding: 60px 0;
}

.news-filter-sec .container {
    display: flex;
    justify-content: space-between;
}

.news-filter-sec .filter-options a {
    color: #212529;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #212529;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
}

.news-filter-sec .filter-options a:hover,
.news-filter-sec .filter-options a.active {
    color: #FD5000;
}

.news-filter-sec .filter-options a:last-child {
    border-right: 0;
}

.search-wrap {
    position: relative;
}

.search-wrap .search {
    border: 1px solid #9f9f9f;
    padding: 5px 15px 5px 35px;
    border-radius: 5px;
    font-size: 15px;
}

.search-wrap .search:focus,
.search-wrap .search:focus-visible {
    border: 1px solid #EB3916;
    outline: none;
}

.search-wrap .search-icon {
    position: absolute;
    width: 16px;
    top: 9px;
    left: 10px;
    opacity: 0.6;
    pointer-events: none;
}

.page-link {
    border: none;
    color: #EB3916;
    padding: 0.375rem 0.4rem;
}

.page-link:hover,
.page-link:focus {
    z-index: 2;
    color: #4B5058;
    background-color: transparent;
}

.page-link:focus {
    outline: none;
    box-shadow: none;
}

.pagination {
    justify-content: center;
    margin-bottom: 50px;
}

.page-link[aria-label="Previous"],
.page-link[aria-label="Next"] {
    color: #4B5058;
}

section.news-banner-inner {
    margin-top: 80px;
    position: relative;
}

.news-banner-inner .container {
    position: relative;
}

.news-banner-inner .container picture img {
    width: 100%;
}

.banner-overlay {
    position: absolute;
    top: 20px;
    left: 30px;
}

.blog-description-sec {
    padding: 50px 0px;
}

.blog-description-sec h4,
.recent-blogs h4 {
    color: #FD5000;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
}

.socila-links {
    display: flex;
    margin-bottom: 20px;
}

.socila-links span {
    margin-right: 10px;
}

a.socila-link {
    padding: 0px 8px;
}

a.socila-link img {
    /* filter: invert(1) opacity(0.7); */
}

.in-the-news a {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    text-decoration: none;
}

.in-the-news p {
    padding-left: 15px;
    color: #4B5058;
}

.back-to-top {
    text-align: right;
}

.back-to-top span {
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.back-to-top span:hover {
    color: #FD5000;
}

.recent-blogs {
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .news-filter-sec .container {
        display: block;
    }
    .filter-options {
        margin-bottom: 15px;
    }
    .recent-blogs {
        padding-bottom: 40px;
    }
    .news-banner {
        margin-top: 72px;
    }
    section.news-filter-sec {
        padding: 0;
    }
}