/* Services Archive
-------------------------------------------------------------- */
.wrap-team-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-services-post.column-1 .item,
.wrap-team-post.column-1 .item,
.wrap-case-study-post.column-1 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.wrap-services-post.column-2 .item,
.wrap-team-post.column-2 .item,
.wrap-case-study-post.column-2 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.wrap-services-post.column-3 .item,
.wrap-team-post.column-3 .item,
.wrap-case-study-post.column-3 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.wrap-services-post.column-4 .item,
.wrap-team-post.column-4 .item,
.wrap-case-study-post.column-4 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.wrap-services-post.column-5 .item,
.wrap-team-post.column-5 .item,
.wrap-case-study-post.column-5 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.wrap-services-post.column-6 .item,
.wrap-team-post.column-6 .item,
.wrap-case-study-post.column-6 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666667%;
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%;
}

.tf-services-wrap .owl-carousel {
    display: flex !important;
    width: unset;
}

.tf-services-wrap.style3 .owl-carousel {
    display: flex !important;
    width: unset !important;
    -webkit-tap-highlight-color: unset !important;
    position: unset !important;
}

/* style 1 */

.tf-services-wrap.style1 .content {
    background: #fff;
    border-radius: 15px;
    padding: 49px 50px 40px 58px;
    -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;
    border: 1px solid transparent;
}

.tf-services-wrap.style1 .content:hover {
    box-shadow: 10px 4px 60px 0px rgba(182, 182, 182, 0.2509803922);
}

.tf-services-wrap.style1 .title {
    font-family: 'Manrope';
    font-size: 24px;
    font-weight: 700;
    line-height: 32.78px;
    margin-bottom: 14px;
}

.tf-services-wrap.style1 .description {
    font-family: 'Public Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0px;
    -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;
    margin-bottom: 0px;

}

.tf-services-wrap.style1 .icon {
    font-size: 55px;
    margin-bottom: 41px;
    display: inline-block;
    transform: rotateY(0);
    display: flex;
    width: max-content;
    -khtml-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
    -o-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
    transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}

.tf-services-wrap.style1 .content:hover .icon {
    animation: spinAround 0.5s linear;
    -moz-animation: spinAround 0.5s linear;
    -webkit-animation: spinAround 0.5s linear;
}

@keyframes spinAround {

    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }

}

.tficonbox:hover .wrap-icon-inner.spin-around i,
.tficonbox:hover .wrap-icon-inner.spin-around svg,
.tficonbox:hover .wrap-icon-inner.spin-around image {
    animation: spinAround 0.5s linear !important;
    -moz-animation: spinAround 0.5s linear !important;
    -webkit-animation: spinAround 0.5s linear !important;
}

.tf-services-wrap.style1 .tf-button {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 700;
    line-height: 21.86px;
    text-transform: capitalize;
    margin-top: 18px;

}


.tf-services-wrap.style1 .tf-button i {
    font-size: 13px;
    margin-left: 1px;
    -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-services-wrap .tf-button-container {
    position: relative;

}

.tf-services-wrap.style1 .tf-button span {
    position: relative;
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -3px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tf-services-wrap.style1 .tf-button:hover span {
    background-size: 100% 100%;
}

.tf-services-wrap.style1 .tf-button:hover i {
    margin-left: 4px;
    color: var(--theme-secondary-color);
}

.tf-services-wrap.style1 .tf-button-container {
    -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;
    transform: translateY(23px);
    opacity: 0;
    visibility: hidden;
}

.tf-services-wrap.style1 .content:hover .tf-button-container {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

/* style2 */

.tf-services-wrap.style2 .content {
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 35px 30px 38px 30px;
    background-color: #fff;
    text-align: center;
}

.tf-services-wrap.style2 .title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.tf-services-wrap.style2 .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 35px;
}

.tf-services-wrap.style2 .featured-post {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 38px;
}

.tf-services-wrap.style2 .featured-post a {
    display: block;
    width: 100%;
    height: 100%;
}

.tf-services-wrap.style2 .featured-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.tf-services-wrap.style2 .content:hover .featured-post img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tf-services-wrap.style2 .tf-button {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 700;
    line-height: 21.86px;
}

.tf-services-wrap.style2 .tf-button i {
    font-size: 13px;
    margin-left: 1px;
    -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-services-wrap.style2 .tf-button span {
    position: relative;
}

/* .tf-services-wrap.style2 .tf-button span::after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: -1px;
    background:currentColor;
    height: 1px;
    -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-services-wrap.style2 .tf-button:hover span::after {
    width: 100%;
} */

.tf-services-wrap.style2 .tf-button:hover i {
    margin-left: 4px;
    color: var(--theme-secondary-color);
}

/* style 3 */

.tf-services-wrap.style3 .services-post {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.tf-services-wrap.style3 .content {
    border-radius: 10px 0 0 10px;
    background-color: #85A6A6;
    padding: 50px 40px 50px 60px;
    border: 1px solid #FFFFFF1A;
}

.tf-services-wrap.style3 .icon {
    margin-bottom: 32px;
    font-size: 55px;
    color: #fff;
}

.tf-services-wrap.style3 .title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 40px;
}

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

.tf-services-wrap.style3 .title a:hover {
    color: var(--theme-secondary-color);
}

.tf-services-wrap.style3 .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #fff;
}

.tf-services-wrap.style3 .tf-button {
    background-color: transparent;
    border-color: #fff;
    gap: 8px;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 13px 15px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.tf-services-wrap.style3 .tf-button .plus {
    color: #fff;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    transform: translateX(46px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: visible;
    opacity: 1;
}

.tf-services-wrap.style3 .tf-button .read {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    color: #fff;
}

.tf-services-wrap.style3 .tf-button:hover {
    width: 135px;
    border-radius: 10px;
    background-color: var(--Main-green);
}

.tf-services-wrap.style3 .tf-button:hover .plus {
    transform: translateX(0px);
}

.tf-services-wrap.style3 .tf-button:hover .read {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.1s;
}

.tf-services-wrap.style3 .featured-post {
    max-width: 740px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.tf-services-wrap.style3 .owl-item.active .featured-post {
    -webkit-animation: fadeInLeft 0.5s;
    animation: fadeInLeft 0.5s;
}

.tf-services-wrap.style3 .featured-post a {
    display: block;
    width: 100%;
    height: 100%;
}

.tf-services-wrap.style3 .featured-post a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tf-services-wrap.style3 .owl-dots {
    position: absolute;
    right: -9.2%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 35px;
    align-items: center;
    left: unset;
    bottom: unset;
}

.tf-services-wrap.style3 .owl-dots button,
.tf-services-wrap.style3 .owl-dots .owl-dot {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    width: 5px;
    height: 5px;
    position: relative;
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -khtml-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -moz-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -ms-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -o-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
}

.tf-services-wrap.style3 .owl-dots .owl-dot::before {
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    background: unset !important;
}

.tf-services-wrap.style3 .owl-dots button.active,
.tf-services-wrap.style3 .owl-dots button:hover,
.tf-services-wrap.style3 .owl-dots .owl-dot.active,
.tf-services-wrap.style3 .owl-dots .owl-dot:hover {
    background: #fff;
}

.tf-services-wrap.style3 .owl-nav button,
.tf-services-wrap.style3 .owl-nav .owl-prev,
.tf-services-wrap.style3 .owl-nav .owl-next {
    background: #FFFFFF1A;
    color: #fff;
    font-size: 12px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tf-services-wrap.style3 .owl-nav .owl-prev,
.tf-services-wrap.style3 .owl-nav .owl-next,
.tf-services-wrap.style3 .owl-nav button.owl-prev,
.tf-services-wrap.style3 .owl-nav button.owl-next {
    transform: rotate(90deg);
    position: relative;
    top: unset;
    left: unset;
    right: unset;
}

.tf-services-wrap.style3 .owl-nav .owl-prev i,
.tf-services-wrap.style3 .owl-nav .owl-next i,
.tf-services-wrap.style3 .owl-nav button i {
    font-weight: 100;
}

.tf-services-wrap.style3 .owl-nav .owl-prev.active,
.tf-services-wrap.style3 .owl-nav .owl-prev:hover,
.tf-services-wrap.style3 .owl-nav .owl-next.active,
.tf-services-wrap.style3 .owl-nav .owl-next:hover,
.tf-services-wrap.style3 .owl-nav button.active,
.tf-services-wrap.style3 .owl-nav button:hover {
    background: #85A6A6;
}

.tf-services-wrap.style3 .owl-nav button.disabled,
.tf-services-wrap.style3 .owl-nav .owl-next.disabled,
.tf-services-wrap.style3 .owl-nav .owl-rev.disabled {
    background: #FFFFFF1A;
    opacity: 0.6;
    cursor: unset;
}

.tf-services-wrap.style3 .owl-nav {
    position: absolute;
    right: -9.2%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 100px 10px;
    flex-direction: column;
}

/* style 4 */

.tf-services-wrap.style4 .content {
    background: #ECE8E0;
    position: relative;
    overflow: hidden;
    border: unset;
    padding: 40px 41px 34px 40px;
    border-radius: 10px;
}

.tf-services-wrap.style4 .icon {
    margin-bottom: 25px;
    font-size: 50px;
    position: relative;
}

.tf-services-wrap.style4 .title {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 27px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.tf-services-wrap.style4 .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    -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;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    position: relative;
}

.tf-services-wrap.style4 .featured-post {
    top: 0;
    left: 0;
    position: absolute;
    width: 0%;
    height: 100%;
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -khtml-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -moz-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -ms-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -o-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
}

.tf-services-wrap.style4 .featured-post a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.tf-services-wrap.style4 .featured-post a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #121212;
    opacity: 0.8;
}

.tf-services-wrap.style4 .featured-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tf-services-wrap.style4 .tf-button {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 700;
    line-height: 21.86px;
}

.tf-services-wrap.style4 .tf-button i {
    font-size: 13px;
    margin-left: 1px;
    -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-services-wrap.style4 .tf-button span {
    position: relative;
}

.tf-services-wrap.style4 .tf-button span::after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: -1px;
    background: currentColor;
    height: 1px;
    -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-services-wrap.style4 .tf-button:hover span::after {
    width: 100%;
}

.tf-services-wrap.style4 .tf-button:hover i {
    margin-left: 4px;
    color: var(--theme-secondary-color);
}

.tf-services-wrap.style4 .content:hover .featured-post {
    width: 100%;
}

.tf-services-wrap.style4 .content:hover,
.tf-services-wrap.style4 .content:hover .title a,
.tf-services-wrap.style4 .content:hover .tf-button,
.tf-services-wrap.style4 .content:hover .tf-button i {
    color: #fff;
}

/* style 5 */


.tf-services-wrap.style5 .services-post {
    background-color: #F2EDEA;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px;
}

.tf-services-wrap.style5 .services-post:hover {
    box-shadow: 10px 4px 60px 0px #BEBEBE40;
    background: #fff;
}

.tf-services-wrap.style5 .featured-post {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.tf-services-wrap.style5 .featured-post a {
    display: block;
    width: 100%;
    height: 100%;
}

.tf-services-wrap.style5 .featured-post img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.tf-services-wrap.style5 .content {
    padding: 40px 30px 15px 30px;
}

.tf-services-wrap.style5 .icon {
    margin-bottom: 17px;
    font-size: 55px;
    color: #1B1E23;
}

.tf-services-wrap.style5 .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    position: relative;
    margin-bottom: 14px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;

}

.border_eff a {
    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;
}

.border_eff a:hover {
    background-size: 100% 100%;
    color: inherit;
}

.tf-services-wrap.style5 .description {
    margin-bottom: 21px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.tf-services-wrap.style5 .tf-button {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 700;
    line-height: 21.86px;
}

.tf-services-wrap.style5 .tf-button i {
    font-size: 13px;
    margin-left: 1px;
    -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-services-wrap.style5 .tf-button span {
    position: relative;
}

.tf-services-wrap.style5 .tf-button span::after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: -1px;
    background: var(--theme-secondary-color);
    height: 1px;
    -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-services-wrap.style5 .tf-button:hover span::after {
    width: 100%;
}

.tf-services-wrap.style5 .tf-button:hover i {
    margin-left: 4px;
    color: var(--theme-secondary-color);
}

.tf-services-wrap.style5 .services-post:hover .featured-post img {
    transform: scale(1.07);
}

.tf-services-wrap.style5 .featured-post::before,
.tf-team-wrap .features-post>a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.tf-services-wrap.style5 .services-post:hover .featured-post::before,
.tf-team-wrap .team-post:hover .features-post>a::before {
    -webkit-animation: flashshine 1.2s;
    animation: flashshine 1.2s;
}

@keyframes flashshine {
    100% {
        left: 125%;
    }
}

/* single services */

.single-services .featured-post {
    margin-bottom: 41px;
}

.single-services .featured-post img {
    width: 100%;
    height: 550px;
    border-radius: 10px;
    object-fit: cover;
}

.single-services .post-title {
    font-family: 'Manrope';
    font-size: 35px;
    font-weight: 700;
    line-height: 47.81px;
    letter-spacing: -0.02em;

}

.single-services .widget-recent-services .widget-title::before {
    content: "\e94a";
    font-size: 21px;
    left: 25px;
}

.single-services .sidebar .widget-recent-services {
    padding: 12px 20px 25px 14px !important;
}

.single-services .widget-recent-services .widget-title {
    padding: 20px 20px 20px 55px;
}

.single-services .widget-recent-services .recent-services {
    margin: -13px 22px 1px 24px;
}

.single-services .widget-recent-services .recent-services a {
    position: relative;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    color: #555555;
    display: block;
}

.single-services .widget-recent-services .recent-services a:hover {
    text-decoration: underline;
    color: #1B1E23;
}

.single-services .widget-recent-services .recent-services a::after {
    content: "\e916";
    font-family: 'saylo';
    position: absolute;
    top: 0;
    right: 0;
    position: absolute;
    font-size: 12px;
}

.single-services .widget-recent-services .recent-services li:not(:last-child) {
    border-bottom: 1px solid #1B1E231A;
    padding-bottom: 10px;
    margin-bottom: 16.2px;
}

.post-type-archive-services .page-wrap.sidebar-right .content-area,
.tax-services_category .page-wrap.sidebar-right .content-area {
    float: unset !important;
    width: unset !important;
    padding-right: unset !important;
}

.post-type-archive-services .services-post,
.tax-services_category .services-post {
    margin-bottom: 30px;
}

.post-type-archive-services .paging-navigation,
.tax-services_category .paging-navigation {
    text-align: center;
}

/* case study */

.tf-case-study-wrap.style1 .case-study-post {
    position: relative;
    overflow: hidden;
}

.tf-case-study-wrap.style1 .case-study-post .featured-post a {
    overflow: hidden;
}

.tf-case-study-wrap .case-study-post .featured-post img {
    width: 100%;
    height: 550px;
    -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    object-fit: cover;
}

.tf-case-study-wrap.style1 .case-study-post .featured-post a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 100%;
    background: linear-gradient(180deg, rgba(27, 30, 35, 0) 0%, #1b1e23 100%);
}

.tf-case-study-wrap .case-study-post:hover img {
    transform: scale(1.08);
}

.tf-case-study-wrap.style1 .case-study-post:hover .featured-post a::after,
.tf-case-study-wrap.style1 .owl-item.center .featured-post a::after {
    top: 0%;
}

.tf-case-study-wrap.style1 .case-study-post .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;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50px;
    bottom: 34px;
    right: 50px;
    align-items: center;
    z-index: 2;
    justify-content: space-between;
}

.tf-case-study-wrap.style1 .case-study-post:hover .content,
.tf-case-study-wrap.style1 .owl-item.center .content {
    bottom: 10px;
    visibility: visible;
    opacity: 1;
}

.tf-case-study-wrap.style1 .case-study-post .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 5px;
}

.tf-case-study-wrap.style1 .case-study-post .title a {
    color: #fff;
}

.tf-case-study-wrap.style1 .case-study-post .title a:hover,
.tf-case-study-wrap.style1 .case-study-post .category-case-study a:hover {
    color: var(--theme-secondary-color);
}

.tf-case-study-wrap.style1 .case-study-post .category-case-study a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.8px;
    color: #fff;
}

.tf-case-study-wrap.style1 .case-study-post .tf-button {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-secondary-color);
    color: #1B1E23;
}

.tf-case-study-wrap.style1 .case-study-post .tf-button::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 0%;
    height: 0%;
    background-color: #fff;
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -khtml-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -moz-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -ms-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -o-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    z-index: 2;
}

.tf-case-study-wrap.style1 .case-study-post .tf-button:hover::after {
    width: 100%;
    height: 100%;
}

.tf-case-study-wrap.style1 .case-study-post .tf-button i {
    font-weight: 700;
    font-size: 18px;
    -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;
    color: #1B1E23;
    position: relative;
    z-index: 3;
}

.tf-case-study-wrap.style1 .case-study-post .tf-button:hover i {
    transform: rotate(45deg);
}

/* style 2 */

.tf-case-study-wrap.style2 .case-study-post {
    position: relative;
    overflow: hidden;
}

.tf-case-study-wrap.style2 .featured-post a {
    overflow: hidden;
}

.tf-case-study-wrap.style2 .featured-post a img {
    object-fit: cover;
    height: 550px;
}

.tf-case-study-wrap.style2 .featured-post a::after {
    content: '';
    z-index: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 100%;
    background: linear-gradient(180deg, rgba(27, 57, 66, 0) 0%, #1b3942 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.tf-case-study-wrap.style2 .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    display: inline-flex;
    position: relative;
    margin-bottom: 5px;
}

.tf-case-study-wrap.style2 .title a,
.tf-case-study-wrap.style2 .description,
.tf-case-study-wrap.style2 .category-case-study a {
    color: #fff;
}

.tf-case-study-wrap.style2 .title a:hover,
.tf-case-study-wrap.style2 .category-case-study a:hover {
    color: var(--theme-secondary-color);
}

.tf-case-study-wrap.style2 .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 21px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translateY(30px);
    transition-delay: .2s;
}

.tf-case-study-wrap.style2 .category-case-study {
    margin-bottom: 15px;
}

.tf-case-study-wrap.style2 .case-study-post .tf-button {
    position: relative;
    color: #fff;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition-delay: .4s;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tf-case-study-wrap.style2 .case-study-post .tf-button span {
    position: relative;
    text-decoration: underline;
}

.tf-case-study-wrap.style2 .case-study-post .tf-button i {
    font-size: 11px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3;
}

.tf-case-study-wrap.style2 .case-study-post .content {
    text-align: center;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
    bottom: 46px;
    left: 0;
    right: 0;
    padding: 0px 15px;
    transform: translateY(127px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tf-case-study-wrap.style2 .case-study-post:hover .content {
    transform: translateY(0px);
}

.tf-case-study-wrap.style2 .case-study-post:hover .description,
.tf-case-study-wrap.style2 .case-study-post:hover .tf-button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/* style 3 */

.tf-case-study-wrap.style3 .case-study-post {
    position: relative;
}


.tf-case-study-wrap.style3 .featured-post a {
    overflow: hidden;
    border-radius: 10px;
}

.tf-case-study-wrap.style3 .featured-post {
    padding-bottom: 86px;
}

.tf-case-study-wrap.style3 .featured-post a img {
    object-fit: cover;
    height: 430px;
}

.tf-case-study-wrap.style3 .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 27.32px;
    color: #163838;
    margin-bottom: 5px;
}

.tf-case-study-wrap.style3 .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #555555;
    margin-bottom: 25px;
    transform: translateY(-20px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;

}

.tf-case-study-wrap.style3 .category-case-study a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.8px;
    color: #555555;
}

.tf-case-study-wrap.style3 .category-case-study a:hover {
    color: var(--theme-secondary-color);
}

.tf-case-study-wrap.style3 .content.content-hover {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 30px 40px;
    transform: translateY(201px);
    pointer-events: none;
    -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-case-study-wrap.style3 .tf-button {
    border: 1px solid #1638381A;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555555;
    margin: 0 auto;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
}

.tf-case-study-wrap.style3 .tf-button:hover {
    background: var(--theme-secondary-color);
    color: #163838;
    border-color: var(--theme-secondary-color);
}

.tf-case-study-wrap.style3 .case-study-post:hover .description {
    transition-delay: .2s;
}

.tf-case-study-wrap.style3 .case-study-post:hover .tf-button {
    transition-delay: .4s;

}

.tf-case-study-wrap.style3 .case-study-post:hover .description,
.tf-case-study-wrap.style3 .case-study-post:hover .tf-button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);

}

.tf-case-study-wrap.style3 .case-study-post:hover .content {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
    transform: translateY(0px);
    box-shadow: 10px 4px 60px 0px rgba(182, 182, 182, 0.2509803922);
    pointer-events: all;
}

/* style 4 */

.tf-case-study-wrap.style4 .case-study-post {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px;
    position: relative;
    border-radius: 0px;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -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;
    overflow: hidden;
}

.tf-case-study-wrap.style4 .case-study-post:hover {
    background: #ECE8E0;
    border: 1px solid #12121212;
    border-radius: 10px;
}

.tf-case-study-wrap.style4 .case-study-post .number {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(18, 18, 18, 0.1);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: visible;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.8px;
    color: #121212;
    z-index: 5;
}

.tf-case-study-wrap.style4 .case-study-post .number.s2 {
    right: 51%;
    left: unset;
    top: 0;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;
}

.tf-case-study-wrap.style4 .case-study-post:hover .number {
    top: 0;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;
}

.tf-case-study-wrap.style4 .case-study-post:hover .number.s2 {
    top: 32px;
    transform: translateY(0%);
    transition-delay: 0.2s;
    visibility: visible;
    opacity: 1;
}

.tf-case-study-wrap.style4 .case-study-post .featured-post {
    width: 50%;
}

.tf-case-study-wrap.style4 .case-study-post .featured-post a {
    overflow: hidden;
}

.tf-case-study-wrap.style4 .case-study-post .featured-post img {
    margin-left: calc(100% - 423px);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 410px;
    height: 200px;
    border-radius: 10px;
    transform: unset !important;
}

.tf-case-study-wrap.style4 .case-study-post:hover .featured-post img {
    margin-left: 0;
}

.tf-case-study-wrap.style4 .case-study-post .content {
    padding-left: 57px;
    width: 50%;
    padding-right: 80px;
    padding-top: 14px;
}

.tf-case-study-wrap.style4 .case-study-post .category-case-study {
    margin-bottom: 4px;
}

.tf-case-study-wrap.style4 .case-study-post .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    font-family: 'Manrope';
    margin-bottom: 25px;
}

.tf-case-study-wrap.style4 .case-study-post .category-case-study a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.8px;
    color: #555;
}

.tf-case-study-wrap.style4 .case-study-post .tf-button {
    background-color: transparent;
    gap: 8px;
    border: 1px solid #1638381A;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 13px 15px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.tf-case-study-wrap.style4 .case-study-post .tf-button .plus {
    color: #555555;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    transform: translateX(46px);
    margin-top: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: visible;
    opacity: 1;
}

.tf-case-study-wrap.style4 .case-study-post .tf-button .read {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    color: #fff;
}

.tf-case-study-wrap.style4 .case-study-post .tf-button:hover {
    width: 150px;
    border-radius: 10px;
    background-color: #B69974;
}

.tf-case-study-wrap.style4 .case-study-post .tf-button:hover .plus {
    transform: translateX(0px);
    color: #fff;
}

.tf-case-study-wrap.style4 .case-study-post .tf-button:hover .read {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 0.1s;
}

/* case 5 */

.tf-case-study-wrap.style5 .case-study-post {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.tf-case-study-wrap.style5 .featured-post a {
    overflow: hidden;
}

.tf-case-study-wrap.style5 .featured-post a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(27, 30, 35, 0) 0%, #1b1e23 100%);
}

.tf-case-study-wrap.style5 .case-study-post .featured-post img {
    height: 550px;
}

.tf-case-study-wrap.style5 .case-study-post .category-case-study a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.8px;
    color: #fff;
}

.tf-case-study-wrap.style5 .case-study-post .category-case-study a:hover,
.tf-case-study-wrap.style5 .case-study-post .title a:hover {
    color: var(--theme-secondary-color);
}

.tf-case-study-wrap.style5 .case-study-post .category-case-study {
    margin-bottom: 4px;
}

.tf-case-study-wrap.style5 .case-study-post .title {
    font-family: 'Manrope';
    font-size: 27px;
    font-weight: 700;
    line-height: 36.88px;
    margin-bottom: 31px;
}

.tf-case-study-wrap.style5 .case-study-post .title a {
    color: #fff;
}

.tf-case-study-wrap.style5 .case-study-post .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
}

.tf-case-study-wrap.style5 .case-study-post:hover .description {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.1s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.tf-case-study-wrap.style5 .tf-button-container {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
}

.tf-case-study-wrap.style5 .case-study-post:hover .tf-button-container {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.2s;
}

.tf-case-study-wrap.style5 .tf-button {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 700;
    line-height: 21.86px;
    color: #fff;
}

.tf-case-study-wrap.style5 .tf-button:hover {
    color: var(--theme-secondary-color);
}

.tf-case-study-wrap.style5 .tf-button i {
    font-size: 13px;
    margin-left: 1px;
    -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-case-study-wrap.style5 .tf-button span {
    position: relative;
}

.tf-case-study-wrap.style5 .tf-button span::after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: -1px;
    background: var(--theme-secondary-color);
    height: 1px;
    -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-case-study-wrap.style5 .tf-button:hover span::after {
    width: 100%;
}

.tf-case-study-wrap.style5 .tf-button:hover i {
    margin-left: 4px;
    color: var(--theme-secondary-color);
}

.tf-case-study-wrap.style5 .content {
    position: absolute;
    bottom: 0;
    z-index: 3;
    padding: 20px 40px 40px 58px;
    transform: translateY(46%);
    -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-case-study-wrap.style5 .case-study-post:hover .content {
    transform: translateY(0%);
}

/* style 6 */

.tf-case-study-wrap.style6 .case-study-post .category-case-study a {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.tf-case-study-wrap.style6 .case-study-post .featured-post a {
    overflow: hidden;
    border-radius: 10px;
}

.tf-case-study-wrap.style6 .tf-button {
    border: 1px solid #1638381A;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555555;
}

.tf-case-study-wrap.style6 .tf-button:hover {
    background: var(--theme-secondary-color);
    color: #163838;
    border-color: var(--theme-secondary-color);
}

.tf-case-study-wrap.style6 .content {
    margin-bottom: 13px;
}

.tf-case-study-wrap .owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -64px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.tf-case-study-wrap .owl-carousel .owl-dots button {
    width: 7px;
    height: 7px;
    background: #1B1E23;
    border-radius: 50%;
    position: relative;
}

.tf-case-study-wrap .owl-carousel .owl-dots button::after {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    width: 21px;
    height: 21px;
    overflow: visible;
    border: 1px solid var(--theme-primary-color);
    opacity: 0;
    padding: 0;
}

.tf-case-study-wrap .owl-carousel .owl-dots button.active::after {
    opacity: 1;
    visibility: visible;
}

.case-study-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px 16px;
    margin-bottom: 35px;
}

.case-study-filter li {
    border: 1px solid transparent;
    padding: 5px 16px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.59px;
    -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;
    font-family: 'Manrope';
}

.case-study-filter li.active,
.case-study-filter li:hover {
    box-shadow: 10px 4px 30px 0px #B2B2B233;
    border-color: #0309171A;
}

.case-study-filter li a {
    color: #555;
    display: inline-block;
    width: max-content;
}

.case-study-filter li a:hover,
.case-study-filter li.active a {
    color: #1B3942;
}

/* single case */

.single-case-study .content-area,
.post-type-archive-case-study .content-area,
.tax-case_study_category .content-area {
    float: unset !important;
    width: unset !important;
    padding-right: unset !important;
}

.post-type-archive-case-study .navigation.paging-navigation.case-study {
    text-align: center;
    margin-top: 50px;
}

.post-type-archive-case-study .case-study-post {
    margin-bottom: 30px;
}

.single-case-study .container {
    max-width: 1314px;
}

.content-top-infor {
    display: flex;
    gap: 20px 100px;
    align-items: center;
    margin-bottom: 30px;
}

.content-top-infor .content-left {
    width: 35%;
}

.content-top-infor .content-right {
    width: 65%;
    padding-left: 35px;
}

.content-top-infor .content-left h4 {
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -0.02em;
    padding-bottom: 48px;
    border-bottom: 1px solid #1B1E231A;
    margin-bottom: 41px;
}

.content-top-infor .content-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #555555;
    margin-bottom: 2px;
}

.content-top-infor .content-right .featured-post img {
    height: 520px;
    width: 100%;
    object-fit: cover;
}

.single-case-study .bottom-infor {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    background: #F2EDEA;
    padding: 40px 50px;
    align-items: center;
    list-style: none;
    padding-bottom: 37px;
    justify-content: space-between;
    gap: 20px;
}

.single-case-study .bottom-infor p {
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 500;
    line-height: 19.12px;
    color: #555555;
    margin-bottom: 2px;
}

.single-case-study .bottom-infor h5 {
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 700;
    line-height: 24.59px;
    color: #1B1E23;
}

.single-case-study .nav-links {
    border: none;
    padding: 0;
    align-items: center;
    margin: 0;
    padding-top: 100px;
    border-top: 1px solid #1B1E231A;
    margin-top: 100px;
}

.single-case-study .post-navigation.next-post {
    justify-content: right;
    text-align: right;
}

.single-case-study .nav-links .thump-post img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}

.single-case-study .nav-links .thump-post a {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: block;
}

.single-case-study .nav-links .thump-post a::after {
    content: '';
    background: #1B1E23A6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -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;
}

.single-case-study .nav-links .thump-post a::before {
    content: "\e908";
    font-family: 'saylo';
    width: 50px;
    height: 50px;
    background: var(--theme-secondary-color);
    color: #121212;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    -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;
    z-index: 3;
}

.single-case-study .nav-links .thump-post a:hover::before {
    background: #fff;
    color: #121212;
}

.single-case-study .nav-links .post-navigation:hover .thump-post a::before,
.single-case-study .nav-links .post-navigation:hover .thump-post a::after {
    opacity: 1;
    visibility: visible;
}

.single-case-study .nav-links .content>a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.8px;
    color: #555555;
}

.single-case-study .nav-links .content>a:hover,
.single-case-study .nav-links .content .title-post a {
    color: var(--theme-primary-color);
}

.single-case-study .nav-links .content .title-post a {
    font-family: 'Manrope';
    font-size: 20px;
    font-weight: 700;
    line-height: 27.32px;
    color: #1B1E23;
}

.single-case-study .nav-links .post-navigation {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

/* Carousel
-------------------------------------------------------------- */

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

/* recent post */

.widget-recent-new .thumb-first .thumb img {
    height: 240px;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.widget-recent-new .thumb-first .thumb {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 19px;
}

.widget-recent-new .thumb-first .thumb .post-date {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    background: var(--theme-primary-color);
    padding: 10px;
    border-radius: 0 0 12px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    text-align: center;
}

.widget-recent-new .thumb-first .posts-category a {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5E5A56;
}

.widget-recent-new .thumb-first .posts-category {
    margin-bottom: 5px;
}

.widget-recent-new .thumb-first h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
}

.widget-recent-new ul li {
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
}

.widget-recent-new ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.widget-recent-new .thumb-2nd .thumb {
    position: relative;
    overflow: hidden;
    margin-right: 28px;
    flex-shrink: 0;
}

.widget-recent-new .thumb-2nd .thumb img {
    width: 112px;
    height: 84px;
    border-radius: 8px;
    object-fit: cover;
}

.widget-recent-new .thumb-2nd {
    display: flex;
}

.widget-recent-new .thumb-2nd .inner-meta {
    display: flex;
    align-items: center;
    column-gap: 17px;
    row-gap: 0;
    flex-wrap: wrap;
    margin-bottom: 3px;
}

.widget-recent-new .thumb-2nd .posts-category a,
.widget-recent-new .thumb-2nd .post-date {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5E5A56;
}

.widget-recent-new .thumb-2nd h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.widget-recent-new .thumb-2nd h6 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.widget-recent-new .thumb-2nd .text {
    margin-top: -6px;
}

.widget-recent-new .thumb-2nd .inner-meta div {
    position: relative;
}

.widget-recent-new .thumb-2nd .inner-meta div:not(:last-child)::after {
    content: '';
    background: #E4E4E4;
    width: 1px;
    height: 16px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

/* Single Team */

.single-team .content-area {
    float: unset !important;
    width: unset !important;
    padding-right: unset !important;
}

.single-information-author {
    display: flex;
    margin-left: -100px;
    align-items: flex-start;
}

.single-information-author .content-left {
    width: calc(36.5% - 100px);
    margin-left: 100px;
}

.single-information-author .content-right {
    width: calc(63.5% - 100px);
    margin-left: 100px;
}

.single-information-author .featured-post img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.single-information-author .featured-post {
    margin-bottom: 25px;
}

.single-information-author .post-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40.98px;
    letter-spacing: -0.02em;
    margin-bottom: 7px;
}

.single-information-author .category-team {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.15px;
    color: #555555;
    padding-bottom: 40px;
    border-bottom: 1px solid #1B1E231A;
    margin-bottom: 40px;
}

.single-information-author .title-label {
    font-size: 20px;
    font-weight: 700;
    line-height: 27.32px;
    position: relative;
    margin-bottom: 55px;
}

.single-information-author .title-label::after {
    content: '';
    width: 50px;
    height: 1px;
    background: #1B1E23;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.single-information-author .team-contact .inner span {
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 600;
    line-height: 24.59px;
    color: #555555;
}

.single-information-author .team-contact .inner h6 {
    font-family: 'Manrope';
    font-size: 22px;
    font-weight: 700;
    line-height: 30.05px;
    margin: 0;
    margin-top: 3px;
}

.single-information-author .team-contact .inner:not(:last-child) {
    margin-bottom: 29px;
}

.single-information-author .team-contact {
    padding-bottom: 40px;
    border-bottom: 1px solid #1B1E231A;
    margin-bottom: 40px;
}

.single-information-author .list-social {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    margin-top: -10px;
}

.single-information-author .list-social a {
    width: 45px;
    height: 45px;
    border-radius: 3px;
    color: #555555;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2EDEA;
}

.single-information-author .list-social a:hover {
    background: #1B1E23;
    color: #fff;
}

.single-information-author .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #5E5A56;
    margin-bottom: 52px;
}

/* archive team */
.themesflat-team-taxonomy .content-area {
    float: unset !important;
    width: unset !important;
    padding-right: unset !important;
}

.container-archive {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

.single-information-author .group-infor span,
.single-information-author .group-infor2 span {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.08em;
    color: #5E5A56;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.single-information-author .group-infor .inner {
    width: 50%;
    margin-bottom: 13px;
}

.single-information-author .group-infor2 {
    list-style: none;
    margin: 0;
    margin-top: -13px;
    padding-left: 0px;
}

.single-information-author .group-infor2 .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 20px;
}

.single-information-author .group-infor2 .inner h6 {
    margin: 0;
    text-align: right;
}

.single-information-author .group-infor2 .inner:not(:last-child) {
    border-bottom: 1px solid #E4E4E4;
}

/* archive therapist */

.container-archive.wrap-therapists-post {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

.container-archive.wrap-therapists-post .item,
.container-archive .item {
    width: calc(25% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
}

.container-archive .team-post {
    overflow: hidden;
    border: 1px solid #1638381A;
    padding: 10px;
    border-radius: 10px;
}

.container-archive .features-post img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.container-archive .team-post:hover .features-post img {
    transform: scale(1.08);
}

.container-archive .features-post a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.container-archive .list-social {
    list-style: none;
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
}

.container-archive .list-social a {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    color: #555555;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.container-archive .list-social li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
}

.container-archive .list-social li:nth-child(1) {
    transition-delay: .1s;
}

.container-archive .list-social li:nth-child(2) {
    transition-delay: .2s;
}

.container-archive .list-social li:nth-child(3) {
    transition-delay: .3s;
}

.container-archive .list-social li:nth-child(4) {
    transition-delay: .4s;
}

.container-archive .list-social li:nth-child(5) {
    transition-delay: .5s;
}

.container-archive .list-social li:nth-child(6) {
    transition-delay: .6s;
}

.container-archive .team-post:hover .list-social li {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}


.container-archive .list-social a:hover {
    color: #fff;
    background: #1B1E23;
}

.container-archive .features-post {
    position: relative;
}

.container-archive .features-post .plus {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 7px 4px 30px 0px #16383833;
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    color: #163838;
    background: #fff;
    font-size: 14px;
    font-weight: 100;
    -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.container-archive .team-post {
    text-align: center;
}

.container-archive .team-post:hover .plus {
    transform: translateX(-50%) rotate(90deg);
    background: var(--theme-secondary-color);
}

.container-archive .team-post .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 27.32px;
    margin-bottom: 0px;
}

.container-archive .team-post .title a {
    color: #163838;
}

.container-archive .team-post .category-team a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.45px;
    color: #555555;
}

.container-archive .team-post .category-team a:hover,
.container-archive .team-post .title a:hover {
    color: var(--theme-secondary-color);
}

.container-archive .team-post .content {
    padding-top: 48px;
    padding-bottom: 7px;
}


/* carousel */

.owl-nav.disabled {
    display: none !important;
}

.tf-services-wrap.has-carousel .wrap-services-post .item,
.tf-case-study-wrap.has-carousel .wrap-case-study-post .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.tf-services-wrap .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    bottom: -40px;
}

.tf-services-wrap .owl-dots button,
.tf-services-wrap .owl-dots .owl-dot {
    border-radius: 50%;
    background: #F2EDEA;
    width: 5px;
    height: 5px;
    position: relative;
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -khtml-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -moz-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -ms-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -o-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
}

.tf-services-wrap .owl-dots button.active,
.tf-services-wrap .owl-dots button:hover,
.tf-services-wrap .owl-dots .owl-dot.active,
.tf-services-wrap .owl-dots .owl-dot:hover {
    background: var(--theme-secondary-color);
}

.tf-services-wrap .owl-carousel .owl-nav button,
.tf-services-wrap .owl-nav .owl-prev,
.tf-services-wrap .owl-nav .owl-next {
    background: #FFFFFF1A;
    color: var(--theme-primary-color);
    font-size: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tf-services-wrap .owl-nav button.owl-prev,
.tf-services-wrap .owl-nav button.owl-next,
.tf-services-wrap .owl-nav .owl-prev,
.tf-services-wrap .owl-nav .owl-next {
    top: 50%;
    position: absolute;
    left: -3%;
    transform: translateY(-50%);
}

.tf-services-wrap .owl-nav button.owl-next,
.tf-services-wrap .owl-nav .owl-next {
    left: unset;
    right: -3%;
}

.tf-services-wrap .owl-carousel .owl-nav button.active,
.tf-services-wrap .owl-carousel .owl-nav button:hover,
.tf-services-wrap .owl-nav .owl-prev.active,
.tf-services-wrap .owl-nav .owl-next:hover,
.tf-services-wrap .owl-nav .owl-prev.active,
.tf-services-wrap .owl-nav .owl-next:hover {
    background: var(--theme-secondary-color);
}

.tf-services-wrap .owl-carousel .owl-nav button.disabled,
.tf-services-wrap .owl-nav .owl-prev.disabled,
.tf-services-wrap .owl-nav .owl-next.disabled {
    opacity: 0.6;
    cursor: unset;
}

/* team */

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

.tf-team-wrap.style1 .features-post img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.tf-team-wrap.style1 .team-post:hover img {
    transform: scale(1.08);
}

.tf-team-wrap.style1 .features-post a {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.tf-team-wrap.style1 .title {
    font-family: 'Manrope';
    font-size: 22px;
    font-weight: 700;
    line-height: 30.05px;
    margin-bottom: -1px;
}

.tf-team-wrap.style1 .title a {
    color: #1B1E23;
}

.tf-team-wrap.style1 .category-team a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.8px;
    color: #1B1E23;
}

.tf-team-wrap.style1 .category-team {
    margin-bottom: 14px;
}

.tf-team-wrap.style1 .list-social {
    list-style: none;
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
}

.tf-team-wrap.style1 .list-social a {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    color: #555555;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.tf-team-wrap.style1 .list-social li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
}

.tf-team-wrap.style1 .list-social li:nth-child(1) {
    transition-delay: .1s;
}

.tf-team-wrap.style1 .list-social li:nth-child(2) {
    transition-delay: .2s;
}

.tf-team-wrap.style1 .list-social li:nth-child(3) {
    transition-delay: .3s;
}

.tf-team-wrap.style1 .list-social li:nth-child(4) {
    transition-delay: .4s;
}

.tf-team-wrap.style1 .list-social li:nth-child(5) {
    transition-delay: .5s;
}

.tf-team-wrap.style1 .list-social li:nth-child(6) {
    transition-delay: .6s;
}

.tf-team-wrap.style1 .team-post:hover .list-social li {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}


.tf-team-wrap.style1 .list-social a:hover {
    color: #fff;
    background: #1B1E23;
}

.tf-team-wrap.style1 .content {
    background: #fff;
    padding: 24px 15px 30px 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 77.5%;
    border-radius: 0 10px 0 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;
    transform: translateY(40%);
    z-index: 3;
}

.tf-team-wrap.style1 .team-post:hover .content {
    transform: translateY(0%);
    background: var(--theme-secondary-color);
}

/* style 2 */

.tf-team-wrap.style2 .team-post {
    overflow: hidden;
    border: 1px solid #1638381A;
    padding: 10px;
    border-radius: 10px;
}

.tf-team-wrap.style2 .features-post img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    object-position: top;
}

.tf-team-wrap.style2 .team-post:hover .features-post img {
    transform: scale(1.08);
}

.tf-team-wrap.style2 .features-post a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.tf-team-wrap.style2 .list-social {
    list-style: none;
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    bottom: 55px;
    transform: translateX(-50%);
}

.tf-team-wrap.style2 .list-social a {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    color: #555555;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.tf-team-wrap.style2 .list-social li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
}

.tf-team-wrap.style2 .list-social li:nth-child(1) {
    transition-delay: .1s;
}

.tf-team-wrap.style2 .list-social li:nth-child(2) {
    transition-delay: .2s;
}

.tf-team-wrap.style2 .list-social li:nth-child(3) {
    transition-delay: .3s;
}

.tf-team-wrap.style2 .list-social li:nth-child(4) {
    transition-delay: .4s;
}

.tf-team-wrap.style2 .list-social li:nth-child(5) {
    transition-delay: .5s;
}

.tf-team-wrap.style2 .list-social li:nth-child(6) {
    transition-delay: .6s;
}

.tf-team-wrap.style2 .team-post .plus:hover .list-social li {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}


.tf-team-wrap.style2 .list-social a:hover {
    color: #fff;
    background: #1B1E23;
}

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

.tf-team-wrap.style2 .features-post .plus {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 7px 4px 30px 0px #16383833;
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    color: #163838;
    background: #fff;
    font-size: 14px;
    font-weight: 100;
    -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.tf-team-wrap.style2 .team-post {
    text-align: center;
}

.tf-team-wrap.style2 .team-post .plus:hover {
    /* transform: translateX(-50%) rotate(90deg); */
    background: var(--theme-secondary-color);
    cursor: pointer;
}

.tf-team-wrap.style2 .team-post .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 27.32px;
    margin-bottom: 0px;
}

.tf-team-wrap.style2 .team-post .title a {
    color: #163838;
}

.tf-team-wrap.style2 .team-post .category-team a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.45px;
    color: #555555;
}

.tf-team-wrap.style2 .team-post .category-team a:hover,
.tf-team-wrap.style2 .team-post .title a:hover {
    color: var(--theme-secondary-color);
}

.tf-team-wrap.style2 .team-post .content {
    padding-top: 48px;
    padding-bottom: 7px;
}

/* style 3 */

.tf-team-wrap.style3 .team-post {
    position: relative;
    overflow: hidden;
}

.tf-team-wrap.style3 .features-post img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.tf-team-wrap.style3 .team-post:hover img {
    transform: scale(1.08);
}

.tf-team-wrap.style3 .features-post a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.tf-team-wrap.style3 .title {
    font-family: 'Manrope';
    font-size: 22px;
    font-weight: 700;
    line-height: 30.05px;
    margin-bottom: -1px;
}

.tf-team-wrap.style3 .title a {
    color: #1B1E23;
}

.tf-team-wrap.style3 .category-team a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.8px;
    color: #1B1E23;
}

.tf-team-wrap.style3 .category-team a:hover {
    color: var(--theme-secondary-color);
}

.tf-team-wrap.style3 .category-team {
    margin-bottom: 14px;
}

.tf-team-wrap.style3 .list-social {
    list-style: none;
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
    justify-content: center;
    margin-top: -58px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}

.tf-team-wrap.style3 .list-social a {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    color: #555555;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2EDEA;
}

.tf-team-wrap.style3 .list-social li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
}

.tf-team-wrap.style3 .list-social li:nth-child(1) {
    transition-delay: .1s;
}

.tf-team-wrap.style3 .list-social li:nth-child(2) {
    transition-delay: .2s;
}

.tf-team-wrap.style3 .list-social li:nth-child(3) {
    transition-delay: .3s;
}

.tf-team-wrap.style3 .list-social li:nth-child(4) {
    transition-delay: .4s;
}

.tf-team-wrap.style3 .list-social li:nth-child(5) {
    transition-delay: .5s;
}

.tf-team-wrap.style3 .list-social li:nth-child(6) {
    transition-delay: .6s;
}

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


.tf-team-wrap.style3 .list-social a:hover {
    color: #fff;
    background: #1B1E23;
}

.tf-team-wrap.style3 .content {
    background: #fff;
    padding: 20px 20px 23px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 85%;
    margin: 0 auto;
    border-radius: 10px;
    -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;
    z-index: 5;
    text-align: center;
}

.tf-team-wrap.style3 .team-post:hover .content {
    padding: 24px 20px 30px 20px;
}

.tf-team-wrap.style3 .team-post:hover .list-social {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.iconhome5 .tficonbox {
    overflow: unset !important;
}

.iconhome5 .tficonbox .wrap-icon .wrap-icon-inner {
    border: 1px solid #1638381A;
}

.iconhome5 .tficonbox:hover .wrap-icon .wrap-icon-inner {
    border: 1px solid var(--theme-primary-color);
}

.iconhome5 .tficonbox .description p {
    margin: 0;
}

.casehome5 .case-study-filter li {
    border: none;
}

.casehome5 .case-study-filter li.active, .casehome5 .case-study-filter li:hover {
    box-shadow: unset;
    border-color: unset;
    color: #222222;
    border: none;
}

.casehome5 .case-study-filter {
    margin-bottom: 28px;
}

.casehome5 .tf-case-study-wrap.style1 .case-study-post {
    border-radius: 5px;
    overflow: hidden;
}

.casehome5 .tf-case-study-wrap .case-study-post .featured-post img {
    height: 503px;
}

.casehome5 .tf-case-study-wrap.style1 .case-study-post .title a {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.casehome5 .tf-case-study-wrap.style1 .case-study-post .content {
    visibility: visible;
    opacity: 1;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #1B3942CC;
    padding: 15px 10px 15px 15px;
}

.casehome5 .tf-case-study-wrap.style1 .case-study-post .title {
    margin-bottom: -3px;
}

.casehome5 .tf-case-study-wrap.style1 .case-study-post .tf-button {
    color: #fff;
}

.tab-home-3 .e-n-tabs-heading .e-n-tab-title {
    padding: 24px 0px;
    margin: 0 33px;
}

.tab-home-3 .e-n-tabs-heading {
    justify-content: left;
}

.text-link-home5 .elementor-heading-title a {
    font-weight: 700;
    text-decoration: underline;
}

.text-link-home5 .elementor-heading-title a:hover {
    color: var(--theme-secondary-color);
}

.copyright-build .elementor-widget-container a {
    color: inherit !important;
}

.copyright-build .elementor-widget-container a:hover {
    color: var(--theme-secondary-color) !important;
}

.copyright-build .elementor-widget-container span {
    color: var(--theme-secondary-color);
}

.slider-text-home7 .elementor-heading-title span {
    font-weight: 700;
}

.tab-home-3.st2 .e-n-tabs-heading {
    border: none;
    border-radius: unset;
    box-shadow: unset;
    overflow: hidden;
}

.tab-home-3.st2 .e-n-tabs-heading .e-n-tab-title {
    padding: 11px 0px;
    margin: 0 38px;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.slide-home2.st2 .item-slide .title {
    width: 65%;
}

.slide-home2.st2 .item-slide .title b {
    font-weight: 200;
}

.slide-home2.st2 .flex-control-nav {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.slide-home2.st2 .flex-control-nav a {
    position: relative;
}

.slide-home2.st2 .flex-control-nav a::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide-home2.st2 .flex-control-nav a.flex-active::after {
    border: 1px solid #fff;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

/* Responsive
-------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {

    .flexslider .slides > li {
        display: flex !important
    ;
        align-items: center;
    }

    .flexslider .flex_caption {
        margin-top: 100px !important;
    }

    .style1 .wrap-services-post.column-3 .item,
    .style2 .wrap-services-post.column-3 .item {
        max-width: 50% !important;
        flex: 0 0 50% !important;

    }

    .testimonial-content .wrap-heading .before-title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .testimonial-content .wrap-heading .heading {
        margin-bottom: 6px;
        font-size: 30px;
        line-height: 36px;
    }

    .testimonial-content .wrap-heading .sub-heading {
        font-size: 16px;
    }

    .testimonial-content .wrap-heading {
        margin-bottom: 20px;
    }

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

    .tf-services-wrap.style3 .featured-post {
        max-width: 60%;
    }

    .tf-case-study-wrap.style4 .case-study-post .featured-post img {
        margin-left: 0;
    }

    .tf-case-study-wrap.style4 .case-study-post .content {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 14px;
    }

    .tf-case-study-wrap.style4 .case-study-post .number {
        left: 30px;
    }

    .tf-case-study-wrap.style5 .content {
        padding: 20px 20px 40px 20px;
    }

    .single-information-author {
        margin-left: -30px;
    }

    .single-information-author .content-left,
    .single-information-author .content-right {
        margin-left: 30px;
    }

    .single-information-author .content-left {
        width: calc(36.5% - 30px);
    }

    .single-information-author .content-right {
        width: calc(63.5% - 30px);
    }

    .single-case-study .nav-links {
        padding-top: 40px;
        margin-top: 40px;
    }

    .slide-home2.st2 .item-slide .title {
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {

    .single-case-study .nav-links .thump-post img {
        width: 100px;
        height: 100px;
    }

    .container-archive .item {
        width: calc(33.33333% - 30px);
    }

    .single-information-author .content-left {
        width: calc(40% - 30px);
    }

    .single-information-author .content-right {
        width: calc(60% - 30px);
    }

    .tf-posts.style3 {
        flex-wrap: wrap;
    }

    .tf-posts.style3 .blog-post.item-1,
    .tf-posts.style3 .wrap-list {
        max-width: 100%;
        width: 100%;
    }

    .wrap-team-post.column-4 .item,
    .wrap-case-study-post.column-4 .item,
    .wrap-services-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-case-study-post.column-5 .item,
    .wrap-services-post.column-5 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .list-filter-services {
        width: 100%;
        overflow: scroll;
        justify-content: left;
    }

    .list-filter-services li a {
        width: max-content;
    }

    .single-information-author {
        column-gap: 30px;
    }

    .container-archive.wrap-therapists-post .item {
        width: calc(50% - 30px);
    }

    .tf-case-study-wrap.style4 .case-study-post .content {
        padding-left: 0;
    }

    .content-top-infor .content-right {
        padding-left: 0px;
    }

    .content-top-infor .content-left h4 {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .content-top-infor .content-right .featured-post img {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .tab-home-3 .e-n-tabs-heading {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        overflow-x: scroll !important;
        white-space: nowrap;
        margin-bottom: 30px;
    }

    .tab-home-3 .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
        margin-bottom: 0px !important;
    }

    .tf-team-wrap.style1 .content {
        padding: 24px 15px 30px 24px;
    }

    .wrap-team-post .item,
    .wrap-case-study-post .item,
    .wrap-services-post .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0 !important;
    }

    .owl-carousel .owl-nav,
    .group-navigation {
        display: none;
    }

    .wrap-case-study-post.column-3 .item,
    .wrap-team-post.column-3 .item,
    .themesflat-case-study-taxonomy .wrap-case-study-post.column-2 .item,
    .wrap-services-post.column-3 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wrap-case-study-post.column-4 .item,
    .wrap-team-post.column-4 .item,
    .wrap-services-post.column-4 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%;
    }

    .wrap-case-study-post.column-5 .item,
    .wrap-team-post.column-5 .item,
    .wrap-services-post.column-5 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .content-top-infor {
        flex-direction: column;
    }

    .content-top-infor .content-left,
    .content-top-infor .content-right {
        width: 100%;
    }

    .single-case-study .nav-links {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .container-archive.wrap-therapists-post .item {
        width: calc(100% - 30px);
    }

    .tf-services-wrap.style3 .services-post {
        display: block;
    }

    .tf-services-wrap.style3 .content {
        border-radius: 10px;
    }

    .tf-services-wrap.style3 .featured-post {
        max-width: unset;
    }

    .single-information-author .content-left,
    .single-information-author .content-right {
        width: calc(100% - 30px);
    }

    .single-information-author .content-left {
        margin-bottom: 50px;
        position: relative !important;
        top: 0 !important;
    }

    .single-information-author {
        flex-wrap: wrap;
    }

    .container-archive .item {
        width: calc(50% - 30px);
    }

    .container-archive .features-post img {
        height: 200px;
    }

}

@media only screen and (max-width: 600px) {
    .tf-team-wrap.style1 .team-post {
        box-shadow: 0px 10px 40px 0px #00000017;
        border-radius: 22px;
    }

    .wrap-case-study-post.column-4 .item,
    .wrap-team-post.column-4 .item,
    .wrap-services-post.column-4 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .style1 .wrap-services-post.column-3 .item {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

/*iconbox*/
.tf-icon-boxs figure img {
    transition: all 0.6s ease-in-out;
}

.tf-icon-boxs:hover figure img {
    transform: rotateY(180deg);
    transition: all 0.6s ease-in-out;
}

.tf-icon-boxs2 .elementor-icon-wrapper .elementor-icon,
.tf-icon-boxs .elementor-widget-icon .elementor-widget-container {
    transition: all 0.6s ease-in-out;
}

.tf-icon-boxs2:hover .elementor-icon-wrapper .elementor-icon,
.tf-icon-boxs:hover .elementor-widget-icon .elementor-widget-container {
    transform: rotateY(180deg);
    transition: all 0.6s ease-in-out;
}

.tf-icon-boxs2:hover .elementor-widget-icon .elementor-widget-container {
    background-color: var(--theme-secondary-color);
}

/*button*/

.elementor-button-icon {
    overflow: hidden;
}

.elementor-button-icon i {
    transform: translateX(-5px);
    display: inline-block;
    transition: transform 300ms ease-in-out;
    line-height: 24px;
}

.elementor-button-link:hover .elementor-button-icon i {
    transform: translateX(0px);
}

.tfc-testimonial-carousel .owl-dots .owl-dot.active {
    background-color: var(--theme-primary-color);
    margin: 0 14px;
}

.tfc-testimonial-carousel .owl-dots .owl-dot.active:before {
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    content: '';
    border: 1px solid var(--theme-primary-color);
    background: transparent;
    border-radius: 99px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tfc-testimonial-carousel .owl-dots .owl-dot:before {
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    content: '';
    background: transparent;
    border-radius: 99px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.single-services .sidebar-right .wrap-content-area {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.single-services .sidebar-right .wrap-content-area #secondary,
.single-information-author .content-left {
    position: sticky;
    top: 140px;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    border: 1px solid rgba(27, 30, 35, 0.1);
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.86px;
    font-family: 'Manrope';
    padding: 15px 30px 13px 20px;
    border-radius: 10px;
}

.form-consultation .cols {
    display: flex;
    gap: 20px;
    align-items: center;
}

.form-consultation textarea {
    height: 100px;
}

.form-consultation input[type="submit"] {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    font-family: 'Manrope';
    padding: 15px;
    border-radius: 7px;
    width: 100%;
    margin-bottom: -10px;
}

.form-consultation input[type="submit"]:hover {
    background-color: var(--theme-primary-color);
}

.form-footer-style2 .form-sub-footer {
    position: relative;
}

.form-footer-style2 .form-sub-footer::before {
    content: '\e931';
    position: absolute;
    left: 26px;
    top: 15px;
    font-size: 14px;
    font-family: 'saylo';
    color: #fff;
}

.form-footer-style2 input {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.45px;
    color: #A3AAAB;
    padding: 21px 160px 21px 50px;
    margin-bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.05);
    font-family: 'Public Sans';
    position: relative;
}

.form-footer-style2 input::placeholder {
    color: #89979A;
    font-size: 14px;
}

.form-footer-style2 button {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 16px;
    line-height: 21.86px;
    color: var(--theme-primary-color);
    background: var(--theme-secondary-color);
    padding: 15px 30px;
    border: 1px solid var(--theme-secondary-color);
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
}

.form-footer-style2 button:hover {
    color: var(--theme-secondary-color);
    background: var(--theme-primary-color);
    border: 1px solid var(--theme-primary-color);
}

.form-footer-style2 button:hover i {
    color: var(--theme-secondary-color);
}

.form-footer-style2 button i {
    margin-left: 7px;
    color: var(--theme-primary-color);
    font-size: 12px;
    transition: all 0.3s ease-in-out;
}

.form-footer-style2 button i.icon-mail,
.form-ac-footer .form-action-box button i.icon-mail,
.form-footer-style3 button span,
.form-footer-style3 button .icon-saylo-chevron-right {
    display: none;
}

.form-footer-style3 .form-sub-footer {
    position: relative;
}

.form-footer-style3 input {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.45px;
    color: #A3AAAB;
    padding: 16px 60px 16px 20px;
    margin-bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.05);
    font-family: 'Public Sans';
    position: relative;
}

.form-footer-style3 input::placeholder {
    color: #A3AAAB;
}

.form-footer-style3 button {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 16px;
    line-height: 21.86px;
    color: var(--theme-primary-color);
    background: #F9D67C;
    padding: 8px 10px;
    border: 1px solid var(--theme-secondary-color);
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
}

.form-footer-style3.style4 button {
    background: #85A6A6;
    border: 1px solid #85A6A6;

}

.form-footer-style3.style4 button i {
    color: #fff;

}

.form-footer-style3 button .icon-mail {
    font-size: 16px;
    margin-left: 0px;
    line-height: 22px;
}

.form-footer-style3 button:hover {
    color: var(--theme-secondary-color);
    background: var(--theme-primary-color);
    border: 1px solid var(--theme-primary-color);
}

.form-footer-style3 button:hover i {
    color: var(--theme-secondary-color);
}

.form-footer-style3 button i {
    margin-left: 7px;
    color: var(--theme-primary-color);
    font-size: 12px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .form-footer-style2 input {
        padding: 21px 160px 21px 50px !important;
        margin-bottom: 0 !important;
    }

    .form-footer-style2 button {
        padding: 15px 15px !important;
    }

    .slide-home2.st2 .flex-control-nav {
        flex-direction: unset;
    }
}

.slide-home2 .flex_caption_wrap {
    max-width: 800px;
    width: 100%;
}

.tab-home-3 .e-n-tabs-heading {
    border: 1px solid rgba(22, 56, 56, 0.1);
    border-radius: 15px;
    box-shadow: 10px 4px 60px 0px rgba(182, 182, 182, 0.25);
    overflow: hidden;
}

.slide-home2 li .title {
    transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slide-home2 .flex-active-slide .title {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;
}

.slide-home2 .flexslider ul li .bgimg {
    animation: tf-animate-zoom-in-out 60s linear infinite;
}

@keyframes tf-animate-zoom-in-out {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

