/*
---------------------------------
Page - Landing Page
---------------------------------
*/
html,
body {
  width: 100%;
  height: 100dvh;
  min-height: -webkit-fill-available;
}

.page-template-page-landing {
  background: #000;
  font-family: "Almoni Neue", sans-serif;
}
.page-template-page-landing.admin-bar {
  margin-top: -46px;
}
.page-template-page-landing.admin-bar #wpadminbar {
  display: none;
}
.page-template-page-landing .elementor-location-header {
  display: none;
}
.page-template-page-landing .elementor-location-footer {
  display: none;
}
.page-template-page-landing .page-wrap {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: -webkit-fill-available;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.page-template-page-landing .page-wrap .mobile-wrap {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.page-template-page-landing .badge-logo {
  position: absolute;
  top: 25px;
  left: 25px;
  max-width: 100px;
}
.page-template-page-landing .boxes-wrap {
  width: 100%;
}
.page-template-page-landing .content-box {
  background: rgba(4, 40, 63, 0.54);
  color: #fff;
  width: 100%;
  max-width: 400px;
  width: 80%;
  margin: 0 auto;
  padding: 20px 15px 30px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  -o-border-image: linear-gradient(204deg, rgba(221, 221, 221, 0), #aaa, rgba(221, 221, 221, 0), rgba(221, 221, 221, 0), #aaa) 30;
     border-image: linear-gradient(204deg, rgba(221, 221, 221, 0), #aaa, rgba(221, 221, 221, 0), rgba(221, 221, 221, 0), #aaa) 30;
  /*position: absolute;*/
  /*bottom: 0;*/
}
.page-template-page-landing .content-box .top-line {
  font-size: 34px;
}
.page-template-page-landing .content-box .text-logo {
  max-width: 250px;
  margin-bottom: 15px;
}
.page-template-page-landing .content-box .subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-template-page-landing .content-box .text {
  font-size: 22px;
  margin: 0 auto;
  line-height: 28px;
}
.page-template-page-landing .action-box {
  background: rgba(5, 36, 57, 0.95);
  text-align: center;
  padding: 15px 15px 20px;
  width: 100%;
}
.page-template-page-landing .action-box h5 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
}
.page-template-page-landing .action-box .btn-primary {
  font-family: "Almoni Neue", sans-serif;
  background: #FD9714;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  padding: 4px 16px;
  width: 100%;
  max-width: 240px;
  border-radius: 0;
}
.page-template-page-landing .action-box .btn-primary:hover {
  background: #c36e02;
}
.page-template-page-landing .action-box-mobile {
  display: none;
  background: none;
}
.page-template-page-landing .modal-contact {
  margin-top: 5vh;
}
.page-template-page-landing .modal-contact .modal-content {
  background: #0a1d29;
  border-radius: 0;
  padding: 20px;
}
.page-template-page-landing .modal-contact .modal-content .modal-content-inner {
  border-width: 2px;
  border-style: solid;
  -o-border-image: linear-gradient(58deg, rgba(221, 221, 221, 0), #ccc, rgba(221, 221, 221, 0), rgba(221, 221, 221, 0), #ccc) 30;
     border-image: linear-gradient(58deg, rgba(221, 221, 221, 0), #ccc, rgba(221, 221, 221, 0), rgba(221, 221, 221, 0), #ccc) 30;
}
.page-template-page-landing .modal-contact .modal-header {
  border: none;
  color: #fff;
}
.page-template-page-landing .modal-contact .modal-header .btn-close {
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  margin: 5px;
  padding: 5px;
  width: 25px;
  height: 25px;
  font-weight: 700;
  font-size: 28px;
  line-height: 20px;
  cursor: pointer;
}
.page-template-page-landing .modal-contact .modal-body {
  text-align: center;
  color: #fff;
  font-size: 28px;
}
.page-template-page-landing .modal-contact .modal-body .modal-logo {
  max-width: 250px;
  margin: 0 auto 20px;
}
.page-template-page-landing .modal-contact .modal-body .body-text {
  margin-bottom: 0;
  line-height: 30px;
  font-size: 27px;
}
.page-template-page-landing .modal-contact .modal-body .fancy-body-text {
  line-height: 30px;
  font-size: 27px;
}
.page-template-page-landing .modal-contact .modal-body .fancy-body-text span {
  display: inline-block;
  position: relative;
}
.page-template-page-landing .modal-contact .modal-body .fancy-body-text span:before,
.page-template-page-landing .modal-contact .modal-body .fancy-body-text span:after {
  content: "";
  position: absolute;
  height: 5px;
  -o-border-image: linear-gradient(90deg, #605f5f, rgba(221, 221, 221, 0)) 1;
     border-image: linear-gradient(90deg, #605f5f, rgba(221, 221, 221, 0)) 1;
  border-width: 2px;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
  top: 50%;
  width: 50px;
}
.page-template-page-landing .modal-contact .modal-body .fancy-body-text span:before {
  right: 100%;
  margin-right: 15px;
}
.page-template-page-landing .modal-contact .modal-body .fancy-body-text span:after {
  left: 100%;
  margin-left: 15px;
  -o-border-image: linear-gradient(90deg, rgba(221, 221, 221, 0), #605f5f) 1;
     border-image: linear-gradient(90deg, rgba(221, 221, 221, 0), #605f5f) 1;
}
.page-template-page-landing .modal-contact .modal-body .text-before-form {
  padding-top: 20px;
  font-size: 20px;
  margin-bottom: 5px;
}
.page-template-page-landing .modal-contact .elementor-form .elementor-field-group {
  margin-bottom: 25px !important;
}
.page-template-page-landing .modal-contact .elementor-form .elementor-field-group .elementor-field-label {
  display: none;
}
.page-template-page-landing .modal-contact .elementor-form .elementor-field-group .elementor-field {
  background: #fff;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  opacity: 1;
}
.page-template-page-landing .modal-contact .elementor-form .elementor-field-group .elementor-field.disabled {
  background: #aaa !important;
  cursor: disabled;
  opacity: 0.6;
}
.page-template-page-landing .modal-contact .elementor-form .elementor-field-type-submit .elementor-button {
  background: #FD9714;
  color: #333 !important;
  font-size: 24px;
  font-weight: 600;
  padding: 4px 16px;
  width: 100%;
  border-radius: 0;
}
.page-template-page-landing .modal-contact .elementor-form .elementor-field-type-submit .elementor-button.disabled {
  cursor: disabled;
  opacity: 0.6;
}
.page-template-page-landing .modal-contact .elementor-message {
  font-size: 20px;
}
.page-template-page-landing .modal-contact .elementor-message.elementor-message-danger {
  font-size: 14px;
}
.page-template-page-landing .page-wrap.theme-white {
  background-color: #fff;
}
.page-template-page-landing .page-wrap.theme-white .content-box {
  background: rgba(255, 255, 255, 0.74);
  -o-border-image: linear-gradient(204deg, rgba(221, 221, 221, 0), #ccc, rgba(221, 221, 221, 0), rgba(221, 221, 221, 0), #ccc) 30;
     border-image: linear-gradient(204deg, rgba(221, 221, 221, 0), #ccc, rgba(221, 221, 221, 0), rgba(221, 221, 221, 0), #ccc) 30;
  color: #0a1d29;
}
.page-template-page-landing .page-wrap.theme-white .content-box .top-line {
  font-size: 28px;
  margin-bottom: 0;
}
.page-template-page-landing .page-wrap.theme-white .content-box .text-logo {
  filter: invert(94%) sepia(91%) saturate(740%) hue-rotate(159deg) brightness(96%) contrast(95%);
}
.page-template-page-landing .page-wrap.theme-white .content-box .subtitle {
  padding-top: 5px;
  text-align: left;
  font-weight: 400;
  font-size: 26px;
}
.page-template-page-landing .page-wrap.theme-white .content-box .text {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
}
.page-template-page-landing .page-wrap.theme-white .action-box {
  background: rgba(255, 255, 255, 0.95);
  color: #0a1d29;
}
.page-template-page-landing .page-wrap.theme-white .action-box h5 {
  color: #0a1d29;
  font-weight: 500;
}
.page-template-page-landing .page-wrap.theme-white .action-box .btn-primary {
  border: 1px solid #FD9714;
}
.page-template-page-landing .page-wrap.theme-white .action-box-mobile {
  padding-top: 30px;
  background: none;
}
@media (min-width: 768px) {
  .page-template-page-landing .mobile-wrap {
    background-image: none !important;
  }
  .page-template-page-landing .page-wrap .mobile-wrap {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .page-template-page-landing .content-box {
    margin-left: 100px;
    margin-right: auto;
    max-width: 500px;
    padding-top: 140px;
    padding: 120px 35px 30px;
  }
  .page-template-page-landing .content-box .top-line {
    font-size: 50px;
  }
  .page-template-page-landing .content-box .text-logo {
    max-width: 100%;
    margin-bottom: 5px;
  }
  .page-template-page-landing .content-box .subtitle {
    font-size: 28px;
  }
  .page-template-page-landing .content-box .text {
    font-size: 28px;
  }
  .page-template-page-landing .content-box .btn-primary {
    margin-top: 15px;
    font-size: 28;
  }
  .page-template-page-landing .action-box {
    display: none;
    margin-top: 40px;
  }
  .page-template-page-landing .action-box h5 {
    font-size: 32px;
    font-weight: 700;
  }
  .page-template-page-landing .action-box-mobile {
    display: block;
  }
  .page-template-page-landing .badge-logo {
    right: 50px;
    top: 50px;
    left: auto;
    max-width: 120px;
  }
  .page-template-page-landing .page-wrap.theme-white .content-box .top-line {
    font-size: 34px;
  }
  .page-template-page-landing .page-wrap.theme-white .content-box .subtitle {
    font-size: 28px;
  }
  .page-template-page-landing .page-wrap.theme-white .content-box .text {
    font-size: 28px;
    font-weight: 400;
  }
  .page-template-page-landing .page-wrap.theme-white .action-box h5 {
    font-size: 28px;
    font-weight: 700;
  }
}/*# sourceMappingURL=landing.css.map */