@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) {
    header .menu-header > ul > li > a {
        font-size: 14px;
    }
}
/*/ / 1500-1600px / /*/
@media screen and (min-width: 1500px) and (max-width: 1599px) {
    header .menu-header > ul > li > a {
            font-size: 14px;
            padding: 17px 11px;
    }
}
/*/ / 1300-1366-1500 / /*/

@media screen and (min-width: 1300px) and (max-width: 1499px) {
    header .menu-header > ul > li > a {
            font-size: 12px;
            padding: 17px 11px;
    }
}
/*/ / 1100-1200px / /*/
@media screen and (min-width: 1100px) and (max-width: 1299px) {
    header .menu-header > ul > li > a {
            font-size: 11px;
            padding: 17px 6px;
    }
    header .col-md-3 ul li:nth-last-child(1) a {
        padding: 15px 30px;
    }
    .section_6 .desc p {
        font-size: 13px;
        line-height: 23px;
    }
}

/*/ / 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) {

}
/*/ / Mobile View / /*/
@media screen and (min-width: 100px) and (max-width: 550px) {
header {}

header .row {
    display: block;
}

header {
    position: relative;
    background: #000;
}

header .col-md-3 ul {
    margin: 30px auto;
}

a#hamburg {
    background: red;
    z-index: 999;
}

.nav-cross span {
    background: #fed100;
}

.slider .inner-item .caption {
    display: block;
}

.slider .inner-item {
    height: 400px;
}

html.open-menu nav.nav1 {
    background: red;
}

html.open-menu nav.nav1 li a {
    color: #fff;
}

html.open-menu nav.nav1 .container {
    width: auto;
}

html.open-menu nav.nav1 input {
    display: none;
}

html.open-menu nav.nav1 li {border-bottom-color: yellow;}
.section_1 {
    padding: 30px 0;
}

.section_1 .title h2 {
    font-size: 25px;
    line-height: 35px;
}

.section_1 .desc p {
    font-size: 13px;
    line-height: 23px;
}

.section_2 ul {
    column-count: 1;
}

.section_2 {
    padding: 15px 0;
}

.section_3 {
    height: 200px;
}

.footer {
    padding: 30px 0;
}

.footer li#text-2 h3 {
    font-size: 25px;
    line-height: 35px;
}

.footer li#text-2 p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}
.inner-banner {
    height: 300px;
}

.section_about .row {
    display: flex;
    flex-direction: column-reverse;
}
.inner-banner h2 {
    font-size: 25px;
    line-height: 35px;
}

.inner-banner {
    height: 200px;
}
.pricing .row {
    display: flex;
    flex-direction: column-reverse;
}

.pricing .pic {
    height: 200px;
}
.pricing .desc p {
    text-align: center;
    font-size: 13px;
    line-height: 23px;
}
.section_about .desc p {
    text-align: center;
    font-size: 13px;
    line-height: 23px;
}
.section_about {
    padding: 30px 0;
}
.roots .row:nth-child(1) {
    display: block;
}

.roots .row:nth-child(even) {flex-direction: column;}

.roots .row {
    flex-direction: column;
}

.roots .desc {
    text-align: center !important;
}
.sec-cta .form input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}
.sec-cta {
    padding: 30px 0;
}
.vid-banner video {
    height: 250px;
}

.vid-banner .cap {
    top: 51px;
}

.vid-banner .cap h3 {
    font-size: 25px;
    line-height: 35px;
}

.vid-banner .cap h4 {
    font-size: 30px;
    line-height: 40px;
}
.section_5 {
    height: auto;
    padding: 50px 0;
}

.section_5 .loop p {
    font-size: 13px;
    line-height: 23px;
    max-width: 320px;
}

.testimonial .loop .title {
    margin: 10px auto;
}
}
.section_5 {
    display: none !important;
}