@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: 1100px) {
    .header .menu ul li {
    margin-right: 0;
}
.header .menu ul li a {
    padding: 10px 11px;
}
.banner .bg-img {
    height: 500px;
}
.banner .bg-img .head {
    max-width: 100%;
}
.sec-services .head {
    min-height: 400px;
    padding: 20px;
}
.sec-gallery .pic1 img {
    padding: 0 50px;
}
footer.footer .col-sm-3 {
    display: none;
}
footer.footer .col-sm-3.text-left.footer_col3 {
    display: block;
    width: 50%;
    padding-left: 15%;
}

    
}
@media screen and (max-width: 800px) {
  header.header .menu {
    display: none;
}
.logo img {
    max-height: initial;
}
.banner .bg-img {
    height: 400px;
}

.banner .bg-img .head h2 {
    font-size: 30px;
}
section.sec-services .col-sm-4 {
    width: 100%;
}
.sec-services .head {
    min-height: initial;
    padding: 20px;
    text-align: center;
}
.sec-about .main .pic2 {
    right: 0;
} 
.row.border_btm {
    display: none;
}
}
@media screen and (max-width: 700px) {
    
  .header .row.main {
    display: block;
}  
.header {
    padding: 10px 0;
}
.banner .bg-img .head h2 {
    font-size: 25px;
}
.banner .bg-img .head p {
    padding: 0 15px;
}
.banner .bg-img {
    height: 350px;
}
.sec-about .head h2 {
    font-size: 30px
}
.sec-about .main .pic1 {
    margin-top: 50px;
}
.sec-about .main .pic2 {
    position: relative;
}
.sec-services .main h2 {
    font-size: 30px;
}
.sec-testimonial .top h2 {
    font-size: 30px;
}
.sec-testimonial .head {
    max-width: 100%;
}
footer.footer .social_icons {
    text-align: center;
    margin: 10px 0;
}
.textwidget {
    text-align: center;
    padding: 15px;
    margin: 0 !important;
    width: 100%;
}
footer.footer .col-sm-3.text-left.footer_col3 {
    display: block;
    width: 100%;
    padding-left: 0;text-align: center;
}

}