/*
Theme Name:     Divi Child
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Divi Child Theme
Author:         zweistein
Author URI:     https://brain-talents.com
Template:       Divi
Version:        1.0.0
*/
#header::before {
  content: "";
  background-color: rgba(27, 101, 95, 0.9);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#header .et_pb_code .et_pb_column {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#header .et_pb_code .et_pb_column .et_pb_button_module_wrapper {
  margin-bottom: 0;
}
#header .logo-carousel-free .sp-lc-logo {
  border: 0px solid #dddddd !important;
}
#header .logo-carousel-free .sp-lc-logo img {
  width: 100%;
}

header .et_pb_section {
  position: absolute;
  width: 100%;
}
header .et_pb_section .et_pb_menu ul.et-menu > li {
  padding-left: 20px;
  padding-right: 20px;
}
header .et_pb_section .et_pb_menu ul.et-menu > li:last-child {
  align-items: center;
  padding-right: 0;
}
header .et_pb_section .et_pb_menu ul.et-menu > li:last-child a {
  background-color: #fff;
  color: #222 !important;
  padding: 14px 30px !important;
  font-size: 14px;
  font-weight: 700;
}
header .et_pb_section .et_pb_menu .et_mobile_nav_menu {
  display: none;
}

#why-us .kacheln .et_pb_column {
  display: flex;
  flex-direction: column;
  gap: 60px;
  min-height: 270px;
  justify-content: space-between;
}
#why-us .kacheln::after {
  display: none;
}

#who-we-place .et_pb_image.gradient::before {
  content: "";
  background-color: rgba(27, 101, 95, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#who-we-place .et_pb_row:last-child {
  align-items: center;
}

#faq .et_pb_image.gradient::before {
  content: "";
  background-color: rgba(27, 101, 95, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#footer::before {
  content: "";
  background-color: rgba(27, 101, 95, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footer .et_pb_blurb .et_pb_blurb_content {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#footer .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  margin-bottom: 0;
}

footer .et_pb_section .et_pb_row:first-child {
  display: flex;
  align-items: flex-end;
}
footer .et_pb_section .et_pb_row:first-child .et_pb_code .et_pb_row .et_pb_column {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
footer .et_pb_section .et_pb_row:first-child .et_pb_code .et_pb_row .et_pb_column .et_pb_blurb {
  margin-bottom: 0;
}
footer .et_pb_section .et_pb_row:first-child .et_pb_code .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_container {
  padding-left: 2px;
}
footer .et_pb_section .et_pb_row:first-child .et_pb_column:last-child ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  align-items: flex-end;
}
footer .et_pb_section .et_pb_row:first-child .et_pb_column:last-child ul li a {
  color: #222 !important;
  font-weight: 600;
}
footer .et_pb_section .et_pb_row:last-child .et_pb_column {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .et_pb_section .et_pb_row:last-child .et_pb_column .et_pb_text {
  margin-bottom: 0;
}
footer .et_pb_section .et_pb_row:last-child .et_pb_column .et_pb_text ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0;
}
footer .et_pb_section .et_pb_row:last-child .et_pb_column .et_pb_text ul li a {
  color: #939393 !important;
  font-weight: 600;
}
.et_pb_slide_image img {
    max-width: 300px;
    height: auto;
    object-fit: contain;
}


@media only screen and (max-width: 981px) {
  #header .et_pb_code .et_pb_column {
    flex-direction: column;
  }
  #why-us .kacheln {
    display: flex;
    flex-direction: column;
  }
  #why-us .kacheln:last-child .et_pb_column:last-child {
    display: none;
  }
  #who-we-place .et_pb_row:last-child {
    display: flex;
    flex-direction: column;
  }
  #who-we-place .et_pb_row:last-child .et_pb_column:first-child {
    order: 2;
  }
  #who-we-place .et_pb_row:last-child .et_pb_column:last-child {
    order: 1;
  }
  #faq .et_pb_accordion .et_pb_toggle {
    margin-bottom: 50px;
  }
  footer .et_pb_section .et_pb_row:first-child {
    flex-direction: column;
  }
  footer .et_pb_section .et_pb_row:first-child .et_pb_code .et_pb_row .et_pb_column {
    flex-direction: column;
  }
  footer .et_pb_section .et_pb_row:first-child .et_pb_code .et_pb_row .et_pb_column:last-child ul {
    align-items: flex-start;
  }
}/*# sourceMappingURL=style.css.map */

