/*-------Container----------*/

@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1225px;
}
}

@media (min-width: 1200px) and (max-width: 1300px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
}
}

@media (max-width: 1199px) {
  .menu-wrap {
    display: flex;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  #nav-menu .navbar {
      padding-top: 20px;
  } 
}


/*-------Static section---------*/

@media (max-width: 768px) {
  .staticSection .staticContent {
     padding: 30px;
 }
 
 #staticSection {
    padding-top: 115px;
 }
 
 .link {
     justify-content: flex-start;
     margin-top: 20px;
 }
 
  .staticSection .page-title {
     font-size: 22px;
 }
 
  .staticSection.staticContent {
     margin-top: 35px;
 }
 
 .staticSection .staticContent ul {
     padding-left: 20px;
 }
 
 .gallery-container h3 {
     font-size: 18px;
 }
}

@media (max-width: 1300px) {
    .staticSection .staticContent .highslide {
        width: 256px;
    }
}

@media (max-width: 1200px) {
    .staticSection .staticContent .highslide {
        width: 196px;
    }
}

@media (max-width: 992px) {
    .staticSection .staticContent .highslide {
        width:  176px;
    }
}

@media (max-width: 440px) {
    .staticSection .staticContent .highslide {
        width:  176px;
        margin-right: 0;
    }
    
     .staticSection .staticContent.responsive{
        display: flex;
        justify-content: center;
    }
}


/*-----------------------------------*/

@media (max-width: 768px) {
  
/*-----Header------*/
  .header-btn.first {
      display: none;
  }
  
  .navbar-brand img {
      width: 160px;
  }
  
  .menu-wrap {
      width: 30px;
  }
  
  #nav-menu {
      height: 80px;
  }

/*------Home/Slider-------*/

#slider {
    height: 430px;
}

.carousel-item {
    height: 430px;
}

.carousel-item .container {
    padding-top: 80px;
}

.slider-caption h1 {
    font-size: 28px !important;
}

#categories {
  padding-top: 60px;
}

.social.social-footer {
    margin-top: 15px;
}


#references {
    margin-bottom: 20px;
}

footer .footer-center .col-12:first-child,
footer .footer-center .col-12:last-child {
    display: none;
}

#call-to-action .content-container {
    text-align: center;
}

.slider-caption {
    top: 210px;
}
 
}

@media (max-width: 630px) {
  .zengiframe.zeng_mobile {
    display: block;
}
  .zengiframe.zeng_web {
    display: none;
}
}

@media (max-width: 576px) {
   .carousel-item .top {
       order: 1;
   }
   
   .btn-home {
        width: 180px;
        height: 45px;
        font-size: 18px;
   }
}

@media (max-width: 450px) {
   .header-btn.second {
      display: none;
   }
   
   .header-btn.second.menu {
      display: block;
      width: 100%;
      margin-top: 20px;
   }
}


@media (max-width: 1200px) {
   .header-bottom {
       display: none;
   }
   
   #nav-menu {
       height: 64px;
   }
   
   .languages {
      margin-right: 20px;
   }
   
   #slider {
       margin-top: 0;
   }

}

@media (max-width: 768px) {
   .header-bottom {
       display: none;
   }
   
   #nav-menu {
       height: 64px;
   }
   
   .languages {
      margin-right: 20px;
   }
   
   #nav-menu .phone {
       display: none;
   }
   
   .languages {
       display: none;
   }
   
    #slider {
       margin-top: 0;
   }
 
}

 
/*------------Slider/Home-------------*/

@media (max-width: 1050px) {
  .slider-nav {
      display: none;
  }
}

@media (max-width: 1120px) {
   .slider-img {
       width: 340px;
   }
}

@media (max-width: 992px) {
   .slider-caption h1 {
       font-size: 40px;
   }
}

  @media (max-width: 940px) {
   .slider-img {
      width: 300px;
   }
}

 @media (max-width: 890px) {
   .slider-img {
      width: 280px;
   }
}


 @media (max-width: 840px) {
   .slider-img {
      width: 280px;
   }
}

/*---------------Category section---------------*/

@media (max-width: 992px) {
.category-box {
    margin-bottom: 30px;
}

  #categories {
      padding-bottom: 30px;
  }
}

/*-------------Footer------------*/

@media (max-width: 991px) {
  .footer-top .logo,
  .footer-center .second-logo img {
     margin-bottom: 45px;
}

.footer-list {
   padding: 0;
}

}

@media (max-width: 767px) {
 .footer-list:last-child {
    margin-bottom: 34px;
  }
}


/*----------Call to action------------*/

@media (max-width: 767px) {
  #call-to-action .flex-container {
      flex-direction: column;
  }
  
  #call-to-action .img-container {
       width: 360px;
  }
  
 #call-to-action p {
    font-size: 14px;
 }
 
 #call-to-action h3 {
    font-size: 26px;
 }
 
 #call-to-action {
    height: 535px;
    padding-top: 20px;
    padding-bottom: 50px;
 }
 
 #call-to-action button {
    width: 246px;
 }
}

@media (max-width: 360px) {
      #call-to-action .img-container {
          width: 100%;
  }
}


/*--------------Products-----------*/

 @media (max-width: 580px) {
    #products .owl-nav button:first-child {
        left: -10px;
    }
    
    #products .owl-nav button:last-child {
        right: -10px;
    }
}
    
/*---------------Mobile Menu-------------*/
 
.mobile-menu {
    top: 100%;
    right: -100%;
    position: absolute;
    width: 80%;
    height: 100vh;
    z-index: 1;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 35px;
    box-sizing: border-box;
}
 
.mobile-menu .menu-ul  {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 40px;
}

.mobile-menu .social-ul {
  padding: 0;
  margin: 0;
  margin-top: 40px;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
  
.mobile-menu .social-ul .social-li {
    margin-right: 20px;
}

.mobile-menu .social-ul .social-li i {
    font-size: 24px;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
     transition: all 0.25s ease;
}

.mobile-menu .social-ul .social-li:first-child i {
    color: #3b5998;
}

.mobile-menu .social-ul .social-li:nth-child(2) i {
    color: #007ab9;
}

.mobile-menu .social-ul .social-li:nth-child(3) i {
    color: #55acee;
}

.mobile-menu .social-ul .social-li:nth-child(4) i {
    color: #e31e24;
}

.mobile-menu .social-ul .social-li:last-child {
    margin-right: 0;
}
   
 .mobile-menu .menu-ul .menu-li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0;
    width: 100%;
    font-size: 18px;
    padding: 10px 0;
    transition: all .3s ease;
    font-size: 15px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(0,0,0,0.14);
    color: #454749;
 }
     
 .mobile-menu .menu-ul .menu-li ul {
    display: none;
 }
   
.popup-layer {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(39, 39, 39, 0.6);
    top: 64px;
    cursor: pointer;
    transition: 0.5s;
    left: 0;
    display: none;
}
   
.popup-layer.show {
   display: block;
}
   
.language-container {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
}
  
.language-container  a {
   margin-right: 25px;
   color: #454749;
}

.language-container  a:last-child {
   margin-right: 0;
}

.language-container  a.active {
  color: #ff8c00;
}

@media (max-width: 768px) {
  .popup-layer {
      top: 65px;
  }
}

@media (max-width: 768px) {
   .contactiframe {
       display: none;
}

   .contactiframe_mobile {
    display: block;
}
}

@media (max-width: 991px) {
    .contactiframe {
        height: 900px;
    }
}

@media (max-width: 1200px) {
    .contactiframe {
        height: 900px;
    }
}

/*----------------Gallery-------------*/

 @media (max-width: 992px) {
   .gallery-container .highslide, .gallery-container img {
       width: 50%;
   }
}
 
 
 /*------------Zeng Modal-----------*/
 
  @media (max-width: 600px) {
    .modal-content.zeng {
         width: ;
    }
}

/*-----------Products/Inner pages----------*/


 @media (max-width: 430px) {
    .staticSection .posts-container .container .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .staticSection .posts-container .container .row a {
         display: block;
         border-top: 1px solid #e4e4e4;
    }
    
    .posts-container #dle-content a {
        border-top: 1px solid #e4e4e4;
        display: block;
    }
}


/*------------Full story---------*/

 @media (max-width: 1200px) and (min-width: 992px) {
    #full-story-posts p {
        /*width: 56%;*/
        width: 62.3%;
    }
    
    /*#full-story-posts .row .highslide {*/
    /*    margin-top: 10px;*/
    /*    margin-right: 15px;*/
    /*}*/
    
    #full-story-posts .row .highslide, #full-story-posts img {
        width: calc(32.4% - 5px);
    }
    
    /*#full-story-posts p {*/
    /*    margin-left: 0;*/
    /*}*/
    
    /*#full-story-posts .row .highslide:first-child {*/
    /*    width: 40%;*/
    /*}*/
    
    /* #full-story-posts .row .highslide:first-child img {*/
    /*    width: 100%;*/
    /*    object-fit: cover;*/
    /*}*/
}


 @media (max-width: 992px) {
 #full-story-posts p {
    width: 47%;
    margin-left: 5px;
}

/*#full-story-posts .row .highslide {*/
/*    margin-top: 10px;*/
/*}*/

/*#full-story-posts .row .highslide:first-child {*/
/*    width: 46%;*/
/*     margin-right: 0px;*/
/*}*/

  /*#full-story-posts .row .highslide {*/
  /*  width: 46%;*/
  /*  margin-right: 27px;*/
  /*}*/
  
  #full-story-posts .row .highslide, #full-story-posts img {
        width: calc(48% - 10px);
        margin: 11px 5px;
  }
      
/* #full-story-posts .row .highslide img {*/
/*     width: 100%;*/
/* }*/
    
/* #full-story-posts .row .highslide:first-child img {*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*}*/
}

 @media (max-width: 767px) {
 /* #full-story-posts .row .highslide {*/
 /*  width: 46%;*/
 /*  margin-right: 20px;*/
 /*}*/
 
 #full-story-posts p {
    width: 48%;
 }
 
  #full-story-posts .row .highslide, #full-story-posts img {
        width: calc(50% - 10px);
        height: auto;
  }
}

 
@media (max-width: 530px) {
 /*#full-story-posts .row .highslide {*/
 /*    width: 45%;*/
 /*}*/
 
 #full-story-posts p {
     padding: 12px;
 }
}

@media (max-width: 465px) {
 #full-story-posts .row .highslide, #full-story-posts img {
     width: 100%;
     margin-right: 0;
     margin-left: 0;
 }
 
 /*#full-story-posts .row .highslide:first-child {*/
 /*    width: 100%;*/
 /*}*/
 
 #full-story-posts p {
     width: 100%;
     margin-left: 0px;
 }
}


/*---------------Gallery-----------*/
  @media (max-width: 1200px) {
    .gallery-container .highslide, .gallery-container img {
       width: calc(33.33% - 10px);
  }
  }
  
    @media (max-width: 767px) {
    .gallery-container .highslide, .gallery-container img {
        width: calc(50% - 10px);
  }
}

/*    @media (max-width: 530px) {*/
/*    .gallery-container .highslide {*/
/*        width: 49%;*/
/*        margin-right: 1px;*/
/*  }*/
/*}*/

    @media (max-width: 400px) {
    .gallery-container .highslide, .gallery-container img {
        width: calc(100% - 10px);
  }
}
 
 
 /*----------Whatsapp------------*/
 
 @media (max-width: 991px) {
   .fixed-nums {
     display: block;
 }
 
 #whatsapp {
     display: none;
 }
 
 footer {
     padding-bottom: 60px;
 }
}
 
 
@media (max-width: 360px) {
  .main-right-side .right-side:last-child .contact-item {
      line-height: 55px;
  }
 .main-right-side .right-side:last-child .contact-item:first-child {
      line-height: 55px;
 }
}

/*------------References-static----------*/

 @media (max-width: 992px) {
     #refer .quote {
         width: 32%;
     }
     
      #refer .quote img {
         width: 100%;
         padding: 50px;
     }
 }
 
 @media (max-width: 767px) {
     #refer .quote {
         width: 48%;
     }
     
      #refer .quote img {
         width: 100%;
         padding: 50px;
     }
 }
 
  @media (max-width: 400px) {
 
      #refer .quote img {
         width: 100%;
         padding: 30px;
     }
 }
 
 /*---------------References home------------*/
 
  @media (max-width: 992px) {
       #references .row.references .quote {
         width: 32%;
     }
     
       #references .row.references .quote img {
         width: 100%;
         padding: 50px;
     }
 }

@media (max-width: 767px) {
    #references .row.references .quote {
        width: 48% !important;
    }
    
     #references .row.references .quote img {
        width: 100%;
        padding: 50px;
    }
}

  @media (max-width: 400px) {
 
       #references .row.references .quote img {
         width: 100%;
         padding: 30px;
     }
 }

 

 
 
 
 
 
 
 
 
 
 
