@media only screen and (max-width: 1400px) {
    .aboutus_second_section .text_part .shape_image_part {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 992px) {

    .home_sixth_section .slider_main_part::before,
    .home_sixth_section .slider_main_part::after {
       display: none;
    }

    .home_sixth_section {
        padding: 100px 0 0 0;
    }

    .service_first_section {
        background: linear-gradient(to bottom,
                var(--bg_color_8) 0%,
                var(--bg_color_8) 45%,
                var(--bg_color_4) 45%,
                var(--bg_color_4) 100%);
        padding: 100px 0 0 0;
    }

    .service_first_section .heading_part .title {
        font-size: 36px;
    }

    .service_first_section .desc_part .points_part {
        padding: 40px 20px;
    }

    .service_first_section .desc_part .first_info,
    .service_first_section .desc_part .second_info {
        border-right: none;
        border-bottom: 1px solid var(--text_color_15);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .service_first_section .desc_part .fourth {
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }

    .service_first_section .desc_part .first .border_part {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .service_first_section .desc_part .first_info,
    .service_first_section .desc_part .second_info {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    /* .home_third_section .services_info_part .row {
        display: flex;
        flex-direction: column;
    } */

    .home_third_section .first_right_side_part .sub_title {
        font-size: 16px !important;
    }

    .home_third_section .first_right_side_part .sub_title p br {
        display: none;
    }

    .home_third_section .services_info_part .row .left_side_part {
        order: 1;
        margin-bottom: 20px;
        text-align: center;
    }

    .home_third_section .services_info_part .row .right_side_part {
        order: 2;
    }

    .home_third_section .services_info_part .row:nth-child(2) .right_side_part {
        order: 1;
        margin-bottom: 20px;
    }

    .home_third_section .services_info_part .row:nth-child(2) .left_side_part {
        order: 2;
    }

    .home_third_section .services_info_part .row .left {
        order: 2;
    }

    .home_third_section .services_info_part .right_side_part h2 {
        font-size: 24px;
    }

    .home_third_section .services_info_part .right_side_part p {
        font-size: 16px;
    }

    .home_third_section .first_right_side_part .sub_title br {
        display: none;
    }

    .home_third_section .first_left_side_part .sub_title {
        display: flex;
        justify-content: center;
    }

    .home_third_section .first_left_side_part .title {
        text-align: center;
        margin-bottom: 20px;
    }

    .home_third_section .first_left_side_part .title br {
        display: none;
    }

    .home_third_section .first_right_side_part .sub_title {
        text-align: center;
        font-size: 16px;
    }

    .home_third_section .first_right_side_part .sub_title br {
        display: none;
    }

    .home_fourth_section .row .card .card-title {
        text-align: center;
        width: 100%;
    }

    footer {
        padding: 40px 0;
    }

    footer .left_side_main_part {
        margin-bottom: 40px;
    }

    footer .footer_logo_part {
        margin: 40px 0 20px 0;
        text-align: center;
    }

    footer .bottom_part {
        text-align: start;
    }

    footer .bottom_part .right_side_part {
        text-align: start;
        margin-top: 10px;
    }

}

@media (max-width: 1200px) {
    .home_fifth_section .first_left_side_part .title br {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {

    .home_fourth_section {
        padding: 0 0 100px 0;
    }

    .home_fifth_section {
        padding: 0 0 100px 0;
    }

    .home_fourth_section .heading_part {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sector_second_section .information_part .desc_part p {
        margin-bottom: 0;
    }

    .sector_second_section .information_part .desc_part h3 {
        margin-bottom: 10px;
    }

    .aboutus_fourth_section .slide p {
        font-size: 18px;
    }

    .aboutus_fourth_section .navigation .step-indicator {
        font-size: 18px;
    }

    .aboutus_fourth_section * {
        box-sizing: border-box;
    }

    .aboutus_fourth_section::before,
    .aboutus_fourth_section::after {
        box-sizing: border-box;
    }

    .aboutus_fourth_section .progress-bar {
        display: none;
    }

    .home_first_section .heading_part .title {
        font-size: 55px;
    }

    .home_third_section .first_left_side_part .title {
        font-size: 28px;
    }

    .home_fifth_section .first_left_side_part .sub_title,
    .home_sixth_section .first_left_side_part .sub_title {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home_fifth_section .first_left_side_part .sub_title p,
    .home_sixth_section .first_left_side_part .sub_title p {
        text-align: center;
    }

    .home_fifth_section .first_left_side_part .title,
    .home_sixth_section .first_left_side_part .title {
        text-align: center;
        margin-bottom: 20px;
    }

    .home_fourth_section .first_right_side_part,
    .home_fifth_section .first_right_side_part,
    .home_sixth_section .first_right_side_part {
        display: flex;
        justify-content: center;
    }

    .home_fifth_section .case_study_part .left_side_part .card h3,
    .home_fifth_section .case_study_part .right_side_part .card h3 {
        text-align: center;
    }

    .home_fifth_section .case_study_part .left_side_part .card p,
    .home_fifth_section .case_study_part .right_side_part .card p {
        text-align: center;
        margin-bottom: 0;
    }

    .home_third_section .services_info_part .right_side_part .list_part span {
        font-size: 14px;
    }

    .aboutus_first_section {
        padding: 50px 0;
    }

    .aboutus_first_section .left_side_part .heading_part {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .aboutus_first_section .left_side_part .heading_part .title,
    .aboutus_first_section .left_side_part .heading_part .desc {
        text-align: center;
    }

    .aboutus_first_section .left_side_part .button_part {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .aboutus_first_section .left_side_part {
        padding: 0 0 30px 0;
    }

    .aboutus_second_section .text_part p {
        font-size: 24px;
    }

    .aboutus_first_section .left_side_part .heading_part .sub_title {
        font-size: 12px;
    }

    .aboutus_first_section .left_side_part .heading_part .title {
        font-size: 40px;
    }

    .aboutus_first_section .left_side_part .heading_part .desc {
        font-size: 16px;
    }

    .aboutus_third_section .heading_part {
        margin-bottom: 30px;
    }

    .aboutus_second_section .heading_part p,
    .aboutus_third_section .heading_part p,
    .aboutus_fourth_section .heading_part p,
    .aboutus_fifth_section .heading_part p,
    .service_third_section .first_left_side_part .sub_title p,
    .case_study_second_section .heading_part p,
    .case_study_third_section .small_title_part p,
    .home_third_section .first_left_side_part .sub_title p,
    .home_fourth_section .heading_part .sub_title p,
    .home_fifth_section .first_left_side_part .sub_title p,
    .home_sixth_section .first_left_side_part .sub_title p {
        font-size: 14px;
    }

    .aboutus_third_section .heading_part h3,
    .aboutus_fourth_section .heading_part h3,
    .aboutus_fifth_section .heading_part h3,
    .case_study_second_section .card_part .info_part h3,
    .case_study_third_section .heading_part h3,
    .home_fourth_section .heading_part .title,
    .home_fifth_section .first_left_side_part .title,
    .home_sixth_section .first_left_side_part .title {
        font-size: 24px;
    }

    .home_sixth_section {
        padding: 0 0 50px 0;
    }

    .aboutus_third_section .card .card_body h3 {
        font-size: 24px;
    }

    .aboutus_third_section .card .card_body p {
        font-size: 16px;
    }

    .aboutus_fourth_section .sliding_part .work_flow_slider .workflow-content.active {
        transform: translateX(0%);
    }

    .aboutus_fourth_section .sliding_part .work_flow_slider {
        height: 0;
        background-color: transparent;
    }

    .aboutus_fourth_section .sliding_part .work_flow_slider .progress-dot {
        display: none;
    }

    .aboutus_fifth_section .card_part .card p {
        font-size: 24px;
        text-align: start;
    }

    .aboutus_fifth_section .card_part .card p br {
        display: none;
    }

    /* .service_page_header_section {
        padding-bottom: 650px;
    } */

    /* .service_first_section {
        height: 35vh;
    }

    .service_first_section .desc_part {
        position: static;
    }

    .service_first_section .desc_part .first_info,
    .service_first_section .desc_part .second_info {
        border: none;
    }

    .service_first_section .desc_part .points_part {
        padding: 50px 0;
    }

    .service_first_section .points_part .first_info {
        order: 2;
    }

    .service_first_section .points_part .second_info {
        order: 1;
    }

    .service_first_section .points_part .third_info {
        order: 3;
    }

    .service_first_section .points_part .col-lg-3:last-child {
        order: 4;
    }

    .service_first_section .desc_part .first .border_part {
        border-bottom: none;
        margin-bottom: auto;
        padding-bottom: 5px;
    }

    .service_first_section .desc_part .fourth button {
        margin-top: 20px;
    } */

    .service_first_section {
        background: linear-gradient(to bottom,
                var(--bg_color_8) 0%,
                var(--bg_color_8) 40%,
                var(--bg_color_4) 40%,
                var(--bg_color_4) 100%);
        padding: 100px 0 0 0;
    }

    .service_first_section .heading_part .title {
        font-size: 28px;
        line-height: 1.3;
    }

    .service_first_section .desc_part .main_image_part img {
        border-radius: 8px;
        height: 250px;
    }

    .service_first_section .desc_part .points_part {
        padding: 30px 15px;
    }

    .service_first_section .desc_part .first_info,
    .service_first_section .desc_part .second_info,
    .service_first_section .desc_part .third_info {
        border: none;
        margin-bottom: 0;
    }

    /* .service_first_section .desc_part .fourth button {
        width: 100%;
        justify-content: center;
    } */

    .service_second_section .img_part {
        order: 1;
        margin-top: 0;
    }

    .service_second_section .content_part {
        order: 2;
    }

    .service_second_section .information_part .desc_part h3 {
        font-size: 24px;
    }

    .service_third_section .first_left_side_part .sub_title {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service_third_section .first_left_side_part .title {
        font-size: 24px;
        text-align: center;
    }

    .service_third_section .first_right_side_part {
        display: flex;
        justify-content: center;
        margin-top: 5px;
    }

    .sector_first_section .slider_part .logos-slide img {
        height: 190px;
    }

    .sector_first_section .slider_part .logos::before,
    .sector_first_section .slider_part .logos::after {
        background: none;
    }

    .sector_second_section {
        padding: 40px 0;
    }

    .sector_second_section .heading_part {
        padding: 0 0 25px 0;
    }

    .sector_second_section .heading_part h2 {
        font-size: 24px;
        font-weight: bold;
    }

    .sector_first_section .heading_part .title {
        font-size: 32px;
    }

    .sector_first_section .heading_part .desc {
        font-size: 16px;
    }

    .sector_second_section .information_part .desc_part h3 {
        font-size: 24px;
    }

    .sector_second_section .information_part .desc_part p {
        font-size: 14px;
    }

    .sector_second_section .information_part .desc_part {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .sector_second_section .information_part .img_part {
        order: 1;
    }

    .sector_second_section .information_part .content_part {
        order: 2;
    }

    .case_study_first_section .heading_part .title {
        font-size: 32px;
    }

    .case_study_first_section .heading_part .desc {
        font-size: 16px;
    }

    .case_study_third_section .card_part .card .text_part h3 {
        font-size: 20px;
    }

    .case_study_third_section .card_part .card .text_part p {
        font-size: 14px;
    }

    .case_study_second_section {
        padding: 70px 0 50px 0;
    }

    .case_study_third_section {
        padding: 50px 0 50px 0;
    }

    .case_study_detail_first_section {
        padding: 90px 0 70px 0;
    }

    .case_study_detail_first_section .left_side_main_part .details_part h3 {
        font-size: 32px;
    }

    .case_study_detail_first_section .left_side_main_part .details_part p {
        font-size: 14px;
    }

    .case_study_detail_first_section .left_side_main_part .key_challanges_part p:nth-of-type(1),
    .case_study_detail_first_section .left_side_main_part .our_approach_part p:nth-of-type(1),
    .case_study_detail_first_section .left_side_main_part .result_outcomes_part p:nth-of-type(1) {
        font-size: 20px;
    }

    .case_study_detail_first_section .left_side_main_part .key_challanges_part p:nth-of-type(2),
    .case_study_detail_first_section .left_side_main_part .key_challanges_part p:nth-of-type(3),
    .case_study_detail_first_section .left_side_main_part .key_challanges_part p:nth-of-type(4),
    .case_study_detail_first_section .left_side_main_part .key_challanges_part p:nth-of-type(5) {
        font-size: 16px;
    }

    .case_study_detail_first_section .left_side_main_part .project_overview_part h3:nth-of-type(1),
    .case_study_detail_first_section .left_side_main_part .project_overview_part h3:nth-of-type(2),
    .case_study_detail_first_section .left_side_main_part .project_overview_part h3:nth-of-type(3),
    .case_study_detail_first_section .left_side_main_part .project_overview_part h3:nth-of-type(4) {
        font-size: 20px;
    }

    .case_study_detail_first_section .left_side_main_part .project_overview_part p {
        font-size: 16px;
    }

    .case_study_detail_first_section .left_side_main_part .our_approach_part p:nth-of-type(2),
    .case_study_detail_first_section .left_side_main_part .our_approach_part p:nth-of-type(3),
    .case_study_detail_first_section .left_side_main_part .our_approach_part p:nth-of-type(4),
    .case_study_detail_first_section .left_side_main_part .our_approach_part p:nth-of-type(5),
    .case_study_detail_first_section .left_side_main_part .our_approach_part p:nth-of-type(6) {
        font-size: 16px;
    }

    .case_study_detail_first_section .left_side_main_part .result_outcomes_part p:nth-of-type(2),
    .case_study_detail_first_section .left_side_main_part .result_outcomes_part p:nth-of-type(3),
    .case_study_detail_first_section .left_side_main_part .result_outcomes_part p:nth-of-type(4) {
        font-size: 18px;
    }

    .case_study_detail_first_section .left_side_main_part .project_overview_part h2 {
        font-size: 18px;
    }

    .case_study_detail_first_section .right_side_main_part {
        margin-top: 30px;
    }

    .contact_first_section .left_side_part .desc_part .first {
        font-size: 32px;
        line-height: 1.2;
    }

    .home_sixth_section .slider_main_part .owl-carousel .item p:nth-of-type(1) {
        font-size: 16px;
    }

    .contact_first_section {
        padding: 90px 0 70px 0;
    }

}

@media only screen and (max-width: 576px) {



    header .navbar .mobile-menu .submenu span .service_icon {
        height: 15px;
        width: 15px;
        object-fit: cover;
    }

    /*.home_third_section .services_info_part .left_side_part img {*/
    /*    height: 200px;*/
    /*}*/

    .service_second_section .information_part .desc_part h3 {
        margin-bottom: 0;
    }

    .case_study_third_section .card_part .card .text_part h3 {
        margin: 0;
    }

    .case_study_third_section .card_part .card .text_part p {
        margin-bottom: 0;
    }

    .case_study_second_section .heading_part {
        margin-bottom: 10px;
    }

    .case_study_first_section {
        padding: 100px 0 50px 0;
    }

    .service_third_section {
        padding: 50px 0 50px 0;
    }

    .service_third_section .first_left_side_part .sub_title p {
        margin-bottom: 15px;
    }

    .service_third_section .first_right_side_part button {
        font-size: 15px;
    }

    .service_first_section .desc_part .third .border_part {
        border: none;
        padding: 0;
        margin: 0;
    }

    .service_first_section .desc_part .first_info,
    .service_first_section .desc_part .second_info,
    .service_first_section .desc_part .third_info {
        margin: 0;
    }

    .aboutus_fifth_section {
        padding: 50px 0 50px 0;
    }

    .aboutus_third_section {
        padding: 50px 0 50px 0;
    }

    .aboutus_fourth_section {
        padding: 50px 0 50px 0;
    }

    .aboutus_fourth_section .slider-container {
        margin-top: 0;
    }

    .aboutus_fourth_section .heading_part {
        margin-bottom: 15px;
    }

    .aboutus_first_section .right_side_part {
        margin-top: 0;
    }

    .aboutus_fourth_section .navigation {
        margin-top: 0;
    }

    .aboutus_second_section {
        padding: 100px 0 50px 0;
    }

    .aboutus_second_section .heading_part p {
        margin-bottom: 0;
    }

    .aboutus_second_section .text_part {
        margin-top: 0;
    }

    .home_sixth_section .first_left_side_part .title {
        display: none;
    }

    .home_third_section .services_info_part .right_side_part h2 {
        font-size: 18px;
    }

    .home_third_section .services_info_part .right_side_part p {
        font-size: 15px;
    }

    .home_third_section .services_info_part .right_side_part button {
        font-size: 14px;
    }

    .home_first_section .heading_part .sub_title p {
        font-size: 14px;
    }

    .home_third_section .first_left_side_part .title {
        font-size: 24px;
    }

    .home_third_section .first_left_side_part .sub_title p {
        margin-bottom: 15px;
    }

    .home_third_section .first_left_side_part .title {
        margin-bottom: 12px;
    }

    .home_third_section {
        padding: 100px 0 100px 0;
    }

    .home_fourth_section .heading_part .sub_title p {
        margin-bottom: 15px;
    }

    .home_fifth_section {
        padding: 0 0 100px 0;
    }

    .home_fourth_section .heading_part .title {
        margin-bottom: 25px;
    }

    .home_fourth_section .row .card .card-title {
        font-size: 32px;
    }

    .home_fourth_section .button_part {
        margin-top: 20px;
    }

    /* .aboutus_fifth_section .card_part .card p {
        margin-top: 80px;
    } */

    .aboutus_fifth_section .card_part .card .image_wrapper img {
        height: 70px;
    }

    .home_seventh_section .logos-slide img {
        height: 30px;
    }

    .home_fourth_section .row.g-4>div {
        display: none;
    }

    .home_fourth_section .row.g-4>div:first-child {
        display: block;
    }

    .home_first_section .heading_part .title {
        font-size: 40px;
    }

    .home_first_section .heading_part .sub_title {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 10px;
    }

    footer {
        padding: 30px 0;
    }

    footer .first_part h4,
    footer .second_part h4,
    footer .third_part h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    footer .first_part a,
    footer .second_part p {
        font-size: 14px !important;
    }

    footer .right_side_form_part {
        padding: 15px;
    }

    footer .right_side_form_part .heading_part h3 {
        text-align: start;
    }

    footer .right_side_form_part .heading_part .mail_part {
        flex-direction: column;
        align-items: start;
        text-align: start;
        gap: 0;
    }

    footer .right_side_form_part .heading_part .mail_part p {
        margin-bottom: 5px;
    }

    footer .right_side_form_part .fields_part label {
        font-size: 14px;
    }

    footer .bottom_part {
        flex-direction: column;
        text-align: start;
    }

    footer .bottom_part .left_side_part,
    footer .bottom_part .right_side_part {
        margin: 5px 0;
    }

    .contact_first_section {
        overflow: hidden;
    }

    .contact_first_section .left_side_part img {
        right: -20px;
        bottom: -30px;
        width: 100px;
    }

}

@media only screen and (max-width: 480px) {

    header .navbar-brand img {
        width: 150px;
    }

}

@media (max-width: 991px) {
    header .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .talkto-mobile .talk_icon {
        width: 32px;
        height: 32px;
    }
}