#content-outer.div-outer {
  width: auto;
}

#content-main {
}

#home-slider,
#home-slider-items,
div.slide,
div.slide-image {
  width: 100%;
  height: 700px;
}

#home-slider {
  position: relative;
}

#home-slider-items {
  overflow: hidden;
}

div.slide {
  position: relative;
}

div.slide-image {
  position: absolute;
  text-align: center;
  overflow: hidden;
}

div.slide-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important:
  max-height: 100% !important;
  object-fit: cover;
}

/*div.slide-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}*/

div.slide-content,
div.slide-content-outer,
div.slide-content-inner {
  height: 100%;
}

div.slide-content {
}

div.slide-content-outer {
}

div.slide-content-inner {
}

div.slide-content-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 3;
}

div.slide-content-container {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

div.slide-content-main {
  width: 100%;
  max-width: 800px;
  margin: auto;
  text-align: center;
}

div.slide-content-text {
  padding: 30px 60px;
  color: #FFFFFF;
  line-height: normal;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);
}

div.slide-title {
  margin: 0px 0px 20px 0px;
  font-size: 18px;
}

div.slide-subtitle {
  margin: 0px 0px 20px 0px;
  font-size: 48px;
}

div.slide-text {
  font-size: 22px;
}

div.slide-content-links {
  padding: 30px 0 0 0;
}

div.slide-content-links a {
  display: inline-block;
  padding: 15px 50px;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  background: #1A90C6;
  border: 0px;
  border-radius: 100vmax;
  cursor: pointer;
  transition: all ease-in-out 0.12s;
}

div.slide-content-links a:hover {
  color: #1A90C6;
  background: #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #1A90C6;
}

#owl-navigation {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  z-index: 99;
}

#owl-navigation.disabled {
  display: none;
}

#owl-navigation .owl-prev,
#owl-navigation .owl-next {
  position: absolute;
  background: none;
  border: 0px;
  cursor: pointer;
  z-index: 9;
}

#owl-navigation .owl-prev::after,
#owl-navigation .owl-next::after {
  display: block;
  width: 50px;
  height: 50px;
  color: #FFFFFF;
  font-family: "Font Awesome 5 Pro";
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  background: #00B5A8;
  border-radius: 50%;
}

#owl-navigation .owl-prev {
  left: 25px;
}

#owl-navigation .owl-prev::after {
  content: "\f053";
}

#owl-navigation .owl-next {
  right: 25px;
}

#owl-navigation .owl-next::after {
  content: "\f054";
}

#owl-navigation-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 99;
}

#owl-navigation-dots.disabled {
  display: none;
}

#owl-navigation-dots .owl-dot {
  width: 20px;
  height: 20px;
  margin: 0px 2px;
  background: #CCCCCC;
  border: 0px;
  border-radius: 50%;
  cursor: pointer;
}

#owl-navigation-dots .owl-dot.active {
  background: #555555;
}

.home-section {
  padding: 50px 0;
}

#home-top {
  background: #FFFFFF;
}

#home-top-outer {
}

#home-top-inner {
}

#home-top-main {
  display: grid;
  gap: 100px;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

#home-middle {
  background: #E4F6F7;
}

#home-middle-outer {
}

#home-middle-inner {
}

#home-middle-main {
  display: grid;
  gap: 140px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}