.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%;

}



/* style-1 */



.tf-posts.style1 .blog-post {

    box-shadow: 0px 10px 60px 0px #A5A5A540;

    background-color: #fff;

    padding: 5px 5px 5px 5px;

}



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

    margin-bottom: 8px;

}



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

    font-family: 'Manrope';

    font-size: 16px;

    font-weight: 500;

    line-height: 21.86px;

    color: #696969;

}



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

    font-size: 22px;

    font-weight: 600;

    line-height: 30px;

    letter-spacing: -0.03em;

    margin-bottom: 14px;

}



.tf-posts.style1 .blog-post .tf-button-container a {

    font-family: 'Inter';

    font-size: 16px;

    font-weight: 700;

    line-height: 19.36px;

}



.tf-posts.style1 .blog-post .tf-button-container a i {

    font-weight: 700;

    vertical-align: middle;

    font-size: 15px;

    display: inline-block;

}



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

    margin-bottom: 16px;

}



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

    padding: 20px 20px 27px 36px;

}



.tf-posts.style1 .blog-post:hover .tf-button-container a {

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

}



/* style-2 */



.tf-posts.style2 .blog-post {

    background-color: #fff;

}



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

    margin-bottom: 8px;

}



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

    font-family: 'Manrope';

    font-size: 16px;

    font-weight: 500;

    line-height: 21.86px;

    color: #696969;

}



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

    font-size: 22px;

    font-weight: 600;

    line-height: 30px;

    letter-spacing: -0.03em;

    margin-bottom: 14px;

}



.tf-posts.style2 .blog-post .tf-button-container a {

    font-family: 'Inter';

    font-size: 16px;

    font-weight: 700;

    line-height: 19.36px;

}



.tf-posts.style2 .blog-post .tf-button-container a i {

    font-weight: 700;

    vertical-align: middle;

    font-size: 15px;

    display: inline-block;

}



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

    margin-bottom: 3px;

    position: relative;

}



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

    background: #002FF5;

    display: flex;

    flex-direction: column;

    color: #fff;

    position: absolute;

    top: 0;

    right: 0;

    padding: 8px 18px 6px 18px;

}



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

    margin-bottom: 5px;

}



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

    font-family: 'Manrope';

font-size: 16px;

font-weight: 500;

line-height: 21.86px;

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

}



.tf-posts.style2 .blog-post .category-post a:hover {

    color: #222222;

}



.tf-posts.style2 .blog-post .featured-post .meta-time .day-time {

    font-family: 'Inter';

    font-size: 22px;

    font-weight: 600;

    line-height: 30px;

    letter-spacing: -0.03em;

    margin-bottom: -6px;

}



.tf-posts.style2 .blog-post .featured-post .meta-time .month-time {

    font-family: 'Inter';

    font-size: 16px;

    font-weight: 600;

    line-height: 30px;

    letter-spacing: -0.03em;

}



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

    padding: 20px 0px 27px 0px;

}



.tf-posts.style2 .blog-post:hover .tf-button-container a {

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

}



/* style-3 */



.tf-posts.style3 .blog-post {

    position: relative;

}



.tf-posts.style3 .blog-post .meta-post {

    margin-bottom: 6px;

}



.tf-posts.style3 .blog-post .post-meta {

    font-family: 'Manrope';

    font-size: 16px;

    font-weight: 500;

    line-height: 21.86px;

    color: #fff;

}



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

    font-size: 22px;

    font-weight: 600;

    line-height: 30px;

    letter-spacing: -0.03em;

    margin-bottom: 12px;

}



.tf-posts.style3 .blog-post .tf-button-container a {

    font-family: 'Inter';

    font-size: 16px;

    font-weight: 700;

    line-height: 19.36px;

}



.tf-posts.style3 .blog-post .tf-button-container a i {

    font-weight: 700;

    vertical-align: middle;

    font-size: 12px;

    display: inline-block;

}



.tf-posts.style3 .blog-post .featured-post a::after {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    width: 100%;

    height: 50%;

    background: linear-gradient(180deg, rgba(2, 6, 38, 0) 0%, #020626 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;

}



.tf-posts.style3 .blog-post:hover .featured-post a::after {

    height: 100%;

}



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

    position: absolute;

    left: 50px;

    right: 50px;

    bottom: 32px;

}



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

    height: 543px;

}



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

    font-size: 30px;

    line-height: 1.3333333333333333em;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    overflow: hidden;

    text-overflow: ellipsis;

    word-break: break-word;

}



.tf-posts.style3 .blog-post .tf-button-container a,

.tf-posts.style3 .blog-post .title a,

.tf-posts.style3 .blog-post .description {

    color: #fff;

}



.tf-posts.style3 .blog-post .tf-button-container a:hover,

.tf-posts.style3 .blog-post .title a:hover {

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

}



/* style-4 */

.tf-blog-home8 .tf-posts.style4 .blog-post {
    flex-direction: row-reverse;
}

.tf-posts.style4 .blog-post {

    display: flex;

    align-items: center;

    justify-content: space-between;

    column-gap: 40px;

    row-gap: 20px;

}



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

    margin-bottom: 8px;

}



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

    font-family: 'Manrope';

    font-size: 16px;

    font-weight: 500;

    line-height: 21.86px;

    color: #696969;

}



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

    font-size: 22px;

    font-weight: 600;

    line-height: 30px;

    letter-spacing: -0.03em;

    margin-bottom: 14px;

}



.tf-posts.style4 .blog-post .tf-button-container a {

    font-family: 'Inter';

    font-size: 16px;

    font-weight: 700;

    line-height: 19.36px;

}



.tf-posts.style4 .blog-post .tf-button-container a i {

    font-weight: 700;

    vertical-align: middle;

    font-size: 15px;

    display: inline-block;

}



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

    flex-shrink: 0;

    width: 31%;

}



.tf-posts.style4 .blog-post:hover .tf-button-container a {

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

}



/* style-5 */



.tf-posts.style5 .blog-post {

    box-shadow: 0px 10px 60px 0px #CBCBCB40;

}



.tf-posts.style5 .blog-post .meta-post {

    margin-bottom: 10px;

}



.tf-posts.style5 .blog-post .post-meta {

    font-family: 'Manrope';

    font-size: 16px;

    font-weight: 500;

    line-height: 21.86px;

    color: #696969;

}



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

    font-size: 22px;

    font-weight: 600;

    line-height: 30px;

    letter-spacing: -0.03em;

    margin-bottom: 24px;

}



.tf-posts.style5 .blog-post .description {

    margin-bottom: 31px;

}



.tf-posts.style5 .blog-post .tf-button-container {

    border-top: 1px solid #0206261A;

    padding-top: 22px;

}



.tf-posts.style5 .blog-post .tf-button-container a {

    font-family: 'Inter';

    font-size: 16px;

    font-weight: 700;

    line-height: 19.36px;

}



.tf-posts.style5 .blog-post .tf-button-container a i {

    font-weight: 700;

    vertical-align: middle;

    font-size: 15px;

    display: inline-block;

}



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

    padding: 31px 30px 32px 40px;

}



.tf-posts.style5 .blog-post:hover .tf-button-container a {

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

}



.tf-posts.style5 .blog-post .meta-post {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    row-gap: 10px;

}



.tf-posts.style5 .blog-post .meta-post .post-meta.meta-category a {

    font-family: 'Manrope';

    font-size: 16px;

    font-weight: 600;

    line-height: 30px;

    letter-spacing: -0.02em;

    text-decoration: underline;

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

}



.tf-posts.style5 .blog-post .meta-post .post-meta.meta-category a:hover {

    color: #222;

}



.tf-posts.style5 .blog-post .meta-post .post-meta::after {

    content: '';

    width: 5px;

    height: 5px;

    border-radius: 50%;

    background: #d2a98e;

    margin: 0 21px;

    display: inline-block;

    vertical-align: middle;

}



.tf-posts.style5 .blog-post .meta-post .post-meta:last-child::after {

    display: none;

}



/* style-6 */



.tf-posts.style6 .blog-post {

    box-shadow: 0px 10px 60px 0px #A5A5A540;

    background-color: #fff;

    display: inline-block;

}



.tf-posts.style6 .blog-post .meta-post {

    margin-bottom: 8px;

}



.tf-posts.style6 .blog-post .post-meta {

    font-family: 'Manrope';

    font-size: 16px;

    font-weight: 500;

    line-height: 21.86px;

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

}



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

    font-size: 22px;

    font-weight: 600;

    line-height: 30px;

    letter-spacing: -0.03em;

    margin-bottom: 14px;

}



.tf-posts.style6 .blog-post .tf-button-container a {

    font-family: 'Inter';

    font-size: 16px;

    font-weight: 700;

    line-height: 19.36px;

    color: #696969;

}



.tf-posts.style6 .blog-post .tf-button-container span::after {

    width: 100%;

    left: 0;

    right: auto;

    background: currentColor;

}



.tf-posts.style6 .blog-post .tf-button-container a i {

    font-weight: 700;

    vertical-align: middle;

    font-size: 15px;

    display: inline-block;

}



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

    margin-bottom: 16px;

}



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

    padding: 20px 20px 27px 36px;

}



.tf-posts.style6 .blog-post:hover .tf-button-container a {

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

}



.tf-posts.style6 .item:nth-child(even) .featured-post img {

    height: 350px !important;

}



.tf-posts.style6 .item:nth-child(even) {

    transform: translateY(-30px) !important;

}





.tf-posts .pagination-post {

    text-align: center;

    display: block;

    width: 100%;

    margin-top: 55px;

}



.tf-posts .blog-post .tf-button-container span {

    position: relative;

}



.tf-posts .blog-post .tf-button-container span::after {

    position: absolute;

    content: "";

    bottom: 0;

    height: 1px;

    width: 0;

    left: auto;

    right: 0;

    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;

    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;

    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;

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

}



.tf-posts .blog-post:hover .tf-button-container span::after {

    width: 100%;

    left: 0;

    right: auto;

}



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

    object-fit: cover;

}



.tf-posts .blog-post:hover .tf-button-container i {

    -webkit-animation: toRight 0.3s forwards;

    -moz-animation: toRight 0.3s forwards;

    animation: toRight 0.3s forwards;

}



.tf-posts .item {

    display: flex;

      display: -webkit-box;

}



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

    position: relative;

    overflow: hidden;

    display: block;

}



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

    display: inline !important;

    width: 100%;

    background-repeat: no-repeat;

    background-position-y: 0px;

    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);

    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);

    background-size: 0 100%;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}



.tf-posts .blog-post .title a:hover {

  background-size: 100% 100%;

  color: inherit;

}



/* hover Image */



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

    transition: clip-path 1s cubic-bezier(.12,.76,.36,1), opacity .3s, transform 1.5s cubic-bezier(.12,.76,.36,1);

}



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

    transform: scale(1.07);

}



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

}



@keyframes toRight {

    49% {

        transform: translate(100%);

    }

    50% {

        opacity: 0;

        transform: translate(-100%);

    }

    51% {

        opacity: 1;

    }

}



@media (max-width: 1024px) {
    .tf-blog-home8 .tf-posts.style4 .blog-post {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .tf-posts.style4 .blog-post {

        flex-direction: column-reverse;

    }

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

        width: 100%;

    }

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

        left: 20px;

        right: 20px;

    }

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

        font-size: 25px;

    }

}



@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.style6 .item:nth-child(even) {

        transform: translateY(0px) !important;

    }



}



@media (max-width: 767px) {



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

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%;

    }



}

