﻿.brand-sec1 {
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
    margin: 45px auto;
    border-radius: 20px;
}

    .brand-sec1 .brand-title-area {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #101840;
    }

@media (max-width: 1700px) {
    .brand-sec1 .brand-title-area .title-area2 {
        padding: 50px 50px;
    }
}

.brand-sec1 .brand-title-area .title-area2 {
    padding: 50px 100px;
}

#brandSlide1 {
    margin-left: 380px;
}

.brand-partner-box {
    text-align: center;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.slick-slide img {
    display: inline-block;
}

.scalein.lift-partner-animated {
    --animation-name: scalein;
}

.slidetopleft.lift-partner-animated {
    --animation-name: slidetopleft;
}

.slidebottomright.lift-partner-animated {
    --animation-name: slidebottomright;
}

.slideinleft.lift-partner-animated {
    --animation-name: slideinleft;
}

.slideinright.lift-partner-animated {
    --animation-name: slideinright;
}

.slideinup.lift-partner-animated {
    --animation-name: slideinup;
}

.slideindown.lift-partner-animated {
    --animation-name: slideindown;
}

.rollinleft.lift-partner-animated {
    --animation-name: rollinleft;
}

.rollinright.lift-partner-animated {
    --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: var(--animation-name);
    animation-name: var(--animation-name);
}

.lift-partner-animated {
    opacity: 1;
}

@-webkit-keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px);
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px);
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@-webkit-keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px);
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px);
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

.about-img-box {
    position: relative;
    z-index: 2;
    padding-bottom: 78px;
}

@media (min-width: 1300px) {
    .about-img-box {
        margin-right: 161px;
    }
}

.about-img-box .about-img {
    display: inline-block;
    position: relative;
    z-index: 2;
}

    .about-img-box .about-img:before {
        content: '';
        background-color: #f7f7f7;
        position: absolute;
        bottom: -40px;
        left: -40px;
        height: 100%;
        width: 100%;
        -webkit-animation: jumpAni 7s linear infinite;
        animation: jumpAni 7s linear infinite;
        z-index: -1;
    }

.about-img-box .about-img-1 {
    position: absolute;
    bottom: 0px;
    right: 0;
    border: 10px solid #e0e0e0;
    z-index: 3;
}

    .about-img-box .about-img-1 img {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

.about-img-box .about-year-counter {
    position: absolute;
    top: 0;
    right: 40px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    background-color: #ffffff;
    z-index: 4;
    max-height: 208px;
}

.about-year-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.about-year-counter-number {
    font-size: 64px;
    font-weight: 700;
    color: #101840;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    line-height: 46px;
}

.counter-media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.year-counter-text {
    font-size: 18px;
    font-weight: 600;
}

.year-counter_title {
    font-size: 18px;
    color: #101840;
    font-weight: 600;
    display: block;
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.about-img-box .about-ripple-shape {
    --border-color: #101840;
    --circle-size: 54px;
    --opacity-original: 1;
    --opacity-animate: 0;
    --duration: 10s;
    position: absolute;
    bottom: calc(var(--circle-size)* -0.5);
    left: calc(var(--circle-size)* -0.5);
    z-index: 3;
}

.about-ripple-shape {
    --circle-size: 54px;
    height: var(--circle-size);
    width: var(--circle-size);
}

.about-ripple-1 {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.about-ripple-1, .about-ripple-2, .about-ripple-3, .about-ripple-4, .about-ripple-5, .about-ripple-6 {
    --duration: 6s;
    height: var(--circle-size);
    width: var(--circle-size);
    position: absolute;
    inset: 0;
    background-color: transparent;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    -webkit-animation: rippleShape var(--duration) linear infinite;
    animation: rippleShape var(--duration) linear infinite;
}

.about-ripple-1 {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.about-ripple-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.about-ripple-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.about-ripple-4 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.about-ripple-5 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.about-ripple-6 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@keyframes rippleShape {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: var(--opacity-original, 0.2);
    }

    100% {
        opacity: var(--opacity-animate, 0);
        -webkit-transform: scale(4);
        transform: scale(4);
    }
}

.about-title-area {
    margin-bottom: calc(var(--section-title-space) - 10px);
    position: relative;
    z-index: 2;
}

    .about-title-area .about-sub-title {
        display: block;
        font-size: 20px;
        font-weight: 500;
        color: #101840;
        margin-bottom: 30px;
        text-transform: capitalize;
        line-height: 24px;
        margin-top: -0.34em;
    }

    .about-title-area .about-sec-title {
        margin-bottom: 15px;
    }

.about-sec-title {
    margin-bottom: calc(60px - 12px);
    margin-top: -0.24em;
    text-transform: capitalize;
    font-weight: 600;
}

@media (max-width: 767px) {
    .about-img-box .about-year-counter {
        top: 0;
        right: 30px;
    }
}

@media (max-width: 991px) {
    .about-img-box .about-year-counter {
        right: 60px;
    }
}

@media (max-width: 1199px) {
    .about-img-box .about-year-counter {
        right: 90px;
        top: 40px;
    }
}

@media (max-width: 1199px) {
    .about-img-box .about-img img {
        max-height: 500px;
        object-fit: cover;
    }
}

.lift-service-section-two {
    position: relative;
    padding: 140px 0px 140px;
}

    .lift-service-section-two .category-image-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        height: 500px;
        background-size: cover;
    }

    .lift-service-section-two .category-pattern-layer-one {
        position: absolute;
        left: 7%;
        top: 0%;
        width: 405px;
        height: 394px;
    }

.list-service-section-two .category-pattern-layer-two {
    position: absolute;
    right: 4%;
    top: 40%;
    width: 232px;
    height: 235px;
}

.lift-service-section-two .category-pattern-layer-three {
    position: absolute;
    left: 0px;
    bottom: -80px;
    width: 344px;
    height: 281px;
    background-repeat: no-repeat;
}

.lift-service-section-two .category-pattern-layer-three {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.lift-service-section-two .category-pattern-layer-one {
    animation-name: float_left_right;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_left_right;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float_left_right {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
    }
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.lift-category-sec-title.centered-head {
    text-align: center !important;
}

.lift-category-sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

    .lift-category-sec-title .lift-category-title {
        position: relative;
        font-weight: 700;
        color: #101840;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .lift-category-sec-title h2 {
        padding-bottom: 25px;
        margin-bottom: 15px;
    }

    .lift-category-sec-title.centered-head h2:before {
        left: 50%;
        transform: translateX(-50%);
    }

    .lift-category-sec-title h2:before {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        height: 3px;
        width: 60px;
        background-color: #101840;
    }

.lift-category-service-block-two {
    position: relative;
    z-index: 20;
    margin-bottom: 30px;
}

    .lift-category-service-block-two .inner-box {
        position: relative;
        border-radius: 6px;
        overflow: hidden;
        box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.10);
    }

        .lift-category-service-block-two .inner-box .image {
            position: relative;
        }

            .lift-category-service-block-two .inner-box .image img {
                position: relative;
                width: 100%;
                display: block;
            }

        .lift-category-service-block-two .inner-box .overlay-box {
            position: absolute;
            left: 0px;
            bottom: 0px;
            right: 80px;
            z-index: 1;
            padding-left: 110px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .lift-category-service-block-two .inner-box .overlay-box .content {
                position: relative;
                padding: 18px 25px 14px;
                background-color: #ffffff;
            }

            .lift-category-service-block-two .inner-box .overlay-box h5 {
                font-size: 22px;
            }

            .lift-category-service-block-two .inner-box .overlay-box .title {
                position: relative;
                display: block;
                font-size: 15px;
                margin-top: 5px;
            }

        .lift-category-service-block-two .inner-box .overlay-box-two {
            position: absolute;
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            z-index: 1;
            transition: -webkit-transform 0.4s ease;
            transition: transform 0.4s ease;
            transition: transform 0.4s ease, -webkit-transform 0.4s ease;
            -webkit-transform: scale(0, 1);
            -ms-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transform-origin: left center;
            -ms-transform-origin: left center;
            transform-origin: left center;
        }

            .lift-category-service-block-two .inner-box .overlay-box-two:before {
                position: absolute;
                content: '';
                left: 0px;
                top: 0px;
                right: 30px;
                bottom: 0px;
                opacity: 0.90;
                background-color: #ffffff;
            }

        .lift-category-service-block-two .inner-box:hover .overlay-box {
            bottom: -120px;
        }

        .lift-category-service-block-two .inner-box:hover .overlay-box-two {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transform-origin: right center;
            -ms-transform-origin: right center;
            transform-origin: right center;
        }

        .lift-category-service-block-two .inner-box .overlay-box-two .overlay-inner {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            display: table;
            vertical-align: middle;
            padding: 10px 40px;
        }

            .lift-category-service-block-two .inner-box .overlay-box-two .overlay-inner .overlay-content {
                position: relative;
                display: table-cell;
                vertical-align: middle;
            }

        .lift-category-service-block-two .inner-box .overlay-box-two h5 {
            line-height: 30px;
            max-width: 190px;
            font-size: 22px;
        }

            .lift-category-service-block-two .inner-box .overlay-box-two h5 a {
                position: relative;
                color: #000000;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
            }

        .lift-category-service-block-two .inner-box .overlay-box-two .text {
            line-height: 30px;
            color: #343434;
            margin-top: 15px;
            margin-bottom: 20px;
        }

.lift-service-section-five {
    position: relative;
    padding: 100px 0px 100px;
}

.lift-step-sec-title.centered {
    text-align: center !important;
}

.lift-step-sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

    .lift-step-sec-title .lift-step-title {
        position: relative;
        font-weight: 700;
        color: #101840;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .lift-step-sec-title.alternate h2 {
        padding-bottom: 0px;
    }

    .lift-step-sec-title h2 {
        padding-bottom: 25px;
        margin-bottom: 15px;
    }

.step-service-block-four {
    position: relative;
    margin-bottom: 30px;
}

    .step-service-block-four.style-two .inner-box {
        box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.10);
    }

    .step-service-block-four .inner-box {
        position: relative;
        padding: 30px 22px;
        border-radius: 6px;
        overflow: hidden;
        background-color: #ffffff;
    }

        .step-service-block-four .inner-box .post-number {
            position: absolute;
            right: 30px;
            top: 35px;
            line-height: 1em;
            font-weight: 800;
            font-size: 50px;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: linear-gradient(to bottom, #515462 0%, #ffffff 100%);
        }

    .step-service-block-four.style-two .inner-box .icon-box {
        color: #101840;
        background-color: rgba(250,67,24, 0.1);
    }

    .step-service-block-four .inner-box .icon-box {
        position: relative;
        width: 60px;
        height: 60px;
        line-height: 56px;
        text-align: center;
        border-radius: 50px;
        display: inline-block;
        font-size: 34px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .step-service-block-four .inner-box h5 {
        font-weight: 800;
        margin-top: 20px;
    }

    .step-service-block-four .inner-box .text {
        position: relative;
        color: #666666;
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 20px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .step-service-block-four.style-two .inner-box:hover {
        background: linear-gradient(to right, #b75157 0%, #101840 100%);
    }

    .step-service-block-four .inner-box:hover .post-number {
        color: #ffffff;
    }

    .step-service-block-four .inner-box:hover .text {
        color: #ffffff;
    }

    .step-service-block-four.style-two .inner-box:hover .icon-box {
        color: #ffffff;
        background-color: #101840;
        background-image: none;
    }

    .step-service-block-four .inner-box:hover h5 a, .service-block-four .inner-box:hover .text {
        color: #ffffff;
    }

.lift-skill-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0px 80px;
}

    .lift-skill-section .lift-image-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        height: 600px;
        background-size: cover;
    }

        .lift-skill-section .lift-image-layer:before {
            position: absolute;
            content: '';
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            opacity: 0.85;
            background-color: #101840;
        }

    .lift-skill-section .video-column {
        position: relative;
        margin-bottom: 30px;
    }

@media only screen and (max-width: 1140px) {
    .lift-skill-section .lift-image-layer {
        height: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .lift-skill-section .video-column {
        order: 2;
    }
}

.lift-skill-section .video-column .inner-column {
    position: relative;
}

    .lift-skill-section .video-column .inner-column:before {
        position: absolute;
        content: '';
        left: -50px;
        top: -50px;
        width: 110px;
        height: 110px;
        opacity: 0.50;
        border-radius: 50%;
        border: 30px solid #f8dc6c;
    }

    .lift-skill-section .video-column .inner-column .video-box {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
    }

        .lift-skill-section .video-column .inner-column .video-box .video-image {
            position: relative;
            margin: 0px;
            background-color: #101840;
        }

            .lift-skill-section .video-column .inner-column .video-box .video-image img {
                position: relative;
                width: 100%;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

@media only screen and (max-width: 1023px) {
    .lift-skill-section .skill-column {
        order: 1;
        margin-bottom: 50px;
    }
}

.lift-skill-section .skill-column {
    position: relative;
    margin-bottom: 30px;
}

    .lift-skill-section .skill-column .sec-title-three {
        position: relative;
        margin-bottom: 40px;
    }

        .lift-skill-section .skill-column .sec-title-three.light .title {
            color: #ffffff;
            border-color: #ffffff;
        }

        .lift-skill-section .skill-column .sec-title-three .title {
            position: relative;
            display: block;
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 20px;
        }

        .lift-skill-section .skill-column.sec-title-three.light .text, .sec-title-three.light h2 {
            color: var(--white-color);
        }

@media only screen and (max-width: 767px) {
    .lift-skill-section .skill-column .sec-title-three h2 {
        line-height: 42px;
    }
}

.lift-skill-section .skill-column .sec-title-three h2 {
    line-height: 52px;
    font-weight: 800;
    margin-top: 15px;
}

.lift-skill-section .skill-column .sec-title-three.light .text, .sec-title-three.light h2 {
    color: #ffffff;
}

.lift-skill-section .skill-column .sec-title-three .text {
    line-height: 30px;
    margin-top: 20px;
}

.lift-faq-form-section {
    position: relative;
    padding-bottom: 120px;
}

    .lift-faq-form-section .pattern-layer {
        position: absolute;
        right: 0px;
        bottom: 10%;
        width: 484px;
        height: 664px;
    }

    .lift-faq-form-section .sec-title.centered {
        text-align: center !important;
    }

    .lift-faq-form-section .sec-title {
        position: relative;
        z-index: 1;
        margin-bottom: 40px;
    }

        .lift-faq-form-section .sec-title .title {
            position: relative;
            font-weight: 700;
            color: #101840;
            font-size: 20px;
            margin-bottom: 20px;
        }

    .lift-faq-form-section .inner-container {
        position: relative;
        max-width: 970px;
        margin: 0 auto;
    }

        .lift-faq-form-section .inner-container .faq-form .form-group {
            margin-bottom: 20px;
        }

            .lift-faq-form-section .inner-container .faq-form .form-group input[type="text"], .faq-form .form-group input[type="password"], .faq-form .form-group input[type="tel"], .faq-form .form-group input[type="email"], .faq-form .form-group select {
                position: relative;
                display: block;
                width: 100%;
                line-height: 28px;
                padding: 10px 20px;
                color: #888888;
                height: 54px;
                font-size: 16px;
                border-radius: 3px;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease;
                border: 1px solid rgba(0, 0, 0, 0.10);
                background-color: #fafafa;
            }

            .lift-faq-form-section .inner-container .faq-form .form-group .faq-form .form-group textarea {
                position: relative;
                display: block;
                width: 100%;
                line-height: 24px;
                padding: 15px 20px 25px;
                color: #888888;
                height: 220px;
                font-size: 16px;
                border-radius: 3px;
                resize: none;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease;
                border: 1px solid rgba(0, 0, 0, 0.10);
                background-color: #fafafa;
            }

            .lift-faq-form-section .inner-container .faq-form .form-group .faq-form .form-group button {
                margin-top: 15px;
            }

            .lift-faq-form-section .inner-container .faq-form .form-group .btn-style-one {
                position: relative;
                line-height: 30px;
                font-weight: 700;
                overflow: hidden;
                text-align: center;
                border-radius: 4px;
                display: inline-grid;
                padding: 15px 38px;
                color: #ffffff;
                font-size: 16px;
                text-transform: uppercase;
                background-color: #101840;
            }

            .lift-faq-form-section .inner-container .faq-form .form-group .theme-btn {
                cursor: pointer;
                display: inline-block;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
            }

            .lift-faq-form-section .inner-container .faq-form .form-group .btn-style-one:hover:before {
                top: -40%;
            }

            .lift-faq-form-section .inner-container .faq-form .form-group .btn-style-one:before {
                -webkit-transition-duration: 800ms;
                transition-duration: 800ms;
                position: absolute;
                width: 200%;
                height: 200%;
                content: "";
                top: 110%;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                border-radius: 50%;
                z-index: 1;
                background: #fa2d39;
            }

            .lift-faq-form-section .inner-container .faq-form .form-group .btn-style-one .txt {
                position: relative;
                z-index: 1;
            }

.text-white-lift {
    color: #fff;
}

.bg-dark-lift {
    background: #b75157 !important;
}

.text-light-sbs {
    color: #ECF4FF !important;
}

.me-2 {
    margin-right: .5rem !important;
}

.btn-sbs {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .75rem .75rem;
    font-size: 1rem;
    border-radius: 2px;
    transition: color 0.15sease-in-out, background-color 0.15sease-in-out, border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
}

.btn-primary-lift {
    color: #000;
    background-color: #e2271e !important;
    border-color: #e2271e !important;
}

.btn-lg-lift, .btn-group-lg-lift > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}

.rounded-lift {
    border-radius: 2px !important;
}

.btn-lift {
    font-weight: 600;
    transition: .5s;
}

.btn-primary-lift, .btn-secondary-lift, .btn-primary-lift:hover, .btn-secondary-lift:hover {
    color: #FFFFFF;
}

.btn-lg-square-lift {
    width: 46px;
    height: 46px;
}

.btn-square-lift, .btn-sm-square-lift, .btn-lg-square-lift {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.bg-primary-lift {
    background: #101840 !important;
}

.text-center-lift {
    text-align: center;
}

.border-bottom-lift {
    border-bottom: 1px solid #101840 !important;
}

.text-white-lift {
    color: #fff;
}

.text-primary-lift {
    color: #fff;
}

.text-light-lift {
    color: #fff;
}

.js-counters-lift {
    position: relative;
    background-color: #fff !important;
    border-radius: -1px;
    padding: 20px 0;
    margin-top: 45px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.gray-line-lift {
    position: relative;
}

    .gray-line-lift:before {
        position: absolute;
        content: "";
        top: 6px;
        right: 15px;
        height: 55px;
        width: 2px;
        background-color: rgb(218 98 31 / 46%);
        transform: rotate(0deg);
    }

.gray-line-lift {
    position: relative;
}

    .gray-line-lift:before {
        position: absolute;
        content: "";
        top: 5px;
        right: -0px;
        height: 65px;
        width: 1px;
        background-color: #fa2d39;
        transform: rotate(0deg);
    }

.counter-outer-lift .counter-detail-lift {
    margin-left: 80px;
}

.counter-outer-lift h2 {
    display: inline-block;
    font-size: 32px;
    font-weight: 900;
    color: #000;
}

.counter-outer-lift .plus-lift {
    font-size: 28px;
    font-weight: 500;
    color: #525252;
    margin: 0px 0 0px 5px;
}

.counter-outer-lift p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
    color: #1b1613;
    margin-top: 4px;
}

.counter-icon-lift img {
    width: 70px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 111;
}

.page-lift-header {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px 120px;
    z-index: 1;
    overflow: hidden;
}

.page-lift-header__inner {
    position: relative;
    display: block;
}

.text-center-lift {
    text-align: center;
}

.page-lift-header__inner .thm-lift-breadcrumb {
    position: relative;
    display: inline-block;
    margin-bottom: 11px;
    overflow: hidden;
}

    .page-lift-header__inner .thm-lift-breadcrumb::before {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 1px;
        background: #fff;
        content: "";
    }

    .page-lift-header__inner .thm-lift-breadcrumb li {
        position: relative;
        display: inline-block;
        color: #ffffff;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

        .page-lift-header__inner .thm-lift-breadcrumb li + li {
            padding-left: 13px;
        }

        .page-lift-header__inner .thm-lift-breadcrumb li a {
            color: #fff;
            transition: all 200mslinear;
            transition-delay: 0.1s;
        }

.page-lift-header__inner h2 {
    color: #fff;
    font-size: 50px;
    line-height: 1em;
    letter-spacing: -0.04em;
}

#lift-pro-padding {
    padding: 30px 0;
}

.lift-inner-pro {
    text-align: center;
    padding: 21px 9px;
    background-color: #f8f8f8bf;
    height: 330px;
    box-shadow: 0 0 2px 2px #0000000d;
}

    .lift-inner-pro img {
        width: 100px;
    }

    .lift-inner-pro h4 {
        font-size: 23px;
        color: #595959;
        font-weight: 700;
    }

    .lift-inner-pro p {
        font-size: 16px;
        color: #706f6f;
    }

.contact-lift {
    padding: 60px 0;
}

.lift-contact-map iframe {
    padding: 10px;
    box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
}

.lift-contact-head {
    margin-top: 60px;
    margin-bottom: 40px;
}

    .lift-contact-head h2 {
        text-align: center;
        font-size: 35px;
        font-weight: 900;
        line-height: 45px;
        text-align: center;
        background: linear-gradient(90deg, fad239 23%, #ad2831;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
    }

.lift-contact-box {
    text-align: center !important;
}

    .lift-contact-box i {
        color: #fa2d39;
        text-align: center;
        font-size: 40px;
        margin: 0px auto;
    }

    .lift-contact-box h5 {
        font-size: 22px;
        font-weight: 700;
        color: #3a3a3a;
        margin-top: 15px;
    }

    .lift-contact-box a, .lift-contact-box p {
        font-weight: 400;
        color: #3a3a3a;
        font-size: 16px;
        word-spacing: 0.5px;
        display: block;
    }

.lift-product {
    padding: 60px 0;
    position: relative;
}

.lift-prod-dtl h2 {
    font-weight: 700;
    margin-bottom: 25px;
    color: #292929;
    font-size: 25px;
    line-height: 33px;
    position: relative;
}

.prod-dtl h2:after {
    content: "";
    width: 65px;
    height: 4px;
    position: absolute;
    left: 0;
    border-radius: 34px;
    bottom: -10px;
    background-color: #fa2d39;
}

.lift-prod-img img {
    width: 100%;
    border: 8px solid #efefef;
}

.abt-prod-detail p {
    letter-spacing: 0.2px;
    line-height: 29px;
    font-size: 16px;
    padding: 5px;
    text-align: left;
    /* padding: 9px; */
    font-weight: 400;
    color: #232323;
    text-align: justify;
}

.lift-feature-list {
    list-style-type: none !important;
}

    .lift-feature-list ul li {
        padding: 2px 0;
        list-style-type: none;
    }

        .lift-feature-list ul li i {
            left: 15px;
            line-height: 24px;
            color: #fa2d39;
            position: absolute;
            font-size: 20px;
        }

.video-block-page {
    padding: 6px;
    background: #f9fafa;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    transition: all 0.3s;
}

    .video-block-page h4 {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin: 0;
        padding: 15px 0;
    }
