@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-warning-rgb: 255, 193, 7;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.headbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .headbox {
    font-size: 5rem;
  }
}

.tailbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .tailbox {
    font-size: 4.5rem;
  }
}

.containerwrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .containerwrap {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.spanbox {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.spanbox .nav-link.active, .spanbox .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .spanbox {
    flex-direction: row;
  }
  .navbar-expand-lg .spanbox .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.boxcore {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.viewsegment {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

.quiz-section {
  background-image: url("images/solid1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .zonelayer {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .zonelayer img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



.quiz-section {
  background-image: url("images/solid1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.quiz-section {
  background-image: url("images/solid1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.script-section-title {
  font-style: normal;
  line-height: 1.3;
}

.foldbox {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.headbox,
.tailbox,
.containerwrap,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */

/*! Text-aligns */
.abstractbox {
  text-align: left;
}

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.script-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

nav .script-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.shellunit .stackunit {
  min-height: 100vh;
}

.shellunit {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .zonelayer img {
  display: -webkit-flex;
  width: auto;
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .spanbox.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .script-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.form-control:focus {
  box-shadow: none;
}

.stackunit {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.item {
  position: relative;
}
.quiz-section {
  background-image: url("images/solid1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@font-face {
  font-family: 'framework2';
  font-display: swap;
  src:  url('fonts/guideline2.eot');
  src:  url('fonts/guideline2.eot') format('embedded-opentype'),
    url('fonts/guideline2.woff2') format('woff2'),
    url('fonts/guideline2.woff') format('woff'),
    url('fonts/guideline2.ttf') format('truetype'),
    url('fonts/guideline2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.quiz-section {
  background-image: url("images/solid1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
body {
  font-family: Host Grotesk;
}
.headbox {
  font-family: 'Indie Flower', handwriting;
  font-size: 5rem;
  line-height: 1;
}
.tailbox {
  font-family: 'Indie Flower', handwriting;
  font-size: 3.6rem;
  line-height: 1.1;
}
.containerwrap {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-5 {
  font-family: 'Indie Flower', handwriting;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .headbox {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .headbox {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .tailbox {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .containerwrap {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .headbox {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .tailbox {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .containerwrap {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd769 !important;
  border-color: #ffd769 !important;
  color: #694d00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe59c !important;
  border-color: #ffe59c !important;
  box-shadow: none;
}

.btn-warning:disabled {
  color: #694d00 !important;
  background-color: #ffe59c !important;
  border-color: #ffe59c !important;
}
.text-primary {
  color: #000000 !important;
}
.text-warning {
  color: #ffd769 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffbc03 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.boxcore {
  background-color: #70c770;
}
.viewsegment {
  background-color: #181818;
}
.script-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #000000;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.script-section-btn .btn {
  padding: 16px 20px;
  flex-direction: row-reverse;
  border-radius: 1.2rem !important;
  font-weight: 400 !important;
}
.script-section-btn .btn-primary,
.script-section-btn .btn-warning {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.modularbox,
.plan,
.card,
.item-wrapper,
.item-content,
.embla {
  border-radius: 1.2rem !important;
}
.item-number {
  border-radius: 1.2rem !important;
}
ul.spanbox {
  border-radius: .6rem !important;
}
.nav-item .nav-link {
  border-radius: .6rem !important;
}
.zonecore {
  background-color: transparent;
}
.zonecore .navbar-dropdown {
  background-color: #ffd769 !important;
  padding: 0;
}
.zonecore .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .zonecore .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .zonecore .menu_box .navbar-collapse {
    background-color: #ffd769 !important;
    transition: all 0s ease 0s;
  }
}
.zonecore .navbar-dropdown {
  position: relative !important;
}
.zonecore .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.zonecore .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .zonecore .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .zonecore .nav-item {
    margin: 0 !important;
  }
}
.zonecore .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.zonecore .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #181818;
  transition: all 0.3s ease-in-out;
}
.zonecore .nav-item .nav-link:hover,
.zonecore .nav-item .nav-link:focus {
  color: #181818 !important;
}
.zonecore .nav-item .nav-link:hover::before,
.zonecore .nav-item .nav-link:focus::before {
  width: 100%;
}
.zonecore .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.zonecore .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .zonecore .spanbox {
    margin: 0;
  }
}
.zonecore .nav-item:focus,
.zonecore .nav-link:focus {
  outline: none;
}
.zonecore .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .zonecore .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.zonecore .navbar .zonelayer img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.zonecore .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zonecore .navbar .nav-item {
    padding: .5rem 0;
  }
  .zonecore .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .zonecore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zonecore .navbar .zonelayer img {
    height: 3rem !important;
  }
  .zonecore .navbar ul.spanbox {
    overflow: hidden;
  }
  .zonecore .navbar ul.spanbox li {
    margin: 0;
  }
  .zonecore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .zonecore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zonecore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.zonecore .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zonecore .navbar-brand .zonelayer a {
  outline: none;
}
.zonecore .navbar-expand-lg .spanbox .nav-link {
  padding: 4px 0 !important;
}
.zonecore ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.zonecore button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffd769;
  background: #ffd769;
}
.zonecore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.zonecore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zonecore .navbar {
    height: 70px;
  }
  .zonecore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zonecore .navbar-dropdown .zonelayer {
  margin-right: 10px;
}
.zonecore .navbar-caption:hover {
  color: #181818;
}
@media (min-width: 992px) {
  .zonecore .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.zonecore .navbar-caption {
  color: #ffffff;
}

.zonecore .script-section-btn {
  text-align: center;
}
.zonecore a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.shiftbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/blue1.jpg");
}
.shiftbox .stackunit {
  background: #060606;
  opacity: 0.9;
}
.shiftbox .coreunit .logo-wrapper {
  margin-bottom: 36px;
}
.shiftbox .coreunit .logo-wrapper img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.shiftbox .coreunit .script-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .shiftbox .coreunit .script-section-title {
    margin-bottom: 48px;
  }
}
.shiftbox .coreunit .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .shiftbox .coreunit .text-wrapper {
    margin-top: 48px;
  }
}
.shiftbox .coreunit .text-wrapper .foldbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .shiftbox .coreunit .text-wrapper .foldbox {
    width: 100%;
  }
}
.shiftbox .coreunit .text-wrapper .foldbox span {
  background: linear-gradient(90deg, #ffd769, #ffe59c 65%, #fff2cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shiftbox .coreunit .script-section-btn {
  margin-top: 36px;
}
.shiftbox .trackbox {
  display: flex;
  justify-content: center;
}
.shiftbox .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .shiftbox .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.shiftbox .embla__slide:hover .modularbox,
.shiftbox .embla__slide:focus .modularbox {
  border: 2px solid #ffd769;
  background-color: #ffd769;
}
.shiftbox .embla__slide .modularbox {
  width: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.shiftbox .embla__slide .modularbox .item-wrapper {
  padding: 12px;
  background-color: #000000;
  border: 1px solid #000000;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .shiftbox .embla__slide .modularbox .item-wrapper {
    display: block;
    padding: 16px;
  }
}
.shiftbox .embla__slide .modularbox .item-wrapper .item-img {
  width: 34%;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .shiftbox .embla__slide .modularbox .item-wrapper .item-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.shiftbox .embla__slide .modularbox .item-wrapper .item-img img {
  height: 115px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .shiftbox .embla__slide .modularbox .item-wrapper .item-img img {
    height: 180px;
  }
}
.shiftbox .embla__slide .modularbox .item-wrapper .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.shiftbox .embla__slide .modularbox .item-wrapper .item-content {
  width: 66%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .shiftbox .embla__slide .modularbox .item-wrapper .item-content {
    width: 100%;
    display: block;
  }
}
.shiftbox .embla__slide .modularbox .item-wrapper .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .shiftbox .embla__slide .modularbox .item-wrapper .item-content .text-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.shiftbox .embla__slide .modularbox .item-wrapper .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.shiftbox .embla__slide .modularbox .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.shiftbox .embla {
  position: relative;
  width: 50%;
}
@media (max-width: 992px) {
  .shiftbox .embla {
    width: 100%;
  }
}
.shiftbox .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.shiftbox .embla__container {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.shiftbox .script-section-title {
  color: #ffffff;
}
.shiftbox .foldbox,
.shiftbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.shiftbox .item-title {
  color: #ffffff;
  text-align: justify;
}
.shiftbox .item-text {
  color: #ffffff;
}
.shiftbox .script-section-title,
.shiftbox .script-section-btn,
.shiftbox .logo-wrapper {
  text-align: center;
}
.shiftbox .script-section-title,
.shiftbox .logo-wrapper,
.shiftbox .script-section-btn {
  color: #ffd769;
}
.cluster {
  background-color: #000000;
}
.cluster .row {
  justify-content: center;
  margin: 0 -24px;
}
.cluster .row .card {
  padding: 0 24px;
}
.cluster .card-wrapper {
  border: 3px solid #ffd769;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .cluster .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .cluster .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .cluster .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.cluster .card-wrapper .card-wrap .script-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cluster .card-wrapper .card-wrap .script-section-title {
    margin-bottom: 30px;
  }
}
.cluster .card-wrapper .card-wrap .foldbox {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cluster .card-wrapper .card-wrap .foldbox {
    margin-bottom: 30px;
  }
}
.cluster .inner {
  height: 100%;
}
.cluster .inner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .cluster .inner img {
    height: 350px;
  }
}
.cluster .script-section-title {
  color: #cbff5b;
}
.cluster .foldbox {
  color: #ffffff;
  text-align: center;
}
.cluster .script-section-title,
.cluster .script-section-btn {
  text-align: center;
  color: #ffd769;
}
.flowsegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.flowsegment .row {
  position: relative;
}
.flowsegment .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #000000 50%, #ffd769);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .flowsegment .row .blur-circle {
    display: none;
  }
}
.flowsegment .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .flowsegment .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .flowsegment .row {
    padding: 0 24px;
  }
}
.flowsegment .title {
  display: flex;
  align-items: center;
}
.flowsegment .boxareaunit {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 992px) {
  .flowsegment .boxareaunit {
    margin-bottom: 32px;
  }
}
.flowsegment .boxareaunit .script-section-title {
  margin-bottom: 10px;
}
.flowsegment .boxareaunit .script-section-title span {
  position: relative;
  z-index: 1;
}
.flowsegment .boxareaunit .script-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #000000;
  z-index: -1;
}
.flowsegment .boxareaunit .foldbox {
  margin-bottom: 0;
}
.flowsegment .card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
  padding: 16px;
  border-radius: 8px;
  background-color: #ffd769;
  z-index: 2;
}
.flowsegment .card .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background-color: #000000;
  border-radius: 100%;
  margin-right: 16px;
}
.flowsegment .card .card-number .piece {
  margin-bottom: 0;
}
.flowsegment .card .script-card-title {
  margin-bottom: 0;
  width: 80%;
}
.flowsegment .script-section-title {
  color: #f4efe8;
}
.flowsegment .foldbox {
  color: #f4efe8;
  text-align: center;
}
.flowsegment .piece {
  color: #ffffff;
}
.flowsegment .script-card-title {
  color: #111111;
}
.flowsegment .script-section-btn {
  margin-top: 20px;
}
.flowsegment .script-section-title,
.flowsegment .script-section-btn {
  color: #ffd769;
  text-align: center;
}
.formunit {
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("images/deep1.jpeg");
}
.formunit::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.formunit .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .formunit .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .formunit .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .formunit .container {
    padding: 0 22px;
  }
}
.formunit .row {
  position: relative;
  z-index: 1;
}
.formunit .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.formunit .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .formunit .boxareaunit {
    margin-bottom: 20px;
  }
}
.formunit .boxareaunit .script-section-title {
  margin-bottom: 10px;
}
.formunit .boxareaunit .foldbox {
  margin-bottom: 0;
}
.formunit .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .formunit .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.formunit .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.formunit .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nav-wrapper .list .item-wrap:hover,
.formunit .nav-wrapper .list .item-wrap:hover {
  color: #ffd769;
}
.formunit .nav-wrapper .list .item-wrap:hover::before,
.formunit .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.formunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .nodewrapunit {
    margin-bottom: 20px;
  }
}
.formunit .nodewrapunit .core .item-contact {
  margin-bottom: 15px;
}
.formunit .nodewrapunit .core .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a {
  display: block;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment {
  color: #ffd769;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before {
  width: 100%;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .desc-wrapper {
    margin-bottom: 20px;
  }
}
.formunit .containbox {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.formunit .script-section-title {
  color: #ffd769;
}
.formunit .foldbox {
  color: #ffffff;
}
.formunit .list {
  color: #ffffff;
}
.formunit .boxsegment {
  color: #ffffff;
}
.zonecore {
  background-color: transparent;
}
.zonecore .navbar-dropdown {
  background-color: #ffd769 !important;
  padding: 0;
}
.zonecore .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .zonecore .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .zonecore .menu_box .navbar-collapse {
    background-color: #ffd769 !important;
    transition: all 0s ease 0s;
  }
}
.zonecore .navbar-dropdown {
  position: relative !important;
}
.zonecore .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.zonecore .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .zonecore .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .zonecore .nav-item {
    margin: 0 !important;
  }
}
.zonecore .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.zonecore .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #181818;
  transition: all 0.3s ease-in-out;
}
.zonecore .nav-item .nav-link:hover,
.zonecore .nav-item .nav-link:focus {
  color: #181818 !important;
}
.zonecore .nav-item .nav-link:hover::before,
.zonecore .nav-item .nav-link:focus::before {
  width: 100%;
}
.zonecore .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.zonecore .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .zonecore .spanbox {
    margin: 0;
  }
}
.zonecore .nav-item:focus,
.zonecore .nav-link:focus {
  outline: none;
}
.zonecore .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .zonecore .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.zonecore .navbar .zonelayer img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.zonecore .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zonecore .navbar .nav-item {
    padding: .5rem 0;
  }
  .zonecore .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .zonecore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zonecore .navbar .zonelayer img {
    height: 3rem !important;
  }
  .zonecore .navbar ul.spanbox {
    overflow: hidden;
  }
  .zonecore .navbar ul.spanbox li {
    margin: 0;
  }
  .zonecore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .zonecore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zonecore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.zonecore .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zonecore .navbar-brand .zonelayer a {
  outline: none;
}
.zonecore .navbar-expand-lg .spanbox .nav-link {
  padding: 4px 0 !important;
}
.zonecore ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.zonecore button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffd769;
  background: #ffd769;
}
.zonecore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.zonecore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zonecore .navbar {
    height: 70px;
  }
  .zonecore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zonecore .navbar-dropdown .zonelayer {
  margin-right: 10px;
}
.zonecore .navbar-caption:hover {
  color: #181818;
}
@media (min-width: 992px) {
  .zonecore .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.zonecore .navbar-caption {
  color: #ffffff;
}

.zonecore .script-section-btn {
  text-align: center;
}
.zonecore a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.content {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.content .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .content .main-image {
    display: none;
  }
}
@media (max-width: 992px) {
  .content .container {
    padding: 0 16px;
  }
}
.content .row {
  position: relative;
  z-index: 1;
}
.content .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .content .coreunit {
    margin-bottom: 32px;
  }
}
.content .coreunit .script-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .content .coreunit .script-section-title {
    margin-bottom: 32px;
  }
}
.content .coreunit .text-wrapper .foldbox {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .content .coreunit .text-wrapper .foldbox {
    width: 100%;
  }
}
.content .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #000000;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .content .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.content .card-wrapper .innerwrap {
  margin-top: -6rem;
}
.content .card-wrapper .innerwrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd769;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.content .card-wrapper .card-text {
  margin-bottom: 0;
}
.content .script-section-title {
  color: #000000;
}
.content .foldbox {
  color: #000000;
}
.content .card-title {
  color: #000000;
}
.content .card-text {
  color: #ffffff;
  text-align: center;
}
.content .script-section-title,
.content .script-section-btn {
  color: #ffd769;
  text-align: center;
}
.content .card-title,
.content .innerwrap {
  text-align: center;
}
.wrapunit {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.wrapunit .row.card {
  padding: 0 90px;
  background-color: #000000;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .wrapunit .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.wrapunit .row.card .script-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .wrapunit .row.card .script-section-title {
    margin: 32px 0 0 0;
  }
}
.wrapunit .row.card .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .wrapunit .row.card .inner {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .wrapunit .row.card .inner {
    display: block;
  }
}
.wrapunit .row.card .inner img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.wrapunit .row.card .inner img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .wrapunit .row.card .inner img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.wrapunit .row.card .inner img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .wrapunit .row.card .inner img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.wrapunit .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .wrapunit .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.wrapunit .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.wrapunit .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #cc9600;
  transition: all .3s ease;
}
.wrapunit .row.card .text-wrapper .foldbox {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.wrapunit .row.card .text-wrapper .script-section-btn {
  position: relative;
  z-index: 1;
}
.wrapunit .script-section-title {
  color: #ffd769;
  text-align: left;
}
.wrapunit .foldbox {
  color: #6e716f;
}
.wrapunit .foldbox,
.wrapunit .script-section-btn {
  color: #ffffff;
}
.section {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.section .markbox {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .section .inner {
    margin-bottom: 32px;
  }
}
.section .inner img {
  height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .section .inner img {
    height: 350px;
  }
}
.section .coreunit {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .section .coreunit {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.section .coreunit .boxareaunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .section .coreunit .boxareaunit {
    margin-bottom: 32px;
  }
}
.section .coreunit .boxareaunit .innerwrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .section .coreunit .boxareaunit .innerwrap {
    display: block;
  }
}
.section .coreunit .boxareaunit .innerwrap .script-section-title {
  margin-bottom: 0;
}
.section .coreunit .text-wrapper .foldbox {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .section .coreunit .text-wrapper .foldbox {
    width: 100%;
    margin-bottom: 32px;
  }
}
.section .script-section-title {
  color: #191c25;
}
.section .foldbox {
  color: #191c25;
}
.section .script-section-title,
.section .boxareaunit {
  color: #ffd769;
}
.section .foldbox,
.section .text-wrapper {
  color: #ffffff;
}
.shell {
  padding-top: 9rem;
  padding-bottom: 7rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.shell .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #3f3416 43%, #000000 100%);
}
.shell .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #3f3416 43%, #000000 100%);
}
.shell .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #3f3416 43%, #000000 100%);
}
.shell .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .shell .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .shell .container {
    padding: 0 30px;
  }
}
.shell .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.shell .coreunit .script-section-title {
  margin-bottom: 40px;
}
.shell .coreunit .text-wrapper .foldbox {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shell .coreunit .text-wrapper .foldbox {
    margin-bottom: 30px;
    width: 100%;
  }
}
.shell .script-section-title {
  color: #ffffff;
}
.shell .foldbox,
.shell .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.shell .script-section-title,
.shell .script-section-btn {
  text-align: center;
  color: #ffd769;
}
.formunit {
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("images/deep1.jpeg");
}
.formunit::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.formunit .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .formunit .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .formunit .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .formunit .container {
    padding: 0 22px;
  }
}
.formunit .row {
  position: relative;
  z-index: 1;
}
.formunit .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.formunit .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .formunit .boxareaunit {
    margin-bottom: 20px;
  }
}
.formunit .boxareaunit .script-section-title {
  margin-bottom: 10px;
}
.formunit .boxareaunit .foldbox {
  margin-bottom: 0;
}
.formunit .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .formunit .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.formunit .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.formunit .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nav-wrapper .list .item-wrap:hover,
.formunit .nav-wrapper .list .item-wrap:hover {
  color: #ffd769;
}
.formunit .nav-wrapper .list .item-wrap:hover::before,
.formunit .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.formunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .nodewrapunit {
    margin-bottom: 20px;
  }
}
.formunit .nodewrapunit .core .item-contact {
  margin-bottom: 15px;
}
.formunit .nodewrapunit .core .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a {
  display: block;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment {
  color: #ffd769;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before {
  width: 100%;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .desc-wrapper {
    margin-bottom: 20px;
  }
}
.formunit .containbox {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.formunit .script-section-title {
  color: #ffd769;
}
.formunit .foldbox {
  color: #ffffff;
}
.formunit .list {
  color: #ffffff;
}
.formunit .boxsegment {
  color: #ffffff;
}
.zonecore {
  background-color: transparent;
}
.zonecore .navbar-dropdown {
  background-color: #ffd769 !important;
  padding: 0;
}
.zonecore .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .zonecore .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .zonecore .menu_box .navbar-collapse {
    background-color: #ffd769 !important;
    transition: all 0s ease 0s;
  }
}
.zonecore .navbar-dropdown {
  position: relative !important;
}
.zonecore .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.zonecore .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .zonecore .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .zonecore .nav-item {
    margin: 0 !important;
  }
}
.zonecore .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.zonecore .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #181818;
  transition: all 0.3s ease-in-out;
}
.zonecore .nav-item .nav-link:hover,
.zonecore .nav-item .nav-link:focus {
  color: #181818 !important;
}
.zonecore .nav-item .nav-link:hover::before,
.zonecore .nav-item .nav-link:focus::before {
  width: 100%;
}
.zonecore .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.zonecore .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .zonecore .spanbox {
    margin: 0;
  }
}
.zonecore .nav-item:focus,
.zonecore .nav-link:focus {
  outline: none;
}
.zonecore .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .zonecore .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.zonecore .navbar .zonelayer img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.zonecore .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zonecore .navbar .nav-item {
    padding: .5rem 0;
  }
  .zonecore .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .zonecore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zonecore .navbar .zonelayer img {
    height: 3rem !important;
  }
  .zonecore .navbar ul.spanbox {
    overflow: hidden;
  }
  .zonecore .navbar ul.spanbox li {
    margin: 0;
  }
  .zonecore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .zonecore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zonecore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.zonecore .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zonecore .navbar-brand .zonelayer a {
  outline: none;
}
.zonecore .navbar-expand-lg .spanbox .nav-link {
  padding: 4px 0 !important;
}
.zonecore ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.zonecore button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffd769;
  background: #ffd769;
}
.zonecore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.zonecore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zonecore .navbar {
    height: 70px;
  }
  .zonecore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zonecore .navbar-dropdown .zonelayer {
  margin-right: 10px;
}
.zonecore .navbar-caption:hover {
  color: #181818;
}
@media (min-width: 992px) {
  .zonecore .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.zonecore .navbar-caption {
  color: #ffffff;
}

.zonecore .script-section-btn {
  text-align: center;
}
.zonecore a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.nodemodule {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #000000;
}
.nodemodule .stackunit {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.nodemodule .container {
  pointer-events: none;
  z-index: 1;
}
.nodemodule .title__block,
.nodemodule .image__block {
  pointer-events: all;
}
.nodemodule .script-section-title {
  margin-bottom: 40px;
  text-align: center;
  color: #ffd769;
}
.nodemodule .foldbox {
  margin-bottom: 35px;
  line-height: 32px;
}
.nodemodule .script-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.nodemodule .image__block {
  max-height: 600px;
}
.nodemodule .image__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nodemodule .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 215, 105, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.nodemodule .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 215, 105, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.nodemodule .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 215, 105, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.nodemodule .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.nodemodule .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.nodemodule .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.nodemodule .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.nodemodule .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.nodemodule .foldbox,
.nodemodule .script-section-btn {
  color: #ffffff;
  text-align: center;
}
.levelwrap {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.levelwrap .boxareaunit .script-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .levelwrap .boxareaunit .script-section-title {
    margin-bottom: 32px;
  }
}
.levelwrap .boxareaunit .script-section-title span {
  color: #bcfe1e;
}
.levelwrap .markbox {
  justify-content: center;
  margin: 0 -14px;
}
.levelwrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .levelwrap .item {
    padding: 0 14px;
  }
}
.levelwrap .item .item-wrapper {
  position: relative;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .levelwrap .item .item-wrapper {
    padding: 14px;
  }
}
.levelwrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.levelwrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.levelwrap .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .levelwrap .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.levelwrap .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.levelwrap .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #ffd769;
}
.levelwrap .item .card_1::before {
  background: linear-gradient(45deg, #ffd769, #000000 50%);
}
.levelwrap .item .card_2::before {
  background: linear-gradient(45deg, #ffd973, #000000 50%);
}
.levelwrap .item .card_3::before {
  background: linear-gradient(45deg, #ffd769, #000000 50%);
}
.levelwrap .script-section-title {
  color: #ffffff;
  text-align: center;
}
.levelwrap .item-title {
  color: #ffffff;
}
.levelwrap .list {
  color: #ffffff;
  text-align: center;
}
.levelwrap .item-title,
.levelwrap .tags-wrapper {
  text-align: center;
}
.band {
  padding-top: 0;
  padding-bottom: 0;
  background-image: linear-gradient(180deg, #000000 0, #ffd769 100%);
}
.band .container-fluid {
  padding: 0;
}
.band .row {
  flex-direction: row-reverse;
}
.band .card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.band .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .band .card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .band .card:hover:before {
    opacity: 0;
  }
  .band .card:hover:after {
    opacity: 1;
  }
  .band .card:hover .inner {
    border-radius: 40px;
  }
}
.band .card:nth-child(1) {
  background-image: linear-gradient(180deg, #000000 0, #ffd769 100%);
}
.band .card:nth-child(1):before {
  background-image: linear-gradient(180deg, #000000 0, #ffd769 100%);
}
.band .card:nth-child(1):after {
  background-image: linear-gradient(360deg, #000000 0, #ffd769 100%);
}
.band .card:nth-child(2) {
  background-image: linear-gradient(180deg, #000000 0, #ffd769 100%);
}
.band .card:nth-child(2):before {
  background-image: linear-gradient(180deg, #000000 0, #ffd769 100%);
}
.band .card:nth-child(2):after {
  background-image: linear-gradient(360deg, #000000 0, #ffd769 100%);
}
.band .card-wrapper {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.band .card-title {
  width: 100%;
  margin-bottom: 54px;
  color: #FFFFFF;
}
@media (max-width: 1399px) {
  .band .card-title {
    margin-bottom: 3.85vw;
  }
}
@media (max-width: 767px) {
  .band .card-title {
    margin-bottom: 45px;
  }
}
.band .inner {
  width: 39.92vw;
  max-width: 600px;
  border-radius: 50%;
  overflow: hidden;
  transition: border-radius 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .band .inner {
    width: 70%;
    max-width: 70%;
  }
}
.band .inner img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.band .script-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .band .script-section-btn {
    margin-top: 3.85vw;
  }
}
@media (max-width: 767px) {
  .band .script-section-btn {
    margin-top: 30px;
  }
}
.subbox {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.subbox .boxareaunit .script-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .subbox .boxareaunit .script-section-title {
    margin-bottom: 32px;
  }
}
.subbox .boxareaunit .script-section-title span {
  color: #bcfe1e;
}
.subbox .markbox {
  justify-content: center;
  margin: 0 -14px;
}
.subbox .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .subbox .item {
    padding: 0 14px;
  }
}
.subbox .item .item-wrapper {
  position: relative;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .subbox .item .item-wrapper {
    padding: 14px;
  }
}
.subbox .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.subbox .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.subbox .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .subbox .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.subbox .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.subbox .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #ffd769;
}
.subbox .item .card_1::before {
  background: linear-gradient(45deg, #ffd769, #000000 50%);
}
.subbox .item .card_2::before {
  background: linear-gradient(45deg, #ffd973, #000000 50%);
}
.subbox .item .card_3::before {
  background: linear-gradient(45deg, #ffd769, #000000 50%);
}
.subbox .script-section-title {
  color: #ffffff;
  text-align: center;
}
.subbox .item-title {
  color: #ffffff;
}
.subbox .list {
  color: #ffffff;
  text-align: center;
}
.subbox .item-title,
.subbox .tags-wrapper {
  text-align: center;
}
.formunit {
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("images/deep1.jpeg");
}
.formunit::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.formunit .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .formunit .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .formunit .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .formunit .container {
    padding: 0 22px;
  }
}
.formunit .row {
  position: relative;
  z-index: 1;
}
.formunit .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.formunit .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .formunit .boxareaunit {
    margin-bottom: 20px;
  }
}
.formunit .boxareaunit .script-section-title {
  margin-bottom: 10px;
}
.formunit .boxareaunit .foldbox {
  margin-bottom: 0;
}
.formunit .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .formunit .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.formunit .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.formunit .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nav-wrapper .list .item-wrap:hover,
.formunit .nav-wrapper .list .item-wrap:hover {
  color: #ffd769;
}
.formunit .nav-wrapper .list .item-wrap:hover::before,
.formunit .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.formunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .nodewrapunit {
    margin-bottom: 20px;
  }
}
.formunit .nodewrapunit .core .item-contact {
  margin-bottom: 15px;
}
.formunit .nodewrapunit .core .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a {
  display: block;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment {
  color: #ffd769;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before {
  width: 100%;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .desc-wrapper {
    margin-bottom: 20px;
  }
}
.formunit .containbox {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.formunit .script-section-title {
  color: #ffd769;
}
.formunit .foldbox {
  color: #ffffff;
}
.formunit .list {
  color: #ffffff;
}
.formunit .boxsegment {
  color: #ffffff;
}
.zonecore {
  background-color: transparent;
}
.zonecore .navbar-dropdown {
  background-color: #ffd769 !important;
  padding: 0;
}
.zonecore .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .zonecore .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .zonecore .menu_box .navbar-collapse {
    background-color: #ffd769 !important;
    transition: all 0s ease 0s;
  }
}
.zonecore .navbar-dropdown {
  position: relative !important;
}
.zonecore .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.zonecore .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .zonecore .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .zonecore .nav-item {
    margin: 0 !important;
  }
}
.zonecore .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.zonecore .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #181818;
  transition: all 0.3s ease-in-out;
}
.zonecore .nav-item .nav-link:hover,
.zonecore .nav-item .nav-link:focus {
  color: #181818 !important;
}
.zonecore .nav-item .nav-link:hover::before,
.zonecore .nav-item .nav-link:focus::before {
  width: 100%;
}
.zonecore .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.zonecore .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .zonecore .spanbox {
    margin: 0;
  }
}
.zonecore .nav-item:focus,
.zonecore .nav-link:focus {
  outline: none;
}
.zonecore .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .zonecore .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.zonecore .navbar .zonelayer img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.zonecore .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zonecore .navbar .nav-item {
    padding: .5rem 0;
  }
  .zonecore .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .zonecore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zonecore .navbar .zonelayer img {
    height: 3rem !important;
  }
  .zonecore .navbar ul.spanbox {
    overflow: hidden;
  }
  .zonecore .navbar ul.spanbox li {
    margin: 0;
  }
  .zonecore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .zonecore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zonecore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.zonecore .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zonecore .navbar-brand .zonelayer a {
  outline: none;
}
.zonecore .navbar-expand-lg .spanbox .nav-link {
  padding: 4px 0 !important;
}
.zonecore ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.zonecore button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffd769;
  background: #ffd769;
}
.zonecore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.zonecore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zonecore .navbar {
    height: 70px;
  }
  .zonecore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zonecore .navbar-dropdown .zonelayer {
  margin-right: 10px;
}
.zonecore .navbar-caption:hover {
  color: #181818;
}
@media (min-width: 992px) {
  .zonecore .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.zonecore .navbar-caption {
  color: #ffffff;
}

.zonecore .script-section-btn {
  text-align: center;
}
.zonecore a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.inset {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.inset .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .inset .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .inset .container {
    padding: 0 20px;
  }
}
.inset .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .inset .row {
    padding: 50px 16px;
  }
}
.inset .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #3f3416;
  filter: blur(120px);
}
.inset .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #3f3416;
  filter: blur(150px);
}
.inset .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.inset .row .inner {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.inset .row .inner img {
  height: 400px;
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .inset .row .inner img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.inset .row .boxareaunit {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .inset .row .boxareaunit {
    margin-bottom: 50px;
  }
}
.inset .row .boxareaunit .script-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .inset .row .boxareaunit .script-section-title {
    margin-bottom: 32px;
  }
}
.inset .row .boxareaunit .foldbox {
  margin-bottom: 32px;
}
.inset .script-section-title {
  color: #ffffff;
}
.inset .foldbox {
  color: #ffffff;
  text-align: center;
}
.inset .script-section-title,
.inset .script-section-btn {
  color: #ffd769;
  text-align: center;
}
.cellunitwrap {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cellunitwrap .coreunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cellunitwrap .coreunit {
    margin-bottom: 32px;
  }
}
.cellunitwrap .coreunit .script-section-title {
  margin-bottom: 0;
}
.cellunitwrap .coreunit .script-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cellunitwrap .bandbox {
  justify-content: center;
  margin: 0 -8px;
}
.cellunitwrap .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cellunitwrap .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .cellunitwrap .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cellunitwrap .item .item-wrapper .card-box .innerwrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 992px) {
  .cellunitwrap .item .item-wrapper .card-box .innerwrap {
    display: block;
    margin-bottom: 24px;
  }
}
.cellunitwrap .item .item-wrapper .card-box .innerwrap .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cellunitwrap .item .item-wrapper .card-box .innerwrap .item-title {
    padding-right: 0;
  }
}
.cellunitwrap .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cellunitwrap .item .card_1 {
  background: linear-gradient(315deg, #ffd769, #fff2cf);
}
.cellunitwrap .item .card_2 {
  background: linear-gradient(315deg, #ffd769, #fff2cf);
}
.cellunitwrap .item .card_3 {
  background: linear-gradient(315deg, #ffd769, #fff2cf);
}
.cellunitwrap .script-section-title {
  color: #272b2e;
  text-align: center;
}
.cellunitwrap .item-title {
  color: #000000;
  text-align: center;
}
.cellunitwrap .item-text {
  color: #ffffff;
}
.cellunitwrap .item-text {
  text-align: center;
  color: #000000;
}
.domcore {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.domcore .boxareaunit {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .domcore .boxareaunit {
    margin-bottom: 32px;
  }
}
.domcore .boxareaunit .script-section-title {
  margin-bottom: 32px;
}
.domcore .boxareaunit .text-wrapper .foldbox {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .domcore .boxareaunit .text-wrapper .foldbox {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .domcore .boxareaunit .text-wrapper .foldbox {
    width: 100%;
  }
}
.domcore .bandbox {
  justify-content: center;
  margin: 0 -12px;
}
.domcore .bandbox .item {
  padding: 0 12px;
}
.domcore .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .domcore .item {
    margin-bottom: 16px;
  }
}
.domcore .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .domcore .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.domcore .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .domcore .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .domcore .item .item-wrapper .item-content {
    width: 100%;
  }
}
.domcore .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.domcore .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.domcore .item .item-wrapper .item-content .script-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .domcore .item .item-wrapper .item-content .script-section-btn {
    margin-top: 20px;
  }
}
.domcore .item .item-wrapper .item-content .script-section-btn .btn {
  margin-bottom: 0;
}
.domcore .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .domcore .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.domcore .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 10px solid #ffd769;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .domcore .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.domcore .item .card_1 {
  background-color: #060606;
}
.domcore .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .domcore .item .card_1 .item-img img {
    transform: none;
  }
}
.domcore .item .card_2 {
  background-color: #060606;
}
.domcore .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .domcore .item .card_2 .item-img img {
    transform: none;
  }
}
.domcore .item .card_3 {
  background-color: #060606;
}
.domcore .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .domcore .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .domcore .item .card_3 .item-content {
    width: 100%;
  }
}
.domcore .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .domcore .item .card_3 .item-img {
    width: 100%;
  }
}
.domcore .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .domcore .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}
.domcore .script-section-title {
  color: #000c3f;
}
.domcore .foldbox,
.domcore .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.domcore .script-section-title {
  text-align: center;
}
.domcore .item-title {
  color: #000c3f;
}
.domcore .item-text {
  color: #ffffff;
  text-align: center;
}
.domcore .item-title {
  text-align: center;
  color: #ffffff;
}
.zonebox {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.zonebox .coreunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .zonebox .coreunit {
    margin-bottom: 32px;
  }
}
.zonebox .coreunit .script-section-title {
  margin-bottom: 0;
}
.zonebox .coreunit .script-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.zonebox .bandbox {
  justify-content: center;
  margin: 0 -8px;
}
.zonebox .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.zonebox .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .zonebox .item .item-wrapper {
    padding: 20px 16px;
  }
}
.zonebox .item .item-wrapper .card-box .innerwrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 992px) {
  .zonebox .item .item-wrapper .card-box .innerwrap {
    display: block;
    margin-bottom: 24px;
  }
}
.zonebox .item .item-wrapper .card-box .innerwrap .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .zonebox .item .item-wrapper .card-box .innerwrap .item-title {
    padding-right: 0;
  }
}
.zonebox .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.zonebox .item .card_1 {
  background: linear-gradient(315deg, #ffd769, #fff2cf);
}
.zonebox .item .card_2 {
  background: linear-gradient(315deg, #ffd769, #fff2cf);
}
.zonebox .item .card_3 {
  background: linear-gradient(315deg, #ffd769, #fff2cf);
}
.zonebox .script-section-title {
  color: #272b2e;
  text-align: center;
}
.zonebox .item-title {
  color: #000000;
  text-align: center;
}
.zonebox .item-text {
  color: #ffffff;
}
.zonebox .item-text {
  text-align: center;
  color: #000000;
}
.rowwrap {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.rowwrap .boxareaunit {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .rowwrap .boxareaunit {
    margin-bottom: 32px;
  }
}
.rowwrap .boxareaunit .script-section-title {
  margin-bottom: 32px;
}
.rowwrap .boxareaunit .text-wrapper .foldbox {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .rowwrap .boxareaunit .text-wrapper .foldbox {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .rowwrap .boxareaunit .text-wrapper .foldbox {
    width: 100%;
  }
}
.rowwrap .bandbox {
  justify-content: center;
  margin: 0 -12px;
}
.rowwrap .bandbox .item {
  padding: 0 12px;
}
.rowwrap .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .rowwrap .item {
    margin-bottom: 16px;
  }
}
.rowwrap .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .rowwrap .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.rowwrap .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .rowwrap .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .rowwrap .item .item-wrapper .item-content {
    width: 100%;
  }
}
.rowwrap .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.rowwrap .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.rowwrap .item .item-wrapper .item-content .script-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .rowwrap .item .item-wrapper .item-content .script-section-btn {
    margin-top: 20px;
  }
}
.rowwrap .item .item-wrapper .item-content .script-section-btn .btn {
  margin-bottom: 0;
}
.rowwrap .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .rowwrap .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.rowwrap .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 10px solid #ffd769;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .rowwrap .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.rowwrap .item .card_1 {
  background-color: #060606;
}
.rowwrap .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .rowwrap .item .card_1 .item-img img {
    transform: none;
  }
}
.rowwrap .item .card_2 {
  background-color: #060606;
}
.rowwrap .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .rowwrap .item .card_2 .item-img img {
    transform: none;
  }
}
.rowwrap .item .card_3 {
  background-color: #060606;
}
.rowwrap .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .rowwrap .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .rowwrap .item .card_3 .item-content {
    width: 100%;
  }
}
.rowwrap .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .rowwrap .item .card_3 .item-img {
    width: 100%;
  }
}
.rowwrap .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .rowwrap .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}
.rowwrap .script-section-title {
  color: #000c3f;
}
.rowwrap .foldbox,
.rowwrap .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.rowwrap .script-section-title {
  text-align: center;
}
.rowwrap .item-title {
  color: #000c3f;
}
.rowwrap .item-text {
  color: #ffffff;
  text-align: center;
}
.rowwrap .item-title {
  text-align: center;
  color: #ffffff;
}
.formunit {
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("images/deep1.jpeg");
}
.formunit::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.formunit .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .formunit .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .formunit .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .formunit .container {
    padding: 0 22px;
  }
}
.formunit .row {
  position: relative;
  z-index: 1;
}
.formunit .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.formunit .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .formunit .boxareaunit {
    margin-bottom: 20px;
  }
}
.formunit .boxareaunit .script-section-title {
  margin-bottom: 10px;
}
.formunit .boxareaunit .foldbox {
  margin-bottom: 0;
}
.formunit .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .formunit .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.formunit .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.formunit .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nav-wrapper .list .item-wrap:hover,
.formunit .nav-wrapper .list .item-wrap:hover {
  color: #ffd769;
}
.formunit .nav-wrapper .list .item-wrap:hover::before,
.formunit .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.formunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .nodewrapunit {
    margin-bottom: 20px;
  }
}
.formunit .nodewrapunit .core .item-contact {
  margin-bottom: 15px;
}
.formunit .nodewrapunit .core .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a {
  display: block;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment {
  color: #ffd769;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before {
  width: 100%;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .desc-wrapper {
    margin-bottom: 20px;
  }
}
.formunit .containbox {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.formunit .script-section-title {
  color: #ffd769;
}
.formunit .foldbox {
  color: #ffffff;
}
.formunit .list {
  color: #ffffff;
}
.formunit .boxsegment {
  color: #ffffff;
}
.zonecore {
  background-color: transparent;
}
.zonecore .navbar-dropdown {
  background-color: #ffd769 !important;
  padding: 0;
}
.zonecore .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .zonecore .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .zonecore .menu_box .navbar-collapse {
    background-color: #ffd769 !important;
    transition: all 0s ease 0s;
  }
}
.zonecore .navbar-dropdown {
  position: relative !important;
}
.zonecore .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.zonecore .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .zonecore .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .zonecore .nav-item {
    margin: 0 !important;
  }
}
.zonecore .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.zonecore .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #181818;
  transition: all 0.3s ease-in-out;
}
.zonecore .nav-item .nav-link:hover,
.zonecore .nav-item .nav-link:focus {
  color: #181818 !important;
}
.zonecore .nav-item .nav-link:hover::before,
.zonecore .nav-item .nav-link:focus::before {
  width: 100%;
}
.zonecore .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.zonecore .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .zonecore .spanbox {
    margin: 0;
  }
}
.zonecore .nav-item:focus,
.zonecore .nav-link:focus {
  outline: none;
}
.zonecore .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .zonecore .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.zonecore .navbar .zonelayer img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.zonecore .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zonecore .navbar .nav-item {
    padding: .5rem 0;
  }
  .zonecore .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .zonecore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zonecore .navbar .zonelayer img {
    height: 3rem !important;
  }
  .zonecore .navbar ul.spanbox {
    overflow: hidden;
  }
  .zonecore .navbar ul.spanbox li {
    margin: 0;
  }
  .zonecore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .zonecore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zonecore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.zonecore .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zonecore .navbar-brand .zonelayer a {
  outline: none;
}
.zonecore .navbar-expand-lg .spanbox .nav-link {
  padding: 4px 0 !important;
}
.zonecore ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.zonecore button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffd769;
  background: #ffd769;
}
.zonecore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.zonecore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zonecore .navbar {
    height: 70px;
  }
  .zonecore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zonecore .navbar-dropdown .zonelayer {
  margin-right: 10px;
}
.zonecore .navbar-caption:hover {
  color: #181818;
}
@media (min-width: 992px) {
  .zonecore .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.zonecore .navbar-caption {
  color: #ffffff;
}

.zonecore .script-section-btn {
  text-align: center;
}
.zonecore a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cellbox {
  background-color: #000000;
  overflow: hidden;
}
.cellbox .row {
  flex-direction: row-reverse;
}
.cellbox .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cellbox .col-text {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cellbox .col-text {
    order: 2;
  }
}
.cellbox .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cellbox .col-img {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cellbox .col-img {
    order: 1;
  }
}
.cellbox .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cellbox .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cellbox .foldbox {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cellbox .foldbox {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cellbox .script-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cellbox .script-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cellbox .script-section-btn {
    width: 100%;
  }
}
.cellbox .inner {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 408px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cellbox .inner {
    height: 288px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cellbox .inner {
    height: auto;
  }
}
.cellbox .inner img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cellbox .flowunit {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  justify-content: center;
  align-items: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #000000 27%, #ffd769 50%, #000000 79%);
  opacity: .97;
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cellbox .flowunit {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cellbox .card-title,
.cellbox .script-section-btn {
  color: #ffd769;
  text-align: center;
}
.cellbox .foldbox {
  text-align: center;
  color: #ffffff;
}
.formunit {
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("images/deep1.jpeg");
}
.formunit::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.formunit .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .formunit .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .formunit .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .formunit .container {
    padding: 0 22px;
  }
}
.formunit .row {
  position: relative;
  z-index: 1;
}
.formunit .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.formunit .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .formunit .boxareaunit {
    margin-bottom: 20px;
  }
}
.formunit .boxareaunit .script-section-title {
  margin-bottom: 10px;
}
.formunit .boxareaunit .foldbox {
  margin-bottom: 0;
}
.formunit .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .formunit .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.formunit .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.formunit .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nav-wrapper .list .item-wrap:hover,
.formunit .nav-wrapper .list .item-wrap:hover {
  color: #ffd769;
}
.formunit .nav-wrapper .list .item-wrap:hover::before,
.formunit .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.formunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .nodewrapunit {
    margin-bottom: 20px;
  }
}
.formunit .nodewrapunit .core .item-contact {
  margin-bottom: 15px;
}
.formunit .nodewrapunit .core .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a {
  display: block;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment {
  color: #ffd769;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before {
  width: 100%;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .desc-wrapper {
    margin-bottom: 20px;
  }
}
.formunit .containbox {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.formunit .script-section-title {
  color: #ffd769;
}
.formunit .foldbox {
  color: #ffffff;
}
.formunit .list {
  color: #ffffff;
}
.formunit .boxsegment {
  color: #ffffff;
}
.zonecore {
  background-color: transparent;
}
.zonecore .navbar-dropdown {
  background-color: #ffd769 !important;
  padding: 0;
}
.zonecore .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .zonecore .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .zonecore .menu_box .navbar-collapse {
    background-color: #ffd769 !important;
    transition: all 0s ease 0s;
  }
}
.zonecore .navbar-dropdown {
  position: relative !important;
}
.zonecore .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.zonecore .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .zonecore .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .zonecore .nav-item {
    margin: 0 !important;
  }
}
.zonecore .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.zonecore .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #181818;
  transition: all 0.3s ease-in-out;
}
.zonecore .nav-item .nav-link:hover,
.zonecore .nav-item .nav-link:focus {
  color: #181818 !important;
}
.zonecore .nav-item .nav-link:hover::before,
.zonecore .nav-item .nav-link:focus::before {
  width: 100%;
}
.zonecore .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.zonecore .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .zonecore .spanbox {
    margin: 0;
  }
}
.zonecore .nav-item:focus,
.zonecore .nav-link:focus {
  outline: none;
}
.zonecore .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .zonecore .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.zonecore .navbar .zonelayer img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.zonecore .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zonecore .navbar .nav-item {
    padding: .5rem 0;
  }
  .zonecore .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .zonecore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zonecore .navbar .zonelayer img {
    height: 3rem !important;
  }
  .zonecore .navbar ul.spanbox {
    overflow: hidden;
  }
  .zonecore .navbar ul.spanbox li {
    margin: 0;
  }
  .zonecore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .zonecore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zonecore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.zonecore .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zonecore .navbar-brand .zonelayer a {
  outline: none;
}
.zonecore .navbar-expand-lg .spanbox .nav-link {
  padding: 4px 0 !important;
}
.zonecore ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.zonecore button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffd769;
  background: #ffd769;
}
.zonecore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.zonecore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zonecore .navbar {
    height: 70px;
  }
  .zonecore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zonecore .navbar-dropdown .zonelayer {
  margin-right: 10px;
}
.zonecore .navbar-caption:hover {
  color: #181818;
}
@media (min-width: 992px) {
  .zonecore .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.zonecore .navbar-caption {
  color: #ffffff;
}

.zonecore .script-section-btn {
  text-align: center;
}
.zonecore a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.navunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.navunit .card {
  justify-content: center;
}
.navunit .coreunit {
  padding-right: 115px;
  padding-right: 0;
  padding-left: 115px;
}
@media (max-width: 992px) {
  .navunit .coreunit {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .navunit .coreunit {
    padding-left: 0;
  }
}
.navunit .coreunit .script-section-title {
  margin-bottom: 22px;
}
.navunit .coreunit .foldbox {
  margin-bottom: 0;
}
.navunit .script-section-title {
  color: #ffd769;
  text-align: center;
}
.navunit .foldbox {
  color: #ffffff;
  text-align: center;
}
.navunit label {
  color: #a997ce;
}
.formunit {
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("images/deep1.jpeg");
}
.formunit::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.formunit .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .formunit .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .formunit .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .formunit .container {
    padding: 0 22px;
  }
}
.formunit .row {
  position: relative;
  z-index: 1;
}
.formunit .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.formunit .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .formunit .boxareaunit {
    margin-bottom: 20px;
  }
}
.formunit .boxareaunit .script-section-title {
  margin-bottom: 10px;
}
.formunit .boxareaunit .foldbox {
  margin-bottom: 0;
}
.formunit .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .formunit .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.formunit .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.formunit .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nav-wrapper .list .item-wrap:hover,
.formunit .nav-wrapper .list .item-wrap:hover {
  color: #ffd769;
}
.formunit .nav-wrapper .list .item-wrap:hover::before,
.formunit .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.formunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .nodewrapunit {
    margin-bottom: 20px;
  }
}
.formunit .nodewrapunit .core .item-contact {
  margin-bottom: 15px;
}
.formunit .nodewrapunit .core .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a {
  display: block;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment {
  color: #ffd769;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before {
  width: 100%;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .desc-wrapper {
    margin-bottom: 20px;
  }
}
.formunit .containbox {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.formunit .script-section-title {
  color: #ffd769;
}
.formunit .foldbox {
  color: #ffffff;
}
.formunit .list {
  color: #ffffff;
}
.formunit .boxsegment {
  color: #ffffff;
}
.zonecore {
  background-color: transparent;
}
.zonecore .navbar-dropdown {
  background-color: #ffd769 !important;
  padding: 0;
}
.zonecore .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .zonecore .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .zonecore .menu_box .navbar-collapse {
    background-color: #ffd769 !important;
    transition: all 0s ease 0s;
  }
}
.zonecore .navbar-dropdown {
  position: relative !important;
}
.zonecore .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.zonecore .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .zonecore .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .zonecore .nav-item {
    margin: 0 !important;
  }
}
.zonecore .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.zonecore .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #181818;
  transition: all 0.3s ease-in-out;
}
.zonecore .nav-item .nav-link:hover,
.zonecore .nav-item .nav-link:focus {
  color: #181818 !important;
}
.zonecore .nav-item .nav-link:hover::before,
.zonecore .nav-item .nav-link:focus::before {
  width: 100%;
}
.zonecore .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.zonecore .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .zonecore .spanbox {
    margin: 0;
  }
}
.zonecore .nav-item:focus,
.zonecore .nav-link:focus {
  outline: none;
}
.zonecore .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .zonecore .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.zonecore .navbar .zonelayer img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.zonecore .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zonecore .navbar .nav-item {
    padding: .5rem 0;
  }
  .zonecore .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .zonecore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zonecore .navbar .zonelayer img {
    height: 3rem !important;
  }
  .zonecore .navbar ul.spanbox {
    overflow: hidden;
  }
  .zonecore .navbar ul.spanbox li {
    margin: 0;
  }
  .zonecore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .zonecore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zonecore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.zonecore .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zonecore .navbar-brand .zonelayer a {
  outline: none;
}
.zonecore .navbar-expand-lg .spanbox .nav-link {
  padding: 4px 0 !important;
}
.zonecore ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.zonecore button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffd769;
  background: #ffd769;
}
.zonecore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.zonecore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.zonecore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zonecore .navbar {
    height: 70px;
  }
  .zonecore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zonecore .navbar-dropdown .zonelayer {
  margin-right: 10px;
}
.zonecore .navbar-caption:hover {
  color: #181818;
}
@media (min-width: 992px) {
  .zonecore .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.zonecore .navbar-caption {
  color: #ffffff;
}

.zonecore .script-section-btn {
  text-align: center;
}
.zonecore a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.pagebox {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("images/smooth1.jpg");
}
.pagebox .card-wrapper {
  padding: 60px;
  background-color: #000000;
  border-top: 3px solid #ffd769;
  box-shadow: 0 8px 15px -8px #ffd769;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .pagebox .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .pagebox .card-wrapper {
    padding: 24px;
  }
}
.pagebox .card-wrapper .boxareaunit .script-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #ffffff, #ffd769 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .pagebox .card-wrapper .boxareaunit .script-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #ffffff, #ffd769 40%);
  }
}
.pagebox .card-wrapper .text-wrapper .foldbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .pagebox .card-wrapper .text-wrapper .foldbox {
    width: 100%;
  }
}
.pagebox .card-wrapper .script-section-btn {
  margin-top: 22px;
}
.pagebox .script-section-title {
  color: #000000;
}
.pagebox .foldbox,
.pagebox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.pagebox .script-section-title,
.pagebox .boxareaunit,
.pagebox .script-section-btn {
  text-align: center;
}
.fieldnode {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.fieldnode .card-wrapper {
  background: #060606;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .fieldnode .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fieldnode .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .fieldnode .card-wrapper {
    padding: 4rem;
  }
}
.fieldnode .foldbox,
.fieldnode .script-section-btn {
  color: #ffffff;
}
.fieldnode .card-title,
.fieldnode .card-box {
  text-align: left;
}
.formunit {
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("images/deep1.jpeg");
}
.formunit::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.formunit .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .formunit .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .formunit .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .formunit .container {
    padding: 0 22px;
  }
}
.formunit .row {
  position: relative;
  z-index: 1;
}
.formunit .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.formunit .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .formunit .boxareaunit {
    margin-bottom: 20px;
  }
}
.formunit .boxareaunit .script-section-title {
  margin-bottom: 10px;
}
.formunit .boxareaunit .foldbox {
  margin-bottom: 0;
}
.formunit .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .formunit .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.formunit .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.formunit .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nav-wrapper .list .item-wrap:hover,
.formunit .nav-wrapper .list .item-wrap:hover {
  color: #ffd769;
}
.formunit .nav-wrapper .list .item-wrap:hover::before,
.formunit .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.formunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .nodewrapunit {
    margin-bottom: 20px;
  }
}
.formunit .nodewrapunit .core .item-contact {
  margin-bottom: 15px;
}
.formunit .nodewrapunit .core .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a {
  display: block;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment {
  color: #ffd769;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before {
  width: 100%;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .desc-wrapper {
    margin-bottom: 20px;
  }
}
.formunit .containbox {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.formunit .script-section-title {
  color: #ffd769;
}
.formunit .foldbox {
  color: #ffffff;
}
.formunit .list {
  color: #ffffff;
}
.formunit .boxsegment {
  color: #ffffff;
}
.gridunitbox {
  background-color: transparent;
}
.gridunitbox .navbar-dropdown {
  background-color: #ffd769 !important;
  padding: 0;
}
.gridunitbox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .gridunitbox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .gridunitbox .menu_box .navbar-collapse {
    background-color: #ffd769 !important;
    transition: all 0s ease 0s;
  }
}
.gridunitbox .navbar-dropdown {
  position: relative !important;
}
.gridunitbox .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.gridunitbox .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .gridunitbox .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .gridunitbox .nav-item {
    margin: 0 !important;
  }
}
.gridunitbox .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.gridunitbox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #181818;
  transition: all 0.3s ease-in-out;
}
.gridunitbox .nav-item .nav-link:hover,
.gridunitbox .nav-item .nav-link:focus {
  color: #181818 !important;
}
.gridunitbox .nav-item .nav-link:hover::before,
.gridunitbox .nav-item .nav-link:focus::before {
  width: 100%;
}
.gridunitbox .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.gridunitbox .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .gridunitbox .spanbox {
    margin: 0;
  }
}
.gridunitbox .nav-item:focus,
.gridunitbox .nav-link:focus {
  outline: none;
}
.gridunitbox .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .gridunitbox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.gridunitbox .navbar .zonelayer img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.gridunitbox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .gridunitbox .navbar .nav-item {
    padding: .5rem 0;
  }
  .gridunitbox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .gridunitbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .gridunitbox .navbar .zonelayer img {
    height: 3rem !important;
  }
  .gridunitbox .navbar ul.spanbox {
    overflow: hidden;
  }
  .gridunitbox .navbar ul.spanbox li {
    margin: 0;
  }
  .gridunitbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .gridunitbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.gridunitbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.gridunitbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.gridunitbox .navbar-brand .zonelayer a {
  outline: none;
}
.gridunitbox .navbar-expand-lg .spanbox .nav-link {
  padding: 4px 0 !important;
}
.gridunitbox ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.gridunitbox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffd769;
  background: #ffd769;
}
.gridunitbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.gridunitbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.gridunitbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.gridunitbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.gridunitbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.gridunitbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gridunitbox .navbar {
    height: 70px;
  }
  .gridunitbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.gridunitbox .navbar-dropdown .zonelayer {
  margin-right: 10px;
}
.gridunitbox .navbar-caption:hover {
  color: #181818;
}
@media (min-width: 992px) {
  .gridunitbox .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.gridunitbox .navbar-caption {
  color: #ffffff;
}

.gridunitbox .script-section-btn {
  text-align: center;
}
.gridunitbox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.wrapperbox {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("images/smooth1.jpg");
}
.wrapperbox .card-wrapper {
  padding: 60px;
  background-color: #000000;
  border-top: 3px solid #ffd769;
  box-shadow: 0 8px 15px -8px #ffd769;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .wrapperbox .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .wrapperbox .card-wrapper {
    padding: 24px;
  }
}
.wrapperbox .card-wrapper .boxareaunit .script-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #ffffff, #ffd769 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .wrapperbox .card-wrapper .boxareaunit .script-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #ffffff, #ffd769 40%);
  }
}
.wrapperbox .card-wrapper .text-wrapper .foldbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .wrapperbox .card-wrapper .text-wrapper .foldbox {
    width: 100%;
  }
}
.wrapperbox .card-wrapper .script-section-btn {
  margin-top: 22px;
}
.wrapperbox .script-section-title {
  color: #000000;
}
.wrapperbox .foldbox,
.wrapperbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.wrapperbox .script-section-title,
.wrapperbox .boxareaunit,
.wrapperbox .script-section-btn {
  text-align: center;
}
.buildbox {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.buildbox .card-wrapper {
  background: #060606;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .buildbox .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .buildbox .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .buildbox .card-wrapper {
    padding: 4rem;
  }
}
.buildbox .foldbox,
.buildbox .script-section-btn {
  color: #ffffff;
}
.buildbox .card-title,
.buildbox .card-box {
  text-align: left;
}
.formunit {
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("images/deep1.jpeg");
}
.formunit::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.formunit .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .formunit .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .formunit .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .formunit .container {
    padding: 0 22px;
  }
}
.formunit .row {
  position: relative;
  z-index: 1;
}
.formunit .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.formunit .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .formunit .boxareaunit {
    margin-bottom: 20px;
  }
}
.formunit .boxareaunit .script-section-title {
  margin-bottom: 10px;
}
.formunit .boxareaunit .foldbox {
  margin-bottom: 0;
}
.formunit .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .formunit .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.formunit .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.formunit .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nav-wrapper .list .item-wrap:hover,
.formunit .nav-wrapper .list .item-wrap:hover {
  color: #ffd769;
}
.formunit .nav-wrapper .list .item-wrap:hover::before,
.formunit .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.formunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .nodewrapunit {
    margin-bottom: 20px;
  }
}
.formunit .nodewrapunit .core .item-contact {
  margin-bottom: 15px;
}
.formunit .nodewrapunit .core .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a {
  display: block;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment {
  color: #ffd769;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before {
  width: 100%;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .desc-wrapper {
    margin-bottom: 20px;
  }
}
.formunit .containbox {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.formunit .script-section-title {
  color: #ffd769;
}
.formunit .foldbox {
  color: #ffffff;
}
.formunit .list {
  color: #ffffff;
}
.formunit .boxsegment {
  color: #ffffff;
}
.col {
  background-color: transparent;
}
.col .navbar-dropdown {
  background-color: #ffd769 !important;
  padding: 0;
}
.col .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .col .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .col .menu_box .navbar-collapse {
    background-color: #ffd769 !important;
    transition: all 0s ease 0s;
  }
}
.col .navbar-dropdown {
  position: relative !important;
}
.col .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.col .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .col .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .col .nav-item {
    margin: 0 !important;
  }
}
.col .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.col .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #181818;
  transition: all 0.3s ease-in-out;
}
.col .nav-item .nav-link:hover,
.col .nav-item .nav-link:focus {
  color: #181818 !important;
}
.col .nav-item .nav-link:hover::before,
.col .nav-item .nav-link:focus::before {
  width: 100%;
}
.col .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.col .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .col .spanbox {
    margin: 0;
  }
}
.col .nav-item:focus,
.col .nav-link:focus {
  outline: none;
}
.col .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .col .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.col .navbar .zonelayer img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.col .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .col .navbar .nav-item {
    padding: .5rem 0;
  }
  .col .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .col .navbar .nav-item .nav-link::before {
    display: none;
  }
  .col .navbar .zonelayer img {
    height: 3rem !important;
  }
  .col .navbar ul.spanbox {
    overflow: hidden;
  }
  .col .navbar ul.spanbox li {
    margin: 0;
  }
  .col .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .col .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.col .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.col .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.col .navbar-brand .zonelayer a {
  outline: none;
}
.col .navbar-expand-lg .spanbox .nav-link {
  padding: 4px 0 !important;
}
.col ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.col button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffd769;
  background: #ffd769;
}
.col button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.col button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.col button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.col button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.col button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.col a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .col .navbar {
    height: 70px;
  }
  .col .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.col .navbar-dropdown .zonelayer {
  margin-right: 10px;
}
.col .navbar-caption:hover {
  color: #181818;
}
@media (min-width: 992px) {
  .col .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.col .navbar-caption {
  color: #ffffff;
}

.col .script-section-btn {
  text-align: center;
}
.col a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.padwrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("images/smooth1.jpg");
}
.padwrap .card-wrapper {
  padding: 60px;
  background-color: #000000;
  border-top: 3px solid #ffd769;
  box-shadow: 0 8px 15px -8px #ffd769;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .padwrap .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .padwrap .card-wrapper {
    padding: 24px;
  }
}
.padwrap .card-wrapper .boxareaunit .script-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #ffffff, #ffd769 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .padwrap .card-wrapper .boxareaunit .script-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #ffffff, #ffd769 40%);
  }
}
.padwrap .card-wrapper .text-wrapper .foldbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .padwrap .card-wrapper .text-wrapper .foldbox {
    width: 100%;
  }
}
.padwrap .card-wrapper .script-section-btn {
  margin-top: 22px;
}
.padwrap .script-section-title {
  color: #000000;
}
.padwrap .foldbox,
.padwrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.padwrap .script-section-title,
.padwrap .boxareaunit,
.padwrap .script-section-btn {
  text-align: center;
}
.zoneunit {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.zoneunit .card-wrapper {
  background: #060606;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .zoneunit .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zoneunit .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .zoneunit .card-wrapper {
    padding: 4rem;
  }
}
.zoneunit .foldbox,
.zoneunit .script-section-btn {
  color: #ffffff;
}
.zoneunit .card-title,
.zoneunit .card-box {
  text-align: left;
}
.formunit {
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("images/deep1.jpeg");
}
.formunit::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.formunit .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .formunit .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .formunit .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .formunit .container {
    padding: 0 22px;
  }
}
.formunit .row {
  position: relative;
  z-index: 1;
}
.formunit .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.formunit .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .formunit .boxareaunit {
    margin-bottom: 20px;
  }
}
.formunit .boxareaunit .script-section-title {
  margin-bottom: 10px;
}
.formunit .boxareaunit .foldbox {
  margin-bottom: 0;
}
.formunit .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .formunit .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.formunit .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.formunit .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nav-wrapper .list .item-wrap:hover,
.formunit .nav-wrapper .list .item-wrap:hover {
  color: #ffd769;
}
.formunit .nav-wrapper .list .item-wrap:hover::before,
.formunit .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.formunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .nodewrapunit {
    margin-bottom: 20px;
  }
}
.formunit .nodewrapunit .core .item-contact {
  margin-bottom: 15px;
}
.formunit .nodewrapunit .core .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a {
  display: block;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment {
  color: #ffd769;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before {
  width: 100%;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .desc-wrapper {
    margin-bottom: 20px;
  }
}
.formunit .containbox {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.formunit .script-section-title {
  color: #ffd769;
}
.formunit .foldbox {
  color: #ffffff;
}
.formunit .list {
  color: #ffffff;
}
.formunit .boxsegment {
  color: #ffffff;
}
.boardwrap {
  background-color: transparent;
}
.boardwrap .navbar-dropdown {
  background-color: #ffd769 !important;
  padding: 0;
}
.boardwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .boardwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .boardwrap .menu_box .navbar-collapse {
    background-color: #ffd769 !important;
    transition: all 0s ease 0s;
  }
}
.boardwrap .navbar-dropdown {
  position: relative !important;
}
.boardwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.boardwrap .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .boardwrap .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .boardwrap .nav-item {
    margin: 0 !important;
  }
}
.boardwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.boardwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #181818;
  transition: all 0.3s ease-in-out;
}
.boardwrap .nav-item .nav-link:hover,
.boardwrap .nav-item .nav-link:focus {
  color: #181818 !important;
}
.boardwrap .nav-item .nav-link:hover::before,
.boardwrap .nav-item .nav-link:focus::before {
  width: 100%;
}
.boardwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.boardwrap .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .boardwrap .spanbox {
    margin: 0;
  }
}
.boardwrap .nav-item:focus,
.boardwrap .nav-link:focus {
  outline: none;
}
.boardwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .boardwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.boardwrap .navbar .zonelayer img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.boardwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .boardwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .boardwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .boardwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boardwrap .navbar .zonelayer img {
    height: 3rem !important;
  }
  .boardwrap .navbar ul.spanbox {
    overflow: hidden;
  }
  .boardwrap .navbar ul.spanbox li {
    margin: 0;
  }
  .boardwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .boardwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boardwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.boardwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.boardwrap .navbar-brand .zonelayer a {
  outline: none;
}
.boardwrap .navbar-expand-lg .spanbox .nav-link {
  padding: 4px 0 !important;
}
.boardwrap ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.boardwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffd769;
  background: #ffd769;
}
.boardwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.boardwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.boardwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.boardwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.boardwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.boardwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boardwrap .navbar {
    height: 70px;
  }
  .boardwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boardwrap .navbar-dropdown .zonelayer {
  margin-right: 10px;
}
.boardwrap .navbar-caption:hover {
  color: #181818;
}
@media (min-width: 992px) {
  .boardwrap .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.boardwrap .navbar-caption {
  color: #ffffff;
}

.boardwrap .script-section-btn {
  text-align: center;
}
.boardwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.fold {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("images/smooth1.jpg");
}
.fold .card-wrapper {
  padding: 60px;
  background-color: #000000;
  border-top: 3px solid #ffd769;
  box-shadow: 0 8px 15px -8px #ffd769;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .fold .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .fold .card-wrapper {
    padding: 24px;
  }
}
.fold .card-wrapper .boxareaunit .script-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #ffffff, #ffd769 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .fold .card-wrapper .boxareaunit .script-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #ffffff, #ffd769 40%);
  }
}
.fold .card-wrapper .text-wrapper .foldbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .fold .card-wrapper .text-wrapper .foldbox {
    width: 100%;
  }
}
.fold .card-wrapper .script-section-btn {
  margin-top: 22px;
}
.fold .script-section-title {
  color: #000000;
}
.fold .foldbox,
.fold .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.fold .script-section-title,
.fold .boxareaunit,
.fold .script-section-btn {
  text-align: center;
}
.dock {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.dock .card-wrapper {
  background: #060606;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .dock .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dock .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .dock .card-wrapper {
    padding: 4rem;
  }
}
.dock .foldbox,
.dock .script-section-btn {
  color: #ffffff;
}
.dock .card-title,
.dock .card-box {
  text-align: left;
}
.formunit {
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("images/deep1.jpeg");
}
.formunit::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.formunit .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .formunit .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .formunit .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .formunit .container {
    padding: 0 22px;
  }
}
.formunit .row {
  position: relative;
  z-index: 1;
}
.formunit .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.formunit .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffd769;
}
.formunit .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .formunit .boxareaunit {
    margin-bottom: 20px;
  }
}
.formunit .boxareaunit .script-section-title {
  margin-bottom: 10px;
}
.formunit .boxareaunit .foldbox {
  margin-bottom: 0;
}
.formunit .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .formunit .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.formunit .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.formunit .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nav-wrapper .list .item-wrap:hover,
.formunit .nav-wrapper .list .item-wrap:hover {
  color: #ffd769;
}
.formunit .nav-wrapper .list .item-wrap:hover::before,
.formunit .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.formunit .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .nodewrapunit {
    margin-bottom: 20px;
  }
}
.formunit .nodewrapunit .core .item-contact {
  margin-bottom: 15px;
}
.formunit .nodewrapunit .core .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a {
  display: block;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment {
  color: #ffd769;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before,
.formunit .nodewrapunit .core .item-contact .item-wrap a:hover .boxsegment::before {
  width: 100%;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.formunit .nodewrapunit .core .item-contact .item-wrap a .boxsegment::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd769;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .formunit .desc-wrapper {
    margin-bottom: 20px;
  }
}
.formunit .containbox {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.formunit .script-section-title {
  color: #ffd769;
}
.formunit .foldbox {
  color: #ffffff;
}
.formunit .list {
  color: #ffffff;
}
.formunit .boxsegment {
  color: #ffffff;
}
/* logoanimations */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.navbar-brand {
    animation: slideInFromLeft 1s ease-out;
}
/* endlogoanimations */

/* Base Cookie Banner */
@keyframes coolIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    filter: blur(5px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}
@keyframes coolOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(10deg);
    filter: blur(3px);
  }
}
.slotwrap {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}
.slotwrap.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: coolIn 0.8s ease-out forwards;
}
.slotwrap p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#cookieBanner button,
.slotwrap button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow:
    5px 5px 10px rgba(0, 0, 0, 0.2),
    -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
  text-align: center;
}
#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}
#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.3),
    inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}
#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}
#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .slotwrap {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 16px !important;
    width: calc(100% - 24px) !important;
    max-width: 440px !important;
    margin: 0 auto !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    z-index: 2147483647 !important;
    transform: translateX(-50%) translateY(20px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .slotwrap.show {
    transform: translateX(-50%) translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    animation: coolIn 0.8s ease-out forwards !important;
  }
  #cookieBanner button,
  .slotwrap button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 480px) {
  .slotwrap {
    bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 380px !important;
    padding: 10px !important;
  }
  #cookieBanner button,
  .slotwrap button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px !important;
    font-size: 12px !important;
  }
}
/* Finish Cookie Banner */

/* cssform-start */

.ttc-form {
  padding: 0 !important;
  background: transparent;
}

.ttc-form #customForm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  color: #222;
  font-size: 16px;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.ttc-form #customForm .form-group {
  margin-bottom: 24px;
}

.ttc-form #customForm .form-group .form-control,
.ttc-form #customForm .form-group input.form-control,
.ttc-form #customForm .form-group textarea.form-control {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  font-size: 16px;
  color: #222 !important;
  transition: box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.ttc-form #customForm textarea.form-control {
  min-height: 160px !important;
  resize: vertical !important;
  border-radius: 0 !important;
}

.ttc-form #customForm .form-control:focus {
  outline: none !important;
  background: #fff !important;
  border-color: #3b6cff !important;
  box-shadow: 0 0 0 3px rgba(59,108,255,.2) !important;
}

.ttc-form #customForm ::-moz-placeholder {
  color: #555;
  opacity: 1;
}

.ttc-form #customForm ::placeholder {
  color: #555;
  opacity: 1;
}

.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border: none !important;
  border-radius: 0 !important;
  background: #3b6cff;
  color: #fff;
  cursor: pointer;
  transition: background .3s ease, transform .1s ease;
}

.ttc-form #customForm .btn:hover {
  background: #2f58e6;
  transform: translateY(-1px);
}

.ttc-form #customForm small {
  font-size: 12px;
  color: #666;
}

.ttc-form #customForm a {
  color: #c47b22;
  text-decoration: none;
}

.ttc-form #customForm a:hover {
  text-decoration: underline;
}

.ttc-form #customForm [data-for="captcha"],
.ttc-form #customForm [data-for^="consent_"] {
  margin-bottom: 20px;
}

.ttc-form #customForm .layout,
.ttc-form #customForm .stagebox {
  width: 100%;
  border: 1px solid #c7c9ce !important;
  background: #f2f3f5 !important;
  padding: 14px 16px !important;
  border-radius: 0 !important;
  text-align: left;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05);
}

.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for^="consent_"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #2e2e2e;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
}

.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for^="consent_"] input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #3b6cff;
}

.ttc-form #customForm .alert {
  border-radius: 0 !important;
  font-size: 14px;
  padding: 14px 16px;
  background: rgba(70,200,95,.45) !important;
  border: 1px solid rgba(20,120,40,.7) !important;
  color: #0a2d12 !important;
  backdrop-filter: blur(8px);
}

@media (max-width: 767px) {
  .ttc-form {
    padding: 0 16px !important;
  }
  .ttc-form #customForm {
    padding: 24px 20px;
    margin: 20px auto 0;
    max-width: 100%;
  }
  .ttc-form #customForm .form-group .form-control {
    font-size: 15px;
    padding: 12px 14px !important;
  }
  .ttc-form #customForm .btn {
    width: 100%;
    font-size: 15px;
    padding: 14px 20px;
  }
}

@media (max-width: 420px) {
  .ttc-form #customForm {
    padding: 20px 15px;
  }
}
/* cssform-end */

.quiz-section {
  background-image: url("images/solid1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}