@media screen and (max-width: 1100px){
    .header .main {
    padding: 20px 0;
}
.header .botom {
    padding: 20px 0;
}
.banner .bg-img {
    height: 400px;
}
.banner .slick-next.slick-arrow {
    display: none !important;
}
.banner .slick-prev.slick-arrow {
    display: none !important;
}
.sec-about .head h2 {
    font-size: 50px;
}
.sec-about .col-sm-9 {
    margin-left: 0;
}
.sec-about .lets-call p {
    font-size: 20px;
}
.contact_form .head h2 {
    font-size: 40px;
}
.contact_form a {
    font-size: 25px !important;
}
.form_col2_inner input[type="text"], .form_col2_inner input[type="email"], .form_col2_inner input[type="tel"] {
    width: 100% !important;
    height: auto !important;
}
.form_col2_inner textarea {
    width: 100% !important;
    height: 140px !important;
}
}


@media screen and (max-width: 800px) {
    .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;
}
header.header .col-sm-9 .col-sm-3 {
    width: 35% !important;
}
.banner .head {
    padding: 50px;
}
.banner .bg-img {
    height: 300px;
}
section#about .col-sm-6 {
    width: 100%;
    padding-bottom: 50px;
}
section#about .pic img {
    padding: 0 100px;
}
footer.footer h2 {
    font-size: 20px !important;
}
footer.footer {
    padding: 50px;
}
.social_icons {
    text-align: center;
}


}

@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;
}
}
@font-face {
  font-family: 'NulshockRg-Bold';
  src: url('fonts/NulshockRg-Bold.svg#NulshockRg-Bold') format('svg'),
       url('fonts/NulshockRg-Bold.ttf') format('truetype'),
       url('fonts/NulshockRg-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nulshock bd';
  src: url('fonts/nulshock bd.eot');
  src: url('fonts/nulshock bd.eot?#iefix') format('embedded-opentype'),
       url('fonts/nulshock bd.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.header .header-top p {
    text-transform: uppercase;
}
.footer {
    margin: 0;
    background: url(./images/footer-back1.jpg) no-repeat;
    background-position: right;
    padding: 50px 0;
    list-style: none;
}
.social_icons ul li a {
    background: #2a79c3 !important;
}
.social_icons ul li a:hover {
    color: #2a79c3 !important;
    background: #fff !important;
}
footer.footer h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'NulshockRg-Bold' !important;
    font-family: 'nulshock bd' !important;
    font-size: 27.77px;
}
footer.footer .container {
    border-top: 1px solid #1d66ab;
    padding-top: 50px;
    margin-top: 50px;
}
.copy p {
    font-size: 18px;
    color: #a8c8e6;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
}
.chat_with_watsapp.fixed {
    position: fixed;
    bottom: 20px;
    left: 50px;transition: all .2s ease;
}
.chat_with_watsapp {
    transition: all .2s ease;
}
.header .email img {
    margin-bottom: 5px;
    display: block;
}
.banner .head h2 {
    font-family: 'NulshockRg-Bold';
    font-family: 'nulshock bd';
}
.banner .head .get a {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 10px;
}
.slick-slide img {
    display: inline-block !important;
}
.form_col2 h2 {
    /* background: #0355a1; */
    /* padding: 50px; */
    /* border-bottom-left-radius: 25px !important; */
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
}
.form_col2_inner input[type="text"],
.form_col2_inner input[type="email"],
.form_col2_inner input[type="tel"]{
    width: 100%;
    background-color: rgb(243, 243, 243);
    width: 543px;
    height: 81px;
    border: 0;
    padding: 20px;
    font-size: 22px;
    color: #7f8284;
    margin-bottom: 20px;
}
.form_col2_inner textarea{
    width: 100%;
    background-color: rgb(243, 243, 243);
    width: 543px;
    height: 154px;
    border: 0;
    padding: 20px;
    font-size: 22px;
    color: #7f8284;resize:none;
    margin-bottom: 20px;
}
section.section.contact_form {
    background: url(./images/bg_half2.jpg) no-repeat;
    background-size: 55% 100% !important;
    background-position: right;
}
.form_col2 h2 {
    /* background: #0355a1; */
    /* padding: 50px; */
    /* border-bottom-left-radius: 25px !important; */
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    margin-left: 10px;
    position: relative;
    padding-bottom: 60px;    font-weight: 600;
}
.form_col2 h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 85px;
    border-bottom: 2px solid #fff;
    width: 188px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding: 20px 40px;
    background-color: transparent;
    display: inline-block;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    border: 1px solid #fff;
    width: 221px;
    height: 85px;
}
.sec-about .head h5 {
    border-bottom: 2px solid #0355a1;
    display: inline-block;
    padding-bottom: 5px;
}
.header .header-menu ul li.current-menu-item a:before,
.header .header-menu ul li.current_page_item a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -23px;
    border-bottom: 1px solid #fff;
    width: 100%;
}
.header .header-menu ul li a {
    position: relative;
}
.header .header-menu ul li:hover a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -23px;
    border-bottom: 1px solid #fff;
    width: 100%;
}
.header .tranlator ul li:last-child a {
    font-size: 18px;
    font-weight: 600;
    color: #a6c5e2;
    letter-spacing: 1px;
    border-left: 1px solid #a6c5e2;
    padding-left: 15px;
}
.social_icons ul li a {
    background: #2a79c3 !important;
    width: 53px;
    height: 53px;
    font-size: 20px;
    padding-top: 12px;
}
@media screen and (max-width: 668px) {
    
    .header .header-top p {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
.sec-about .main {
    display: flex;
    align-items: center;
    background-color: #0456a2;
    /* padding: 20px; */
    margin: 30px 20px 29px;
    position: relative;
}
.sec-about .col-sm-9 {
    margin-left: -1px;
}   



.sec-about .main {
    display: flex;
    align-items: center;
    background-color: #0456a2;
    /* padding: 20px; */
    margin: 30px 20px 29px;
    position: relative;
}
.sec-about .lets-call a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}
.sec-about .head h2 {
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 600;
    color: #002c42;
}
.sec-about .head h2 {
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 600;
    color: #002c42;
}
.sec-manufacture .head h2 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 600;
    color: #002c42;
}
.contact_form .head p {
    font-size: 18px;
    font-weight: 400;
    color: #464646;
    line-height: 34px;
    /* padding-right: 10%; */
    font-family: 'Open Sans', sans-serif;
}

.form_col2_inner {
    background: #0355a1;
    padding: 20px;
}
.form_col2 h2 {
    background: #0355a1;
    /* padding: 50px; */
    /* border-bottom-left-radius: 25px !important; */
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    margin-left: 10px;
    position: relative;
    padding-bottom: 60px;
    font-weight: 600;
}
.form_col2_inner input[type="text"], .form_col2_inner input[type="email"], .form_col2_inner input[type="tel"] {
    width: 100%;
    background-color: rgb(243, 243, 243);
    width: 100%;
    height: 40px;
    border: 0;
    padding: 20px;
    font-size: 22px;
    color: #7f8284;
    margin-bottom: 20px;
}
.form_col2_inner textarea {
    width: 100%;
    background-color: rgb(243, 243, 243);
    /* width: 543px; */
    height: 154px;
    border: 0;
    padding: 20px;
    font-size: 22px;
    color: #7f8284;
    resize: none;
    margin-bottom: 20px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding: 20px 40px;
    background-color: transparent;
    display: inline-block;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    border: 1px solid #fff;
    width: 195px;
    height: 65px;
}
footer.footer h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'NulshockRg-Bold' !important;
    font-family: 'nulshock bd' !important;
    font-size: 17.77px;
}
footer.footer .container {
    border-top: 1px solid #1d66ab;
    padding-top: 25px;
    margin-top: 40px;
}
.social_icons {
    text-align: center;
    margin: 10px 0;
}
.social_icons ul li a {
    background: #2a79c3 !important;
    width: 50px;
    height: 50px;
    font-size: 20px;
    padding-top: 10px;
}
.copy p {
    font-size: 14px;
    color: #a8c8e6;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
}
.chat_with_watsapp.fixed {
    position: fixed;
    bottom: 20px;
    left: 10px;
    transition: all .2s ease;
}
.contact_form .head h2 {
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 600;
    color: #002c42;
}
.contact_form .call-icon img {
    width: 90%;
}
.contact_form .lets-call p {
    font-size: 14px;
    font-weight: 500;
    color: #7f8284;
    margin: 0;
}
.contact_form .lets-call a {
    font-size: 23px;
    font-weight: 500;
    color: #002c42;
}
.contact_form .email-info p {
    font-size: 14px;
    font-weight: 500;
    color: #7f8284;
    margin: 0;
}


.contact_form .email-info a {
    font-size: 23px;
    font-weight: 500;
    color: #002c42;
}
.contact_form .whatsapp-icon img {
    width: 90%;
}
.contact_form .whatsapp-info p {
    font-size: 14px;
    font-weight: 500;
    color: #7f8284;
    margin: 0;
}
.contact_form .whatsapp-info a {
    font-size: 23px;
    font-weight: 500;
    color: #002c42;
}
    
    
}
@media screen and (max-width: 700px) {
    .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;
  }
  .header .header-top p {
    font-size: 15px;
}
a#hamburg {
    position: absolute;
    top: 0;
}
.nav-cross span {
    background: #fff;
}
.header .main {
    display: block;
}
header.header .col-sm-9 .col-sm-3 {
    width: 100% !important;
}
.hidden.show_for_mobile_only {
    display: block !important;
    text-align: center;
    padding-top: 25px;
}
.row.hiden_mobile {
    display: none;
}
.hidden.show_for_mobile_only a {
    padding: 10px;
}
.header .header-menu {
    display: none;
}
.header .botom:before{
    display: none;
}
.header .botom {
    padding: 10px 0;
    display: block;
}
.banner .head h3 {
    font-size: 16px;
}
.banner .head h2 {
    font-size: 19px;
}
.banner .head {
    padding: 20px;
}
.banner .head .get a {
    font-size: 16px;
    padding: 10px 20px;
}
.banner .head .get {
    margin-top: 8px;
}
.banner .bg-img {
    height: 155px;
}
section#about .pic img {
    padding: 0;
}
.sec-about {
    padding: 40px 0;
}
.sec-about .main {
    margin: 20px 0;    padding-left: 0;
}
.sec-about .call-icon {
    text-align: left;
    margin-right: 0;
}
.sec-about .main:before {
    background-color: transparent;
    background: transparent;
}
.sec-about .head p {
    font-size: 18px;
    line-height: 30px;
    padding-right: 0;
}
section#contact .col-sm-6 {
    width: 100% !important;
    background: #fff !important;
}
section.section.contact_form {
    background: #fff;
    padding: 30px 0;
    text-align: center;
}
.contact_form .head h2 {
    font-size: 27px;
}
.contact_form .head p {
    padding-right: 0;
}
.contact_form .head {
    padding-right: 0;
}
.contact_form .lets-call {
    text-align: left;
}
.contact_form .email-info {
    text-align: left;
}
.contact_form .whatsapp-info p {
    text-align: left;
}
.contact_form .whatsapp-icon img {
    width: auto;
}
.form_col2_inner input[type="text"], .form_col2_inner input[type="email"], .form_col2_inner input[type="tel"] {
    padding: 10px 20px;
}
footer.footer {
    padding: 20px;
}
footer.footer h2 {
    font-size: 15px !important;
}
.social_icons ul li {
    margin: 5px;
}
.chat_with_watsapp.fixed {
    display: none;
}
.contact_form .call-icon img {
    width: auto;
}
.contact_form .main {
    display: -webkit-box;
}
.contact_form .col-sm-6 .main:last-child .col-sm-10 {
    padding: 0;
}
.product {
    padding: 50px 10px;
}
.product .slick-arrow {
    background: #0355a1bf url(./images/left-angle.png) no-repeat center center !important;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-size: 50px;
}
}