@media screen and (min-width: 100px) and (max-width: 768px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    body{
        overflow-x: hidden !important;
    }
    .menu-header #menu-button{
        display: none;
    }
main{
	padding: 0;
}
}
@media screen and (min-width: 480px) and (max-width: 668px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
        body{
        overflow-x: hidden !important;
    }

.open-menu body {
    position: fixed !important;
}
[data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
[data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 380px) {
    [data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    [data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
    .open-menu body {
    position: fixed !important;
}
    body{
        overflow-x: hidden !important;
    }
.menu-header #menu-button{
	display: none;
}
}

/* -------------------------------------------------------------------------
   Desktop only: 1100–1280 / 1300–1366
   Use Bootstrap 3's standard 1170px desktop container (not fluid).
   Custom 1360px container in style.css remains for larger desktops.
--------------------------------------------------------------------------- */
@media (min-width: 1100px) and (max-width: 1280px) {
    .container {
        width: 1170px !important;
    }
}

@media (min-width: 1300px) and (max-width: 1366px) {
    .container {
        width: 1170px !important;
    }
}

/* -------------------------------------------------------------------------
   Disable AOS — mobile through iPad Pro (max-width: 1024px)
   Content stays visible; no fade-up on tablet/phone.
--------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    [data-aos],
    .aos-init,
    .aos-animate {
        opacity: 1 !important;
        transform: none !important;
        -webkit-transform: none !important;
        transition: none !important;
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        animation: none !important;
    }
}

/* =========================================================================
   Site mobile / tablet — reusable sections (max-width: 1024px)
   Established on Homepage; shared by About and other templates.
========================================================================= */
@media (max-width: 1024px) {
    .container {
        width: auto !important;
        max-width: 100%;
    }

    .container.nopad {
        padding-left: 0;
        padding-right: 0;
    }

    /* Header — keep nav + CTA within viewport (770–1024 desktop header band) */
    header .menu-header > ul > li {
        margin: 10px;
    }

    header .cta a {
        padding: 8px 16px;
        margin-left: 10px;
        font-size: 18px;
    }

    /* Section spacing */
    .section-2,
    .section-4 {
        padding: 80px 0;
    }

    .section-3,
    .section-5 {
        padding: 50px 0 80px;
    }

    .section-6,
    .about-6 {
        padding: 60px 0 80px;
    }

    /* #scrol / section-1 — reset overlap composition */
    #scrol .main .pic-1,
    .about-1 .pic-1,
    .services-1 .main .pic-1 {
        height: auto !important;
        min-height: 280px;
    }

    #scrol .main .pic-2 {
        width: 70%;
        max-width: 100%;
        height: auto;
        min-height: 200px;
        margin-left: 120px;
        margin-top: -50px;
    }

    .services-1 .main .pic-2,
    .services-1 .row:nth-child(even) .pic-2 {
        width: 70% !important;
        max-width: 100%;
        height: auto !important;
        min-height: 200px;
        margin-left: 120px !important;
        margin-top: -50px !important;
    }

    .services-1 .row {
        margin: 30px auto;
    }

    .services-1 .desc p {
        width: 100%;
    }

    #scrol .main-2 {
        padding-left: 0;
    }

    #scrol .main-2 .desc-2 {
        margin-left: 0;
        margin-top: 40px;
    }

    #scrol:before,
    .about-1:before {
        width: 100%;
        height: 35%;
    }

    /* Services / portfolio / project card images */
    .section-2 .main .pic,
    .section-4 .loop .main .pic {
        height: auto;
        min-height: 220px;
    }

    /* about-6 overlay banner */
    .about-6 .main .pic {
        /* height: auto; */
        /* min-height: 280px; */
    }

    .about-6 .main .desc h2 {
        font-size: 34px;
        line-height: 44px;
    }

    /* Headline decorative lines — prevent ±60px overflow */
    .section-2 .headline h4:before,
    .section-2 .headline h4:after,
    .section-4 .headline h4:before,
    .section-4 .headline h4:after {
        display: none;
    }

    .section-4 .headline p {
        width: 100%;
    }

    /* services-2 steps grid */
    .services-2 {
        padding: 80px 0 0;
    }

    .services-2 .main {
        padding: 60px 20px;
    }

    .services-2 .row .col-md-4:nth-child(3) .main,
    .services-2 .row .col-md-4:nth-child(4) .main {
        padding-top: 0;
    }

    /* Trust icon tiles */
    .section-3 ul.list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section-3 ul.list li {
        width: 160px;
        height: auto;
        min-height: 160px;
        margin: 10px 12px;
    }

    /* Text widths */
    .section-banner .desc p,
    .section-6 .desc p {
        width: 100%;
    }

    .inner-banner {
        background-attachment: scroll;
        padding: 60px 0;
    }

    .inner-banner .pic img {
        width: 100%;
        height: auto;
    }

    /* Slick controls — keep within viewport */
    .section-2 .slick-arrow,
    .section-4 .slick-arrow,
    .section-5 .slick-arrow {
        bottom: -40px;
        left: 38%;
    }

    .section-2 .slick-next,
    .section-4 .slick-next,
    .section-5 .slick-next {
        right: 38%;
    }

    .section-2 ul.slick-dots,
    .section-4 .slick-dots,
    .section-5 ul.slick-dots {
        width: 24%;
    }
}

@media (max-width: 768px) {
    main {
        padding: 0 15px;
    }
}

/* =========================================================================
   Site mobile — phones (max-width: 768px)
========================================================================= */
@media (max-width: 769px) {
    /* Hero / inner banner */
    .section-banner h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .section-banner .desc p {
        width: 100%;
    }

    .section-banner .ab-scroll {
        width: 50px;
        height: 70px;
        top: 82%;
    }

    .section-banner .ab-scroll a {
        padding: 24px;
    }

    /* #scrol / section-1 typography */
    #scrol .main-2 .desc-1 h2,
    .section-3 .desc h2,
    .section-5 .desc h2,
    .section-6 .desc h3 {
        font-size: 25px;
        line-height: 35px;
    }

    #scrol .main .pic-1,
    .about-1 .pic-1,
    .services-1 .main .pic-1 {
        min-height: 240px;
    }

    #scrol .main .pic-2 {
        /* margin-top: 16px; */
        /* padding: 12px; */
    }

    #scrol .main-2 .desc-2 {
        margin-top: 24px;
    }

    #scrol:before,
    .about-1:before {
        height: 0;
        width: 0;
    }

    /* Section spacing */
    .section-2,
    .section-4 {
        padding: 60px 0;
    }

    .section-3,
    .section-5 {
        padding: 40px 0 60px;
    }

    .section-6,
    .about-6 {
        padding: 50px 0 60px;
    }

    .section-2 .headline h2,
    .section-4 .headline h2,
    .services-2 .headline h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    /* Trust icon tiles — wrap on phone */
    .section-3 ul.list li {
        width: 140px;
        min-height: 140px;
        margin: 8px 10px;
    }

    /* Testimonials */
    .section-5 .loop p {
        font-size: 20px;
        line-height: 32px;
    }

    /* Contact block */
    .section-6 .main .desc-2 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .section-6 ul li {
        margin: 24px auto;
    }

    .section-6 .main {
        padding: 20px;
    }

    /* about-6 overlay */
    .about-6 .main .pic {
        /* min-height: 300px; */
        height: 250px;
    }

    .about-6 .main .desc h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .about-6 .main .desc p {
        font-size: 14px;
        line-height: 22px;
    }

    .about-6 .main .desc .inner {
        padding: 15px;
        max-width: 100%;
    }

    /* Slick controls — centered on narrow screens */
    .section-2 .slick-arrow,
    .section-4 .slick-arrow,
    .section-5 .slick-arrow {
        left: 35%;
    }

    .section-2 .slick-next,
    .section-4 .slick-next,
    .section-5 .slick-next {
        right: 35%;
    }
    header .row .col-md-3 {
    max-width: 30%;
    flex: 0 0 30%;
    padding-left: 5%;
}

header .row .col-md-9 {
    max-width: 70%;
    flex: 0 0 70%;
}

a#hamburg {
    background: #523979;
}

.nav-cross span {
    background: #fff;
}

.search-nav {
    display: none !important;
}
.section-banner .row .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
}

.section-banner .ab-scroll img {
    margin: auto;
}
.section-1 {
    padding: 30px 0;
}

.section-1 .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
}

#scrol .main-2 .desc-1 p, #scrol .main-2 .desc-2 p {
    font-size: 15px;
    line-height: 25px;
}

.services-1 .desc h3 {
    font-size: 25px;
    line-height: 35px;
}

.services-1 .desc p {
    font-size: 15px;
    line-height: 25px;
}

.services-1 .desc {
    padding-left: 0;
}

.services-1 .more {
    margin-left: 0;
}

.services-2 .row .col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
}

.section-2 .slick-next {
    right: 43% !important;
    left: initial !important;
}

.section-2 .slick-arrow {
    bottom: -50px;
    left: 42%;
}
   .section-6 .row .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
}

.section-6 .row .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
}

.section-6 ul li .inner {
    max-width: 81%;
    flex: 0 0 81%;
}
.section-banner {
    padding: 80px 0;
}

.footer .col-md-3:nth-child(1) {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
}

.footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

li#text-2 {
    text-align: center;
}

li#text-2 .textwidget {
    text-align: center;
    margin: auto;
}

li#text-2 .textwidget p {
    width: 50%;
    margin: 20px auto;
}

.footer .col-md-3 , .footer .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
}

.cop p {text-align: center;width: 100%;}

.cop .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
}

.cop img {
    margin: 15px auto 0;
}
.section-2 .main h3 {
    font-size: 18px;
    line-height: 28px;
}
main {
    padding: 0;
}

}

/* =========================================================================
   Site mobile — small phones (max-width: 560px)
========================================================================= */
@media (max-width: 560px) {
    .section-banner h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .section-3 ul.list li {
        width: 120px;
        min-height: 120px;
        margin: 6px 8px;
    }

    .section-5 .loop p {
        font-size: 18px;
        line-height: 28px;
    }
    .row {
        display: block !important;
    }

    header .row .col-md-3, header .row .col-md-9 {
        max-width: 100%;
        display: block;
    }

    header q.cta {
        text-align: center;
    }

    header q.cta a {
        margin: auto;
    }

    header .cta {
        text-align: center;
        margin: 15px auto 0;
    }

    .section-banner .row .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .section-banner .ab-scroll {
        display: none;
    }

    .section-1 .col-md-6,
    #scrol .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .section-1 .container .row,
    #scrol .container .row,
    .services-1 .row:nth-child(even) {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .section-banner {
        padding-bottom: 0;
    }

    #scrol .main .pic-1,
    .about-1 .pic-1,
    .services-1 .main .pic-1 {
        margin-top: 50px;
    }

    .services-1 .main .pic-2,
    .services-1 .row:nth-child(even) .pic-2 {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 16px !important;
    }

    .section-2 {
        padding: 30px 0;
    }

    .section-2 .headline h2,
    .section-4 .headline h2,
    .services-2 .headline h2 {
        font-size: 25px;
        line-height: 35px;
        margin: 15px auto 20px;
    }

    .section-3 {
        padding: 30px 0 0;
    }

    .section-2 .main .pic,
    .section-4 .loop .main .pic {
        height: auto;
        min-height: auto;
    }

    .section-6 .row .col-md-6 {
        max-width: 100%;
    }

    .section-6 ul li {
        justify-content: center;
    }

    .section-6 ul li .inner, .section-6 ul li .icon {
        max-width: 100%;
        text-align: center;
        margin: 5px auto;
    }

    .section-6 .desc {
        text-align: center;
    }

    .section-6 .desc  p {
        font-size: 13px;
        line-height: 23px;
    }

    li#text-2 .textwidget p {
        width: 100%;
    }

    .section-6 .main .desc-2 p {
        font-size: 13px;
        line-height: 23px;
    } 
    .section-6 .main input[type="submit"] {
        width: 100%;
    }

    .services-2 .row .col-md-4 {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .services-2 .main {
        padding: 40px 20px !important;
        margin: 15px auto !important;
    }

    /* about-6 overlay */
    .about-6 {
        padding: 40px 0;
    }

    .about-6 .main .pic {
        /* min-height: 340px; */
        height: 250px;
    }

    .about-6 .main .desc h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .about-6 .main .desc a {
        margin-left: 0;
        margin-top: 15px;
        display: inline-block;
    }
    .page-template-contact #scrol .row {
    display: block !important;
}

.section-6 ul li .inner {
    margin: auto;
    flex: 0 0 100%;
    padding: 0;
}

}