/* Portfolios Single
-------------------------------------------------------------- */
.portfolios-single .entry-content {
    float: left;
    width: 75.7%;
    padding-right: 116px;
    position: relative;
}
.portfolios-single .sidebar-portfolios {
    float: left;
    width: 24.3%;
    position: relative;
}

.sidebar-portfolios .portfolio-infor {
    background: #1A1A1A;
    border-radius: 16px;
    padding: 24px 24px 24px 24px;
}

.sidebar-portfolios .wrap-btn-project {
    margin-top: 32px;
}

.sidebar-portfolios .wrap-btn-project a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.23999999463558197px;
    display: flex;
    align-items: center;
    column-gap: 16px;
    color: #fff;
}

.sidebar-portfolios .wrap-btn-project a i {
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    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;
}

.sidebar-portfolios .wrap-btn-project a:hover i {
    background: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    transform: translateX(5px);
}   

.sidebar-portfolios h4 {
font-family: 'Red Hat Display';
font-size: 20px;
font-weight: 500;
line-height: 32px;
letter-spacing: -0.23999999463558197px;
margin-bottom: 26px;
}

.sidebar-portfolios ul {
    margin: 0;
    list-style: none;
}

.sidebar-portfolios .list-infor li span {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.23999999463558197px;
    font-family: 'Roboto';
    min-width: 80px;
    margin-right: 18px;
    display: inline-block;
}

.sidebar-portfolios .list-infor li {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.23999999463558197px;
    border-bottom: 1px solid #333333;
    padding-bottom: 6px;
    margin-bottom: 9px;
}

.sidebar-portfolios .list-social {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-top: 24px;
}

.sidebar-portfolios .list-social li a:hover {
    opacity: 0.7;
}

.single-portfolios .featured-post {
    margin-bottom: 73px;
    position: relative;
    overflow: hidden;
}
.single-portfolios .featured-post img {
    height: 488px;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.single-portfolios .portfolio-information {
    margin-top: 58px;
}
.single-portfolios .navigation .nav-links {
    margin-top: 0;
    border-top: none;
}

.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: 3px 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-primary-color);
    border-bottom: 3px solid var(--theme-primary-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";
    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-primary-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-primary-color);
    color: #fff;
}

.single-portfolios .entry-content .post-title {
    font-family: 'Red Hat Display';
    font-size: 48px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: -1.2999999523162842px;
    margin-bottom: 29px;
}

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

@media only screen and (max-width: 1700px) {
    .tf-portfolio-wrap.style2 .owl-carousel .owl-nav {
        top: 110%;
        right: 129%;
    }
}
@media only screen and (max-width: 1400px) {
    .tf-portfolio-wrap.style2 .owl-carousel .owl-nav {
        top: 115%;
        right: 125%;
    }
}

@media only screen and (max-width: 1300px) {
    .tf-portfolio-wrap.style2 .owl-carousel .owl-nav {
        top: 115%;
        right: 125%;
    }
}

@media only screen and (max-width: 1024px) {
    .tf-portfolio-wrap.style2 .owl-carousel .owl-nav {
        top: -100px;
        right: 100px;
    }
}

/*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: #fff;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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 73px 0;
}
.single-services .entry-content .featured-post img {
    border-radius: 24px;
    height: 488px;
    object-fit: cover;
    width: 100%;
}
.single-services .entry-content .post-title {
    font-family: 'Red Hat Display';
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1041666666666667em;
    letter-spacing: -1.2999999523162842px;
    margin-bottom: 27px;
}

.themesflat_widget_services_categories ul li>a:after {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 700;
    right: 1px !important;
}

.themesflat_widget_services_categories .widget-title {
    margin-bottom: 24px !important;
}

.services-contact h5 {
    font-family: 'Red Hat Display';
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.23999999463558197px;
    margin-bottom: 40px;
}

.services-contact .inner {
    display: flex;
    align-items: center;
}

.services-contact .inner .icon-phone {
    width: 56px;
    height: 56px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    font-size: 36px;
    flex-shrink: 0;
}

.services-contact .inner a {
    font-family: 'Red Hat Display';
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.23999999463558197px;
    color: #fff;
}

.services-contact > a {
    background: #fff;
    border-radius: 93px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.23999999463558197px;
    width: 100%;
    padding: 12px 20px;
    display: block;
    text-align: center;
    color: #000;
    margin-top: 40px;
}

.services-contact > a:hover {
    color: var(--theme-primary-color);
}

.services-brochures h4 {
    font-family: 'Red Hat Display';
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.23999999463558197px;
    margin-bottom: 55px;
}

.services-brochures a {
    background: transparent;
    border-radius: 93px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.23999999463558197px;
    width: 100%;
    padding: 11px 20px;
    display: block;
    text-align: center;
    color: #fff;
}

.services-brochures a:hover {
    background: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
}

.services-brochures a i {
    font-size: 23px;
    margin-right: 20px;
    vertical-align: middle;
}

.services-brochures .inner a:first-child {
    margin-bottom: 16px;
}

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

.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-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,
.portfolios-post .featured-post,
.project-post .featured-post {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.team-post .featured-post a {
    width: 100%;
}

.wrap-services-post .services-post .features-post img,
.wrap-portfolios-post .portfolios-post .featured-post img {
    border-radius: 24px;
    transition: clip-path 1s cubic-bezier(.12,.76,.36,1), opacity .3s, transform 1.5s cubic-bezier(.12,.76,.36,1);
    object-fit: cover;
}

.wrap-services-post .services-post:hover .features-post img,
.wrap-portfolios-post .portfolios-post:hover .featured-post img {
    transform: scale(1.05);
}

.wrap-services-post .services-post .features-post > a,
.wrap-portfolios-post .portfolios-post .featured-post > a {
    display: block;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
}

.wrap-services-post .services-post .content,
.wrap-portfolios-post .portfolios-post .content {
    padding: 24px 24px 24px 24px;
}

.wrap-services-post .services-post .title,
.wrap-portfolios-post .portfolios-post .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.23999999463558197px;
}

.wrap-services-post .services-post .title a,
.wrap-portfolios-post .portfolios-post .title a {
    color: #fff;
}

.wrap-services-post .services-post .description,
.wrap-portfolios-post .portfolios-post .description {
    color: #FFFFFFCC;
    margin-bottom: 26px;
}

.wrap-services-post .services-post .tf-button-container a,
.wrap-portfolios-post .portfolios-post .tf-button-container a {
    color: #fff;
    background: transparent;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.wrap-services-post .services-post .tf-button-container a i,
.wrap-portfolios-post .portfolios-post .tf-button-container a i,
.tf-posts .blog-post .tf-button-container a i  {
    font-size: 19px;
    line-height: inherit;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    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;
}

.wrap-services-post .services-post:hover .tf-button-container a i,
.wrap-portfolios-post .portfolios-post:hover .tf-button-container a i,
.tf-posts .blog-post:hover .tf-button-container a i  {
    background: var(--theme-primary-color);
    color: #fff;
    transform: translateX(5px);
}

/* .wrap-services-post .services-post .tf-button-container a:hover,
.wrap-services-post .services-post .title a:hover,
.wrap-portfolios-post .portfolios-post .tf-button-container a:hover,
.wrap-portfolios-post .portfolios-post .title a:hover {
    color: var(--theme-primary-color);
} */

/* Navigation
-------------------------------------------------------------- */
.paging-navigation.portfolios,
.paging-navigation.services,
.paging-navigation.project {
    margin-top: 1px;
    text-align: left;
}

.navigation.loadmore.portfolios a,
.navigation.loadmore.services a,
.navigation.loadmore.project a {
    font-size: 15px;
    font-weight: 500;
    padding: 11px 61px;
    border-radius: 5px;
    border: none;
}

/* Filter
-------------------------------------------------------------- */
.portfolio-filter,
.services-filter,
.project-filter {
    padding: 0;
    margin: 0 0 39px 0;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: max-content;
    text-align: center;
    border-bottom: 1px solid #686868;
}

.portfolio-filter li,
.services-filter li,
.project-filter li {
    display: inline-block;
    position: relative;
}

.portfolio-filter li a,
.services-filter li a,
.project-filter li a {
    line-height: 1;
    display: inline-block;
    position: relative;
    padding: 16px 16px;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.23999999463558197px;
    color: #ECF2F6;
    border-right: 1px solid #333333;
    min-width: 204px;
    text-align: center;
}

.portfolio-filter li.active a,
.services-filter li.active a,
.project-filter li.active a,
.portfolio-filter li a:hover,
.services-filter li a:hover,
.project-filter li a:hover {
    position: relative;
    background: var(--theme-primary-color);
}

.portfolio-filter li:last-child a {
    border-right: none;
}

.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 .featured-post > a,
.owl-carousel:hover {
    cursor: move;
}
.owl-carousel.row {
    margin: 0 !important;
}

/* Team */

.single-team .team-wrap-infor {
    display: flex;
}

.single-team .team-wrap-infor .featured-post {
    max-width: 562px;
    min-width: 562px;
    margin-right: 24px;
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

.single-team .team-wrap-infor .featured-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-team .team-wrap-infor .inner-team .team-category a {
font-size: 18px;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.23999999463558197px;
color: #AEAEAE;
}

.single-team .team-wrap-infor .inner-team .post-title {
    font-family: 'Red Hat Display';
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.800000011920929px;
}

.single-team .team-wrap-infor .inner-team .post-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.23999999463558197px;
    margin-bottom: 39px;
}

.single-team .team-wrap-infor .inner-team .meta-team {
    margin-bottom: 42px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 15px;
}

.single-team .team-wrap-infor .inner-team .meta-team h3 {
font-family: 'Red Hat Display';
font-size: 20px;
font-weight: 500;
line-height: 32px;
letter-spacing: -0.23999999463558197px;
margin-top: 3px;
margin-bottom: 5px;
}

.single-team .team-wrap-infor .inner-team .meta-team .list-info {
    background: linear-gradient(134.29deg, #1C1C1C 0%, #000000 100%);
    border: 1px solid #FFFFFF26;
    border-radius: 32px;
    padding: 32px 32px 32px 32px;
    flex: 1;
}

.single-team .team-wrap-infor .inner-team .meta-team .list-info .list-title {
    font-size: 16px;
    font-family: "Inter";
    font-weight: 500;
    color: var(--theme-primary-color);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 18px;
}

.single-team
    .team-wrap-infor
    .inner-team
    .meta-team
    .list-info
    .list-title
    .post-icon {
    font-size: 25px;
    color: #000000;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.single-team .team-wrap-infor .inner-team .meta-team .list-info .list-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFFB2;
}

.single-team .team-wrap-infor .inner-team .social {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    column-gap: 32px;
}

.single-team .team-wrap-infor .inner-team .social a {
    color: #fff;
    font-size: 50px;
}

.single-team .team-wrap-infor .inner-team .social a:hover {
    color: 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;
    margin-bottom: 25px;
}

.team-post:hover .featured-post img {
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.tf-team-wrap .team-post {
    margin-bottom: 30px;
}

.tf-team-wrap.style1 .team-post {
    position: relative;
}

.tf-team-wrap .featured-post img {
    height: 212px;
    object-fit: cover;
    border-radius: 24px;
}

.tf-team-wrap .featured-post a {
    display: block;
    border-radius: 24px;
    overflow: hidden;
}

.tf-team-wrap .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.23999999463558197px;
    margin-bottom: 35px;
}

.tf-team-wrap .title a {
    color: #fff;
}

.tf-team-wrap .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #AEAEAE;
    margin-bottom: 10px;
}

.tf-team-wrap .social {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.tf-team-wrap .social a {
    color: #fff;
    font-size: 25px;
}

.tf-team-wrap .social a:hover,
.tf-team-wrap .title a:hover {
    color: var(--theme-primary-color);
}

/* bullet carousel */
.owl-carousel .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    position: absolute;
    cursor: default;
}

.owl-carousel .owl-dots .owl-dot::before,
.owl-carousel .owl-dots .owl-dot::after {
    display: none;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    line-height: 10px;
    background-color: var(--theme-primary-color);
    border-radius: 50%;
    margin: 0 8px;
    position: relative;
    display: inline-block;
    overflow: unset;
}

.owl-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.owl-carousel .owl-dots .owl-dot.active span::after {
    border: 1px solid var(--theme-primary-color);
}

/* arrow carousel */

.wrap-services-post .owl-carousel .owl-stage-outer {
    padding: 25px;
    margin: -25px;
}

.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: linear-gradient(90deg, var(--theme-accent-color) 0%, var(--theme-secondary-color) 100%);
    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;
}

.tf-portfolio-wrap.style2 .owl-carousel .owl-nav button.owl-prev,
.tf-portfolio-wrap.style2 .owl-carousel .owl-nav button.owl-next {
    background: linear-gradient(246.06deg, #417DB4 -19.26%, #417DB4 87.05%);
}

.tf-portfolio-wrap.style2 .owl-carousel .owl-nav button.owl-prev.disabled,
.tf-portfolio-wrap.style2 .owl-carousel .owl-nav button.owl-next.disabled {
    background: #ffffff;
}

.tf-portfolio-wrap.style2 .owl-carousel .owl-nav button.owl-prev.disabled i,
.tf-portfolio-wrap.style2 .owl-carousel .owl-nav button.owl-next.disabled i {
    background-color: transparent;
    background-image: linear-gradient(
        246.06deg,
        #417DB4 -19.26%,
        #417DB4 87.05%
    );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tf-portfolio-wrap.style3 .owl-carousel .portfolios-post .featured-post > a {
    cursor: pointer;
}

/* Responsive
-------------------------------------------------------------- */

@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;
    }
    .single-team .team-wrap-infor .inner-team .meta-team {
        padding-right: 0;
    }

    .single-team .team-wrap-infor {
        margin-bottom: 50px;
    }
    .single-team .team-wrap-infor .featured-post {
        max-width: 50%;
        min-width: 50%;
    }
    .single-services .page-wrap.sidebar-right .content-area {
        padding-right: 40px;
    }
    .portfolios-single .entry-content {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .services-post .content {
        padding: 30px 9px 29px 20px;
    }

    .tf-services-wrap.style3 .services-post .content {
        padding: 0;
    }

    .single-team .team-wrap-infor .featured-post {
        margin-right: 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%;
    }

    .tf-services-wrap.style3 .services-post {
        padding: 30px;
    }

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

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

    .single-team .team-wrap-infor .featured-post img,
    .single-services .entry-content .featured-post img {
        width: 100%;
    }

    .single-team .team-wrap-infor {
        display: block;
    }

    .single-team .team-wrap-infor .featured-post {
        max-width: 100%;
        margin-right: 0px;
        width: 100%;
    }

    .wrap-services-post .item .services-post {
        margin-bottom: 0px;
    }

    .single-services .page-wrap.sidebar-right .content-area,
    .portfolios-single .entry-content {
        padding-right: 0px;
    }
    .portfolios-single .entry-content,
    .portfolios-single .sidebar-portfolios {
        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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .owl-carousel .owl-nav {
        display: none;
    }

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

    .services-post .content {
        padding: 30px 20px 29px 20px;
    }

    .tf-services-wrap.style2 .services-post .content,
    .themesflat-services-taxonomy.style2 .services-post .content {
        padding: 30px;
    }

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

@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;
    }
    
}
@media only screen and (max-width: 450px) {
    .tf-services-wrap.style3 .services-post {
        display: block;
    }
    .single-team .team-wrap-infor {
        padding: 15px;
    }

}

@media only screen and (max-width: 400px) {
    .single-portfolios .entry-content .meta-post .inner-meta-post {
        width: 100%;
    }
}
