:root {
    --primary-color: #0C5CD6;
    --secondary-color2: #253551;
    --secondary-color3: #152237;
    --secondary-color4: #DAE9FA;
    --blue: #1E68D7;
    --bs-white: #fff;
    --bodyFont: "Open Sans", sans-serif;
    --headingFont: "Roboto", serif;
}

a {
    text-decoration: none;
}

.btn2 {
    border: 1px solid #0C5CD6;
    background: #FFFFFF;
    padding: 20px 62px;
    border-radius: 30px;
    color: #0C5CD6;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--headingFont);

    &:hover {
        background: #0C5CD6;
        color: #fff;
    }
}

.heading {
    font-family: var(--headingFont);
    font-size: 40px;
    line-height: 52px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #0C161F;

    span {
        font-weight: 500;
        font-style: italic;
    }
}

.subtitle {
    color: #474747;
    font-family: var(--headingFont);
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.96px;
    text-transform: capitalize;
}

.sec_padding {
    padding: 100px 0 60px;
}

header {

    .gap-54 {
        gap: 45px;
    }

    .header_logo {
        width: 122px;
        display: flex;
        height: 122px;
        flex: 0 0 122px;

        img {
            width: 100%;
            height: 100%;
        }
    }

    .right_header_portion {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;

        .stellarnav {
            width: 600px;

            .nav-link {
                color: #253551;
                padding: 10px;
                font-size: 16px;
                line-height: 28px;
                font-weight: 400;
                font-family: var(--bodyFont);

                &.active , &.blog-active {
                    font-weight: 700;
                }

                &:hover {
                    color: #032052;
                    font-weight: 500;
                }
            }
        }

        .right_end {
            display: flex;
            gap: 24px;
            align-items: center;

            .header_social {
                padding-left: 0;
                display: flex;
                gap: 16px;
                list-style: none;
                margin-bottom: 0;

                li {
                    a {
                        height: 42px;
                        width: 42px;
                        flex: 0 0 42px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border: 1.17px solid #0C5CD6;
                        border-radius: 50%;

                        &:hover {
                            svg {
                                path {
                                    fill: #032052;
                                }
                            }
                        }
                    }
                }
            }
        }

        .headerBtn {
            .btn {
                background: #DAE9FA;
                border: 1px solid #DAE9FA;
                width: 199px;
                height: 66px;
                color: #0C5CD6;
                font-weight: 600;
                font-size: 14px;
                line-height: 26px;
                border-radius: 50px;
                margin: 0;

                &:hover {
                    background: #253551;
                    color: #fff;
                }
            }
        }
    }
    .blog-active{
         .stellarnav {

            .nav-item:nth-child(5) .nav-link {
                    font-weight: 700;
            }
        }
    }
    .service-active{
         .stellarnav {

            .nav-item:nth-child(4) .nav-link {
                    font-weight: 700;
            }
        }
    }

}

header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff; /* important so content doesn't show through */
    box-shadow: 0 2px 10px rgba(0,0,0,0.08); /* optional */
}





.service_Sec {
    .sec_title {
        margin-bottom: 48px;
    }

    .service_box {
        text-align: center;
        padding: 10px;
        margin-inline: 8px;

        .service_img {
            width: 310px;
            height: 310px;
            margin-bottom: 20px;
            margin-inline: auto;

            img {
                height: 100%;
                width: 100%;
            }
        }

        p {
            color: #474747;
            font-size: 14px;
            line-height: 28px;
            font-family: var(--headingFont);
            margin-bottom: 48px;
        }
    }
}

.testimonial-section {


    .testimonial-box {
        background: #DAE9FA;
    }
}

.testimonial-box {
    background: #DAE9FA;
    padding: 60px 60px 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;

    .sec_title {
        margin-bottom: 0;
        max-width: 716px;
        margin-inline: auto;

        p {
            margin-bottom: 0;
        }
    }

    .slider-nav {
        position: absolute;
        bottom: -20px;
        width: 774px;
        height: 39px;
        display: flex;
        justify-content: space-between;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 0;

        .swiper-button-prev {
            height: 39px;
            width: 57px;
            border: 1px solid #0C5CD6;
            color: #0D3CA0;
            border-radius: 50px;
            background-color: white;

            &:hover {
                background-color: #0C5CD6;
                color: #fff;
            }
        }

        .swiper-button-next {
            height: 39px;
            width: 57px;
            border: 1px solid #0C5CD6;
            color: #0D3CA0;
            border-radius: 50px;
            background-color: white;

            &:hover {
                background-color: #0C5CD6;
                color: #fff;
            }

        }
    }
}



.heading {
    font-family: Roboto;
}

.testimonial-content {
    max-width: 86%;
    padding-top: 35px;
    margin: auto;
    position: relative;
    z-index: 1;

    p {
        font-family: Roboto;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 6%;
        text-align: center;
        text-transform: capitalize;
        color: #474747;
        min-height: 180px;
    }

    &::after {
        position: absolute;
        bottom: 45px;
        width: 688px;
        height: 1px;
        border: 1px solid #AFAFAF;
        z-index: -1;
        content: '';
        left: 50%;
        transform: translateX(-50%);
    }

    .client-name {
        font-family: var(--headingFont);
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
        color: #474747;
        margin-top: 35px;
    }

    .quote {
        font-size: 52px;
        color: #b0bfd1;
    }

    .quote-left {
        position: absolute;
        left: -10px;
        top: -35px;
    }

    .quote-right {
        position: absolute;
        right: 50px;
        bottom: 20px;
    }
}











/* .slider-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.swiper-button-next,
.swiper-button-prev {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px;
    color: #000;
} */

.market-wrapper {
    position: relative;
    max-width: 520px;
    margin: auto;
    margin-bottom: 48px;

    .market-image {
        width: 244px;
        height: 191px;
        border-radius: 12px;
        margin-bottom: 23px;
        margin-inline: auto;

        img {
            width: 100%;
            height: 100%;
            border-radius: 12px;
        }
    }

    .market-content {
        background: #E6EDF5;
        text-align: center;
        padding: 36px 34px;
        border-radius: 10px;
        margin-top: 20px;
        position: relative;
        z-index: 2;
        margin-bottom: 48px;

        .market-title {
            font-weight: 600;
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 10px;
            color: #192643;
            font-family: var(--bodyFont);
        }

        .market-text {
            font-size: 14px;
            line-height: 28px;
            font-family: var(--headingFont);
            color: #474747;
            margin: 0;
        }
    }

    .market-btn {
        text-align: center;

        .btn2 {
            margin-top: 48px;
            position: relative;
            z-index: 1;
            background: #fff;

            &:hover {
                background: #0C5CD6;
            }
        }
    }

    .market-border {
        position: absolute;
        width: 300px;
        height: 388px;
        border: 1px solid #1E67D6;
        border-radius: 12px;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
}

.insight_sec {
    .insightSwiper {
        padding-bottom: 50px;
    }

    .swiper-pagination-bullet {
        margin-top: 30px;
        width: 23.46px;
        height: 23.46px;
        background-color: #E6EDF5;

        &.swiper-pagination-bullet-active {
            background-color: #0C5CD6;
        }
    }
}

.contact_home {
    background: #253551;
    color: #FFFFFF;

    h3 {
        color: #fff;
    }

    h5 {
        font-size: 20px;
        line-height: 34px;
        font-weight: 500;
        font-family: var(--headingFont);
        margin-bottom: 5px;
    }

    p {
        color: #FFFFFF;
    }

    .input_box {
        margin-bottom: 24px;

        label {
            margin-bottom: 12px;
            font-size: 16px;
            line-height: 20px;
            font-weight: 600;
        }

        .form-control {
            background: transparent;
            border: 1px solid #878787;
            border-radius: 32px;
            color: #FFFFFF;
            font-size: 16px;
            padding: 15px;
            padding-left: 50px;
            line-height: 20px;
            height: 62px;

            &::placeholder {
                color: #fff;
            }
        }

        textarea {
            height: 115px !important;
            resize: none;
        }

        .btn2 {
            height: 69px;
            width: 188px;
            border-radius: 40px;
            border-color: #fff;
            margin-top: 16px;
            font-weight: 900;
        }
    }
}

footer {
    background: #152237;
    position: relative;
    padding-top: 10px;
    margin-top: -1px;

    .footer_menu {
        width: 1077px;
        margin-left: auto;
        margin-bottom: 0;
        background-color: #1E68D7;
        border-radius: 8px 0 0 8px;
        list-style: none;
        color: #FFFFFF;
        display: flex;
        gap: 58px;
        padding: 28px 0 28px 124px;
        position: relative;
        top: -50px;

        li {
            a {
                color: #FFFFFF;
                font-size: 18px;
                line-height: 28px;
                font-weight: 400;
                background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95% / 0 1px no-repeat;
                transition: all 500ms ease;

                &.active {
                    color: #F5F8FB;
                    font-weight: 700;
                }

                &:hover {
                    color: #fff;
                    background-size: 100% 1px;
                }
            }
        }
    }

    .footer-blog-active{
        li:nth-child(4){
            a{
font-weight: 700;
            }
        }
    }
    .footer-service-active{
        li:nth-child(3){
            a{
font-weight: 700;
            }
        }
    }
    .top_footer {
        background: #FFFFFF26;
        padding: 25px 73px 28px 46px;
        display: flex;
        justify-content: space-between;

        .footer_logo {
            width: 445px;
            margin-top: -77px;

            img {
                width: 150px;
                height: 150px;
                margin-bottom: 24px;
            }

            p {
                color: #F5F8FB;
                font-size: 14px;
                line-height: 28px;
                font-weight: 400;
            }
        }

        .right_form {
            width: 700px;

            form {
                .input_box {
                    position: relative;
                    z-index: 1;

                    .form-control {
                        position: relative;
                        border: 1px solid #FFFFFF;
                        border-radius: 43px;
                        height: 68px;
                        padding: 20px 165px 20px 53px;
                        background: transparent;
                        color: #F5F8FB;
                        font-size: 20px;
                        line-height: 28px;
                        font-weight: 400;

                        &::placeholder {
                            color: #F5F8FB;
                        }

                    }

                    .footerBtn {
                        background: linear-gradient(174.38deg, #1E67D6 -24.06%, #103670 216.57%);
                        border: 1px solid #0C5CD6;
                        position: absolute;
                        right: 13px;
                        top: 7px;
                        height: 54px;
                        width: 144px;
                        border-radius: 48px;
                        color: #FAFBFB;
                        font-weight: 600;
                        font-size: 14px;

                        &:hover {
                            background: transparent;
                        }
                    }
                }
            }

            .contact_us {
                ul {
                    list-style: none;
                    display: flex;
                    gap: 50px;
                    padding-left: 0;
                    margin-top: 27px;

                    li {
                        a {
                            display: flex;
                            gap: 11px;
                            align-items: center;
                            color: #FFFFFF;
                            font-size: 14px;
                            line-height: 1;
                            font-weight: 400;
                            font-family: var(--headingFont);


                            .ico {
                                height: 47px;
                                width: 47px;
                                border-radius: 50%;
                                border: 0.85px solid #FFFFFF;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                flex: 0 0 47px;
                            }

                            .text_line {
                                color: #fff;
                                background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95% / 0 1px no-repeat;
                                transition: all 500ms ease;


                            }

                            &:hover {
                                .text_line {
                                    color: #fff;
                                    background-size: 100% 1px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .footer_social {
        padding-left: 0;
        display: flex;
        gap: 16px;
        justify-content: end;
        padding-right: 72px;
        position: relative;
        top: -25px;
        list-style: none;

        li {
            a {
                height: 42px;
                width: 42px;
                border-radius: 50%;
                border: 1.17px solid #0C5CD6;
                background: #FAFDFF;
                display: flex;
                justify-content: center;
                align-items: center;
                flex: 0 0 42px;
            }
        }
    }

    .footer-divider {
        background: #121B28;
        color: #B8B8B8;
        padding: 17px 0;

        /* height: 62px; */
        .footer-copy {
            font-size: 14px;
            line-height: 28px;
            font-weight: 400;
            color: #B8B8B8;

            a {
                color: #B8B8B8;

                &:hover {
                    color: #fff;
                    /* font-weight: 600; */
                }
            }
        }
    }
}



.inner_banner {
    background: #253551;
    padding: 150px 0;
    color: #FFFFFF;

    .heading {
        color: #FFFFFF;
    }

    .subtitle {
        color: #FFFFFF;
        margin-bottom: 0;
    }
}

.service_Sec.sec_padding.bottom_padding {
    padding-bottom: 100px;
}

.insight_sec.sec_padding.blog_sec {

    .sec_title {
        margin-bottom: 52px;
    }
}

.testimonial-section.testimonial_sec {
    padding-bottom: 100px;

    .testimonial-box {
        margin-bottom: 48px;

        .testimonial-content {
            max-width: 100%;

            &::after {
                width: 549px;
            }

            .quote-right {
                bottom: 0;
                /* right: 15px; */
            }

        }
    }

    .row .col-md-9:nth-child(even) {
        margin-left: auto;
    }

    .row .col-md-9:last-child .testimonial-box {
        margin-bottom: 0;
    }
}

.contact_page {
    padding-bottom: 100px;
    font-family: var(--headingFont);

    .contact_social {
        position: relative;
        z-index: 1;
        margin-top: 85px;
        margin-left: 10px;
        padding: 37px 65px 51px;

        &::after {
            position: absolute;
            content: '';
            bottom: 0;
            left: 0;
            width: 789px;
            height: 255px;
            border: 1px solid #1E68D7;
            border-radius: 12px;
            z-index: -1;
        }

        ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;

            li {
                margin-bottom: 32px;

                &:last-child {
                    margin-bottom: 0;
                }

                a {
                    display: flex;
                    gap: 25px;

                    span {
                        color: #0C1421;
                        font-size: 18px;
                        line-height: 36px;
                        font-weight: 400;

                        p {
                            font-weight: 600;
                            font-size: 20px;
                            margin-bottom: 0;
                        }
                    }

                    .ico {
                        width: 80px;
                        height: 78px;
                        background: #1E68D7;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        flex: 0 0 80px;
                        border-radius: 50%;

                    }
                }
            }
        }
    }

    .contactForm {
        background: #E6EDF5;
        border-radius: 12px;
        padding: 60px 57px;
        position: relative;
        z-index: 1;

        h3 {
            color: #1D314E;
            font-size: 32px;
            line-height: 56px;
            font-weight: 700;
            margin-bottom: 15px;
            text-transform: capitalize;
            text-align: center;
        }

        .input_box {
            margin-bottom: 25px;

            label {
                color: #1D1208;
                font-size: 18px;
                line-height: 36px;
                font-weight: 600;
                font-family: var(--headingFont);
                margin-bottom: 2px;
            }

            input {
                height: 52px;

            }

            textarea {
                height: 135px;
                resize: none;
            }

            .form-control {
                background-color: #FFFFFF;
                font-size: 14px;
                color: #818181;
                border-radius: 12px;

                &::placeholder {
                    color: #818181;
                }
            }

            .sendBtn {
                background: linear-gradient(174.38deg, #1E67D6 -24.06%, #103670 216.57%);
                border: 1px solid #0C5CD6;
                color: #FAFBFB;
                font-family: var(--bodyFont);
                font-size: 16px;
                line-height: 28px;
                padding: 20.5px 104.5px;
                border-radius: 50px;
                margin-top: 20px;

                &:hover {
                    background: #fff;
                    color: #0C5CD6;
                }
            }
        }
    }
}

.blog_details {
    .sidebar {
        position: sticky;
        top: 0;
        background: #E6EDF5;
        margin-right: 15px;

        ul {
            padding-left: 0;
            list-style: none;

            li {
                border-bottom: 1px solid #C7C9CD;
                /* padding: 24px 44px; */

                a {
                    color: #192643;
                    font-size: 16px;
                    line-height: 24px;
                    font-weight: 600;
                    padding: 24px 44px;
                    display: block;
                }

                &.active {
                    background: #1E68D7;

                    a {
                        color: #FFFFFF;

                    }
                }

                &:hover {
                    /* background:  #505e72; */

                    a {
                        color: #000207;
                    }
                }
            }
        }
    }

    .blog_Content {
        .blog_img {
            margin-bottom: 20px;

            img {
                width: 100%;
                height: 460px;
                border-radius: 12px;
                object-fit: cover;
            }
        }

        .share_box {
            margin-bottom: 20px;

            .post_date {
                display: flex;
                align-items: center;
                gap: 9px;
            }

            .btn2 {
                width: 150px;
                height: 46px;
                line-height: 36px;
                font-size: 16px;
                padding: 5px 10px;
                text-align: center;

                &:hover {
                    svg {
                        path {
                            fill: #fff;
                        }
                    }
                }
            }
        }

        p {
            font-size: 18px;
            line-height: 36px;
            font-family: var(--headingFont);
            font-weight: 400;
        }

        .blog_inner_img {
            height: 270px;
            margin-bottom: 24px;

            img {
                width: 100%;
                height: 100%;
                border-radius: 12px;
                object-fit: cover;
            }
        }
    }
}

.insight_sec.blog_details {
    padding-bottom: 100px;

    .blogDetails {
        padding-bottom: 50px;
    }
}

.about_list {
    padding-left: 0;
    list-style: none;

    li {
        display: flex;
        gap: 12px;
        align-items: center;
        color: #0C161F;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 16px;

        &:last-child {
            margin-bottom: 0;
        }
    }
}

.btn {
    background: linear-gradient(174.38deg, #1E67D6 -24.06%, #103670 216.57%);
    border: 1px solid #0C5CD6;
    padding: 20.5px 50px;
    border-radius: 50px;
    color: #FAFBFB;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 70px;

    &:hover {
        background: #fff;
        border: 1px solid #0C5CD6;
        color: #0C5CD6;
    }
}


.vision_sec {
    position: relative;
    z-index: 1;
    padding-bottom: 0;

    &::after {
        position: absolute;
        bottom: 0;
        width: 100%;
        min-height: 566px;
        content: '';
        background: #253551;
        z-index: -1;
    }

    p {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 34px;
        text-transform: capitalize;

    }

    .vision_content {
        padding-top: 74px;
        padding-bottom: 60px;
        max-width: 665px;

        h5 {
            color: #fff;
            font-size: 28px;
            line-height: 24px;
            margin-bottom: 8px;
            font-weight: 600;
        }

        h6 {
            color: #DAE9FA;
            font-size: 16px;
            line-height: 28px;
            font-weight: 400;
            margin-bottom: 25px;
        }
    }
}

.execution_sec {
    .sticked {
        position: absolute;
        height: 312px;
        z-index: -1;

        &.left_img {
            width: 303px;
            left: 0;
            top: 0;
        }

        &.right_img {
            width: 420px;
            right: 0;
            bottom: -90px;
        }
    }

    .heading {
        margin-bottom: 35px;
    }

    .execution_sec_box {
        background: #DAE9FA;
        border-radius: 12px;
        padding: 35px 35px 35px 30px;
        max-width: 753px;


        p {
            font-size: 16px;
            line-height: 34px;
            color: #474747;
            text-transform: capitalize;
        }
    }
}

.mission_sec {
    .container {
        z-index: 1;

        &::after {
            position: absolute;
            content: '';
            left: 0;
            top: 175px;
            width: 100%;
            height: 103px;
            background: #253551;
            z-index: -1;
            border-radius: 8px;
        }
    }

    .sec_title {
        margin-bottom: 50px;
    }

    .subtitle {
        margin-top: -40px;
        line-height: 1.2;
    }

    .mission_box {
        width: 100%;
        max-width: 527px;
        border-radius: 8px;
        border: 1px solid #253551;
        text-align: center;
        padding: 37px 40px;
        background: #FFFFFF;
        margin-left: auto;

        h3 {
            color: #192643;
            font-family: var(--headingFont);
            font-size: 24px;
            line-height: 1;
            margin-bottom: 12px;
            font-weight: 600;
        }

        h4 {
            color: #192643;
            font-family: var(--headingFont);
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 10px;
            font-weight: 600;
        }

        p {
            color: #474747;
            font-family: var(--headingFont);
            font-size: 14px;
            line-height: 28px;
            margin-bottom: 0;
        }

        &.vision_box {
            margin-top: 120px;
            margin-left: 13px;
            background: #DAE9FA;
        }
    }
    .heading{
        font-size: 36px;
    }
}

.industries {
    padding: 55px 0 85px;
    background: #253551;
    color: #fff;

    .heading {
        color: inherit;
    }

    .subtitle {
        color: inherit;
    }

    .industry_list {
        display: grid;
        gap: 36px 40px;
        grid-template-columns: auto auto;
        padding-left: 0;
        list-style: none;
        margin-top: 20px;

        li {
            padding: 19px 26px 19px 38px;
            border: 1px solid #E6EDF5;
            border-radius: 12px;
            max-width: 640px;

            h6 {
                font-family: var(--headingFont);
                font-size: 20px;
                line-height: 24px;
                font-weight: 700;
                margin-bottom: 10px;
            }

            p {
                font-size: 14px;
                line-height: 24px;
                font-weight: 400;
                margin-bottom: 0;
            }
        }
    }
}

.service_contact {
    padding: 100px 0;
    position: relative;

    .sec_title {
        margin-bottom: 45px;
    }

    .input_box {
        margin-bottom: 24px;

        label {
            color: #0C161F;
            font-size: 16px;
            line-height: 20px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        input {
            border-radius: 32px;
            height: 62px;
            border: 1px solid #878787;
            padding: 15px 50px;
        }

        textarea {
            border: 1px solid #878787;
            height: 115px;
            border-radius: 32px;
            padding: 15px 50px;
        }

        .btn {
            margin-top: 40px;
            min-width: 454px;
        }
    }
}

.service_details {
    position: relative;
    z-index: 1;

    &.sec_padding {
        padding-bottom: 150px;
    }

    .details_img {
        position: relative;
        z-index: 2;

        img {
            position: relative;
            z-index: 1;
        }
    }

    .service_content {
        position: relative;
        z-index: 1;
        padding-right: 30px;

        &::after {
            position: absolute;
            content: '';
            right: 0;
            bottom: -60px;
            background: #E6EDF5;
            border-radius: 12px;
            z-index: -1;
            width: 867px;
            min-height: 420px;
        }

        .heading {
            margin-bottom: 78px;
        }

        p {
            color: #48413A;
            font-size: 20px;
            line-height: 32px;
            font-weight: 400;
            font-family: var(--headingFont);
        }
    }
}

.value_deliver {
    .sec_title {
        margin-bottom: 55px;
    }

    .row {
        &.justify-content-between {
            position: relative;
            z-index: 1;

            &::after {
                background: #253551;
                width: 640px;
                height: 360px;
                border-radius: 12px;
                position: absolute;
                content: '';
                z-index: -2;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }

            &::before {
                background: #1E68D7;
                width: 392px;
                height: 203px;
                border-radius: 12px;
                position: absolute;
                content: '';
                z-index: -1;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }
        }
    }
}

.value_deliver_box {
    max-width: 527px;
    min-height: 191px;
    position: relative;
    padding-block: 24px;
    z-index: 1;
    display: flex;
    align-items: start;
    margin-bottom: 68px;

    &:last-child {
        margin-bottom: 0;
    }

    &.end {
        flex-direction: row-reverse;

        &::after {
            right: auto;
            left: 0;
        }
    }

    &::after {
        position: absolute;
        content: '';
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 227px;
        height: 191px;
        border-radius: 12px;
        background: #E6EDF5;
    }

    .content {
        max-width: 280px;
        padding-right: 30px;
        min-height: 196px;

        h4 {
            color: #192643;
            font-weight: 600;
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 8px;
            font-family: var(--headingFont);
        }

        p {
            color: #474747;
            font-size: 14px;
            line-height: 28px;
            font-weight: 400;
            font-family: var(--headingFont);
            margin-bottom: 0;
        }
    }

    .ico {
        width: 104px;
        height: 101px;
        border-radius: 50%;
        background: #1E68D7;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 2;
        margin: auto;

    }

}

.animate_sec {
    overflow: hidden;

    &.sec_padding {
        padding: 5px 0 150px;
    }

    h6 {
        font-size: 12.27px;
        line-height: 20.86px;
        color: #474747;
        font-weight: 600;
    }

    p {
        color: #474747;
        font-size: 14px;
        line-height: 20.86px;
        font-weight: 400;
        font-family: var(--bodyFont);
        margin-bottom: 0;
        margin-top: 10px;
    }

    .animate_content {
        position: relative;
        z-index: 1;
        will-change: transform, opacity;
        padding: 50px 35px;

        &::after {
            border: 0.61px solid #1E67D6;
            width: 750px;
            right: 0;
            bottom: -50px;
            height: 380px;
            z-index: -1;
            position: absolute;
            content: '';
            border-radius: 7.36px;
        }

        h6 {
            font-size: 20px;
            margin-bottom: 15px;
        }
    }

    .animate_img {
        background: #DAE9FA;
        max-width: 100%;
        height: 405px;
        margin-inline: auto;
        border-radius: 12px;
        position: relative;
        z-index: 2;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        img {
            width: 100%;
            max-width: 40%;
            margin-inline: auto;
        }

        span {
            color: #103670;
            font-size: 36px;
            font-weight: 600;
            font-family: var(--headingFont);
            margin-top: 25px;
        }
    }
}


.animate_sec {
    overflow: hidden;
}

.animate_img,
.animate_content {
    will-change: transform, opacity;
}




body {
    margin: 0;
}

/* loader screen */

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #253551;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* .loader-text {
    position: relative;
    font-size: 120px;
    font-weight: 700;
    color: white;
    text-align: center;
    line-height: 1;
}

.text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
} */

.loader-text {
    position: relative;
    font-size: 120px;
    font-weight: 700;
    color: white;
    text-align: center;
    line-height: 1;
    height: 120px;
    /* added explicit height to match line-height/font-size */
}

.text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.text-top {
    clip-path: inset(0 0 50% 0);
}

.text-bottom {
    clip-path: inset(50% 0 0 0);
}


/* contact us */
.sec_title {
    margin-left: 10px;
}








/* sourav  20/04/2026 */

.about_sec.sec_padding .about_list {
    margin-top: 25px;
}

.blog_details.sec_padding .sidebar li a:hover {
    background: rgba(30, 104, 215, 0.329);
}

.blog_details.sec_padding .sidebar li.active a:hover {
    background: rgb(30, 104, 215);
}

.mission_sec.sec_padding .justify-content-between .subtitle {
    position: relative;
    top: 15px;
}

footer .custom-contact-form .newsletter-form-message {
    color: green !important;
}

.contact_page {
    .contactForm {
        padding-bottom: 10px;
    }
}

.contact_page.sec_padding {
    padding-bottom: 150px;
}

.insight_sec.sec_padding .container-fluid .swiper-slide .market-wrapper:hover .market-content {
    background-color: #dae9fa;
}

.insight_sec.sec_padding .container-fluid .swiper-slide .market-wrapper:hover .market-btn a {
    background: #0C5CD6;
    color: #fff;
}

.about_sec.sec_padding .sec_title .about_list li {
    text-align: left;
}

.service_Sec {
    & .service_box {
        p {
            min-height: 285px;
        }
    }
}
    .testimonial-box {
        & .testimonial-content {
            .quote-right {
                right: 10px;
                bottom: 52px;
            }
        }
    }
    .contact_page.sec_padding .heading{
        margin-bottom: 20px;
    }
      .contact_page.sec_padding .sec_title p{
        font-size: 20px;
        line-height: 32px;
      }
        .contact_page.sec_padding .sec_title p:nth-child(1){
            margin-bottom: 12px;
        }
       .contact_page.sec_padding .contact_social{
            margin-top: 58px;
       }
       .testimonial-content {
    p {
        max-width: 812px;
        margin: 0 auto;
        width: 100%;
    }
}


.form-control .newsletter-form-message{
    color: #fff !important;
}
.service_Sec .sec_title .heading {
        font-size: 35px;
    }
