@media all and (max-width:1100px) and (min-width:992px) {
  .navigation ul li a {
    padding: 20px 55px;
  }

  .wrapper {
    width: 90%;
  }
}

@media all and (max-width:991px) and (min-width:768px) {
  .item {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .logo-area {
    display: none;
  }

  .nav-bar {
    display: none;
  }

  .mobile-nav {
    background-color: #111;
    padding: 15px;
    display: flex;
    justify-content: space-between;
  }

  .navigation {
    float: none;
    margin-left: 0;
  }

  .mobile-logo img {
    width: 80px;
    margin-bottom: -50px;
    position: relative;
    z-index: 9999;
  }

  .mobile-nav a {
    display: inline-block;
    color: #fff;
    font-size: 24px;
  }

  .nav-bar {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    background: #000;
  }

  .navigation ul li {
    display: block;
  }

  .wrapper {
    width: 90%;
  }
  #home-slider .item img {
      display: block;
      widows: auto;
      height: 100%;
      min-height:600px;
  }
  /* Single Portfolio */
  .single-port {
    width: 50%;
    margin-bottom: 20px;
  }

  /* Single Services */
  .single-service {
    width: 49%;
    margin-bottom: 20px;
  }

  /* Single Contact */
  .single-contact {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media all and (max-width:767px) {
  .wrapper {
    width: 90%;
  }

  .logo-area {
    display: none;
  }

  .nav-bar {
    display: none;
  }

  .mobile-nav {
    background-color: #111;
    padding: 15px;
    display: flex;
    justify-content: space-between;
  }

  .navigation {
    float: none;
    margin-left: 0;
  }

  .mobile-logo img {
    width: 80px;
    margin-bottom: -50px;
    position: relative;
    z-index: 9999;
  }

  .mobile-nav a {
    display: inline-block;
    color: #fff;
    font-size: 24px;
  }

  .nav-bar {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    background: #000;
  }

  .navigation ul li {
    display: block;
  }

  .home-padding {
    padding: 280px 0 200px 0;
  }
  #home-slider .item img {
      display: block;
      widows: auto;
      height: 100%;
      min-height:600px;
  }

  /* Single Portfolio */
  .single-port {
    width: 100%;
    margin-bottom: 20px;
  }

  /* Single Services */
  .single-service {
    width: 100%;
    margin-bottom: 20px;
  }

  /* Single Contact */
  .single-contact {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-address {
    padding-right: 0px;
  }
}
