@charset "UTF-8";


.nds-page .img-fluid {
    max-width: 100%;
    height: auto
}

.nds-page .container, .nds-page .container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .nds-page .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .nds-page .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .nds-page .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .nds-page .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .nds-page .container {
        max-width: 1320px
    }
}

.nds-page .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.nds-page .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

@media (min-width:768px) {
    .nds-page .col-md {
        flex: 1 0 0
    }

    .nds-page .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .nds-page .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .nds-page .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .nds-page .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

    .accordion-item:first-of-type {
        border-top-left-radius: var(--bs-accordion-border-radius);
        border-top-right-radius: var(--bs-accordion-border-radius)
    }

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: var(--bs-accordion-border-radius);
        border-bottom-left-radius: var(--bs-accordion-border-radius)
    }

@keyframes progress-bar-stripes {
    0% {
        background-position-x: var(--bs-progress-height)
    }
}


.nds-page .carousel {
    position: relative
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}


/* Right Button */
.cta-btn {
    background: #ff7a1a;
    border: none;
    color: white;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}
/* hero */
.nds_hero_section {
    background-image: url(../images/nds_hero_bg.png);
    background-size: cover;
    height: 100vh;
}

.nds_hero_wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;
}

.nds_hero_title_wrapper {
    margin-bottom: 28px;
}

.nds_hero_text {
    margin-bottom: 35px;
}

.nds_hero_img_wrapper {
    margin-bottom: 60px;
}

.nds_hero_row_2 {
    padding-top: 90px;
    padding-bottom: 30px;
}

.nds_hero_row_1 {
    padding-top: 90px;
}

.nds_hero_subtitle {
    margin-bottom: 30px;
}

/* hero end */

/* why Node js start */
.nds_why_section {
    background-image: url(../images/nds_why.png);
    background-size: cover;
    padding: 0;
}

.nds_why_container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
}

.accordion-item {
    border-bottom: 1px solid #ffffff;
    padding: 0;
}

.accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 30px 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
}

    .accordion-header .nds_acco_icon {
        transition: transform 0.3s ease;
    }

    .accordion-header.active .nds_acco_icon {
        transform: rotate(90deg);
    }

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.nds_why_tittle {
    margin-bottom: 100px;
}

/* Our Node.js Development Services */
.nds_ser_icon_wrap {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 1px solid rgba(231, 116, 37, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    background-color: rgba(255, 255, 255, 1);
}

.nds_ser_card_title {
    transition: 0.6s all ease-in-out;
}

.nds_ser_icon {
    width: 38px;
    height: 38px;
}

.nds_wrap_ser_text {
    margin-bottom: 8px;
}

.nds_ser_card_orange {
    background-color: rgba(231, 116, 37, 0.08);
}

.nds_ser_col_1 {
    padding: 18px 24px 24px 24px;
    margin-right: 20px;
    margin-bottom: 45px;
    transition: 0.6s all ease-in-out;
}

.nds_ser_col_2 {
    padding: 18px 24px 24px 24px;
    margin-left: 20px;
    margin-bottom: 45px;
    transition: 0.6s all ease-in-out;
}

.nds_ser_title {
    margin-bottom: 28px;
    text-align: center;
}

.nds_ser_row_one {
    padding-top: 132px;
}

.nds_ser_wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
    max-width: 1200px;
}

.nds_ser_text {
    margin-bottom: 0;
    text-align: center;
}

.nds_ser_container {
    padding-left: 0;
    padding-right: 0;
}

/*   <!-- Leverage the power of Node.js  */
.nds_lev_container {
    background-image: url(../images/nds_ser_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.nds_lev_wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 50px;
}

.nds_lev_title {
    margin-top: 8px;
    margin-bottom: 45px;
}

.nds_lev_icon {
    width: 100px;
    margin-left: -20px;
}
/* Node.js Development Solutions We Cover */
.nds_sol_container {
    background-image: url(../images/nds_sol_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}

.nds_sol_wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
}

.owl-stage {
    display: flex;
}

.owl-item {
    transition: 0.3s ease;
}

.services-carousel .item {
    margin: 0 15px;
    border-radius: 20px;
}

/* custom nav bar */
.custom-owl-nav {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 50px;
}

    .custom-owl-nav button {
        width: 54px;
        height: 54px;
        border: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        cursor: pointer;
        color: #fff;
        background-color: transparent;
    }

        .custom-owl-nav button:focus {
            outline: 2px solid rgba(0, 0, 0, 0.1);
        }

.owl-counter {
    padding: 10px 40px;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    justify-content: center;
    font-weight: 600;
}

.nds_sol_title {
    text-align: center;
    margin-bottom: 25px;
}

.nds_sol_text {
    text-align: center;
    margin-bottom: 0;
}

.nds_sol_slider_wrapper {
    margin-top: 100px;
    padding-bottom: 140px;
}

.nds_sol_slider_img_wrap {
    height: 230px;
}

    .nds_sol_slider_img_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

.nds_sol_slider_text_wrap {
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 320px;
}

.nds_sol_slider_title {
    margin-bottom: 12px;
}
/* Our Node.js Tech Stack */
.nds_tech_container {
    padding: 0;
}

.nds_tech_logo {
    width: 75px;
}

.nds_tech_wrapper {
    max-width: 1200px;
    margin: auto;
    padding-top: 120px;
    padding-bottom: 120px;
}

.nds_tech_title {
    text-align: center;
    margin-bottom: 24px;
}

.nds_tech_text {
    text-align: center;
}

.tabs-container {
    width: 100%;
    padding-top: 120px;
    text-align: center;
    font-family: sans-serif;
}

.tabs {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 8px;
    width: 100%;
    flex-wrap: wrap;
}

.tab {
    background: none;
    border: none;
    color: #2a3b55;
    cursor: pointer;
    position: relative;
    width: max-content;
}

    .tab.active {
        color: #e76f2c;
        font-weight: 600;
    }

.tab_line {
    width: 100%;
    height: 1px;
    background: linear-gradient( 90deg, rgba(255, 255, 255, 1) 0%, rgba(231, 116, 37, 1) 50%, rgba(255, 255, 255, 1) 100% );
    margin-top: 35px;
    margin-bottom: 50px;
    position: relative;
}

.tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}

    .tab-content.active {
        display: block;
        opacity: 1;
    }

/* icon grid */
.nds_tech_logo_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 70px;
    row-gap: 45px;
    padding-left: 272px;
    padding-right: 272px;
}

.logos img:hover {
    opacity: 1;
    transform: scale(1.05);
}
/* Hire Node.js Developers */
.nds_hire_title {
    text-align: center;
    margin-bottom: 50px;
}

.nds_hire_container {
    padding: 0;
    background-color: #000000;
}

.nds_hire_wrapper {
    max-width: 1200px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.nds_hire_btn_wrap {
    text-align: center;
}

/* Why choose Metwaves  */
.nds_whyc_wrapper {
    max-width: 1200px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.nds_whyc_container {
    padding: 0;
}

.nds_whyc_content_col_1 {
    max-width: 50px;
    padding-right: 0;
}

.nds_whyc_content_row {
    margin-bottom: 28px;
}

.nds_whyc_content_wrapper {
    width: 100%;
    margin-top: 35px;
}

.whyc_col_img_wrap {
    margin-top: 50px;
}
/* Flexible Hiring Models */
.nds_flex_container {
    padding: 0;
}

.nds_flex_wrapper {
    max-width: 1200px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.nds_flex_title_wrap {
    text-align: center;
    margin-bottom: 20px;
}

.nds_flex_sub {
    margin-bottom: 0;
    text-align: center;
}

.nds_flex_icon_wrap {
    margin-left: -20px;
}

.nds_flex_col_1,
.nds_flex_col_2,
.nds_flex_col_3,
.nds_flex_col_4 {
    padding: 24px;
    border: 1.5px solid rgba(228, 228, 231, 1);
    border-radius: 20px;
    margin-right: 32px;
}

.nds_flex_col_4 {
    margin-right: 0px;
}

.nds_flex_contant_title {
    margin-bottom: 10px;
}

.nds_flex_row {
    margin-top: 60px;
    margin-bottom: 60px;
}

.nds_flex_btn_wrap {
    text-align: center;
}

/* How to start a Node.js Project with us */
.nds_how_container {
    background-image: url(../images/nds_how_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}

.nds_how_wrapper {
    max-width: 1200px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.nds_how_step_wrapper {
    border-radius: 10px;
    /* box-shadow: 1px 1px 1px rgba(231, 116, 37, 1),
                -1px -1px 1px rgba(109, 220, 255, 1); */
    border-radius: 10px;
    position: relative;
}

.nds_how_step_card {
    padding: 40px;
    margin-bottom: 0;
    position: relative;
    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background: rgba(0, 0, 0, 0.7);
    border-left: 1px solid rgba(109, 220, 255, 1);
    border-right: 1px solid rgba(231, 116, 37, 1);
    /* border-radius: 10px; */
}

    .nds_how_step_card:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .nds_how_step_card:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .nds_how_step_card p {
        margin: 0;
        font-size: 15px;
        color: #dcdcdc;
        line-height: 1.6;
    }
    /* ---- GRADIENT DIVIDER ---- */
    .nds_how_step_wrapper::before,
    .nds_how_step_card::before {
        content: "";
        position: absolute;
        left: 4px;
        right: 4px;
        top: 1px;
        height: 1px;
        background: linear-gradient( 120deg, rgba(109, 220, 255, 1), rgba(231, 116, 37, 1) );
        opacity: 0.6;
    }

.nds_how_step_wrapper::after {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: 1px;
    height: 1px;
    background: linear-gradient( 120deg, rgba(109, 220, 255, 1), rgba(231, 116, 37, 1) );
    opacity: 0.6;
}

.nds_how_btn_wrap {
    margin-top: 80px;
}

.nds_how_title_wrap {
    margin-bottom: 30px;
}

.nds_how_row {
    align-items: center;
}

/* FAQ */
.nds_faq_container {
    padding: 0;
}

.nds_faq_wrapper {
    max-width: 1200px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.nds_faq_wrap {
    margin-top: 70px;
}

.faq_item {
    background: var#ffffff;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 25px;
    box-shadow: 0 12px 30px rgba(20, 20, 50, 0.06);
    border: 2px solid transparent;
    transition: box-shadow 0.25s ease, border-color 0.2s ease;
}

    .faq_item.active {
        border-color: rgba(231, 116, 37, 1);
        box-shadow: 0 18px 40px rgba(255, 122, 0, 0.06);
    }

.faq-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    text-align: left;
}

.faq-icon {
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.28s ease;
}

.faq_item.active .faq-icon {
    transform: rotate(0deg);
}

.faq_answer {
    overflow: hidden;
    transition: all 0.35s ease;
    margin-top: 14px;
    padding-right: 45px;
}

    .faq_answer p {
        margin: 0;
        font-weight: 400;
        color: rgba(46, 71, 93, 1);
        margin-bottom: 0;
    }

.nds_faq_ul {
    margin-left: 0;
    padding-left: 20px;
}

/* Still have questions? */
.nds_question_container {
    padding: 0;
}

.nds_question_wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 32px;
    background-color: rgba(231, 116, 37, 0.08);
    margin-bottom: 80px;
}

.nds_question_title {
    margin-top: 32px;
    margin-bottom: 10px;
    text-align: center;
}

.nds_question_text_wrap {
    margin-bottom: 32px;
    text-align: center;
}

.nds_question_profile_wrap {
    text-align: center;
}

.nds_question_btn_wrapper {
    text-align: center;
}
/* footer */
.nds_footer_container {
    background-color: rgba(0, 0, 0, 1);
    padding: 0;
}

.nds_footer_wrapper {
    max-width: 1200px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.nds_footer_row_bootm {
    border-top: 1px solid rgba(30, 41, 59, 1);
    padding-top: 18px;
    margin-top: 80px;
}
/* menu */

.profile_nav_menu_container {
    position: fixed;
    top: 0;
    left: 0%;
    padding: 0;
    /* background-color: #ffffff; */
    backdrop-filter: blur(5px);
    height: 100vh;
    z-index: 3;
    opacity: 0;
    display: none;
}

.profile_nav_menu {
    width: 95vw;
    height: 100vh;
    background-color: #ffffff;
    box-shadow: 30px 0px 60px #00000029;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: -100%;
}

.profile_nav_menu_row_1 {
    padding: 20px;
    /* overflow-y:scroll ; */
}

.profile_nav_menu_row_4 {
    padding: 0px;
    align-items: center;
}

.profile_nav_menu_row_2_col_8 {
    padding-left: 0;
    padding-right: 0;
}

.profile_nav_menu_row_2_col_4 {
    padding-left: 0;
    padding-right: 0;
    text-align: end;
}

.profile_nav_menu_row_2 {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

.profile_nav_menu_row_3 {
    width: 100%;
    padding-bottom: 5px;
    margin-top: 30px;
    border-bottom: 2px solid #e4e4e4;
    padding-left: 0;
    padding-right: 0;
}

.profile_nav_menu_link {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0;
}

.profile_link,
.profile_link:hover {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
}

.profile_col_8 {
    width: 70%;
}

.profile_col_2 {
    width: 30%;
}

.profile_nav_menu_row_4 {
    border-top: 2px solid #e4e4e4;
}

.profile_nav_menu_row_4_col_3 {
    padding: 10px;
    border-left: 2px solid #e4e4e4;
    text-align: center;
}

.profile_nav_menu_close {
    cursor: pointer;
}

.profile_toggle {
    cursor: pointer;
    width: 40px;
}

.nav_btn {
    display: none;
}

.f-45 {
    font-weight: 700;
    color: #2b2b2b;
    font-size: 45px;
    font-family: "Inter", sans-serif;
}

.f-22 {
    font-weight: 400;
    color: #2b2b2b;
    font-size: 22px;
    font-family: "Inter", sans-serif;
}

.orange_btn {
    background-color: #e77425;
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    padding: 14px 24px;
    box-shadow: none;
    outline: none;
    border: 1px solid #e77425;
    transition: 0.8s all ease-in-out;
}

    .orange_btn:hover {
        background-color: #fff;
        color: #e77425;
    }

.fo_18 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #e77425;
}

.f_28 {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: rgba(30, 30, 30, 1);
}

.fw_28 {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.nds_why_subtitle {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.fw_18 {
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    font-family: "Inter", sans-serif;
}

.fw_14 {
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    font-family: "Inter", sans-serif;
}

.f_16 {
    font-weight: 400;
    color: rgba(82, 82, 82, 1);
    font-size: 16px;
    font-family: "Inter", sans-serif;
}

.fw_48 {
    font-weight: 600;
    color: #ffffff;
    font-size: 48px;
    font-family: "Inter", sans-serif;
}

.accordion-header {
    font-weight: 500;
    color: #ffffff;
    font-size: 32px;
    font-family: "Inter", sans-serif;
}

.accordion-content p {
    padding: 0 0 35px 0;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 24px;
    color: #f6f6f6;
    font-family: "Inter", sans-serif;
}

.f_20 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: rgba(23, 15, 73, 1);
}

.f_18 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #2b2b2b;
}

.fo_48 {
    font-weight: 600;
    color: #e77425;
    font-size: 48px;
    font-family: "Inter", sans-serif;
}

.f_24 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #2b2b2b;
}

.fw_24 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.text_orange {
    color: #e77425;
}

.border_orange {
    border: 1px solid #e77425;
}

.f_32 {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: rgba(9, 9, 20, 1);
}

.f_52 {
    font-weight: 600;
    color: #2b2b2b;
    font-size: 52px;
    font-family: "Inter", sans-serif;
}

.nds_whyc_content_title {
    font-weight: 700;
    margin-bottom: 5px;
}

.nds_whyc_subtitle {
    font-weight: 600;
    margin-bottom: 18px;
}

.nds_faq_title {
    text-align: center;
    margin-bottom: 20px;
}

.nds_faq_text {
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
}

.faq_title {
    font-weight: 500;
}
/* footer */
.nds_footer_title h5 {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: "Inter", sans-serif;
    margin-bottom: 18px;
}

.nds_footer_links a {
    text-decoration: none;
    font-weight: 400;
    color: rgba(228, 228, 231, 1);
    font-size: 14px;
    font-family: "Inter", sans-serif;
    margin-bottom: 8px;
    display: block;
}

    .nds_footer_links a:hover {
        text-decoration: none;
        color: #e77425;
    }

.owl-counter {
    font-weight: 600;
    color: #e77425;
    font-size: 16px;
    font-family: "Inter", sans-serif;
}

@media (max-width: 1900px) {
}

@media (max-width: 1800px) {
}

@media (max-width: 1700px) {
}

@media (max-width: 1600px) {
}

@media (max-width: 1500px) {
}

@media (max-width: 1400px) {
}

@media (max-width: 1300px) {
}

@media (max-width: 1200px) {
    .nav_container {
        padding: 0px 15px;
    }

    .nds_sol_slider_wrapper,
    .nds_whyc_wrapper,
    .nds_how_wrapper,
    .nds_footer_wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .nds_faq_wrapper,
    .nds_faq_wrapper,
    .nds_flex_wrapper,
    .nds_tech_wrapper {
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .nds_hero_section {
        height: auto;
    }

    .nds_sol_slider_wrapper {
        padding-bottom: 100px;
        padding-top: 30px;
    }

    .nds_tech_wrapper,
    .nds_lev_wrapper,
    .nds_ser_wrapper,
    .nds_why_container {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .nds_flex_col_1,
    .nds_flex_col_2,
    .nds_flex_col_3,
    .nds_flex_col_4 {
        flex: 0 0 49%;
        max-width: 49%;
        margin: 0;
    }

    .nds_flex_col_1,
    .nds_flex_col_3 {
        margin-right: 1%;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .nds_flex_col_2,
    .nds_flex_col_4 {
        margin-left: 1%;
        margin-right: 0;
        margin-top: 1%;
        margin-bottom: 1%;
    }
}

@media (max-width: 1100px) {
}

@media (max-width: 1000px) {
    .nav-menu {
        display: none;
    }

    .nds_hero_row_1 {
        flex-direction: column-reverse;
        padding-top: 15px;
    }

    .nds_whyc_row {
        flex-direction: column-reverse;
    }

    .nds_hero_row_1 > .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }

    .nds_hero_row_1 > .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .nds_tech_wrapper,
    .nds_lev_wrapper,
    .nds_ser_wrapper,
    .nds_why_container {
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .nds_why_tittle {
        margin-bottom: 50px;
    }

    .nds_how_col_1,
    .nds_whyc_col_2 {
        text-align: center;
        padding-bottom: 30px;
    }

    .nds_how_btn_wrap {
        margin-top: 30px;
    }

    .nds_whyc_title,
    .nds_whyc_subtitle_wrap,
    .nds_lev_btn_wrapper,
    .nds_why_wrapper {
        text-align: center;
    }

    .nds_how_col_2,
    .nds_how_col_1,
    .nds_whyc_col_2,
    .nds_whyc_col_1,
    .nds_ser_col_2,
    .nds_ser_col_1,
    .nds_flex_col_1,
    .nds_flex_col_2,
    .nds_flex_col_3,
    .nds_flex_col_4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        width: 100%;
    }

    .nds_ser_col_2,
    .nds_ser_col_1,
    .nds_flex_col_1,
    .nds_flex_col_3 {
        margin-right: 0%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .nds_ser_col_2,
    .nds_ser_col_1,
    .nds_flex_col_2,
    .nds_flex_col_4 {
        margin-left: 0%;
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .tabs {
        justify-content: center;
        column-gap: 100px;
        row-gap: 15px;
    }

    .nds_footer_row_bootm > col-md-2,
    .nds_footer_col_1,
    .nds_footer_col_2,
    .nds_footer_col_3,
    .nds_footer_col_4,
    .nds_footer_col_5,
    .nds_footer_col_6 {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
        margin-bottom: 30px;
    }

    .tab_line {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .faq_item {
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
    }

    .nds_flex_row {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .nds_ser_row_one,
    .tabs-container,
    .nds_faq_wrap {
        padding-top: 30px;
        margin-top: 0;
    }

    .nds_hire_wrapper,
    .nds_sol_wrapper,
    .nds_tech_wrapper,
    .nds_whyc_wrapper,
    .nds_flex_wrapper,
    .nds_how_wrapper,
    .nds_faq_wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .nds_question_wrapper {
        margin-bottom: 30px;
    }

    .nds_tech_logo_wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nds_sol_slider_wrapper {
        margin-top: 0;
    }

    .nav_btn {
        display: block;
    }
}

@media (max-width: 900px) {
}

@media (max-width: 800px) {
    .nds_lev_wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .accordion-header {
        padding: 20px 0px;
    }

    .nds_sol_slider_title,
    .accordion-header,
    .f_32,
    .f-22,
    .f_24,
    .fw_24,
    .fw_28 {
        font-size: 20px;
    }

    .f-45,
    .fw_48,
    .fo_48,
    .f_52 {
        font-size: 30px;
    }

    .accordion-content p,
    .f_20 {
        font-size: 18px;
    }

    .fw_18,
    .f_18 {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
}

@media (max-width: 900px) {
}

@media (max-width: 600px) {
}
