@media (max-width: 1024px) {
    /* section-about-index */
    .section-about-index {
        padding: 100px 25px 100px 25px;
    }

    /*section-news*/
    .section-news-box {
        grid-template-columns: repeat(1,1fr);
    }

    /* section-contact */
    .section-contact .contact-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 991px) {
    /*section-team*/
    .section-team {
        background: #f8f4f3;
    }

    .section-team .tit .navs span {
        background: #fff;
    }

    .section-team .team-container {
        width: 100%;
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .section-padding {
        padding: 30px 0;
    }
    /*header*/
    .header-box {
        padding: 15px 10px;
    }

    .header-box .container {
        padding-left: 0;
        padding-right: 0;
    }

    .header-logo img {
        height: 100%;
        display: block;
        max-height: 52px;
        object-fit: contain;
    }

    .header-bar {
        margin-left: auto;
    }

    .header-bar .header-bar-icon {
        padding: 5px;
    }

    .header-bar .header-bar-icon i {
        color: #B19777;
        font-size: 22px;
    }

    header {
        align-items: center;
    }

    /* section-about-index */
    .section-about-index {
        padding: 30px 10px 30px 10px;
    }

    .section-about-index .row-custom {
        flex-direction: column-reverse;
        margin: 0;
    }

    .section-about-index .container,
    .section-about-index .row-custom .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .content-left {
        padding-top: 25px;
    }

    .section-about-index .content-left .content-left-title {
        text-align: center;
    }

    .section-about-index .content-left .content-left-title h1 {
        padding-top: 15px;
        font-size: 30px;
    }

    /* section-portfolio-index */
    .section-portfolio-index .section-head h2 {
        font-size: 32px;
        margin-top: 8px;
        margin-bottom: 16px;
    }

    .section-portfolio-index .filtering span {
        margin: 5px 15px;
        font-size: 12px;
        letter-spacing: 0;
        text-transform: capitalize;
    }

    .section-portfolio-index .gallery.twsty .items {
        width: 100%;
    }

    .section-portfolio-index .gallery.twsty .items.three-column {
        width: 100% !important;
    }

    /*section-team*/
    .section-team .tit h6 {
        font-size: 10px;
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .section-team .tit h2 {
        font-size: 30px;
    }

    /* .section-news */
    .section-news {
        margin-top: 100px;
        margin-bottom: 40px;
    }

    .section-news .container {
        padding: 10px;
    }

    .section-news h2 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .section-news-box {
        grid-template-columns: repeat(1, 1fr);
    }

    /*  section-contact */
    .section-contact .contact-wrapper .right-box,
    .section-contact .contact-wrapper .left-box {
        width: 100%;
    }

    .section-contact .form-contact-box {
        top: 0;
        right: 0;
    }

    .section-contact .form-contact-title {
        text-align: center;
    }

    .section-contact .form-contact-title h6 {
        font-size: 14px;
    }

    .section-contact .form-contact-title h2 {
        font-size: 30px;
    }

    .section-contact .right-box iframe {
        height: 400px;
    }

    /*footer*/
    .footer-logo-image {
        margin-top: 0;
    }

    .footer-logo-image img {
        height: 40px;
    }

    /* menu-mobile */
    .menu-mobile {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 100%;
        background: #fff;
    }

    .menu-mobile.active {
        display: block;
    }

    ul.mobile_lvlup {
        display: none;
    }

    .menu-mobile .mobile_child a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 600;
        font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    }

    .item-lv1 span{
        text-transform: uppercase;
    }

    .menu-mobile .mobile_child a.active {
        background-color: #252531;
        color: #B19777;
    }

    .menu-mobile a {
        padding: 10px 20px;
        line-height: 20px;
        color: #494c4f;
    }

    .mobile_lvlup.lv2 li a {
        font-size: 11px;
        font-family: var(--e-global-typography-accent-font-family), Sans-serif;
        font-weight: var(--e-global-typography-accent-font-weight);
        text-shadow: none;
        border-left: 8px solid transparent;
        color: #494c4f;
    }

    .mobile_lvlup.lv3 li a {
        border-left: 16px solid transparent;
    }

    .mobile_child {
        position: relative;
    }

    .icon-down {
        display: block;
        width: 20px;
        text-align: center;
    }


    /* progress-wrap */
    .progress-wrap {
        right: 15px;
        bottom: 15px;
    }
}
