.fea-sty,.fea-sty .feature-icon {
    display: flex;
    position: relative;
    z-index: 1
}

.fea-sty,.feat-nu>div {
    background: var(--background2);
    z-index: 1
}

.feat-nu,.feat-nu>div {
    bottom: 0;
    left: 0;
    right: auto
}

.feature-text,a.service-grid_btn i {
    font-size: 17px
}

.vs-feature-area {
    padding-top: 230px
}

.fea-sty {
    padding: 38px;
    transition: .2s;
    min-width: 369px;
    cursor: pointer;
    flex-direction: column;
    border-radius: var(--largeradius);
    justify-content: space-between;
    flex: 1;
    max-width: 450px
}

.fea-sty .feature-title {
    font-weight: 500;
    line-height: 1.6;
    font-size: 20px;
    flex: 1;
    transition: 180ms
}

.fea-sty .feature-icon {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 15px;
    flex-direction: column;
    color: var(--primary-text)
}

.active>.fea-sty .feature-icon,.fea-sty:hover .feature-icon,.feature-style2 .feature-link:hover,.feature-style2 .feature-title a:hover {
    color: var(--uicolor2)
}

.fea-sty .feature-icon i {
    font-size: 45px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    color: var(--uicolor2);
    justify-content: center;
    margin-bottom: 25px;
    font-weight: 600;
    transition: 180ms
}

.active>.fea-sty .feature-icon>i,.fea-sty:hover .feature-icon>i {
    color: var(--uicolor)
}

.feature-style2,.feature-style2 .feature-img {
    position: relative;
    overflow: hidden
}

.feature-style2 .feature-img img {
    width: 100%
}

.feature-style2 .feature-img:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    transition: .4s
}

.feature-style2 .feature-content {
    bottom: 0;
    padding: 0 30px 90px;
    position: absolute;
    text-align: center;
    transform: translateY(230px);
    transition: .6s
}

.feature-style2 .feature-icon {
    display: block;
    margin-bottom: 35px
}

.feature-style2 .feature-title {
    color: var(--white-color);
    font-size: 25px;
    margin-bottom: 21px
}

.feature-style2 .feature-title a {
    color: inherit
}

.feature-style2 .feature-link {
    color: var(--white-color);
    font-weight: 700;
    text-decoration: underline;
    opacity: 0;
    transition: .6s
}

.feature-style2 .feature-link i {
    border: 1px solid var(--white-color);
    border-radius: 50%;
    color: var(--white-color);
    height: 27px;
    line-height: 27px;
    margin-left: 15px;
    text-align: center;
    width: 27px;
    transition: .4s
}

.feat-setup .owl-nav>div,.feature-text,p.feature-text {
    color: var(--secondarytext)
}

.feature-style2 .feature-link:hover i {
    background-color: var(--uicolor2);
    color: var(--title-color);
    border-color: transparent
}

.feature-style2:hover .feature-img:before {
    background-color: rgba(55,71,255,.8)
}

.feature-style2:hover .feature-content {
    transform: translateY(0)
}

@media(max-width: 1399px) {
    .fea-sty {
        padding:50px 30px 32px
    }
}

@media(max-width: 1199px) {
    .vs-feature-area {
        padding-top:120px
    }

    .fea-sty {
        padding: 40px 25px 22px 20px
    }

    .fea-sty .feature-icon {
        margin: 0 auto 30px
    }

    .feature-style2 .feature-title {
        font-size: 22px;
        margin-bottom: 16px
    }

    .feature-style2 .feature-text {
        margin-bottom: 20px
    }

    .feature-style2 .feature-content {
        transform: translateY(190px)
    }

    .feature-style2:hover .feature-content {
        padding-bottom: 40px
    }
}

.featured-boxed {
    overflow: hidden;
    display: block;
    position: relative
}

p.feature-text {
    font-size: 16px;
    margin: 0 0 18px;
    line-height: 1.75;
    font-weight: 300
}

.feat-setup {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 30px;
    justify-content: center;
}

.feat-setup .owl-stage-outer {
    position: relative;
    display: block
}

.feat-setup .owl-nav>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 2px solid var(--secondarytext);
    --chev-w: 50px;
    width: var(--chev-w);
    height: var(--chev-w);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 24px;
    transition: 180ms;
    cursor: pointer
}

.feat-setup .owl-nav>div.owl-prev {
    left: -10px
}

.feat-setup .owl-nav>div.owl-next {
    right: -10px
}

.--masterfeatured-area {
    position: relative;
    flex: 1
}

.--masterfeatured-area: hover>.-YC-owl-navs-items>.-YC-owl-Slides-next,.--masterfeatured-area:hover>.-YC-owl-navs-items>.-YC-owl-Slides-prev {
    visibility:visible;
    opacity: 1;
    transform: translateY(-50%)
}

.--masterfeatured-area>.-YC-owl-navs-items>div {
    --inline--width: -25px
}

.featured-boxed .owl-nav {
    display: none
}

a.service-grid_btn span {
    margin-inline-end:8px}

.active .fea-sty:before,.fea-sty:hover:before {
    -webkit-transition: .5s;
    transform: scaleX(1);
    height: 100%
}

.feature-text {
    line-height: 1.65;
    font-weight: 400;
    padding-inline-end:60px}

.feat-nu>div {
    position: absolute;
    width: 70px;
    height: 70px;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    border-radius: 50%;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-family: var(--f-number);
    background: var(--uicolor);
    color: #fff;
}

.feat-nu {
    position: absolute;
    border-radius: 0 40px 0 0;
    background: #fff;
    --el--w: 85px;
    width: var(--el--w);
    height: var(--el--w)
}

.en .feat-nu {
    right: 0;
    left: auto;
    border-radius: 40px 0 0
}

.feat-nu::after,.feat-nu::before {
    content: "";
    position: absolute;
    height: 40px;
    width: 30px;
    border-width: 0 0 15px 15px;
    border-color: #fff;
    border-style: solid;
    border-radius: 0 0 0 45px;
    overflow: hidden
}

.feat-nu::after {
    left: calc(100% - 15px);
    top: calc(100% - 40px)
}

.feat-nu::before {
    right: calc(100% - 30px);
    bottom: calc(100% - 15px)
}
