h2 {
    font-size: 30px;
    margin: 0 0 5px 0;
}

/*.btn_mnu {
  top: -25px !important;
}*/
.flex-caption h2 {
    margin-bottom: 5px;
}

    .flex-caption h2 a {
        line-height: 1;
    }

.flex-caption h3 a {
    line-height: 1.4;
}

#footer_wrapper .quarter_columns ul li a {
    line-height: 1.6;
}

.innerpage_banner_heading2 {
    width: 100% !important;
    max-width: 420px;
}

    .innerpage_banner_heading2 span {
        text-align: left !important;
        /*	padding: 0 5px 0 40px !important; */
        padding-left: 40px !important;
    }

.project_gallery_holder.slide .product_details_right_panel {
    float: none;
    margin: 0 auto;
    width: auto !important;
}

#main_menu.desktop_menu li ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.desktop_menu .special_submenu li h3 {
    line-height: 1.6 !important;
}

#main_menu > li > a {
    text-transform: uppercase;
}

.menuProductsDetails .product-boxes img {
    margin-bottom: 10px;
}


.advantages-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advantages_item {
    width: 33% !important;
}

.how-we-work_text {
    max-width: 200px;
    margin: 0 auto 35px;
}

.advantages_item_title a {
    line-height: 1;
}

.offices-list td {
    font-size: 14px;
}

.arrow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .arrow-list > span {
        color: #090a0f !important;
    }

    .arrow-list img {
        margin-top: 5px;
        margin-right: 3px;
    }

.text-blue {
    color: #0099cc !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.col50 {
    width: 49%;
}

.boxes-expertise {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

    .boxes-expertise .box {
        width: 27%;
        margin: 3% 3% 60px;
    }

.read_more {
    line-height: 1.4;
}

/* --------------- STUFFS --------------- */
.stuffs {
    background: #f1f1f1;
    padding: 30px 0;
    margin-bottom: 40px;
    clear: both;
}

    .stuffs .columns {
        width: 100%;
    }

.stuff-item {
    width: 25%;
    text-align: center;
    padding: 0 15px;
}

    .stuff-item:before {
        width: 74px;
        height: 53px;
        content: '';
        background-size: contain !important;
        display: block;
        margin: 0 auto 10px;
    }

.stuff-fit-needs:before {
    background: url(../_Images/LandingPage/icon-circle.png) 50% 50% no-repeat;
}

.stuff-canada:before {
    background: url(../_Images/LandingPage/icon-canada.png) 50% 50% no-repeat;
}

.stuff-offices:before {
    background: url(../_Images/LandingPage/icon-american-flag.png) 50% 50% no-repeat;
}

.stuff-installation:before {
    background: url(../_Images/LandingPage/icon-tools.png) 50% 50% no-repeat;
}

.stuff-service-warranty:before {
    background: url(../_Images/LandingPage/icon-bell.png) 50% 50% no-repeat;
}

.stuff-item p {
    margin: 0;
    font-weight: 300;
}

/* --------------- OUR PROCESS --------------- */
.our-process {
    margin-bottom: 60px;
}

    .our-process h2 {
        font-size: 30px;
        margin: 0 0 15px 0;
    }

.our-process_text {
    width: 50%;
    padding-right: 30px;
}

.our-process_slider {
    padding-left: 30px;
    width: 50%;
    flex-shrink: 0;
}

.our-process .text-highlighter {
    color: #0085c3;
    font-size: 18px;
}

/* --------------- STEPS --------------- */
.steps {
    margin-bottom: 30px;
}

    .steps h2 {
        font-size: 30px;
        margin: 0 0 5px 0;
    }

.step-item {
    width: 20%;
    text-align: center;
    padding: 0 5px;
}

.step-image {
    width: 158px;
    height: 131px;
    margin: 0 auto;
}

.title-node {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}

.steps-list {
    position: relative;
    padding-bottom: 60px;
    border-bottom: solid 1px #404040;
}

    .steps-list:before {
        content: '';
        width: 100%;
        height: 1px;
        background: #0085c3;
        position: absolute;
        top: 163px;
        z-index: -1;
    }

.step-num {
    margin: 15px auto;
    color: #0085c3;
    font-size: 18px;
    font-weight: 600;
    width: 34px;
    height: 34px;
    line-height: 1;
    border: solid 3px #0085c3;
    background: #fff;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.step-details h3 {
    margin: 0 0 7px;
    font-weight: 600;
    font-size: 14px;
}

.step-details p {
    font-size: 11px;
}

.steps-list-wrap {
    position: relative;
}

.swiper-pagination-steps {
    text-align: center;
}

.steps-list-wrap .swiper-pagination-steps {
    display: none;
}

.steps-list-wrap.swiper-container-steps .swiper-pagination-steps {
    display: block;
}

.step-item.swiper-slide {
    margin-bottom: 0;
}

.swiper-pagination-steps-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

/* --------------- Possibilities --------------- */
.possibilities {
    margin-bottom: 40px;
}

    .possibilities h2 {
        font-size: 30px;
        margin: 0 0 5px 0;
    }

.possibilities-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.possibilities-item {
    width: 24.4%;
    position: relative;
    margin-bottom: 13px;
}

    .possibilities-item img {
        display: block;
        max-width: 100%;
    }

.possibilities-title {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    padding: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto';
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.app-gall-container {
    width: 790px !important;
    display: flex;
}

    .app-gall-container .app-img {
        flex-shrink: 0;
    }

    .app-gall-container .right-content {
        width: auto !important;
    }

        .app-gall-container .right-content .paragraph {
            width: auto !important;
        }


        .app-gall-container .right-content .button {
            background: #0085c3 !important;
            padding: 17px 13px;
            height: auto !important;
            width: auto !important;
            line-height: 1 !important;
        }

            .app-gall-container .right-content .button:hover {
                background: #65646a !important;
            }

        .app-gall-container .right-content .form {
            float: none !important;
        }

.login {
    padding: 14px 13px;
    font-size: 12px;
    height: auto !important;
    width: auto !important;
    line-height: 1 !important;
}

.app-gall-container .right-content .user-button {
    width: 220px !important;
}

    .app-gall-container .right-content .user-button p {
        margin: 0;
    }

    .app-gall-container .right-content .user-button a {
        width: auto !important;
        float: none !important;
    }

#msg {
    background: url(../img/Black-Envelope.png) no-repeat 100% 50% !important;
    padding-right: 17px;
    line-height: 1.2;
}

/* --------------- Reviews --------------- */
.reviews {
    width: 100%;
    padding-top: 45px;
}

    .reviews h2 {
        text-align: center;
        position: relative;
        margin-bottom: 50px;
        font-size: 30px;
    }

        .reviews h2 span {
            background: #fff;
            padding: 0 20px;
            display: inline-block;
        }

        .reviews h2:after {
            content: '';
            width: 100%;
            height: 1px;
            background: #404040;
            position: absolute;
            top: 50%;
            left: 0;
            z-index: -1;
        }

.reviews-logos {
    width: 30%;
    padding: 0 40px;
}

    .reviews-logos img {
        display: block;
        margin: 0 auto 40px;
    }

.reviews-stories {
    width: 70%;
    padding: 0 40px;
}

.reviews-in-row {
    width: 100%;
}

    .reviews-in-row .reviews h2 {
        margin-bottom: 30px;
    }

    .reviews-in-row .logos-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0;
    }

    .reviews-in-row .reviews-logos img {
        margin: 0;
    }


#footer_wrapper h2 {
    margin-top: 0;
}

.copyright ul li:first-of-type {
    border: none !important;
}

.profit-section.book-ideas-section {
    margin-top: 200px !important;
}


.profit-item:nth-of-type(even) {
    width: 50%;
    max-width: 50%;
}

.explore-products {
    max-width: 1100px;
    padding: 0 30px;
}

    .explore-products .product-boxes {
        justify-content: center !important;
    }

        .explore-products .product-boxes .box {
            margin: 20px 30px 30px !important;
        }

.slide-item_center .center-top {
    height: 55%;
    border-bottom: 8px solid #fff;
}

.slide-item_center .center-bottom {
    height: 45%;
}

.homeSlider .slide-item .slide-item_center {
    background: transparent;
    position: relative;
}

.slide-mezzanines .center-top {
    background: url(../img/mainslider/french/mezzanines/mezzanines-center-top.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slide-mezzanines .center-bottom {
    background: url(../img/mainslider/french/mezzanines/mezzanines-center-bottom.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slide-mezzanines .right-top {
    background: url(../img/mainslider/french/mezzanines/mezzanines-right-top.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slide-guardrail .center-top {
    background: url(../img/mainslider/french/guardrail/guardrail-center-top.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slide-guardrail .center-bottom {
    background: url(../img/mainslider/french/guardrail/guardrail-center-bottom.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slide-guardrail .left-top {
    background: url(../img/mainslider/guardrail/guardrail-left-bottom.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 40%;
}

.slide-guardrail .left-bottom {
    background: url(../img/mainslider/french/guardrail/guardrail-left-bottom.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 60%;
}

.slide-partition .center-top {
    background: url(../img/mainslider/french/partition/partition-center-top.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slide-partition .center-bottom {
    background: url(../img/mainslider/french/partition/partition-center-bottom.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slide-partition .left-top {
    background: url(../img/mainslider/french/partition/partition-left-top.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 40%;
    border-bottom: 8px solid #fff;
}

.slide-partition .left-bottom {
    background: url(../img/mainslider/french/partition/partition-left-bottom.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 60%;
}

.slide-partition .right-top {
    background: url(../img/mainslider/partition/partition-right-bottom.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 40%;
}

.slide-partition .right-bottom {
    background: url(../img/mainslider/partition/partition-right-top.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 60%;
}

.slide-rackprotection .center-top {
    background: url(../img/mainslider/french/rackprotection/rackprotection-center-top.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slide-rackprotection .center-bottom {
    background: url(../img/mainslider/rackprotection/rackprotection-left-bottom.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slide-rackprotection .left-top {
    background: url(../img/mainslider/french/rackprotection/rackprotection-right-top.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 40%;
}

.slide-rackprotection .left-bottom {
    background: url(../img/mainslider/rackprotection/rackprotection-left-top.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 60%;
}

.slide-lockers .center-top {
    background: url(../img/mainslider/french/lockers/lockers-center-top.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slide-lockers .center-bottom {
    background: url(../img/mainslider/lockers/lockers-right-top.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slide-lockers .right-top {
    background: url(../img/mainslider/french/lockers/lockers-right-top.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slide-racking .center-top {
    background: url(../img/mainslider/french/racking/racking-center-top.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slide-racking .center-bottom {
    background: url(../img/mainslider/french/racking/racking-center-bottom.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slide-racking .left-top {
    background: url(../img/mainslider/racking/racking-right-bottom.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 40%;
    border-bottom: 8px solid #fff;
}

.slide-racking .left-bottom {
    background: url(../img/mainslider/french/racking/racking-left-bottom.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 60%;
}

.slide-racking .right-bottom {
    height: 40%;
}

.slide-racking .right-bottom {
    background: url(../img/mainslider/french/racking/racking-right-bottom.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 60%;
}



.slide-mezzanines {
    background: url(../img/homeslider/french/website-homepage-hero-mezzanines-desktop_fr.png) no-repeat 50% 50%;
    background-size: cover;
    width: 100%;
}

.slide-guardrail {
    background: url(../img/homeslider/french/website-homepage-hero-guardrail-desktop_fr.png) no-repeat 50% 50%;
    background-size: cover;
    width: 100%;
}

.slide-partition {
    background: url(../img/homeslider/french/website-homepage-hero-partition-desktop_fr.png) no-repeat 50% 50%;
    background-size: cover;
    width: 100%;
}

.slide-rackprotection {
    background: url(../img/homeslider/french/website-homepage-hero-rackprotection-desktop_fr.png) no-repeat 50% 50%;
    background-size: cover;
    width: 100%;
}

.slide-lockers {
    background: url(../img/homeslider/french/website-homepage-hero-lockers-desktop_fr.png) no-repeat 50% 50%;
    background-size: cover;
    width: 100%;
}

.slide-racking {
    background: url(../img/homeslider/french/website-homepage-hero-racking-desktop_fr.png) no-repeat 50% 50%;
    background-size: cover;
    width: 100%;
}



/* Homepage - Categories */
.explore-products {
    display: block;
}

.categories-home_mobile {
    display: none;
}


@media screen and (min-width: 768px) {
    .slide-guardrail .home-slider-video,
    .slide-lockers .home-slider-video {
        margin-left: 21vw;
        bottom: 16vw;
        width: 19vw;
        height: 12vw;
    }
}

@media (max-width: 1200px) {
    section h2 {
        font-size: 30px;
    }

    .title-node {
        font-size: 18px;
    }

    .our-process_text {
        width: 50%;
    }

    .possibilities-item {
        width: 32.5%;
        position: relative;
        margin-bottom: 13px;
    }

    .reviews {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reviews-logos,
    .reviews-stories {
        width: 100%;
    }

    .logos-list {
        margin-bottom: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .reviews-logos img {
        display: inline-block;
        margin: 0 10px 10px;
    }

    .success-stories {
        padding: 0;
        margin: 0 0 50px;
    }

    .steps-list {
        padding-bottom: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .steps-list:before {
            display: none;
        }

    .step-item {
        width: 30%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 979px) {
    .advantages-section {
        border: none !important;
    }

    .advantages_item {
        border-bottom: none !important;
    }

        .advantages_item:nth-of-type(2) {
            border-right: 1px solid #000 !important;
        }

    .app-gall-container {
        width: auto !important;
    }

        .app-gall-container .app-img {
            width: 200px !important;
        }

        .app-gall-container .right-content {
            width: auto !important;
        }

            .app-gall-container .right-content .user-button {
                width: 50% !important;
            }

            .app-gall-container .right-content .button {
                padding: 10px;
            }
}

@media (max-width: 992px) {
    .logo-block {
        width: 350px;
    }

    .phone-label {
        font-size: 20px;
    }

    .phone-num {
        font-size: 24px;
    }

    .stuff-item p {
        /*  font-size: 16px;*/
    }

    .stuff-item:before {
        width: 50px;
        height: 40px;
    }

    .our-process .columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .our-process_text {
        order: 1;
        text-align: center;
    }

    .our-process_text,
    .our-process_slider {
        width: 100%;
        padding: 0;
    }

    .our-process_slider {
        margin-bottom: 20px;
    }

        .our-process_slider .swiper-slide {
            text-align: center;
        }

    .step-item {
        width: 50%;
        margin-bottom: 30px;
    }

    .possibilities-item {
        width: 49%;
        position: relative;
        margin-bottom: 13px;
    }
}

@media (max-width: 768px) {
    .top-menu {
        padding-right: 40px;
    }

    .col50 {
        margin: 2% 0;
        width: 94%;
    }

    .possibilities-title {
        display: none;
    }

    .success-stories {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .success-story {
        margin-bottom: 30px;
    }

        .success-story:last-of-type {
            margin-bottom: 0;
        }

    .copyright {
        padding: 20px 0;
        text-align: center;
    }

        .copyright .columns {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .copyright p:first-of-type {
            margin-bottom: 10px;
        }

    /*  .homeSlider .slide-item_left,
  .homeSlider .slide-item_right {
    display: none;
  }
  .homeSlider .slide-item_center {
    height: auto;
  }
  .homeSlider .slide-item_center .center-top {
    height: 500px;
  }
  .slide-item_center .center-bottom {
    height: 400px;
  }*/
    .homeSlider .slide-item {
        min-height: 170vw;
    }

    .slide-mezzanines {
        background: url(../img/homeslider/french/website-homepage-hero-mezzanines-tablet_fr.png) no-repeat 50% 50%;
        background-size: cover;
        width: 100%;
    }

    .slide-guardrail {
        background: url(../img/homeslider/french/website-homepage-hero-guadrail-tablet_fr.png) no-repeat 50% 50%;
        background-size: cover;
        width: 100%;
    }

    .slide-partition {
        background: url(../img/homeslider/french/website-homepage-hero-partition-tablet_fr.png) no-repeat 50% 50%;
        background-size: cover;
        width: 100%;
    }

    .slide-rackprotection {
        background: url(../img/homeslider/french/website-homepage-hero-rackprotection-tablet_fr.png) no-repeat 50% 50%;
        background-size: cover;
        width: 100%;
    }

    .slide-lockers {
        background: url(../img/homeslider/french/website-homepage-hero-lockers-tablet_fr.png) no-repeat 50% 50%;
        background-size: cover;
        width: 100%;
    }

    .slide-racking {
        background: url(../img/homeslider/french/website-homepage-hero-racking-tablet_fr.png) no-repeat 50% 50%;
        background-size: cover;
        width: 100%;
    }

    .home-slider-video {
        margin-left: -25vw;
        top: 55vw;
        width: 50vw;
        height: 30vw;
    }

    .advantages_item {
        width: 50% !important;
    }

        .advantages_item:nth-of-type(2) {
            border-right: none !important;
        }

    .explore-products {
        margin-top: 0 !important;
    }

        .explore-products h2 {
            margin: 20px 0 10px;
            font-size: 36px;
            line-height: 1.2;
        }
}

@media (max-width: 600px) {
    .page-header {
        padding-top: 30px;
        padding-bottom: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .logo-block {
        width: auto;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .banner {
        background-size: cover;
        background-position: 50% 50%;
        height: auto;
        min-height: 250px;
    }

        .banner.form-in-banner {
            min-height: 1px;
            background-size: contain;
            background-position: 50% 0;
        }

        .banner .columns {
            display: block;
            padding-top: 35%;
        }

    .form {
        float: none;
        width: auto;
        margin: 0 -15px;
    }

    .form_body,
    .form_header {
        padding-left: 45px;
        padding-right: 45px;
    }

    .stuffs {
        padding-bottom: 0;
    }

        .stuffs .columns {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .stuff-item {
        width: 50%;
        margin-bottom: 60px;
    }

    .cta h3 {
        padding: 0;
    }

        .cta h3:before,
        .cta h3:after {
            display: none;
        }

    .cta p {
        font-size: 18px
    }

    .cta h3 {
        font-size: 24px;
        line-height: 1.2;
    }

    .cta a {
        font-size: 14px
    }

    .copyright p {
        font-size: 14px
    }

    .advantages_item {
        width: 100% !important;
        padding: 25px 10px !important;
    }
    /*  .advantages-section {
  border-top:solid 1px #000 !important;
  }
  .advantages_item:nth-of-type(1),
  .advantages_item:nth-of-type(2) {
    border-bottom:1px solid #000 !important;    
  }
  .advantages_item:nth-of-type(2) {
    border-right:none !important;
  }*/

    .steps .main {
        overflow: hidden;
    }

    .homeSlider .slide-item_center .center-top {
        height: 450px;
    }

    .slide-item_center .center-bottom {
        height: 350px;
    }
}

@media (max-width: 480px) {

    .home-banner_mobile {
        display: block;
    }

    /* Homepage - Categories */
    .explore-products {
        display: none;
    }

    .categories-home_mobile {
        display: block;
        margin: 0px 15px 0;
    }

        .categories-home_mobile h2 {
            text-align: center;
            margin: 0 0 40px;
            font-size: 30px;
        }

    .categories-home_wrap {
    }

    .categories-home_item {
        margin-bottom: 15px;
    }

    .cat-home-item {
        display: block;
        width: 380px;
        height: 477px;
        max-width: 100%;
    }

    .cat-mezzanines {
        background: url(../img/home-cat-fr/mobile-2024-mezzanines_fr.jpg) no-repeat 50% 100%;
        background-size: cover;
    }

    .cat-guardrails {
        background: url(../img/home-cat-fr/mobile-2024-guardrails_fr.jpg) no-repeat 50% 100%;
        background-size: cover;
    }

    .cat-rackprotection {
        background: url(../img/home-cat-fr/mobile-2024-rackprotection_fr.jpg) no-repeat 50% 100%;
        background-size: cover;
    }

    .cat-cantilever-racking {
        background: url(../img/home-cat-fr/mobile-2024-cantileverracking_fr.jpg) no-repeat 50% 100%;
        background-size: cover;
    }

    .cat-partitions {
        background: url(../img/home-cat-fr/mobile-2024-partitions_fr.jpg) no-repeat 50% 100%;
        background-size: cover;
    }

    .cat-lockers {
        background: url(../img/home-cat-fr/mobile-2024-lockers_fr.jpg) no-repeat 50% 100%;
        background-size: cover;
    }

    .cat-quickship {
        background: url(../img/home-cat-fr/mobile-2024-quickship_fr.jpg) no-repeat 50% 100%;
        background-size: cover;
    }

    .cat-thinikit {
        background: url(../img/home-cat-fr/mobile-2024-thinkit_fr.jpg) no-repeat 50% 100%;
        background-size: cover;
    }


    .stuffs {
        margin-bottom: 15px;
    }

        .stuffs .columns {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .stuff-item {
        width: 100%;
        margin-bottom: 60px;
        padding: 0 50px;
    }

        .stuff-item:before {
            margin-bottom: 15px;
        }

    .our-process {
        margin-bottom: 40px;
    }

        .our-process .text-highlighter {
            font-size: 18px;
        }

    .logos-list {
        padding-bottom: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .logos-list img {
            margin-bottom: 30px;
            max-width: 30%;
        }

            .logos-list img:last-of-type {
                margin-bottom: 0px;
            }

    .steps-list {
        margin: 0 -15px;
        width: auto;
    }

    .step-item {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .step-image {
        width: 178px;
        border-radius: 100px;
    }

    .step-num {
        margin-top: -20px;
    }

    .steps-list .swiper-pagination {
        bottom: 30px !important;
    }

    .reviews-logos, .reviews-stories {
        padding: 0 15px;
    }

    .boxes-expertise .box {
        width: 100%;
        margin: 3% 0 60px;
    }

    .otherpage_banner, .innerpage_banner {
        margin-bottom: 0px !important;
    }

    .homeSlider .slide-item_left,
    .homeSlider .slide-item_right {
        display: none;
    }

    .homeSlider .slide-item_center {
        height: auto;
    }

        .homeSlider .slide-item_center .center-top {
            height: 330px;
        }

    .slide-item_center .center-bottom {
        height: 370px;
    }

    .explore-products {
        margin-top: 30px !important;
    }

        .explore-products .product-boxes .box {
            margin: 0px 30px 10px !important;
        }

        .explore-products .product-boxes {
            margin-bottom: 0px !important;
        }

    .advantages-section {
        border: none !important;
        margin-top: 0 !important;
        margin-bottom: 120px !important;
    }

    .advantages_item:nth-of-type(1), .advantages_item:nth-of-type(2) {
        border-bottom: none !important;
    }

    .profit-section.book-ideas-section {
        margin-top: 120px !important;
    }

    .homeSlider .slide-btn {
        display: none;
    }

    .slide-mezzanines {
        background: url(../img/homeslider/french/website-homepage-hero-mezzanines-mobile_fr.png) no-repeat 50% 50%;
        background-size: cover;
        width: 100%;
    }

    .slide-guardrail {
        background: url(../img/homeslider/french/website-homepage-hero-guardrail-mobile_fr.png) no-repeat 50% 50%;
        background-size: cover;
        width: 100%;
    }

    .slide-partition {
        background: url(../img/homeslider/french/website-homepage-hero-partition-mobile_fr.png) no-repeat 50% 50%;
        background-size: cover;
        width: 100%;
    }

    .slide-rackprotection {
        background: url(../img/homeslider/french/website-homepage-hero-rackprotection-mobile_fr.png) no-repeat 50% 50%;
        background-size: cover;
        width: 100%;
    }

    .slide-lockers {
        background: url(../img/homeslider/french/website-homepage-hero-lockers-mobile_fr.png) no-repeat 50% 50%;
        background-size: cover;
        width: 100%;
    }

    .slide-racking {
        background: url(../img/homeslider/french/website-homepage-hero-racking-mobile_fr.png) no-repeat 50% 50%;
        background-size: cover;
        width: 100%;
    }
}
