@charset "utf-8";

/* CSS Document */


/* media-query
------------------------------------------------*/

@media handheld,
only screen and (max-width: 1250px) {}

@media handheld,
only screen and (max-width: 1140px) {
    h3 {
        font-size: 25px;
        line-height: 28px;
    }

    section.featured_cases {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .left_managment {
        padding-right: 10px;
    }

    .home_navbar ul li:last-child {
        margin-left: 20px;
    }

    .head_our_offices_wrapper .vector_box {
        column-gap: 110px;
    }

    .home_navbar #mega-menu-wrap-main-menu #mega-menu-main-menu.max-mega-menu>li.mega-menu-item:last-child {
        margin-left: 50px;
    }
}

@media handheld,
only screen and (max-width: 1023px) {
    .home_navbar #mega-menu-wrap-main-menu #mega-menu-main-menu.max-mega-menu>li.mega-menu-item:last-child {
        margin-left: 20px;
    }

    .advice_heading {
        text-align: center;
        padding-bottom: 60px;
    }

    section.optimisation_advice {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    section.featured_cases {
        padding-top: 170px;
        padding-bottom: 80px;
    }

    .call_to_action_info {
        padding: 60px 0;
    }

    .content-image-middle-quote .three_advice_opti {
        column-gap: 70px;
    }

    .references_inner .right_refer {
        padding-left: 160px;
    }

    section.references {
        padding: 100px 0;
    }

    .head_our_offices_wrapper .vector_box {
        column-gap: 140px;
    }

    .head_our_offices_wrapper .inner_our_offices {
        margin-bottom: 70px;
    }

    .vector_box {
        column-gap: 90px;
        row-gap: 70px;
    }

    section.main-banner.post-detail-banner {
        padding-top: 170px;
        min-height: auto;
    }

    .post-content-wrapper .post-details-inner {
        max-width: 85%;
        padding: 50px 30px 0;
    }
}

@media handheld,
only screen and (max-width: 991px) {
    .home_navbar .mega-menu-wrap .mega-menu-toggle {
        display: none !important;
    }
    .home_navbar{
        display: none;
    }
    .mm-listview .mm-next{
       width: 100% !important; 
    }
   
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
        float: none;
        position: static;
        width: 100%;
        overflow-y: scroll;
        margin: 20px 0;
    }
    .home_navbar #mega-menu-wrap-main-menu #mega-menu-main-menu.max-mega-menu>li.mega-menu-item-has-children{
        position: relative;
     
    }
    .home_navbar ul#mega-menu-main-menu>li.mega-menu-item-has-children a{
        position: relative;
        width: 100%;
    }
    .home_navbar #mega-menu-wrap-main-menu .mega-menu-toggle+#mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
        padding: 0;
        color: #404041;
        width: 100% !important;
    }
    .home_navbar #mega-menu-wrap-main-menu .mega-menu-toggle+#mega-menu-main-menu>li.mega-menu-item-has-children a:before{
        content: "\f105";
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        right: 0;
        top: 0;
        left: auto;
        display: flex;
        justify-content: right;
    }
    /* .home_navbar #mega-menu-wrap-main-menu .mega-menu-toggle+#mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link+#mega-menu-main-menu>li.mega-menu-item>a:beofre{
        display: none;
    } */
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li a::before{
        display: none;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu{
        width: 100% !important;
    }
    /* .featured_box img {
        height: 300px;

    } */
    .featured_content {
     
        right: 24px;
    }
    .featured_content h3 a{
        font-size: 20px;
        line-height: 28px;
    }
    .info_managment ul {
        margin-top: 20px;
    }
    .info_managment{
        max-width: 100%;
    }
    header.nav-down .home_navbar #mega-menu-wrap-main-menu #mega-menu-main-menu.max-mega-menu>li.mega-menu-item>a.mega-menu-link{
        color: #404041;
        width: 100%;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle+#mega-menu-main-menu {
        display: block !important;
    }

    .home_navbar #mega-menu-wrap-main-menu #mega-menu-main-menu.max-mega-menu>li.mega-menu-item {

        margin-bottom: 15px;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
        color: #fff;
        background: transparent;
    }

    .home_navbar #mega-menu-wrap-main-menu #mega-menu-main-menu.max-mega-menu>li.mega-menu-item.mega-current_page_item a.mega-menu-link:after {
        background-color: transparent;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
        content: '\f067';
        font-family: 'Font Awesome 5 Pro';
        font-weight: normal;
        display: inline-block;
        margin: 0 0 0 6px;
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: rotate(0);
        color: inherit;
        position: relative;
        background: transparent;
        height: auto;
        width: auto;
        right: auto;
        line-height: inherit;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
        content: '\f068';
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle+#mega-menu-main-menu {
        background-color: transparent !important;
    }

    .home_navbar ul li a {
        font-size: 18px !important;
        line-height: 28px !important;
        font-weight: 600 !important;
    }

    /* #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #8BC53F;
        bottom: -4px;
    } */
    .home_navbar #mega-menu-wrap-main-menu #mega-menu-main-menu.max-mega-menu>li.mega-menu-item {
        border-bottom: 1px solid #8BC53F;
        padding: 6px 20px;
        margin: 0;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
        position: relative;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
        font-weight: 800;
        /* color: #000; */

    }

    .home_navbar #mega-menu-wrap-main-menu #mega-menu-main-menu.max-mega-menu>li.mega-menu-item>a.mega-menu-link:hover:after,
    .bottom_footer_inner ul li a:hover:after {
        display: none;
    }

    .home_navbar #mega-menu-wrap-main-menu #mega-menu-main-menu.max-mega-menu>li.mega-menu-item:last-child {
        margin-left: 0px;
    }

    h2 {
        font-size: 22px;
        line-height: 30px;
    }

    h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .expertise_managment .right_managment {

        position: relative;
    }

    .expertise_managment .right_managment:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -40px;
        background-image: url(../images/dots.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 50%;
        z-index: -1;
        height: 60%;
    }

    .expertise_managment:before {
        display: none;
    }

    section.featured_cases.archive-posts-all {
        padding: 80px 0 80px 0;
    }

    section.main-banner+section.supply_chain {
        padding-bottom: 30px;
    }

    section.supply_chain+section.optimisation_advice {
        padding-bottom: 30px;
    }

    section.optimisation_advice+section.managment_coman .inner_managment {
        padding-top: 50px;
    }

    section.managment_coman.expertise_managment .left_managment {
        padding-bottom: 0;
    }

    .expertise_managment:before {
        right: auto;
        left: auto;
        top: 150px !important;
        right: 0;
    }

    section.we_are_experts {
        padding: 50px 0;
    }

    .menu.btn2 {
        display: block;
        height: 30px;
        width: 30px;
        position: relative;
    }

    .home_navbar ul li:last-child {
        margin-left: 20px;
    }

    .home_navbar ul.flex {
        flex-direction: column;
        align-items: baseline;
        padding-bottom: 100px;
    }

    .home_navbar ul {
        display: none;
    }

    .home_navbar.open ul {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        
    }

    .home_navbar.open {
        opacity: 1;
        right: 0;
        visibility: visible;
        height: 100%;
        /* padding-top: 100px; */
        padding-top: 30px;
        overflow-y: scroll;
        padding-bottom: 100px;
        /* max-height: calc(100% - 163px); */
        height: 100vh;
    }
    nav#my-menu.open {
        display: block;
        z-index: 999;
    }
    /* .home_navbar {
        display: block;
        position: fixed;
        top: 143px;
        width: 100%;
        opacity: 0;
        right: 0;
        z-index: 99;
        background-color: #fff;
   
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        height: 0%;
        padding-top: 0;
        visibility: hidden;
    } */

    /* .top_header[style="display: none;"]~.bottom_header_main .home_navbar {
        top: 173px;
    } */
    .home_navbar.open ul li a {
        color: #fff;
        width: 100%;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 35px;
    }

    .menu.btn2.open {
        /* top: -40px;
        right: 10px;
        position: absolute; */
    }

    .menu.btn2.open .icon {
        /* top: 20px; */
    }

    .language_box.flex {
        margin-right: 15px;
        margin-left: auto;
    }

    .logo_footer_in {
        justify-content: flex-start;
    }

    .btn2 {
        z-index: 99999;
    }

    .btn2.open .icon:after {
        transform: rotateZ(-45deg) scaleX(1) translate(5px, -6px);
        -webkit-transform: rotateZ(-45deg) scaleX(1) translate(5px, -6px);
        -moz-transform: rotateZ(-45deg) scaleX(1) translate(5px, -6px);
        -ms-transform: rotateZ(-45deg) scaleX(1) translate(5px, -6px);
        -o-transform: rotateZ(-45deg) scaleX(1) translate(5px, -6px);
    }

    .home_navbar ul li a.active,
    .home_navbar ul li a:hover {
        border: none;
    }

    .home_navbar.open ul li a {
        position: relative;
    }

    /* .home_navbar.open ul li a:before {
        width: 100%;
    } */
    .home_navbar ul li a:hover:after {
        display: none;
    }

    .home_navbar ul li.current-menu-item a:after {
        background-color: #fff;
    }

    .home_navbar.open ul li a:hover :before {
        width: 100%;
    }

    .home_navbar.open ul li a:hover:before {
        width: 100%;
    }

    .optimisation_box h2 {
        margin-bottom: 20px;
    }

    .supply_chain_inner .supply_right {
        padding-left: 50px;
    }

    .three_advice_opti {
        column-gap: 30px;
    }

    .left-align-box .three_advice_opti {
        column-gap: 60px;
        row-gap: 20px;
    }

    .content-image-middle-quote .three_advice_opti {
        padding-top: 60px;
    }

    .inner_managment .left_managment {
        width: 100%;
        padding-bottom: 60px;
        padding-right: 0;
    }

    .right_managment {
        width: 100%;
    }

    .right_managment img {
        margin: 0 auto;
    }

    section.managment_coman:before {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        bottom: 0;
        background-size: contain;
        background-position: bottom center;
        width: 60%;
        height: 100%;
        z-index: -1;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    section.featured_cases {
        padding: 70px 0;
    }

    .inner_managment {
        padding-bottom: 50px;
    }

    .call_to_action_info h2 {
        margin-bottom: 14px;
        font-size: 40px;
        line-height: 45px;
    }

    .footer_top_inner .footer_box {
        padding-right: 20px;
    }

    .footer_top_inner {
        padding-top: 70px;
    }

    h1 {
        font-size: 40px;
        line-height: 50px;
    }
   
    .inner_managment .left_managment .info_managment h2 br {
        display: none;
    }

    .bottom_footer .bottom_footer_inner {
        width: auto;
    }

    .bottom_footer_inner ul li {
        padding-right: 20px;
    }

    .featured_content h3 {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 10px;

    }

    .content-image-middle-quote .main-cover-box {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .content-image-middle-quote .main-cover-box .left-content {
        max-width: calc(100% - 560px);
    }

    .content-image-middle-quote .main-cover-box .floating-quote {
        position: static;
        margin: 40px auto 0;
    }

    .references_inner .right_refer {
        padding-left: 100px;
    }

    .middle-wp-content+.company-coman .inner_managment .left_managment {
        padding-bottom: 100px;
    }

    .leadership_member {
        column-gap: 80px;
    }

    section.references {
        padding: 80px 0;
    }

    .head_our_offices_wrapper .inner_our_offices {
        margin-bottom: 50px;
    }

    .disclaimer_pages {
        padding: 70px 52px;
    }

    .middle-wp-content+.company-coman .inner_managment .left_managment {
        padding-bottom: 100px;
    }

    .leadership_member {
        column-gap: 80px;
    }

    .head_our_offices_wrapper .vector_box {
        column-gap: 50px;
        row-gap: 30px;
    }

    .head_our_offices_wrapper {
        padding: 70px 20px;
    }

    .vector_box {
        column-gap: 50px;
        row-gap: 50px;
    }

    section.unique_make_us {
        padding: 50px 0;
    }

    .unique_make_us h2 {
        text-align: center;
        margin-bottom: 50px;
    }

    section.uniue_vactor_us .heading_ad {
        margin-bottom: 0 !important;
    }

    .uniue_vactor_us .heading_ad h2 {
        margin-bottom: 0;
    }

    section.way_of_working.grey-bg-section.thrive_way {
        padding: 60px 0;
    }

    .left_way_wrok {
        padding-right: 40px;
    }

    .middle-wp-content {
        padding: 100px 0;
    }

    .expertise_managment .inner_managment .right_managment img {
        margin-left: auto;
    }

    .expertise_managment .inner_managment .left_managment {
        margin-top: 60px;
    }

    .mega-menu-wrap ul.mega-menu .mega-menu-item-has-children>ul.mega-sub-menu li.mega-menu-row>ul.mega-sub-menu .mega-menu-column {
        padding: 20px 0 !important;
    }

    .mega-menu-wrap ul.mega-menu .mega-menu-item-has-children>ul.mega-sub-menu li.mega-menu-row>ul.mega-sub-menu .mega-menu-column:first-child>ul.mega-sub-menu>li.mega-menu-icon-title {
        margin-bottom: 0px !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        display: none;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        display: none;
    }

    .home_navbar #mega-menu-wrap-main-menu #mega-menu-main-menu.max-mega-menu>li.mega-menu-item>a.mega-menu-link,
    .bottom_footer_inner ul li a {

        width: fit-content;
    }
    body.menu-open .language_box.flex {
        display: none;
    }
    .logo {
        margin-right: auto;
    }
}

@media handheld,
only screen and (max-width: 880px) {
    .content-image-middle-quote .main-cover-box .left-content {
        max-width: calc(100% - 450px);
        padding-top: 0;
    }

    .content-image-middle-quote .main-cover-box .right-image {
        max-width: 330px;
    }

    .middle-wp-content+.company-coman .inner_managment .left_managment {
        padding-bottom: 70px;
    }

    .form_wrapper form .form-group {
        width: 100%;
    }

    .form_wrapper p {
        margin-bottom: 60px;
    }

    .form_wrapper {
        padding: 46px 30px;
    }
}

@media handheld,
only screen and (max-width: 767px) {
    .supply_chain_inner .supply_left {
        width: 100%;
    }
    .not_content {
        padding: 80px 0;
        padding-top: 180px;
    }
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .featured_box img {
        height:300px;
        object-fit: cover;
    }
    .disclaimer_pages .max-width-720 h2 {
        margin-bottom: 5px;
        margin-top: 20px;
    }
    .floating-quote blockquote p, .post-content-wrapper .post-details-inner blockquote p {
       
        font: 600 20px/30px 'Encode Sans', sans-serif;
    }
    .post-content-wrapper .post-details-inner h2 {
        margin-bottom: 5px;
        margin-top: 20px;
    }

    section.we_are_experts .inner_are_experts h2 {
        margin-bottom: 0;
    }

    section.featured_cases.archive-posts-all {
        padding: 50px 0;
    }

    section.featured_cases.archive-posts-all .view_all_btn {

        padding-top: 30px;
    }

    .content-image-middle-quote+section.supply_chain.image-content-section {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .middle-wp-content+section.content-image-middle-quote {
        padding: 50px 0;
    }

    .supply_chain_inner .supply_right h2 br {
        display: none;
    }

    section.managment_coman+section.leadership_team {
        margin-top: 50px;
    }

    .leadership_heading h4,
    .team_info_s h4 {

        font-size: 18px;
        line-height: 25px;
    }

    section.strategic_advice {
        padding: 50px 0;
    }

    section.strategic_advice .heading_ad {
        margin-bottom: 60px;
    }

    section.strategic_advice+section.nutshell {
        padding: 40px 0px;
    }

    section.nutshell+section.featured_cases {
        padding-top: 20px;
    }

    .optimisation_box .img_adv {
        margin-bottom: 12px;
    }

    section.content-image-middle-quote+section.add-quote-section {
        margin-top: 0;
    }

    .optimisation_box p {
        margin: 10px 0;
    }

    .optimisation_box h3 {
        margin-bottom: 10px;
    }

    /* .right__lb span:first-child {
        padding-right: 12px;
        font-size: 12px;
    } */

    .sing_up_box .tnp.tnp-subscription {
        margin-left: 0;
    }

    .optimisation_box .img_adv img {
        height: 50px;
        width: 50px;
        object-fit: contain;
    }

    h2 {
        font-size: 22px;
        line-height: 30px;
    }

    h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .supply_chain_inner .supply_right h2 {
        margin-bottom: 10px;
    }

    .supply_chain_inner .supply_right {
        max-width: 100%;
    }

    .advice_heading {
        text-align: center;
        padding-bottom: 45px;
    }

    .supply_chain_inner .supply_left img {
        margin: 0 auto;
    }

    .supply_chain_inner .supply_right {
        padding-left: 0;
        width: 100%;
        padding-top: 40px;
    }

    section.supply_chain {
        padding-bottom: 30px;
    }

    .supply_chain.image-content-section {
        padding: 60px 0;
    }

    .three_advice_opti {
        grid-template-columns: repeat(1, 2fr);
        row-gap: 50px;
    }

    .featured_cases_three_box {
        grid-template-columns: repeat(1, 2fr);
    }

    section.optimisation_advice {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    section.managment_coman {
        position: relative;
    }

    .inner_managment {
        padding-bottom: 30px;
    }

    .call_to_action_info p {
        font-size: 25px;
        line-height: 35px;
    }

    .footer_top_inner .footer_box {
        padding-right: 0;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #5e5e5f;
        padding-top: 20px;
    }

    .address_footer {
        padding-top: 0;
    }

    .footer_top_inner .footer_box:last-child {
        border-bottom: 0;
    }

    .bottom_footer {
        padding: 30px 0;
        border-top: 1px solid #5e5e5f;
    }

    .footer_top_inner {
        padding-top: 30px;
    }

    .inner_managment {
        padding: 50px 0;
    }

    section.featured_cases h2 {
        text-align: center;
        margin-bottom: 40px;
    }

    .call_to_action_info {
        padding: 40px 0;
    }

    .middle-wp-content {
        padding: 80px 0;
    }

    .middle-wp-content h2 {
        margin-bottom: 30px;
    }

    .content-image-middle-quote .main-cover-box {
        flex-direction: column;
    }

    .content-image-middle-quote .main-cover-box .left-content {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .content-image-middle-quote .main-cover-box .right-image {
        max-width: 445px;
        margin: 0 auto;
    }

    .content-image-middle-quote .main-cover-box .floating-quote {
        position: absolute;
        right: 0;
        left: 0;
        max-width: 100%;
    }

    .floating-quote blockquote h4,
    .post-content-wrapper .post-details-inner blockquote h4 {
        font-size: 18px;
    }


    .add-quote-section {
        padding: 80px 0;
        margin-top: 30px;
    }

    .references_inner .left_refer,
    .references_inner .right_refer {
        width: 100%;
    }

    .references_inner .left_refer {
        order: 2;
        padding-top: 40px;
        text-align: center;
    }

    .references_inner .right_refer {
        padding-left: 0;
        max-width: 400px;
        margin: 0 auto;
        order: 1;
    }

    .team_info_s h4 {
        font-size: 18px;
        line-height: 25px;
    }

    section.references {
        padding: 50px 0;
    }

    .references_inner .right_refer ul {
        column-gap: 50px;
        row-gap: 50px;
    }

    .leadership_heading {
        margin-bottom: 40px;
    }

    .leadership_team {
        padding: 50px 0;
    }

    section.main-banner.archive-banner .banner_info ul.filler-box {
        flex-direction: column;
    }

    section.main-banner.archive-banner .banner_info ul.filler-box li {
        margin: 0 0 20px 0;
    }

    section.middle-wp-content.general-page {
        padding-bottom: 30px;
    }

    .disclaimer_pages {
        padding: 50px 30px;
    }

    .contact_form {
        width: 100%;
        padding-right: 0;
    }

    .contact_side_bar {
        width: 100%;
        max-width: 100%;
    }

    .head_our_offices_wrapper .inner_our_offices {
        margin-bottom: 30px;
    }

    .head_our_offices_wrapper .heading_ad {
        margin-bottom: 20px;
    }

    .contact_form {
        width: 100%;
        padding-right: 0;
    }

    .contact_side_bar {
        width: 100%;
        text-align: center;
    }

    .contact_side_bar_info {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .form_wrapper p {
        margin-bottom: 60px;
    }

    .form_wrapper {
        padding: 40px 20px;
    }

    .contact_side_bar_info .side_bar_us {
        padding-right: 15px;
        text-align: center;
    }

    .contact_side_bar_info .side_bar_us:last-child {
        padding-right: 0;
    }

    section.contact_us {
        padding-bottom: 50px;
    }

    .vector_box {
        grid-template-columns: repeat(2, 2fr);
    }

    .vector_img {
        margin-bottom: 15px;
    }

    .vector_info p {
        margin-top: 10px;
    }

    .left_way_wrok {
        padding-right: 0;
        width: 100%;
        order: 2;
    }
    
    body.menu-open .language_box.flex {
        display: none;
    }

    .logo {
        margin-right: auto;
    }

    .right_way_work {
        width: 100%;
        padding-bottom: 30px;
        order: 1;
    }

    .right_way_work img {
        margin: 0 auto;
    }

    .unique_make_us h2 {
        margin-bottom: 30px;
    }

    section.way_of_working.grey-bg-section.thrive_way {
        padding: 50px 0;
    }

    section.information_flow {
        padding: 50px 0;
    }
}

@media handheld,
only screen and (max-width: 639px) {
    .bottom_footer .bottom_footer_inner {
        width: 100%;
    }
    .not_content {
        padding: 50px 0;
        padding-top: 150px;
    }
    section.featured_cases {

        padding-bottom: 50px;
        padding-top: 50px;
    }

    .call_to_action_info h2 {
        margin-bottom: 14px;
        font-size: 30px;
        line-height: 35px;
    }

    .call_to_action_info p {
        font-size: 18px;
        line-height: 28px;
    }

    section.main-banner {
        min-height: 600px;
        padding-top: 200px;
    }

    .optimisation_box .img_adv {
        margin-bottom: 10px;
    }

    .optimisation_box h3 {
        color: #404041;
    }

    .bottom_footer .bottom_footer_inner {
        text-align: center;
    }

    .bottom_footer {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .bottom_footer .bottom_footer_inner ul {
        padding-left: 0;
        justify-content: center;
    }

    .bottom_footer .bottom_footer_inner:last-child h6 {
        text-align: center;
    }

    .bottom_footer_inner ul li {
        list-style: none;
        padding-right: 20px;
    }

    .bottom_footer .bottom_footer_inner {
        width: 100%;
        padding-bottom: 10px;
    }

    .bottom_footer .bottom_footer_inner:last-child {
        padding-bottom: 0;
    }

    h2 {
        font-size: 22px;
        line-height: 30px;
    }

    h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .content-image-middle-quote .main-cover-box {
        padding-bottom: 100px;
    }
}

@media handheld,
only screen and (max-width: 550px) {
    .home_navbar {
        top: 126px;
    }
    .floating-quote blockquote p, .post-content-wrapper .post-details-inner blockquote p {
       
        font: 600 18px/28px 'Encode Sans', sans-serif;
    }
    section.main-banner+section.supply_chain {
        padding-bottom: 20px;
        padding-top: 30px;
    }

    section.optimisation_advice+section.managment_coman .inner_managment {
        padding-top: 30px;
    }

    section.supply_chain+section.optimisation_advice {

        padding-top: 30px;
    }

    .three_advice_opti {
        row-gap: 30px;
    }

    section.optimisation_advice {
        padding: 50px 0;
    }

    .three_advice_opti {
        row-gap: 50px;
    }

    .optimisation_box h3 {
        margin-bottom: 10px;
    }

    .optimisation_box p {
        margin-top: 10px;
    }

    .info_managment h4 {
        color: #8bc53f;
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    .inner_managment {
        padding-bottom: 30px;
    }

    section.featured_cases h2 {
        text-align: center;
    }

    h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .banner_info {
        padding-top: 10px;
    }

    .top_header p,
    .top_header a {
        color: #fff;
        font-weight: 500;
        font-size: 13px;
        line-height: 19px;
    }

    .logo a img {
        max-width: 150px;
    }

    .logo {
        width: 138px;
    }

    .language_box.flex {
        margin-right: 0;
        margin-left: 0;
    }

    .left__lb {
        padding-right: 1px;
    }

    .btn2 .icon {
        /* top: 28px; */
    }

    .btn2 {
        position: absolute;
    }

    .language_box.flex {
        /* display: none; */
        margin-left: auto;
        margin-right: 20px;
    }

    .content-image-middle-quote .main-cover-box {
        padding-bottom: 170px;
    }

    .floating-quote blockquote {
        padding: 25px;
    }

    .add-quote-section {
        padding: 60px 0;
        margin-top: 10px;
    }

    .leadership_member {
        grid-template-columns: repeat(1, 2fr);
        row-gap: 40px;
    }

    .middle-wp-content {
        padding: 40px 0;
    }

    .middle-wp-content+.company-coman .inner_managment .left_managment {
        padding-bottom: 50px;
    }

    .disclaimer_pages {
        padding: 30px 20px;
    }

    .contact_side_bar_info {
        flex-direction: column;
    }

    .side_bar_us {
        width: 100%;
        padding-right: 0;
    }

    .side_bar_us {
        margin-top: 30px;
    }

    .form_wrapper {
        padding: 40px 20px 20px 20px;
    }

    .head_our_offices_wrapper .vector_box {
        row-gap: 20px;
    }

    .address_contact {
        margin-top: 10px;
    }

    .address_info p {
        margin-top: 5px;
    }

    .head_our_offices_wrapper {
        padding: 30px 20px;
    }

    .vector_box {
        grid-template-columns: repeat(1, 2fr);
        row-gap: 40px;
    }

    section.way_of_working {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    section.main-banner.post-detail-banner {
        padding-top: 160px;
    }

    .post-content-wrapper .post-details-inner {
        max-width: 100%;
        padding: 40px 0 0;
    }

    .post-detail-banner+.post-content-wrapper {
        margin-top: -20vw;
    }

    section.main-banner.post-detail-banner .banner-image {
        /* background-image: none !important; */
        /* height: auto; */
        height: 30vh;
    }

    section.main-banner.post-detail-banner .banner-image img {
        /* display: block; */
    }

    .post-content-wrapper .post-details-inner span.post-date {
        margin-bottom: 30px;
    }
}

@media handheld,
only screen and (max-width: 479px) {}

@media handheld,
only screen and (max-width: 340px) {
    .language_box.flex {
        margin-right: 15px;
    }
}