#lp-header {
  background: url("../img/imgs/block-chain.jpg") no-repeat;
  background-size: cover;
  background-position-y: -250px;
  position: relative;
  z-index: 999;
  height: 100vh;
  background-attachment: fixed;
}

#home-hd #logo-wrap {
  position: fixed;
  top: 20px;
}

#home-hd {
  position: fixed;
}

@media (max-width: 1740px) {
  #lp-header {
    background-position: center;
  }
}
.mask {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  z-index: 2;
}

#fv-set {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}
#fv-set .container {
  overflow: visible;
}
#fv-set .container img {
  width: 500px;
  padding-bottom: 20px;
}
#fv-set .container p {
  margin: 20px 0 60px 0;
  color: #bdbdbd;
}
#fv-set .container .btns button {
  background: rgba(0, 0, 0, 0.6);
}
#fv-set .container .btns button.btn_teal:hover {
  background: #008080;
}
#fv-set .container .btns button.btn_red:hover {
  background: #802000;
}
#fv-set .container .btns a, #fv-set .container .btns button {
  width: 200px;
}
#fv-set .container .btns a:first-child {
  margin-right: 20px;
}
#fv-set .container .btns a:nth-child(2) {
  margin-left: 20px;
}
#fv-set .container .mobile {
  display: none;
}

/* Features Bar */
#features {
  background-color: #3f3e3e;
  color: #fff;
}

.grid_features {
  display: grid;
  grid-template-rows: 60px 60px;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid_features p {
  position: relative;
  line-height: 60px;
  text-indent: 50px;
  padding-left: 10px;
  font-weight: lighter;
  margin: 0;
}
.grid_features .gf1 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.grid_features .gf1 p::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icons/star.png") no-repeat;
  background-size: contain;
}
.grid_features .gf2 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
.grid_features .gf2 p::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icons/price.png") no-repeat;
  background-size: contain;
}
.grid_features .gf3 {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.grid_features .gf3 p::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icons/eye.png") no-repeat;
  background-size: contain;
}
.grid_features .gf4 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.grid_features .gf4 p::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icons/report.png") no-repeat;
  background-size: contain;
}
.grid_features .gf5 {
  grid-row: 1 / 2;
  grid-column: 3 / 4;
}
.grid_features .gf5 p::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icons/solution.png") no-repeat;
  background-size: contain;
}
.grid_features .gf6 {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
}
.grid_features .gf6 p::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icons/handshake.png") no-repeat;
  background-size: contain;
}

/* Why Choose Us? */
#policy {
  background: #fff;
}
#policy #policy_contents {
  text-align: justify;
}
#policy #policy_contents p, #policy #policy_contents li {
  line-height: 1.9;
}
#policy #policy_contents li {
  position: relative;
  padding-left: 15px;
}
#policy #policy_contents li:before {
  content: "";
  background: url("../img/icons/bullet.png") no-repeat;
  background-size: cover;
  width: 8px;
  height: 8px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 12px;
  line-height: 1.9;
}

/* Computer Manufacturers Logos */
#manufacturers {
  background: #fff;
  /* Slideshow */
}
#manufacturers p {
  text-align: center;
  margin: 0;
  padding: 60px 0;
}
#manufacturers .slideshow {
  position: relative;
  overflow: hidden;
  /* slideContents */
}
#manufacturers .slideshow .slideContents {
  position: relative;
  background: transparent;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}
#manufacturers .slideshow .slideContents section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: autoplay 18s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  /* mechanism */
}
#manufacturers .slideshow .slideContents section img.manufacturer_logo {
  height: 35px;
  margin: 20px 0;
  max-width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  vertical-align: middle;
}
#manufacturers .slideshow .slideContents section#slide1 {
  position: relative;
}
@keyframes autoplay {
  0%, 27%, 100% {
    transform: none;
  }
  33% {
    transform: translateX(-100%);
  }
  33.001%, 94% {
    transform: translateX(100%);
  }
}
#manufacturers .slideshow .slideContents section#slide1 {
  animation-delay: 0s;
}
#manufacturers .slideshow .slideContents section#slide2 {
  animation-delay: -12s;
}
#manufacturers .slideshow .slideContents section#slide3 {
  animation-delay: -6s;
}

/* Service */
#service.bg {
  background: url("../img/imgs/dominus-wave.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#service .bg_mask {
  height: fit-content;
  background: rgba(0, 0, 0, 0.4);
}
#service .bg_mask .container {
  padding-bottom: 60px;
}
#service .bg_mask .container .grid {
  display: grid;
  grid-template-rows: 360px 360px;
  grid-template-columns: 550px 1fr 1fr;
  box-sizing: border-box;
}
#service .bg_mask .container .grid .sbox {
  background-color: #fff;
  padding: 40px 20px;
}
#service .bg_mask .container .grid .sbox h3 {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  color: #3f3e3e;
  text-transform: uppercase;
}
#service .bg_mask .container .grid .sbox h3:before {
  content: "";
  width: 50%;
  height: 2px;
  background: #3f3e3e;
  bottom: 0;
  position: absolute;
}
#service .bg_mask .container .grid .sbox p {
  line-height: 1.9;
}
#service .bg_mask .container .grid .sbox button {
  margin-top: 20px;
}
#service .bg_mask .container .grid .service_box1 {
  margin-right: 10px;
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}
#service .bg_mask .container .grid .service_box2 {
  margin-bottom: 10px;
  grid-row: 1 / 2;
  grid-column: 2 / 4;
}
#service .bg_mask .container .grid .service_box3 {
  margin-right: 5px;
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
#service .bg_mask .container .grid .service_box4 {
  margin-left: 5px;
  grid-row: 2 / 3;
  grid-column: 3 / 4;
}

/* Contact */
#contact_faq {
  background-color: #bdbdbd;
  height: auto;
  /* FAQ */
  /* #faq {
      width: 50%;
      float: right;
      margin-bottom: 60px;
  }
  
  #faq h1 {
      margin-bottom: 30px;
  }
  
  .acd-check {
      display: none;
  }
  
  .acd-label {
      background: rgb(63, 62, 62);
      color: $white;
      display: block;
      margin-bottom: 5px;
      padding: 10px;
  }
  
  .acd-label:hover {
      background-color: $white;
      color: rgb(63, 62, 62);
      cursor: pointer;
  }
  
  .acd-content{
      border: 1px solid var(--brandColor);
      height: 0;
      opacity: 0;
      padding: 0 10px;
      visibility: hidden;
  }
  .acd-check:checked + .acd-label + .acd-content{
      height: auto;
      opacity: 1;
      padding: 10px;
      visibility: visible;
      margin-bottom: 5px;
  }
  
  .acd-label:before {
      content: '\f054';
      font-family: map-get($fontAwesome, font-family);
      padding-right: 8px;
  }
  
  .acd-check:checked + label:before {
      content: '\f078';
      font-family: map-get($fontAwesome, font-family);
  } */
}
#contact_faq #contact {
  margin: 0 auto;
  width: 80%;
}
#contact_faq #contact form p {
  margin: 0;
  /* p.attach_file {
      margin: 0 0 0 7px;
  } */
}
#contact_faq #contact form p input, #contact_faq #contact form p textarea {
  width: 99%;
  padding: 8px;
  outline: none;
  border: 1px solid #3f3e3e;
  border-radius: 3px;
  font-size: 17px;
  margin: 10px 0 10px 7px;
  color: #3f3e3e;
  font-family: "Montserrat", sans-serif;
}
#contact_faq #contact form p input.iheight, #contact_faq #contact form p textarea.iheight {
  height: 40px;
}
#contact_faq #contact form p input.input:focus, #contact_faq #contact form p textarea.input:focus {
  box-shadow: 0 0 7px #008080;
  border: 1px solid #008080;
}
#contact_faq #contact form p input.input::-webkit-input-placeholder, #contact_faq #contact form p input.input:-moz-placeholder, #contact_faq #contact form p textarea.input::-webkit-input-placeholder, #contact_faq #contact form p textarea.input:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
#contact_faq #contact form button[type="submit"] {
  margin: 10px 0 60px 7px;
}

/*# sourceMappingURL=styles_home.css.map */
