/*----- responsive-design -----*/

@media only screen and (max-width: 41.25em) {

}
@media screen and (max-width: 1200px) {

  .modal-dialog {
      width: 90%;
      margin: 30px auto;
  }

  .modal:before {
    display: none
  }
    header.hero .btn {
        padding: 15px 25px;
    }
}
@media screen and (max-width: 1024px) {
    .owl-pagination {
        display: none !important
    }
    .owl-buttons {
        display: none !important
    }
    
    .site-wrapper {
        display: table;
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 15px 0px;
    }



}




@media screen and (max-width: 992px) {

  .tab-content h1{
    font-size:1.1em
  }

  .no-padding{
    padding-right: 0px;
    padding-left: 0px;
  }

.form {
    background: #fff;
    padding: 10px 10px 40px 10px;
    max-width: 600px;
    margin: 0 auto;
}
iframe.kitchen-video {
    height: auto
  }

  ul.main-nav {
    padding-right: 20px;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: .25s all;
    position: absolute;
    top: 0;
    right: 5%;
}
  nav img.theKitchenLogo {
  width: 120px
}

  nav {
    height: 40px;
    width: auto;
    position: relative;
    top: 3em;
    cursor: pointer;
    transition: .25s ease-in-out;
}
header.hero .hero-text img.iMac{
  padding: 15px;
  margin-top: 20px
}
  header.hero .hero-text {
    margin-top: 0;
    margin-bottom: 50px;
    color: #FFF;
}

header.hero h1{
  margin-top: 0;
  font-size: 3.5em !important

}
.aboutKitchen p, .aboutKitchen h1  {
  text-align: center
}
.aboutKitchen img {
  display: none
}

.allservices-sec .block h1, h1 {
  font-size: 1.7em !important;
  padding-bottom: 11px !important
}
  
.allservices-sec .block {
  padding: 0px 0;
  text-align: center;
}
.allservices-sec .block p {
  margin-bottom: 0
}
.allservices-sec .margin80 {
      margin-top: 10px;
}
.devices-display .holder {
  padding: 5em 1.5em
}
.allservices-sec .device-1 img, .device-1  {
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
    display: none
}
.allservices-sec .device-2 img, .device-2 {
    margin-top: 0;
    margin-right: 0;
    z-index: -1;
    float: right;
    display: none
}
.allservices-sec .device-3 img, .device-3 {
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
    display: none
}
.middle-action {
    background: #fff;
    background-image: none;
    padding-bottom: 125px;
}
.top-row > div{
  width: 100%
}
}
/* responsive */

@media (max-width: 720px){



  ul.main-nav li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 0px 5px 15px;
}

ul.main-nav.show-it {
    opacity: 1;
    visibility: visible;
    transition-delay: .25s;
    position: absolute;
    top: 100%;
    right: 0;
    color: #fff;
    padding-right: 0;
    text-align: right;
}


  .modal {
    position: fixed !important;
    top: 0;
    right: 0;
     bottom: 0; 
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
  .btn-lg {
    padding: .8em 3em;
    font-size: .8em;
  }
  h2.heading {
    font-size: 2em;
  }

  header.hero .hero-text
  {
    text-align: center;
    padding-bottom: 0;
  }
  
  header.hero h3 {
    font-size: 1.2em;
    line-height: 1.6em;

  }
  ul.social-links li.label {
    display: block;
    font-size: 16px;
    margin-bottom: 1em;
  }
  ul.social-links li a {
    opacity: 1;
  }
  .case-study .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .case-study .col-md-12 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  /*Swiper classes*/
  .client-box.swiper-slide-next {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: none;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .swiper-container {
    padding: 4em 0em;
  }
  .client-box {
    padding: 1em;
    text-align: center;
  }
  .stat-box {
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .stat-box h1 {
    font-size: 3.6em;
  }
  .stat-box h3 {
    font-size: 1.4em;
  }
  .contact-banner {
    padding: 2em;
  }
  .contact-banner h1 {
    font-size: 2em;
  }
  .footer {
    padding: 1em 0em;
  }

}




@media screen and (max-width: 480px) {
  header.hero .btn {
    margin: 2em 5px 1em 0;
    padding: 5px 15px;
    font-size: 12px;
   }
  .tab-group li a {
    font-size: 11px
  }

  #featurese-service .featurese-service-item .featurese-service-img {
    height: 200px;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
  }
  #featurese-service .featurese-service-item .featurese-service-text,
  #featurese-service .featurese-service-item .featurese-service-img {
    height: inherit;
    float: none !important;
    width: 100%;
    display: block !important;
  }
  #featurese-service .featurese-service-item {
    display: block !important;
  }
}

    
    
    
}
@media (max-width:320px){
  
}