.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 .featured-post img {

    object-fit: cover;

    -webkit-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    -ms-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}



.tf-posts .featured-post {

    overflow: hidden;

    position: relative;

}



.tf-posts .blog-post:hover .featured-post img {

    transform: translateX(-10px) scale(1.05);

}



.tf-posts .blog-post .featured-post .post-date-item {

    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: var(--theme-primary-color);
    background: #fff;
    font-family: 'Public Sans';
    padding: 10px;
    border-radius: 7px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 60px;
    text-align: center;
    z-index: 5;

}

.tf-posts .blog-post .featured-post .post-date-item a span {
font-weight: 600;
font-size: 24px;
line-height: 28.2px;
}

.tf-posts .blog-post .featured-post a {

  overflow: hidden;

}



.tf-posts .blog-post .featured-post .post-date-item a {

    color: var(--theme-primary-color);

}



.tf-posts .blog-post .post-category {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.8px;
    font-family: 'Public Sans';
}

.tf-posts .blog-post .post-category .post-meta:not(:last-child) {
    margin-right: 50px;
    position: relative;
}

.tf-posts .blog-post .post-category .post-meta:not(:last-child)::before {

    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #D9D9D9;
    content: '';
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.tf-posts .blog-post .post-category a {
    color: #555555;
    text-transform: capitalize;
}

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



.tf-posts .blog-post .description {

    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #555555;
    font-family: 'Public Sans';
    margin-bottom: 24px;

}



.tf-posts .blog-post .tf-btn-blog {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.12px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    font-family: "Manrope", sans-serif;
    color: #555555;
    background-color: #FFF;
    border: 1px solid rgba(18, 18, 18, 0.1);
    border-radius: 7px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 11px 20px 11px 20px;
    width: max-content;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
    overflow: hidden;
    text-transform: capitalize;
}

.tf-posts .blog-post .tf-btn-blog:hover {
    color: var(--theme-primary-color);
    background-color: var(--theme-secondary-color);
    border: 1px solid var(--theme-secondary-color);
}

.tf-posts .blog-post .tf-button i {

    transition: all 0.3s ease-in-out;

    font-size: 12px;

}



/* style 1 */

.blog-post .title {

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}

.tf-posts.style1 .featured-post {

    border-radius: 10px;

}

.blog-post .title a:hover {

    color: var(--theme-secondary-color);

}

.tf-posts .featured-post img {

    width: 100%;
    transform: scale(1.05);
    -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);

}



.tf-posts.style1 .featured-post img {

    height: 270px;

}



.tf-posts.style1 .featured-post {

    margin-bottom: 30px;

}




.tf-posts.style1 .blog-post .title {

    margin-bottom: 11px;
    font-size: 24px;
    line-height: 35px;

}



/* style 2 */



.tf-posts.style2 .blog-post .featured-post img {

    height: 430px;

}



.tf-posts.style2 .blog-post .featured-post {

    margin-bottom: 21px;

}

.tf-posts.style2 .blog-post .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 14px;
}

.tf-posts.style2 .blog-post .title a {
    color: #1B3942;
    display: inline;
    -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 .post-category {
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(3, 9, 23, 0.1);
}

.tf-posts.style2 .post-date-item a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.8px;
    color: #555555;
}

.tf-posts.style2 .post-date-item a i {
    margin-right: 5px;
    font-size: 16px;
}



.tf-posts .blog-post .post-category {

    margin-bottom: 21px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

}





/* style 3 */

.tf-posts.style3 .blog-post {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 10px 4px 60px 0 rgba(182, 182, 182, 0.25);
}


.tf-posts.style3 .blog-post.item-1 .featured-post img {

    height: 300px;

}

.tf-posts.style3 .blog-post.item-1 .featured-post {

    margin-bottom: 29px;

}

.tf-posts.style3 .post-meta-category {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
}

.tf-posts.style3 .post-meta-category a {
    color: var(--theme-primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 18.8px;
    font-family: 'Public Sans';
    background: #FFF;
    padding: 7px 10px;
    border-radius: 7px;
}

.tf-posts.style3 .post-category .post-meta i {
    font-size: 16px;
    margin-right: 7px;
}

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

.tf-posts.style3 .blog-post .post-category .post-meta:not(:last-child)::before {
    display: none;
}

.tf-posts.style3 .blog-post .post-category {
    margin-bottom: 19px;
}

.tf-posts.style3 .content {
    padding: 30px 40px;
}

.tf-posts.style3 .blog-post .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 26px;
}

.tf-posts.style3 .blog-post .title a {
    color: #1B3942;
}
.blog-post .tf-button-container .tf-btn-blog2 {
    position: relative;
}
.blog-post .tf-button-container .tf-btn-blog2::before {
    content: "";
    background-color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(22, 56, 56, 0.1);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.blog-post .tf-button-container .tf-btn-blog2:hover::before {
   width: 100%;
   background-color: #1B3942;
   border-radius: 8px;
}
.blog-post .tf-button-container .tf-btn-blog2:hover span {
    opacity: 1;
    visibility: visible;
    padding: 0px 20px 0px 4px;
}
.blog-post .tf-button-container .tf-btn-blog2 i {
    z-index: 2;
    position: relative;
    position: relative;
    line-height: 0;
    font-weight: normal;
    margin-left: 15px;
    color: var(--theme-primary-color);
    transition: all 0.3s ease-in-out;
}
.blog-post .tf-button-container .tf-btn-blog2:hover i {
   color: #fff;
}
.blog-post .tf-button-container .tf-btn-blog2 span {
    z-index: 2;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.blog-post .tf-button-container .tf-btn-blog2 {
    /* width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    gap: 8px;
    border: 1px solid rgba(22, 56, 56, 0.1);
    color: #555555;
    -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;
    padding: 13px 15px;
    overflow: hidden; */
}

.blog-post .tf-button-container .tf-btn-blog2 i {
    /* font-size: 11px;
    transform: translateX(45px);
    -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;
    visibility: visible;
    opacity: 1; */
}

.blog-post .tf-button-container .tf-btn-blog2 span {
    /* font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    transform: translateX(100%); */
    /* -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; */
    /* visibility: hidden;
    opacity: 0;
    color: #fff; */
}

.blog-post .tf-button-container .tf-btn-blog2:hover {
    /* width: max-content;
    border-radius: 10px;
    background-color: #1B3942; */
}

.blog-post .tf-button-container .tf-btn-blog2:hover span {
    /* visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.1s; */
}

.blog-post .tf-button-container .tf-btn-blog2:hover i {
    /* transform: translateX(0px);
    color: #fff; */
}

/* style 4 */

.tf-posts.style4 .blog-post {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 10px 4px 60px 0 rgba(182, 182, 182, 0.25);
}


.tf-posts.style4 .blog-post .featured-post img {

    height: 300px;

}

.tf-posts.style4 .post-category .post-meta i {
    font-size: 16px;
    margin-right: 7px;
}

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

.tf-posts.style4 .blog-post .post-category .post-meta:not(:last-child)::before {
    width: 5px;
    height: 5px;
    background-color: rgba(18, 18, 18, 0.1);
    right: -28px;
    border-radius: 100%;
}

.tf-posts.style4 .blog-post .post-category {
    margin-bottom: 20px;
}

.tf-posts.style4 .content {
    padding: 30px 40px;
}

.tf-posts.style4 .blog-post .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}

.tf-posts.style4 .blog-post .title a {
    color: #1B3942;
}




/* 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;

    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: var(--theme-primary-color);

    display: inline-block;

    margin: 0 5px;

}



.tf-posts.has-carousel.no-bullets .owl-dots {

    display: none;

}



.tf-posts.has-carousel.has-bullets .owl-dots {

    display: block;

}



.tf-posts.style1 .owl-carousel .owl-dots .owl-dot span::after {

    width: 40px;

    height: 40px;

}



.tf-posts.style1 .owl-dots .owl-dot {

    margin: 0 15px;

}



@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.no-carousel.tablet-column-3 {

        column-count: 3 !important;

        width: unset;

    }



    .tf-posts.no-carousel.tablet-column-2 {

        column-count: 2 !important;

        width: unset;



    }



    .tf-posts.no-carousel.tablet-column-1 {

        column-count: 1 !important;

        width: unset;



    }



    .tf-posts.style1 .blog-post .content {

        margin-right: 0px;

        margin-top: 0px;

    }



    .tf-posts.style4 .blog-post .content {

        padding: 30px 15px 37px 15px;

    }

}



@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.no-carousel.mobile-column-2 {

        column-count: 2 !important;

    }



    .tf-posts.no-carousel.mobile-column-1 {

        column-count: 1 !important;

    }



    .tf-posts.style1 .blog-post.wg-post-1 {

        padding: 20px;

    }



    .tf-posts.style1 .blog-post.wg-post-1 .featured-post {

        padding-left: 15px;

    }



    .tf-posts.no-carousel.mobile-column-2 .item {

        -ms-flex: 0 0 50%;

        flex: 0 0 50%;

        max-width: 50%;

    }



    .tf-posts.style4 .blog-post .content {

        padding: 30px 30px 37px 30px;

    }



    .tf-posts.style2 .blog-post {

        display: block;

    }



    .tf-posts.style2 .blog-post .featured-post,

    .tf-posts.style2 .blog-post .content {

        width: 100%;

    }

}