:root {
  --primary-color: $primary-color;
  --secondary-color: $secondary-color;
  --tertiary-color: #f8f7f5;
  --font-color: $font-color;
  /* --tertiary-dark-color: #8fb417; */
  --black-color: var(--primary-color);
  --green-color: var(--secondary-color);
  /* --green-color: var(--tertiary-color);
  --green-dark-color: var(--tertiary-dark-color); */
  /* transparent color */
  --transparent-color: #ffffff00;
  /* bg-colors */
  --primary-bg-color: #ffffff;
  --secondary-bg-color: var(--secondary-color);
  --tertiary-bg-color: var(--tertiary-color);
  /* overlay color */
  --overlay-color: var(--primary-color) !important;
  /* text color */
  --font-size: 16px;
  --font-weight: 500;
  --primary-text-color: var(--font-color);
  --secondary-text-color: var(--secondary-color);
  --tertiary-text-color: var(--tertiary-color);
}


body {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  color: #fff !important;
}

h1,
h2,
h3 {
  display: inline-block !important;
  font-weight: 800;
  word-wrap: break-word;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

h1 {
  font-size: 110px;
  line-height: 1em;
  letter-spacing: 0rem;
}

h2 {
  font-size: 54px;
  line-height: 1em;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 18px;
}

@media (max-width: 992px) {
  h1 {
    font-size: 32px;
    line-height: 2.4rem;
  }
  h2 {
    font-size: 32px;
    line-height: 2.4rem;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
}
:root {
  --col-default-padding: 15px;
}

/* nav */
nav {
  padding: 20px 0;
}

.breadcrumb > li:last-child {
  color: var(--secondary-color);
  font-weight: 700;
}

.text-primary {
  color: var(--primary-text-color) !important;
}

.text-secondary {
  color: var(--secondary-text-color) !important;
}

a.text-white,
.text-white h1,
.text-white h2,
.text-white h3 {
  color: #fff !important;
}

/* grid layout */
.row {
  align-items: center;
}

.container > .row > * {
  padding-block: var(--col-default-padding);
}

section .btn, section .gform_footer > input {
  margin-top: 30px;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}

/* round corners */
.rounded-4 {
  border-radius: 0.4rem !important;
}

.rounded-5 {
  border-radius: 0.5rem !important;
}

.accordion .card-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container > .row > * {
    padding-top: calc(var(--col-default-padding) / 2);
    padding-bottom: calc(var(--col-default-padding) / 2);
  }
  .container > .row > *:first-child {
    padding-top: 0;
  }
  .container > .row > *:last-child {
    padding-bottom: 0;
  }
  .flex-mobile-reverse {
    flex-direction: column-reverse !important;
  }
  .container > .row.flex-mobile-reverse > *:last-child {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-0 {
    width: 40%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-60 {
    width: 60%;
  }
  .w-lg-70 {
    width: 70%;
  }
  .w-lg-80 {
    width: 80%;
  }
  .w-lg-90 {
    width: 90%;
  }
}
.arrow-fontawesome, .btn::after, .gform_footer > input::after,
.btn-arrow::after, .btn-secondary::after,
.btn-secondary:focus::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  margin-right: 0px;
  font-weight: 900;
  font-size: 14px;
  opacity: 1;
  transition: all 0.2s;
  margin-left: 15px;
  position: relative;
  left: 0%;
}
.arrow-fontawesome:hover::after, .btn:hover::after, .gform_footer > input:hover::after,
.btn-arrow:hover::after, .btn-secondary:hover::after {
  left: 2%;
  opacity: 1;
}

/* when using image icon */
.arrow-img::after {
  /* content: url(../images/leaf-icon.png);
  margin-left: 16px; */
  /* filter: invert(0%) sepia(0%) saturate(3207%) hue-rotate(132deg) brightness(1000%) contrast(100%); */
}

/* buttons css */
.btn, .gform_footer > input,
.btn:focus,
.btn:hover {
  font-size: 18px;
  font-weight: 600 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 50px !important;
  padding: 10px 26px !important;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: none;
}

.btn-primary, .gform_footer > input,
.btn-primary:focus {
  color: #000 !important;
  background: #deff00 !important;
}
.btn-secondary,
.btn-secondary:focus {
  color: #deff00 !important;
  background: #1d1d1b;
  padding: 10px 40px !important;
}
.btn-secondary:hover,
.btn-secondary:focus:hover {
  color: #deff00;
  background-color: #262626 !important;
  padding: 10px 40px !important;
}
.btn-secondary::after,
.btn-secondary:focus::after {
  color: #deff00 !important;
}

/* when using font awesome icon */
.btn-link,
.btn-link:hover {
  padding: 0 !important;
}

.question-border, .accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border: none !important;
  border: 0px solid #ddd;
}

.accordion {
  text-align: left;
}

.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-button,
.accordion-button.collapsed,
.accordion-button:not(.collapsed) {
  border-radius: 0px;
  background: #fff;
}

.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type {
  margin-bottom: 14px;
  background: #fff;
  overflow: hidden;
  /* box-shadow: var(--box-shadow); */
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-button {
  font-size: 16px !important;
  font-weight: 600;
  transition: all 0.4s;
  padding: 12px 18px;
  color: #fff !important;
}

/* DO NOT REMOVE THIS */
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
}

.accordion-button.collapsed {
  /* background: none !important; */
  /* border: 1px solid #ddd; */
  background: #fff;
  /* border-left: 2px solid var(--secondary-color); */
}

.accordion-button.collapsed:hover {
  /* background: linear-gradient(0deg, var(--secondary-bg-color) -70%, rgba(250, 250, 250, 0) 25%); */
  color: var(--primary-text-color) !important;
  /* border-width: 12px; */
}

.accordion-button:not(.collapsed) {
  /* background: linear-gradient(0deg, var(--secondary-bg-color) -70%, rgba(250, 250, 250, 0) 25%); */
  color: #fff;
  /* background-color: var(--primary-bg-color); */
  /* border-left: 12px solid var(--tertiary-color); */
  box-shadow: none;
  background: #fbfbfd;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-button::before {
  content: none !important;
}
.accordion-button::before, .accordion-button::after {
  font-family: "Font Awesome 6 Free";
  width: 34px;
  height: 34px;
  font-weight: bold;
  content: "\f107";
  font-size: 20px;
  color: #fff;
  background: none;
  transition: all 0.4s;
  background-color: transparent !important;
  color: #fff;
  border-radius: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.accordion-button::before {
  margin-right: 20px;
}

.accordion-button:not(.collapsed)::after {
  transform: none;
  content: "\f106";
  color: rgb(235.2, 255, 102) !important;
  background-image: none;
  background-color: transparent !important;
}

.accordion-button:hover:before {
  opacity: 1;
}

.accordion-collapse {
  transition: all 0.4s ease;
}

.accordion .card-body {
  padding: 30px 40px;
  border-top: 1px solid #eee;
}

.overlay {
  position: relative;
}

.gradient > *,
.overlay > * {
  position: relative;
  z-index: 2;
}

.gradient::after,
.overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
}

.overlay::after {
  opacity: 0.4 !important;
}

.overlay::after {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.gradient > *,
.overlay > * {
  z-index: 2;
}

.gradient-left::after {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0) 70%);
}

.gradient-right::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0) 70%);
}

.gradient-top::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0) 70%);
}

.gradient-bottom::after {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0) 70%);
}

.gradient-bg::after {
  background: linear-gradient(to right, var(--secondary-b-color) 30%, rgba(255, 255, 255, 0.4) 70%);
}

.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
}

.shadow {
  box-shadow: rgba(125, 125, 125, 0.15) 0px 0px 15px 0px;
}

.shadow-0 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.shdaow-1 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.fa-family {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
}

@media (min-width: 992px) {
  .absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }
}
@media (max-width: 992px) {
  .absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }
}
/* contact form */
form {
  background: var(--secondary-bg-light-color);
  border-radius: 8px;
}
form .gfield input,
form .gfield textarea {
  padding: 16px 18px !important;
  outline: none !important;
  background: #080202;
  border: none !important;
  border: 1px solid #ddd !important;
  color: #fff;
  font-size: 18px;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-weight: normal !important;
}

form div.ginput_container_fileupload span.gform_fileupload_rules {
  display: none;
}

::placeholder,
::-webkit-input-placeholder {
  font-size: 16px !important;
  color: #aaa;
}

/* ignore below this */
/* contact form */
form .row > * {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.form-group {
  margin-bottom: 24px;
  /* border: 2px solid #e8e7e8;
  border-radius: 6px;
  margin-bottom: 18px; */
}

.form-group > label {
  /* position: relative;
  top: -13px;
  left: 10px;
  background-color: white;
  padding: 0 10px;
  color: #5d5d5d;
  font-weight: 500; */
}

.form-control,
.form-control:focus {
  box-shadow: none !important;
  /* border: none !important; */
  outline: none !important;
}

.gform_footer > input {
  margin-top: 0 !important;
}

.gfield_checkbox > div {
  display: flex;
  align-items: start;
}
.gfield_checkbox > div > input {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  margin-top: 4px !important;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
  margin: auto;
}

.owl-stage .owl-item {
  /* margin: 0 15px; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
}

.owl-stage .owl-item img {
  width: auto !important;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  cursor: pointer;
  opacity: 0.8;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  text-decoration: none;
  opacity: 1;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.3;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme .owl-dots .owl-dot {
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 5px;
  background: #ccc !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #aaa !important;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  text-align: center;
  height: 100%;
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav button:hover {
  color: #000 !important;
  transition: all 0.4s ease;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -100px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -100px;
}
.owl-carousel .owl-nav button span {
  background-color: transparent;
  line-height: initial !important;
}
.owl-carousel .owl-nav button span:hover {
  background-color: rgb(199.68, 244.8, 0);
}
.owl-carousel .owl-nav button span {
  background: #d0ff00;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 28px;
  padding-bottom: 4px;
}

.cases .case {
  justify-content: center;
}
.cases .case .content-div {
  padding: 15px 30px;
  overflow: hidden;
}
.cases .case .content-div h3 {
  font-size: 22px;
}
.cases .case .content-div .points > div {
  display: flex;
  margin-block: 60px;
  align-items: top;
}
.cases .case .content-div .points > div .icon-div {
  width: 120px;
  margin-right: 30px;
}
.cases .case .content-div .points > div:first-of-type {
  margin-top: 0;
}
.cases .case .content-div .points > div:last-of-type {
  margin-bottom: 0;
}
.cases .case .content-div:last-of-type {
  border: none;
}
.cases .case .img-div {
  text-align: center;
  position: relative;
  z-index: 0;
}
.cases .case .sticker {
  height: auto;
  display: flex;
  padding: 30px;
  margin: auto;
  margin-top: 15px;
}
.cases .case .sticker img {
  margin-right: 30px;
  align-self: flex-start;
}
.cases .case .sticker .client {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  text-align: start;
}
.cases .case .sticker .client .title {
  font-weight: 600;
  display: block;
}
.cases .case .sticker .client .subtitle {
  font-size: 14px;
}
@media (min-width: 992px) {
  .cases .owl-nav {
    position: absolute;
    top: -150px;
    right: 200px;
  }
}
.cases .owl-nav span {
  background: #cbcbcb;
  height: 58px;
  width: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 46px;
  padding-bottom: 7px;
}

@media (max-width: 992px) {
  .cases .case .content-div .points > div {
    padding: 0 !important;
  }
  .cases .case .sticker {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cases .case .content-div {
    z-index: 2;
  }
  .cases .case .sticker {
    max-width: 70%;
  }
  .cases .case:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .cases .case:nth-of-type(even) .content-div {
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 30px !important;
  }
}
.case-studies .case .img-div img {
  max-width: 100%;
}
.case-studies h3 {
  color: #fff;
}
@media (min-width: 992px) {
  .case-studies .cases {
    margin-top: 30px;
  }
  .case-studies .case .img-div img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 600px;
  }
}

:root {
  --box-padding: 40px;
  --box-bg-color: #fff;
  --box-border-color: #999;
}

/* box element */
.boxes {
  display: flex;
  /* give same height to columns */
  align-items: initial;
}

.boxes.boxes-center * {
  text-align: center;
}

.boxes > div {
  padding-top: var(--col-default-padding);
  padding-bottom: var(--col-default-padding);
}

.boxes > div > a {
  font-weight: initial !important;
  color: initial !important;
  text-decoration: initial !important;
}

.box {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  background-color: var(--box-bg-color);
  /* -webkit-box-shadow: -2px 1px 37px -9px rgb(0 0 0 / 24%);
    -moz-box-shadow: -2px 1px 37px -9px rgba(0, 0, 0, 0.24);
    box-shadow: -2px 1px 37px -9px rgb(0 0 0 / 24%); */
  text-align: left;
  /* border: 1px solid #eee; */
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.box:hover {
  /* cursor: pointer; */
}

.box.box-icon {
  padding: var(--box-padding);
  border-radius: 12px;
}

.box.box-icon,
.box.box-icon {
  border: 4px solid transparent;
  transition: all 0.8s ease;
}

.box.box-icon.box-hover:hover {
  border: 4px solid var(--box-border-color);
}

.box.box-img {
  padding: 0;
}

.box .header {
  overflow: hidden;
  position: relative;
}

.box.box-icon .header > i,
.box.box-icon .header > img {
  color: var(--secondary-text-color) !important;
}

.box.box-icon:hover .header > i {
  color: var(--primary-text-color) !important;
}

.box.box-icon:hover .header > img,
.box.box-icon:hover .header > i {
  color: var(--primary-text-color) !important;
}

.box.box-img .header > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: all 0.7s;
  /*default value 200px change in site.css if need be*/
  max-height: 200px;
}

.box.box-img:hover .header > img {
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: scale(1.1);
  /* Firefox 16+, IE 10+, Opera */
  transform-origin: 50% 50%;
  filter: grayscale(40%);
}

.box > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.box.box-icon .body {
  padding-top: var(--box-padding);
}

.box.box-img .body {
  padding: var(--box-padding);
}

.boxes-fixed-footer .box .body,
.box.box-fixed-footer .body {
  flex-grow: 1;
}

.box .body > * {
  margin: 0;
  padding: 0;
  margin-bottom: calc(var(--box-padding) - 10px);
}

.box .body > *:last-child {
  margin-bottom: 0 !important;
}

.box .body > h3 {
  font-weight: 500;
}

.box .footer {
  padding-top: var(--box-padding);
  font-weight: 600;
}

.box.box-icon.box-fixed-footer .footer {
  padding: 0;
  padding-top: calc(var(--box-padding) - 10px);
}

.box.box-fixed-footer .footer {
  padding: var(--box-padding);
  padding-top: 0;
}

/* condensed boxes */
.boxes-condensed {
  border-left: 1px solid rgba(193, 193, 193, 0.7568627451);
  border-top: 1px solid rgba(193, 193, 193, 0.7568627451);
}

.boxes-condensed > div {
  padding: 0 !important;
  margin: 0 !important;
}

.boxes-condensed .box {
  border: none;
  border-right: 1px solid rgba(193, 193, 193, 0.7568627451) !important;
  border-bottom: 1px solid rgba(193, 193, 193, 0.7568627451) !important;
  border-radius: 0 !important;
  box-shadow: none;
}

.boxes-condensed .box:hover {
  border: none;
}

@media (max-width: 992px) {
  .box {
    height: auto;
  }
  .boxes-condensed {
    margin: 0 5px;
  }
}
/* box element end */
header {
  position: relative;
  display: flex;
  align-items: center;
}
header .row {
  align-items: flex-start !important;
}
header .div-text > * {
  margin-top: 30px;
}
header .div-text h1 {
  margin-top: 0;
}
header .div-text p {
  margin-bottom: 0;
}
header .heading {
  font-size: 50px;
  position: absolute;
  bottom: 0;
  color: #000;
}

@media (max-width: 992px) {
  header {
    height: auto !important;
    padding: 40px 20px;
  }
}
.hero {
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 0;
}
.hero h1 {
  margin-top: 10px;
}
.hero ul {
  margin-top: 30px;
  font-weight: 400;
}
.hero p {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 400;
}
.hero a {
  margin-top: 30px;
}

@media (max-width: 992px) {
  .hero {
    height: auto !important;
    padding: 40px 20px;
  }
}
.process .row {
  margin: auto;
}
.process .row > div {
  padding: 0;
}
.process .f-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
  position: relative;
  text-align: left;
}
@media (max-width: 992px) {
  .process .f-box {
    margin-bottom: 60px;
    padding-inline: 15px;
  }
}
.process .f-box:last-of-type {
  margin-bottom: 0 !important;
}
.process .f-box .div-img {
  width: 180px;
  margin-inline: 15px;
}
@media (max-width: 992px) {
  .process .f-box .div-img {
    width: 120px;
    margin-left: 0 !important;
    text-align: center;
  }
}
.process .f-box .div-text h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 6px !important;
}
.process .f-box .div-text p {
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .process .fs-left .f-box {
    flex-direction: row-reverse;
    text-align: right;
  }
}
.process .div-center {
  padding: 0 !important;
  padding-inline: 30px !important;
}
@media (max-width: 992px) {
  .process .div-center {
    margin-block: 60px;
  }
}

.feedback .owl-item {
  background: #fff;
  padding: 40px;
  text-align: center;
  border-radius: 8px;
  margin-block: 15px;
  font-size: 18px;
}
.feedback .owl-item::before {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 10;
}
.feedback .owl-item .client {
  margin-top: 30px;
  font-size: 14px;
}
.feedback .owl-item .client span.title {
  font-weight: 600;
}
.feedback .owl-item .client span.title::before {
  margin-right: 15px;
  vertical-align: middle;
}
.feedback .owl-dots {
  margin-top: 30px !important;
}
.feedback .owl-nav {
  position: absolute;
  top: -180px;
  right: 200px;
}
.feedback .owl-nav span {
  color: #fff;
  background: #d9cfcd;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 38px;
  padding-bottom: 6px;
}
/* ul arrow */
/* ul list custom style */
ul {
  padding: 0;
}

ul li {
  list-style: none;
  margin-top: 8px;
  display: flex;
}

/* when using fontawesome icon  */
ul li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f111";
  color: #deff00;
  margin-right: 15px;
  /* background: var(--tertiary-color); */
}

/* when using image  */
/* ul li:before {
  content: url(../images/leaf-icon.png);  
  padding-right: 14px;
  margin-top: 1px;
  margin-right: 16px;
  width: 26px; 
  height: 24px; 
} */
*.ul-reset ul,
*.ul-reset ul li:before {
  padding: 0;
  margin: 0;
  list-style: none;
}

*.ul-reset ul li:before {
  content: none;
}

*.ul-white ul li:before,
.bg-secondary ul li:before,
.bg-tertiary ul li:before {
  color: #fff;
}

:root {
  --section-sm-padding: 40px;
  --section-padding: 80px;
  --section-lg-padding: 160px;
}

* {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
  word-break: initial !important;
}

img {
  max-width: 100%;
}

html,
body {
  overflow-x: hidden;
  color: var(--primary-text-color);
  scroll-behavior: smooth;
}

section {
  padding: var(--section-padding) 0;
}

section.section-sm {
  padding: var(--section-sm-padding) 0 !important;
}

section.section-lg {
  padding: var(--section-lg-padding) 0 !important;
}

section:first-child {
  margin-top: 0 !important;
}

section:last-child {
  margin-bottom: 0 !important;
}

.bg-primary {
  background-color: var(--primary-bg-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-bg-color) !important;
}

.bg-tertiary {
  background-color: var(--tertiary-bg-color) !important;
}

.section-heading {
  text-align: center;
}

.heading-label {
  display: block;
  color: var(--tertiary-co lor);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 6px;
}

section h2 {
  margin-bottom: 20px;
}

.section-heading h2 {
  margin-bottom: 20px;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: var(--primary-text-color);
  word-break: break-all;
}

a:not(.reset),
a:not(.reset):hover,
a:not(.reset):focus {
  color: #fff;
}

a:not(.reset):hover {
  color: var(--secondary-color);
}

@media (max-width: 768px) {
  [class*=col]:last-child {
    margin-bottom: 0px;
  }
  .section-heading {
    margin-bottom: 60px;
  }
  .div-404 h1 {
    font-size: 26px !important;
  }
}
@media (min-width: 992px) {
  .section-heading {
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
  }
  .div-404 {
    min-height: 300px;
    max-width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .div-404 h1 {
    font-size: 38px !important;
  }
}
/* ---------------------------- Utils ------------------------------ */
/* gradient bg */
.gradient-bg-down {
  background: linear-gradient(to bottom, #f7faff 0%, #fff 20%, #fff 100%) !important;
}

.gradient-bg-up {
  background: linear-gradient(to top, #f7faff 0%, #fff 20%, #fff 100%) !important;
}

/* quote marks */
/* testimonials css start */
.quote {
  color: var(--secondary-text-color);
  font-size: 22px !important;
  font-weight: 600;
  margin-right: 8px;
}

.page-kontakt .mapouter,
.page-kontakt .gmap_canvas,
.page-kontakt .gmap_iframe {
  height: 600px !important;
}

.mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 600px;
}

@media (min-width: 992px) {
  .quote-start {
    margin-right: 8px;
  }
  .quote-end {
    margin-left: 8px;
  }
}
.navbar {
  background: var(--primary-color);
}
@media (min-width: 992px) {
  .navbar {
    padding-top: 15px !important;
    border-bottom: 1px solid #444;
    padding-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .navbar {
    border-bottom: 1px solid #555;
  }
}
.navbar .container {
  max-width: 1700px;
}
.navbar .lang-desktop {
  display: none;
}
.navbar .lang-mobile {
  display: none;
}
.navbar .wpml-ls-legacy-dropdown {
  width: auto !important;
  margin-right: 15px;
}
@media (max-width: 992px) {
  .navbar .wpml-ls-legacy-dropdown {
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 15px auto;
  }
}
.navbar .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  border-top-color: #777;
}
.navbar .wpml-ls-legacy-dropdown ul > li {
  margin-inline: 0 !important;
}
.navbar .wpml-ls-legacy-dropdown a {
  border: none !important;
  background-color: transparent !important;
}
.navbar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none !important;
}
.navbar .wpml-ls-legacy-dropdown img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.logo {
  max-width: 220px;
}
@media (max-width: 992px) {
  .logo {
    max-width: 160px;
  }
}

.navbar-nav .dropdown-menu {
  padding: 0px !important;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #d0ff00 !important;
}

ul.header-menu {
  position: relative !important;
}
@media (min-width: 992px) {
  ul.header-menu {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  ul.header-menu {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  ul.header-menu > li {
    padding-inline: 0px;
  }
}
ul.header-menu > li:hover {
  position: relative;
}
ul.header-menu a {
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  ul.header-menu a {
    font-size: 26px !important;
    font-weight: 800 !important;
  }
}
ul.header-menu a:hover {
  color: #deff00 !important;
}
@media (min-width: 992px) {
  ul.header-menu .menu-item-has-children {
    margin-right: 18px;
  }
}
@media (min-width: 992px) {
  ul.header-menu .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px;
    transition: margin ease 0.5s, opacity ease 0.8s;
    border: 8px solid #000;
    transform: translate(-50%);
    width: 300px;
    left: 100% !important;
    background-color: #fff !important;
    top: -1000px;
    border-radius: 15px;
  }
}
ul.header-menu .sub-menu li a:hover {
  text-decoration: underline !important;
  text-underline-offset: 6px;
}
@media (min-width: 992px) {
  ul.header-menu .sub-menu::before {
    content: "";
    position: absolute;
    top: -8px; /* Adjust this value to control the distance of the arrow from the top of the container */
    left: 30%;
    transform: translateX(-50%);
    border-width: 0 15px 10px 15px; /* Adjust the values to control the size and shape of the arrow */
    border-style: solid;
    border-color: transparent transparent #ffffff transparent; /* Set the color of the arrow */
  }
}
ul.header-menu .sub-menu li {
  flex-basis: calc(25% - 40px); /* Adjust for spacing, e.g., 10px margin between items */
  box-sizing: border-box; /* Include padding and border in the flex-basis calculation */
}
ul.header-menu .sub-menu a {
  color: #000 !important;
  position: relative;
  display: inline;
  padding: 0 !important;
}
ul.header-menu .sub-menu a:hover {
  background-color: initial !important;
}
ul.header-menu .current_page_item a:after {
  width: 100%;
  height: 4px;
  bottom: -8px !important;
}

@media (max-width: 992px) {
  ul.header-menu a,
  ul.header-menu a:hover,
  ul.header-menu a:focus,
  ul.header-menu > li > a,
  ul.header-menu .sub-menu > li > a,
  ul.header-menu .current-menu-ancestor > a,
  ul.header-menu .current-menu-item > a,
  ul.header-menu li:hover > a,
  ul.header-menu .focus > a {
    color: #fff !important;
  }
  ul.header-menu .sub-menu {
    opacity: 1 !important;
    border-bottom: none !important;
    margin-bottom: 15px;
    position: relative;
  }
  ul.header-menu .sub-menu a {
    font-size: 18px !important;
    font-weight: 600 !important;
  }
  ul.header-menu .sub-menu li {
    margin-bottom: 15px;
  }
}
.top-bar {
  background: #000;
  text-align: center;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
}
.top-bar > span:nth-of-type(1) {
  color: rgb(235.2, 255, 102);
}
.top-bar > span:nth-of-type(2) {
  color: #fff;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar {
  z-index: 2;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
  position: relative;
  background-color: #000;
}
.navbar .nav-link {
  color: #fff !important;
  font-weight: 600;
}
@media (max-width: 992px) {
  .navbar .navbar-collapse {
    transition: none !important;
  }
  .navbar .navbar-collapse.show {
    padding-bottom: 30px;
  }
  .navbar ul.navbar-nav {
    margin-bottom: 50px !important;
  }
  .navbar.mobile-left ul {
    align-items: flex-start;
  }
  .navbar.mobile-center ul {
    align-items: right;
  }
  .navbar.mobile-center ul li {
    text-align: right;
  }
  .navbar.mobile-center ul .dropdown-menu {
    text-align: right !important;
  }
  .navbar.mobile-right ul {
    align-items: flex-end;
  }
  .navbar.mobile-right ul li {
    text-align: right;
  }
  .navbar.mobile-right ul .dropdown-menu {
    text-align: end !important;
  }
  .navbar .nav-link {
    padding: 0.2rem 1rem;
  }
  .navbar .cta {
    display: inline-block !important;
    width: 100%;
    text-align: right;
    margin-top: 25px;
    padding-right: 16px;
  }
}
.navbar .navbar-toggler,
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active,
.navbar .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin-right: 10px;
}
.navbar .nav-close {
  font-size: 42px;
  padding: 24px;
}

.header {
  background-color: #000;
  display: flex;
  align-items: center;
}

.nav {
  width: 100%;
}

.header-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (max-width: 992px) {
  .header-menu {
    display: flex;
    flex-direction: column;
  }
}
.header-menu ul {
  min-width: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
}
@media (min-width: 992px) {
  .header-menu ul {
    transition: all ease 0.5s;
    position: absolute;
    top: 50%;
    left: -999em;
    z-index: 5;
  }
}
@media (max-width: 992px) {
  .header-menu ul {
    display: none;
  }
}
.header-menu li {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-top: 0 !important;
}
@media (max-width: 992px) {
  .header-menu li.focus > ul {
    display: block;
  }
}
@media (min-width: 992px) {
  .header-menu li.focus > ul, .header-menu li:hover > ul {
    top: 50px;
    opacity: 1;
    margin-top: -10px;
  }
}
.header-menu li li {
  display: block;
}
.header-menu li li.focus > ul, .header-menu li li:hover > ul {
  left: 100%;
  top: 0;
}
.header-menu .menu-item-has-children > a::after {
  font-family: "Font Awesome 6 Free" !important;
  margin-left: 10px;
  content: "\f078";
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
}
@media (max-width: 992px) {
  .header-menu .menu-item-has-children > a::after {
    content: "\f078" !important;
    font-weight: bold !important;
    border: none !important;
    padding: 0 !important;
    color: var(--secondary-color);
    font-size: 18px !important;
    top: 30px;
    left: 0;
  }
}
@media (max-width: 992px) {
  .header-menu .menu-item-has-children.focus > a:after {
    content: "\f068" !important;
  }
}
.header-menu ul.sub-menu {
  min-width: 100%;
}
.header-menu ul.sub-menu a {
  padding: 4px 15px;
}
@media (max-width: 992px) {
  .header-menu ul.sub-menu {
    padding-right: 16px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

footer {
  padding: 60px 40px 40px !important;
  color: #fff;
  position: relative;
}
footer::before {
  content: url(../images/imgsmile.png);
  filter: brightness(0) invert(1);
  opacity: 0.2;
  position: absolute;
  bottom: 50px;
  right: 70px;
  z-index: 2;
}
@media (max-width: 992px) {
  footer::before {
    display: none !important;
  }
}
@media (max-width: 992px) {
  footer {
    padding: 40px 20px !important;
  }
}
footer .footer-logo {
  margin-bottom: 5px;
}
footer p {
  font-size: 14px;
  margin-top: 15px;
}
footer ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
footer h4 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: uppercase;
}
footer ul li {
  list-style: none;
  position: relative;
}
footer ul li:before {
  content: none;
}
footer ul li a {
  text-decoration: none;
  color: #fff;
  display: inline;
  position: relative;
}
footer ul li a:after {
  position: absolute;
  content: "";
  height: 2px;
  background: #deff00;
  width: 0;
  bottom: 0 !important;
  left: 0 !important;
  transition: width 0.3s ease;
}
footer ul li a:hover::after {
  width: 100%;
}
footer ul li a:hover {
  color: #f1f1f1;
}
footer .row {
  align-items: start;
}
footer .social-icons {
  display: flex;
  gap: 1rem;
}
@media (max-width: 992px) {
  footer .social-icons {
    margin-top: 15px;
  }
}
footer .social-icons a {
  background-color: #282828;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
footer .social-icons a i {
  font-size: 22px;
  color: #fff;
}
footer .social-icons a:hover {
  background-color: #deff00 !important;
}
footer .social-icons a:hover i {
  color: #000;
}

header {
  position: relative;
  display: flex;
  align-items: end !important;
}
@media (min-width: 992px) {
  header {
    padding-block: 70px;
  }
}
header .container {
  position: relative;
}
@media (min-width: 992px) {
  header .container .txt h1 {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  header .container .txt p {
    margin-block: 40px;
    max-width: 80%;
  }
}
header .container .txt > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  header .container .smily {
    position: absolute;
    right: -30px !important;
    top: -50px !important;
    transform: rotate(20deg);
    z-index: 0;
    opacity: 0.2;
  }
}
header .container .cta {
  display: flex;
  align-items: center !important;
  justify-content: space-between;
}
header .container .cta img {
  max-width: 50px;
  margin-left: auto;
  display: none;
}
@media (max-width: 992px) {
  header .container .cta {
    margin-top: 30px;
  }
}

.left-dots-container {
  position: relative;
  position: relative;
}
.left-dots-container .left-dots {
  position: absolute;
  top: 30px;
  left: -60px;
  z-index: 1;
}
.left-dots-container .left-dots span {
  width: 16px;
  height: 16px;
  display: block;
  background: #deff00;
  margin-block: 16px;
  background: #deff00;
  margin-block: 16px;
}

.owl-carousel .owl-dots .owl-dot span {
  border-radius: 10%;
  background: rgb(88.8, 102, 0) !important;
  transition: all ease 0.3s;
  margin-inline: 4px;
  width: 16px;
  height: 14px;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #deff00 !important;
  width: 40px;
}

.footer-top .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .footer-top .container {
    max-width: 100% !important;
  }
}

.footer-top h2 {
  font-size: 24px;
  line-height: initial;
}

.footer-top .row {
  position: absolute;
  top: -100px;
}
@media (max-width: 992px) {
  .footer-top .row {
    position: initial;
  }
}

@media (max-width: 992px) {
  .pb-xs-0 {
    padding-bottom: 0px !important;
    padding-top: 40px !important;
  }
}

.footer-top {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  .footer-top {
    margin-top: 120px;
  }
}

@media (min-width: 992px) {
  .footer-top .row {
    width: 100%;
  }
}

.footer-top .row > div {
  align-self: stretch !important;
  background-color: #d0ff00;
  padding: 40px;
}

.footer-top .div-btn {
  z-index: 3;
  position: relative;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 992px) {
  .footer-top .div-btn {
    padding-bottom: 40px !important;
  }
}

.footer-top .div-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80%;
  right: -3000px;
  background-color: #d0ff00;
  z-index: -1;
}
@media (max-width: 992px) {
  .footer-top .div-btn:after {
    display: none !important;
  }
}

.opacity-bg {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
}

.slick-slider {
  position: relative;
  margin: 0 -20px; /* negative value = same as slide margin */
}
.slick-slider:before, .slick-slider:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 100%;
  background-image: linear-gradient(to right, #000, transparent);
  z-index: 1;
  top: 0;
}
@media (max-width: 992px) {
  .slick-slider:before, .slick-slider:after {
    width: 150px;
    left: -15px;
  }
}
.slick-slider:after {
  background-image: linear-gradient(to left, #000, transparent);
  right: 0;
}
@media (max-width: 992px) {
  .slick-slider:after {
    left: initial;
    right: -15px;
  }
}
.slick-slider .slick-track {
  display: flex;
  align-items: center;
}
.slick-slider.slider-rtl {
  direction: rtl;
}
.slick-slider.slider-rtl:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 100%;
  background-image: linear-gradient(to right, #000, transparent);
  z-index: 1;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .slick-slider.slider-rtl:before {
    width: 150px;
  }
}
.slick-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.how-to .row {
  align-items: center;
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 992px) {
  .how-to .row {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
.how-to .row .div-img img {
  max-height: 550px !important;
}
.how-to .row p {
  font-size: 20px;
  font-weight: 500;
}
.how-to .row .steps {
  padding-top: 40px;
}
.how-to .step1,
.how-to .step2,
.how-to .step3,
.how-to .step4,
.how-to .step5 {
  padding-left: 40px !important;
}
.how-to .step1 h3,
.how-to .step2 h3,
.how-to .step3 h3,
.how-to .step4 h3,
.how-to .step5 h3 {
  text-transform: uppercase;
  font-size: 22px;
}
.how-to .step1 p,
.how-to .step2 p,
.how-to .step3 p,
.how-to .step4 p,
.how-to .step5 p {
  font-size: 18px;
}
.how-to .step1 {
  margin-left: -138px;
}
.how-to .step2 {
  margin-left: -38px;
  padding: 40px 12px;
}
.how-to .step3 {
  margin-top: -12px;
  margin-left: -10px;
}
.how-to .step4 {
  margin-top: 32px;
  margin-left: -45px;
}
.how-to .step5 {
  margin-top: 34px;
  margin-left: -145px;
}
@media (max-width: 992px) {
  .how-to .div-img {
    display: none;
  }
  .how-to .step1,
  .how-to .step2,
  .how-to .step3,
  .how-to .step4,
  .how-to .step5 {
    margin: 0;
    padding-inline: 0 !important;
    padding-block: 30px !important;
    border-bottom: 1px solid #444;
  }
  .how-to .step1 p,
  .how-to .step2 p,
  .how-to .step3 p,
  .how-to .step4 p,
  .how-to .step5 p {
    margin-bottom: 0;
  }
  .how-to .step5 {
    border-bottom: none;
  }
}
.how-to .div-cta {
  text-align: center;
  margin-top: 30px;
}

.s-logos-slider {
  padding-bottom: 40px !important;
  padding-top: 0;
}
@media (max-width: 992px) {
  .s-logos-slider {
    padding-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .s-logos-slider .logos .container {
    max-width: 1800px;
    padding-block: 30px;
    padding-inline: 120px;
    border-inline: none;
    opacity: 0.7;
  }
}
.s-logos-slider .logos .container img.slick-slide {
  max-width: 160px;
  max-height: 80px;
  width: auto !important;
  height: auto !important;
  margin: 0px 20px;
}

.s-portfolio-slider {
  padding-top: 0px;
}
.s-portfolio-slider .container {
  max-width: 1800px;
}
.s-portfolio-slider .container img.slick-slide {
  margin-inline: 6px;
}

@media (min-width: 992px) {
  .vorteil .boxes {
    margin: auto;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .vorteil .boxes {
    gap: 1rem;
  }
}
.vorteil .boxes > div {
  width: auto;
}
.vorteil .box {
  color: #111 !important;
  background: #deff00;
  border-radius: 34px;
  padding: 30px;
  text-align: center;
  border: 6px solid rgb(155.4, 178.5, 0);
  border-top: none;
  border-left: none;
}
@media (min-width: 992px) {
  .vorteil .box {
    padding: 40px 60px;
    width: auto !important;
    flex: 0 0 calc(50% - 2rem);
  }
}
.vorteil .box h3 {
  font-size: 70px !important;
  font-weight: bold;
  line-height: initial;
}
@media (max-width: 992px) {
  .vorteil .box h3 {
    font-size: 50px !important;
  }
}
.vorteil .box h4 {
  font-weight: 800;
  margin-block: 15px;
}
.vorteil .box p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .feedbacks {
    position: relative;
    padding-block: 40px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .feedbacks {
    margin-top: 0;
  }
}
.feedbacks h2 {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .feedbacks h2 {
    margin-bottom: 30x;
    width: 80%;
    padding-left: 15px;
  }
}
.feedbacks .feedback {
  max-width: 1000px;
}
@media (min-width: 992px) {
  .feedbacks .feedback .text {
    font-size: 22px;
  }
}
.feedbacks .feedback .name {
  display: block;
  margin-top: 60px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .feedbacks .feedback .name {
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .feedbacks .owl-dots {
    margin-top: 0px;
    margin-left: 10px;
    padding-top: 0;
    text-align: left;
  }
  .feedbacks .owl-dots button {
    margin-top: 0;
  }
}

.footer-cta {
  background: #050505;
}
.footer-cta .container {
  max-width: 1100px;
}
@media (max-width: 992px) {
  .footer-cta .row {
    text-align: center;
  }
}
.footer-cta h2 {
  display: inline-block;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .footer-cta h2 {
    position: relative;
    z-index: 1;
    max-width: 650px;
    font-size: 70px;
  }
}
.footer-cta .btn:hover, .footer-cta .gform_footer > input:hover {
  box-shadow: 0 0 12px #deff00, 0 0 16px #deff00 !important;
  transform: scale(1.1) !important;
}
.footer-cta .btn, .footer-cta .gform_footer > input {
  display: inline-block; /* important */
  box-shadow: 0 0 10px #deff00;
  transition: box-shadow 0.3s, transform 0.2s;
}
@media (min-width: 992px) {
  .footer-cta .btn, .footer-cta .gform_footer > input {
    border: 3px solid #deff00 !important;
    padding: 16px 24px;
    font-weight: 600 !important;
    color: #fff !important;
    background-color: transparent !important;
  }
}
@media (max-width: 992px) {
  .footer-cta .col-img {
    text-align: center;
  }
}
@keyframes move {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.footer-cta .col-img img {
  animation: move 4s infinite linear;
}

.opacity-bg {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
}

@media (max-width: 992px) {
  .s-video {
    padding-block: 15px !important;
    background: #deff00;
  }
}
@media (min-width: 992px) {
  .s-video .showreel-video iframe {
    width: 1000px;
    height: 600px;
  }
}
@media (max-width: 992px) {
  .s-video .showreel-video iframe {
    height: 230px;
    width: 100%;
  }
}

body {
  overflow-x: hidden;
}

header {
  padding-inline: 0 !important;
}

.page-template-success .container img {
  max-width: 250px;
}

.page-wrapper {
  background-color: #000 !important;
}
@media (min-width: 992px) {
  .page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}
.page-wrapper footer {
  margin-top: auto;
}

.page-home .div-cta {
  text-align: center;
}
.page-home .div-cta a {
  font-size: 24px !important;
}
.page-home .s-2 {
  color: #fff;
  /* Bounce animation */
}
@media (max-width: 992px) {
  .page-home .s-2 {
    padding-top: 0px;
  }
}
.page-home .s-2 .heading {
  position: relative;
}
.page-home .s-2 .heading h2 {
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-home .s-2 .heading h2 {
    margin-left: 100px;
  }
}
.page-home .s-2 .heading .green-box {
  position: absolute;
  width: 450px;
  height: 100%;
  background-color: #deff00;
  left: -400px;
  z-index: 1;
}
@media (max-width: 992px) {
  .page-home .s-2 .heading .green-box {
    display: none;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .page-home .s-2 .row-text {
    margin-top: 60px;
    gap: 1.5em;
  }
}
.page-home .s-2 .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .page-home .s-2 .col-img {
    text-align: center;
    width: 40%;
  }
  .page-home .s-2 .col-img .eye-overlay {
    width: 40px;
    height: 0;
    background-color: #1d1d1b;
    position: absolute;
    left: 170px;
  }
  .page-home .s-2 .col-img .eye-overlay.blink {
    animation-name: blink;
    animation-duration: 0.4s;
  }
}
@keyframes blink {
  0% {
    height: 0;
  }
  50% {
    height: 40px;
  }
  100% {
    height: 0;
  }
}
.page-home .s-3 {
  position: relative;
}
@media (min-width: 992px) {
  .page-home .s-3:before {
    content: "";
    position: absolute;
    top: 50%; /* Initial position, starting from the bottom */
    left: 0;
    right: 0;
    height: 200px;
    background: #050505;
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .page-home .s-3 {
    padding-top: 0 !important;
  }
}
@media (max-width: 992px) {
  .page-home .s-3 {
    padding-top: 0 !important;
  }
}
@media (max-width: 992px) {
  .page-home .s-3 .row {
    gap: 1rem;
  }
}
.page-home .s-3 .row > div {
  align-self: stretch !important;
}
.page-home .s-3 .detail-box {
  display: flex;
  height: 100%;
  flex-direction: column;
  border: 2px solid #deff00;
  position: relative;
  background-color: #000;
}
@media (min-width: 992px) {
  .page-home .s-3 .detail-box {
    padding: 32px;
    margin-right: 30px;
    padding-top: 26px;
  }
}
@media (max-width: 992px) {
  .page-home .s-3 .detail-box {
    padding: 30px;
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .page-home .s-3 .detail-box h3 {
    margin-left: -70px;
    padding: 12px 16px;
    background: #deff00;
    color: #000;
    border: 9px solid #000;
    font-size: 20px;
    letter-spacing: 0px;
    -webkit-text-fill-color: initial !important;
  }
}
.page-home .s-3 .detail-box p {
  margin-bottom: 0px !important;
  margin-top: 15px;
}
.page-home .s-3 .detail-box a {
  margin-top: 30px;
  color: #deff00;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media (min-width: 992px) {
  .page-home .s-4 {
    padding-block: 40px !important;
  }
}
@media (max-width: 992px) {
  .page-home .s-4 {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .page-home .s-4 .div-logo {
    margin-bottom: 30px;
  }
}
.page-home .s-4 .div-logo img {
  transform: rotate(-10deg);
}
@media (min-width: 992px) {
  .page-home .s-4 .col-text {
    padding-left: 60px;
  }
}
.page-home .s-4 .container-slider {
  max-width: 1800px;
}
@media (max-width: 992px) {
  .page-home .s-4 .container-slider {
    transform: rotate(-6deg);
    margin-top: 40px;
  }
}
.page-home .s-4 .slick-slider {
  margin-top: 30px;
  position: relative;
}
.page-home .s-4 .slick-slider:before, .page-home .s-4 .slick-slider:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 100%;
  background-image: linear-gradient(to right, #000, transparent);
  z-index: 1;
  top: 0;
}
@media (max-width: 992px) {
  .page-home .s-4 .slick-slider:before, .page-home .s-4 .slick-slider:after {
    width: 250px;
    left: -15px;
  }
}
.page-home .s-4 .slick-slider:after {
  background-image: linear-gradient(to left, #000, transparent);
  right: 0;
}
@media (max-width: 992px) {
  .page-home .s-4 .slick-slider:after {
    left: initial;
    right: -15px;
  }
}
.page-home .s-4 .slick-slider .slick-track {
  display: flex;
  gap: 1rem;
}
.page-home .s-4 .slick-slider .slick-track a.slick-slide {
  padding: 14px 26px;
  border: 3px solid #deff00;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.page-home .s-4 .slick-slider .slick-track a.slick-slide:hover {
  background: #deff00;
  color: #000;
}
.page-home .s-4 .ul-services-slider2 {
  margin-top: 15px;
  margin-bottom: 30px;
  opacity: 0.2;
}
.page-home .s-4 .ul-services-slider2:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 100%;
  background-image: linear-gradient(to right, #000, transparent);
  z-index: 1;
  top: 0;
  left: 0;
}
.page-home .s-4b {
  background: #050505;
}
.page-home .s-4c .div-cta {
  margin-top: 30px;
}
.page-home .s-5 {
  position: relative;
}
@media (min-width: 992px) {
  .page-home .s-5 {
    padding-bottom: 120px !important;
  }
}
.page-home .s-5 .top-cnt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-home .s-5 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .page-home .s-5 .row .col-text {
    margin-top: -120px;
  }
  .page-home .s-5 .row .col-text .heading {
    font-weight: 600;
  }
}
.page-home .s-5 h2 {
  margin-top: -30px;
}
.page-home .s-5 .info-div {
  padding-right: 15px;
}
.page-home .s-5 .box-img {
  position: relative;
}
@media (max-width: 992px) {
  .page-home .s-5 .box-img {
    margin-bottom: 30px;
  }
}
.page-home .s-5 .box-img .box-img-text {
  position: absolute;
  bottom: 30px;
  right: -400px;
}
@media (max-width: 992px) {
  .page-home .s-5 .box-img .box-img-text {
    bottom: -16px;
    left: 15px;
  }
}
@media (min-width: 992px) {
  .page-home .s-5 .box-img .box-img-text h2 {
    font-size: 130px;
    padding: 30px;
    color: #fff;
  }
}
.page-karriere .s-1 {
  padding: 100px !important;
}
@media (max-width: 992px) {
  .page-karriere .s-1 {
    padding: 100px 0 !important;
  }
}
.page-karriere .s-1 h2 {
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 800;
}
.page-karriere .s-1 p {
  font-size: 20px;
  font-weight: 500;
  padding: 20px;
}
.page-karriere .s-1 .owl-theme .owl-dots .owl-dot span {
  border-radius: 0%;
  background: #1d1d1b !important;
}
.page-karriere .s-1 .owl-theme .owl-dots .owl-dot.active span {
  background: #d0ff00 !important;
}
.page-karriere .s-2 {
  background-color: #1d1d1b;
  color: #fff;
  padding: 60px 40px !important;
}
@media (max-width: 992px) {
  .page-karriere .s-2 {
    padding: 60px 10px !important;
  }
}
.page-karriere .s-2 h2 {
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 0px !important;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .page-karriere .s-2 h2 {
    padding-bottom: 20px !important;
  }
}
.page-karriere .s-2 ul {
  list-style-type: square;
  margin: 0px;
  padding: 0 18px;
}
.page-karriere .s-2 li::marker {
  font-size: 18px;
  color: #d0ff00;
}
.page-karriere .s-2 .row {
  align-items: start;
}
.page-karriere .s-3 {
  position: relative;
}
.page-karriere .s-3 .info-div {
  padding-right: 15px;
}
.page-karriere .s-3 h3 {
  color: #000 !important;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.page-karriere .s-3 .box-img {
  position: relative;
}
.page-karriere .s-3 .box-img .box-img-text {
  position: absolute;
  bottom: -36px;
  right: -180px;
  font-size: 93px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .page-karriere .s-3 .box-img .box-img-text {
    font-size: 40px;
    bottom: -16px;
    right: 0;
  }
}
.page-karriere .s-4 {
  background-image: url(../images/img001.png);
  padding: 180px 0 !important;
}
.page-karriere .s-4 .brand {
  margin: 0 auto;
  display: block;
}
.page-karriere .s-5 {
  position: relative;
}
.page-karriere .s-5 .top-cnt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-karriere .s-5 .txt {
  background-color: #d0ff00;
  background-position: 50%;
  /* bottom: 0; */
  width: 38%;
  height: 71px;
}
@media (max-width: 992px) {
  .page-karriere .s-5 .txt {
    width: 65%;
  }
}
.page-karriere .s-5 h2 {
  color: #000 !important;
  font-size: 84px !important;
  font-weight: 800;
  line-height: 81px;
  margin-top: -36px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .page-karriere .s-5 h2 {
    font-size: 46px !important;
    line-height: 46px;
  }
}
.page-karriere .s-6 {
  background-color: #f3f3f3;
}
.page-karriere .s-6 h3 {
  font-size: 18px !important;
}
.page-karriere .s-6 .steps {
  padding-top: 40px;
}
.page-karriere .s-6 .row {
  align-items: start;
}
.page-karriere .s-6 .step1 h3,
.page-karriere .s-6 .step2 h3,
.page-karriere .s-6 .step3 h3,
.page-karriere .s-6 .step4 h3,
.page-karriere .s-6 .step5 h3,
.page-karriere .s-6 .step6 h3 {
  color: #000 !important;
  text-transform: uppercase;
}
.page-karriere .s-6 .step1 p,
.page-karriere .s-6 .step2 p,
.page-karriere .s-6 .step3 p,
.page-karriere .s-6 .step4 p,
.page-karriere .s-6 .step5 p,
.page-karriere .s-6 .step6 p {
  font-size: 18px;
}
.page-karriere .s-6 .step1 {
  margin-left: -140px;
}
.page-karriere .s-6 .step2 {
  margin-left: -60px;
  padding: 40px 12px;
}
.page-karriere .s-6 .step3 {
  margin-top: -12px;
  margin-left: -30px;
}
.page-karriere .s-6 .step4 {
  margin-top: 22px;
  width: 532px;
  margin-left: -56px;
}
.page-karriere .s-6 .step5 {
  margin-top: 20px;
  width: 592px;
  margin-left: -145px;
}
.page-karriere .s-6 .step6 {
  margin-left: -300px;
  margin-top: -10px;
  width: 340px;
}
@media (max-width: 992px) {
  .page-karriere .s-6 .step1,
  .page-karriere .s-6 .step2,
  .page-karriere .s-6 .step3,
  .page-karriere .s-6 .step4,
  .page-karriere .s-6 .step5,
  .page-karriere .s-6 .step6 {
    margin: 0px;
    padding: 24px 0 4px;
    width: 100%;
    border-bottom: 1px solid #dddddd;
  }
  .page-karriere .s-6 .step6 {
    border-bottom: none;
  }
}
.page-karriere .s-7 .text-right {
  position: relative;
  width: 100%;
}
.page-karriere .s-7 .text-right .dots {
  position: absolute;
  top: -130px;
  right: 0;
}
@media (max-width: 992px) {
  .page-karriere .s-7 .text-right .dots {
    top: 0;
  }
}
.page-karriere .s-7 h3 {
  color: #000 !important;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.page-karriere .s-8 .txt {
  background-color: rgb(208, 255, 0);
  background-position: 50% center;
  width: 100%;
  height: 100px;
  text-align: center;
  position: relative;
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .page-karriere .s-8 .txt {
    height: 60px;
  }
}
.page-karriere .s-8 .txt h2 {
  font-weight: 800;
  line-height: 81px;
  margin-top: -36px;
  text-transform: uppercase;
  color: rgb(0, 0, 0) !important;
  font-size: 84px !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}
@media (max-width: 992px) {
  .page-karriere .s-8 .txt h2 {
    font-size: 50px !important;
    line-height: normal;
  }
}
.page-karriere .s-8 .txt h2 span {
  display: block;
}
.page-karriere .s-8 .detail-box {
  display: flex;
  width: 95%;
  height: 280px;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  border: 3px solid #d0ff00;
  position: relative;
  margin-block: 15px;
  justify-content: start;
  padding: 30px;
}
@media (max-width: 992px) {
  .page-karriere .s-8 .detail-box {
    height: auto;
    width: 100%;
  }
}
.page-karriere .s-8 .detail-box h2 {
  color: #000 !important;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 800;
}
@media (max-width: 992px) {
  .page-karriere .s-8 .detail-box h2 {
    font-size: 28px;
    line-height: normal;
  }
}
.page-karriere .s-8 .detail-box .top {
  top: -12px;
}
.page-karriere .s-8 .detail-box a {
  background-color: #1d1d1b;
  position: absolute;
  bottom: -20px;
  right: 36px;
  color: #d0ff00;
  text-transform: uppercase;
  padding: 10px 40px;
}
.page-karriere .s-9 {
  padding-bottom: 0 !important;
}
.page-karriere .s-9 .cnt-div {
  background-image: url(../images/img001.png);
  position: relative;
  height: 606px;
  display: flex;
  align-items: center;
}
.page-karriere .s-9 .cnt-div .txt {
  background-color: #d0ff00;
  background-position: 50%;
  /* bottom: 0; */
  width: 600px;
  height: 95px;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .page-karriere .s-9 .cnt-div .txt {
    width: 65%;
  }
}
.page-karriere .s-9 .cnt-div h2 {
  color: #fff !important;
  font-size: 80px !important;
  font-weight: 800;
  line-height: 81px;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .page-karriere .s-9 .cnt-div h2 {
    font-size: 46px !important;
    line-height: 46px;
    top: -20px;
  }
}
.page-karriere .s-9 .btn-div {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 40px 75px;
}
@media (max-width: 992px) {
  .page-karriere .s-9 .btn-div {
    margin: 20px 20px;
  }
}

.page-service .header .cta {
  display: flex;
  align-items: center !important;
  justify-content: space-between;
}
.page-service .header .cta img {
  max-width: 50px;
}
.page-service .s-2 {
  background-color: #050505;
}
.page-service .s-2 h2 {
  margin-bottom: 40px !important;
}
@media (min-width: 992px) {
  .page-service .s-2 .row img {
    width: 500px;
  }
}
@media (max-width: 992px) {
  .page-service .s-2 .row img {
    width: 300px;
    margin-bottom: 15px;
  }
}
.page-service .s-2 .row li {
  display: list-item !important;
}
@media (max-width: 992px) {
  .page-service .s-3 {
    padding-block: 0 !important;
  }
}
.page-service .s-3 .smily-container .smily {
  transform: rotate(-20deg);
}
@media (min-width: 992px) {
  .page-service .s-3 h2 {
    margin-block: 80px 60px;
    width: 80%;
  }
}
@media (max-width: 992px) {
  .page-service .s-3 h2 {
    margin-block: 60px 40px;
  }
}
.page-service .s-3 .row {
  align-items: stretch;
  row-gap: 3rem;
}
.page-service .s-3 .row > div > div {
  height: 100%;
  position: relative;
  align-self: stretch;
  justify-content: stretch;
}
@media (min-width: 992px) {
  .page-service .s-3 .row > div > div {
    margin-right: 40px;
  }
}
.page-service .s-3 .row > div > div:after {
  position: absolute;
  content: "";
  height: 4px;
  background-color: #deff00;
  transition: all ease 0.5s;
  width: 50%;
}
@media (min-width: 992px) {
  .page-service .s-3 .row > div > div:hover::after {
    width: 90%;
  }
}
.page-service .s-3 .row > div > div h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
.page-service .s-3 .portfolio-gallery {
  margin-top: 40px;
}
.page-service .s-3 .portfolio-gallery img {
  margin-inline: 6px;
}
.page-service .s-4 .txt {
  background-color: rgb(208, 255, 0);
  background-position: 50% center;
  width: 100%;
  height: 100px;
  text-align: center;
  position: relative;
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .page-service .s-4 .txt {
    height: 60px;
  }
}
.page-service .s-4 .txt h2 {
  position: relative;
  top: -20px;
}
.page-service .s-4 .txt h2 span {
  display: block;
}
.page-service .s-4 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 4px solid #d0ff00;
  padding: 10px;
  text-align: center;
}
.page-service .s-4 .content h3 {
  color: #000 !important;
  background-color: #fff;
  padding: 6px;
  margin-top: -33px;
  text-transform: uppercase;
}
.page-service .s-4 .content .body {
  padding: 0 15px;
}
.page-service .s-5 .row {
  align-items: start;
}
.page-service .s-7 h2 {
  text-align: center;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .page-service .s-10 {
    padding: 60px 40px !important;
  }
}
@media (max-width: 992px) {
  .page-service .s-10 {
    padding-top: 0 !important;
  }
}
.page-service .s-10 .row > div {
  align-self: stretch !important;
}
.page-service .s-10 .detail-box {
  display: flex;
  height: 100%;
  flex-direction: column;
  border: 2px solid #deff00;
  position: relative;
  background-color: #000;
}
@media (min-width: 992px) {
  .page-service .s-10 .detail-box {
    padding: 32px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .page-service .s-10 .detail-box {
    padding: 30px;
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .page-service .s-10 .detail-box h3 {
    margin-left: -80px;
    padding: 12px 16px;
    background: #fff;
    color: #000;
    border: 9px solid #000;
    font-size: 20px;
    letter-spacing: 0px;
    -webkit-text-fill-color: initial !important;
  }
}
.page-service .s-10 .detail-box p {
  margin-bottom: 0px !important;
  margin-top: 15px;
}
.page-service .s-11 {
  position: relative;
  padding-top: 0px !important;
}
.page-service .s-11 .row {
  align-items: center;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .page-service .s-11 .row {
    margin-inline: auto;
  }
}
@media (max-width: 992px) {
  .page-service .s-11 .row {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .page-service .s-11 .row .col-text {
    padding-inline: 60px;
  }
}
.page-service .s-11 .row .col-text .heading {
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 42px;
  line-height: initial;
}
.page-service .s-11 .row .box-img {
  position: relative;
}
@media (max-width: 992px) {
  .page-service .s-11 .row .box-img {
    margin-bottom: 40px;
  }
}
.page-service .s-11 .row .box-img img {
  max-height: 800px;
}
.page-service .s-11 .row .box-img .box-img-text {
  position: absolute;
  bottom: 15px;
  right: -250px;
}
@media (max-width: 992px) {
  .page-service .s-11 .row .box-img .box-img-text {
    font-size: 40px !important;
    bottom: -15px;
    left: 15px;
  }
}
@media (min-width: 992px) {
  .page-service .s-11 .row .box-img .box-img-text h2 {
    font-size: 110px;
    line-height: 7rem !important;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding-inline: 1rem !important;
  }
}
@media (max-width: 992px) {
  .page-service .s-11 .row .box-img .box-img-text h2 {
    font-size: 40px;
  }
}
.page-service .s-11 .container .row:nth-child(even) {
  flex-direction: row-reverse;
  align-items: center;
}
@media (min-width: 992px) {
  .page-service .s-11 .container .row:nth-child(even) .col-text {
    padding-right: 20px;
    padding-left: 0;
    padding-inline: 60px;
  }
}
@media (min-width: 992px) {
  .page-service .s-11 .container .row:nth-child(even) .box-img .box-img-text {
    position: absolute;
    left: -250px;
  }
}

.page-contact .header .txt > * {
  position: relative;
  z-index: 1;
}
.page-contact .header .smily {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(20deg);
}
.page-contact .s-1 {
  position: relative;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
}
.page-contact .s-1 .row {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .page-contact .s-1 .row {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .page-contact .s-1 .row .col-text {
    padding-left: 40px;
  }
}
.page-contact .s-1 .row .col-text .heading {
  font-weight: 600;
  margin-bottom: 40px;
}
.page-contact .s-1 .row .box-img {
  position: relative;
}
@media (max-width: 992px) {
  .page-contact .s-1 .row .box-img {
    margin-bottom: 40px;
  }
}
.page-contact .s-1 .row .box-img img {
  max-height: 800px;
}
.page-contact .s-1 .row .box-img .box-img-text {
  position: absolute;
  bottom: 15px;
  right: -300px;
}
@media (max-width: 992px) {
  .page-contact .s-1 .row .box-img .box-img-text {
    font-size: 40px !important;
    bottom: -15px;
    left: 15px;
  }
}
@media (min-width: 992px) {
  .page-contact .s-1 .row .box-img .box-img-text h2 {
    font-size: 120px;
    line-height: initial;
  }
}
@media (max-width: 992px) {
  .page-contact .s-1 .row .box-img .box-img-text h2 {
    font-size: 40px;
  }
}
.page-contact .s-1 .kontakt-box {
  margin: 0 0 2.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 80%;
  margin-top: 40px;
}
.page-contact .s-1 .kontakt-box h4 {
  font-size: 18px !important;
  font-weight: 700;
  padding-bottom: 0px !important;
  margin-bottom: 3px !important;
}
.page-contact .s-2 .form-control {
  border-radius: 0;
  height: 70px;
}
.page-contact .s-3 {
  padding-bottom: 0px !important;
  padding-top: 40px !important;
}
.page-contact .s-3 .txt {
  height: 100px;
  text-align: center;
  position: relative;
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .page-contact .s-3 .txt {
    height: 70px;
  }
}
.page-contact .s-3 .txt h2 {
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .page-contact .s-3 .txt h2 {
    font-size: 40px !important;
    line-height: 46px;
  }
}
.page-contact .s-3 .txt h2 span {
  display: block;
}
.page-contact .s-3 .map {
  width: 100%;
  margin-top: 50px;
  height: 100%;
}
.page-contact .s-3 .footer-top .container {
  position: relative;
}
.page-contact .s-3 .footer-top h2 {
  color: #000 !important;
  font-size: 24px;
}
.page-contact .s-3 .footer-top .row {
  position: absolute;
  top: -100px;
}
@media (max-width: 992px) {
  .page-contact .s-3 .footer-top .row {
    position: initial;
  }
}
@media (max-width: 992px) {
  .page-contact .s-3 .pb-xs-0 {
    padding-bottom: 0 !important;
  }
}
.page-contact .s-3 .footer-top {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
.page-contact .s-3 .footer-top .row > div {
  align-self: stretch !important;
  background-color: #d0ff00;
  padding: 40px;
}
.page-contact .s-3 .footer-top .div-btn {
  z-index: 3;
  position: relative;
}
.page-contact .s-3 .footer-top .div-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80%;
  right: -3000px;
  background-color: #d0ff00;
  z-index: -1;
}
.page-contact .simple_captcha_medium {
  margin-top: 15px;
}

.page-job .inner-header {
  background-image: url(../images/img001.png);
  position: relative;
  height: 606px;
  display: flex;
}
@media (max-width: 992px) {
  .page-job .inner-header {
    height: 350px !important;
    display: flex;
  }
}
.page-job .inner-header .txt {
  background-color: #d0ff00;
  background-position: 50%;
  /* bottom: 0; */
  color: #fff !important;
  font-size: 70px !important;
  font-weight: 800;
  line-height: 95px;
  padding: 0 50px;
  width: 122%;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .page-job .inner-header .txt {
    width: 58%;
    height: 60px;
  }
}
.page-job .inner-header h1 {
  color: #fff !important;
  font-size: 70px !important;
  font-weight: 800;
  padding-left: 68px;
  line-height: 81px;
  margin-left: -75px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .page-job .inner-header h1 {
    font-size: 28px !important;
    line-height: 46px;
    top: -20px;
    left: 26px;
  }
}
.page-job .inner-header .header-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 40px 75px;
  width: 100px;
}
@media (max-width: 992px) {
  .page-job .inner-header .header-icon {
    margin: 20px;
    width: 50px;
    top: auto !important;
  }
}
.page-job .inner-header .location-details {
  color: #fff;
  padding-top: 15px;
}
.page-job .inner-header .location {
  padding-right: 15px;
}
.page-job .inner-header p {
  color: #fff;
}
.page-job .s-1 {
  position: relative;
}
.page-job .s-1 .info-div {
  padding-right: 15px;
}
.page-job .s-1 h3 {
  color: #000 !important;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.page-job .s-1 .box-img {
  position: relative;
}
.page-job .s-1 .box-img .box-img-text {
  position: absolute;
  bottom: -36px;
  right: -180px;
  font-size: 93px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .page-job .s-1 .box-img .box-img-text {
    font-size: 40px !important;
    bottom: -16px;
    right: 0;
  }
}
.page-job .s-2 .form-control {
  border-radius: 0;
  height: 70px;
}
.page-job .s-2 h3 {
  color: #000 !important;
}
.page-job .s-2 .custom-file-button input[type=file] {
  margin-left: -2px !important;
}
.page-job .s-2 .custom-file-button input[type=file]::file-selector-button {
  display: none;
}
.page-job .s-2 .custom-file-button:hover label {
  background-color: #dde0e3;
  cursor: pointer;
}
.page-job .s-2 .form-select {
  height: 70px;
  border-radius: 0;
  border: 1px solid #ced4da;
  font-size: 1rem;
}
.page-job .s-2 .form-select {
  background-size: 16px 12px !important;
  background-repeat: no-repeat !important;
}

.page-details .inner-header {
  background-image: url(../images/img001.png);
  position: relative;
  height: 606px;
  display: flex;
}
@media (max-width: 992px) {
  .page-details .inner-header {
    height: 350px !important;
    display: flex;
  }
}
.page-details .inner-header .txt {
  background-color: #d0ff00;
  background-position: 50%;
  /* bottom: 0; */
  color: #fff !important;
  font-size: 70px !important;
  font-weight: 800;
  line-height: 95px;
  padding: 0 50px;
  width: 122%;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .page-details .inner-header .txt {
    width: 58%;
    height: 60px;
  }
}
.page-details .inner-header h1 {
  color: #fff !important;
  font-size: 70px !important;
  font-weight: 800;
  padding-left: 68px;
  line-height: 81px;
  margin-left: -75px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .page-details .inner-header h1 {
    font-size: 28px !important;
    line-height: 46px;
    top: -20px;
    left: 26px;
  }
}
.page-details .inner-header .header-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 40px 75px;
  width: 100px;
}
@media (max-width: 992px) {
  .page-details .inner-header .header-icon {
    margin: 20px;
    width: 50px;
    top: auto !important;
  }
}
.page-details .inner-header .location-details {
  color: #fff;
  padding-top: 15px;
}
.page-details .inner-header .location {
  padding-right: 15px;
}
.page-details .inner-header p {
  color: #fff;
}
.page-details .s-1 {
  position: relative;
}
.page-details .s-1 .info-div {
  padding-right: 15px;
}
.page-details .s-1 h3, .page-details .s-1 h2 {
  color: #000 !important;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.page-details .s-1 .box-img {
  position: relative;
}
.page-details .s-1 .box-img .box-img-text {
  position: absolute;
  bottom: -36px;
  right: -180px;
  font-size: 93px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .page-details .s-1 .box-img .box-img-text {
    font-size: 40px !important;
    bottom: -16px;
    right: 0;
  }
}
.page-details .s-2 {
  position: relative;
}
.page-details .s-2 .top-cnt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-details .s-2 .txt {
  background-color: #d0ff00;
  background-position: 50%;
  /* bottom: 0; */
  width: 38%;
  height: 71px;
}
@media (max-width: 992px) {
  .page-details .s-2 .txt {
    width: 65%;
  }
}
.page-details .s-2 h2 {
  color: #000 !important;
  font-size: 84px !important;
  font-weight: 800;
  line-height: 81px;
  margin-top: -36px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .page-details .s-2 h2 {
    font-size: 46px !important;
    line-height: 46px;
  }
}
.page-details .s-2 li {
  font-size: 18px;
  padding-bottom: 10px;
}
.page-details .s-3 .txt {
  background-color: #d0ff00;
  background-position: 50%;
  width: 38%;
  height: 30px;
}
.page-details .s-3 h2 {
  color: #000 !important;
  font-size: 34px !important;
  font-weight: 800;
  text-transform: uppercase;
}
.page-details .s-3 h3 {
  color: #000 !important;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.page-details .s-3 li {
  font-size: 18px;
  padding-bottom: 10px;
}
.page-details .apply {
  text-align: center;
  background: #deff00;
  padding: 60px 30px;
}

@media (min-width: 992px) {
  .page-general main section {
    padding-top: 40px !important;
  }
}
@media (max-width: 992px) {
  .page-general main section {
    padding-inline: 15px !important;
    padding-block: 30px !important;
  }
}
@media (max-width: 992px) {
  .page-general .top-nav {
    padding-top: 20px;
  }
}
.page-general .row {
  align-items: normal !important;
}
.page-general .s-1 {
  display: flex;
  height: 10px;
  width: 100% !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
  word-break: initial !important;
  padding: 0px !important;
}

.page-team .div-cta {
  text-align: center;
}
.page-team .div-cta a {
  font-size: 24px !important;
}
.page-team .header .txt > * {
  position: relative;
  z-index: 1;
}
.page-team .header .smily {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(20deg);
}
.page-team .s-1 {
  position: relative;
  padding-top: 0px !important;
}
@media (min-width: 992px) {
  .page-team .s-1 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-team .s-1 .container > div.row {
    margin-left: -150px;
  }
  .page-team .s-1 .container > div.row:nth-child(even) {
    margin-left: 160px;
  }
}
.page-team .s-1 .row {
  align-items: start;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .page-team .s-1 .row {
    max-width: 900px;
  }
}
@media (max-width: 992px) {
  .page-team .s-1 .row {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .page-team .s-1 .row .col-text {
    margin-top: 40px;
  }
}
.page-team .s-1 .row .col-text .heading {
  font-weight: 600;
  margin-bottom: 30px;
}
.page-team .s-1 .row .box-img {
  position: relative;
}
@media (max-width: 992px) {
  .page-team .s-1 .row .box-img {
    margin-bottom: 40px;
  }
}
.page-team .s-1 .row .box-img img {
  max-height: 800px;
}
.page-team .s-1 .row .box-img .box-img-text {
  position: absolute;
  bottom: 15px;
  right: -250px;
}
@media (max-width: 992px) {
  .page-team .s-1 .row .box-img .box-img-text {
    font-size: 40px !important;
    bottom: -15px;
    left: 15px;
  }
}
@media (min-width: 992px) {
  .page-team .s-1 .row .box-img .box-img-text h2 {
    background: rgba(0, 0, 0, 0.5);
    font-size: 74px;
    line-height: 7rem !important;
    display: inline-block;
    padding-inline: 1rem !important;
    -webkit-text-fill-color: initial !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 992px) {
  .page-team .s-1 .row .box-img .box-img-text h2 {
    font-size: 40px;
  }
}
.page-team .s-1 .container .row:nth-child(even) {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .page-team .s-1 .container .row:nth-child(even) .col-text {
    padding-right: 80px;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .page-team .s-1 .container .row:nth-child(even) .box-img .box-img-text {
    position: absolute;
    left: -250px;
  }
}
.page-team .s-2 .container {
  position: relative;
}
.page-team .s-2 .bottom-cta {
  display: flex;
  flex-direction: column-reverse;
}
.page-team .s-2 .bottom-cta .text h2 {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .page-team .s-2 .bottom-cta .text h2 {
    line-height: normal;
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .page-team .s-2 .bottom-cta .text .subheading {
    width: 50%;
  }
}
@keyframes move {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.page-team .s-2 .row .img {
  animation: move 4s infinite linear;
}
.page-team .s-2 .stats {
  margin-top: 80px;
  display: flex;
  align-items: stretch;
}
@media (max-width: 992px) {
  .page-team .s-2 .stats {
    gap: 3rem;
  }
}
.page-team .s-2 .stats .stat {
  position: relative;
  border: 3px solid #deff00;
  padding: 40px 40px 20px;
  text-align: center;
  height: 100%;
}
.page-team .s-2 .stats .stat h3 {
  position: absolute;
  padding-inline: 15px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  background: #111 #000 !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
}
.page-team .s-2 .stats .stat .stat-inner .number {
  font-size: 100px;
  font-weight: 600;
  line-height: initial;
}
.page-team .s-2 .stats .stat .stat-inner .label {
  display: block;
  margin-block: 30px 20px;
}

.page-prices .div-cta {
  text-align: center;
}
.page-prices .div-cta a {
  font-size: 24px !important;
}
.page-prices .header .smily {
  position: absolute;
  right: 50px;
  top: 100px;
}
.page-prices .s-1 .container {
  position: relative;
}
.page-prices .s-1 .packages {
  display: flex;
  align-items: flex-start;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .page-prices .s-1 .packages {
    gap: 2rem;
  }
}
@media (max-width: 992px) {
  .page-prices .s-1 .packages > div:nth-child(1) {
    order: 1;
  }
}
.page-prices .s-1 .packages .package {
  position: relative;
}
.page-prices .s-1 .packages .package hr {
  color: #deff00;
  height: 1px;
}
.page-prices .s-1 .packages .package .package-inner {
  border: 2px solid #deff00;
  padding: 40px 40px 40px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom, #deff00, rgb(88.8, 102, 0));
     border-image: linear-gradient(to bottom, #deff00, rgb(88.8, 102, 0)); /* Define the gradient colors and direction */
  border-image-slice: 1; /* Ensure the entire border is covered by the gradient */
}
.page-prices .s-1 .packages .package .package-inner del {
  color: #aaa;
}
.page-prices .s-1 .packages .package .package-inner:nth-child(2) {
  border-width: 6px;
  margin-top: -25px;
}
.page-prices .s-1 .packages .package .label {
  background: #deff00;
  display: block;
  width: 100%;
  padding: 8px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #000;
  position: relative;
  border-radius: 16px;
  top: -20px;
  position: absolute;
  transform: translateY(-100%);
}
.page-prices .s-1 .packages .package .label:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #deff00;
}
.page-prices .s-1 .packages .package h3 {
  font-size: 32px;
}
.page-prices .s-1 .packages .package .details {
  text-align: left;
}
.page-prices .s-1 .packages .package .details ul li::before {
  content: "\f00c";
  font-size: 16px !important;
  font-weight: bold;
}
.page-prices .s-1 .packages .package .details ul li:has(del)::before {
  color: #aaa;
}
.page-prices .s-2 {
  padding-top: 0 !important;
}
.page-prices .s-2 .div-logo {
  margin-bottom: 40px;
}
.page-prices .s-2 .div-logo img {
  transform: rotate(-10deg);
}
@media (min-width: 992px) {
  .page-prices .s-2 .col-text {
    padding-left: 60px;
  }
}
.page-prices .s-3 .services .service {
  background: #182a42;
  padding: 30px;
}
.page-prices .s-3 .services .service h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.page-faqs .div-cta {
  text-align: center;
}
.page-faqs .div-cta a {
  font-size: 24px !important;
}
.page-faqs .header .cta {
  display: flex;
  align-items: center !important;
  justify-content: space-between;
}
.page-faqs .header .cta img {
  max-width: 50px;
}
.page-faqs .section-faqs .accordion .accordion-item {
  margin: 0;
}
.page-faqs .section-faqs .accordion .accordion-item .accordion-button {
  color: #fff !important;
  border-radius: 0px !important;
  border-bottom: 1px solid #27333f !important;
  padding-block: 15px;
  padding-inline: 0;
}
.page-faqs .section-faqs .accordion .card-body {
  color: #fff !important;
  border-bottom: 1px solid #27333f !important;
  border-top: 1px solid #27333f !important;
  padding-inline: 0;
}
.page-faqs .section-faqs .accordion .accordion-item:last-of-type .accordion-collapse {
  border-radius: 0px !important;
}
.page-faqs .section-faqs .accordion .accordion-item:last-of-type .accordion-button,
.page-faqs .section-faqs .accordion .accordion-item:last-of-type .accordion .card-body {
  border-bottom: 0px !important;
}

.page-blog .div-cta {
  text-align: center;
}
.page-blog .div-cta a {
  font-size: 24px !important;
}
.page-blog .header .txt > * {
  position: relative;
  z-index: 1;
}
.page-blog .header .smily {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(20deg);
}
@media (min-width: 992px) {
  .page-blog .header {
    padding-block: 40px 20px !important;
  }
  .page-blog .header h1 {
    font-size: 42px !important;
    line-height: 40px !important;
  }
}
.page-blog .entry-content {
  margin-block: 20px !important;
}
.page-blog .row {
  align-items: start !important;
}
.page-blog .btn-primary, .page-blog .gform_footer > input {
  font-size: 14px !important;
  padding: 10px 20px 7px !important;
}
@media (min-width: 992px) {
  .page-blog #secondary {
    padding-block: 40px 20px;
  }
}
.page-blog #secondary .widget_search {
  padding-bottom: 40px !important;
}
.page-blog #secondary section {
  display: block !important;
  padding: 0px !important;
  padding-block: 15px !important;
}
.page-blog #secondary section h2 {
  font-size: 24px !important;
  line-height: 60px !important;
  margin-bottom: 0px !important;
}
.page-blog #secondary .pagenav {
  display: none !important;
}/*# sourceMappingURL=site.css.map */