/* Portfolios Single
-------------------------------------------------------------- */
.single-portfolios .featured-post {
    margin-bottom: 50px;
    position: relative;
}
.single-portfolios .featured-post img {
    border-radius: 3px;
    width: 100%;
    height: 480px;
    object-fit: cover;
}
.single-portfolios .portfolio-information {
    margin-top: 58px;
}
.single-portfolios .navigation .nav-links {
    margin-top: 0;
    border-top: none;
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
}

.single-portfolios .entry-footer .tags-links a {
    min-width: 60px;
    text-align: center;
    display: inline-block;
    margin: 5px;
    background: #f2f7ff;
    border-radius: 5px;
    font-weight: 500;
}
.single-portfolios .entry-footer .tags-links a:first-of-type {
    margin-left: 0;
}

.single-portfolios .entry-footer {
    padding-bottom: 13px;
    margin-top: 50px;
    border-bottom: 1px solid #f2f7ff;
}
.single-portfolios .entry-footer .social-share-article {
    display: flex;
    align-items: center;
}
.single-portfolios .entry-footer .social-share-article h6 {
    margin: 0 12px 0 0;
    font-weight: 400;
}
.single-portfolios .entry-footer .social-share-article a {
    color: #ffffff;
}
.single-portfolios .entry-footer .social-share-article .themesflat-socials li {
    margin: 8px;
}
.single-portfolios
    .entry-footer
    .social-share-article
    .themesflat-socials
    li:last-child {
    margin-right: 0;
}

.single-portfolios .entry-content .porfolio-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-top: 30px;
    margin-bottom: 50px;
}

.single-portfolios .entry-content .porfolio-inner .img-portfolio-detail {
    flex-shrink: 0;
    margin-right: 30px;
    width: 740px;
    height: auto;
}

.single-portfolios .entry-content .meta-post {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
    margin-right: 31px;
    margin-top: -233px;
}
.single-portfolios .entry-content .meta-post .inner-meta-post {
    width: 370px;
    background: #f6f6f6;
    padding: 41px 35px 40px 40px;
    border-radius: 5px;
    border-right: 3px solid var(--theme-accent-color);
    border-bottom: 3px solid var(--theme-accent-color);
}

.single-portfolios .entry-content .meta-post .inner-meta-post .inner-title {
    font-size: 20px;
    margin-bottom: 33px;
}

.single-portfolios .entry-content .meta-post .meta-post-item {
    background-color: #fff;
    padding: 19px 0px 11px 19px;
    margin-bottom: 6px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.single-portfolios
    .entry-content
    .meta-post
    .meta-post-item.meta-post-category
    a {
    color: #494a4d;
}

.single-portfolios .entry-content .meta-post .meta-post-item.meta-post-website {
    margin-bottom: 30px;
}

.single-portfolios .entry-content .meta-post .meta-post-title {
    font-size: 16px;
    font-family: "Roboto Slab";
    font-weight: 500;
    margin-bottom: 9px;
    color: var(--theme-primary-color);
    width: 43%;
}

.single-portfolios .entry-content .meta-post .meta-post-title .post-icon {
    margin-right: 7px;
    color: var(--theme-accent-color);
}

.single-portfolios .entry-content .inner-meta-post .social {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.single-portfolios .entry-content .meta-post .social a {
    color: var(--theme-primary-color);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 20px;
}
.single-portfolios .entry-content .meta-post .social a:last-child {
    margin-right: 0;
}

.single-portfolios .entry-content .meta-post .social a:first-child ,
.single-portfolios .entry-content .meta-post .social a:hover {
    background-color: var(--theme-accent-color);
    color: #fff;
}

.single-portfolios .entry-content .post-title {
    font-family: "Nunito";
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 29px;
}

.single-portfolios .top-content {
    display: flex;
    margin-bottom: 100px;
}

.single-portfolios .top-content .content-left {
    width: 34%;
}

.single-portfolios .top-content .content-right {
    width: 66%;
    padding-left: 100px;
}

.single-portfolios .top-content .content-left h2 {
    font-weight: 700;
font-size: 40px;
line-height: 1.25em;
margin-bottom: 30px;
}

.single-portfolios .top-content .content-left .infor-box {
    background: #F2EDDC;
border-radius: 3px;
padding: 35px 35px 35px 35px;
}

.single-portfolios .top-content .content-left .infor-box h5 {
    font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #9C9EA6;
margin-bottom: -1px;
}

.single-portfolios .top-content .content-left .infor-box a {
    font-weight: 600;
font-size: 14px;
line-height: 21px;
color: #535656;
}

.single-portfolios .top-content .content-left .infor-box .portfolios-infor:not(:last-child) {
    margin-bottom: 24px;
}

.single-portfolios .top-content .content-right h3 {
    font-style: italic;
font-weight: 700;
font-size: 20px;
line-height: 30px;
margin-bottom: 20px;
}

.single-portfolios .top-content .content-right p:not(:last-child) {
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .portfolio-single .entry-content {
        padding-right: 0;
    }
    .single-portfolios .portfolio-information ul li {
        width: 100%;
    }
}

/* portfolios Related */
.portfolios-related,
.portfolios-related .portfolios-box .portfolios-wrap {
    overflow: hidden;
}
.portfolios-related .title_related_portfolio {
    margin-top: 30px;
    margin-bottom: 25px;
}

/* Portfolios Archive
-------------------------------------------------------------- */
.tf-portfolio-wrap.style1 .tf-portfolio-container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.tf-portfolio-wrap.style1 .tf-portfolio-column {
    width: calc( (100% - 74px)/ 2 );
}

.tf-portfolio-wrap.style1  .tf-portfolio-odd-column {
    padding-top: 101px;
}



/* .tf-portfolio-wrap.style1 .tf-portfolio-btn,
.tf-portfolio-wrap.style2 .tf-portfolio-btn,
.tf-portfolio-wrap.style3 .tf-portfolio-btn,
.tf-portfolio-wrap.style5 .tf-portfolio-btn,
.tf-portfolio-wrap.style6 .tf-portfolio-btn,
.tf-portfolio-wrap.style7 .tf-portfolio-btn
{
    position: absolute;
    width: 100px;
    height: 100px;
    display: inline-flex;
    padding: 26px 18.5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family: 'Space Grotesk';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;


} */

.tf-portfolio-wrap .tf-portfolio-btn
{
    width: 100px;
    height: 100px;
    display: inline-flex;
    padding: 26px 18.5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family: 'Space Grotesk';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
}

.tf-portfolio-wrap.style1 .tf-portfolio-odd-column .item:not(:last-child) {
    margin-bottom: 102px;
}

.tf-portfolio-wrap.style1 .tf-portfolio-even-column .item:not(:last-child) {
    margin-bottom: 223px;
}

.tf-portfolio-wrap.style1 .big-right .tf-portfolio-even-column .item:not(:last-child),
.tf-portfolio-wrap.style1 .big-right .tf-portfolio-odd-column .item:not(:last-child) {
    margin-bottom: 0;
}

.tf-portfolio-wrap.style1 .big-right .tf-portfolio-odd-column .item:nth-child(odd) .featured-post img,
.tf-portfolio-wrap.style1 .big-right .tf-portfolio-even-column .item:nth-child(even) .featured-post img {
    height: 363.34px;
    width: 100%;
    object-fit: cover;
} 

.tf-portfolio-wrap.style1 .big-right .tf-portfolio-even-column .item:nth-child(odd) .featured-post img {
    height: 726.68px;
    width: 100%;
    object-fit: cover;
}

.tf-portfolio-wrap.style1 .featured-post {
    display: flex;
    margin-bottom: 38px;
}

.tf-portfolio-wrap.style1  .content h4 a.title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    text-transform: capitalize;
    margin-bottom: 8px;
    color: #171717;
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-image: linear-gradient(transparent calc(100% - 1px), 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-portfolio-wrap.style1  .content h4 a.title:hover {
    background-size: 100% 100%;
}

.tf-portfolio-wrap.style1  .content p.description {
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #171717;
}

.tf-portfolio-wrap.style1 .portfolios-post img {
    border-radius: 0;
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tf-portfolio-wrap.style1 .tf-portfolio-container.big-right .tf-portfolio-odd-column {
    order: 1;
}
.tf-portfolio-wrap.style1 .tf-portfolio-container.big-right .tf-portfolio-even-column {
    order: 2;
}
.tf-portfolio-wrap.style1 .tf-portfolio-container.big-left .tf-portfolio-odd-column {
    order: 2;
}

.tf-portfolio-wrap.style1 .tf-portfolio-container.big-left .tf-portfolio-even-column {
    order: 1;
}
.tf-portfolio-wrap.style1 .tf-portfolio-container.big-right .tf-portfolio-even-column.vertical-layout-reverse,
.tf-portfolio-wrap.style1 .tf-portfolio-container.big-right .tf-portfolio-odd-column.vertical-layout-reverse,
.tf-portfolio-wrap.style1 .tf-portfolio-container.big-left .tf-portfolio-odd-column.vertical-layout-reverse,
.tf-portfolio-wrap.style1 .tf-portfolio-container.big-left .tf-portfolio-even-column.vertical-layout-reverse {
    display: flex;
    flex-direction: column-reverse;
}


.tf-portfolio-wrap.style1 .item .featured-post {
    position: relative;
    overflow: hidden;
} 

.tf-portfolio-wrap .item .featured-post {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} 

.tf-portfolio-wrap.style1 .item .featured-post .tf-portfolio-btn {
    background-color: #C8F27C;
    color: #171717;
}
.tf-portfolio-wrap.style1 .item .featured-post .tf-portfolio-btn:hover {
    background-color: #fff;
}
/* .tf-portfolio-wrap.style1 .item .featured-post:hover .tf-portfolio-btn {
    transform: translate(0px , 0px );
    right: 55px;
    bottom: 50px;
} */
/* style 2 */

.tf-portfolio-wrap.style2 .heading h4 {
    text-align: center;
    font-family: 'Space Grotesk';
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    text-transform: capitalize;
    margin-bottom: 60px;
}

.tf-portfolio-wrap.style2 .content-portfolio-post h4 a.title {
    font-family: 'Space Grotesk';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    color: #171717;
}
.tf-portfolio-wrap.style2 .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 106px;
    margin-bottom: 100px;
}
.tf-portfolio-wrap.style2 .item:last-child {
    margin-bottom: 0 !important;
}
.tf-portfolio-wrap.style2 .content-portfolio-post,
.tf-portfolio-wrap.style2 .feature-image-portfolio {
    width: 50%;
}

.tf-portfolio-wrap.style2 .feature-image-portfolio img {
    width: 100%;
    height: 498px;
    object-fit: cover;
}
.tf-portfolio-wrap.style2 .content-portfolio-post h4 {
    margin-bottom: 20px;
}
.tf-portfolio-wrap.style2 .content-portfolio-post .description {
    margin-bottom: 20px;
}
.tf-portfolio-wrap.style2 .content-portfolio-post .portfolio-btn {
    padding: 12px 32px;
    text-align: center;
    border-radius: 4px;
    display: inline-flex;
    background:  #C8F27C;
    box-shadow: 6px 6px 0px 0px #000;
    border: 2px solid #171717;
    color: #171717;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.tf-portfolio-wrap.style2 .content-portfolio-post .portfolio-btn:hover {
    box-shadow: unset;
    color: #fff;
    background: #171717;
}
/* Style 3 */
.tf-portfolio-wrap.style3 .item {
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tf-portfolio-wrap.style3 .item:hover {
    border-bottom-color: #3C60DC;
}
.tf-portfolio-wrap.style3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.tf-portfolio-wrap.style3 .item {
    display: flex;
    flex-direction: column;
    padding: 40px;
    padding-bottom: 26px;
    box-shadow: 0px 5px 5px 0px rgba(39, 63, 68, 0.10);
    border-radius: 20px;
    cursor: pointer;
}
.tf-portfolio-wrap.style3 .item .content h4 {
    margin-bottom: 20px;
}
.tf-portfolio-wrap.style3 .item .content h4 a.title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;

    color: #171717;
}
.tf-portfolio-wrap.style3 .item .feature_portfolio_post
{
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tf-portfolio-wrap.style3 .item .feature_portfolio_post .tf-portfolio-btn{
    background-color: #3C60DC;
    color: #fff;
}

.tf-portfolio-wrap.style3 .item  .feature_portfolio_post img {
    width: 100%;
    object-fit: cover;
}
.tf-portfolio-wrap.style3 .item  .feature_portfolio_post a {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

.tf-portfolio-wrap.style3 .feature_portfolio_post:hover a.tf-portfolio-btn {
    transform: translate(0px , 0px );
    right: 38px;
    bottom: 35px;

}
.tf-portfolio-wrap.style3 .feature_portfolio_post:hover a.tf-portfolio-btn:hover {
    background-color: #fff;
    color: #171717;
}

/* style 4 */
.tf-portfolio-wrap.style4 .header-tabs {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 49px;
}
.tf-portfolio-wrap.style4 .tabs ul.nav-tabs {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 0;
    gap: 50px;
}

.tf-portfolio-wrap.style4 .tabs ul.nav-tabs li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    font-family: "DM Sans", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #A0A3AA;
}   
.tf-portfolio-wrap.style4 .tabs ul.nav-tabs li.active {
    border-bottom: 2px solid #35A62B;
 
}

.tf-portfolio-wrap.style4 .tabs ul.nav-tabs li:hover {
    border-bottom: 2px solid #35A62B;

}

.tf-portfolio-wrap.style4 .tabs ul.nav-tabs li.active a {
    color: #171717;
}



.tf-portfolio-wrap.style4 .tabs ul.nav-tabs li:last-child {
    margin-right: 0;
}

.tf-portfolio-wrap.style4 .tab-content-item {
    border-top: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.tf-portfolio-wrap.style4 .tab-content-item .content {
    width: 40.5%;
}

.tf-portfolio-wrap.style4 .tab-content-item .content h4.title {
    letter-spacing: -0.3px;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 16px;    
    font-family: 'Montserrat', sans-serif;
}   
.tf-portfolio-wrap.style4 .tab-content-item .content h4.title a {
    color: #171717;
}

.tf-portfolio-wrap.style4 .content h4.title a:hover {
    color: var(--theme-primary-color);
}
.tf-portfolio-wrap.style4 .tab-content-item .content .description {
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    color: #171717;
    margin-bottom: 35px;
}

@keyframes slideLeft {
    0% {
      transform: translate(0);
    }
    50% {
      transform: translate(-30px);
    }
    100%{
        transform: translate(0);
    }
  }
.tf-portfolio-wrap.style4 .tf-portfolio-btn-st4 {
    display: inline-block;
    color: #171717;
}

.tf-portfolio-wrap.style4 .tf-portfolio-btn-st4:hover {
    animation-play-state: paused;
    color: var(--theme-primary-color);
  }
.tf-portfolio-wrap.style4 .tf-portfolio-btn-st4 i {
    font-size: 100px;
}

.tf-portfolio-wrap.style4 .feature-post {
    width: 59.5%;
    position: relative;
    display: block;
    z-index: 1;

    
}



.tf-portfolio-wrap.style4 .feature-post img {
    width: 100%;
    object-fit: cover;
}

.tf-portfolio-wrap.style4 .tab-content-item.tab-content-item-even .content {
    order: 1;
    padding: 25px 72px 0 0;
}
.tf-portfolio-wrap.style4 .tab-content-item.tab-content-item-even .feature-post {
    order: 2;
    border-left: 1px solid #E6E6E6;
    padding: 63px 0 60px 66px;
}

.tf-portfolio-wrap.style4 .tab-content-item.tab-content-item-odd .content {
    order: 2;
    padding: 26px 0 0 72px;
}
.tf-portfolio-wrap.style4 .tab-content-item.tab-content-item-odd .feature-post {
    order: 1;
    border-right: 1px solid #E6E6E6;
    padding: 66px 66px 60px 0;
}

/* Style 5 */
.tf-portfolio-wrap.style5 .heading h2.heading-porfolios {
    margin-bottom: 16px;
    font-family: 'Space Grotesk';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
}

.tf-portfolio-wrap.style5 .feature_portfolio_post a:first-child {
    display: block;
}

.tf-portfolio-wrap.style5 .tabs {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}
.tf-portfolio-wrap .tabs button {
    line-height: normal;
}
.tf-portfolio-wrap.style5 .tabs button {
    line-height: 0;
    color: #A0A3AA;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    background-color: transparent;
    padding: 0;
}
.tf-portfolio-wrap.style5 .tabs button.active {
    color: #171717;
}
.tf-portfolio-wrap.style5 .tabs button:hover {
    color: #171717;
}


.tf-portfolio-wrap.style5 .item .feature_portfolio_post {
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}
.tf-portfolio-wrap.style5 .item .feature_portfolio_post .tf-portfolio-btn {
    background-color: #FFD84F;
    color: #171717;
}
.tf-portfolio-wrap.style5 .item .feature_portfolio_post .tf-portfolio-btn:hover {
    background-color: #fff;
}
.tf-portfolio-wrap.style5 .item .feature_portfolio_post:hover .tf-portfolio-btn {
    transform: translate(0px , 0px );
    right: 72px;
    bottom: 65px;

}
.tf-portfolio-wrap.style5 .item .feature_portfolio_post img {
    width: 100%;
    height: 226px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.tf-portfolio-wrap.style5 .portfolios {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 24px;
}

.tf-portfolio-wrap.style5 .content a.title {
    font-family: 'Space Grotesk';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
    color: #171717
}

/* style6 */
.tf-portfolio-wrap.style6 .heading {
    text-align: center;
    font-family: 'Space Grotesk';
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    text-transform: capitalize;
    margin-bottom: 32px;
}

.tf-portfolio-wrap.style6 .tabs button {
    color: #3A3B3E;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

.tf-portfolio-wrap.style6 .tabs {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    gap: 40px;

}
.tf-portfolio-wrap.style6 .tabs button {
    background-color: transparent;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
    padding: 0;

}


.tf-portfolio-wrap.style6 .portfolios a.title {
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    color: #fff;
}

.tf-portfolio-wrap.style6 .portfolios {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
}
.tf-portfolio-wrap.style6 .portfolios .portfolio {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.tf-portfolio-wrap.style6 .portfolios .portfolio h4 {
    position: absolute;
    bottom: -30%;
    left: 0;
    right: 0;
    margin: 0;
    background: rgba(23, 23, 23, 0.70);
    backdrop-filter: blur(4px);
    padding: 16px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    

}
.tf-portfolio-wrap.style6 .portfolios .portfolio:hover h4{
    visibility: visible;
    bottom: 0%;
    opacity: 1;
}

.tf-portfolio-wrap.style6 .portfolios .portfolio h4 a:hover {
    color: var(--theme-primary-color);
}
.tf-portfolio-wrap.style6 .portfolios .portfolio img {
    height: 278px;
    width: 100%;
    object-fit: cover;
}

/* style7 */
.tf-portfolio-wrap.style7 .portfolios .grid-portfolio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
}
.tf-portfolio-wrap.style7 .feature_portfolio_post a:first-child {
    display: block;
}
.tf-portfolio-wrap.style7 .portfolios .grid-portfolio .item:first-child {
    grid-column: 1 / span 2;
}
.tf-portfolio-wrap.style7 .portfolios .grid-portfolio .item:first-child img {
    max-width: 100%;
    height: 369px;
    object-fit: cover;
    object-position: center;
}

.tf-portfolio-wrap.style7 .portfolios .feature_portfolio_post {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.tf-portfolio-wrap.style7 .portfolios .feature_portfolio_post .tf-portfolio-btn {
    
    background-color: var(--theme-primary-color);
    color: #171717;
}
.tf-portfolio-wrap.style7 .item .feature_portfolio_post .tf-portfolio-btn:hover {
    background-color: #fff;
}
.tf-portfolio-wrap.style7 .item .feature_portfolio_post:hover .tf-portfolio-btn {
    transform: translate(0px , 0px );
    right: 72px;
    bottom: 65px;
}

.tf-portfolio-wrap.style7 .feature_portfolio_post img {
    border-radius: 16px;
    max-width:100%;
    object-fit: cover;
    object-position: center;
}
.tf-portfolio-wrap.style7 .item:not(:first-child) .feature_portfolio_post img {
    height: 208px;
}

.tf-portfolio-wrap.style7 .content a.title {
    font-family: 'DM Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
    color: #171717;
}

.tf-portfolio-wrap.style7 .content .categories a {
    color:  #3A3B3E;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

/* style8 */
.tf-portfolio-wrap.style8 {
    display: grid;
    gap: 32px;
} 
.tf-portfolio-wrap.style8 .feature_portfolio_post {
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tf-portfolio-wrap.style8 .feature_portfolio_post a:first-child {
    display: block;
}

.tf-portfolio-wrap.style8 .content a.title {
    font-family: 'DM Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
    color: #171717;
}


.tf-portfolio-wrap.style8 .content a.title:hover {
    color: var(--theme-primary-color);
}
.tf-portfolio-wrap.style8 .content .cate-portfolio {
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #A0A3AA;
}

.tf-portfolio-wrap.style8 .feature_portfolio_post .tf-portfolio-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(100px,100px);
    width: 100px;
    height: 100px;
    display: inline-flex;
    padding: 26px 18.5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family: 'Space Grotesk';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    background-color: #171717;
    color: #fff;
}


.tf-portfolio-wrap.style8 .feature_portfolio_post:hover .tf-portfolio-btn {
    transform: translate(0px , 0px );
    right: 50px;
    bottom: 50px;
}
.tf-portfolio-wrap.style8 .feature_portfolio_post .tf-portfolio-btn:hover {
    background-color: #fff;
    color: #171717;
}

.tf-portfolio-wrap.style8 a.cate-portfolio {
    display: flex;
    align-items: center;
}

.tf-portfolio-wrap.style8 .feature_portfolio_post:hover img {
    transform: scale(1);
}

.tf-portfolio-wrap.style8 .feature_portfolio_post img{
    height: 328px;
    width: 100%;
    object-fit: cover;
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tf-portfolio-wrap.style8.column-1 {
    grid-template-columns: 1fr;
}
.tf-portfolio-wrap.style8.column-2 {
    grid-template-columns: repeat(2,1fr);
}
.tf-portfolio-wrap.style8.column-3 {
    grid-template-columns: repeat(3,1fr);
}
.tf-portfolio-wrap.style8.column-4 {
    grid-template-columns: repeat(4,1fr);
}
.tf-portfolio-wrap.style8.column-5 {
    grid-template-columns: repeat(5,1fr) ;
}


/* Style 9 */
.tf-portfolio-wrap.style9 .item {
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 51px;
    margin-bottom: 80px;
}

.tf-portfolio-wrap.style9 .item:hover {
    border-color: var(--theme-primary-color);
}

.tf-portfolio-wrap.style9 .item:last-child {
    border: unset;
    margin-bottom: 0;
}

.tf-portfolio-wrap.style9 .item:last-child {
    border-bottom: 0;
}

.tf-portfolio-wrap.style9 .feature_portfolio_post,
.tf-portfolio-wrap.style9 .head,
.tf-portfolio-wrap.style9 .content {
    flex: 1;
}

.tf-portfolio-wrap.style9 .feature_portfolio_post {
    margin: 0 50px;
}

.tf-portfolio-wrap.style9 .feature_portfolio_post a {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    border-radius: 16px;
    position: relative;
}

.tf-portfolio-wrap.style9 .feature_portfolio_post img,
.tf-portfolio-wrap.style9 .item .count_post,
.tf-portfolio-wrap.style9 .item {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tf-portfolio-wrap.style9 .item:hover .feature_portfolio_post img {
    transform: scale(1.05);
}

.tf-portfolio-wrap.style9 .item:hover .count_post { 
    -webkit-text-stroke-color: var(--theme-primary-color);
    transform: translateY(-5px);
}   

.tf-portfolio-wrap.style9 .count_post {
    margin-bottom: 40px;
    -webkit-text-stroke: 2px #171717;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #A0A3AA;
    font-family: "Space Grotesk", sans-serif;
    font-size: 56px;
    line-height: 68px;
    font-weight: 700;
    cursor: pointer;
}
.tf-portfolio-wrap.style9 .head h4.heading {
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.tf-portfolio-wrap.style9 .tf-portfolio-btn-st9 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 32px;
    border: 1px solid #3A3B3E;
    border-radius: 1000px;
    height: 48px;
    color: #171717;
}

.tf-portfolio-wrap.style9 .tf-portfolio-btn-st9:hover {
    background-color: #171717;
    color: #fff;
}

.tf-portfolio-wrap.style9 .content .description {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #3A3B3E;
    margin-bottom: 20px;
}   

.tf-portfolio-wrap.style9 .feature_portfolio_post img {
    object-fit: cover;
    border-radius: 16px;
}

.tf-portfolio-wrap.style9 .content .tf-button-container  {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.tf-portfolio-wrap.style9 .content .tf-portfolio-btn {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 32px;
    background-color: transparent;
    border-radius: 25px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #171717;
    border: 1px solid #171717;
}

.tf-portfolio-wrap.style9 .item:first-child .tf-portfolio-btn {
    background-color: var(--theme-primary-color);
    border: none;
    outline: none;
}

.tf-portfolio-wrap.style9 .content .tf-portfolio-btn:hover {
    background-color: #171717;
    color: #fff;
}



.tf-posts .blog-post .featured-post img,
.pj-page .portfolios-post .featured-post img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tf-posts .blog-post:hover .featured-post img ,
.pj-page .portfolios-post:hover .featured-post img{
    transform: scale(1.1);
}

.tf-accordion .tf-accordion-item:last-child {
    border: none !important;
}




@media only screen and (max-width: 991px) {
    
}

@media only screen and (max-width: 767px) {

    .tf-portfolio-wrap.style8.column-1,
    .tf-portfolio-wrap.style8.column-2,
    .tf-portfolio-wrap.style8.column-3,
    .tf-portfolio-wrap.style8.column-4,
    .tf-portfolio-wrap.style8.column-5 {
        grid-template-columns: repeat(2,1fr);
    }

    .tf-portfolio-wrap.style9 .item {
        flex-direction: column;        
    }
    .tf-portfolio-wrap.style9 .content {
        padding: 0;
    }
    .tf-portfolio-wrap.style9 .item > div {
        width: 100%;

    }

    .tf-portfolio-wrap.style9 .feature_portfolio_post {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .tf-portfolio-wrap.style9 .item .feature_portfolio_post img {
        width: 100%;
        object-fit: cover;
    }

    .tf-portfolio-wrap.style9 .head {
        margin-bottom: 30px;
    }

    .tf-portfolio-wrap.style9 .count_post {
        margin-bottom: 25px;

    }
    
}


@media only screen and (max-width: 667px) {
    .tf-portfolio-wrap.style1 .tf-portfolio-container {
        flex-direction: column;
    }

    .tf-portfolio-wrap.style1 .tf-portfolio-column {
        width: 100%;
    }

    .tf-portfolio-wrap.style1 .tf-portfolio-column .portfolios-post .content{
        padding: 0;
    }

    .tf-portfolio-wrap.style1  .tf-portfolio-odd-column {
        padding-top: 0;
    }

    .tf-portfolio-wrap.style2 .item {
        flex-direction: column;
        gap: 50px;
    }
    .tf-portfolio-wrap.style2 .content-portfolio-post, .tf-portfolio-wrap.style2 .feature-image-portfolio {
        width: 100%;
    }
    .tf-portfolio-wrap.style2 .content-portfolio-post {
        order: 2;
    }
    .tf-portfolio-wrap.style2 .item{
        margin-bottom: 50px;
    }
    .tf-portfolio-wrap.style3 {
        grid-template-columns: 1fr;
    }

    .tf-portfolio-wrap.style5 .portfolios {
        grid-template-columns: 1fr;
    }

    .tf-portfolio-wrap.style6 .portfolios {
        grid-template-columns: 1fr 1fr;
    }

    .tf-portfolio-wrap.style7 .portfolios .grid-portfolio {
        grid-template-columns: 1fr;
    }

    .tf-portfolio-wrap.style7 .portfolios .grid-portfolio .item:first-child {
        grid-column: 1;
    }


    .tf-portfolio-wrap.style4 .tab-content-item {
        /* flex-direction: column; */
        display: block;

    }

    .tf-portfolio-wrap.style4 .tab-content-item .content,
    .tf-portfolio-wrap.style4 .tab-content-item .feature-post {
        width: 100%;

    }

    .tf-portfolio-wrap.style4 .tab-content-item.tab-content-item-even .content,
    .tf-portfolio-wrap.style4 .tab-content-item.tab-content-item-even .feature-post,
    .tf-portfolio-wrap.style4 .tab-content-item.tab-content-item-odd .content,
    .tf-portfolio-wrap.style4 .tab-content-item.tab-content-item-odd .feature-post
    {
        padding: 0;
    }
    .tf-portfolio-wrap.style4 .tab-content-item.tab-content-item-even .content,
    .tf-portfolio-wrap.style4 .tab-content-item.tab-content-item-odd .content {
        margin-bottom: 30px
    }

    .tf-portfolio-wrap.style4 .tab-content-item  {
        padding: 30px 0;
    }

    .single.single-portfolios .infor-portfolio-detail .title-portfolio {
        padding-right: 0px;
    }
    .single.single-portfolios .infor-portfolio-detail .title-portfolio h1 {
        font-size: 40px;
    }

}



@media only screen and (max-width: 575px) {
    .tf-portfolio-wrap.style6 .portfolios {
        grid-template-columns: 1fr;
    }
    .tf-portfolio-wrap.style6 .portfolios .portfolio img {
        width: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 480px) {
    .tf-portfolio-wrap.style8.column-1,
    .tf-portfolio-wrap.style8.column-2,
    .tf-portfolio-wrap.style8.column-3,
    .tf-portfolio-wrap.style8.column-4,
    .tf-portfolio-wrap.style8.column-5 {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 1700px) {
    
}
@media only screen and (max-width: 1400px) {
    
}

@media only screen and (max-width: 1300px) {
   
}

@media only screen and (max-width: 1024px) {
   
}

/*Carousel*/
.tf-portfolio-wrap.has-carousel .wrap-portfolios-post .item .portfolios-post,
.tf-portfolio-wrap.has-carousel .wrap-portfolios-post .item .title-section {
    margin-bottom: 0px;
}
.tf-portfolio-wrap.has-carousel .row {
    margin-left: 0;
    margin-right: 0;
}
.tf-portfolio-wrap.has-carousel .row > * {
    padding-left: 0px;
    padding-right: 0px;
}
.tf-portfolio-wrap.has-carousel .wrap-portfolios-post .item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.tf-portfolio-wrap .owl-carousel .owl-nav {
    position: absolute;
}
.tf-portfolio-wrap .owl-carousel .owl-nav .owl-next,
.tf-portfolio-wrap .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: var(--theme-primary-color);
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2EDDC;
}

.tf-portfolio-wrap .owl-carousel .owl-nav .owl-next {
    left: unset;
    right: 0;
}

.tf-portfolio-wrap .owl-carousel .owl-nav .owl-prev::after,
.tf-portfolio-wrap .owl-carousel .owl-nav .owl-next:after,
.tf-portfolio-wrap .owl-carousel .owl-dots .owl-dot:after,
.tf-portfolio-wrap .owl-carousel .owl-nav .owl-prev:before,
.tf-portfolio-wrap .owl-carousel .owl-nav .owl-next:before,
.tf-portfolio-wrap .owl-carousel .owl-dots .owl-dot:before {
    display: none;
}

.tf-portfolio-wrap .owl-dots {
    position: absolute;
}
/* Justified */
.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* Services Single
-------------------------------------------------------------- */
.single-services .services-information ul {
    list-style: none;
    margin: 0;
}
.single-services .services-information ul li {
    color: #999;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #ececec;
    padding: 15.5px 0px;
}
.single-services .services-information ul li:last-child {
    border-bottom: none;
}
.single-services .services-information ul li span {
    display: inline-block;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    margin-right: 25px;
    width: 80px;
    max-width: 100%;
}
.single-services .entry-content .featured-post {
    margin: 0 0 20px 0;
}
.single-services .entry-content .featured-post img {
    border-radius: 5px;
    width: 100%;
}
.single-services .entry-content .post-title {
    font-size: 48px;
    font-weight: 700;
    margin: 40px 0px 27px 0px;
}

/* Services Archive
-------------------------------------------------------------- */
.wrap-team-post .item,
.wrap-services-post .item,
.wrap-portfolios-post .item,
.wrap-project-post .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.tf-services-wrap.style1 .wrap-services-post .item {
    max-width: unset;
}
.tf-portfolio-wrap.style1 .wrap-portfolios-post .item {
    padding-left: 0px;
    padding-right: 0px;

}

.wrap-team-post.column-1 .item,
.wrap-services-post.column-1 .item,
.wrap-portfolios-post.column-1 .item,
.wrap-project-post.column-1 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.wrap-team-post.column-3 .item,
.wrap-services-post.column-3 .item,
.wrap-portfolios-post.column-3 .item,
.wrap-project-post.column-3 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.wrap-team-post.column-4 .item,
.wrap-services-post.column-4 .item,
.wrap-portfolios-post.column-4 .item,
.wrap-project-post.column-4 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.wrap-team-post.column-5 .item,
.wrap-services-post.column-5 .item,
.wrap-portfolios-post.column-5 .item,
.wrap-project-post.column-5 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.wrap-team-post.column-6 .item,
.wrap-services-post.column-6 .item,
.wrap-portfolios-post.column-6 .item,
.wrap-project-post.column-6 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666667%;
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%;
}


.wrap-services-post .item .services-post {
    position: relative;
}

.wrap-team-post.column-1 .item .team-post,
.wrap-services-post.column-1 .item .services-post,
.wrap-portfolios-post.column-1 .item .portfolios-post,
.wrap-project-post.column-1 .item .project-post {
    margin-bottom: 0;
}

.team-post .featured-post,
.services-post .featured-post,
.project-post .featured-post {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.services-post .tf-button-container a,
.services-post .post-icon .icon-2,
.services-post .post-icon .icon-1,
.services-post:hover .description,
.services-post:hover .title,
.services-post:hover,
.services-post:hover .post-icon i,
.services-post .description,
.services-post .title,
.services-post,
.services-post .post-icon i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tf-services-wrap.style1 .text-color-1 {
    color: #A0A3AA;
}

.tf-services-wrap.style1 .wrap-services-post {
    flex-direction: column;
}
.tf-services-wrap.style1 .wrap-services-post .item .services-post,
.tf-services-wrap.style1 .wrap-services-post .item .services-post .content  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.tf-services-wrap.style1 .wrap-services-post .item .services-post {
    padding: 32px 0;
    margin-bottom: 32px;
}
.tf-services-wrap.style1 .wrap-services-post .item:not(:last-child) .services-post {
    border-bottom: 1px solid #3A3B3E;
}

.tf-services-wrap.style1 .wrap-services-post .item .services-post .content  {
    gap: 52px;
}

.tf-services-wrap.style1 .services-post .content .count_post span{
    font-family: 'Space Grotesk';
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}  

.tf-services-wrap.style1 .services-post .title a {
    font-family: 'Space Grotesk';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
}

.tf-services-wrap.style1  .icon-right a i {
    font-size: 42px;
}
.tf-services-wrap.style1  .icon-right a svg {
    width: 42px;
    height: 42px;
}

.tf-services-wrap.style1 .wrap-services-post .item:hover .count_post span{
    color: #C8F27C;
}
.tf-services-wrap.style1 .wrap-services-post .item:hover .services-post .title a,
.tf-services-wrap.style1 .wrap-services-post .item:hover  .icon-right a {
    color: #171717;
}

/* Style 2 */
.tf-services-wrap.style2 .wrap-services-post .item {
    padding: 0 16px;
}
.tf-services-wrap.style2 .wrap-services-post {
    row-gap: 28px;
}
.tf-services-wrap.style2 .item .services-post {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 40px;
    height: 100%;
}

.tf-services-wrap.style2.borderStyle2 .services-post  {
    border-radius: 20px;
    background-color: #1A1B2A;
}

.tf-services-wrap.style2.borderStyle2 .services-post:hover {
    background-color: #FB5858;
    box-shadow: 0px 0px 0px 0px #000000 !important;
}

.tf-services-wrap.style2 .wrap-services-post .item .services-post .title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    color: #fff;
}
.tf-services-wrap.style2 .wrap-services-post .item .services-post .description {
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

/* Style3 */
.tf-services-wrap.style3 .wrap-services-post .services-post {
    padding: 32px;
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 28px;
    background-color: #171717;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(20px);
    cursor: pointer;
}

.tf-services-wrap.style3 .services-post .feature-post i {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.tf-services-wrap.style3 .services-post .title {
    color: #fff;
    font-family: 'DM Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
}
.tf-services-wrap.style3 .wrap-services-post .services-post  .post-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tf-services-wrap.style3 .wrap-services-post .services-post .description {
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #A0A3AA;
}

.tf-services-wrap.style3 .services-post .tf-button-container a i  {
    color: #F4F4F4;
}
.tf-services-wrap.style3 .post-icon-readmore {
    margin-left: auto;
}
.tf-services-wrap.style3 .wrap-services-post .services-post  .post-header .feature-post i {
    font-size: 64px;
    color: #A0A3AA;
}
.tf-services-wrap.style3 .wrap-services-post .services-post  .post-header .feature-post svg {
    fill: #A0A3AA;
}
.tf-services-wrap.style3 .wrap-services-post .services-post  .post-header .post-icon-readmore i {
    font-size: 52px;
}
.tf-services-wrap.style3 .services-post:hover .tf-button-container a {
    transform: translate(4px, -4px);
    color: var(--theme-primary-color);
}

.tf-services-wrap.style3 .services-post:hover .tf-button-container a i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Style4 */

.tf-services-wrap.style4 .services-post {
    padding: 26px 29px 24px 25px;
    border-radius: 12px;
    box-shadow: 0px 5px 5px 0px rgba(39, 63, 68, 0.10);
    background-color: #fff;
    -webkit-transition: all 0.5s ease, color 0s;
    -moz-transition: all 0.5s ease, color 0s;
    -ms-transition: all 0.5s ease, color 0s;
    -o-transition: all 0.5s ease, color 0s;
    transition: all 0.5s ease, color 0s;
    border-left: 4px solid  transparent;
}
.tf-services-wrap.style4 .wrap-services-post .item {
    margin-bottom: 26px;

}
.tf-services-wrap.style4 .wrap-services-post .item:hover .services-post {
    border-color:  #3C60DC;
}
.tf-services-wrap.style4 .services-post .content {
    gap: 24px;
    align-items: center;
    flex-direction: row;

}

.tf-services-wrap.style4 .wrap-services-post .services-post .content h4.title a {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    color: #171717;
}

.tf-services-wrap.style4 .wrap-services-post .services-post .content h4.title a:hover {
    color: #3C60DC;
}

.tf-services-wrap.style4 .services-post .content .column-left {
    flex-direction: column;
}

.tf-services-wrap.style4 .services-post .content .column-right .tf-button-container a.tf-button{
    width: 60px;    
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tf-services-wrap.style4 .services-post .content .column-right a.tf-button i {
    font-size: 30px;
}

.tf-services-wrap.style4 .services-post:hover .tf-button-container a {
    transform: translate(4px, -4px);
    color: var(--theme-primary-color);
}

/* Style 5 */
.tf-services-wrap.style5 .item .content {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    max-width: 1410px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid #e6e6e6;
}
.tf-services-wrap.style5 .services-post .content{
    gap: 164px;
}

.tf-services-wrap.style5 .services-post .content .title {
    width: 28.36%;
    flex: 0 0 auto;
    
}
.tf-services-wrap.style5 .services-post .content .title a {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
    color: #171717;
    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-services-wrap.style5 .services-post .content .title:hover a,
.tf-services-wrap.style2 .wrap-services-post .item .services-post .title:hover a {
    background-size: 100% 100%;
}

.tf-services-wrap.style2 .wrap-services-post .item .services-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-services-wrap.style5 .services-post .content .description {
    flex: 0 1 auto;
    font: 400 22px/36px 'DM Sans';
    color: #171717;
}

/* Style6 */
.tf-services-wrap.style6 .services-post{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 60px;
    border-top: 8px solid transparent;

}

.tf-services-wrap.style6 .services-post:hover {
    border-top-color: #BBADFF;
}

.tf-services-wrap.style6  .wrap-services-post {
    background-color: #171717;
}
.tf-services-wrap.style6  .wrap-services-post .item {
    padding: 0;
}

.tf-services-wrap.style6 .services-post h4.title a {
    color:  #FFF;
    font-family: 'DM Sans';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
}
.tf-services-wrap.style6 .services-post .description {
    margin-bottom: 40px;   
    color: #A0A3AA;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.tf-services-wrap.style6 a.tf-btn-readmore {
    padding: 14px 28px;
    display: inline-block;
    width: auto;
    height: 56px;
    border-right: 4px solid  #171717;
    border-bottom: 4px solid  #171717;
    background: #BBADFF;
    box-shadow: 4px 4px 0px 0px #FFF;
    color: #171717;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease, color 0s;
    -moz-transition: all 0.5s ease, color 0s;
    -ms-transition: all 0.5s ease, color 0s;
    -o-transition: all 0.5s ease, color 0s;
    transition: all 0.5s ease, color 0s;
}

.tf-services-wrap.style6 a.tf-btn-readmore:hover {
    background-color: #fff;
    color: #171717;
    box-shadow: 0px 0px 0px 0px #FFF;
    border-right: 4px solid  transparent;
    border-bottom: 4px solid  transparent;
}



/* .services-post:hover {
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.102);
} */

.sv-page .services-post {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 10px 25px 0px rgba(39, 63, 68, 0.10);
    padding: 40px;
    margin-bottom: 30px;
    border: 1px solid  #E6E6E6;
}

.sv-page .services-post:hover {
    border: 1px solid var(--theme-primary-color);
}

.sv-page .services-post .post-icon {
    font-size: 40px;
    display: block;
    margin-bottom: 10px;
}

.sv-page .services-post .content .title {
    color: #171717;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.sv-page .services-post .content .desc {
    color: #3A3B3E;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}

.sv-page .services-post .tf-button-container a:hover,
.sv-page .services-post .content .title a:hover {
    color: var(--theme-primary-color);
}

.pj-page .portfolios-post .content {
    padding: 20px 0;
}

.pj-page .portfolios-post .content h2 {
    color: #171717;
    font-family: 'DM Sans';
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: capitalize;
}

.pj-page .portfolios-post .content .post-meta a {
    color: #A0A3AA;

    font-family: 'DM Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.pj-page .portfolios-post .content .tf-button-container a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    background: var(--theme-primary-color);
}

.pj-page .portfolios-post .content .tf-button-container a:hover {
    color: var(--theme-primary-color);
    background: var(--theme-secondary-color);
}

.pj-page .portfolios-post {
    margin-bottom: 30px;
}

.pj-page .portfolios-post .featured-post a {
    width: 100%;
    border-radius: 12px;
}

.pj-page .portfolios-post .featured-post img {
    height: 589px;
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}

.team-page .team-post {
    text-align: center;
}

.team-page .navigation {
    text-align: center;
    margin-top: 50px;
}

.services-post .post-icon {
    position: relative;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 32px;
}

.services-post .post-icon .icon-1 {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    font-size: 40px;
    background: var(--theme-accent-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 5px 0 var(--theme-primary-color);
}

.services-post .post-icon .icon-2 {
    font-size: 55px;
    position: absolute;
    bottom: -10px;
    right: 0px;
    color: rgba(0, 176, 252, 0.1);
}

.services-post:hover .post-icon .icon-2 {
    color: rgba(255, 255, 255, 0.1);
}

.services-post .content {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.services-post .title a {
    color: inherit;
}

.tf-services-wrap  .services-post .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    text-align: left;
}


.tf-services-wrap.style1 .services-post .icon-img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #F8F5ED 0%, rgba(247, 247, 247, 0) 100%);
}

.tf-services-wrap.style1 .services-post .content {
    flex: unset;
}
.tf-services-wrap.style1 .services-post .icon-img img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.services-post .meta-category a {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    padding: 6px 15px 6px 15px;
    border-radius: 5px;
    background: var(--theme-secondary-color);
}

.services-post .meta-category {
    position: relative;
    margin-bottom: 26px;
}

.services-post .tf-button-container a {
    font-weight: 600;
    font-size: 14px;
    color: #535656;
    position: relative;
    display: inline-block;
    width: 100%;
    color: var(--theme-secondary-color);
    -webkit-transition: all 0.5s ease, color 0s;
    -moz-transition: all 0.5s ease, color 0s;
    -ms-transition: all 0.5s ease, color 0s;
    -o-transition: all 0.5s ease, color 0s;
    transition: all 0.5s ease, color 0s;
}

.services-post .tf-button-container a i {
    font-size: 10px;
    display: inline-block;
}

.wrap-services-post.show-filter.column-2 .item,
.wrap-portfolios-post.show-filter.column-2 .item,
.wrap-project-post.show-filter.column-2 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.99%;
    flex: 0 0 49.99%;
    max-width: 49.99%;
}


@keyframes routate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Navigation
-------------------------------------------------------------- */
.paging-navigation.portfolios,
.paging-navigation.services,
.paging-navigation.project {
    margin-top: 20px;
    text-align: center;
}

.navigation.loadmore.portfolios a,
.navigation.loadmore.services a,
.navigation.loadmore.project a {
    border-radius: 1000px;
    border: 1px solid var(--On-Surface, #171717);
    background: #FFF;
    padding: 11px 32px;
    color: #171717;
font-family: 'DM Sans';
font-size: 16px;
font-weight: 700;
text-transform: capitalize;
}

.navigation.loadmore.portfolios a:hover,
.navigation.loadmore.services a:hover,
.navigation.loadmore.project a:hover {
    background: var(--theme-primary-color);
    color: #fff;
    border-color: var(--theme-primary-color);
}

/* Filter
-------------------------------------------------------------- */
.portfolio-filter,
.services-filter,
.project-filter {
    padding: 0;
    margin: 0 0 41px 0;
    list-style: none;
    width: 100%;
    height: max-content;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.tf-portfolio-wrap.style1 .portfolio-filter {
    text-align: left;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
featured
.portfolio-filter li,
.services-filter li,
.project-filter li {
    display: inline-block;
    position: relative;
    margin: 5px 31px;
}

.portfolio-filter li a,
.services-filter li a,
.project-filter li a {
    padding: 8px 20px;
    border-radius: 1000px;
border: 1px solid rgba(255, 255, 255, 0.17);
background: #F7F7F7;
color: #171717;
font-family: 'DM Sans';
font-size: 14px;
font-weight: 700;
line-height: 24px;
}

.portfolio-filter li.active a,
.services-filter li.active a,
.project-filter li.active a {
    color: #fff;
    background: var(--theme-primary-color);
}

.portfolio-filter li:first-child,
.services-filter li:first-child,
.project-filter li:first-child {
    margin-left: 0px;
}

.portfolio-filter li:last-child,
.services-filter li:last-child,
.project-filter li:last-child {
    margin-right: 0px;
}

/* Carousel
-------------------------------------------------------------- */

.wrap-team-post .owl-carousel .item,
.wrap-services-post .owl-carousel .item,
.wrap-portfolios-post .owl-carousel .item,
.wrap-project-post .owl-carousel .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.owl-carousel.row {
    margin: 0 !important;
}

/* Team */
.single-team .team-wrap-infor {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 0px 65px 70px 70px;
    background-color: #fff;
    margin-bottom: 60px;
    margin-top: -32px;
}

.single-team .team-wrap-infor .featured-post {
    position: relative;
    flex-shrink: 0;
    max-width: 410px;
    margin-right: 170px;
    border-radius: 5px;
    height: 490px;
    z-index: 5;
}

.single-team .team-wrap-infor .featured-post::after {
    position: absolute;
    content: '';
    top: -49px;
    left: -50px;
    background: #fff;
    border: 2px solid var(--theme-primary-color);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.single-team .team-wrap-infor .featured-post::before {
    position: absolute;
    content: '';
    bottom: -51px;
    right: -50px;
    background: var(--theme-accent-color);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.single-team .team-wrap-infor .featured-post img {
    width: 100%;
    object-fit: cover;
    z-index: 5;
    height: 100%;
}

.single-team .team-wrap-infor .inner-team {
    padding-top: 22px;
}

.single-team .team-wrap-infor .inner-team .team-category a {
font-weight: 600;
font-size: 30px;
line-height: 140%;
color: var(--theme-accent-color);
margin-bottom: 0;
}

.single-team .team-wrap-infor .inner-team .post-title {
font-weight: 600;
font-size: 30px;
line-height: 140%;
color: var(--theme-primary-color);
margin-bottom: 0;
}

.single-team .team-wrap-infor .inner-team .post-description {
font-weight: 600;
font-size: 30px;
line-height: 140%;
color: var(--theme-primary-color);
margin-bottom: 30px;
}

.single-team .team-wrap-infor .inner-team .meta-team {
    padding-right: 75px;
    margin-bottom: 42px;
}

.single-team .team-wrap-infor .inner-team .meta-team .list-info {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 28px;
}

.single-team .team-wrap-infor .inner-team .meta-team .list-info .icon {
    margin-right: 18px;
}

.single-team .team-wrap-infor .inner-team .meta-team .list-info .post-icon {
    width: 60px;
height: 60px;
background: var(--theme-accent-color);
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: 5px 5px var(--theme-secondary-color);
font-size: 30px;
color: #fff;
}

.single-team .team-wrap-infor .inner-team .meta-team .list-info h4 {
font-weight: 400;
font-size: 30px;
line-height: 120%;
color: var(--theme-accent-color);
margin-bottom: 0;
}

.single-team .team-wrap-infor .inner-team .meta-team .list-info h5 {
font-weight: 400;
font-size: 18px;
line-height: 120%;
color: var(--theme-primary-color);
margin-bottom: 0;
}

.single-team .team-wrap-infor .inner-team .meta-team .list-info .content {
    margin-top: 8px;
}

.single-team .team-wrap-infor .inner-team .social {
    display: inline-flex;
    padding: 14px 28px 14px 29px;
    background: #FFF4E7;
    border: 1px solid #000000;
    margin-top: 7px;
}

.single-team .team-wrap-infor .inner-team .social a {
    color: var(--theme-primary-color);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--theme-secondary-color);
    margin-right: 11px;
    color: #fff;
}
.single-team .team-wrap-infor .inner-team .social a:last-child {
    margin-right: 0;
}

.single-team .team-wrap-infor .inner-team .social a:first-child,
.single-team .team-wrap-infor .inner-team .social a:hover {
    background-color: var(--theme-accent-color);
    color: #fff;
    box-shadow: 2px 2px var(--theme-primary-color);
}



/* style 1 */
.team-post:hover .featured-post img,
.team-post .featured-post img,
.team-post:hover .featured-post::after,
.team-post .featured-post::after,
.team-post:hover .featured-post,
.team-post:hover .content::after,
.team-post .content::after,
.team-post .featured-post,
.team-post:hover .content .title,
.team-post:hover .content .social a,
.team-post:hover .content .team-category a,
.team-post:hover .content .title a,
.team-post .content .social a,
.team-post .content .team-category a,
.team-post .content .title a,
.team-post .content,
.team-post:hover .content {
    -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;
}

.team-post .featured-post {
    position: relative;
}

.team-post .featured-post::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.672);
    opacity: 0;
}

.team-post .featured-post img {
    border-radius: 5px;
}

.team-post:hover .featured-post img {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-post:hover .featured-post::after {
    opacity: 1;
}

.tf-team-wrap .team-post {
    margin-bottom: 30px;
}

.tf-team-wrap.style1 .team-post {
    position: relative;
}

.tf-team-wrap.style1 .team-post .content {
    text-align: left;
    padding: 26px 20px 29px 29px;
    background: #f7f0ea;
    position: relative;
}

.tf-team-wrap.style1 .team-post .content .share-button {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-secondary-color);
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: -25px;
    right: 0px;
}

.tf-team-wrap.style1 .team-post .content::after {

    -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-wrap.style1 .team-post .content .title a {
font-weight: 400;
font-size: 22px;
line-height: 25px;
color: #000;
}

.tf-team-wrap.style1 .team-post .content .title a:hover,
.tf-team-wrap.style1 .team-post .content .team-category a:hover {
    color: var(--theme-accent-color);
}

.tf-team-wrap.style1 .team-post .content .title {
    margin-bottom: -6px;
}

.tf-team-wrap.style1 .team-post .content .team-category a {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #757873;
}

.team-post .content .social,
.tf-team-wrap.style3 .team-post .content .social,
.tf-team-wrap.style2 .team-post .content .social,
.tf-team-wrap.style1 .team-post .content .social {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
}

.tf-team-wrap.style1 .team-post .content .social {
    padding-top: 0;
}

.tf-team-wrap.style1 .team-post .content .social::after {
    display: none;
}

.team-post .content .social a,
.tf-team-wrap.style3 .team-post .content .social a,
.tf-team-wrap.style2 .team-post .content .social a,
.tf-team-wrap.style1 .team-post .content .social a {
    width: 40px;
    height: 40px;
    font-size: 12px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    color: #010c2a;
    background: #f6f6f6;
    border-radius: 50%;
    margin-right: 10px;
}

.team-post .content .social a:last-child,
.tf-team-wrap.style3 .team-post .content .social a:last-child,
.tf-team-wrap.style2 .team-post .content .social a:last-child,
.tf-team-wrap.style1 .team-post .content .social a:last-child {
    margin-right: 0;
}

.tf-team-wrap.style1 .team-post .featured-post .social {
    transition: all .5s ease;
    position: absolute;
    bottom: 38px;
    right: 0;
    background-color: var(--theme-accent-color);
    padding: 25px 16px;
    border-radius: 10px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 5;
    text-align: center;
} 

.tf-team-wrap.style1 .team-post .featured-post .social::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%) rotate(43deg);
    width: 20px;
    height: 20px;
    background: var(--theme-accent-color);
}

.tf-team-wrap.style1 .team-post:hover .featured-post .social  {
    transition: all .5s ease;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.tf-team-wrap.style1 .team-post .featured-post .social a:not(:last-child) {
    margin-bottom: 8px;
    font-size: 16px;
    display: block;
}

.tf-team-wrap.style1 .team-post .featured-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-wrap.style1 .team-post .featured-post a {
    width: 100%;
}

.tf-team-wrap.style1 .owl-carousel .owl-dots .owl-dot {
    margin: 0 15px;
}

.tf-team-wrap.style1 .team-post .featured-post .social a {
    color: #fff;
}

.tf-team-wrap.style1 .team-post .featured-post .social a:hover {
    color: var(--theme-primary-color);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    background: var(--theme-accent-color);
    border-radius: 50% ;
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
    color: #ffffff;
    background: var(--theme-secondary-color);
    opacity: 1;
    cursor: not-allowed;
}

.text-half .counter-number {
    background: linear-gradient(to top, #FFFFFF 52.5%, var(--theme-primary-color) 52.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.no-padding .item {
    padding-left: 0px;
    padding-right: 0px;
}

.no-padding .item .portfolios-post {
    margin-bottom: 0;
}

.btn-shadow .elementor-widget-container .metform-btn:hover,
.btn-shadow .elementor-widget-container .elementor-button:hover {
    border-right: 4px solid transparent !important;
    border-bottom: 4px solid transparent !important;
    box-shadow: 0px 0px 0px 0px #FFFFFF !important;
}

.middle-icon .elementor-widget-container .metform-btn i {
    vertical-align: text-top;
}

.hover-animation-right .elementor-button-wrapper a i,
.hover-animation-right-2 .elementor-widget-container button i {
    display: inline-block;
}

.hover-animation-right .elementor-button-wrapper a:hover i,
.hover-animation-right-2 .elementor-widget-container button:hover i {
    animation: toRightFromLeft .3s forwards;
}

.btn-hover-shadow .elementor-widget-container .elementor-button:hover {
    box-shadow: 0px 0px 0px 0px #000000 !important;
    transform: translate(6px,6px);
}

.tf-team .team-image img,
.tf-portfolio-wrap.style4 .feature-post a img,
.tf-portfolio-wrap.style2 .feature-image-portfolio img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tf-team:hover .team-image img,
.tf-portfolio-wrap.style4 .grid-item:hover .feature-post a img,
.tf-portfolio-wrap.style2 .item:hover .feature-image-portfolio img {
    transform: scale(1.05);
}

.tf-team .team-image a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tf-team:hover .team-image a::after {
    opacity: 1;
    visibility: visible;
    opacity: 0.5;
}

.tf-portfolio-wrap.style1 .portfolios-post a,
.tf-portfolio-wrap.style4 .feature-post a,
.tf-portfolio-wrap.style2 .feature-image-portfolio a,
.pj-page .portfolios-post .featured-post a {
    position: relative;
    width: 100%;
}

.tf-portfolio-wrap.style4 .feature-post a,
.tf-portfolio-wrap.style2 .feature-image-portfolio a,
.pj-page .portfolios-post .featured-post a {
    display: block;
    overflow: hidden;
}

.hover-image-norstar .elementor-widget-container::before,
.tf-portfolio-wrap.style9 .feature_portfolio_post a::after,
.tf-portfolio-wrap.style3 .item .feature_portfolio_post a::after,
.tf-portfolio-wrap.style1 .portfolios-post .featured-post a::after,
.tf-portfolio-wrap.style4 .feature-post a::after,
.tf-portfolio-wrap.style2 .feature-image-portfolio a::after,
.pj-page .portfolios-post .featured-post a::after {
    position: absolute;
    top: 0;
    left: -85%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,0.3)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover-image-norstar .elementor-widget-container:hover::before,
.tf-portfolio-wrap.style9 .item:hover .feature_portfolio_post a::after,
.tf-portfolio-wrap.style3 .item:hover .feature_portfolio_post a::after,
.tf-portfolio-wrap.style1 .portfolios-post:hover .featured-post a::after,
.tf-portfolio-wrap.style4 .grid-item:hover .feature-post a::after,
.tf-portfolio-wrap.style2 .item:hover .feature-image-portfolio a::after,
.pj-page .portfolios-post:hover .featured-post a::after {
    animation: shine 1.2s alternate;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.counter-left .numb-count {
    justify-content: left;
}

.social-bs .elementor-social-icons-wrapper .elementor-icon {
    box-shadow: 4px 4px 0px #000;
}

.social-bs .elementor-social-icons-wrapper .elementor-icon:hover {
    box-shadow: 0px 0px 0px #000;
}


/* Responsive
-------------------------------------------------------------- */

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1200px) {
    .single-portfolios .entry-content .porfolio-inner .img-portfolio-detail {
        flex-shrink: unset;
        margin-right: 30px;
        max-width: 740px;
    }
 
    .pj-page .portfolios-post .featured-post img {
        height: 300px;
        border-radius: 12px;
        width: 100%;
        object-fit: cover;
    }

    .single-team .team-wrap-infor .inner-team .meta-team {
        padding-right: 0;
    }

    .tf-portfolio-wrap.style1 .big-right .tf-portfolio-even-column .item:nth-child(odd) .featured-post img {
        height: unset;
    }

    .single-team .team-wrap-infor {
        padding: 50px;
        margin-bottom: 50px;
    }
    .tf-services-wrap.style6 .services-post.layout2 {
        padding: 50px 40px;
    }
    .tf-portfolio-wrap.style1 .tf-portfolio-even-column .item:not(:last-child),
    .tf-portfolio-wrap.style1 .tf-portfolio-odd-column .item:not(:last-child) {
        margin-bottom: 60px;
    }
    .tf-portfolio-wrap.style2 .item {
        gap: 30px;
    }
}

@media only screen and (max-width: 1024px) {

    .tf-portfolio-wrap.style4 .header-tabs {
        justify-content: left;
        flex-wrap: wrap;
    }
    .single.single-events .event-detail-box .detail-box-content {
        flex-direction: column;
        max-height: none;

    }

    .single.single-events .event-detail-box .detail-box-content .event-detail-card,
    .single.single-events .event-detail-box .detail-box-content a {
        width: 100%;
    }
    .single.single-events .event-detail-box .detail-box-content .event-detail-card {
        min-width: unset;
    }

    .group-navigation {
        padding-right: 0 !important;
    }

    .tf-services-wrap.style2 .services-post .title {
        padding: 20px 15px;
        margin-bottom: 0;
        -webkit-line-clamp: 2;
    }

    .tf-services-wrap.style2 .services-post .content {
        padding: 20px 15px;
    }

    .tf-portfolio-wrap.style2 .portfolios-post .content {
        padding: 23px 50px 19px 30px;
    }

    .tf-portfolio-wrap.style2 .portfolios-post .tf-button-pj2 a {
        width: 50px;
        height: 50px;
    }

    .tf-portfolio-wrap.style2 .portfolios-post:hover .content {
        padding: 39px 50px 34px 40px;
    }

    .portfolios-post .content {
        padding: 4px 20px 22px 20px;
    }
    .portfolios-post .featured-post {
        transform: translate(0px, 0px);
    }
    .portfolios-post .content .title {
        padding-right: 20px;
    }

    .tf-portfolio-wrap.style3 .owl-carousel .owl-nav {
        display: none;
    }

    .single-team .team-wrap-infor .featured-post {
        margin-right: 50px;
    }
    .services-post {
        padding: 27px 0px 20px;
    }
    .portfolios-post .content .tf-button-container a {
        right: -25px;
        width: 50px;
        height: 50px;
    }
    .tf-portfolio-wrap.style1 .wrap-portfolios-post.column-3 .item:nth-child(4) {
        margin-top: -15.5%;
    }
    .tf-portfolio-wrap.style1 .wrap-portfolios-post.column-3 .item:nth-child(6) {
        margin-top: -11.8%;
    }
    .tf-portfolio-wrap.style1 .portfolios-post .content {
        padding: 40px 20px;
    }
    .tf-portfolio-wrap.style1 .wrap-portfolios-post.layout2 .portfolios-post .content {
        padding: 50px 50px;
    }
}

@media only screen and (max-width: 991px) {
    .wrap-team-post.column-4 .item,
    .wrap-services-post.column-4 .item,
    .wrap-portfolios-post.column-4 .item,
    .wrap-project-post.column-4 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .wrap-team-post.column-5 .item,
    .wrap-services-post.column-5 .item,
    .wrap-portfolios-post.column-5 .item,
    .wrap-project-post.column-5 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tf-widget-portfolio-wrap.style1 .wrap-portfolios-post.show-filter.column-2 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49.99%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tf-portfolio-wrap.style1 .wrap-portfolios-post .item .portfolios-post,
     .tf-portfolio-wrap.style1 .portfolios-post {
        margin-bottom: 30px;
    }

    .wrap-portfolio-filter .portfolio-filter li,
    .wrap-portfolio-filter .portfolio-filter li:last-child,
    .wrap-portfolio-filter .portfolio-filter li:first-child,
    .wrap-project-post .project-filter li,
    .wrap-project-post .project-filter li:last-child,
    .wrap-project-post .project-filter li:first-child {
        padding: 0 20px;
    }

    .wrap-portfolio-filter .portfolio-filter,
    .wrap-project-filter .project-filter {
        text-align: center;
    }

    .tf-portfolio-wrap.style1 .portfolio-filter {
        text-align: center;
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 32px;
    }

    .single-team .team-wrap-infor .featured-post img,
    .single-services .entry-content .featured-post img,
    .tf-pricetable .wrap-button a {
        width: 100%;
    }

    .single-team .team-wrap-infor {
        display: block;
    }

    .single-team .team-wrap-infor .featured-post {
        max-width: 100%;
        margin-right: 0px;
        width: 100%;
    }

    .tf-portfolio-wrap.style4 .tab-content-item.tab-content-item-even .content {
        padding: 0;
        padding-right: 20px;
    }
    .tf-portfolio-wrap.style4 .tab-content-item.tab-content-item-odd .content {
        padding: 0;
        padding-left: 20px;
    }

    .tf-portfolio-wrap.style2 .layout1 .portfolios-post:hover .content {
        padding: 39px 50px 34px 40px;
    }

    .wrap-services-post .item .services-post {
        margin-bottom: 0px;
        padding: 40px 20px;
    }
    .tf-counter .wrap-counter-inner .icon i {
        font-size: 50px;
    }
    .tf-counter .counter-number-wrapper {
        font-size: 60px;
    }
    .wrap-portfolios-post.show-filter .item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .portfolios-post .content .title {
        font-size: 20px;
    }
    .portfolios-post .content .tf-button-container a {
        right: -19px;
        width: 40px;
        height: 40px;
    }
    .tf-portfolio-wrap.style1 .wrap-portfolios-post.column-3 .item:nth-child(4) {
        margin-top: -20.5%;
    }
    .tf-portfolio-wrap.style1 .wrap-portfolios-post.column-3 .item:nth-child(6) {
        margin-top: -15.8%;
    }
    .tf-portfolio-wrap.style1 .wrap-portfolios-post.layout2 .portfolios-post {
        margin-bottom: 0;
    }
    .tf-portfolio-wrap.style6 .owl-carousel .owl-nav .owl-next {
        right: 0px;
    }
    .tf-portfolio-wrap.style6 .owl-carousel .owl-nav .owl-prev {
        left: 0px;
    }
    .tf-portfolio-wrap.style4 .posttype-filter li a {
        padding: 10px 20px;
    }
    .tf-services-wrap.style4 .services-post .content .title {
        font-size: 18px;
    }

    .tf-services-wrap.style5 .services-post .content {
    gap: 40px;
    }

   .tf-events-wrap .wrap-events-post .item {
        flex-direction: column;
        height: auto;
        overflow: unset;
   }

   .tf-events-wrap .wrap-events-post .item img {
        width: 100%;
        order: 2;
        height: 320px;
        position: unset;
        object-fit: cover;
   }

   .tf-events-wrap .wrap-events-post .item .item-event-info {
        position: unset;
        width: 100%;
        order: 1;
        clip-path: unset;
        padding: 20px 40px;
   }

   .tf-events-wrap .wrap-events-post .item .item-event-price {
        width: 100%;
        order: 3;
        position: unset;
   }

   .tf-events-wrap .wrap-events-post .item .bg-item-event-2 {
        display: none;
   }

   .wrap-events-post .item .item-event-price .content-price {
        overflow: hidden;
   }
   
   .wrap-events-post .item .item-event-price .info-price {
        width: 100%;
   }
}

@media only screen and (max-width: 767px) {
    .wrap-team-post .item,
    .wrap-services-post .item,
    .wrap-portfolios-post .item,
    .wrap-project-post .item,
    .tf-portfolio-wrap.style1 .wrap-portfolios-post.column-3 .item:nth-child(2),
     .tf-portfolio-wrap.style1 .wrap-portfolios-post.column-3 .item:nth-child(5),
      .tf-portfolio-wrap.style1 .wrap-portfolios-post.column-3 .item:nth-child(8),
       .tf-portfolio-wrap.style1 .wrap-portfolios-post.column-3 .item:nth-child(11),
       .tf-portfolio-wrap.style1 .wrap-portfolios-post.column-3 .item:nth-child(3),
        .tf-portfolio-wrap.style1 .wrap-portfolios-post.column-3 .item:nth-child(6),
         .tf-portfolio-wrap.style1 .wrap-portfolios-post.column-3 .item:nth-child(9),
          .tf-portfolio-wrap.style1 .wrap-portfolios-post.column-3 .item:nth-child(12) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0 !important;
    }


    .tf-services-wrap.style3 .wrap-services-post {
        gap: 24px;
    }

    .tf-portfolio-wrap.style2 .feature-image-portfolio img {
        height: 300px;
    } 

    .owl-carousel .owl-nav,
    .group-navigation,
    .tf-services-wrap .owl-dots {
        display: none;
    }

    .tf-pricetable .wrap-button  {
        display: inline-block;
    }

    .wrap-team-post.column-3 .item,
    .wrap-services-post.column-3 .item,
    .wrap-portfolios-post.column-3 .item,
    .wrap-project-post.column-3 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wrap-team-post.column-4 .item,
    .wrap-services-post.column-4 .item,
    .wrap-portfolios-post.column-4 .item,
    .wrap-project-post.column-4 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wrap-team-post.column-5 .item,
    .wrap-services-post.column-5 .item,
    .wrap-portfolios-post.column-5 .item,
    .wrap-project-post.column-5 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .post-type-archive-portfolios .tf-title-section .title-section .wrap-title,
    .post-type-archive-project .tf-title-section .title-section .wrap-title {
        font-size: 30px;
    }

    .post-type-archive-portfolios .tf-title-section .sub-title,
    .post-type-archive-project .tf-title-section .sub-title {
        line-height: 1.2;
        letter-spacing: 2px;
    }

    .single-portfolios .entry-content .porfolio-inner {
        display: block;
    }
    .single-portfolios .entry-content .meta-post {
        display: block;
        margin: 0;
    }
    .single-portfolios .entry-content .porfolio-inner .img-portfolio-detail {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .wrap-portfolios-post.show-filter.column-2 .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tf-portfolio-wrap.style1 .wrap-portfolios-post.layout2 .portfolios-post {
        display: block;
    }
    .tf-portfolio-wrap.style1 .wrap-portfolios-post.layout2 .featured-post,
    .tf-portfolio-wrap.style1 .wrap-portfolios-post.layout2 .content,
    .single-portfolios .top-content .content-left,
    .single-portfolios .top-content .content-right {
        width: 100%;
    }
    .portfolio-filter li, .services-filter li, .project-filter li {
        margin: 15px 6px;
    }
    .single-portfolios .top-content .content-left {
        margin-bottom: 30px;
    }
    .single-portfolios .top-content {
        display: block;
        margin-bottom: 60px;
    }
    .single-portfolios .top-content .content-right {
        padding: 0;
    }

    .tf-portfolio-wrap.style1 .wrap-portfolios-post.layout1 .item .portfolios-post,
    .tf-posts.style2 .blog-post {
        display: block;
    }
    .tf-portfolio-wrap.style1 .portfolios-post .content,
     .tf-portfolio-wrap.style1 .portfolios-post .featured-post,
     .tf-posts.style2 .blog-post .featured-post,
      .tf-posts.style2 .blog-post .content,
      .tf-services-wrap.style5 .services-post .content .title {
        width: 100%;
    }
    .text-half .counter-number {
        background: unset;
        background-clip: unset;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
    }
    .tf-services-wrap.style5 .services-post .content {
        gap: 15px;
    display: block;
    padding-bottom: 0;
    }
    .tf-portfolio-wrap.style6 .tabs {
        flex-wrap: wrap;
        gap: 15px !important;
    }
}

@media only screen and (max-width: 600px) {
    .single-team .team-wrap-infor {
        padding: 30px;
        margin-bottom: 30px;
    }
    .single-team
    .team-wrap-infor
    .inner-team
    .meta-team
    .list-info
    .list-title
    .post-icon {
    font-size: 22px;
    margin-right: 15px;
    }
    
    .single-portfolios .entry-content .meta-post .inner-meta-post ,
    .single-portfolios .entry-content .meta-post .inner-meta-post
    .single-team .team-wrap-infor .inner-team .meta-team .list-info {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 450px) {
    .tf-services-wrap.style3 .services-post {
        display: block;
    }
    .single-team .team-wrap-infor {
        padding: 15px;
    }

    .single-team .team-wrap-infor .inner-team .meta-team .list-info {
        padding: 12px 10px 7px 0;
    }
}

@media only screen and (max-width: 400px) {
    .single-portfolios .entry-content .meta-post .inner-meta-post {
        width: 100%;
    }
}





/* .tf-portfolio-wrap.style1 .featured-post {
    position: relative;
}
.tf-portfolio-wrap .featured-post .tf-portfolio-btn {
    position: absolute;

}
.tf-portfolio-wrap .featured-post .tf-portfolio-btn {
    opacity: 0;
}
.tf-portfolio-wrap .featured-post:hover .tf-portfolio-btn {
    opacity: 1;
} */
.tf-portfolio-wrap .featured-post img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    transform: translate(1);
}

.tf-portfolio-wrap .featured-post:hover img{
    transform: scale(1.05);
}

.tf-portfolio-wrap .tf-portfolio-btn {
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    opacity: 0;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 11000;
    background-color: #171717;
    color: #fff;
}
.tf-portfolio-wrap .tf-portfolio-btn {
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    pointer-events: none;
}

.tf-portfolio-wrap.style4 .header-tabs button.filter-btn {
    background-color: transparent;
    color: #171717;
    
}

.tf-portfolio-wrap .tabs button.filter-btn::after {
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    background-color: var(--theme-primary-color);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.tf-portfolio-wrap .tabs button.filter-btn.active::after,
.tf-portfolio-wrap .tabs button.filter-btn:hover::after {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tf-portfolio-wrap.style5 .grid-item {
    width: 50%;
    padding: 16px;
}
.tf-portfolio-wrap.style6 .grid-item {
    width: calc(33.33% - 32px);
    /* padding:0 16px; */
    margin: 16px;
}
.tf-portfolio-wrap.style5 .portfolios,.tf-portfolio-wrap.style6 .portfolios {
    margin: -16px;
}

@media only screen and (max-width: 991px) {
    .tf-portfolio-wrap.style6 .grid-item {
        width: calc(50% - 32px);
    }
}
@media only screen and (max-width: 678px) {
    .tf-portfolio-wrap.style5 .grid-item {
        width: 100%;
    }

    .tf-portfolio-wrap.style6 .grid-item {
        width: calc(100% - 32px);
    }
}


