/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root{
    --typography-secondary-font-family:"Cal Sans";
    --color-lighter: #9f9fa4;
    --color-border: #e3e3e8;
}
.t-lighter{
    color: var(--color-lighter) !important;
}
.font-h{
    font-family: var(--typography-secondary-font-family);
}
.row.row-collapse:after{
    content: unset;
}
.heading-title{
    font-family: var(--typography-secondary-font-family),Serif;
    font-weight: 500;
    text-transform:capitalize;
    font-size: 80px;
    line-height: 84px;
    letter-spacing:0;
}
.t-100{
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -0.01em;
}
.t-large{
    font-size: 18px;
    line-height: 24px;
}
.pt-8,.py-8{
    padding-top: 4rem;
}
.pt-9,.py-9{
    padding-top: 5rem;
}
.pt-10,.py-10{
    padding-top: 6rem;
}
.pb-8,.py-8{
    padding-bottom: 4rem;
}
.pb-9,.py-9{
    padding-bottom: 5rem;
}
.pb-10,.py-10{
    padding-bottom: 6rem;
}
.trendy,.trendy-child {
    max-width: var(--container-width, 100%);
    --container-width:100%;
    background-color: var(--background-color,transparent);
}
.dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical-fly-out>li>a, .dark .nav-vertical>li>ul li a, .dark .nav>li.html, .dark .nav>li>a, .nav-dark .is-outline, .nav-dark .nav>li>a, .nav-dark .nav>li>button, .nav-dropdown.dark .nav-column>li>a, .nav-dropdown.dark>li>a {
    color: hsla(0, 0%, 100%, 1);
}
.nav-dark a.plain:hover {
    opacity: 1;
}
.page-wrapper{
    padding-top: 0;
}
.header-button a.icon.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    backdrop-filter: blur(58px);
    background-color: rgba(216, 218, 223, 0.13);
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-color: rgba(255, 255, 255, 0.09);
    border-radius: 50%;
}
.header-button a.icon.button i {
    font-size: 20px!important;
    top: 0;
}
.section__sub-title {
    display: inline-flex;
    gap:.5rem;
    border-style: solid;
    border-width: 1px;
    border-color: #7272722E;
    border-radius: 24px;
    padding: 3px 13px 3px 10px;
    letter-spacing: 1px;
}
.section__sub-title span.circle {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 0 1px var(--fs-color-secondary) inset;
    background-color: var(--primary-color);

}
.box-blur{
    background-color: #5C5C5C75;
    padding: 35px 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF12;
    border-radius: 100px;
    height: 100%;
    backdrop-filter: blur(58px);
}
.trendy.box-blur{
    height: var(--container-width,100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.border-top,.border-bottom{
    border-style: solid;
    border-color: var(--color-border);
}
.border-top{
    border-width: 1px 0 0;
}
.border-bottom{
    border-width: 0 0 1px;
}
.w-88{
    width: 88.7%;
}
.background-clip {
    background: linear-gradient(180deg, #e3e3e8 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-big-linear{
    font-family: "Cal Sans", Serif;
    font-size: 300px;
    line-height: 240px;
    background: linear-gradient(180deg, #caa05c 14.9%, rgba(153, 153, 153, 0) 80.95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: .64;
    margin-bottom: 0;
    position: absolute;
    top: -15px;
    right: -1px;
}
.button.button-size-md{
    font-size: .9375rem;
    padding: 9px 9px 9px 30px;
    font-family: "Cal Sans", Serif;
    font-weight: 400;
    border-radius: 100px;
}
.button.button-size-md.primary.is-outline{
    border: 1px solid #9F9FA4A3;
    color: var(--fs-color-primary) !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.button.button-size-md.primary.is-outline:hover{
    color: #FFFFFF!important;
    border-color: transparent;
}
.button.button-size-md i.icon-angle-right,.timeline-button i.icon-angle-right{
    background-color: var(--fs-color-primary);
    font-size: 1.25rem;
    margin-left: 8px;
    transform: rotate(-45deg);
    padding: 10px;
    border-radius: 100px;
    position: relative;
    color: #fff;top: 0;
    line-height: 1;
    transition: all .5s ease;
}
.button.button-size-md:hover i.icon-angle-right,.timeline-item-titles:hover .timeline-button i.icon-angle-right{
    transform: rotate(0);
}
.button.button-size-md i.icon-angle-right::before,.timeline-button i.icon-angle-right:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'><path d='M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-105.4 105.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/></svg>");
    display: inline-block;
    width: 1em;
    height: 1em;
}


.accordion .accordion-item .accordion-title {
    padding-left: 0;
    padding-right: 0;
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
    align-items: center;
    vertical-align: middle
}
.accordion .accordion-item .accordion-title.active{
    background-color: transparent;
}
.accordion .accordion-title span {
    margin-bottom: 0;
    font-family: "Cal Sans", Serif;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #1f2124;
}
.accordion button.toggle {
    opacity: 1;
}
.accordion .accordion-title button.toggle {
    min-width: 40px;
    min-height: 40px;
    aspect-ratio: 1;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    order: 2;
}

.accordion .accordion-title button.toggle i::before,.accordion .accordion-title button.toggle i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    background-color: var(--primary-color);
    transform: translate(-50%,-50%);
    transition: transform 0.3s ease
}

.accordion .accordion-title button.toggle i::after {
    transform: translate(-50%,-50%) rotate(90deg)
}

.accordion .accordion-title.active button.toggle {
    background-color: #fff;
}

.accordion .accordion-title.active button.toggle i::before {
    background-color: var(--primary-color);
    transform: translate(-50%,-50%) rotate(45deg)
}

.accordion .accordion-title.active button.toggle i::after {
    background-color: var(--primary-color);
    transform: translate(-50%,-50%) rotate(-45deg)
}

.accordion .accordion-inner {
    padding: 0;
}
.trendy-swiper{
    overflow: hidden;
}
.trendy-swiper ul>li{
    margin-left: 0;margin-bottom: 0;
}
.trendy-style-1 .project-block{
    border-radius: 24px;
    background-color: #fff;
    padding: 10px;
}
.trendy-project.trendy-style-1:nth-child(even) .project-block {
    display: flex;
    flex-direction: column-reverse;
}
.trendy-style-1 .project-block .project-top {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.trendy-style-1 .project-block .project-top .project-image {
    overflow: hidden;
    border-radius: 24px;
}
.trendy-style-1 .project-block .project-top .project-image a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .11);
    z-index: 2;
}
.trendy-style-1 .project-block .project-top .project-image img {
    height: var(--project-img-height,310px);
}
.trendy-style-1 .project-block .project-text-box {
    padding: 30px 20px 35px;
    order: 1;
    flex: 1;
}
.trendy-style-1 .project-block .project-loop-title a,.trendy-style-1 .project-block .project-content,.trendy-list-portfolio .project-block .project-content{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}
.trendy-list-portfolio .project-block .project-content{
    -webkit-line-clamp: 2;
}
.trendy-style-1 .project-block .project-loop-title a{
    height: 70px;
    color: #1c1c1d;
    -webkit-line-clamp: 2;
}
.trendy-style-1 .project-block .project-content{
    color: var(--fs-color-base);
    -webkit-line-clamp: 3;
}
.trendy-style-1 .project-block .project-loop-title a:hover{
    color: var(--fs-color-primary) !important;
}


.trendy-style-2 {
    width: max-content !important;
    clip-path: inset(0px -20px -200px -20px)
}
.trendy-style-2 .project-block,.trendy-list-portfolio .project-block {
    overflow: hidden;
    width: var(--slider-item-width);
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.project-block .project-top {
    position: relative;
    overflow: hidden;
}

.trendy-style-2 .project-block .project-image a:before,.trendy-list-portfolio .project-block .box-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.trendy-project .project-block .view-btn {
    font-family: var(--typography-secondary-font-family);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    line-height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, .46);
    backdrop-filter: blur(58px);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.trendy-project .project-block .view-btn span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}
.trendy-project .project-block .project-image img {
    --height-project-image:750px;
    aspect-ratio: 2.0735294118;
    width: 100%;
    height: var(--height-project-image,750px);
    object-fit: cover;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


.trendy-style-2 .project-block:after,.trendy-list-portfolio .project-block:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.64) 30%,#000 100%);
    opacity: .99;
    -ms-opacity: .99;
    -o-opacity: .99;
    -moz-opacity: .99;
    -webkit-opacity: .99;
    filter: alpha(opacity=99);
    z-index: 1;
    left: 0;
    bottom: 0;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.trendy-project .project-block .project-text-box .project-category {
    display: none
}

.trendy-style-2 .project-block .project-caption,.trendy-list-portfolio .project-block .project-caption {
    transform: translateY(100px);
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media (max-width: 767px) {
    .trendy-style-2 .project-block .project-caption,.trendy-list-portfolio .project-block .project-caption{
        transform:translateY(0)
    }
}

.trendy-style-2 .project-block .project-content,.trendy-list-portfolio .project-block .project-content {
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media (max-width: 767px) {
    .trendy-style-2 .project-block .project-content,.trendy-list-portfolio .project-block .project-content {
        opacity:1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
    }
}



@media (max-width: 1024px) {
    .trendy-style-2 .project-block .project-index-item,.trendy-list-portfolio .project-block .project-index-item {
        top:30px;
        right: 30px
    }
}

@media (max-width: 767px) {
    .trendy-style-2 .project-block .project-index-item,.trendy-list-portfolio .project-block .project-index-item {
        top:20px;
        right: 20px;
        font-size: 2.5rem
    }
}

.trendy-style-2 .project-block .project-loop-title,.trendy-list-portfolio .project-block .project-loop-title {
    font-family: var(--typography-secondary-font-family);
    font-weight: 500;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 14px;
    max-width: 400px
}

@media (max-width: 568px) {
    .trendy-style-2 .project-block .project-loop-title,.trendy-list-portfolio .project-block .project-loop-title {
        font-size:24px;
        font-size: 1.5rem;
        line-height: 1.25
    }
}

.trendy-style-2 .project-block .project-loop-title a,.trendy-list-portfolio .project-block .project-loop-title span {
    color: #fff
}

.trendy-style-2 .project-block .project-location,.trendy-style-2 .project-block .project-date {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff
}

.trendy-style-2 .project-block:hover {
    width: calc(var(--slider-item-width)* 1.5)
}

.trendy-style-2 .project-block:hover .project-image a:before {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}
.trendy-style-2 .project-block:hover .project-caption,.trendy-list-portfolio .project-block:hover .project-caption {
    transform: translateY(0)
}

.trendy-style-2 .project-block:hover .project-content,.trendy-list-portfolio .project-block:hover .project-content{
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100)
}

@media (max-width: 767px) {
    .trendy-style-2 .project-block:hover {
        width:calc(var(--slider-item-width)* 1)
    }
}

.trendy-project .project-top .project-category {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    border-style: solid;
    border-width: 1px;
    border-color: var(--primary-color);
    border-radius: 24px;
    padding: 3px 10px 3px 10px;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .trendy-project .project-top .project-category {
        top:30px;
        left: 30px
    }
}

@media (max-width: 767px) {
    .trendy-project .project-top .project-category {
        top:20px;
        left: 15px
    }
}


.trendy-style-2 .project-text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 37px 40px
}
section.has-backgroud-left .section-bg.fill img{
    height: auto;
    right: 0;
    left: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top right;
    object-position: top right;
    position: absolute;
    top: 0;
    width: auto;
}
.box-icon-w .icon-box-img img {
    background-color: var(--primary-color);
    padding: 8px;
    border-radius: 100px;
}
.page-vertical-nav ul.nav-vertical>li>a{
    border-radius: 10px;
    font-size: 1.125rem;
    line-height: 24px;
    padding: 16px 0 15px;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
.page-vertical-nav ul.nav-vertical>li.active,.page-vertical-nav ul.nav-vertical>li:hover{
    border: unset;
}
.page-vertical-nav ul.nav-vertical>li.active>a,.page-vertical-nav ul.nav-vertical>li:hover>a{
    background-color: var(--primary-color);
    color: #ffffff;
}
.page-vertical-nav ul.nav-vertical>li>a:before{
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--primary-color);
    display: block;
    margin-right: 10px;
    border-radius: 99px;
    margin-left: 0px;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.page-vertical-nav ul.nav-vertical>li.active>a:before,.page-vertical-nav ul.nav-vertical>li:hover>a:before{
    margin-left: 25px;
    background-color: #ffffff;
}
.grid{
    --align-items: initial;
    --grid-justify-content: start;
    --grid-align-content: start;
    --grid-auto-flow: row;
    --e-con-grid-template-columns: repeat(2, 1fr);
    --e-con-grid-template-rows: repeat(2, 1fr);
}
.trendy-grid{
    display: grid;
    --grid-col:2;
    --grid-gap: 10px;
    grid-template-columns: repeat(var(--grid-col,1),1fr);
    gap:var(--grid-gap,30px);
}
.card{
    border: 1px solid transparent;
    background:transparent;
    display: flex;
    flex-direction: column;
    padding: 20px 30px 30px 30px;
    border-radius: 18px;
    transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s);
}
.card:hover{
    background: #ffffff;
}
.trendy-icon-list-items{
    list-style: none;

}
.trendy-icon-list-items>li{
    font-family: var(--typography-secondary-font-family), Serif;
    font-size: 18px;
    line-height: 24px;
    color: #1c1c1d;
    margin-left: 0!important;
}
.trendy-icon-list-items>li:before{
    font-family: 'fl-icons';
    content: "\e00a";
    background-color: var(--primary-color);
    border-radius: 99px;
    padding: 4px;
    font-size: 11px;
    margin-right: 5px;
    color: #ffffff;
}
.list-has-border>li{
    padding-block-end: calc(33px / 2);
    padding-block-start: calc(33px / 2);
    margin-bottom: 0;
    border-color: #ddd;
    border-block-start-style: solid;
    border-block-start-width: 1px;
    width: 100%;
}
.list-has-border>li:last-of-type{
    border-block-end-style: solid;
    border-block-end-width: 1px;
}
.trendy-button-video{
    margin: 0 auto;

}
.trendy-button-video .open-video{
    border-radius: 100px;
    padding: 45px 60px 50px;
    margin: 0;
    border:unset;
    min-width: var(--container-width);
    height: var(--container-width);
}
.trendy-button-video .open-video:hover{
    background-color: transparent;
}
.trendy-button-video .open-video:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .11);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .36);
    backdrop-filter: blur(29px);
    border-radius: 100px;
    opacity: .95;
    -ms-opacity: .95;
    -o-opacity: .95;
    -moz-opacity: .95;
    -webkit-opacity: .95;
    filter: alpha(opacity=95);
    z-index: 0;
}
.trendy-button-video .open-video:after {
    border-radius: 200%;
    content: "";
    position: absolute;
    z-index: -1;
    transform: scale(1);
    pointer-events: none;
    animation: lexus-scale 2s infinite;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 0 1px #fff;
}
.box-text-video-home{
    bottom: 10px;
}
.img.img-5star {
    width: 117px !important;
    padding: 0 8px 5px;
    background-color: var(--primary-color);
    border-radius: 99px;
}
.testimonials-text{
    min-height: 240px;
}
.testimonials-text p{
    line-height: 36px;
}
.testimonials-user .icon-box-img img{
    border-radius: 99px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.trendy-scrolling .trendy-scrolling-wrapper {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}

.trendy-scrolling .trendy-scrolling-wrapper:hover .trendy-scrolling-inner {
    animation-play-state: paused
}

.trendy-scrolling .scrolling-item {
    display: flex;
    align-items: center;
    position: relative;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.trendy-scrolling .scrolling-item .scrolling-title {
    --title-marquee-size: 240px;
    --title-marquee-line-height: 168px;
    font-family: var(--typography-secondary-font-family);
    font-weight: 400;
    color: #fff;
    font-size: var(--title-marquee-size,240px);
    line-height: var(--title-marquee-line-height,168px);
    text-transform: uppercase;
}

.trendy-scrolling .scrolling-item .scrolling-title a {
    white-space: nowrap
}

.trendy-scrolling .scrolling-item .scrolling-title:hover a {
    text-decoration: none
}

.trendy-scrolling .elementor-scrolling-item:before {
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 16px;
    font-size: 1rem
}

.trendy-scrolling .trendy-scrolling-inner {
    display: inline-flex;
    position: relative;
    animation-name: marquee;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: var(--marquee-duration,200s);
    white-space: nowrap
}


.trendy-scrolling .elementor-scrolling-item-inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.trendy-scrolling.stroke-style-yes .scrolling-item-inner .scrolling-title {
    background: linear-gradient(180deg,#d8d8d8 0%,rgba(153,153,153,0) 75.48%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    z-index: 2
}
input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], input[type=date], input[type=time], textarea, .input-text,select{
    border-radius: 24px;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    font-weight: 500;
    box-shadow: unset!important;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=text]:hover, .wpcf7-form .wpcf7-form-control-wrap input[type=number]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=number]:hover, .wpcf7-form .wpcf7-form-control-wrap input[type=email]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=email]:hover, .wpcf7-form .wpcf7-form-control-wrap input[type=tel]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=tel]:hover, .wpcf7-form .wpcf7-form-control-wrap input[type=url]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=url]:hover, .wpcf7-form .wpcf7-form-control-wrap input[type=password]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=password]:hover, .wpcf7-form .wpcf7-form-control-wrap input[type=search]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=search]:hover, .wpcf7-form .wpcf7-form-control-wrap input[type=date]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=date]:hover, .wpcf7-form .wpcf7-form-control-wrap input[type=time]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=time]:hover,.wpcf7-form .wpcf7-form-control-wrap textarea:focus, .wpcf7-form .wpcf7-form-control-wrap textarea:hover {
    border-color: var(--primary-color) !important;
}
.trendy-input{
    border-radius: 24px;
    padding: 14px 20px!important;
    height: 60px!important;
    font-size: 1rem!important;
    color: var(--color-lighter)!important;
    backdrop-filter: blur(29px);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #59585d;
    border: 1px solid rgba(255, 255, 255, .07)!important;
    background-color: rgba(255, 255, 255, .09) !important;
    margin: 0!important;
}
.form-input-w .trendy-input{
    background-color: #ffffff!important;
}
@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.blog-list-1 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 20px;
    margin-top: 20px;
}
.blog-list-1:first-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

.blog-list-1 .post-thumbnail{
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
}
.blog-list-1 .post-thumbnail img {
    border-radius: 12px
}

.blog-list-1 .entry-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog-list-1 .post-content .entry-meta-top {margin-bottom: 0!important;}
.blog-list-1 .posted-on {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4285714286;
    color: var(--color-lighter)
}
.entry-meta-top .posted-on{
    margin-right: 10px;
}
.post-inner .post-thumbnail {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 24px;
    overflow: hidden;
    transition: 0.5s;
}
.post-item .box-image{
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.post-item .box-image img{
    aspect-ratio: 1.78846 / 1;
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.entry-title a,.post-item .box-text .post-title a {
    color: #1c1c1d;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.entry-title a:hover,.post-item .box-text .post-title a:hover{
    color: var(--primary-color);
}
.post-item .box-text .post-title{
    margin-bottom: 20px;
}

.post-item .box-text .is-divider{
    display: none;
}
.layout-post-style-3 .post-style-3 .post-inner {
    height: 560px
}
.categories-link a,.entry-category a{
    font-family: var(--typography-secondary-font-family);
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    margin: 0 9px 5px 0;
    padding: 8px 15px;
    border-radius: 100px;
    width: max-content;
}
@media (max-width: 1366px) {
    .layout-post-style-3 .post-style-3 .post-inner {
        height:517px
    }
}

@media (max-width: 1200px) {
    .layout-post-style-3 .post-style-3 .post-inner {
        height:448px
    }
}

@media (max-width: 1024px) {
    .layout-post-style-3 .post-style-3 .post-inner {
        height:100%
    }
}

.layout-post-style-3 .post-style-3 .post-thumbnail {
    position: relative
}

.layout-post-style-3 .post-style-3 .post-thumbnail:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(180deg,rgba(185,183,174,0) 0%,rgba(134,132,126,.54) 19.25%,#53524e 46.79%);
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.layout-post-style-3 .post-style-3 .post-thumbnail img {
    aspect-ratio: 1.40625
}

@media (max-width: 1200px) {
    .layout-post-style-3 .post-style-3 .post-thumbnail {
        margin-bottom:10px
    }
}

.layout-post-style-3 .post-style-3 .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.1333333333;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 19px
}

@media (max-width: 1200px) {
    .layout-post-style-3 .post-style-3 .entry-title {
        margin-bottom:10px
    }
}

@media (max-width: 767px) {
    .layout-post-style-3 .post-style-3 .entry-title {
        font-size:22px;
        font-size: 1.375rem;
        line-height: 1.2727272727
    }
}

.layout-post-style-3 .post-style-3 .entry-content .entry-meta-top {
    margin: 0 0 2px
}

.layout-post-style-3 .post-style-3 .categories-link {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2
}

.layout-post-style-3 .post-style-3 .excerpt-content {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.layout-post-style-3 .swiper-slide-next .post-inner {
    position: relative
}

.layout-post-style-3 .swiper-slide-next .post-thumbnail {
    margin: 0
}

.layout-post-style-3 .swiper-slide-next .post-thumbnail:before {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100)
}

.layout-post-style-3 .swiper-slide-next .post-thumbnail img {
    aspect-ratio: .8035714286;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.layout-post-style-3 .swiper-slide-next .excerpt-content {
    height: 0;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.layout-post-style-3 .swiper-slide-next .post-content {
    position: absolute;
    top: 339px;
    left: 0;
    z-index: 2;
    padding: 0 37px 0 50px;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    transform: translateY(72px)
}

@media (max-width: 1366px) {
    .layout-post-style-3 .swiper-slide-next .post-content {
        transform:translateY(43px)
    }
}

@media (max-width: 1200px) {
    .layout-post-style-3 .swiper-slide-next .post-content {
        transform:translateY(-10px);
        padding: 0 15px
    }
}

.layout-post-style-3 .swiper-slide-next .entry-meta-top .post-author span {
    color: #fff
}

.layout-post-style-3 .swiper-slide-next .entry-meta-top .posted-on a {
    color: #fff
}

.layout-post-style-3 .swiper-slide-next .entry-title {
    margin: 0
}

.layout-post-style-3 .swiper-slide-next .entry-title a {
    color: #fff
}

.layout-post-style-3 .swiper-slide-next .entry-title a:hover {
    color: var(--primary-color)
}

@media (max-width: 1024px) {
    .layout-post-style-3 .swiper-slide-next .post-thumbnail {
        margin:0 0 10px
    }

    .layout-post-style-3 .swiper-slide-next .post-thumbnail:before {
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
    }

    .layout-post-style-3 .swiper-slide-next .post-thumbnail img {
        aspect-ratio: 1.40625;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .layout-post-style-3 .swiper-slide-next .post-content {
        position: relative;
        padding: 0;
        top: 0;
        transform: translateY(0)
    }

    .layout-post-style-3 .swiper-slide-next .entry-meta-top .post-author span {
        color: var(--e-global-color-lighter)
    }

    .layout-post-style-3 .swiper-slide-next .entry-meta-top .posted-on a {
        color: var(--e-global-color-lighter)
    }

    .layout-post-style-3 .swiper-slide-next .entry-title {
        margin: 0 0 10px
    }

    .layout-post-style-3 .swiper-slide-next .entry-title a {
        color: var(--e-global-color-secondary)
    }

    .layout-post-style-3 .swiper-slide-next .entry-title a:hover {
        color: var(--primary-color)
    }

    .layout-post-style-3 .swiper-slide-next .excerpt-content {
        height: 100%;
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
    }
}
section.trendy-footer .section-content{
    padding-bottom: 400px;
    overflow: hidden;
}
.footer-top,.footer-between{
    background-color: #272625A3;
}

.text-absolute-footer{
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: -100px;
    text-align: center;
}
.text-absolute-footer h2 {
    font-size: 400px;
    font-weight: 600;
    text-transform: none;
    color: #FFFBF440;
    font-family: var(--typography-secondary-font-family), Serif;
    text-align: center;
}
.has-transparent + #main .page-header-wrapper:first-of-type .page-title{
    padding-top: 138px!important;
    padding-bottom: 97px;
}
.count-years{
    font-size: 360px;
    line-height: 300px;
}
.trendy-timeline .timeline-image {
    aspect-ratio: 1;
    width: auto;
    object-fit: cover;
    margin-bottom: 89px;
    height: 160px;
    border-radius: 24px
}



.trendy-timeline .swiper-slide:nth-child(2n+1) .timeline-inner-item>a .timeline-content:after {
    background-color: #f8f8f8;
    border-color: #f8f8f8
}

.trendy-timeline .swiper-slide:nth-child(2n+1) .timeline-content {
    border-color: #f8f8f8;
    background-color: #f8f8f8
}

.trendy-timeline .timeline-inner-item {
    height: 100%;
    position: relative
}

.trendy-timeline .timeline-inner-item:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: var(--antra-time-dot-color,var(--primary-color));
    border-radius: 50%;
    left: 0;
    z-index: 9;
    top: calc(var(--antra-time-line-spacing, 208px) - 6px)
}

.trendy-timeline .timeline-inner-item:after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: var(--antra-time-line-color,var(--color-border));
    position: absolute;
    top: calc(var(--antra-time-line-spacing, 208px) - -2px);
    left: 0
}

@media (max-width: 767px) {
    .trendy-timeline .timeline-inner-item:after {
        width:100%
    }
}

.trendy-timeline .timeline-inner-item .timeline-description {
    padding-right: 25px;
    margin-top: 19px
}


.trendy-timeline .timeline-item-wrapper {
    position: relative
}

.trendy-timeline .timeline-item-wrapper:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: var(--antra-time-dot-color,var(--primary-color));
    border-radius: 50%;
    left: -182px;
    z-index: 9;
    top: calc(var(--antra-time-line-spacing, 208px) - 1px)
}

.trendy-timeline .timeline-item-wrapper:after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: var(--antra-time-line-color,var(--color-border));
    position: absolute;
    top: calc(var(--antra-time-line-spacing, 208px) - -2px);
    left: -180px
}

@media (max-width: 1366px) {
    .trendy-timeline .timeline-item-wrapper:before {
        display:none
    }

    .trendy-timeline .timeline-item-wrapper:after {
        display: none
    }
}
.box-img-service img{
    border-radius: 10px;
}
.absolute-text-service{
    position: absolute;
    top: 92px;
    left: 40px;
    z-index: 0;
}
.absolute-img-service{
    position: absolute;
    right: 63px;
    top: 0;
    z-index: 1;
}
.absolute-text-service .heading-title {
    font-size: 370px;
    text-transform: none;
    line-height: 290px;
    color: #9F9FA421;
    margin-bottom: 0;
}

.trendy-timelines-accordion .box-timelines {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
}

.trendy-timelines-accordion .box-timelines .timeline-side-titles {
    width: calc(100% - var(--timeline-width-image,50%) - 60px);
    float: right;
    max-width: 810px
}

@media (max-width: 768px) {
    .trendy-timelines-accordion .box-timelines .timeline-side-titles {
        width:100%;
        max-width: 100%;
        float: unset
    }
}

.trendy-timelines-accordion .box-timelines .trendy-timeline-wrapper {
    width: var(--timeline-width-image,50%);
    float: left
}

@media (max-width: 768px) {
    .trendy-timelines-accordion .box-timelines .trendy-timeline-wrapper {
        width:100%;
        max-width: 100%;
        float: unset
    }
}

@media (max-width: 1366px) {
    .trendy-timelines-accordion .box-timelines .container {
        padding:0
    }
}

@media (max-width: 768px) {
    .trendy-timelines-accordion .box-timelines {
        flex-direction:column;
        height: auto !important;
        gap: 30px
    }

    .trendy-timelines-accordion .box-timelines .timeline-side-titles,.trendy-timelines-accordion .box-timelines .trendy-timeline-wrapper {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.trendy-timelines-accordion .timeline-side-titles ul {
    list-style: none;
    margin: 0
}

.trendy-timelines-accordion .timeline-side-titles ul li.timeline-item-titles {
    padding: 30px 0 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--color-border);
    cursor: pointer;margin: 0;
    gap: 30px;
}

.trendy-timelines-accordion .timeline-side-titles ul li.timeline-item-titles:last-child {
    border-bottom: 1px solid var(--color-border)
}

.trendy-timelines-accordion .timeline-side-titles ul li.timeline-item-titles .timeline-title {
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
}

.trendy-timelines-accordion .timeline-side-titles ul li.timeline-item-titles .timeline-description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    margin-top: -4px;
}



.trendy-timelines-accordion .timeline-side-titles ul li.timeline-item-titles .timeline-year-item span {
    font-size: 1rem;
    line-height: 24px;
    display: block;
    font-family: var(--typography-secondary-font-family);
    color: var(--color-lighter);
}

.trendy-timelines-accordion .timeline-side-titles ul li.timeline-item-titles .timeline-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    gap: 15px
}

.trendy-timelines-accordion .timeline-side-titles ul li.timeline-item-titles:hover .timeline-title,.trendy-timelines-accordion .timeline-side-titles ul li.timeline-item-titles.active .timeline-title {
    color: var(--primary-color) !important
}

.trendy-timelines-accordion .trendy-list-wrapper {
    position: relative;
    height: var(--timeline-height-image, 450px);
    margin: 0
}

.trendy-timelines-accordion .trendy-list-wrapper li.timeline {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100px);
    animation-name: slideTopTeam;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -webkit-transition: all .8s linear;
    transition: all .8s linear;
    margin: 0;
}

.trendy-timelines-accordion .trendy-list-wrapper li.timeline.active {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    animation-name: slideRightTeam
}

.trendy-timelines-accordion .trendy-list-wrapper li.timeline.active .timeline-block .timeline-image,.trendy-timelines-accordion .trendy-list-wrapper li.timeline.active .timeline-block .timeline-caption {
    opacity: 1;
    visibility: visible
}

.trendy-timelines-accordion .trendy-list-wrapper li.timeline .timeline-block {
    position: relative;
    width: 100%;
    height: 100%
}
.trendy-timelines-accordion .trendy-list-wrapper li.timeline .timeline-block .timeline-caption {
    position: absolute;
    bottom: 0;
    padding: 40px;
    border-radius: 24px;
    background-color: rgba(21, 24, 31, .46);
    backdrop-filter: blur(58px);
    opacity: 0;
    height: max-content;
    width: calc(100% - 100px);
    top: 60%;
    left: 3%;
    color: #ffffff;
}
.trendy-timelines-accordion .trendy-list-wrapper li.timeline .timeline-block .timeline-image {
    animation-duration: 1.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    transition: all 1.4s cubic-bezier(.4,0,.2,1);
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    will-change: transform,opacity;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    opacity: 0;
    transform: translateX(0);
    animation-name: slideRightTeam
}

.trendy-timelines-accordion .trendy-list-wrapper li.timeline .timeline-block .timeline-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
@-webkit-keyframes slideRightTeam {
    from {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes slideRightTeam {
    from {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-ms-keyframes slideRightTeam {
    from {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideRightTeam {
    from {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.trendy-banner-process {
    position: relative !important;
}
.trendy-banner-process .trendy-con-inner{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.trendy-banner-process .banner-process-item {
    position: relative;
    display: flex;
    overflow: hidden;
    border-right: 1px solid rgba(255,255,255,.24)
}

.trendy-banner-process .banner-process-item .banner-process-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 27px 57px 57px;
    transform: translateY(68px);
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media (max-width: 568px) {
    .trendy-banner-process .banner-process-item .banner-process-caption {
        padding:0 15px 30px;
        transform: translateY(0px);
        text-align: center
    }
}

.trendy-banner-process .banner-process-item .banner-process-caption .number {
    opacity: .1;
    -ms-opacity: .1;
    -o-opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    filter: alpha(opacity=10);
    line-height: 34px;
    color: var(--color-border)
}

@media (max-width: 568px) {
    .trendy-banner-process .banner-process-item .banner-process-caption .number {
        opacity:1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        color: var(--primary-color)
    }
}

.trendy-banner-process .banner-process-item .banner-process-caption .banner-process-title {
    line-height: 34px;
    color: #fff;
    width: 258px;
    padding: 20px 0;
    margin-bottom: 0;
}

.trendy-banner-process .banner-process-item .banner-process-caption .banner-process-title a {
    color: #fff
}

.trendy-banner-process .banner-process-item .banner-process-caption .banner-process-title:hover a {
    color: var(--e-global-color-highlight)
}

@media (max-width: 568px) {
    .trendy-banner-process .banner-process-item .banner-process-caption .banner-process-title {
        width:100%;
        justify-self: center
    }
}

.trendy-banner-process .banner-process-item .banner-process-caption .banner-process-content {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    width: 286px;
    visibility: hidden;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media (max-width: 568px) {
    .trendy-banner-process .banner-process-item .banner-process-caption .banner-process-content {
        opacity:1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        justify-self: center
    }
}

.trendy-banner-process .banner-process-item .banner-process-caption.active {
    transform: translateY(0)
}

.trendy-banner-process .banner-process-item .banner-process-caption.active .banner-process-content {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.trendy-banner-process .banner-process-item .banner-process-caption.active .number {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    color: var(--primary-color)
}

.trendy-banner-process .banner-process-item:hover .banner-process-caption {
    transform: translateY(0)
}

.trendy-banner-process .banner-process-item:hover .banner-process-caption .banner-process-content {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.trendy-banner-process .banner-process-item:hover .banner-process-caption .number {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    color: var(--primary-color)
}

.trendy-banner-process .banner-process-image-list {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden
}

.trendy-banner-process .banner-process-image-list .banner-process-img {
    flex: 0 0 100%;
    position: relative;

}

.trendy-banner-process .banner-process-image-list .banner-process-img.showing {
    transform: translateX(-100%);
    z-index: 2
}

.trendy-banner-process .banner-process-image-list .banner-process-img.show {
    z-index: 3
}

.trendy-banner-process .banner-process-image-list .banner-process-img .process-image {
    position: relative;
    overflow: hidden
}

.trendy-banner-process .banner-process-image-list .banner-process-img .process-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(185,183,174,0) 0%,rgba(134,132,126,.54) 19.25%,rgba(0,0,0,.64) 64%);
    z-index: 1
}

.trendy-banner-process .banner-process-image-list .banner-process-img .process-image img {
    width: 100%;
    height: var(--swiper-service-height-image,550px);
    object-fit: cover;

}
.portfolio-page-wrapper .portfolio-element-wrapper{
    padding: 30px 15px;
}
.portfolio-page-wrapper .portfolio-element-wrapper ul.nav{
    margin-bottom: 30px;
}
.portfolio-page-wrapper .portfolio-element-wrapper ul.nav>li>a{
    font-size: 16px;
}
.trendy-list-portfolio .trendy-project .col-inner{
    border-radius: 24px;overflow: hidden;
}
.trendy-list-portfolio .trendy-project .project-category {
    top: 15px;
    left: 15px;
    z-index: 2;
}
.trendy-list-portfolio .trendy-project .box-image .image-cover{
    padding-top: 500px!important;
}
.trendy-list-portfolio .trendy-project .box-text {
    z-index: 2;
    text-align: left!important;
    padding: 0 37px 40px;
}
.trendy-list-portfolio .project-block .project-loop-title{
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 35px;
}
.off-canvas-left .mfp-content{
    background-color: #ffffff;
}
.off-canvas .sidebar-menu{
    padding: 0!important;
}
.off-canvas .sidebar-menu .icon-box-img svg path{
    fill: #1c1c1d;
}
.off-canvas .sidebar-menu .button{
    color: #ffffff;
    justify-content: center;
}
.sidebar-menu-top-content{
    clear: both;
    background-color: #0a3840;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 20px;
    text-transform: uppercase;
}
@media (max-width: 1366px) {
    .text-absolute-footer h2 {
        font-size: 300px;
    }
}
.absolute-footer{display: none}
@media (max-width: 1024px) {
    .count-years{
        font-size: 280px;
    }
    .box-text-video-home {
        left: 0;
    }
}
@media (max-width: 1366px) {
    .box-text-video-home {
        left: 650px;
    }
}

@keyframes lexus-scale {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

@media screen and (min-width: 550px) {
    .container,.e-con{
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
}
@media screen and (min-width: 1205px){
    .container,.e-con{
        padding-right: 30px!important;
        padding-left: 30px!important;
    }
    .e-con-row{
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
}
@media (max-width: 1024px) {
    .text-absolute-footer h2 {
        font-size: 300px;
    }
}
@media (max-width: 849px) {
    .footer-top{
        padding-bottom: 0;
    }
    section.trendy-footer .section-content{
        padding-bottom: 180px;
    }
    .text-absolute-footer{
        width: 100%;
        max-width: 100%;
        bottom: 60px;
    }
    .text-absolute-footer h2 {
        font-size: 120px;
    }
    .count-years {
        text-align: center;
        font-size: 160px;
        line-height: 120px;
    }
    .trendy, .trendy-child {
        max-width: var(--container-width__md, 100%);
    }
    .trendy.box-blur{
        height: var(--container-width__md,100%);
    }
    .text-big-linear{
        top: 65px;
        font-size: 90px;
        width: 100%;
        justify-content: center;
    }
    .box-text-video-home{
        position: unset!important;
    }
    .text-center-md{
        text-align: center;
    }
    .heading-title-md {
        font-size: 30px;
        line-height: 35px;
    }
    .trendy-scrolling .scrolling-item .scrolling-title {
        font-size: var(--title-marquee-size__md,240px);
        line-height: var(--title-marquee-line-height__md,168px);
    }
    .trendy-grid{
        grid-template-columns: repeat(var(--grid-col__md,1),1fr);
        gap:var(--grid-gap__md,30px);
    }
    .trendy-project .project-block .project-image img {
        height: var(--height-project-image__md,550px);
    }
}
@media (max-width: 767px) {

}
@media screen and (max-width: 549px) {
    .text-absolute-footer h2 {
        font-size: 80px;
    }
    .text-center-sm{
        text-align: center;
    }
    .trendy-project .project-block .project-image img {
        height: var(--height-project-image__sm,350px);
    }
    .trendy, .trendy-child {
        max-width: var(--container-width__sm, 100%);
    }
    .trendy.box-blur{
        height: var(--container-width__sm,100%);
    }
    .trendy-scrolling .scrolling-item .scrolling-title {
        font-size: var(--title-marquee-size__sm,240px);
        line-height: var(--title-marquee-line-height__sm,168px);
    }
    .container,.e-con{
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .trendy-grid{
        grid-template-columns: repeat(var(--grid-col__sm,1),1fr);
        gap:var(--grid-gap__sm,30px);
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}