* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Titillium Web", sans-serif !important;
}
body a {
  text-decoration: none !important;
}

h1 {
  font-size: 90px !important;
  color: #fff;
  width: 15ch;
  animation: typing 3s steps(22), 1s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  h1 {
    font-size: 70px !important;
  }
  h2 {
    font-size: 50px !important;
  }
  .about_content {
    width: 100%;
  }
  .stone_title h3 {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner_bg {
    height: auto;
  }
  .banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
  }
  .banner-title .banner-content {
    font-size: 25px;
    color: #fff;
  }
  h1 {
    font-size: 40px !important;
    line-height: 50px !important;
    width: 13ch;
  }
  h2 {
    font-size: 40px !important;
  }
  .stone_title h3 {
    font-size: 25px !important;
  }
  .footer_bg .footer-wrapper {
    flex-direction: column;
  }
  .copy-right {
    flex-direction: column;
    text-align: center;
  }
  .about_page1 {
    height: auto;
  }
  .about_content {
    color: #fff;
    font-size: 20px;
  }
  .contact-form {
    margin-top: 20px;
  }
}/*# sourceMappingURL=media-query.css.map */