@charset "UTF-8";

/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 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-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --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;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
::after,
::before {
  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: transparent;
}

.h3,
h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

  h2 {
    font-size: 2rem;
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

  .h3,
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

  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 {
  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);
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
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;
}

[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.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 (max-width: 991px) {
  .l-site{
    display:none;
  }
.hero{
  background: linear-gradient(176deg, rgba(255,255,255,1) 0%, rgba(231,243,254,1) 100%) !important;
}

.hero .section-title {
  
      margin-top: 10px !important;
  
}
.about-us{
  padding-top:30px !important;
}
  .hero-layout-2 .hero-content {
    height: auto !important;
    margin-top: 100px !important;
   
  }
  .google-review-wrapper{
    position:relative !important;
    margin-top: 50px  !important;
  }
}


@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-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

@media (min-width: 768px) {

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .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-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
}

@media (min-width: 1400px) {

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }
}

.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[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.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:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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;
  -webkit-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;
  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;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }

  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
  z-index: 3;
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
  z-index: 4;
}

.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);
}

.btn-check:focus-visible+.btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible+.btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.collapse:not(.show) {
  display: 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: 0 0;
  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:focus,
.nav-link:hover {
  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 {
  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:focus,
.navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --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;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .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;
  }
}

.icon-link-hover:focus-visible>.bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.align-items-center {
  align-items: center !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.me-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {

  .d-md-block {
    display: block !important;
  }

  .text-md-end {
    text-align: right !important;
  }
}

@media (min-width: 992px) {

  .d-lg-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.min.css.map */

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */

/**
 * Swiper 10.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 8, 2023
 */

/* manrope-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope-v15-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/manrope-v15-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope-v15-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/manrope-v15-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,
      initial);
  box-sizing: content-box;
}

.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* required styles */

/* Prevents IE11 from highlighting tiles in blue */

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

/* hack that prevents hw layers "stretching" when loading new tiles */

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

/* control positioning */

/* zoom and fade animations */

/* cursors */

/* marker & overlays interactivity */

/* visual tweaks */

/* general typography */

/* general toolbar styles */

/* zoom control */

/* layers control */

/* Default icon URLs */

/* attribution and scale controls */

/* popup */

/* div icon */

/* Tooltip */
/* Base styles for the element that has a tooltip */

/* Directions */

/* Printing */

@media print {

  /* Prevent printers from removing background-images of controls. */
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  readers do not read off random characters that represent icons */

.fa-star::before {
  content: "\f005";
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root,
:host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
    url("../webfonts/fa-brands-400.ttf") format("truetype");
}

:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
    url("../webfonts/fa-regular-400.ttf") format("truetype");
}

:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
    url("../webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
    url("../webfonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
    url("../webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
    url("../webfonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
    url("../webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
    url("../webfonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
    url("../webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D,
    U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088,
    U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5,
    U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A,
    U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E,
    U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7,
    U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D,
    U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA,
    U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"),
    url("../webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B,
    U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4,
    U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E,
    U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* Magnific Popup CSS */

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Main image in popup */

/* The shadow behind the image */

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
         * Remove all paddings around the image on small screen
         */
}

:root {
  --primary-color: #15161b;
  --secondary-color: #f7f8fd;
  --text-color: #404246;
  --accent-color: #0a141f;
  --accent-color-rgb: 10, 20, 31;
  --white-color: #ffffff;
  --divider-color: #e1e4eb;
  --error-color: rgb(230, 87, 87);
  --default-font: "Manrope", sans-serif;
}

a {
  color: var(--accent-color);
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body {
  font-family: var(--default-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--text-color);
  background: var(--white-color);
}

p {
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.1em;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

html,
body {
  width: 100%;
  overflow-x: clip;
}

.container {
  max-width: 1300px;
}

.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row>* {
  padding-right: 15px;
  padding-left: 15px;
}

.btn-default {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
  color: var(--white-color);
  background: var(--accent-color);

  padding: 15px 45px 15px 20px;
  border: 2px solid var(--accent-color);
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-default::before {
  content: "\f062";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: 900;
  transition: 0.3s ease-in-out;
  background: transparent;
  color: var(--white-color);
  transform: translate(-20px, -50%) rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-default:hover:before {
  color: var(--accent-color);
  transform: translate(-20px, -50%) rotate(90deg);
}

.btn-default::after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: var(--white-color);
  border-radius: 30px;
  transition: 0.3s ease-in-out;
}

.btn-default:hover::after {
  width: 100%;
}

.btn-default:hover {
  color: var(--accent-color);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container {
  height: 200px;
  position: relative;
  width: 700px;
  border-radius: 100%;
}

.loading-container {
  margin: 0px auto;
}

.section-row {
  margin-bottom: 60px;
}

.section-btn {
  text-align: end;
}

.section-title {
  text-align: left;
}

.section-title h3 {
  font-size: 20px;
  font-weight: 700;

  color: var(--accent-color);
  margin-bottom: 10px;
}

.section-title h1,
.section-title h2 {
  font-size: 70px;
  letter-spacing: -0.05em;
  font-weight: 700;
  margin-bottom: 0;
}

.section-title h2 span {
  color: var(--accent-color);
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

header.main-header {
  background-color: var(--secondary-color);
  position: relative;
  z-index: 100;
}

header.main-header .header-sticky {
  padding: 25px 0;
  position: relative;
  top: 0;
  z-index: 100;
}

.navbar {
  padding: 0;
  align-items: center;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-brand img {
  min-width: 140px;
  max-height: 50px;

  @media (max-width: 992px) {
    max-height: 40px;
  }
}

.main-menu .nav-menu-wrapper {
  flex: 1;
  text-align: center;
}

.main-menu .nav-menu-wrapper>ul {
  align-items: center;
  display: inline-flex;
}

.main-menu ul li {
  margin: 0 10px;
  position: relative;
}

.main-menu ul li a {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 7px !important;
  color: var(--primary-color);

  transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu>a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 14px;
  margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
  color: var(--accent-color);
}

.main-menu ul ul {
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0.8);
  transform-origin: top;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 210px;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 100%;
  overflow: hidden;
  background-color: var(--accent-color);
  transition: all 0.3s ease-in-out;
  text-align: left;
}

.main-menu ul ul li {
  margin: 0;
  padding: 0;
}

.main-menu ul ul li a {
  color: var(--white-color);
  padding: 8px 20px !important;
}

.main-menu ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  padding: 5px 0;
}

.main-menu ul ul li a:hover {
  color: #fff;
  background-color: transparent;
}

.responsive-menu,
.navbar-toggle {
  display: none;
}

.responsive-menu {
  top: 20px;
  position: relative;
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero {
  background: rgba(52, 100, 150, 0.32);
  /*background: var(--secondary-color) url(../images/hero-bg.png) no-repeat bottom center;*/
  padding: 140px 0;
}

.hero-content {
  position: relative;
  margin-right: 95px;
}

.hero-content .section-title {
  margin-bottom: 30px;
}

.hero-layout-2 {
  text-align: center;
}

.hero-layout-2 .hero-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.hero-layout-2 .section-title {
  text-align: center;
}

.hero-layout-2 .section-title h1 {
  font-size: 100px;
}

.hero-layout-2 .hero-footer .btn-default {
  margin-right: 20px;
}

.hero-layout-2 .hero-footer .btn-default:last-child {
  margin-right: 0;
}

/************************************/
/***       05. About us css	      ***/
/************************************/

.about-us {
  padding: 100px 0;
  background: white;
}

.about-image {
  position: relative;
  padding-right: 70px;
}

.about-img img {
  border-radius: 40px;
}

.about-content ul {
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.about-content ul li {
  width: 48%;
  margin-right: 2%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
}

.about-content ul li:before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  color: var(--accent-color);
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 0;
}

/************************************/
/***        06. Services css	  ***/
/************************************/

.our-services {
  background-color: var(--secondary-color);
  padding: 100px 0 70px;
}

.service-item {
  background-color: var(--white-color);
  border-radius: 40px;
  padding: 20px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.service-content {
  padding: 20px;
}

.service-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.service-content-title h2 {
  font-size: 26px;
  width: 100%;
  max-width: 170px;
}

.service-content-title span.arrow {
  background-color: var(--accent-color);
  color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.service-content-title span.arrow img {
  transition: all 0.3s ease-in-out;
}

.service-item:hover .service-content-title img {
  transform: rotate(45deg);
}

.service-content p {
  margin: 0;
}

.service-image {
  border-radius: 30px;
  overflow: hidden;
}

.service-image img {
  border-radius: 30px;
  transition: all 0.5s ease-out;
}

.service-item:hover .service-image img {
  transform: scale(1.1);
}

/************************************/
/***      07. Portfolio css	      ***/
/************************************/

.our-work {
  padding: 100px 0 70px;
}

.works-item {
  background-color: var(--secondary-color);
  border-radius: 40px;
  padding: 20px 20px 40px 20px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.works-image {
  border-radius: 30px;
  overflow: hidden;
}

.works-image img {
  border-radius: 30px;
  transition: all 0.5s ease-out;
}

.works-item:hover .works-image img {
  transform: scale(1.1);
}

.works-content {
  padding: 0 20px;
  flex-grow: 1;
}

.works-content h2 {
  font-size: 26px;

  margin-bottom: 20px;
}

.works-content.service-content-title {
  min-height: 80px;
}

/************************************/
/***    08. Why Choose us css	  ***/
/************************************/

.why-choose-us {
  background-color: var(--secondary-color);
  padding: 100px 0;
}

.why-choose-us-item {
  background-color: var(--white-color);
  border-radius: 40px;
  padding: 40px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.why-choose-us-item h3 {
  font-size: 26px;

  margin-bottom: 20px;
}

.why-choose-us-item p {
  margin: 0;
}

.why-us-explore-item {
  position: relative;
  background-color: var(--white-color);
  border-radius: 40px;
  padding: 70px;
}

.why-us-explore-item .section-title {
  width: 100%;
  max-width: 800px;
  margin-bottom: 60px;
}

.explore-item-content p {
  margin: 0;
}

.explore-item-tags {
  text-align: end;
}

/************************************/
/***    09. Our Clients css       ***/
/************************************/

.exclusive-partners {
  padding: 100px 0;
}

.partners-logo {
  background-color: var(--secondary-color);
  border-radius: 30px;
  /*padding: 30px 50px;*/
  padding: 20px;
  margin-bottom: 30px;
}

.partners-logo img {
  border-radius: 10px;
}

/************************************/
/***    10. Testimonials css      ***/
/************************************/

.clients-testimonials {
  background-color: var(--secondary-color);
  padding: 100px 0;
}

.testimonial-item {
  background-color: var(--white-color);
  border-radius: 40px;
  padding: 50px;
  height: 100%;
}

.testimonial-rating {
  margin-bottom: 20px;
}

.testimonial-content {
  margin-bottom: 20px;
}

.testimonial-body {
  display: flex;
  align-items: center;
}

.testimonial-author-title h2 {
  font-size: 22px;

  margin-bottom: 10px;
}

.testimonial-slider .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}

/************************************/
/***    11. Latest Post css       ***/
/************************************/

/************************************/
/***        12. Footer css        ***/
/************************************/

.main-footer {
  background-color: var(--secondary-color);
  padding: 80px 0 0;
}

.mega-footer {
  margin-bottom: 40px;
}

.footer-about img {
  margin-bottom: 30px;
}

.footer-about ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-about ul li {
  margin-bottom: 15px;
}

.footer-about ul li:last-child {
  margin-bottom: 0;
}

.footer-about ul li a {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-color);

  margin-bottom: 20px;
}

.footer-links h2 {
  font-size: 22px;
  color: var(--primary-color);

  margin-bottom: 20px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 15px;
  color: var(--text-color);

  transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover {
  color: var(--accent-color);
}

.footer-links ul li:last-child {
  margin-bottom: 0;
}

.footer-links ul li a {
  color: inherit;
}

.footer-copyright {
  padding: 20px 0;
  border-top: 1px solid var(--divider-color);
  padding-bottom:100px;
}

.footer-policy-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: end;
}

.footer-policy-links ul li {
  display: inline-block;

  margin-right: 30px;
}

.footer-policy-links ul li:last-child {
  margin-right: 0;
}

.footer-policy-links ul li a {
  color: var(--text-color);
}

/************************************/
/***    13. About us page css     ***/
/************************************/

/************************************/
/***    14. Services Page css     ***/
/************************************/

/************************************/
/***    15. Portfolio Page css    ***/
/************************************/

/************************************/
/***     16. Blog Archive css     ***/
/************************************/

/************************************/
/***   17. Contact Us Page css    ***/
/************************************/

.contact-information {
  padding: 100px 0 50px;
}

.contact-item {
  background-color: var(--secondary-color);
  border-radius: 40px;
  padding: 20px;
  height: 100%;
}

.contact-content {
  padding: 20px;
}

.contact-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.contact-content-title h2 {
  font-size: 26px;
}

.contact-content-title a {
  background-color: var(--accent-color);
  color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.contact-item p {
  width: 100%;
  max-width: 280px;
  margin: 0;
}

.contact-image {
  border-radius: 30px;
  overflow: hidden;
}

.contact-image img {
  border-radius: 30px;
  transition: all 0.5s ease-out;
}

.contact-item:hover .contact-image img {
  transform: scale(1.1);
}

.contact-form-box {
  background-color: var(--secondary-color);
  border-radius: 40px;
  padding: 40px;
}

.contact-form .form-control {
  background-color: var(--white-color);
  border-radius: 10px;
  border: none;
  box-shadow: none;
  padding: 12px 20px;
}

/************************************/
/***     18. Blog Single css      ***/
/************************************/

/************************************/
/***   19. Services Single css    ***/
/************************************/

/******************************************/
/****     20. Portfolio Singe css      ****/
/******************************************/

/************************************/
/***      21. Faqs Page css       ***/
/************************************/

/************************************/
/***        22. 404 Page css      ***/
/************************************/

/************************************/
/***      23. Responsive css      ***/
/************************************/

@media only screen and (max-width: 1024px) {
  .main-menu ul li {
    margin-left: 0;
  }

  .service-content-title a {
    width: 60px;
    height: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .section-row {
    margin-bottom: 40px;
  }

  .section-title h3 {
    font-size: 18px;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 46px;
  }

  .btn-default::before {
    font-size: 16px;
  }

  .responsive-menu,
  .navbar-toggle {
    display: block;
  }

  header.main-header .header-sticky {
    padding: 20px 0;
  }

  .header-btn .btn-default {
    display: none;
  }

  .hero {
    background-image: none;
    min-height: 450px;
  }

  .hero-layout-2 .hero-content {
    margin-bottom: 0px;
    max-width: 100%;
  }

  .hero-content .section-title {
    margin-bottom: 20px;
  }

  .hero-layout-2 .section-title h1 {
    font-size: 60px;
  }

  .about-us {
    padding: 50px 0;
  }

  .about-image {
    text-align: center;
    margin-bottom: 90px;
    padding-right: 0;
  }

  .about-content ul {
    margin: 0 0 10px;
  }

  .about-content ul li {
    font-size: 16px;
  }

  .about-content ul li:before {
    font-size: 18px;
  }

  .our-services {
    padding: 50px 0 20px;
  }

  .service-content {
    padding: 10px 10px 20px;
  }

  .service-content-title h2 {
    font-size: 24px;
    max-width: 180px;
  }

  .service-content-title a {
    width: 50px;
    height: 50px;
  }

  .service-content-title a img {
    width: 18px;
  }

  .service-content-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .our-work {
    padding: 50px 0 20px;
  }

  .works-item {
    padding: 20px 20px 30px 20px;
  }

  .works-image {
    margin-bottom: 20px;
  }

  .works-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .works-content {
    padding: 0 0 0 10px;
  }

  .why-choose-us {
    padding: 50px 0;
  }

  .why-choose-us-item {
    padding: 30px;
  }

  .why-choose-us-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .why-us-explore-item {
    padding: 40px;
  }

  .why-us-section-title {
    padding-right: 20px;
  }

  .why-us-explore-item .section-title {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .explore-item-content p {
    margin-bottom: 20px;
  }

  .explore-item-tags {
    text-align: start;
  }

  .exclusive-partners {
    padding: 50px 0 20px;
  }

  .partners-logo {
    padding: 20px 30px;
  }

  .clients-testimonials {
    padding: 50px 0;
  }

  .testimonial-item {
    padding: 30px;
  }

  .testimonial-author-title h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .main-footer {
    padding: 40px 0 0;
  }

  .footer-about {
    margin-bottom: 30px;
  }

  .footer-about img {
    margin-bottom: 15px;
  }

  .footer-about ul li a {
    font-size: 20px;
  }

  .footer-links h2 {
    font-size: 20px;
  }

  .footer-links ul li {
    margin-bottom: 10px;
  }

  .footer-copyright-text {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-policy-links ul {
    text-align: center;
  }

  .contact-information {
    padding: 50px 0 25px;
  }

  .contact-item {
    padding: 10px;
  }

  .contact-content {
    padding: 10px 10px 20px;
  }

  .contact-content-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .contact-content-title h2 {
    font-size: 24px;
  }

  .contact-content-title a {
    width: 50px;
    height: 50px;
  }

  .contact-item p {
    max-width: 100%;
  }

  .contact-form-box {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-default {
    font-size: 14px;
  }

  .section-row {
    margin-bottom: 30px;
  }

  .section-btn {
    text-align: center;
    margin-top: 20px;
  }

  .section-row .section-title {
    text-align: center;
  }

  .section-title h3 {
    font-size: 16px;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 30px;
  }

  .hero-content {
    margin-right: 0px;
  }

  .hero-layout-2 .section-title h1 {
    font-size: 40px;
  }

  .hero-layout-2 .hero-footer {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .hero-layout-2 .hero-footer .btn-default {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .hero-layout-2 .hero-footer .btn-default:last-child {
    margin-bottom: 0;
  }

  .about-image {
    margin-bottom: 70px;
  }

  .about-content ul {
    display: block;
    margin: 0 0 25px;
  }

  .about-content ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .service-content-title h2 {
    font-size: 22px;
    max-width: 170px;
  }

  .service-content-title a img {
    width: 16px;
  }

  .works-content h2 {
    font-size: 22px;
  }

  .why-choose-us-item h3 {
    font-size: 22px;
  }

  .why-us-explore-item {
    padding: 20px;
  }

  .why-us-section-title {
    padding-right: 40px;
  }

  .partners-logo {
    padding: 15px 20px;
  }

  .testimonial-author-title h2 {
    font-size: 18px;
  }

  .mega-footer {
    margin-bottom: 10px;
  }

  .footer-about ul li a {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .footer-links {
    margin-bottom: 30px;
  }

  .footer-policy-links ul li {
    margin-right: 10px;
  }

  .contact-information {
    padding: 50px 0 5px;
  }

  .contact-item {
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }

  .contact-content-title h2 {
    font-size: 22px;
  }

  .contact-form-box {
    padding: 20px;
  }
}

#myVideo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100%;
  left: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
}

.window {
  width: 100%;
  margin: auto;
}

.window img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 270px;
  transition: all linear;
  border-radius: none;
}

.window img:hover {
  object-position: bottom;
}

.btn-default {
  margin-right: 20px;
}

.btn-invert {
  color: var(--accent-color);
  padding: 15px 45px 15px 20px;
  border: 2px solid var(--accent-color);
  background: var(--white-color);
}

.btn-invert::before {
  color: var(--accent-color);
}

.btn-invert:hover {
  color: var(--white-color);
}

.btn-invert::after {
  background: var(--accent-color);
}

.btn-invert:hover::before {
  color: var(--white-color);
}

.why-us-explore-item {
  /* background: #6b004a; */
  background: #0a141f;

  .explore-item-tags {
    background-color: #161f2a;
    padding: 30px;
    text-align: center;
    border-radius: 40px;
  }
}

.why-us-explore-item h2,
.why-us-explore-item p {
  color: #fff;
}



/* ------------------------ GOOGLE BEWERTUNGEN ----------------------- */

.hero {
  position: relative;
}

.google-review-wrapper {
  position: absolute;
  bottom: 30px;
  right: 30px;

  @media (max-width: 992px) {
    bottom: 14px;
    right: 14px;
  }

  @media (max-width: 767px) {
    width: 100%;
    left: 0;
    bottom: 30px;
    right: unset;
    display: flex;
    justify-content: center;
  }
}

.google-review-outer {
  padding: 12px 24px;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  background-color: #fff;
  border-radius: 20px;

  @media (max-width: 992px) {
    padding: 8px 16px;
    gap: 4px;
  }

  >div:first-child {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  >div:last-child {
    display: flex;
    gap: 10px;
    align-items: center;

    @media (max-width: 992px) {
      img {
        width: 16px;
      }
    }
  }

  #g-title {
    font-size: 14px;
    color: #444;
    font-weight: 700;

    @media (max-width: 992px) {
      font-size: 12px;
    }
  }

  #g-rating {
    font-size: 32px;
    font-weight: bold;
    color: #ad8000;

    @media (max-width: 992px) {
      font-size: 24px;
    }
  }

  .g-stars-outer {
    display: flex;
    flex-direction: column;

    .g-stars {
      display: flex;

      @media (max-width: 992px) {
        svg {
          width: 12px;
          height: 12px;
        }
      }
    }

    .g-reviews {
      font-size: 10px;
      color: #666;
      padding-left: 3px;
      line-height: 10px;

      @media (max-width: 992px) {
        font-size: 9px;
      }
    }
  }
}

@media (max-width: 992px) {
  .preloader {
    display: none !important;

  }
}

#designvorschlagbutton {

  background: #FEBA3E;
  border-color: #FEBA3E;
  color: #0e0b04;

  &::before{ color: #0e0b04;}
}


.designvorschlagbutton {

  background: #FEBA3E;
  border-color: #FEBA3E;
  color: #0e0b04;
  display: inline-block;
  width: auto;


}

/* --------------------------- ANCHOR Lottie Icons -------------------------- */

.lotti-icon {
  width: 90px;
  margin-bottom: 30px;
}

.contact-content-title {
  a {
    background-color: transparent;
    border: 2px solid var(--accent-color);
    width: 70px;
    height: 70px;
  }

  .lotti-icon {
    width: 50px;
    margin-bottom: 0px;
  }
}

/* ------------------------- ANCHOR Pricecalculator ------------------------- */

.gray-bg {
  background: #f7f8fd;
  border-radius: 20px;
  padding: 30px;
}

.start-contact {

  @media (max-width: 767px) {
    h4 {
      text-align: center;
    }

    >div {
      display: flex;
      flex-direction: column;

      >div {
        display: flex;
        align-items: center;
        flex-direction: column;

        span{display: none;}
      }
    }
  }
}

b {
  font-size: 20px;
  color: var(--accent-color);
}
.start-contact a {
  display: flex;
  align-items: center;

  .icon-outer {
    margin-right: 8px;
    display: inline-flex;
    width: 26px;
    height: 26px;
    background-color: var(--accent-color);
    border-radius: 100px;
    align-items: center;
    justify-content: center;

    svg {
      width: 16px;
      height: 16px;
      fill: #fff;
    }
  }
}

/* ----------------------------- ANCHOR NEW HERO ---------------------------- */

::selection {
  background-color: #feba3e;
  color: #fff;
}

#myVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: hue-rotate(340deg);
}


.hero {
  padding: 0;
  background-color: #fff;
  overflow: visible;

  .section-title {
      margin-top: 50px;

      @media (min-width: 1400px) and (max-width: 1600px) {
        h2 {
          font-size: 60px;
        }
      }
  }

  @media (max-width: 1400px) {
    overflow: hidden;
  }
}

.l-site {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  mix-blend-mode: difference;
  rotate: 8deg;
  transform: translate(-90px, 120px);

  @media (max-width: 1400px) {
    width: 100%;
    transform: none !important;
    opacity: 0.2;
    height: 100%;
    scale: 1.9;
  }
}

.l77 {
  mix-blend-mode: multiply;
  background-color: #000;
  width: 900px;

  @media (max-width: 1600px) {
    width: 700px;
  }

  @media (max-width: 1400px) {
  width: 100%;
  height: 100%;
  }
}

header.main-header {
  background-color: transparent;
  position: absolute;
  width: 100%;
  left: 0;


}

.hero-layout-2 {
  text-align: right;

  .hero-content {
      height: 100dvh;
      display: flex;
      flex-direction: column;
      max-width: none;
      align-items: start;
      justify-content: center;

      @media (max-width: 1400px) { 
        align-items: center;

        h1,h2,p{
          text-align: center !important;
        }
      }

      h2 {
          color: #feba3e
      }
  }
}


.google-review-outer {
  background-color: #f7f8fd
}

.about-us {
  padding-top: 100px;
}


#footer-bottom{
  position: fixed;
  display:none;
z-index:3200;
  background: rgba(255, 255, 255, 0.54);
  text-align: center;
  backdrop-filter: blur(10px);
  height: 70px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px;
}

#beratungstermin{
  
 
 
  background: #FEBA3E;
    border-color: #FEBA3E;
    color: #0e0b04;
    display: inline-block;;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1em;
    color: var(--white-color);
    background: var(--accent-color);
    padding: 15px 20px 15px 20px;
    border: 2px solid var(--accent-color);
    border-radius: 100px;
 
   
    overflow: hidden;
    z-index: 1;
}


.bigphone{
 
  background: #FEBA3E;
    border-color: #FEBA3E;
    color: #0e0b04;
}

.btn-default.bigphone::before,
.designvorschlagbutton::before{
  color:#0e0b04;
}

.yellowspan{
  color: #FEBA3E !important;;
}

.mb-40{
  margin-bottom:40px;
}




.slicknav_btn,
.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_menu,
.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em;
  line-height: 1.125em;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: 0 0;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:after,
.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

.slicknav_nav li,
.slicknav_nav ul {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_menu {
  *zoom: 1;
  font-size: 16px;
  background: #4c4c4c;
  padding: 5px;
}

.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: 0.875em;
}

.slicknav_nav ul {
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}

.slicknav_nav a {
  text-decoration: none;
  color: #fff;
}

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}


.slicknav_icon .slicknav_icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    width: 22px;
    background-color: var(--white-color);
    border-radius: 6px;
    margin: 4px auto !important;
    transition: all 0.1s ease-in-out;
  }
  

  
.slicknav_menu {
    padding: 0;
    background: var(--accent-color);
  }
  
  .slicknav_menu ul {
    margin: 5px 0;
  }
  
  .slicknav_menu ul ul {
    margin: 0;
  }
  
  .slicknav_nav .slicknav_row,
  .slicknav_nav li a {
    position: relative;
    font-size: 16px;
    font-weight: 700;
  
    padding: 10px 20px;
    color: var(--white-color);
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
  }
  
  .slicknav_nav li a.btn-default {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 100px !important;
    padding: 15px 45px 15px 20px;
    background-color: var(--white-color);
    margin-left: 10px;
    color: var(--accent-color);
  
    &::before {
      color: var(--accent-color);
    }
  }
  
  .slicknav_nav a:hover,
  .slicknav_nav .slicknav_row:hover {
    background-color: transparent;
    color: var(--primary-color);
  
    @media (max-width: 992px) {
      color: var(--white-color);
    }
  }
  
  .slicknav_menu ul ul li a {
    padding: 10px 20px 10px 30px;
  }
  
  .slicknav_arrow {
    font-size: 0 !important;
  }
  
  .slicknav_arrow:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 12px;
    margin-left: 8px;
    color: var(--white-color);
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.3s ease-out;
  }
  
  .slicknav_open>a .slicknav_arrow:after {
    transform: rotate(-180deg);
  }



  
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,
      rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}


.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: var(--white-color);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

#contactForm_designvorschlag a{
text-decoration:underline;
color:#404246;
}



header.main-header .header-sticky.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--divider-color);
    transform: translateY(0);
    background: var(--white-color);
    backdrop-filter: blur(30px);
}



.slicknav_btn,
.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_menu,
.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em;
  line-height: 1.125em;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: 0 0;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:after,
.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

.slicknav_nav li,
.slicknav_nav ul {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_menu {
  *zoom: 1;
  font-size: 16px;
  background: #4c4c4c;
  padding: 5px;
}

.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: 0.875em;
}

.slicknav_nav ul {
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}

.slicknav_nav a {
  text-decoration: none;
  color: #fff;
}

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}


.slicknav_icon .slicknav_icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    width: 22px;
    background-color: var(--white-color);
    border-radius: 6px;
    margin: 4px auto !important;
    transition: all 0.1s ease-in-out;
  }
  

  
.slicknav_menu {
    padding: 0;
    background: var(--accent-color);
  }
  
  .slicknav_menu ul {
    margin: 5px 0;
  }
  
  .slicknav_menu ul ul {
    margin: 0;
  }
  
  .slicknav_nav .slicknav_row,
  .slicknav_nav li a {
    position: relative;
    font-size: 16px;
    font-weight: 700;
  
    padding: 10px 20px;
    color: var(--white-color);
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
  }
  
  .slicknav_nav li a.btn-default {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 100px !important;
    padding: 15px 45px 15px 20px;
    background-color: var(--white-color);
    margin-left: 10px;
    color: var(--accent-color);
  
    &::before {
      color: var(--accent-color);
    }
  }
  
  .slicknav_nav a:hover,
  .slicknav_nav .slicknav_row:hover {
    background-color: transparent;
    color: var(--primary-color);
  
    @media (max-width: 992px) {
      color: var(--white-color);
    }
  }
  
  .slicknav_menu ul ul li a {
    padding: 10px 20px 10px 30px;
  }
  
  .slicknav_arrow {
    font-size: 0 !important;
  }
  
  .slicknav_arrow:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 12px;
    margin-left: 8px;
    color: var(--white-color);
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.3s ease-out;
  }
  
  .slicknav_open>a .slicknav_arrow:after {
    transform: rotate(-180deg);
  }



  


  .slicknav_arrow:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 12px;
    margin-left: 8px;
    color: var(--white-color);
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.3s ease-out;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_btn {
    background: var(--accent-color);
    padding: 6px 0 0;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 10px;
}
#designvorschlag_erstellen_lassen{
  margin-top:50px;
}

.our-work{
  padding-top:40px;
}

 .about-us .section-title h2{
      max-width: 600px;
    float: right;
}

.hero-layout-2 .section-title h1{
  max-width: 600px;
}

.container{
      max-width: 1600px;

}

.hero-content{
          max-height: 1000px;
}

@media (max-width: 1400px) {
.hero-layout-2 .section-title h1{
  max-width: 100%;
}
}


@media (min-width: 2100px) {
  p,.about-content ul li,
  .main-menu ul li a,
  .footer-links ul li,
  .footer-policy-links ul,
  body,
  .price{
    font-size:20px;
  }
  
.l77{
      width: 1000px;
}
.contact-item p{
  max-width: 3000px;
}

.l-site{
margin-left:126px;
margin-top:60px;}

.about-us .section-title h2{
  max-width: 906px;
}

.section-title h1, .section-title h2{
      font-size: 75px;
}
.hero-layout-2 .section-title h1{
      font-size: 138px;
}
.hero-layout-2 .hero-content{
      max-height: 1200px;
}

#herodesign .hero-layout-2 .hero-content{
      max-height: 1000px;
}

.loading-container{
  height:800px;
  width:1200px;
}
}

.window img{
      height: 370px;
}

#beratungstermin{
  float:right;
}
#footer-bottom{
  background:none;
  backdrop-filter: none;
  position:fixed;
}
.window img {
    height: 670px;
}

/* --- NP - NEW MENU --- */
header.main-header .header-sticky{background: transparent !important;backdrop-filter: none !important;padding: 8px 8px 0 8px !important;border: none !important;}
header.main-header .header-sticky.hide.active .navbar.navbar-expand-lg > .container{border: 1px solid var(--divider-color);background: rgba(255,255,255,0.95);backdrop-filter: blur(30px);padding-block: 8px;border-radius: 100px;transition: .3s;}
header.main-header .navbar.navbar-expand-lg > .container .btn-default {margin-right: 0;}
.slicknav_btn{border-radius: 30px;}
.responsive-menu{top: 8px;}
.slicknav_menu {border-radius: 18px;}

.service-content-title h2{
    max-width:100%;

}
.works-item{
    padding:20px;
}