@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;
}
}
/* ===================Responsive ===================*/
/* / / 1600-1700px / / */
@media screen and (min-width: 1600px) and (max-width: 1700px) {

}
/* / / 1500-1600px / / */
@media screen and (min-width: 1500px) and (max-width: 1599px) {

}
/* / / 1300-1366-1500 / / */

@media screen and (min-width: 1300px) and (max-width: 1499px) {
    .landing .desc h2 {
        font-size: 50px;
        max-width: 70%;
        margin: auto;
        line-height: 60px;
    }
    
    .landing .desc li, .landing .desc p {
        font-size: 15px;
        line-height: 25px;
    }
    
    .landing .desc p {
        margin: 40px auto;
    }
    
    .footer .cta li, .footer .cta li a {
        font-size: 15px;
    }
}
/* / / 1100-1200px / / */
@media screen and (min-width: 1100px) and (max-width: 1299px) {
    .landing .desc h2 {
        font-size: 45px;
        max-width: 80%;
        margin: auto;
        line-height: 60px;
    }
    
    .landing .desc li, .landing .desc p {
        font-size: 14px;
        line-height: 23px;
    }
    
    .landing .desc p {
        margin: 40px auto;
    }
    
    .footer .cta li, .footer .cta li a {
        font-size: 13px;
    }
}

/* / / Ipad PRO / */

@media screen and (min-width: 1000px) and (max-width: 1100px) {
    .landing .col-md-6 {
        height: 700px;
    }
    
    .landing .desc h2 {
        font-size: 50px;
        line-height: 60px;
    }
    
    .landing .desc li, .landing .desc p {
        font-size: 20px;
        line-height: 30px;
    }
    
    .landing .desc a {
        margin: 50px auto;
        display: block;
        max-width: 60%;
    }
    header .menu-header > ul > li > a {
        padding: 17px 12px;
    }
    
}

/* / / Ipad - 768px and Landspace Mode : 820px / / */

@media screen and (min-width: 100px) and (max-width: 949px) {
    .landing .col-md-6 {
        width: 50%;
        float: left;
        height: 700px;
    }
    
    .landing .desc h2 {
        font-size: 25px;
        line-height: 35px;
    }
    
    .landing .desc li, .landing .desc p {
        font-size: 13px;
        line-height: 23px;
    }
    
    .cntct .col-md-9 {
        width: 60%;
        float: left;
    }
    
    .cntct .col-md-3 {
        float: left;
        width: 40%;
        text-align: center;
    }
    
    .cntct h2 {
        font-size: 25px;
        line-height: 35px;
    }
    
    .footer .col-md-3 {
        float: left;
        width: 50%;
        margin: 10px auto;
    }
    
    .cop .row {
        display: block;
    }
    
    .cop .col-md-6 {
        float: left;
        width: 50%;
    }
    
    .cop p {
        font-size: 13px;
        margin: 30px auto;
    }
    a#hamburg {
        background: #fff;
    }
    
    .nav-cross span {
        background: #7f1418;
    }
    html.open-menu nav.nav1 {
        background: #e5e5e5;
    }
    
    html.open-menu nav.nav1 .container {
        width: auto;
    }
    
    html.open-menu nav.nav1 input {
        display: none;
    }
    
    html.open-menu nav.nav1  ul li a {
        line-height: 20px;
    }
    header .row {
        display: block;
    }
    .nav-cross.open > span {
        background: #7f1418;
    }
    header .menu-header {
        text-align: center;
    }
    
    header .menu-header > ul > li > a {
        padding: 17px 15px;
    }
}
/* / / Mobile View / / */
@media screen and (min-width: 100px) and (max-width: 550px) {
    .landing .col-md-6 {
        float: none;
        width: 100%;
        height: 50vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .cntct .col-md-9, .cntct .col-md-3 {
        width: 100%;
        float: none;
    }
    
    .cntct .row {
        display: block;
        text-align: center;
    }
    
    .cntct h2 {
        font-size: 20px;
        margin: 0 auto;
    }
    
    .cntct p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 30px;
    }
    
    .footer .col-md-3 {
        float: none;
        width: 100%;
    }
    
    .footer  img {
        margin: auto;
        display: block;
    }
    
    .cop .row {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .cop .col-md-6 {
        width: 100%;
        text-align: center;
    }
    .landing .col-md-6 {
        position: relative;
    }
    
    .landing .col-md-6:nth-child(1):before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.3;
    }
}