.eap-homepage-3 .idx-shortcode {
  margin: 2em auto;
}
.eap-homepage-3 .row {
  margin: 0 auto;
}
.eap-homepage-3 .container {
  max-width: 1080px;
}
.eap-homepage-3 .screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.45);
}
.eap-homepage-3 .hero {
  background-size: cover;
  background-position: center;
  min-height: 450px;
  position: relative;
  padding-top: calc(var(--eap-nav-overtflow-padding) - 2em);
}
.eap-homepage-3 .hero .hero-info {
  text-align: center;
  color: #fff;
  margin-top: 6em;
  position: relative;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.eap-homepage-3 .hero .title {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}
.eap-homepage-3 .hero .subtitle {
  font-weight: 400;
  margin: 1em;
  font-size: 1.25em;
  opacity: 0.8;
}
.eap-homepage-3 .cta-bar {
  min-height: 60px;
  background-color: rgba(32, 38, 55, 0.71);
  color: #fff;
  font-weight: 700;
  padding-top: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  border-top: 2px solid rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 416px) {
  .eap-homepage-3 .cta-bar {
    position: relative;
    text-align: center;
    padding-bottom: 24px;
    margin-top: 2em;
  }
}
.eap-homepage-3 .cta-bar .title {
  font-size: 0.9em;
}
.eap-homepage-3 .cta-bar .cta-button {
  border: none !important;
  color: #fff !important;
  min-width: 100px !important;
}
.eap-homepage-3 .idx {
  min-height: 500px;
  max-width: 100%;
  overflow-x: hidden;
}
.eap-homepage-3 .idx-search {
  border-radius: 6px;
  background-color: #f5f7fa;
  max-width: 700px;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}
@media screen and (max-width: 416px) {
  .eap-homepage-3 .idx-search {
    margin: 1em;
  }
}
.eap-homepage-3 .eap-idx-search-form {
  position: relative;
  margin: 0.25em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.eap-homepage-3 .eap-idx-search-form .form-control {
  height: 50px;
  font-size: 1.5em;
  border: none;
  box-shadow: none;
  margin: 0;
}
.eap-homepage-3 .eap-idx-search-form input::placeholder {
  font-size: 18px !important;
  line-height: 35px;
}
.eap-homepage-3 .eap-idx-search-form .search-button {
  height: 50px;
  border-radius: 4px !important;
  transition: 0.4s;
}
.eap-homepage-3 .eap-idx-search-form .search-button:hover {
  opacity: 0.9;
  transition: 0.4s;
}
.eap-homepage-3 .about-us {
  border-top: 1px solid #dae1e9;
  padding-top: 4em;
  padding-bottom: 4em;
  background-color: rgba(245, 247, 250, 0.3);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.12);
}
.eap-homepage-3 .about-us .title {
  color: #333;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: bold;
}
.eap-homepage-3 .about-us .subtitle {
  color: #9ba6b2;
  font-size: 1em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.eap-homepage-3 .about-us .about-us-image {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 1em;
}
.eap-homepage-3 .about-us .about-us-image img {
  width: 100%;
}