/* #region default1 */
/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
  }
  
  /*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Customize the background color to match your design.
   */
  
  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  /*
   * A better looking default horizontal rule
   */
  
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  
  /*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
  
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  
  /*
   * Remove default fieldset styles.
   */
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  /*
   * Allow only vertical resizing of textareas.
   */
  
  textarea {
    resize: vertical;
  }
  /* #endregion default1 */
  
  /* #region global */
  body, html {
    overflow-x: hidden;
    position: relative;
  }
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  body {
    margin: 0;
  }
  section {
    position: relative;
  }
  .wrapper {
    width: 86%;
    margin: 0 auto;
  }
  .white {
    color: #ffffff;
  }
  .blue {
    color: #2292C4;
  }
  h1, h2, h3, h4, p, a, li {
    margin: 0;
    text-decoration: none;
    list-style: none;
  }
  /* #endregion global */
  
  /* #region header */
  #menu-hamb {
    display: none;
  }
  header {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 1vw 0 0 0;
  }
  div#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  div#header01 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header01 img {
    width: 9.3vw;
    margin-right: 1.3vw;
  }
  #text-logo h1 {
    font-size: 1.1vw;
    letter-spacing: 0.2vw;
  }
  #text-logo h2 {
    font-size: 1vw;
    letter-spacing: 0.17vw;
  }
  #text-logo h3 {
    font-size: 0.8vw;
    letter-spacing: 0.09vw;
  }
  div#header02 {
    display: flex;
    gap: 1.2vw;
    align-items: center;
    transition: all .4s ease-in-out;
  }
  menu {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1.3vw;
  }
  menu a {
    font-size: 0.9vw;
    letter-spacing: 0.08vw;
    border: 0.1vw solid rgb(255 255 255 / 0%);
    border-radius: 0.3vw;
    padding: 0.2vw 0.6vw;
  }
  menu a.active {
    border: 0.1vw solid #2292C4;
  }
  #header02 a.phone-header {
    font-size: 0.9vw;
    letter-spacing: 0.07vw;
  }
  li#submenu-parent {
    position: relative;
    cursor: pointer;
  }
  ul#submenu {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    background: rgb(0 0 0 / 41%);
    width: 12.2vw;
    padding: 0;
    text-align: center;
    top: 1.7vw;
    left: -3.5vw;
  }
  menu ul#submenu a {
    border-top: 1px solid #2292C4;
    display: block;
    border-radius: 0;
    border-bottom: 1px solid #2292C4;
    padding: 0.4vw 0;
  }
  
  /* #endregion header */
  
  /* #region index */
  section#services {
    z-index: 2;
    box-shadow: 0 0 20px 8px #000000a3;
  }
  #video-hero video {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
  }
  div#hero-content {
    position: relative;
    z-index: 3;
  }
  section#hero {
    min-height: 50vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
  }
  section#hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 42%);
    z-index: 1;
  }
  #hero-content img {
    width: 22vw;
    margin-bottom: 1vw;
  }
  #hero-content h2 {
    font-size: 2.9vw;
    letter-spacing: 0.3vw;
    text-shadow: -1px 1px 1px BLACK;
  }
  #hero-content h3 {
    text-shadow: -1px 1px 1px BLACK;
    font-size: 1.8vw;
    letter-spacing: 0.2vw;
    margin: 0.5vw 0 0.5vw 0;
  }
  #hero-content h4 {
    font-size: 1.6vw;
    letter-spacing: 0.35vw;
  }
  div#services-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-service {
    position: relative;
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    min-height: 54vw;
    text-shadow: -1px 1px 1px BLACK;
    padding: 0 2.4vw;
  }
  div#item-service01 {
    background: url(../img/about-gm.jpeg) bottom center no-repeat;
    background-size: cover;
  }
  div#item-service02 {
    background: url(../img/FPL00470.jpg) bottom center no-repeat;
    background-size: cover;
  }
  div#item-service03 {
    background: url(../img/FPL00112.jpg) center no-repeat;
    background-size: cover;
  }
  div#item-service04 {
    background: url(../img/FPL00406.jpg) center no-repeat;
    background-size: cover;
  }
  .item-service h3 {
    font-size: 2.1vw;
    letter-spacing: 0.6vw;
    margin-bottom: 0.9vw;
    z-index: 2;
  }
  .item-service p {
    font-size: 1.1vw;
    margin-bottom: 3vw;
    z-index: 2;
    letter-spacing: 0.3vw;
    min-height: 6vw;
  }
  .item-service a {
    font-size: 1vw;
    letter-spacing: 0.1vw;
    border: 1px solid;
    border-radius: 6px;
    display: block;
    width: 11vw;
    padding: 0.7vw 0;
    margin-bottom: 3vw;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 30%);
    z-index: 2;
  }
  .cover-black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    transition: all .2s ease-in-out;
  }
  .item-service:hover > .cover-black {
    opacity: 0;
  }
  section#services02 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #services02 .item-service {
      width: 50%;
      min-height: 46vw;
  }
  div#item-service05 {
    background: url(../img/FPL00438-2.jpg) center no-repeat;
    background-size: cover;
  }
  div#item-service06 {
    background: url(../img/FPL00200.jpg) center no-repeat;
    background-size: cover;
  }
  div#logo-circle {
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    background: #000000c2;
    align-items: center;
    justify-content: center;
    height: 23vw;
    width: 23vw;
    border-radius: 50%;
    margin-top: -8vw;
    z-index: 4;
  }
  div#logo-circle img {
    width: 15vw;
    margin-bottom: 1.3vw;
  }
  div#logo-circle p {
    font-size: 0.9vw;
    letter-spacing: 0.1vw;
  }
  section#speak {
    background: url(../img/before-footer.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 45vw;
    background-attachment: fixed;
    text-align: center;
    padding: 0 15vw;
    text-shadow: -1px 1px 1px BLACK;
  }
  section#speak::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 16%);
    box-shadow: inset 0 0 15px 7px #000000b3;
  }
  #speak h3 {
    font-size: 2.1vw;
    letter-spacing: 0.3vw;
    z-index: 2;
  }
  #speak p {
    font-size: 1.2vw;
    letter-spacing: 0.3vw;
    margin: 1.7vw 0 1.7vw 0;
    z-index: 2;
    line-height: 2vw;
    text-align: justify;
  }
  #speak a {
    background: #2292C4;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    width: 33vw;
    padding: 0.9vw 0;
    margin-top: 4vw;
    box-shadow: 0 0 7px 3px #0000007d;
    z-index: 2;
  }
  /* #endregion index */
  
  /* #region onsite */
  #onsite #item-service05 {
    background: url(../img/FPL00524.jpg) center no-repeat;
    background-size: cover;
  }
  #onsite #item-service06 {
    background: url(../img/FPL00489.jpg) center no-repeat;
    background-size: cover;
  }
  
  #onsite #item-service01 {
    background: url(../img/FPL00247.jpg) center no-repeat;
    background-size: cover;
  }
  #onsite #item-service02 {
    background: url(../img/FPL00498_1.jpg) center no-repeat;
    background-size: cover;
  }
  #onsite #item-service03 {
    background: url(../img/FPL00470.jpg) center no-repeat;
    background-size: cover;
  }
  #onsite #item-service04 {
    background: url(../img/hallway.jpg) center no-repeat;
    background-size: cover;
  }
  
  #onsite #item-service07 {
    background: url(../img/FPL00009.jpg) center no-repeat;
    background-size: cover;
  }
  #onsite #item-service08 {
    background: url(../img/FPL00474.jpg) center no-repeat;
    background-size: cover;
  }
  #onsite #item-service09 {
    background: url(../img/building-improvements/FPL00506-2-2.jpg) center no-repeat;
    background-size: cover;
  }
  section#services03 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #services03 .item-service {
    width: 100%;
    min-height: 46vw;
  }
  #onsite #logo-circle h3 {
    font-weight: 600;
    font-size: 1.5vw;
    line-height: 2.4vw;
    letter-spacing: 0.3vw;
  }
  /* #endregion onsite */
  
  /* #region kitchen */
  #kitchen #item-service05 {
    background: url(../img/gm-kitchen01.jpg) center no-repeat;
    background-size: cover;
  }
  #kitchen #item-service06 {
    background: url(../img/FPL00024-2.jpg) center no-repeat;
    background-size: cover;
  }
  
  #kitchen #item-service01 {
    background: url(../img/kitchen/FPL00447-2.jpg) center no-repeat;
    background-size: cover;
  }
  #kitchen #item-service02 {
    background: url(../img/FPL00449-2.jpg) center no-repeat;
    background-size: cover;
  }
  #kitchen #item-service03 {
    background: url(../img/FPL00453-3.jpg) center no-repeat;
    background-size: cover;
  }
  #kitchen #item-service04 {
    background: url(../img/FPL00451-2.jpg) center no-repeat;
    background-size: cover;
  }
  #kitchen #item-service07 {
    background: url(../img/gm-kitchen02.jpg) center no-repeat;
    background-size: cover;
  }
  #kitchen #services03 .item-service {
    width: 100%;
    min-height: 46vw;
  }
  #kitchen #logo-circle h3, 
  #bathroom #logo-circle h3,
  #demo #logo-circle h3,
  #midway #logo-circle h3 {
    font-size: 1.3vw;
    letter-spacing: 0.1vw;
    margin-bottom: 0.4vw;
  }
  #kitchen #logo-circle p, 
  #bathroom #logo-circle p,
  #demo #logo-circle p,
  #midway #logo-circle p {
      font-size: 1.1vw;
  }
  
  /* #endregion kitchen */
  
  /* #region bathroom */
  #bathroom #item-service05 {
    background: url(../img/bathroom/FPL00207.jpg) center no-repeat;
    background-size: cover;
  }
  #bathroom #item-service06 {
    background: url(../img/bathroom/FPL00232-2.jpg) center no-repeat;
    background-size: cover;
  }
  
  #bathroom #item-service01 {
    background: url(../img/bathtub.jpg) center no-repeat;
    background-size: cover;
  }
  #bathroom #item-service02 {
    background: url(../img/bathroom/FPL00217.jpg) center no-repeat;
    background-size: cover;
  }
  #bathroom #item-service03 {
    background: url(../img/FPL00296-2.jpg) center no-repeat;
    background-size: cover;
  }
  #bathroom #item-service04 {
    background: url(../img/FPL00143-1-2.jpg) center no-repeat;
    background-size: cover;
  }
  
  #bathroom #item-service07 {
    background: url(../img/bathroom/FPL00097.jpg) center no-repeat;
    background-size: cover;
  }
  #bathroom #item-service08 {
    background: url(../img/bathroom/FPL00205.jpg) center no-repeat;
    background-size: cover;
  }
  #bathroom #item-service09 {
    background: url(../img/bathroom/FPL00200.jpg) center no-repeat;
    background-size: cover;
  }
  /* #endregion bathroom */
  
  /* #region demo */
  #demo #item-service05 {
    background: url(../img/demolition-framing/FPL00153.jpg) center no-repeat;
    background-size: cover;
  }
  #demo #item-service06 {
    background: url(../img/demolition-framing/FPL00112.jpg) center no-repeat;
    background-size: cover;
  }
  
  #demo #item-service01 {
    background: url(../img/demolition-framing/FPL00109.jpg) center no-repeat;
    background-size: cover;
  }
  #demo #item-service02 {
    background: url(../img/demolition-framing/FPL00262-3.jpg) center no-repeat;
    background-size: cover;
  }
  #demo #item-service03 {
    background: url(../img/demolition-framing/FPL00258.jpg) center no-repeat;
    background-size: cover;
  }
  #demo #item-service04 {
    background: url(../img/demolition-framing/FPL00158.jpg) center no-repeat;
    background-size: cover;
  }
  #demo #item-service07 {
    background: url(../img/demolition-framing/FPL00111.jpg) center no-repeat;
    background-size: cover;
  }
  #demo #services03 .item-service {
    width: 100%;
    min-height: 46vw;
  }
  /* #endregion demo */
  
  /* #region midway */
  #midway #item-service05 {
    background: url(../img/midway/FPL00427.jpg) center no-repeat;
    background-size: cover;
  }
  #midway #item-service06 {
    background: url(../img/midway/FPL00400.jpg) center no-repeat;
    background-size: cover;
  }
  
  #midway #item-service01 {
    background: url(../img/midway/FPL00425.jpg) center no-repeat;
    background-size: cover;
  }
  #midway #item-service02 {
    background: url(../img/midway/FPL00421.jpg) center no-repeat;
    background-size: cover;
  }
  #midway #item-service03 {
    background: url(../img/midway/FPL00415.jpg) center no-repeat;
    background-size: cover;
  }
  #midway #item-service04 {
    background: url(../img/midway/FPL00102.jpg) center no-repeat;
    background-size: cover;
  }
  #midway #item-service07 {
    background: url(../img/midway/FPL00256.jpg) center no-repeat;
    background-size: cover;
  }
  #midway #services03 .item-service {
    width: 100%;
    min-height: 46vw;
  }
  /* #endregion midway */
  
  /* #region about */
  #about #hero-content h4 {
    font-size: 1.6vw;
    letter-spacing: 0.15vw;
    margin-bottom: 1.5vw;
  }
  #about #hero-content p {
    font-size: 1.1vw;
    line-height: 2.2vw;
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    letter-spacing: 0.3vw;
  }
  /* #endregion about */
  
  /* #region contact */
  #contact #hero-content img {
    width: 29vw;
    margin-bottom: 0;
  }
  #contact div#hero-content {
    display: flex;
    align-items: center;
    gap: 3vw;
  }
  #contact #hero-content h2 {
    font-size: 2.2vw;
    letter-spacing: 0.2vw;
    text-shadow: -1px 1px 1px BLACK;
  }
  p#contact-l1 {
    font-size: 0.9vw;
    letter-spacing: 0.1vw;
    margin: 0.7vw 0 0.5vw 0;
  }
  p#contact-l2 {
    font-size: 0.8vw;
    letter-spacing: 0.05vw;
  }
  #contact #hero-content h3 {
    font-size: 2.5vw;
    letter-spacing: 0.2vw;
    margin: 0.5vw 0 0.5vw 0;
  }
  #contact #hero-content h4 {
    font-size: 1.5vw;
    letter-spacing: 0.05vw;
  }
  #contact #video-hero h5 {
    font-size: 1.5vw;
    margin: 0;
  }
  /* #endregion contact */
  
  
  
  /* #region footer */
  footer#footer {
    background: url(../img/footer-bg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
  }
  #footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3vw 0;
  }
  #footer01 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  div#logo-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 3vw;
  }
  #logo-footer img {
    width: 13vw;
    margin-bottom: 0.7vw;
  }
  #logo-footer p {
    font-size: 0.8vw;
    text-align: center;
    letter-spacing: 0.1vw;
  }
  div#social-footer {
    display: flex;
    flex-direction: column;
    gap: 0.7vw;
    margin-right: 3vw;
  }
  div#contact-footer {
    display: flex;
    flex-direction: column;
    gap: 0.7vw;
    justify-content: center;
  }
  div#social-footer img, #contact-footer img {
    width: 1.8vw;
  }
  #contact-footer img {
    margin-right: 0.5vw;
  }
  #contact-footer-line01 a {
    font-size: 1vw;
    letter-spacing: 0.2vw;
  }
  #contact-footer-line02 a {
    font-size: 0.9vw;
  }
  #contact-footer-line03 a {
    font-size: 0.8vw;
  }
  .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5vw;
    width: 25vw;
    margin: 0 0 0 1.5vw;
    justify-content: center;
  }
  .form-group input {
    width: calc(50% - 1.4vw);
    font-size: 0.9vw;
    padding: 0.5vw 0.4vw;
    border-radius: 6px;
    border: 0;
    box-shadow: inset 0 0 6px 1px #0000007d;
  }
  .form-group input#input-submit {
    width: calc(100% - 0.7vw);
    background: #2292c4;
    box-shadow: 2px 2px 2px 4px #00000078;
    color: #fff;
  }
  
  
  /* #endregion footer */
  
  
  
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  @media only screen and (max-width: 1200px) {
    .wrapper {
      width: 96%;
    }
    #header01 img {
      width: 10.5vw;
      margin-right: 1.5vw;
    }
    #text-logo h1 {
      font-size: 1.3vw;
      letter-spacing: 0.3vw;
    }
    #text-logo h2 {
      font-size: 1.08vw;
      letter-spacing: 0.3vw;
      margin: 0.3vw 0 0.2vw 0;
    }
    #text-logo h3 {
      font-size: 1.02vw;
      letter-spacing: 0.11vw;
    }
    menu {
      gap: 1.1vw;
    }
    menu a {
      font-size: 1.2vw;
      letter-spacing: 0.08vw;
      border-radius: 0.4vw;
      padding: 0.2vw 0.3vw;
    }
    #header02 a.phone-header {
      font-size: 1.2vw;
      letter-spacing: 0.07vw;
    }
    /*----*/
    #video-hero video {
      width: 120%;
      left: -10%;
    }
    section#hero {
      min-height: 57vw;
    }
    #hero-content img {
      width: 30vw;
      margin-bottom: 2vw;
    }
    #hero-content h2 {
      font-size: 3.3vw;
      letter-spacing: 0.5vw;
    }
    #hero-content h3 {
      font-size: 2vw;
      letter-spacing: 0.4vw;
      margin: 0.7vw 0 1.2vw 0;
    }
    #hero-content h4 {
      font-size: 1.9vw;
      letter-spacing: 0.37vw;
    }
    /*---*/
    .item-service {
      min-height: 46vw;
      padding: 0 3.4vw;
    }
    .item-service h3 {
      font-size: 2.5vw;
      letter-spacing: 0.6vw;
      margin-bottom: 1.4vw;
    }
    .item-service p {
      font-size: 1.4vw;
      margin-bottom: 3.3vw;
      letter-spacing: 0.5vw;
    }
    .item-service a {
      font-size: 1.3vw;
      letter-spacing: 0.2vw;
      width: 14vw;
      padding: 0.9vw 0;
      margin-bottom: 3.8vw;
    }
    #services02 .item-service {
      min-height: 53vw;
    }
    div#logo-circle {
      height: 27vw;
      width: 27vw;
      margin-top: -16vw;
    }
    div#logo-circle img {
      width: 19vw;
      margin-bottom: 1.7vw;
    }
    div#logo-circle p {
      font-size: 1.3vw;
      letter-spacing: 0vw;
    }
    /*---*/
    section#speak {
      min-height: 69vw;
    }
    #speak h3 {
      font-size: 2.7vw;
      letter-spacing: 0.2vw;
    }
    #speak p {
      font-size: 1.6vw;
      margin: 2.1vw 0 2.1vw 0;
      line-height: 1.9;
    }
    #speak a {
      font-size: 1.4vw;
      letter-spacing: 0.2vw;
      width: 36vw;
      margin-top: 6vw;
    }
    /*---*/
    #logo-footer img {
      width: 17vw;
      margin-bottom: 0.9vw;
    }
    #logo-footer p {
      font-size: 1.2vw;
    }
    #footer .wrapper {
      padding: 3.5vw 0;
    }
    div#social-footer img, #contact-footer img {
      width: 2.9vw;
    }
    #contact-footer-line01 a {
      font-size: 1.4vw;
      letter-spacing: 0.3vw;
    }
    #contact-footer-line02 a {
      font-size: 1.3vw;
    }
    #contact-footer-line03 a {
      font-size: 1.2vw;
    }
    .form-group {
      gap: 1vw;
      width: 33vw;
      margin: 0 0 0 2vw;
    }
    .form-group input {
      width: calc(50% - 2.4vw);
      font-size: 1.3vw;
      padding: 0.8vw 0.8vw;
      border-radius: 4px;
    }
    /*---*/
    #about #hero-content h4 {
      font-size: 2.5vw;
      letter-spacing: 0.15vw;
      margin-bottom: 1.5vw;
    }
    #about #hero-content p {
      font-size: 1.7vw;
      line-height: 2.7vw;
      width: 90%;
    }
    /*---*/
    #onsite div#logo-circle {
      margin-top: -14vw;
    }
    #onsite #logo-circle h3 {
      font-size: 2.1vw;
      line-height: 2.8vw;
    }
    /*---*/
    #kitchen #logo-circle h3, #bathroom #logo-circle h3, #demo #logo-circle h3, #midway #logo-circle h3 {
      font-size: 1.9vw;
      letter-spacing: 0.1vw;
      margin-bottom: 0.4vw;
    }
    #kitchen #logo-circle p, #bathroom #logo-circle p, #demo #logo-circle p, #midway #logo-circle p {
      font-size: 1.7vw;
    }
    /*---*/
    #contact #hero-content img {
      width: 32vw;
      margin-bottom: 0;
    }
    #contact #hero-content h2 {
      font-size: 2.9vw;
      letter-spacing: 0.3vw;
    }
    p#contact-l1 {
      font-size: 1.2vw;
      letter-spacing: 0.12vw;
      margin: 0.5vw 0 0.6vw 0;
    }
    p#contact-l2 {
      font-size: 1vw;
      letter-spacing: 0.1vw;
    }
    #contact #hero-content h3 {
      font-size: 3vw;
      letter-spacing: 0.1vw;
      margin: 0.4vw 0 0.3vw 0;
    }
    #contact #hero-content h4 {
      font-size: 2.1vw;
      letter-spacing: 0vw;
    }
    #contact #video-hero h5 {
      font-size: 2vw;
      margin: 0;
    }
    /*---*/
    ul#submenu {
      top: 2.7vw;
    }
    #about section#hero {
      min-height: 80vw;
    }
    #about #video-hero video {
      width: 160%;
      left: -33%;
    }
    /*---*/
    #onsite #services02 .item-service,
    #kitchen #services02 .item-service,
    #bathroom #services02 .item-service,
    #demo #services02 .item-service,
    #midway #services02 .item-service
    {
      min-height: 68vw;
    }
  }
  /*-----------------------------------------------------------------------------------*/
  @media only screen and (max-width: 800px) {
    header {
      padding: 14px 0 0 0;
    }
    div#menu-hamb {
      width: 50px;
      height: 50px;
      background: #2292c4;
      border-radius: 7px;
      position: absolute;
      right: 10px;
      top: 10px;
      box-shadow: -4px 4px 3px 2px #00000052;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 7px;
      cursor: pointer;
    }
    #menu-hamb span {
      display: block;
      width: 80%;
      height: 6px;
      background: #fff;
    }
    div#header02 {
      gap: 8px;
      align-items: flex-end;
      flex-direction: column;
      position: absolute;
      right: -300px;
      top: 60px;
      background: #151515c2;
      padding: 30px 20px 30px 20px;
      border-radius: 10px;
    }
    div#header02.active-menu {
      right: 0px;
    }
    menu {
      gap: 8px;
      flex-direction: column;
      align-items: flex-end;
    }
    menu a {
      font-size: 15px;
      letter-spacing: 2px;
      border-radius: 4px;
      padding: 3px 5px;
    }
    #header02 a.phone-header {
      font-size: 15px;
      letter-spacing: 2px;
    }
    #header01 img {
      width: 120px;
      margin-right: 10px;
    }
    #text-logo h1 {
      font-size: 14px;
      letter-spacing: 2px;
    }
    #text-logo h2 {
      font-size: 12px;
      letter-spacing: 2.8px;
      margin: 0;
    }
    #text-logo h3 {
      font-size: 12px;
      letter-spacing: 0.5px;
      margin-top: 3px;
    }
    /*---*/
    #hero-content img {
      width: 200px;
      margin-bottom: 15px;
    }
    #hero-content h2 {
      font-size: 20px;
      letter-spacing: 5px;
    }
    #hero-content h3 {
      font-size: 17px;
      letter-spacing: 4px;
      margin: 7px 0 7px 0;
    }
    #hero-content h4 {
      font-size: 16px;
      letter-spacing: 5px;
    }
    section#hero {
      min-height: 500px;
    }
    #video-hero video {
      width: 160%;
      left: -28%;
    }
    /*---*/
    div#services-container {
      flex-wrap: wrap;
    }
    .item-service {
      min-height: 320px;
      padding: 0 30px;
      width: calc(50% - 60px);
    }
    .item-service h3 {
      font-size: 25px;
      letter-spacing: 8px;
      margin-bottom: 19px;
    }
    .item-service p {
      font-size: 18px;
      letter-spacing: 3px;
      margin-bottom: 30px;
    }
    .item-service a {
      font-size: 18px;
      letter-spacing: 4px;
      width: 157px;
      padding: 7px 0;
      margin-bottom: 40px;
    }
    .item-service a {
      font-size: 18px;
      letter-spacing: 3px;
      width: 157px;
      padding: 7px 0;
      margin-bottom: 40px;
    }
    /*---*/
    div#logo-circle {
      top: 509px;
      height: 186px;
      width: 186px;
      padding: 13px 13px;
      margin: 0;
    }
    #services02 .item-service {
      min-height: 500px;
      width: 100%;
    }
    div#logo-circle img {
      width: 150px;
      margin-bottom: 12px;
    }
    div#logo-circle p {
      font-size: 14px;
      letter-spacing: 2px;
    }
    /*---*/
    section#speak {
      min-height: auto;
      padding: 90px 40px;
    }
    #speak h3 {
      font-size: 22px;
      letter-spacing: 3px;
    }
    #speak p {
      font-size: 15px;
      margin: 20px 0;
      letter-spacing: 3px;
    }
    #speak a {
      font-size: 19px;
      letter-spacing: 2.1px;
      width: 290px;
      margin-top: 40px;
    }
    /*---*/
    #footer .wrapper {
      padding: 40px 0;
    }
    #footer .wrapper {
      padding: 40px 0;
      flex-direction: column;
      gap: 20px;
    }
    #footer01 {
      flex-direction: column;
      gap: 20px;
    }
    div#logo-footer {
      margin-right: 0;
    }
    #logo-footer img {
      width: 150px;
      margin-bottom: 12px;
    }
    #logo-footer p {
      font-size: 12px;
      letter-spacing: 1.8px;
    }
    div#social-footer {
      flex-direction: row;
      gap: 10px;
      margin-right: 0;
    }
    div#social-footer img, #contact-footer img {
      width: 32px;
    }
    #contact-footer-line01 a {
      font-size: 16px;
      letter-spacing: 3px;
    }
    #contact-footer-line02 a {
      font-size: 14px;
    }
    #contact-footer-line03 a {
      font-size: 12px;
    }
    .form-group {
      gap: 12px;
      width: 300px;
      margin: 0 auto;
    }
    .form-group input {
      width: calc(50% - 26px);
      font-size: 16px;
      padding: 9px 10px;
      border-radius: 4px;
    }
    .form-group input#input-submit {
      width: 100%;
    }
    /*---*/
    section#hero {
      min-height: auto;
      padding: 130px 0 130px 0;
    }
    #about #hero-content h4 {
      font-size: 22px;
      letter-spacing: 3px;
      width: 90%;
      margin: 0 auto 20px auto;
    }
    #about #hero-content p {
      font-size: 16px;
      line-height: 27px;
      width: 90%;
      margin: 0 auto;
      text-align: justify;
      letter-spacing: 2px;
    }
    #about #video-hero video {
      width: 270%;
      left: -87%;
    }
    #onsite #services02 .item-service, #kitchen #services02 .item-service, #bathroom #services02 .item-service, #demo #services02 .item-service, #midway #services02 .item-service {
      min-height: 540px;
    }
    #onsite div#logo-circle {
      padding: 13px;
      margin-top: 0;
    }  
    #kitchen div#logo-circle, #bathroom div#logo-circle, #demo div#logo-circle, #midway div#logo-circle {
      top: 130px;
      height: 316px;
      width: 316px;
      padding: 13px;
      margin: 0;
    }
    #onsite #logo-circle h3 {
      font-size: 20px;
      line-height: 27px;
    }
    #kitchen #logo-circle h3, #bathroom #logo-circle h3, #demo #logo-circle h3, #midway #logo-circle h3 {
      font-size: 21px;
      letter-spacing: 4px;
      margin-bottom: 5px;
    }
    #kitchen #logo-circle p, #bathroom #logo-circle p, #demo #logo-circle p, #midway #logo-circle p {
      font-size: 16px;
    }
    /*---*/
    #contact div#hero-content {
      gap: 25px;
      flex-direction: column;
    }
    #contact #hero-content h2 {
      font-size: 28px;
      letter-spacing: 0;
    }
    p#contact-l1 {
      font-size: 16px;
      letter-spacing: 0;
      margin: 10px 0;
    }
    p#contact-l2 {
      font-size: 14px;
      letter-spacing: 0;
    }
    #contact #hero-content h3 {
      font-size: 30px;
      letter-spacing: 0;
      margin: 13px 0 13px 0;
    }
    #contact #hero-content h4 {
      font-size: 20px;
      letter-spacing: 0;
    }
    #contact #video-hero h5 {
      font-size: 19px;
      margin: 10px 0 0 0;
    }
    /*---*/
    ul#submenu {
      position: relative;
      left: 0;
      width: auto;
      padding: 0;
      text-align: right;
      top: 0;
      left: 0;
    }
    #submenu-parent a {
      display: block;
      text-align: right;
    }
    menu ul#submenu a {
      padding: 9px 10px;
    }
    #onsite section#services02, #about section#services02, #home section#services02, #contact section#services02 {
      flex-direction: column;
    }
    .cover-black {
      display: none;
    }
  }
  /*----------------------------------------------------------------*/
  @media only screen and (max-width: 600px) {
    div#text-logo {
      display: none;
    }
    section#hero {
      min-height: 80vh;
      padding: 0 25px;
    }
    #video-hero video {
      width: 380%;
      left: -140%;
    }
    .item-service {
      min-height: 80vh;
      padding: 0 25px;
      width: calc(100% - 50px);
  }
    #services02 .item-service {
      min-height: 80vh;
      width: calc(100% - 50px);
      padding: 150px 25px 0 25px;
    }
    /*---*/
    #about #video-hero video {
      display: none;
    }
    #about section#hero {
      min-height: auto;
      padding: 90px 25px 90px 25px;
      background: url(../img/before-footer.jpg) center no-repeat;
      background-size: cover;
    }
    #about #hero-content p {
      width: 100%;
    }
    #about #hero-content h4 {
      width: 100%;
    }
    /*--*/
    section#services03 {
      flex-direction: column;
    }
    #services03 .item-service {
      width: 100%;
      min-height: 570px;
    }
    #services03 .item-service {
      width: 100%;
      min-height: 570px !important;
    }
    #onsite #services02 .item-service, #kitchen #services02 .item-service, #bathroom #services02 .item-service, #demo #services02 .item-service, #midway #services02 .item-service {
      min-height: 570px;
    }
    #onsite div#logo-circle {
      padding: 16px;
      margin: 0;
      top: 606px;
    }
    #kitchen div#logo-circle, #bathroom div#logo-circle, #demo div#logo-circle, #midway div#logo-circle {
      top: 150px;
      height: 250px;
      width: 250px;
      padding: 16px;
    }
    #onsite #logo-circle h3 {
      font-size: 17px;
      line-height: 24px;
      letter-spacing: 3px;
    }
    #home div#logo-circle, #onsite div#logo-circle, #about div#logo-circle, #contact div#logo-circle {
      display: none;
    }
    .item-service::before {
      display: none;
    }
  }
  
  
  /* #region default2 */
  /*
   * Hide visually and from screen readers
   */
  
  .hidden,
  [hidden] {
    display: none !important;
  }
  
  /*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * 1. For long content, line feeds are not interpreted as spaces and small width
   *    causes content to wrap 1 word per line:
   *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
   */
  
  .visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
  }
  
  /*
   * Extends the .visually-hidden class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */
  
  .visually-hidden.focusable:active,
  .visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
  }
  
  /*
   * Hide visually and from screen readers, but maintain layout
   */
  
  .invisible {
    visibility: hidden;
  }
  
  /*
   * Clearfix: contain floats
   *
   * The use of `table` rather than `block` is only necessary if using
   * `::before` to contain the top-margins of child elements.
   */
  
  .clearfix::before,
  .clearfix::after {
    content: "";
    display: table;
  }
  
  .clearfix::after {
    clear: both;
  }
  
  /* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
  
  @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }
  
  @media print,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }
  
  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
  
  @media print {
    *,
    *::before,
    *::after {
      background: #fff !important;
      color: #000 !important;
      /* Black prints faster */
      box-shadow: none !important;
      text-shadow: none !important;
    }
  
    a,
    a:visited {
      text-decoration: underline;
    }
  
    a[href]::after {
      content: " (" attr(href) ")";
    }
  
    abbr[title]::after {
      content: " (" attr(title) ")";
    }
  
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
      content: "";
    }
  
    pre {
      white-space: pre-wrap !important;
    }
  
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
  
    tr,
    img {
      page-break-inside: avoid;
    }
  
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
  
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
  /* #endregion default2 */
  