section.content-blog {
    padding: 60px 0 70px;
}
.blog-category-list {
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 50px;
}
.blog-category-list ul {
    line-height: normal;
    margin: 0;
    padding: 0;
    display: flex;
}
.blog-category-list ul a {
    display: block;
    padding: 22px 25px;
    color: #a0a0a0;
    transform: translateY(1.5px);
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}
.blog-category-list ul li.c-active a,
.blog-category-list ul a:hover {
    border-bottom: 3px solid #222222;
    color: #222222;
}

.blog-top {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.blog-top-image {
    width: 100%;
    position: relative;
}
.blog-top-image img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
}
.blog-top-content {
    position: absolute;
    padding: 50px;
    bottom: 0;
    left: 0;
    width: 60%;
}
.blog-top-content h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}
.blog-top-content p.meta {
    font-size: 14px;
    color: #97BF13;
    text-transform: uppercase;
}
.blog-top-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    background-color: rgba(255,255,255,.8);
    height: 100%;
    padding: 50px 30px 50px 50px;
}
.blog-top-right h3 {
    font-size: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
                line-clamp: 2;
        -webkit-box-orient: vertical;
}
.blog-top-right > h5 {
    color: #a3a3a3;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.blog-top-right-content {
    margin-top: 75px;
    max-height: 80%;
    padding-bottom: 10px;
}
.blog-top-right-content p.meta {
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    color: #97BF13;
    margin-bottom: 15px;
}
.blog-top-right-content p {
    margin-bottom: 40px;
    color: #696969;
    font-size: 15px;
}
.blog-button-1 {
    color: #222;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    position: relative;
    transition: all 0.3s ease;
}
.blog-button-1:hover {
    text-decoration: underline;
}
.blog-button-1::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-color: #97BF13;
    background-image: url(../images/blog-button.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    right: -32px;
    top: -6px;
}




.blog-item-outer {
    display: flex;
    gap: 50px 25px;
    flex-wrap: wrap;
}
.blog-item {
    flex: calc(33% - 25px);
    max-width: 33%;
}
.blog-list-image {
    width: 100%;
    height: 390px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    border: 1px solid #e0e0e0;
}
.blog-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.blog-list-image:hover img {
    transform: scale(1.03);
}
.blog-lising-content {
    padding-top: 25px;
}
.blog-lising-content p.meta {
    font-size: 12px;
    color: #97BF13;
    margin-bottom: 5px;
}
.blog-lising-content h3 {
    font-size: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-list-video.testimonial-video-mp4 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none;
}
.blog-list-video.testimonial-video-mp4 .playbutton {
    width: 60px;
}
.blog-list-video.testimonial-video-mp4 .player-container video {
    border-radius: 0;
}
.blog-list-video.testimonial-video-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-pagination {
    text-align: center;
    margin-top: 50px;
}
.blog-pagination .page-numbers {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    background-color: #1E1E1E;
    color: #fff;
    margin: 0 2px;
}
.blog-pagination .page-numbers.current {
    background-color: #97bf13;
    color: #1E1E1E;
}
.testimonial-right {
    border-top: 1px solid #f2f4ec;
}



section.single-post-title {
    background: #000000;
    padding: 240px 0 90px;
}
section.single-post-title h1{
    color: #fff;
    font-size: 44px;
}
section.single-post-container {
    padding: 60px 0 60px;
}
section.single-post-container .container-md {
    display: flex;
    gap: 55px;
}
.single-post-container-left {
    width: 70%;
}
.single-post-container-left a {
    text-decoration: underline;
}
.single-post-container-right {
    width: calc(30% - 50px);
}
.single-post-f-image {
    margin-bottom: 45px;
}
section.single-post-container img {
    max-width: 100%;
    height: auto;
}
section.single-post-container p.meta {
    font-size: 12px;
    color: #1E1E1E;
    margin-bottom: 30px;
}
section.single-post-container p.meta span {
    color: #fff;
    background-color: #97BF13;
    display: inline-block;
    padding: 0px 10px;
    margin-right: 10px;
}





section.single-post-container h1,
section.single-post-container h2,
section.single-post-container h3,
section.single-post-container h4,
section.single-post-container h5,
section.single-post-container h6{
    padding: 10px 0;
    color: #222;
}
section.single-post-container p{
    padding-bottom: 10px;
    color: rgba(34, 34, 34, 0.80);
}
section.single-post-container ul,
section.single-post-container ol{
    list-style: inside;
    padding: 10px 0;
}
section.single-post-container ul ul {
    margin-left: 20px;
}
section.single-post-container ul li,
section.single-post-container ol li{
    color: rgba(34, 34, 34, 0.80);
}
section.single-post-container ol > li {
    list-style: decimal;
    margin-left: 20px;
}
section.single-post-container ul li {
    padding-left: 20px;
    list-style: none;
    position: relative;
}
section.single-post-container ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #767676;
    border-radius: 50%;
}

.blog-about-author-wrapper {
    display: flex;
    padding: 30px;
    align-items: center;
    gap: 18px;
    background: #F2F4EC;
    margin-top: 60px;
    width: 100%;
}
.avatar-wrapper img {
    width: 65px !important;
    height: 65px !important;
    object-fit: cover;
    border-radius: 50%;
}
.about-author-meta {
    border-right: 1px solid #D8DDCA;
    padding-right: 60px;
    margin-right: 30px;
}
.about-author-meta p {
    padding-bottom: 5px !important;
}
.about-author-meta h6.about-author-name {
    padding: 0 !important;
    font-family: 'Roboto';
}
.author-desc p {
    color: #1E1E1E !important;
    font-weight: 500;
}


section.single-post-container .single-post-container-right > h6 {
    color: #222222;
    font-size: 16px;
    font-family: 'Roboto';
    margin-bottom: 35px;
    padding: 0;
}
section.single-post-container .single-post-container-right ul {
    list-style: none;
}
section.single-post-container .single-post-container-right ul li {
    display: flex;
    gap: 18px;
    margin-bottom: 30px;
    padding: 0;
    justify-content: space-between;
}
section.single-post-container .single-post-container-right ul li::before {
    display: none;
}
section.single-post-container .single-post-container-right ul li > a:first-child {
    width: 65%;
}
section.single-post-container .single-post-container-right ul li a.post-recent-thumb {
    width: calc(35% - 18px);
}
section.single-post-container .single-post-container-right ul li a.post-recent-thumb img{
    width: 100%;
}
section.single-post-container .single-post-container-right p.meta {
    color: #97BF13;
    margin-bottom: 0;
    padding-bottom: 5px;
}
section.single-post-container .single-post-container-right ul.post-recent h6 {
    font-family: Roboto;
    font-size: 16px;
    line-height: 1.5em;
    font-style: normal;
    font-weight: 600;
    color: #222;
    padding: 0;
    transition: all 0.3s ease;
}
section.single-post-container .single-post-container-right li:hover h6 {
    color: #97BF13;
}



.wpb-posts-nav {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 28px auto;
}
.wpb-posts-nav-left {
    background-image: url(../images/prev-post.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    position: relative;
    width: 50%;
}
.wpb-posts-nav-right {
    background-image: url(../images/next-post.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 40px;
    position: relative;
    width: 50%;
}
section.single-post-container .wpb-posts-nav p {
    color: #000;
}
section.single-post-container .wpb-posts-nav h6 {
    font-size: 18px;
    color: #1E1E1E;
    padding: 0;
    font-family: 'Roboto';
    margin-top: 38px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
section.single-post-container .wpb-posts-nav__thumbnail img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.wpb-posts-nav a {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wpb-posts-nav-thumb {
    width: 80px;
}
.wpb-posts-nav-title {
    width: calc(100% - 100px);
}
.wpb-posts-nav__thumbnail {
    display: block;
    margin: 0;
}


.post-quote-block {
    margin-top: 40px;
    padding: 70px 10% 55px;
    text-align: center;
    background-size: cover;
    background-position: center;
    text-transform: uppercase;
    position: relative;
    background-color: #f2f4ec;
}
.post-quote-block::before {
    position: absolute;
    content: "";
    background-image: url(../images/post-left-quote.svg);
    width: 32px;
    height: 32px;
    background-size: contain;
    left: 9%;
    top: 60px;
}
section.single-post-container .post-quote-block h6 {
    color: #222;
    position: relative;
    padding: 0 30px 10px;
}
section.single-post-container .post-quote-block h6::after {
    position: absolute;
    content: "";
    background-image: url(../images/post-right-quote.svg);
    width: 32px;
    height: 32px;
    background-size: contain;
    right: 0;
    bottom: 10px;
}
.post-quote-block p {
    text-transform: none;
}


.conte-after-quote {
    margin-top: 50px;
}
.conte-after-quote ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.conte-after-quote {
    margin-top: 40px;
    display: flex;
    gap: 35px;
}
.conte-after-quote-left {
    width: 70%;
}
.conte-after-quote-right {
    padding-top: 20px;
    width: 30%;
}


.single-post-f-video {
    width: 100%;
    position: relative;
    height: 510px;
    margin-bottom: 45px;
}
.single-post-f-video video {
    border-radius: 0;
}
.single-post-f-video.single-post-f-video-youtube{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.single-post-f-video.single-post-f-video-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:1566px) {
    .blog-top-right-content {
        margin-top: 55px;
    }
    .post-quote-block::before {
        left: 8%;
    }
}


@media (max-width:1440px) {
    .blog-top-right-content p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .blog-list-image {
        height: 360px;
    }
    .single-post-f-video {
        height: 450px;
    }
}
@media (max-width:1380px) {
    .blog-top-right {
        padding: 40px 20px 40px 40px;
    }
}
@media only screen and ( max-width: 1199px) {
    .blog-top-right {
        padding: 30px 20px 30px 30px;
    }
    .blog-top-right-content {
        margin-top: 30px;
    }
    .blog-top-right-content p.meta {
        margin-bottom: 5px;
    }
    .blog-top-right-content p {
        margin-bottom: 30px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
    .blog-lising-content {
        padding-top: 15px;
    }
    .blog-lising-content p.meta {
        margin-bottom: 0;
    }
    .blog-lising-content h3 {
        font-size: 20px;
    }
    .blog-item-outer {
        gap: 30px 25px;
    }
    .blog-list-image {
        height: 320px;
    }
    .single-post-f-video {
        height: 400px;
    }
}
@media only screen and ( max-width: 961px) {
    .blog-top-content {
        padding: 30px;
    }
    .blog-top-content h3,
    .blog-top-right h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .blog-top-right {
        width: 40%;
    }
    .blog-top-right > h5 {
        font-size: 14px;
    }
    .blog-category-list ul a {
        display: block;
        padding: 15px 15px;
        font-size: 15px;
    }
    section.content-blog {
        padding: 40px 0 50px;
    }
    .blog-category-list {
        margin-bottom: 40px;
    }
    .blog-list-image {
        height: 230px;
    }
    .blog-top {
        margin-bottom: 30px;
    }
    section.single-post-title {
        padding: 190px 0 60px;
    }
    section.single-post-title h1 {
        font-size: 38px;
    }
    section.single-post-container {
        padding: 50px 0 40px;
    }
    section.single-post-container .single-post-container-right > h6 {
        margin-bottom: 25px;
    }
    section.single-post-container .single-post-container-right ul li {
        gap: 10px;
        margin-bottom: 20px;
    }
    section.single-post-container .single-post-container-right ul li a.post-recent-thumb {
        width: calc(35% - 10px);
        max-width: 105px;
    }
    section.single-post-container .container-md {
        display: flex;
        gap: 40px;
    }
    .single-post-container-left {
        width: 65%;
    }
    .single-post-container-right {
        width: calc(35% - 40px);
    }
    section.single-post-container .single-post-container-right p.meta {
        padding-bottom: 2px;
    }
    .single-post-f-image,
    .single-post-f-video {
        margin-bottom: 30px;
    }
    .single-post-f-video {
        height: 350px;
    }
    section.single-post-container p.meta {
        margin-bottom: 20px;
    }
    .post-quote-block {
        margin-top: 30px;
        padding: 50px 6% 35px;
    }
    .post-quote-block::before {
        left: 4%;
        top: 50px;
    }
    
    .blog-about-author-wrapper {
        padding: 20px;
        margin-top: 40px;
    }
    .conte-after-quote {
        margin-top: 20px;
        gap: 30px;
        /* flex-wrap: wrap; */
    }
    .conte-after-quote-left {
        width: 60%;
    }
    .conte-after-quote-right {
        width: 40%;
    }
    /* .conte-after-quote-left, .conte-after-quote-right {
        width: 100%;
        padding-top: 0;
    } */
    .conte-after-quote ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .about-author-meta {
        padding-right: 30px;
        margin-right: 10px;
    }
}
@media only screen and ( max-width: 768px) {
    .blog-top-content {
        padding: 20px;
        width: 100%;
    }
    .blog-top-right {
        position: static;
        width: 100%;
        padding: 20px 0;
    }
    .blog-top-image img {
        min-height: 300px;
        object-fit: cover;
    }
    .blog-item {
        flex: calc(50% - 25px);
        max-width: 50%;
    }
    section.single-post-container .container-md {
        flex-wrap: wrap;
    }
    .single-post-container-left, .single-post-container-right {
        width: 100%;
    }
    .wpb-posts-nav-left {
        background: none;
        padding-left: 0;
    }
    .wpb-posts-nav-right {
        background: none;
        padding-right: 0;
    }
    section.single-post-container .wpb-posts-nav h6 {
        font-size: 16px;
    }
}
@media only screen and ( max-width: 560px) {
    .blog-list-image {
        height: 180px;
    }
    .about-author-meta {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }
    .blog-about-author-wrapper {
        flex-wrap: wrap;
    }
    .author-desc {
        width: 100%;
        border-top: 1px solid #D8DDCA;
        padding-top: 10px;
    }
    .author-desc p {
        padding-bottom: 0 !important;
    }
    .wpb-posts-nav-thumb {
        width: 50px;
    }
    .wpb-posts-nav-title {
        width: calc(100% - 60px);
    }
    .wpb-posts-nav a {
        gap: 10px;
    }
    section.single-post-container .wpb-posts-nav__thumbnail img {
        width: 50px;
        height: 50px;
    }
    section.single-post-container .wpb-posts-nav h6 {
        font-size: 14px;
        margin-top: 34px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    .single-post-f-video {
        height: 300px;
    }
    
}

@media only screen and ( max-width: 420px) {
    .blog-list-image {
        height: 280px;
    }
    .blog-item {
        flex: 100%;
        max-width: 100%;
    }
    .blog-lising-content {
        padding-top: 10px;
    }

    .conte-after-quote {
        flex-wrap: wrap;
    }
    .conte-after-quote-left, .conte-after-quote-right {
        width: 100%;
        padding-top: 0;
    }
    .conte-after-quote-right img {
        width: 100%;
    }
    .conte-after-quote ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .single-post-f-video {
        height: 280px;
    }
    
}