@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: 1400px){
    header.header .top-bar {
        padding: 10px 5px;
        height: 40px;
    }
    
    header.header .top-bar .row .col-lg-6 {
        width: 45%;
    }
    
    header.header .top-bar .row .col-lg-4 {
        width: 38%;
    }
    
    header.header .top-bar .email a, header.header .top-bar .location a {
        font-size: 14px;
    }
    
    header.header .bottom-bar .logo {
        top: -60px;
        padding: 30px 20px;
    }
    
    header.header .bottom-bar {
        padding: 20px 15px 0 15px;
        height: 80px;
    }
    
    header.header .bottom-bar .menu ul li {
        padding: 0 2px;
    }
    
    header.header .bottom-bar .menu ul li a {
        font-size: 14px;
    }
    
    header.header .bottom-bar .number .support-icon {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
    
    header.header .bottom-bar .number .identify h5 {
        font-size: 13px;
    }
    
    header.header .bottom-bar .number .identify a {
        font-weight: 600;
        font-size: 16px;
    }
    
    header.header .bottom-bar .col-lg-6 {
        width: 54%;
    }
    
    header.header .bottom-bar .col-lg-2 {
        width: 15%;
    }
    
    .searchtoggle {
        right: -15px;
    }
    
    .searchpanel {
        right: -20px;
    }
    
    .slick-dots {
        bottom: 250px; 
        left: 15px;
    }
    
    section.hero .inner-wrap {
        padding: 105px 0px 105px 65px;
    }
    
    section.hero .inner-wrap .head h4 {
        margin: 0 0 15px;
        font-size: 45px;
        line-height: 51px;
    }
    
    section.hero .inner-wrap .head h1 {
        font-size: 94px;
        line-height: 95px;
    }
    
    section.hero .inner-wrap .head p {
        font-size: 20px;
        line-height: 35px;
        padding-right: 100px;
    }
    
    section.process-sec .container-fluid {
        padding: 0 30px;
    }
    
    .inner-banner h2 {
        padding: 50px 0 0;
        font-size: 55px;
    }
}