@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css);
@import url(https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css);
:root {
  --primary-color: $primary-color;
  --secondary-color: $secondary-color;
  --tertiary-color: #f8f7f5;
  /* --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(--primary-color);
  --secondary-text-color: var(--secondary-color);
  --tertiary-text-color: var(--tertiary-color);
}


:root {
  --gradient-primary-color: rgb(255, 255, 255);
  --gradient-secondary-color: rgba(0, 0, 0, 0);
}

/* gradient / overlays */
.gradient,
.overlay,
.overlay-green {
  position: relative;
}

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

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

.overlay::after,
.overlay-green::after {
  opacity: 0.9 !important;
}

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

.overlay-green::after {
  background-color: #46a01b;
}

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

.gradient-left::after {
  background: linear-gradient(to right, var(--secondary-color) 30%, var(--transparent-color) 70%);
}

.gradient-right::after {
  background: linear-gradient(to left, var(--secondary-color) 30%, var(--transparent-color) 70%);
}

.gradient-top::after {
  background: linear-gradient(to bottom, var(--secondary-color) 30%, var(--transparent-color) 70%);
}

.gradient-bottom::after {
  background: linear-gradient(to top, var(--secondary-color) 30%, var(--transparent-color) 70%);
}

.gradient-bg::after {
  background: linear-gradient(to right, var(--secondary-b-color) 30%, var(--secondary-color) 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;
  }
}
body {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif !important;
  color: #000 !important;
  word-wrap: break-word;
}

h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
}

h1 {
  font-size: 2rem;
  font-size: 600;
  text-transform: uppercase;
}

h2 {
  font-size: 2rem;
  font-size: 600;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 24px;
  }
}
:root {
  --col-default-padding: 30px;
}

/* 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;
}

.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 (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, form .gfield .gform_drop_area > button::after,
.btn-arrow::after, .btn-secondary::after,
.btn-secondary:focus::after {
  font-family: "Font Awesome 6 Free";
  margin-right: 0px;
  font-weight: 900;
  font-size: 14px;
  opacity: 1;
  transition: all 0.2s;
  margin-left: 15px;
  position: relative;
  left: 0%;
  color: #000 !important;
  vertical-align: middle;
}
.arrow-fontawesome:hover::after, .btn:hover::after, .gform_footer > input:hover::after, form .gfield .gform_drop_area > button:hover::after,
.btn-arrow:hover::after, .btn-secondary:hover::after {
  left: 2%;
  opacity: 1;
  color: #fff !important;
}

/* 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, form .gfield .gform_drop_area > button,
.btn:focus,
.btn:hover {
  font-size: 1rem;
  font-weight: 600 !important;
  border: 1px solid transparent !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 50px !important;
  padding: 0.8rem 2rem !important;
  position: relative;
  text-transform: initial;
  transition: all 0.3s ease-in-out;
  /* box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3) !important; */
}

.btn-primary, .gform_footer > input, form .gfield .gform_drop_area > button,
.btn-primary:focus {
  color: #fff !important;
  background: #ffa15d !important;
}
.btn-primary:hover, .gform_footer > input:hover, form .gfield .gform_drop_area > button:hover,
.btn-primary:focus:hover {
  color: #fff !important;
  background-color: #1a7fae !important;
}

.btn-secondary,
.btn-secondary:focus {
  color: #fff !important;
  background: #1a7fae;
}
.btn-secondary:hover,
.btn-secondary:focus:hover {
  color: #fff !important;
  background-color: #ffa15d !important;
}
.btn-secondary::after,
.btn-secondary:focus::after {
  color: #fff !important;
}
.btn-secondary:hover::after,
.btn-secondary:focus:hover::after {
  color: #000 !important;
}

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

.accordion .accordion__item {
  position: relative;
  border-bottom: 1px solid #1a7fae;
  border-radius: 0px;
}
.accordion .accordion__item .accordion__item__header {
  padding: 1rem 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .accordion .accordion__item .accordion__item__header {
    padding: 1rem 0;
  }
}
.accordion .accordion__item .accordion__item__header:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  transition: all 0.5s ease;
  color: #1a7fae;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  right: 1rem;
  top: 0;
}
.accordion .accordion__item .accordion__item__header h4 {
  color: #1a7fae;
  font-size: 1rem;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.accordion .accordion__item.active .accordion__item__header:before {
  color: #ffa15d;
  transform: rotate(180deg);
}
.accordion .accordion__item__content {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .accordion .accordion__item__content {
    padding: 1rem 0;
  }
}
.accordion .accordion__item__content p {
  margin: 0;
  color: #1a7fae;
  font-weight: 300;
}

/* contact form */
form {
  background: var(--secondary-bg-light-color);
  border-radius: 8px;
  text-align: left;
}
form .gfield {
  margin-bottom: 15px;
}
form .gfield input,
form .gfield textarea,
form .gfield select {
  padding: 15px 30px !important;
  outline: none !important;
  background: #f9f9f9;
  border: 2px solid #1a7fae !important;
  border-radius: 35px;
}
form .gfield .gform_drop_area {
  padding: 15px 30px !important;
  outline: none !important;
  background: #f9f9f9;
  border: 2px solid #1a7fae !important;
  border-radius: 35px;
}
form .gfield .gform_drop_area span {
  color: #ffa15d;
}
form .gfield label {
  color: #1a7fae;
}
form .gfield textarea {
  padding: 30px !important;
}
form .gfield_required {
  display: none !important;
}

.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: 14px !important;
  color: #444;
}

/* 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-theme .owl-nav {
  /* font-size: 84px; */
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 0;
  transform: translate(0, -50%);
  left: 70px;
}
@media (max-width: 992px) {
  .owl-theme .owl-nav {
    left: 30px;
  }
}
.owl-theme .owl-nav span {
  background: #fff;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 28px;
  padding-bottom: 4px;
  color: #555;
  border-radius: 8px;
}

.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;
  padding-inline: 10px;
}

.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-stage {
  align-items: flex-start !important;
}

.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 {
  flex: 0 0 80px;
}
.cases .case .content-div .points > div .icon-div img {
  width: 40px;
}
.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%;
  }
}
.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 !important;
  box-shadow: var(--box-shadow);
  z-index: 1;
  border-radius: 8px;
}

.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 > 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;
}
@media (min-width: 992px) {
  header .container-fluid {
    margin-top: 70px;
  }
}
header .row {
  align-items: center !important;
}
header .div-text > * {
  margin-top: 30px;
}
header .div-text h1,
header .div-text p {
  color: #1a7fae;
}
header .div-text h1 {
  margin-top: 0;
}
header .div-text p {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  header .div-img {
    margin: 2rem 0 0;
  }
}
@media (min-width: 992px) {
  header .div-img {
    position: relative;
  }
  header .div-img .img-02 {
    position: absolute;
    right: 0;
    top: 2rem;
    z-index: -1;
  }
  header .div-text {
    padding: 0 4rem 8rem 2rem;
  }
  header .div-text h1 {
    letter-spacing: 5px;
  }
}

.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-family: "Montserrat", sans-serif !important;
  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: 30px;
  font-size: 18px;
  overflow: initial !important;
}
.feedback .owl-item::before {
  position: absolute;
  content: url(../images/014.png);
  top: 0px;
  right: 20%;
  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;
  display: block;
}
.feedback .owl-item .client span.title::before {
  margin-right: 15px;
  vertical-align: middle;
}
.feedback .owl-item .client span.subtitle {
  color: #777;
}
.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";
  content: "\f00c";
  color: #000 !important;
  margin-right: 15px;
  font-weight: 900;
  /* 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;
}

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;
}

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

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-color);
  word-break: break-all;
}

a:not(.reset),
a:not(.reset):hover,
a:not(.reset):focus {
  font-weight: 600;
  color: var(--primary-color);
}

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

.testi-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 1;
  font-size: 74px;
  color: var(--secondary-text-color);
}

@media (max-width: 768px) {
  section {
    padding: var(--section-sm-padding) 0;
  }
  [class*=col]:last-child {
    margin-bottom: 0px;
  }
  .testi-carousel .owl-nav {
    display: none;
  }
  .section-heading {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .section-heading {
    width: 70%;
    margin: auto;
    margin-bottom: 60px;
  }
  .div-404 {
    min-height: 300px;
    max-width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* ---------------------------- 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 {
  z-index: 1;
  background-color: #fff;
}
@media (min-width: 992px) {
  .navbar .container {
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .navbar {
    padding-bottom: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px;
    z-index: 3;
  }
}
@media (min-width: 992px) {
  .navbar .container {
    flex-direction: row-reverse;
    position: relative;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-brand {
    position: absolute;
  }
}
.navbar .navbar-collapse {
  transition: all 0.4s ease;
  padding-block: 10px;
}
@media (max-width: 992px) {
  .navbar .navbar-collapse {
    height: 100vh;
    transition: none !important;
  }
}
.navbar .logo {
  transition: all 0.4s ease;
  width: 180px;
  margin-top: 4px;
}
@media (max-width: 992px) {
  .navbar .logo {
    width: 40px;
    margin-bottom: 7px;
  }
}
.navbar.resize {
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar.resize .logo {
    width: 60px;
    margin-top: 2px;
  }
}

@media (max-width: 992px) {
  .navbar .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    margin-top: 10px;
    margin-right: 15px;
  }
}

@media (max-width: 992px) {
  .navbar-brand {
    flex-grow: 1;
    margin-top: 2px;
    margin-left: 4px;
  }
}

@media (min-width: 992px) {
  div#navbarSupportedContent {
    justify-content: flex-start;
  }
  .navbar-nav {
    margin: 10px 0 !important;
  }
}
@media (max-width: 992px) {
  .navbar > .container {
    justify-content: initial !important;
  }
  .navbar-collapse {
    background: linear-gradient(45deg, #1a7fae 40%, #ffa15d);
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .navbar-collapse {
    margin-inline: -30px;
    margin-top: 5px;
  }
}
@media (max-width: 992px) {
  ul.navbar-nav {
    align-items: center;
  }
}
@media (max-width: 992px) {
  .navbar-light .navbar-toggler {
    border: 0;
  }
}
div#navbarSupportedContent .navbar-nav .nav-link {
  position: relative;
  color: #1a7fae;
  font-size: 1.125rem;
  font-weight: 600;
}
div#navbarSupportedContent .navbar-nav .nav-link:hover {
  color: #ffa15d;
}
@media (max-width: 992px) {
  div#navbarSupportedContent .navbar-nav .nav-link {
    color: #fff;
    font-size: 22px !important;
  }
}
@media (max-width: 1200px) {
  div#navbarSupportedContent .navbar-nav .nav-link {
    font-size: 14px;
  }
}
div#navbarSupportedContent .navbar-nav .menu-item {
  margin: 0;
}
@media (min-width: 768px) {
  div#navbarSupportedContent .navbar-nav .menu-item {
    align-items: center;
  }
  div#navbarSupportedContent .navbar-nav .menu-item:not(:last-child) {
    margin-right: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1200px) {
  div#navbarSupportedContent .navbar-nav .menu-item:not(:last-child) {
    margin-right: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  div#navbarSupportedContent .navbar-nav .menu-item {
    width: 100%;
    justify-content: center;
  }
}
div#navbarSupportedContent .navbar-nav .menu-item .nav-link {
  padding: 0;
  line-height: 1;
  transition: all 500ms ease;
}
@media (max-width: 992px) {
  div#navbarSupportedContent .navbar-nav .menu-item .nav-link {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    display: block;
  }
}
div#navbarSupportedContent .navbar-nav .menu-item:hover {
  color: #ffa15d;
}
@media (max-width: 992px) {
  div#navbarSupportedContent .navbar-nav {
    margin: 2rem 0;
  }
}

.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: 1rem;
}

@media (min-width: 992px) {
  .lng-switcher {
    margin-left: 30px !important;
  }
  .lng-switcher.navbar-nav {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .lng-switcher {
    margin-top: -2rem !important;
  }
}

.mobile-lng-switcher {
  float: right;
  margin-top: 20px;
}

.wpml-ls-legacy-dropdown {
  width: auto !important;
  margin-top: -5px;
}
.wpml-ls-legacy-dropdown ul li:before {
  display: none !important;
}
.wpml-ls-legacy-dropdown a {
  padding-top: 0px !important;
  line-height: 0 !important;
  border: 0px !important;
  background-color: transparent !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
  width: 30px;
  height: 30px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  margin-top: -5px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: 0px !important;
}

/* footer */
footer {
  font-size: 14px;
  background-color: #1a7fae;
  color: #e9e8d9;
  padding: 5rem 0;
  align-items: flex-start !important;
  background-size: initial !important;
  background-position: left center !important;
  font-weight: 400 !important;
  position: relative;
}
footer li::before {
  content: none !important;
}
@media (max-width: 992px) {
  footer {
    padding: 60px 30px 30px 30px;
  }
}
footer a {
  font-size: 14px;
  font-weight: 400 !important;
}
footer a:hover {
  color: #fff !important;
}
footer .col-logo .logo {
  max-width: 250px;
}
footer .col-logo .site-name {
  font-size: 18px;
  font-weight: 600;
  margin-block: 40px;
  color: #fff;
}
footer .col-logo a {
  color: #ffa15d;
}
footer .col-links {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 992px) {
  footer .col-links {
    display: block;
    text-align: center;
  }
}
@media (max-width: 992px) {
  footer .col-links > div {
    margin-bottom: 30px;
  }
  footer .col-links > div a {
    margin: auto;
  }
}
footer .col-links span {
  color: #000 !important;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}
footer .col-links ul {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  justify-content: flex-end;
}
footer .col-links ul li {
  line-height: 22px;
}
footer .col-links ul li:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 992px) {
  footer .col-links ul li {
    margin: 8px !important;
  }
}
footer .col-links ul li::before {
  content: "" !important;
  margin: 0;
}
footer .col-logo {
  align-self: center;
}
@media (min-width: 992px) {
  footer .col-logo a {
    margin-left: 15px;
  }
}
@media (max-width: 992px) {
  footer .col-logo a {
    margin-inline: 8px;
  }
}
footer .col-logo .social-icons * {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  footer .col-logo .social-icons * {
    display: inline-block;
    margin-block: 6px;
  }
}
footer .col-social .social-icons {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  footer .col-social .social-icons {
    justify-content: flex-end;
  }
}
footer .col-social .social-icons a {
  margin-right: 15px;
}
footer .col-social .social-icons a:last-of-type {
  margin-right: 0 !important;
}
footer .col-social .social-icons a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #c8255c;
  border-radius: 50%;
}
footer .col-social .social-icons a span:hover {
  background: #ff832a;
}
footer .col-social .social-icons a span i {
  font-size: 18px;
  color: #fff;
}

ul.minimal {
  margin-top: 0 !important;
  display: flex;
  margin-top: 0 !important;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  ul.minimal {
    justify-content: center !important;
  }
}
@media (min-width: 992px) {
  ul.minimal li {
    margin-left: 15px !important;
  }
}
@media (max-width: 992px) {
  ul.minimal li {
    margin: 8px !important;
  }
}
ul.minimal li::before {
  content: "" !important;
  margin: 0;
}

footer .div-logo .img-footer-logo {
  max-width: 250px;
}
@media (max-width: 992px) {
  footer .div-logo .img-footer-logo {
    max-width: 200px;
  }
}
footer ul#menu-footer-left {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 992px) {
  footer ul#menu-footer-left {
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    width: 90%;
  }
}
footer ul#menu-footer-left li,
footer ul#menu-footer-left a {
  color: #e9e8d9;
}
@media (min-width: 992px) {
  footer .col-right {
    text-align: right;
  }
}
footer .col-right ul {
  margin-block: 30px 15px;
}
@media (min-width: 992px) {
  footer .col-right ul {
    justify-content: end;
  }
}
footer .col-right .div-certificates {
  display: flex;
  gap: 2rem;
  justify-content: end;
  align-items: center;
}
@media (max-width: 992px) {
  footer .col-right .div-certificates {
    justify-content: start;
    margin-top: 30px;
  }
}
footer .col-right .div-certificates img {
  max-width: 75px;
}
footer .address {
  color: #e9e8d9;
}
@media (max-width: 992px) {
  footer .address {
    margin-top: 30px;
  }
}
footer .address ul {
  margin-top: 24px;
}
footer .address ul li {
  gap: 0.5rem;
  margin-top: 10px;
}
footer .address ul li::before {
  display: none !important;
}
footer .address .icon {
  margin-right: 10px;
  border-radius: 26px;
}

.spacer {
  width: 100%;
}
@media (min-width: 992px) {
  .spacer {
    height: 75px;
  }
}

header .container-fluid {
  padding-inline: 0;
}

section {
  position: relative;
}
@media (max-width: 992px) {
  section {
    padding: 3rem 1rem;
  }
}

@media (min-width: 992px) {
  .section-heaidng {
    max-width: 70%;
    margin: 0 auto 3rem;
  }
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}

p,
span,
li,
a {
  transition: all 0.3s ease-in-out;
}

.div-link {
  margin: 3rem 0px 0px !important;
}

@media (max-width: 992px) {
  .div-img {
    text-align: center;
  }
}
.div-txt > *:not(:last-child) {
  margin: 0 0 1.6rem;
}

body {
  overflow-x: hidden;
}
body main {
  background-color: #fff;
  z-index: 0;
  position: relative;
}

@media (min-width: 992px) {
  .page-home section {
    scroll-margin-top: 70px;
  }
}
@media (max-width: 992px) {
  .page-home section {
    scroll-margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .page-home header {
    position: relative;
  }
}
@media screen and (max-height: 2521px) and (min-width: 992px) {
  .page-home header {
    height: 100vh;
  }
  .page-home header .container-fluid {
    display: flex;
    height: 100%;
    flex-direction: column;
  }
  .page-home header .container-fluid .row {
    height: 100%;
  }
  .page-home header .container-fluid .row .col-img {
    align-self: start;
  }
  .page-home header .container-fluid .row .col-img .div-img {
    position: relative;
    height: 100%;
  }
  .page-home header .container-fluid .row .col-img .div-img .img-main {
    background: #fff;
    padding-top: 30px;
  }
  .page-home header .container-fluid .row .col-img .div-img .img-main img {
    margin-bottom: -5px;
  }
  .page-home header .container-fluid .row .col-img .div-img:after {
    content: "";
    position: absolute;
    background: #080d13;
    height: 5000px;
    width: 100%;
  }
  .page-home header .container-fluid .row .div-text {
    align-self: center;
  }
}
@media (max-width: 992px) {
  .page-home header {
    padding-top: 0 !important;
  }
}
.page-home header .down-arrow {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 0;
  background-color: #eee;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  transition: all ease 0.8s;
  color: #1a7fae;
  cursor: pointer;
  animation: slide-down 0.8s ease;
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-80px) scale(2);
  }
}
.page-home header .down-arrow.hide {
  opacity: 0;
  bottom: -30px;
}
.page-home header .down-arrow i {
  font-size: 24px;
  animation: up-down 1.2s ease-out infinite;
}
@keyframes up-down {
  0% {
    transform: translateY(-3px);
  }
  25% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(3px);
    color: #104e6b;
  }
  75% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-3px);
  }
}
.page-home header .row {
  align-items: flex-end;
}
@media (max-width: 992px) {
  .page-home header .row {
    flex-direction: column-reverse;
  }
  .page-home header .row .img-main {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .page-home header .img-main {
    margin-top: 60;
  }
}
@media (min-width: 992px) {
  .page-home header .div-img {
    display: inline-block;
  }
  .page-home header .div-img .img-02 {
    position: absolute;
    right: 0px;
    top: 2rem;
    z-index: 1;
  }
  .page-home header .div-text {
    position: relative;
    z-index: 0;
    background: #fff;
    max-width: 900px;
  }
  .page-home header .div-text h1 {
    letter-spacing: 5px;
  }
}
@media (max-width: 992px) {
  .page-home header .div-text {
    padding: 40px 30px 30px 30px;
  }
  .page-home header .div-img {
    margin-left: -50px;
    position: relative;
    padding-right: 40px;
  }
  .page-home header .div-img .img-01 {
    position: relative;
    z-index: 1;
  }
  .page-home header .div-img .img-02 {
    position: absolute;
    top: 0;
    left: 45%;
    z-index: 1;
  }
}
@media (max-width: 1500px) and (min-width: 768px) {
  .page-home header .div-img {
    margin-left: 0px;
  }
  .page-home header .img-02 {
    position: absolute;
    top: 0;
  }
}
.page-home .s-1 {
  position: relative;
  z-index: 3;
  background-color: #1a7fae;
  display: flex;
  align-items: center;
}
.page-home .s-1 .section-heading {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .page-home .s-1 {
    margin-top: -2px !important;
  }
}
.page-home .s-1 .container {
  position: relative;
}
.page-home .s-1 h2 {
  color: #fff;
}
.page-home .s-1 .row {
  align-items: initial;
}
@media (min-width: 992px) {
  .page-home .s-1 .row {
    margin: 0 auto;
    max-width: 80%;
  }
}
@media (max-width: 992px) {
  .page-home .s-1 .row {
    grid-row-gap: 2rem;
  }
}
.page-home .s-1 .row .s1-box {
  background: rgb(255, 255, 255);
  padding: 2rem;
  height: 100%;
  margin: 10px;
  border-radius: 12px;
}
.page-home .s-1 .row .s1-box img {
  margin: 0 0 1.5rem;
  width: 80px;
  height: 80px;
  display: inline-block !important;
}
.page-home .s-1 .row .s1-box p {
  color: #1a7fae;
  margin: 0;
}
.page-home .s-2 h2,
.page-home .s-2 p {
  color: #1a7fae;
}
.page-home .s-2 .row-one .slick-slide {
  padding-right: 15px;
}
.page-home .s-2 .row-one .img-07 {
  width: 100%;
}
.page-home .s-2 .row-one .div-img img {
  border-radius: 24px;
  border-bottom-right-radius: 220px !important;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-home .s-2 .row-one .div-img {
    padding-right: 5rem;
  }
  .page-home .s-2 .row-one .div-text {
    padding-right: 5rem;
  }
}
@media (max-width: 992px) {
  .page-home .s-2 .row-one {
    grid-row-gap: 3rem;
    margin-bottom: 15px;
  }
}
.page-home .s-2 .row-two {
  position: relative;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .page-home .s-2 .row-two img.img-09 {
    top: -1rem !important;
  }
}
.page-home .s-2 .row-two img.img-08 {
  border-radius: 30px;
  border-top-left-radius: 40px !important;
}
@media (min-width: 992px) {
  .page-home .s-2 .row-two img.img-08 {
    transform: translate(20%, 0%);
  }
}
@media (max-width: 992px) {
  .page-home .s-2 .row-two img.img-08 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .page-home .s-2 .row-two img.img-09 {
    position: absolute;
    top: -2rem;
    right: 250px;
    z-index: 99;
    max-width: 300px;
  }
  .page-home .s-2 .row-two h2 {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .page-home .s-2 .row-two {
    flex-direction: column-reverse;
  }
}
@media (max-width: 992px) {
  .page-home .s-2 {
    grid-row-gap: 3rem;
    position: relative;
  }
  .page-home .s-2 .div-img {
    position: relative;
    margin-top: 60px;
  }
  .page-home .s-2 img.img-09 {
    position: absolute;
    top: -30px;
    right: 45%;
    z-index: 1;
    max-width: 180px;
    display: initial;
  }
}
@media (max-width: 1200px) {
  .page-home .s-2 .img-09 {
    display: none;
  }
}
.page-home .s-2 .gallery-slider ul li::before {
  display: none !important;
}
.page-home .s-2 .gallery-slider .slick-dots {
  bottom: -45px !important;
}
.page-home .s-2 .gallery-slider .slick-dots li button {
  background-color: #2f8bb5 !important;
  border-radius: 50%;
  width: 18px !important;
  height: 18px !important;
}
.page-home .s-3 {
  background: #1a7fae;
}
@media (max-width: 992px) {
  .page-home .s-3 .row {
    grid-row-gap: 3rem;
  }
}
.page-home .s-3 .row {
  align-items: initial;
}
.page-home .s-3 h2,
.page-home .s-3 h3,
.page-home .s-3 p {
  color: #fff;
}
.page-home .s-3 h3 {
  font-size: 16px;
  font-weight: 600 !important;
}
.page-home .s-3 .ub-box {
  padding: 2rem 2rem;
  height: 100%;
}
.page-home .s-3 .ub-box img {
  margin: 0 0 3rem;
  border-radius: 12px;
}
.page-home .s-3 .ub-box h3 {
  margin: 0 0 2rem;
  font-weight: normal;
  text-transform: uppercase;
}
.page-home .s-3 .ub-box p {
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .page-home .s-3 .ub-box {
    padding: 0 1rem;
  }
  .page-home .s-3 .ub-box h3,
  .page-home .s-3 .ub-box p {
    text-align: center;
  }
}
.page-home .s-4 {
  position: relative;
  background: #f8e0cf;
}
.page-home .s-4 .row-one {
  margin: 0 0 3rem;
}
@media (max-width: 992px) {
  .page-home .s-4 .row-one {
    margin: 0 0 1rem;
  }
}
.page-home .s-4 .row-one h2 {
  position: relative;
  color: #1a7fae;
  font-weight: 300;
}
@media (min-width: 992px) {
  .page-home .s-4 .row-one h2 {
    font-size: 6rem;
    line-height: 6.25rem;
  }
}
@media (min-width: 768px) {
  .page-home .s-4 .row-one h2 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 992px) {
  .page-home .s-4 .row-one h2 {
    font-weight: 600;
    text-align: center;
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .page-home .s-4 .row-one img.img-02 {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-home .s-4 .div-img {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .page-home .s-4 .div-img {
    margin-bottom: 30px;
  }
}
.page-home .s-4 .row-two {
  justify-content: center;
  grid-row-gap: 3rem;
}
@media (min-width: 992px) {
  .page-home .s-4 .row-two {
    margin-top: 60px;
  }
}
.page-home .s-4 .row-two .mi-box {
  padding: 0 2rem;
}
.page-home .s-4 .row-two .mi-box img {
  margin: 0 0 1rem;
}
.page-home .s-4 .row-two .mi-box h4,
.page-home .s-4 .row-two .mi-box p {
  color: #1a7fae;
}
.page-home .s-4 .row-two .mi-box h4 {
  font-size: 1.25rem;
}
.page-home .s-4 .row-two .mi-box p {
  font-size: 0.875rem;
}
.page-home .s-4:before {
  position: absolute;
  content: "";
  background: #d9d2ca;
  width: 50%;
  height: 40px;
  border-radius: 0 20px 20px 0;
  left: 0;
  top: 15rem;
}
@media (max-width: 992px) {
  .page-home .s-4:before {
    display: none;
  }
}
.page-home .s-5 {
  background: #f6f5f5;
}
@media (min-width: 992px) {
  .page-home .s-5 img.outline-logo {
    position: absolute;
    left: -18%;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.1;
  }
}
@media (max-width: 992px) {
  .page-home .s-5 img.outline-logo {
    max-width: 200px;
    margin-bottom: 30px;
  }
}
.page-home .s-5 h2 {
  color: #1a7fae;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .page-home .s-5 h2 {
    font-size: 6.25rem;
  }
}
@media (max-width: 1200px) {
  .page-home .s-5 h2 {
    font-weight: 600;
  }
}
.page-home .s-5 .div-text {
  text-align: center;
}
.page-home .s-5 .div-text p {
  color: #1a7fae;
  font-size: 0.875rem;
  text-align: justify;
}
.page-home .s-5 .div-text a.btn.btn-secondary {
  margin: 2rem 0 0;
}
@media (max-width: 992px) {
  .page-home .s-5 .row {
    text-align: center;
    grid-row-gap: 1rem;
  }
  .page-home .s-5 .row .div-text p {
    text-align: center;
  }
}
.page-home .s-6 {
  background: #1a7fae;
}
.page-home .s-6 .section-heading h2 {
  color: #fff;
}
.page-home .s-6 .row {
  align-items: start;
}
@media (min-width: 768px) {
  .page-home .s-6 .row {
    margin: 0 auto;
    margin-top: 80px;
  }
}
.page-home .s-6 .row .s6-box {
  padding: 0 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .page-home .s-6 .row .s6-box {
    padding: 0 2rem;
  }
}
.page-home .s-6 .row .s6-box img {
  margin: 0 0 2rem;
  max-width: 100px;
}
.page-home .s-6 .row .s6-box p {
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .page-home .s-6 .row {
    grid-row-gap: 2rem;
  }
}
.page-home .s-7 .section-heading {
  color: #1a7fae;
}
.page-home .s-7 .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .page-home .s-7 .row div {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
.page-home .s-7 .col-lg-4 h3,
.page-home .s-7 .col-lg-4 p {
  color: #1a7fae;
}
.page-home .s-7 .col-lg-4 h3 {
  font-size: 5rem;
  background: linear-gradient(145deg, #1a7fae 30%, #ffa15d 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-home .s-7 .col-lg-4 p {
  font-size: 2rem;
}
.page-home .s-7 .img-20 {
  text-align: right;
  margin: 2rem 0 0;
}
@media (max-width: 992px) {
  .page-home .s-7 img.img-02,
  .page-home .s-7 .img-20 {
    display: none;
  }
}
.page-home .s-8 {
  background: #1a7fae;
}
.page-home .s-8 .review-slider {
  background: #ffa15d;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .page-home .s-8 .review-slider {
    max-width: 80%;
    margin: 0 auto;
  }
}
.page-home .s-8 .review-slider .item {
  text-align: center;
  padding: 4rem 2rem;
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  .page-home .s-8 .review-slider .item {
    padding: 4rem 12rem;
  }
}
.page-home .s-8 .review-slider .item img {
  margin: 0 auto 3rem;
}
.page-home .s-8 .review-slider .item p,
.page-home .s-8 .review-slider .item h4 {
  color: #fff;
  font-weight: 300;
}
.page-home .s-8 .review-slider .item p {
  font-size: 1.25rem;
  text-align: left;
}
.page-home .s-8 .review-slider .item h4 {
  margin: 3rem 0 0;
}
.page-home .s-8 .review-slider .owl-dots .owl-dot span {
  background: #e5843e !important;
}
.page-home .s-8 .review-slider .owl-dots .active span {
  background: #fff !important;
}
.page-home .s-8 .review-slider .review-name {
  display: flex;
  text-align: left;
  width: 100%;
  z-index: 1;
  position: relative;
  gap: 20px;
  margin-top: 3rem;
}
.page-home .s-8 .review-slider .review-name .div-img img {
  margin: 0 !important;
  border-radius: 50%;
  max-width: 85px;
  height: 85px;
}
.page-home .s-8 .review-slider .review-name .div-text {
  align-self: center;
}
.page-home .s-8 .review-slider .review-name .div-text h4 {
  margin: 0 !important;
}
.page-home .s-8 .review-slider .review-name .div-text span {
  color: #fff;
}
@media (max-width: 992px) {
  .page-home .s-9 .section-heading {
    margin-bottom: 30px !important;
  }
}
.page-home .s-9 .section-heading h2 {
  color: #1a7fae;
}
.page-home .s-9 .accordion .accordion__item:last-child {
  border: none !important;
}
.page-home .s-9 .accordion h4 {
  padding-right: 60px;
}
@media (min-width: 992px) {
  .page-home .s-9 div#accordian {
    max-width: 70%;
    margin: 0 auto;
  }
}
.page-home .s-9 img.faq-bg {
  position: absolute;
  left: -10%;
  top: -12px;
  margin: auto;
  max-width: 50%;
}
@media (max-width: 992px) {
  .page-home .s-9 img.faq-bg {
    display: none;
  }
}
.page-home .s-10 {
  background: #f8e0cf;
}
@media (min-width: 992px) {
  .page-home .s-10 {
    min-height: 750px;
  }
}
.page-home .s-10 h2,
.page-home .s-10 p {
  color: #1a7fae;
}
.page-home .s-10 h2 {
  line-height: 1;
  margin: 0 0 3rem;
}
@media (min-width: 992px) {
  .page-home .s-10 h2 {
    font-weight: 300;
    font-size: 6.875rem;
  }
}
@media (min-width: 768px) {
  .page-home .s-10 h2 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .page-home .s-10 p {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .page-home .s-10 img.img-21 {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 992px) {
  .page-home .s-10 .row {
    text-align: center;
  }
  .page-home .s-10 .row img.img-21 {
    display: none;
  }
}
.page-home .s-10 .div-link a {
  z-index: 1;
}
.page-home .s-11 {
  background-image: url("/globx-html/assets/images/22.png");
}
.page-home .s-11 img.img-22 {
  display: none;
}
@media (min-width: 992px) {
  .page-home .s-11 img.img-22 {
    position: absolute;
    top: -14.5%;
    display: block;
  }
}
.page-home .s-11:before {
  position: absolute;
  content: "";
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-home .s-11 .div-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-home .s-11 .div-text .row {
  align-items: center;
}
@media (min-width: 992px) {
  .page-home .s-11 .div-text {
    min-height: 760px;
  }
}
.page-home .s-11 .div-text h2,
.page-home .s-11 .div-text p {
  color: #fff;
}
.page-home .s-11 .div-text h2 {
  line-height: 1;
  margin: 0 0 3rem;
}
@media (min-width: 992px) {
  .page-home .s-11 .div-text h2 {
    font-size: 4.25rem;
  }
}
.page-home .s-11 .div-text p {
  font-size: 1.125rem;
  line-height: 25px;
}

@media (min-width: 992px) {
  .page-kontakt header {
    position: relative;
  }
}
@media (max-width: 992px) {
  .page-kontakt header .div-img {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-kontakt header .div-text {
    padding: 60px 40px 30px;
  }
}
@media (min-width: 992px) {
  .page-kontakt header .div-img {
    display: inline-block;
  }
  .page-kontakt header .div-img .img-02 {
    position: absolute;
    right: 0px;
    top: 2rem;
    z-index: 1;
  }
  .page-kontakt header .div-text {
    position: relative;
    z-index: 0;
    background: #fff;
    padding: 5rem 2rem 7rem 2rem;
    margin-top: 50px;
    max-width: 900px;
  }
  .page-kontakt header .div-text h1 {
    letter-spacing: 5px;
  }
}
@media (max-width: 1500px) and (min-width: 768px) {
  .page-kontakt header .div-img {
    margin-left: -150px;
  }
  .page-kontakt header .img-02 {
    position: absolute;
    top: 0;
  }
}
.page-kontakt .s-1 {
  position: relative;
  background: #f6f5f5;
  height: 100%;
}
.page-kontakt .s-1 .section-heading {
  margin-bottom: 30px;
}
.page-kontakt .s-1 .row-one {
  text-align: center;
}
.page-kontakt .s-1 .row-one:before {
  position: absolute;
  content: "";
  background: #d7e4eb;
  width: 50%;
  height: 40px;
  border-radius: 0 20px 20px 0;
  left: 0;
  top: 18rem;
}
@media (max-width: 992px) {
  .page-kontakt .s-1 .row-one:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-kontakt .s-1 .row-one {
    margin: 0 0 3rem;
  }
}
.page-kontakt .s-1 .row-one h2 {
  position: relative;
  color: #1a7fae;
  font-weight: 300;
}
@media (min-width: 992px) {
  .page-kontakt .s-1 .row-one h2 {
    font-size: 6rem;
    line-height: 6.25rem;
  }
}
@media (max-width: 992px) {
  .page-kontakt .s-1 .row-one img.img-02 {
    display: none;
  }
}
.page-kontakt .s-1 .row-two {
  text-align: center;
}
.page-kontakt .s-1 .row-two .section-heading p {
  color: #1a7fae;
}
.page-kontakt .s-1 .row-two .div-form {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .page-kontakt .s-1 .row-two .div-form {
    width: 75%;
  }
}
.page-kontakt .s-1 .gform_fields input,
.page-kontakt .s-1 .gform_fields textarea {
  background: #fff !important;
}
.page-kontakt .s-1 .gchoice {
  text-align: left;
}

.full-height {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.full-height main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 992px) {
  .page-success .s-1 {
    padding: 4rem 1rem !important;
  }
}
.page-success .s-1 h2 {
  color: #1a7fae;
}
@media (max-width: 992px) {
  .page-success .s-1 .row {
    text-align: center;
  }
  .page-success .s-1 .row > div {
    padding: 30px;
  }
  .page-success .s-1 .row > div img {
    max-height: 150px;
  }
}

.page-general .s-1 {
  position: relative;
}
@media (max-width: 992px) {
  .page-general .s-1 img.img-02 {
    display: none;
  }
}
.page-general .s-1 .row-one {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .page-general .s-1 .row-one {
    margin-bottom: 15px;
  }
}
.page-general .s-1 .row-one h1 {
  position: relative;
  color: #1a7fae;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .page-general .s-1 .row-one h1 {
    font-size: 3rem;
  }
}
@media (max-width: 992px) {
  .page-general .s-1 .row-one h1 {
    font-weight: 600 !important;
  }
}
.page-general .s-1 .row-two p {
  color: #1a7fae;
}
@media (min-width: 992px) {
  .page-general .s-1 .row-two {
    margin: 5rem 0 0;
    max-width: 80%;
    margin: 0 auto;
  }
}
.page-general .s-1:before {
  position: absolute;
  content: "";
  background: #d7e4eb;
  width: 50%;
  height: 40px;
  border-radius: 0 20px 20px 0;
  left: 0;
  top: 12rem;
}
@media (max-width: 992px) {
  .page-general .s-1:before {
    display: none;
  }
}

@media (min-width: 992px) {
  .page-404 {
    padding-top: 60px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .page-404 {
    padding-top: 100px;
  }
}/*# sourceMappingURL=site.css.map */

.elementor-widget-container .e-gallery-image {
width: 80px;
}

.elementor-widget-container .e-gallery-image {
background-size: 80px !important;
}

.elementor-widget-container .e-gallery-item:hover {
background: none; 
}

.elementor-element-71f8e92, .elementor-element-1bdc4f3 {
background: #fff !important;
}

.elementor-755 .elementor-element.elementor-element-798eec1 .elementor-heading-title {
color: #000 !important; 
}

.woocommerce .elementor-755 .elementor-element.elementor-element-3489418 .woocommerce-product-details__short-description {
    color: #202020 !important;
    font-size: 14px !important;
}

.elementor-755 .elementor-element.elementor-element-1bdc4f3.e-con {
border: 1px solid #ccc !important;
}

.elementor-755 .elementor-element.elementor-element-958d1d8.e-con {
    border: 1px solid #ccc !important;
    margin-left: 10px !important;
}

.elementor-755 .elementor-element.elementor-element-f2e4e65.e-con {
    border: 1px solid #ccc;
    margin-right: 10px;
}