@media screen and (max-width: 1720px) {
.menu-header {
    margin-top: 42px;
}
.menu-header > ul > li > a {
    padding: 17px 17px;
}
}

@media screen and (max-width: 1440px){
    .nopad.logo img{
        height: 215px;
    }
}
@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;
}
}

@media screen and (max-width:1140px){
    .menu-header{
        margin-top: 32px;
    }
    
    .menu-header > ul > li > a {
        padding: 17px 10px;
    }
    
    .menu-header > ul > li > a{
        font-size: 14px;
    }
    
    .nopad.logo img{
        height: 195px;
    }
    
    .home_sections_text{
        line-height: 0.798;
    }
}

@media screen and (max-width:1024px){
    .menu-header {
    margin-top: 21px;
}
    .menu-header > ul > li > a {
        padding: 17px 5px;
    }
    
    .nopad.logo img {
    height: 172px;
}

.home_sections_text {
    font-size: 80px;
}

a.btn1 {
    font-size: 22px;
    padding: 12px 45px;
}
}

@media screen and (max-width:991px){
    a#hamburg {
    background: #fff;
    z-index: 999999;
}
.nav-cross.open > span{
    background-color: #000;
}
    html.open-menu nav.nav1 .push-logo img {
        width: 30%;
    }
    header.header .no-mobile {
        display: none;
    }
    
    header.header .logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .nopad.logo img {
        width: 184px;
    }
    
    nav.nav1 {
        background-color: #000;
        z-index: 999999 !important;
    }

    nav.nav1 .menu-main-menu-container ul li a {
        color: #fff;
    }
    
    .home_sections {
    background-size: 100% 100% !important;
}
    
    footer.sec-footer .no-mobile {
    display: none;
}

footer.sec-footer  .on-small-device {
    width: 24%;
}
}

@media screen and (max-width:768px){
    .section_main .slider .inner-item{
        height: 100vh;
    }
    
    .nopad.logo img{
        max-height: unset;
    }
    
    .home_sections_text {
        font-size: 60px;
    }
}

@media screen and (max-width:500px){
    html.open-menu nav.nav1 .push-logo img {
    width: 100%;
}
    .inner-banner h2{
            font-size: 35px;
    }
    .home_sections_text {
    font-size: 40px;
}

.home_sections.text-center .row{
    justify-content: center;
}
footer.sec-footer .on-small-device{
    width: 100%;
}
.site-links.three{
    padding-left: 0;
}
.sec-2-omini .head h3 {
    font-size: 30px;
}
}

@media screen and (max-width:320px){
    
}