.containte_m {
    overflow: hidden;

    .know_more {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
        z-index: -2;
        padding: 136px 0 144px;
        text-align: center;

        h1 {
            font-family: Sora, sans-serif;
            font-size: 40px;
            font-weight: bold;
            line-height: 1.5;
            color: #fff;
            margin-bottom: 16px;
        }

        p {
            width: 100%;
            max-width: 601px;
            margin: 0 auto;
            font-family: HKGrotesk, sans-serif;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.5;
            color: #fff;
            text-align: center;
        }

    }

    .know_more::before {
        content: '';
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, rgba(0, 0, 0, 0.6)), color-stop(-21%, rgba(16, 40, 75, 0)));
        z-index: -2;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: rotate(180deg);
    }

    .morals_aboutus {
        padding: 80px 0 162px;

        .morals_live {
            h2 {
                font-family: Sora, sans-serif;
                font-size: 32px;
                font-weight: bold;
                line-height: 1.5;
                color: #10284b;
                margin-bottom: 16px;
            }

            p {
                font-family: HKGrotesk;
                font-size: 18px;
                font-weight: 500;
                line-height: 1.5;
                color: #273d5a;
                margin-bottom: 52px;
            }

            h6 {
                font-family: Sora, sans-serif;
                font-size: 20px;
                line-height: 2;
                color: #10284b;
                padding: 4px 0 4px 16px;
            }


        }

        .moral_image {
            border-radius: 8px;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .innovate_scroll {
        .m-scroll {
            display: flex;
            position: relative;
            width: 100%;
            height: 72px;
            margin-bottom: 64px;
            overflow: hidden;
            z-index: 1;

            @media screen and (max-width:768px) {
                margin-bottom: 56px;
                height: 28px;
            }

            &__title {
                display: flex;
                position: absolute;
                top: 0;
                left: 0;
                align-items: center;
                justify-content: flex-start;
                width: 100%;
                height: 100%;
                white-space: nowrap;
                transition: all 1s ease;

                &>.items {
                    display: flex;
                    animation: scrollText 8s infinite linear;
                }

                h1 {
                    margin: 0;
                    transition: all 2s ease;

                    p {
                        display: inline;
                        font-size: 64px;
                        font-weight: 700;
                        font-family: $font-family-hk;
                        color: #0030d4;
                        letter-spacing: 0.2px;
                        text-transform: uppercase;

                        @media screen and (max-width:768px) {
                            font-size: 28px;
                        }

                        &.text-b {
                            -webkit-text-stroke: 2px #0030d4;
                            color: transparent;

                            @media screen and (max-width:768px) {
                                -webkit-text-stroke: 1px #0030d4;
                            }
                        }
                    }
                }
            }
        }

        @keyframes scrollText {
            from {
                transform: translateX(0%);
            }

            to {
                transform: translateX(-50%);
            }
        }
    }

    .rapidly_work {

        .workplace_p {
            align-items: center;
            display: flex;
        }

        p {
            font-family: HKGrotesk;
            font-size: 20px;
            font-weight: 500;
            line-height: 1.5;
            color: #273d5a;
            width: 100%;
            max-width: 445px;

            @media screen and (max-width:1024px) {
                max-width: 364px;
            }

            @media screen and (max-width:1023px) {
                max-width: 270px;
            }
        }
    }

    .aurbis_rootmap {
        padding: 80px 0;
        background-color: #10284b;

        .expansion {
            text-align: center;


            h1 {
                font-family: Sora, sans-serif;
                font-size: 36px;
                font-weight: bold;
                line-height: 1.5;
                color: #fff;
                margin-bottom: 16px;

            }

            p {
                width: 100%;
                max-width: 601px;
                font-family: HKGrotesk, sans-serif;
                font-size: 18px;
                font-weight: 500;
                line-height: 1.5;
                color: #fff;
                opacity: 0.8;
                margin: 0 auto;
                text-align: center;
            }
        }

        .Aurbis_navtabs {
            padding: 44px 0 160px;

            .nav-pills .nav-link.active,
            .nav-pills .show>.nav-link,
            .nav-pills .nav-link {
                width: 100%;
                min-width: 109px;
                height: 48px;
                padding: 14px 34px;
                border-radius: 24px;
                -webkit-backdrop-filter: blur(140px);
                backdrop-filter: blur(140px);
                background-image: url(../../../assets/img/timeline-bg.png);
                background-repeat: no-repeat;
                background-size: cover;
                color: #4cb0f8;
                font-family: HKGrotesk, sans-serif;
                font-size: 18px;
                font-weight: 500;
                line-height: 1;
                position: relative;
            }

            .nav_rootmap_scrol {}

            .nav-pills .nav-link {
                color: #fff;
                margin-bottom: 44px;
            }

            .nav-pills .nav-link.active {
                background-color: transparent;
            }

            .about_us_achiev {
                margin-top: 12px;
            }

            .aurbis_hospital_au {
                width: 100%;
                height: 312px;
                border-radius: 8px;
                object-fit: cover;

                @media screen and (max-width:1024px) {
                    height: 100%;
                }

                @media screen and (max-width:767px) {
                    height: 228px;
                }
            }

            h2 {
                font-family: Sora;
                font-size: 24px;
                font-weight: bold;
                color: #4cb0f8;
                line-height: 1.5;
                margin: 55px 0 16px 0;
            }

            p {
                font-family: HKGrotesk;
                font-size: 18px;
                font-weight: 600;
                line-height: 1.5;
                color: #8da0b9;
            }

        }

        .nav_rootmap_scrol::before {
            content: '';
            position: absolute;
            height: 87%;
            top: 0;
            left: 52px;
            border-left: 2px dashed #717171;

        }

        .aurbic_director {
            text-align: center;

            h1 {
                width: 100%;
                max-width: 786px;
                font-family: Sora, sans-serif;
                font-size: 32px;
                font-weight: bold;
                line-height: 1.5;
                color: #8da0b9;
                margin: 0 auto;
            }

            h4 {
                font-family: HKGrotesk, sans-serif;
                font-size: 24px;
                font-weight: bold;
                line-height: 1.5;
                color: #4cb0f8;
                margin: 32px 0 8px;
            }

            h6 {
                font-family: HKGrotesk, sans-serif;
                font-size: 18px;
                font-weight: 500;
                line-height: 1.5;
                letter-spacing: 0.2px;
                color: #8da0b9;
            }
        }
    }

    .energy_efficient {
        padding: 80px 0 0;
        background-color: #fff9f5;

        .flex-container_energy {
            @media screen and (max-width:1023px) {
                flex-direction: column-reverse;
            }

            .energy_buildings {
                margin: auto;

                @media screen and (max-width:1023px) {
                    padding: 0 36px;
                }

                .energy_edge_img {
                    width: 100%;
                    max-width: 165px;

                }

                h2 {
                    width: 100%;
                    max-width: 550px;
                    font-family: Sora;
                    font-size: 36px;
                    font-weight: bold;
                    line-height: 1.5;
                    color: #10284b;
                    margin-bottom: 16px;

                    @media screen and (max-width:1023px) {
                        max-width: 100%;
                    }
                }

                p {
                    width: 100%;
                    max-width: 540px;
                    font-family: HKGrotesk, sans-serif;
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 1.5;
                    color: #273d5a;

                    @media screen and (max-width:1023px) {
                        max-width: 100%;
                    }
                }
            }
        }
    }

    .service_Partners {
        padding: 80px 0;
        text-align: center;

        h1 {
            font-family: Sora;
            font-size: 32px;
            font-weight: bold;
            line-height: 1.5;
            color: #10284b;
            margin-bottom: 56px;
        }

        .partners_details {
            margin-bottom: 44px;
        }

        .card_service {
            border: 8px solid #f3f6fa;
            border-radius: 8px;
            height: 150px;

            .card_img_bl {
                margin: auto;
            }

            .card_img_sec {
                width: 100%;
                max-width: 112px;
                margin: 18px;
            }

            .card-body {
                padding: 0;
                background-color: #f3f6fa;

                p {
                    font-family: HKGrotesk, sans-serif;
                    font-size: 24px;
                    font-weight: bold;
                    line-height: 1.5;
                    color: #0030d4;
                    background-color: #fff;
                    padding: 4px 0;
                    text-align: center;
                    margin-top: 0;
                }

            }
        }

        .bg_col_gray {
            background-color: #f3f6fa;

            .matrix_spa {
                margin: 0 auto;
            }

            .service_isp {
                margin: 0 auto;
            }
        }
    }

    @media screen and (max-width:767px) {
        .d_sm_none {
            display: none !important;
        }

        .know_more {

            h1 {
                font-size: 32px;
                font-weight: 600;
                line-height: 1.5;
                letter-spacing: 0.2px;
            }

            p {
                padding: 0 14px;
            }
        }

        .morals_aboutus {
            padding: 56px 0;

            .moral_image {
                height: 215px;
                object-position: bottom;
                margin-bottom: 24px;
            }

            .morals_live {

                h2 {
                    font-size: 24px;
                    margin-bottom: 8px !important;
                }

                p {
                    margin-bottom: 19px;
                }

                h6 {
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.5;
                    padding: 12px 0 12px 12px;
                }
            }
        }

        .rapidly_work {
            margin: 0 15px;

            .rapidly_image {
                border-radius: 8px;
            }

            .workplace_p {
                padding: 24px 15px 56px;
                width: 100%;
                max-width: 361px;

                p {
                    font-size: 16px;


                }
            }
        }

        .aurbis_rootmap {
            padding: 56px 0;

            .expansion {
                text-align: left;
                width: 100%;
                max-width: 334px;

                h1 {
                    font-size: 24px;
                }

                p {
                    text-align: left;
                }
            }

            .Aurbis_navtabs {
                padding: 32px 0 112px;

                .tab_scrol {
                    overflow-x: scroll;
                    width: 100%;
                    display: flex;
                    flex-wrap: nowrap;
                    white-space: nowrap;
                }

                .nav {
                    flex-wrap: unset;
                }

                .nav-pills .nav-link {
                    margin: 0 16px 0 0;
                }

                .flex-container_sec {
                    flex-direction: column-reverse;

                    h2 {
                        font-size: 18px;
                        margin: 24px 0 16px !important;
                    }

                    p {
                        font-size: 16px;
                        font-weight: 500;
                        padding-bottom: 24px;
                    }
                }

                .flex-column {
                    flex-direction: unset !important;

                }

            }

            .aurbic_director {
                h1 {
                    font-size: 24px;
                    width: 100%;
                    max-width: 330px;
                }

                h4 {
                    font-size: 18px;
                    font-weight: 600;
                    margin-top: 24px;
                }

                h6 {
                    font-size: 16px;
                    font-weight: 500px;
                    width: 100%;
                    max-width: 158px;
                    margin: 0 auto;
                }
            }


        }

        .nav_rootmap_scrol::before {
            content: '';
            position: absolute;
            height: 0 !important;
            width: 88% !important;
            top: 22px !important;
            left: 22px !important;
            border-top: 2px dashed #717171 !important;

        }

        .energy_efficient {
            padding: 0;

            .flex-container_energy {
                flex-direction: column-reverse;

                .energy_buildings {
                    padding: 20px 30px 32px;

                    h2 {
                        font-size: 24px;
                        margin-bottom: 16px !important;

                    }
                }

                .w-100 {
                    position: relative;
                    left: -17px;
                }
            }
        }

        .service_Partners {
            padding: 56px 0 26px;

            .partners_details {
                margin: 0;

                .col-6 {
                    // @media screen and (max-width:768px) {
                    padding-left: 8px;
                    padding-right: 8px;
                    // }
                }

                .col-12 {
                    // @media screen and (max-width:768px) {
                    padding-left: 8px;
                    padding-right: 8px;
                    // }
                }
            }

            h1 {
                font-size: 24px;
                margin-bottom: 24px;
            }

            .flex-container_service {
                flex-direction: column-reverse;
            }

            .card_service {
                margin-bottom: 30px;
                height: 100px;

                .card_img_sec {
                    width: 100%;
                    max-width: 74px;
                    margin: 7px;
                }

                .card-body {
                    p {
                        font-size: 18px;
                        margin-top: 0;
                    }

                }

                .Workstation_img {
                    height: 57px;
                }
            }
        }
    }



}

@media only screen and (min-width: 426px) {
    .d_md_none {
        display: none !important;
    }



}