/** news-section **/


.news-section {
    position: relative;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--secondary-color);
    border-radius: 20px;
}

.news-block-one .inner-box .image-box img {
    width: 1400%;
    border-radius: 20px;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img {
    transform: scale(1.05);
    opacity: 0.5;
}

.news-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 25px;
}

.news-block-one .inner-box .lower-content .category {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    background: #F5F0FF;
    border-radius: 40px;
    padding: 6px 15px;
    margin-bottom: 17px;
}

.news-block-one .inner-box .lower-content h3 {
    display: block;
    color: #1E1E1E;
    font-weight: 700;
    font-size: 25px;
    line-height: 31.5px;
    margin-bottom: 15px;
}

.news-block-one .inner-box .lower-content h3 a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.news-block-one .inner-box .lower-content p {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 20px;
    line-height: 25.2px;
    letter-spacing: 0%;

}

.news-block-one .inner-box .lower-content h3 a:hover {}

.news-block-one .inner-box .lower-content .post-info {
    position: relative;
    display: flex;
    align-items: center;
}

.news-block-one .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    padding-left: 28px;
    color: var(--title-color);
    margin-right: 30px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
    margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a {
    display: inline-block;
    color: var(--title-color);
}

.news-block-one .inner-box .lower-content .post-info li a:hover {}

.news-block-one .inner-box .lower-content .post-info li i {
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 20px;
}

.news-block-one .inner-box .lower-content h2 {
    display: block;
    font-size: 36px;
    line-height: 48px;
}

.news-block-one .inner-box .lower-content h2 a {
    display: inline-block;
    color: var(--title-color);
}

.news-block-one .inner-box .lower-content h2 a:hover {
    color: var(--theme-color);
}

.news-block-one.bg-white-style .inner-box {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 10px 50px 0px #0000000D;
    margin-bottom: 60px;
    box-shadow: 4px 4px 8px 0px #00000040;
}

.news-block-one.bg-white-style .inner-box .lower-content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25.2px;
    color: #0A1F1A;
}

.news-block-one.bg-white-style .inner-box .lower-content h3 a {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.news-block-one.bg-white-style .inner-box .lower-content p,
.news-block-one.bg-white-style .inner-box .lower-content p a {
    font-weight: 400;
    font-size: 15px;
    line-height: 18.9px;
    color: #0A1F1A;
}

.news-block-one.bg-white-style .inner-box .lower-content p.speaker {
    font-weight: 400;
    font-size: 15px;
    line-height: 18.9px;
    color: #0A1F1A;
}

.news-block-one.bg-white-style .link-section-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.news-block-one.bg-white-style .link-section-list li a {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 13px;
    line-height: 16.38px;
}

.sidebar-page-container .news-block-one .inner-box {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 50px 0px #0000000D;
    margin-bottom: 60px;
}

.sidebar-page-container .news-block-one .inner-box .image-box,
.sidebar-page-container .news-block-one .inner-box .image-box img {
    border-radius: 0px;
}

.sidebar-page-container .news-block-one .inner-box .lower-content {
    padding: 30px 30px 40px 30px;
}

.sidebar-page-container .news-block-one .inner-box .lower-content .upper-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sidebar-page-container .news-block-one .inner-box .lower-content .upper-box .category {
    margin-bottom: 0px;
}


.news-block-one.blog-block.bg-grad-green-hover .inner-box .lower-content h3 {

    margin-bottom: 20px;
    margin-top: 20px;
}

.news-block-one.blog-block.bg-grad-green-hover .inner-box .lower-content h3,
.news-block-one.blog-block.bg-grad-green-hover .inner-box .lower-content h3 a {
    font-weight: 600;
    font-size: 15px;
    line-height: 18.9px;
    color: #000;
}

.news-block-one.blog-block.bg-grad-green-hover .inner-box .lower-content h3,
.news-block-one.blog-block.bg-grad-green-hover:hover .inner-box .lower-content h3 a {
    color: #fff;
}

ul.blog-meta {
    display: flex;
    justify-content: space-between;
}

.blog-meta a {
    font-weight: 300;
    font-size: 10px;
    line-height: 12.6px;
    color: #000000;
}

.news-block-one.blog-block.bg-grad-green-hover:hover .inner-box .blog-meta a {
    font-weight: 300;
    font-size: 10px;
    line-height: 12.6px;
    color: #fff;
}

.blog-meta a.label {
    background: #0A1F1A;
    padding: 3px 13px;
    color: #fff;
    border-radius: 10px;
}

.news-block-one.blog-block.bg-grad-green-hover:hover .inner-box .blog-meta a.label {
    background: #ECFFEE;
    color: #000;
}



@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {
    .news-block-one.bg-white-style .inner-box {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .news-section {
        padding-bottom: 40px;
    }

    .sidebar-page-container {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 599px) {
    .sidebar-page-container .news-block-one .inner-box .lower-content .upper-box {
        display: block;
    }

    .sidebar-page-container .news-block-one .inner-box .lower-content .upper-box .category {
        margin-bottom: 15px;
        margin-right: 0px;
    }

    .rtl .sidebar-page-container .news-block-one .inner-box .lower-content .upper-box .category {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 499px) {
    .news-block-one .inner-box .lower-content .post-info li {
        margin-right: 15px;
    }
}

.bg-light-green-style {
    background: #ECFFEE;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 25px;
}

.news-block-one.bg-light-green-style .inner-box .image-box,
.news-block-one.bg-dark-green-hover .inner-box .image-box {
    border-radius: 25px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.news-block-one.bg-light-green-style .inner-box .lower-content h3 {
    color: var(--theme-color);
}

.news-block-one.bg-light-green-style .inner-box .lower-content h3 a {
    color: inherit;
}

.bg-dark-green-hover {
    border-radius: 25px;
    box-shadow: 4px 4px 8px 0px #00000040;
    background: #f4f4f4;
    transition: background .3s ease-in-out;
}

.bg-dark-green-hover:hover {
    background: var(--theme-color);
}

.bg-dark-green-hover:hover .inner-box .lower-content h3 a,
.bg-dark-green-hover:hover .inner-box .lower-content h3 {
    color: #fff;
}

.filter-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #b0b0b0;
    font-size: 14px;
}

.close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #b0b0b0;
}

@media (max-width: 767px) {
    .sidebar-sec {
        position: fixed;
        top: 0;
        right: 0;
        margin: 0 !important;
        height: 100%;
        width: 100%;
        background: #fff;
        padding: 30px;
        z-index: 99999999;
        transform: translateX(100%);
        transition: all .3s ease-in-out;
    }

    .sidebar-sec.open {
        transform: translateX(0%);
    }

    .sidebar-sec .close-icon {}
}

.bg-dark-green-hover:hover .inner-box .lower-content p {
    color: #fff;
}



.news-block-one.light-green-hovered .inner-box {
    background: #ECFFEE;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 10px 50px 0px #0000000D;
    margin-bottom: 60px;
    box-shadow: 4px 4px 8px 0px #00000040;
}

.news-block-one.light-green-hovered:hover .inner-box {
    background: radial-gradient(57.24% 99.91% at 3.03% 110.77%, #009962 0%, #0A1F1A 100%);
}

.news-block-one.light-green-hovered .inner-box h3 {
    font-weight: 600;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 18px 26px;
}

.news-block-one.light-green-hovered .inner-box .lower-content p,
.news-block-one.light-green-hovered .inner-box .lower-content p a {
    font-weight: 400;
    font-size: 15px;
    line-height: 18.9px;
    color: #0A1F1A;
}

.news-block-one.light-green-hovered:hover .inner-box .lower-content p,
.news-block-one.light-green-hovered:hover .inner-box .lower-content p a {
    color: #fff;
}

.news-block-one.light-green-hovered .inner-box .lower-content p.speaker {
    font-weight: 400;
    font-size: 15px;
    line-height: 18.9px;
    color: #0A1F1A;
}

.news-block-one.light-green-hovered .inner-box .lower-content p.speaker strong,
.news-block-one.light-green-hovered .inner-box .lower-content p.location strong {
    color: var(--theme-color);
    font-size: 25px;
    line-height: 1.5;
}

.news-block-one.light-green-hovered:hover .inner-box .lower-content p.speaker strong,
.news-block-one.light-green-hovered:hover .inner-box .lower-content p.location strong {
    color: #fff;
}

.news-block-one.light-green-hovered .inner-box .lower-content p.location strong {
    font-size: 20px;
}

.news-block-one.light-green-hovered .link-section-list {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

.news-block-one.light-green-hovered .link-section-list li a {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 15px;
    line-height: 18.38px;
}

.news-block-one.light-green-hovered:hover .link-section-list li a,
.news-block-one.light-green-hovered:hover .inner-box .lower-content p.speaker {
    color: #fff;
}