.tf-team.no-carousel {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    position: relative;

}



.tf-team.no-carousel .item {

    padding: 15px 15px 15px 15px;

}



.tf-team.no-carousel.column-1 .item {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

}



.tf-team.no-carousel.column-2 .item {

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

}



.tf-team.no-carousel.column-3 .item {

    -ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

}



.tf-team.no-carousel.column-4 .item {

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

}



/* Index Disable */



.owl-carousel .indexActiveItem .team-post {

    position: relative;

}



.owl-carousel .team-post::after {

    content: '';

    position: absolute;

    top: -1px;

    left: -1px;

    right: -1px;

    bottom: -1px;

    background: #fff;

    opacity: 0;

    visibility: hidden;

    z-index: 99;

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

}



.owl-carousel .indexActiveItem .team-post::after {

    opacity: 0.7;

    visibility: visible;

}



/* style1 */



.tf-team.style1.no-carousel {

    display: block;

    display: block;

    -ms-flex-wrap: unset;

    flex-wrap: unset;

    position: relative;

}



.tf-team.style1 .group-team-style1 {

    display: flex;

    align-items: center;

    justify-content: space-between;

    column-gap: 50px;

}



.tf-team.style1 .group-team-style1 .content-right {

    width: 615px;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 15px;

    grid-auto-rows: minmax(100px, auto);

}



.tf-team.style1 .group-team-style1 .content-right .active-thumb {

    grid-column: 1 / 3;

    grid-row: 1 / 4;

    animation: fadeIn ease-in 0.3s;

}



@keyframes fadeIn {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}



.tf-team.style1 .group-team-style1 .active-thumb .featured-post img {

    height: 444px !important;

}



.tf-team.style1 .team-post {

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

    position: relative;

}



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

    width: 100%;

    height: 138px;

    object-fit: cover;

}



.tf-team.style1 .team-post .list-social {

    display: flex;

    align-items: center;

    column-gap: 24px;

    row-gap: 10px;

    justify-content: center;

    position: absolute;

    bottom: 29px;

    left: 31px;

    width: max-content;

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

    padding: 11px 27.5px 11px 27.5px;

    opacity: 0;

    visibility: hidden;

}



.tf-team.style1 .team-post .list-social a {

    color: #fff;

}



.tf-team.style1 .team-post .list-social a:hover {

    opacity: 0.6;

}



.tf-team.style1 .team-post.active-thumb .list-social {

    opacity: 1;

    visibility: visible;

}



.tf-team.style1 .team-post .counter-number {

    font-family: 'Inter';

    font-size: 20px;

    font-weight: 400;

    line-height: 30px;

    letter-spacing: -0.03em;

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

}



.tf-team.style1 .team-post .btn-readmore {

    width: 45px;

    height: 45px;

    background: #D2A98E;

    color: #fff;

    border-radius: 50%;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-left: 193px;

    font-size: 19px;

    margin-top: 6px;

    flex-shrink: 0;

}



.tf-team.style1 .team-post .btn-readmore:hover {

    background: #222;

}



.tf-team.style1 .content-left .team-post {

    display: flex;

    justify-content: space-between;

}



.tf-team.style1 .content-left .team-post .content {

    display: flex;

}



.tf-team.style1 .content-left .team-post .content .inner {

    margin-left: 50px;

}



.tf-team.style1 .content-left .team-post .content .title {

    margin-bottom: -1px;

    font-size: 22px;

    font-weight: 600;

    line-height: 30px;

    letter-spacing: -0.03em;

}



.tf-team.style1 .content-left .team-post .content .team-category a {

    font-family: 'Manrope';

    font-size: 16px;

    font-weight: 400;

    line-height: 30px;

    color: #696969;

}



.tf-team.style1 .content-left .team-post .content .team-category a:hover {

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

}



.tf-team.style1 .content-left .team-post {

    border-bottom: 1px solid #0201011A;

    padding-bottom: 26px;

    margin-bottom: 34px;

}



.tf-team.style1 .content-left .team-post:hover {

    border-color: #020626;

}



.tf-team.style1 .content-left .team-post:hover .btn-readmore {

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

}



.tf-team.style1 .content-left .team-post .content .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-team.style1 .content-left .team-post:hover .title a {

    background-size: 100% 100%;

}



.tf-team.style1 .content-left .team-post:last-child {

    margin-bottom: 0;

}



.tf-team.style1 .team-post .featured-post>a {

    display: block;

    overflow: hidden;

}



/* style 2 */



.tf-team.style2 .team-post {

    position: relative;

    margin-bottom: 88px;

}



.tf-team.style2 .team-post .featured-post img {

    height: 270px;

    width: 350px;

    object-fit: cover;

}



.tf-team.style2 .team-post .featured-post>a {
    display: block;

    overflow: hidden;

}



.tf-team.style2 .team-post .content {

    max-width: 330px;

    padding: 35px 50px;

    background: #fff;

    box-shadow: 0px 10px 60px 0px #9595951A;

    display: inline-block;

    position: absolute;

    top: 33.5%;

    right: 6%;

    z-index: 1;

    -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-team.style2 .team-post .title {

    margin-bottom: 4px;

}



.tf-team.style2 .team-post:hover .content {

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

    box-shadow: 0px 10px 60px 0px #086AD880;

}



.tf-team.style2 .team-post:hover .title a,

.tf-team.style2 .team-post:hover .team-category a {

    color: #fff;

}



.tf-team.style2 .team-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-team.style2 .team-post .title a:hover {

    color: #fff;

    background-size: 100% 100%;

}



.tf-team.style2 .team-post .list-social {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    column-gap: 10px;

    row-gap: 10px;

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

    border-top: 1px solid #0206261A;

    padding-top: 31px;

    margin-top: 21px;

    -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-team.style2 .team-post:hover .list-social {

    border-color: #FFFFFF1A;

}



.tf-team.style2 .team-post .list-social a {

    background: #e6e7ea;

    color: #696969;

    width: 40px;

    height: 40px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

}



.tf-team.style2 .team-post .list-social a:hover {

    background: #D2A98E;

    color: #fff;

}



/* style 3 */



.tf-team.style3 .team-post {

    border: 1px solid #18185E;

    background: #fff;

    text-align: 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-team.style3 .team-post .featured-post img {

    width: 100%;

    height: 320px;

    object-fit: cover;

}



.tf-team.style3 .team-post .featured-post>a {

    display: block;

    overflow: hidden;

}



.tf-team.style3 .team-post .content {

    padding: 24px 20px 29px 20px;

    position: relative;

}



.tf-team.style3 .team-post .title a {

    color: #18185E;

}



.tf-team.style3 .team-post .title a:hover,

.tf-team.style3 .team-post .team-category a:hover {

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

}



.tf-team.style3 .team-post .title {

    margin-bottom: 3px;

}



.tf-team.style3 .team-post .team-category {

    margin-bottom: 11px;

}



.tf-team.style3 .team-post .team-category a {

    font-family: 'Manrope';

    font-size: 16px;

    font-weight: 400;

    line-height: 30px;

    color: #696969;

}



.tf-team.style3 .team-post .list-social {

    display: flex;

    align-items: center;

    column-gap: 10px;

    row-gap: 10px;

    justify-content: center;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 0.6s ease;

    -moz-transition: all 0.6s ease;

    -ms-transition: all 0.6s ease;

    -o-transition: all 0.6s ease;

    transition: all 0.6s ease;

    position: absolute;

    left: -1px;

    right: -1px;

    bottom: -42px;

    border: 1px solid #18185E;

    border-top: unset;

    padding-bottom: 29px;

    background: #fff;

}



.tf-team.style3 .team-post .list-social a {

    border: 1px solid #18185E;

    background: #fff;

    color: #696969;

    width: 40px;

    height: 40px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    transform: translateY(-5px);
    opacity: 0;
    visibility: hidden;
}

.tf-team.style3 .team-post:hover .list-social li:nth-child(2) a {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.tf-team.style3 .team-post:hover .list-social li:nth-child(3) a {
    -webkit-transition-delay: 0.20s;
    transition-delay: 0.20s;
}

.tf-team.style3 .team-post:hover .list-social li:nth-child(4) a {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.tf-team.style3 .team-post:hover .list-social li:nth-child(5) a {
    -webkit-transition-delay: 0.30s;
    transition-delay: 0.30s;
}
.tf-team.style3 .team-post:hover .list-social li:nth-child(6) a {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
.tf-team.style3 .team-post:hover .list-social li:nth-child(7) a {
    -webkit-transition-delay: 0.40s;
    transition-delay: 0.40s;
}


.tf-team.style3 .team-post .list-social a:hover {

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

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

    color: #fff;

}

.tf-team.style3 .team-post:hover {
    border-bottom: 1px solid transparent;
}


.tf-team.style3 .team-post:hover .list-social {

    opacity: 1;

    visibility: visible;

}

.tf-team.style3 .team-post:hover .list-social a {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}



.tf-team.style3 .team-post.hover-active {

    margin-bottom: 0 !important;

}



/* style 4 */


.team-br .tf-team.style4 .team-post {
    border: 1px solid rgba(2, 1, 1, 0.1);
}
.tf-team.style4 .team-post {

    background: #fff;

    padding: 20px 20px 60px 20px;

    width: 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-team.style4 .team-post:hover {
    padding: 20px 20px 32px 20px;
}



.tf-team.style4 .team-post .content {

    padding: 6px 21px 21px 21px;

}



.tf-team.style4 .team-post .title {

    margin-bottom: 1px;

}



.tf-team.style4 .team-post .team-category a {

    font-family: 'Manrope';

    font-size: 16px;

    font-weight: 500;

    line-height: 30px;

    color: #696969;

}



.tf-team.style4 .team-post .team-category a:hover {

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

}



.tf-team.style4 .team-post .list-social {

    display: flex;

    align-items: center;

    column-gap: 14px;

    row-gap: 10px;

    justify-content: 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;

    position: absolute;

    bottom: -10px;

    width: max-content;

    left: 50%;

    transform: translateX(-50%);

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

    padding: 5px 17.5px 5px 17.5px;

    border-radius: 5px;

    opacity: 0;

    visibility: hidden;

}



.tf-team.style4 .team-post:hover .list-social {

    bottom: 10px;

    opacity: 1;

    visibility: visible;

    transition-delay: 0.3s;

}



.tf-team.style4 .team-post:hover .icon-team-plus {

    opacity: 0;

    visibility: hidden;

}



.tf-team.style4 .team-post .featured-post {

    position: relative;

}



.tf-team.style4 .team-post .featured-post img {

    height: 277px;

    width: 100%;

    object-fit: cover;

    border-radius: 10px;

    margin-bottom: -28px;

    -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-team.style4 .team-post.no-data-social .featured-post img {

    margin-bottom: 0;

} */



.tf-team.style4 .team-post .list-social a {

    color: #FFFFFF4D;

}



.tf-team.style4 .team-post .list-social a:hover {

    color: #fff;

}



.tf-team.style4 .team-post .featured-post>a {

    display: block;

    overflow: hidden;

    position: relative;

    border-radius: 10px;

}



.tf-team.style4 .team-post:hover .featured-post img {

    margin-bottom: 0px;

}


.tf-team.style4 .team-post .featured-post .icon-team-plus {

    border: 3px solid #FFFFFF;

    width: 55px;

    height: 55px;

    border-radius: 50%;

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

    position: absolute;

    left: 50%;

    bottom: -28px;

    transform: translateX(-50%);

    -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-team.style4 .team-post .featured-post .icon-team-plus::after {

    content: '';

    width: 11px;

    height: 3px;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    background: #fff;

}



.tf-team.style4 .team-post .featured-post .icon-team-plus::before {

    content: '';

    width: 3px;

    height: 11px;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    background: #fff;

}



/* hover Image */



.tf-team .team-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-team .team-post:hover .featured-post img {

    transform: scale(1.07);

}



@media (max-width: 1200px) {

    .tf-team.style2 .team-post .content {

        right: -40%;

    }

    .tf-team.style1 .team-post .btn-readmore {

        margin-left: 30px;

    }

}

@media (max-width: 1024px) {

    .tf-team.style1 .group-team-style1 .content-left,
    .tf-team.style1 .group-team-style1 .content-right {
        width: 50% !important;
    }
}


@media (max-width: 991px) {

    .tf-team.style4 .team-post .featured-post img {
        height: auto;
    }


    .tf-team.no-carousel.tablet-column-1 .item {

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%;

    }



    .tf-team.no-carousel.tablet-column-2 .item {

        -ms-flex: 0 0 50%;

        flex: 0 0 50%;

        max-width: 50%;

    }



    .tf-team.no-carousel.tablet-column-3 .item {

        -ms-flex: 0 0 33.333333%;

        flex: 0 0 33.333333%;

        max-width: 33.333333%;

    }



    .tf-team.style2 .team-post .featured-post img,

    .tf-team.style2 .team-post .featured-post>a,

    .tf-team.style2 .team-post {

        width: 100%;

    }



    .tf-team.style2 .team-post .content {

        max-width: unset;

    }



    .tf-team.style2 .team-post .content {

        position: unset;

        width: 100%;

    }



    .tf-team.style2 .team-post {

        margin-bottom: 30px;

    }



    .owl-carousel .team-post::after {

        display: none;

    }



}



@media (max-width: 767px) {

    .tf-team.style1 .group-team-style1 .content-left,
    .tf-team.style1 .group-team-style1 .content-right {
        width: 100% !important;
    }

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

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%;

    }



    .tf-team.style1 .group-team-style1 {

        display: block;

    }



    .tf-team.style1 .group-team-style1 .content-left {

        margin-bottom: 30px;

    }



    .tf-team.style1 .group-team-style1 .content-right {

        width: 100%;

    }



}