.tf-posts.no-carousel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.tf-posts.no-carousel.column-1 .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.tf-posts.no-carousel.column-2 .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.tf-posts.no-carousel.column-3 .item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.tf-posts.no-carousel.column-4 .item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/* style-1 */

.tf-posts .blog-post {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tf-posts .blog-post .featured-post {
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 0;
}

.tf-posts .blog-post .tf-button-container a {
    font-size: 16px;
    font-weight: 500;
    line-height: 31px; 
    color: #000;
}

.tf-posts .blog-post .tf-button-container a:hover {
    color: var(--theme-primary-color);
}


/* .tf-posts.style1 .blog-post .tf-button-container a::after {
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #000000;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}

.tf-posts.style1 .blog-post .tf-button-container a:hover {
    background: var(--theme-primary-color);
    color: #fff;
}

.tf-posts.style1 .blog-post .tf-button-container a:hover i {
    color: #fff;
}

.tf-posts.style1 .blog-post .tf-button-container a:hover::after {
    border-color: #fff;
} */

.tf-posts .blog-post .tf-button-container a:hover i {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

.tf-posts .blog-post .featured-post a {
    width: 100%;
    display: block;
}

.tf-posts .blog-post .featured-post .blog-plus {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}

.tf-posts .blog-post:hover .featured-post .blog-plus {
    visibility: visible;
    opacity: 0.6;
    cursor: pointer;
}

.tf-posts .blog-post .featured-post img {
    object-fit: cover;
    width: 100%;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tf-posts .blog-post:hover .featured-post img {
    transform: scale(1.05);
}

.tf-posts .blog-post .content {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #FFF;
    border: 1px solid #E0E4E8;

    padding: 26px 42px;
}

.tf-posts .blog-post:hover .content {
    box-shadow: 0px 4px 22px 0px #0000001C;
    border-color: transparent;
}


.tf-posts .blog-post .title {
    color: #071C1F;
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 12px;
}

.tf-posts .blog-post .description {
    color: #4F545A;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 13px;
}

.tf-posts .blog-post .title a {
    color: inherit;
}

.tf-posts .blog-post .title a:hover {
    color: var(--theme-primary-color);
}

.tf-posts .blog-post .category-post a {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.tf-posts .blog-post .meta-features {
    padding: 7px 27.5px 7px 18px;
    border-radius: 0px;
    background: var(--theme-primary-color);
    display: flex;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.tf-posts .blog-post .meta-post {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.tf-posts .blog-post .meta-post li .post-comment {
    position: relative;
}

.tf-posts .blog-post .meta-post li .post-comment::before {
    content: '';
    width: 10px;
    height: 1px;
    background: #676A7D;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

.tf-posts .blog-post .meta-features .post-meta.meta-time,
.tf-posts .blog-post .meta-features .category-post a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 150%; 
}

.tf-posts .blog-post .meta-features .post-meta.meta-time {
    margin-right: 17px;
}

.tf-posts .meta-post .author-post i,
.tf-posts .blog-post .meta-features .category-post i,
.tf-posts .meta-post .post-comment i,
.tf-posts .meta-post .day-post svg {
    margin-right: 7px;
    color: var(--theme-primary-color);
    font-size: 14px;
}

.tf-posts .meta-post .author-post i {
    font-size: 19px;
}

.tf-posts .meta-post .author-post {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.tf-posts .blog-post .meta-features .category-post i {
    color: #fff;
}

.tf-posts .meta-post .day-post i {
    font-size: 20px;
}

.tf-posts .blog-post .meta-features .category-post {
    display: flex;
    align-items: center;
}

.tf-posts .blog-post .meta-features .category-post a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.135em;
    text-transform: uppercase;
}

.tf-posts .blog-post .meta-post .post-meta:not(:last-child) {
    margin-right: 16px;
}

.tf-posts .blog-post .meta-post .post-meta a,
.tf-posts .blog-post .meta-post .post-meta.meta-time {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
}

.tf-posts .blog-post .meta-post .post-meta.meta-author span {
    color: #64666C;
    margin-right: 5px;
}

.tf-posts .blog-post .meta-post .post-meta a:hover {
    color: var(--theme-primary-color);
}

.tf-posts .blog-post .tf-button-container i {
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
    font-size: 16px;

}

.tf-posts .item {
    display: flex;
      display: -webkit-box;

}

.tf-posts .item .blog-post {
    display: flex;
        display: -ms-flexbox;
    flex-direction: column;
}

.tf-posts .meta-post {
    display: flex;
    align-items: center;
}

.tf-posts .meta-post li:not(:last-child) {
    margin-right: 45px;
}

.tf-posts .meta-post .day-post,
.tf-posts .meta-post .post-comment {
    display: flex;
    align-items: center;
}

.tf-posts .meta-post .day-post .image img {
    border-radius: 50%;
    border: 2px solid #FFF;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.07);
    width: 34px;
    height: 34px;
    object-fit: cover;
}

.tf-posts .meta-post .day-post .image {
    margin-right: 7px;
}

.tf-posts .meta-post .day-post .day,
.tf-posts .meta-post .post-comment {
    color: #020626;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;

}

.tf-posts .blog-post .meta-post li.hide-icon .post-comment::before {
    display: none;
}

/* style 2 */

.tf-posts.style2 .blog-post .content {
    padding: 23px 40px 32px;
    box-shadow: 0px 4px 11px 0px #0000000A;
    border: none;
   
    position: relative;
}


.tf-posts.style2 {
    text-align: center;
}

.tf-posts.style2 .blog-post .meta-post {
    justify-content: center;
    margin-bottom: 22px;
}

.tf-posts.style2 .blog-post .title {
    font-size: 20px;
    line-height: 31px;
    font-weight: 700;
    color: #191B1E;
}

.tf-posts.style2 .blog-post .featured-post .image img {
    width: auto;
}

.tf-posts.style2 .blog-post .featured-post .author-post img {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    z-index: 5;
}
.tf-posts.style2 .blog-post .featured-post .author-post {
   
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 43px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* background: #fff; */
}

.tf-posts.style2 .blog-post .featured-post .author-post .name {
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
    margin-left: 12px;
    padding-right: 26px;
    position: absolute;
    left: -100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-posts.style2 .blog-post .featured-post .author-post .name span {
    color: var(--theme-primary-color);
    text-transform: uppercase;
}

.tf-posts.style2 .blog-post .featured-post .author-post:hover .name {
    position: relative;
    left: 0;
    opacity: 1;
    visibility: visible;
}

.tf-posts.style2 .blog-post .featured-post .author-post::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 43px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-posts.style2 .blog-post .featured-post .author-post:hover::before {
    width: 100%;
}

.tf-posts.style2 .blog-post .tf-button-container  {
    position: absolute;
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    transform: translate(-50%,50%);
    width: 61px;
    height: 61px;
    background-color: var(--theme-primary-color);
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-posts.style2 .blog-post:hover .tf-button-container {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}


.tf-posts.style2 .blog-post .tf-button-container a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.tf-posts.style2 .blog-post .tf-button-container a i {
    margin-left: 0;
    color: #fff;
}

.tf-posts.style2 .blog-post .tf-button-container a:hover i {
    all: unset;
}

.tf-posts.style2 .blog-post .tf-button-container a:hover {
    color: #fff;
}

/* style 3 */
.tf-posts.style3 .blog-post .featured-post {
    border-radius: 4px;
}

.tf-posts.style3 .blog-post .meta-features {
    bottom: auto;
    top: 13px;
    left: 11px;
    border-radius: 4px;
}

.tf-posts.style3 .blog-post .content {
    border-radius: 4px;
    border: none;
    margin: 0 20px;
    z-index: 5;
    padding: 30px 33px 27px 40px;
    background: var(--theme-primary-color);
    margin-top: -113px;
}

.tf-posts.style3 .blog-post .content .meta-post {
    margin-bottom: 6px;
}

.tf-posts.style4 .blog-post .meta-post li .post-comment::before,
.tf-posts.style3 .blog-post .meta-post li .post-comment::before {
    display: none;
}

.tf-posts.style3 .content .description,
.tf-posts.style3 .meta-post .author-post i, .tf-posts.style3 .meta-post .post-comment i,
.tf-posts.style3 .meta-post .author-post, .tf-posts.style3 .meta-post .post-comment {
    color: #fff;
}

.tf-posts.style3 .meta-post .author-post, .tf-posts.style3 .meta-post .post-comment {
    font-size: 15px;
}

.tf-posts.style3 .blog-post .title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 14px;
}

.tf-posts.style3 .blog-post .title a:hover {
    color: var(--theme-secondary-color);
}

.tf-posts.style3 .blog-post .tf-button-container a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

/* style 4 */
.tf-posts.style4 .blog-post  {
    flex-direction: row;
    align-items: center;
}

.tf-posts.style4 .blog-post .featured-post {
    width: 37.5%;
    border-radius: 4px;
}

.tf-posts.style4 .blog-post .content {
    width: calc(62.5% + 30px);
    margin-left: -30px;
    z-index: 5;
    padding: 20px 36px;
    border: none;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 4px 11px 0px #0000000A;
}

.tf-posts.style4 .blog-post .meta-post {
    margin-bottom: 7px;
}

.tf-posts.style4 .blog-post .content .title {
    color: #081E2A;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 7px;
}

.tf-posts.style4 .meta-post .author-post, .tf-posts.style4 .meta-post .post-comment {
    font-size: 14px;
    color: rgb(0, 0, 0,0.6);
}

.tf-posts.style4 .meta-post .author-post i, .tf-posts.style4 .meta-post .post-comment i{
    color: var(--theme-primary-color);
}

.tf-posts.style4 .blog-post .tf-button-container a {
    font-size: 15px;
}

.tf-posts.style4 .blog-post .tf-button-container a i {
    color:  var(--theme-primary-color);
}

/* mansory */

.tf-posts.layout-mansory.no-carousel {
    display: block;
    column-gap: 0px;
}

.tf-posts.layout-mansory.no-carousel.column-3 {
    column-count: 3;
}

.tf-posts.layout-mansory.no-carousel.column-4 {
    column-count: 4;
}

.tf-posts.layout-mansory.no-carousel.column-2 {
    column-count: 2;
}

.tf-posts.layout-mansory.no-carousel.column-1 {
    column-count: 1;
}

.tf-posts.layout-mansory.no-carousel .item {
    max-width: unset !important;
    break-inside: avoid;
}

.tf-posts.layout-mansory.no-carousel .blog-post .featured-post img {
    height: unset;
}

/* Carousel  */
.tf-posts.has-carousel .owl-nav .owl-prev,
.tf-posts.has-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.tf-posts.has-carousel .owl-nav {
    position: absolute;
}

.tf-posts .owl-carousel .owl-nav .owl-next,
.tf-posts .owl-carousel .owl-nav .owl-prev {
    border: 3px solid #e8e8e9;
}

.tf-posts.has-carousel .owl-nav .owl-next {
    left: unset;
    right: 0;
}

.tf-posts.has-carousel .owl-nav .owl-prev:before,
.tf-posts.has-carousel .owl-nav .owl-next:before,
.tf-posts.has-carousel .owl-dots .owl-dot:before {
    display: none;
}

.tf-posts.has-carousel.no-arrow .owl-nav .owl-prev,
.tf-posts.has-carousel.no-arrow .owl-nav .owl-next {
    display: none;
}

.tf-posts.has-carousel.has-arrow .owl-nav .owl-prev,
.tf-posts.has-carousel.has-arrow .owl-nav .owl-next {
    display: block;
}

.tf-posts .owl-dots {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.tf-posts .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #000000;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

.tf-posts.has-carousel.no-bullets .owl-dots,
.tf-posts .owl-nav.disabled {
    display: none;
}

.tf-posts.has-carousel.has-bullets .owl-dots {
    display: block;
}

.tf-posts .pagination-post {
    width: 100%;
}

@media (max-width: 991px) {
    .tf-posts.no-carousel.tablet-column-1 .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tf-posts.no-carousel.tablet-column-2 .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tf-posts.no-carousel.tablet-column-3 .item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .tf-posts.layout-mansory.no-carousel.tablet-column-3 {
        column-count: 3 !important;
        width: unset;
    }

    .tf-posts.layout-mansory.no-carousel.tablet-column-2 {
        column-count: 2 !important;
        width: unset;

    }

    .tf-posts.layout-mansory.no-carousel.tablet-column-1 {
        column-count: 1 !important;
        width: unset;

    }

}

@media (max-width: 767px) {
    .tf-posts.no-carousel.mobile-column-1 .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

   .tf-posts.layout-mansory.no-carousel.mobile-column-2 {
        column-count: 2 !important;
    }

   .tf-posts.layout-mansory.no-carousel.mobile-column-1 {
        column-count: 1 !important;
    }

    .tf-posts.no-carousel.mobile-column-2 .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tf-posts.style3 .blog-post .content {
        padding: 30px 20px;
    }
}

@media (max-width: 600px) {
    .tf-posts.style4 .blog-post {
        flex-direction: column;
    }

    .tf-posts.style4 .blog-post .content,
    .tf-posts.style4 .blog-post .featured-post {
        width: 100%;;
    }

    .tf-posts.style4 .blog-post .content {
        margin-left: 0;
    }
}