footer.footer {
    margin: auto;
}

@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) {

}
/* / / 1100-1200px / / */
@media screen and (min-width: 1100px) and (max-width: 1299px) {
}

/* / / Ipad PRO // */

@media screen and (min-width: 1000px) and (max-width: 1100px) {

}

/* / / Ipad - 768px and Landspace Mode : 820px / / */

@media screen and (min-width: 100px) and (max-width: 949px) {
    .header .head h3 {
        text-align: center;
    }
    
    .header .social ul {
        text-align: center;
        margin: 30px auto 0;
    }
    
    a#hamburg {
        display: none;
    }
    
    .click .pres a {
        font-size: 19px;
        text-align: center;
    }
    
    .about .row {
    }
    
    .about .tit h2 {
        text-align: center;
    }
    
    .about  p {
        text-align: center;
    }
    
    .about .pic {
        text-align: center;
        margin: 20px auto;
    }
    .click .col-md-4 {
        float: left;
        width: 33.33%;
    }
}
/* / / Mobile View / / */
@media screen and (min-width: 100px) and (max-width: 550px) {
    .banner .tit h1 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    
    .story .head h2 {
        font-size: 25px;
        line-height: 35px;
    }
    
    .story .head p {
        max-width: 100%;
        font-size: 13px;
        line-height: 23px;
    }
    
    .story .head a {
        font-size: 13px;
        line-height: 23px;
    }
    
    .click .col-md-4 {
        width: 100%;
        float: none;
    }
    
    .click .pres a {padding: 0;min-height: 70px;}
    
    .about .tit h2 {
        font-size: 25px;
        line-height: 35px;
    }
    
    .about .tit p {
        font-size: 13px;
        line-height: 23px;
    }   
    header.header {
        padding: 20px 0;
    }
    .about {
        padding: 30px 0 0;
    }
}