@media screen and (max-width: 767px) {
  #hero-banner .hand-image {
    display: none;
  }
  #gallery {
    display: none;
  }
  #hero-banner .hero-back {
    padding: 22px 16px;
  }
  #gallery .gallery-grid .grid {
    grid-template-columns: repeat(2, 170px);
  }
  #gallery {
    margin-top: 0;
    padding-top: 30px;
  }
  #footer .social-media {
    display: none;
  }
  #stickey-social .sticky-icon {
    z-index: 999;
  }
  #gallery .pl-3 {
    padding-left: 10px !important;
  }
  #gallery .list-box {
    padding: 20px;
  }
  #hero-slider .marquee h1 {
    font-size: 44px;
  }
  .SectionTitle h3 {
    font-size: 36px;
    text-align: center;
  }
  #gallery .list-box ul {
    padding-left: 0;
  }
  #skills .skill-pills ul {
    display: block;
    padding-left: 0;
  }
  #project .SectionTitle h3 {
    text-align: center;
  }
  #mobile-slide .SectionTitle h3 {
    font-size: 32px;
  }
  #Gallery-2 .SectionTitle h3 {
    font-size: 32px;
  }
  #footer .contact-form {
    width: 100%;
    position: relative;
  }
  #footer .SectionTitle h3 {
    text-align: center;
  }
  #footer .foot-back {
    padding: 30px 20px;
  }
  #footer .contact-form {
    padding: 20px;
  }
  #header .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}/*# sourceMappingURL=responsive.css.map */