@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) {
    .slick-slide .caption h1 {
        font-size: 62px;
    }
    .slick-slide .caption a {
        font-size: 25px;
    }
}
/* / / 1500-1600px / / */
@media screen and (min-width: 1500px) and (max-width: 1599px) {
    .slick-slide .caption h1 {
        font-size: 57px;
    }
    .slick-slide .caption a {
        font-size: 25px;
    }
}
/* / / 1300-1366-1500 / / */

@media screen and (min-width: 1300px) and (max-width: 1499px) {
    header .bottom-head .menu-header > ul > li > a {
        font-size: 14px !important;
    }
    .slick-slide .caption h1 {
        font-size: 52px;
        line-height: 60px;
    }
    .slick-slide .caption a {
        font-size: 20px;
    }

}

@media screen and (min-width: 1100px) and (max-width: 1299px) {
    header .bottom-head .menu-header > ul > li > a {
        font-size: 14px !important;
    }
    .slick-slide .caption h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .slick-slide .caption a {
        font-size: 20px;
    }
    .top-head {
        padding-bottom: 0;
    }
    .s2 .col-md-6:nth-child(1) {
        padding-left: 11%;
    }
    #section_4 p {
        font-size: 15px;
    }
}

/* / / Ipad PRO / */

@media screen and (min-width: 1000px) and (max-width: 1100px) {
    .slick-slide .caption h1 {
        font-size: 40px;
        text-align: center;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .slick-slide .caption {padding: 0 10%;}
    
    .slick-slide .caption a {
        margin: 0 auto;
        display: block;
        text-align: center;
        max-width: 80%;
        padding: 20px 0;
    }
    .s2 .col-md-6:nth-child(1) {
        padding-left: 5%;
    }
    .s2 .pic {
        height: 430px;
    }
    #section_4 h3 {
        font-size: 23px;
    }
    .slider .inner-item {
        height: 800px;
    }
    header .bottom-head .menu-header > ul > li > a {
        padding: 0 7px;
        font-size: 14px !important;
    }
}

/* / / Ipad - 768px and Landspace Mode : 820px / / */

@media screen and (min-width: 100px) and (max-width: 949px) {
    a#hamburg {
        background: #f9ba17;
        z-index: 99999999;
        top: 4%;
    }
    
    .top-head  ul li, .top-head ul li a {
        font-size: 18px !important;
    }
    
    header .bottom-head  .col-md-3 {
        width: 100%;
    }
    
    html.open-menu nav.nav1 .container {
        width: auto;
    }
    
    .nav1 {
        background: #000;
    }
    
    .nav1 ul li a {
        color: #fff;
    }
    
    .nav1 ul li.current-menu-item a {
        color: #f9ba17;
    }
    
    .nav-cross span {
        background: #000 !important;
    }
    .slider .inner-item .caption {
        display: block;
    }
    .slider .inner-item .caption {
        display: block;
    }
        .slick-slide .caption h1 {
            font-size: 40px;
            text-align: center;
            max-width: 100%;
            margin-bottom: 20px;
            line-height: 50px;
        }
        
        .slick-slide .caption {padding: 0 10%;}
        
        .slick-slide .caption a {
            margin: 0 auto;
            display: block;
            text-align: center;
            max-width: 80%;
            padding: 20px 0;
            font-size: 20px;
        }
    .slider .inner-item {
        height: 700px;
    }
    
    .s1 .col-md-6 {
        width: 50%;
        float: left;
    }
    
    .s1 .main .pic {
        height: 300px;
    }
    
    .s1 .main .cont-1 {
        height: 80%;
    }
    
    .s2 .row {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .s2 .pic {
        height: 400px;
        max-width: 60%;
        margin: 50px auto;
        top: 0;
    }
    
    .s2 {
        text-align: center;
    }
    
    .s2 .col-md-6:nth-child(1) {
        padding: 0 10%;
    }
    
    .s2 h2:after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    #section_3 {
        margin: 0 auto;
    }
    
    #section_3 .row {
        display: block;
        text-align: center;
    }
    
    #section_3 .form {
        max-width: 50%;
        margin: 30px auto 0;
    }
    
    #section_4 {
        padding: 30px 0;
    }
    
    #section_4 .col-md-4 {
        width: 33.33%;
        float: left;
        overflow: hidden;
    }
    
    #section_4 h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    
    #section_4 h3 {
        font-size: 20px;
        line-height: 30px;
        min-height: 60px;
    }
    
    #section_4 p {
        font-size: 14px;
        line-height: 24px;
    }
    
    #section_5 {
        padding: 30px 0;
    }
    
    #section_5 .col-md-4 {
        width: 33.33%;
        float: left;
        overflow: hidden;
    }
    
    #section_5 .main {min-height: 460px;}
    
    #section_5 .main h4 {
        min-height: 80px;
    }
    
    .footer {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 50px 15%;
    }
    
    footer .col-md-2 {
        width: 33.33%;
        float: left;
        overflow: hidden;
    }
    
    footer .col-md-3 {
        float: left;
        width: 33.33%;
    }
    
    footer .col-md-4 {
        margin-bottom: 30px;
        text-align: center;
    }
    .s1 {
        padding: 0;
    }
    .section .row {
        display: flex;
        align-items: center;
    }
    
    .section .row .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .page-template-about-us .section {
        padding: 0;
    }
    
    .page-template-about-us .section .container {
        width: auto !important;
    }
    
    .abt .container {
        width: auto;
        padding: 0 60px 30px;
        text-align: center;
    }
    .sec-cta .col-md-4 {
        width: 33.33%;
        float: left;
    }
    .sec-cta {
        padding: 30px 0;
    }
    html.open-menu nav.nav1 .follow {
        display: none;
    }
}
/* / / Mobile View / // */
@media screen and (min-width: 100px) and (max-width: 550px) {
    .top-head {display: none;}
    html.open-menu nav.nav1 .follow ul {
        text-align: center;
    }
    
    html.open-menu nav.nav1 .follow  li {
        display: inline-block;
        border: 0;
        font-size: 0;
        margin: 20px auto;
    }
    
    html.open-menu nav.nav1 .follow li a {
        font-size: 20px;
    }
    html.open-menu nav.nav1 .follow {
        display: block;
    }
    header .bottom-head .row {
        display: block;
        padding: 30px 0;
    }
    
    .slider .inner-item .caption {
        padding: 0 10%;
    }
    
    .slider .inner-item .caption h1 {
        font-size: 19px;
        line-height: 29px;
    }
    
    .slick-slide .caption a {
        font-size: 11px;
        padding: 10px 0;
    }
    
    .slider .inner-item {
        height: 399px;
    }
    
    .s1 h2 {
        font-size: 25px;
        line-height: 35px;
    }
    
    .s1 .desc-1 {
        max-width: 100%;
    }
    
    .s1 .desc-1 p {
        font-size: 13px;
        line-height: 23px;
    }
    
    .s1 .col-md-6 {
        float: none;
        width: 100%;
    }
    
    .s1 {
        padding: 30px 0 0;
    }
    
    .s1 .main .cont-2 {
        text-align: center;
        font-size: 20px;
    }
    
    .s1 .main .cont-1 h4 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .s1 .main .cont-1 p {
        font-size: 13px;
        line-height: 23px;
    }
    
    .s2 .pic {
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }
    
    .s2 h2 {
        font-size: 25px;
        line-height: 35px;
    }
    
    .s2 p {
        font-size: 13px;
        line-height: 23px;
    }
    
    #section_3 {
        padding: 30px 0;
    }
    #section_3 h2 {
        font-size: 25px;
        line-height: 35px;
    }
    
    #section_3 p strong, #section_3 p {
        font-size: 13px;
        line-height: 23px;
        margin: 20px auto;
    }
    
    #section_3 .form {
        max-width: 100%;
        padding: 30px;
    }
    
    #section_3 .form h3 {
        font-size: 25px;
        line-height: 35px;
    }
    
    #section_4 h2 {
        font-size: 25px;
        line-height: 35px;
    }
    
    #section_4 .col-md-4 {
        float: none;
        width: 100%;
        margin: 0px auto 30px;
    }
    
    #section_5 h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    
    #section_5 .col-md-4 {
        float: none;
        width: 100%;
    }
    
    footer .col-md-2, footer .col-md-3 {
        width: 100%;
    }
    
    .footer {
        padding: 30px 20px;
    }
    
    .cop p {
        font-size: 13px;
        line-height: 23px;
    }
    .section .row {display: block;}

    .section .row .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .inner-banner h2 {
        font-size: 25px;
        line-height: 35px;
        padding-top: 50px;
    }

    .inner-banner {
        height: 250px;
    }

    .section .pic {
        height: auto;
        margin-bottom: 30px;
    }

    body p {
        text-align: center;
        font-size: 13px;
        line-height: 23px;
    }  
    .abt {
        padding: 30px 0;
    }
    
    .abt .container {
        padding: 0 19px;
    }
    .sec-cta .col-md-4 {
        float: none;
        width: 100%;
        margin: 10px auto;
    }
    .sec-cta .map {
        padding: 30px 0;
    }
    .sec-cta .form input.wpcf7-form-control.wpcf7-submit {
        width: 100%;
    } 
}