@media only screen and (max-width: 768px) {
    #desktop {
        display: none;
    }

    #mobile {
        display: block;
    }

    article.bk-company .company-nb-item {
        margin-bottom: 10px;
    }

    .company-number .row .col.medium-3:nth-child(2n) .company-nb-item {
        border: 0px !important;
    }

    article.bk-company .company-body {
        margin-top: 160px;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    .project-item .project-content {
        bottom: 0px !important;
    }

    li.nav-icon.has-icon a {
        color: #fff;
    }

    .project-item.category-item {
        margin-bottom: 15px;
    }

    .project-item.category-item .project-thumbnail, .project-item .project-thumbnail, #project-related .project-thumbnail, .cat-2 .project-thumbnail {
        height: 200px;
    }

    .project-item.category-item .project-overlay {
        display: none !important;
    }

    .about-list-group ul li {
        width: calc(100% / 2) !important;
    }

    section#project-gallery .project-gl-item {
        width: 100%;
        height: 250px;
    }

    .about-video {
        width: 100%;
        height: 300px !important;
    }

    .about-video.video-service {
        width: 100%;
        height: 300px;
        margin-top: 30px;
    }

    .post-content {
        width: 100%;
        padding: 10px 0;
    }

    .category-form {
        width: 100%;
        margin: auto;
    }

    .category-form span.wpcf7-form-control-wrap.email {
        width: 100%;
        margin-bottom: 10px;
    }

    .category-form input.wpcf7-form-control.wpcf7-submit.btnCategory {
        width: 30%;
        margin-left: 0px !important;
    }

    .category-form button.wpcf7-submit.btnReset {
        width: 30% !important;
    }

    .pll-parent-menu-item a {
        height: unset !important;
        min-height: unset !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    article.bk-company .company-number{
        left:0px;
        width: 100%;
    }
}


@media only screen and (min-width: 1440px) {
    .container-width, .full-width .ubermenu-nav, .container {
        max-width: 90% !important;
    }
    .container{
        max-width: 90% !important;
    }
    .container .row {
        max-width: 100% !important;
    }
}