/* mobile style*/
@media only screen and (max-width: 768px) {
    .bk-tab ul, .bk-tab.tab-category ul {
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        white-space: nowrap !important;
        display: inline-block;
        overflow-x: scroll !important;
        width: 100% !important;
    }

    .bk-tab ul::-webkit-scrollbar, .bk-tab.tab-category ul::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .bk-tab ul::-webkit-scrollbar-thumb, .bk-tab.tab-category ul::-webkit-scrollbar {
        background-color: #aaa;
    }

    .bk-tab ul::-webkit-scrollbar-track, .bk-tab.tab-category ul::-webkit-scrollbar {
        background-color: #f1f1f1;
    }

    .bk-tab ul li a {
        text-align: center !important;
        display: block;
    }

    .bk-tab ul li {
        width: auto !important;
        margin: 0px !important;
    }


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

    .brRight {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    }

    .project-gallery .gallery-land {
        height: 250px;
    }

    .product-info.summary.col-fit.col.entry-summary.product-summary {
        position: unset !important;
        height: auto !important;
        top: 0px !important;
    }

    .home-title h3 {
        font-size: 20px;
    }

    .project-item .project-thumbnail, .post-item .post-thumbnail {
        height: 220px;
    }

    .pageBanner {
        min-height: 220px;
    }


    div#sync1 img {
        height: 220px !important;
        object-fit: contain;
    }

    div#sync2 img {
        height: 150px !important;
    }

    .product-item .product-thumbnail {
        height: 220px !important;
    }

    .owl-nav button.owl-next {
        right: 15px !important;
    }

    .owl-nav button.owl-prev {
        left: 15px !important;
    }

    .mr0 {
        margin: 0px !important;
    }

    .bk-tab.tab-category ul li {
        width: auto !important;
        display: inherit;
    }

    .mfp-content div#main-menu ul li a img {
        display: none !important;
    }

    .mfp-content div#main-menu ul li {
        border-color: rgba(255, 255, 255, 0.1) !important;
    }

    .mfp-content div#main-menu ul li a {
        font-size: 13px !important;
        color: #fff !important;
        padding: 10px !important;
    }

    .mfp-content, div#main-menu, .sidebar-menu.no-scrollbar {
        background: var(--primary-color) !important;
    }

    .footer-social {
        text-align: left;
        margin: 20px 0 0 0;
    }

    .footer-social a {
        margin: 0 10px 0 0 !important;
    }

    i.icon-menu {
        color: #fff !important;
    }

    .header-single h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .col-slick {
        height: unset !important;
        position: unset !important;
        top: 0 !important;
    }

    .project-gallery .gallery-land {
        height: 250px;
    }

    .project-item .project-thumbnail, .post-item .post-thumbnail {
        height: 220px;
    }

    .brRight {
        border-right: 0;
    }

    .about-content ul {
        display: flex;
    }

    .about-content ul {
        display: block !important;
    }

    .about-content ul li {
        width: 100% !important;
    }

    .service-item .service-label {
        display: none !important;
    }

    .pd100 .col-inner {
        padding: 15px !important;
    }

    .bg-contact .bg.section-bg.fill.bg-fill.bg-loaded {
        background-size: 50% !important;
    }

    .bg-review .bg.section-bg.fill.bg-fill.bg-loaded {
        background-size: 50% !important;
    }

    .home-title2 p {
        font-size: 16px;
        line-height: 25px;
    }

    .home-title2 h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 5px 0 0 0;
    }

    input#s {
        background: #fff !important;
    }

    .service-item {
        padding: 20px;
    }

    .service-item .service-content {
        font-size: 14px;
    }

    .process-item {
        margin: 0 auto 20px !important;
    }

    .bg-process:after {
        display: none !important;
    }

    .home-title h3, .home-title h1, h1.product-title.product_title.entry-title {
        font-size: 20px;
    }

    .mfp-content div#main-menu ul li button.toggle {
        color: #fff !important;
        opacity: 1;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


}

/**desktop**/
@media only screen and (min-width: 1440px) {
    .full-width .ubermenu-nav, .container, .row {
        max-width: 1270px !important;
    }
}