/* mobile style*/
@media only screen and (max-width: 768px) {
    .home-title h3 {
        font-size: 35px;
        line-height: 45px;
    }

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

    form.searchform.big button.search-button {
        display: block;
        margin: 0 !important;
        padding: 0 20px !important;
        width: 142px;
    }

    button.alt {
        width: 56px !important;
        padding: 0;
    }

    .transpi__delivery-wrapper .process_shape {
        display: none;
    }

    .abouts .abouts-content {
        margin-top: 20px;
        font-size: 16px;
        line-height: 28px;
    }

    .abouts .abouts-list ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .abouts .about-grid {
        gap: 0px;
        grid-template-columns: 1fr;
    }

    .service__item .service__content h4 {
        font-size: 22px;
        line-height: 28px;
        height: unset;
    }

    .transpi__delivery .transpi__delivery-item {
        margin: 0px;
    }

    .transpi__delivery-item .delivery__content h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .about__list-content {
        background: var(--primary-color);
        padding: 25px;
        width: 100%;
        border-radius: 15px;
        margin-top: 20px;
        margin-left: 0;
        display: inline-block;
        position: relative;
    }

    .about__list-content:after {
        display: none;
    }

    .about__list-content ul {
        grid-template-columns: 1fr;
    }

    .about__list-content ul li, .transpi__list-item.style-2 li {
        font-size: 16px;
        line-height: 24px;
    }

    .form-register {
        padding: 20px !important;
        border-radius: 15px !important;
        background-size: cover !important;
        background-position: center !important;
        mask-image: unset;
    }

    .form-register .row {
        width: unset !important;
        max-width: unset !important;
    }

    .project__item-contetn {
        padding: 50px 30px !important;
    }

    .project__item-box {
        border-right: 0 !important;
        border-bottom: 2px solid #d9d9d959 !important;
    }

    .project__item-box .project__item-contetn h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .project__item-box .project__item-contetn .count {
        width: 50px;
        height: 50px;
        top: 25px;
        right: 25px;
        line-height: 50px;
        font-size: 24px;
    }

    .post-item .post-content .post-title a {
        font-size: 20px;
        line-height: 28px;
        height: unset;
    }

    .category-entry {
        margin: 40px 0;
    }

    .bg_white,.widget {
        padding: 15px;
    }
}

/* 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) {
    .container, .container-width, .full-width .ubermenu-nav, .row {
        max-width: 1320px !important;
        width: 1320px !important;
    }
}