.eap-homepage-8 .cta-row,
.eap-homepage-8 .idx-row {
  max-width: 100%;
  overflow-x: hidden;
}
.eap-homepage-8 .hide {
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease;
}
.eap-homepage-8 .container-fluid {
  padding: 0 !important;
}
.eap-homepage-8 .row {
  margin: 0;
}
.eap-homepage-8 .container {
  padding-top: 4em;
  padding-bottom: 4em;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .eap-homepage-8 .container {
    font-size: 16px;
  }
}
@media screen and (max-width: 416px) {
  .eap-homepage-8 .container {
    font-size: 14px;
  }
}
.eap-homepage-8 .btn-home-1 {
  background-color: #f5f7fa !important;
  color: #fff !important;
  border-radius: 1px !important;
  font-weight: 700 !important;
  height: 60px !important;
  line-height: 60px;
  font-size: 20px !important;
  margin-top: 1em;
  padding: 0em 3em !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
}
@media screen and (max-width: 768px) {
  .eap-homepage-8 .btn-home-1 {
    font-size: 16px !important;
  }
}
.eap-homepage-8 .btn-home-1:hover {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
  transform: translateY(-3px) !important;
  opacity: 0.9 !important;
}
.eap-homepage-8 .btn-home-2 {
  background-color: #fff !important;
  color: #f5f7fa !important;
  border-radius: 1px !important;
  font-weight: 700 !important;
  height: 60px !important;
  line-height: 50px !important;
  font-size: 20px !important;
  margin-top: 1em;
  padding: 0em 3em !important;
  border: 2px solid #f5f7fa !important;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
}
@media screen and (max-width: 768px) {
  .eap-homepage-8 .btn-home-2 {
    font-size: 16px !important;
  }
}
.eap-homepage-8 .btn-home-2:hover {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
  transform: translateY(-3px) !important;
  opacity: 0.8 !important;
}
.eap-homepage-8 .grey-blob-1 {
  height: 876px;
  width: 630px;
  right: -235px;
  top: -290px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .eap-homepage-8 .grey-blob-1 {
    right: -550px;
  }
}
@media screen and (max-width: 416px) {
  .eap-homepage-8 .grey-blob-1 {
    right: -550px;
  }
}
.eap-homepage-8 .screen {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  background-color: #f5f7fa;
  z-index: 9;
  opacity: 0.8;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-homepage-8 .is-half-fade {
  background-color: rgba(0, 0, 0, 0.45);
}
.eap-homepage-8 .is-col-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.eap-homepage-8 .is-margin-auto {
  margin: 1em auto !important;
  text-align: center;
}
.eap-homepage-8 .section-title {
  color: #f5f7fa;
  font-size: 3.5em;
  font-family: var(--eap-header-font);
  font-weight: bold;
  line-height: 1.2;
  max-width: 550px;
}
@media screen and (max-width: 416px) {
  .eap-homepage-8 .section-title {
    font-size: 2em;
  }
}
.eap-homepage-8 .section-subtitle {
  font-size: 1.25em;
  font-family: var(--eap-header-font);
  color: #333;
  line-height: 1.6;
  max-width: 650px;
  padding-top: 0.5em;
}
.eap-homepage-8 .section-text-large {
  font-size: 1.25em;
  color: #333;
  line-height: 1.6;
}
.eap-homepage-8 .bar {
  background-color: orange;
  height: 2px;
  width: 100px;
  text-align: center;
  margin: 1em auto;
  margin-bottom: 3em;
  transition: width 0.1s ease;
}
.eap-homepage-8 .testimonial .brag-footer {
  text-transform: uppercase;
  color: #f5f7fa;
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 2em;
}
.eap-homepage-8 .testimonial .stars {
  margin-top: 1em;
}
.eap-homepage-8 .testimonial .stars i {
  color: #dfbb83;
  font-size: 2em;
}
.eap-homepage-8 .testimonial i.quote {
  font-size: 2em;
  color: #9ba6b2;
  margin-top: 0.5em;
  transform: rotate(180deg);
}
.eap-homepage-8 .testimonial .brag {
  margin: 1em;
  margin-bottom: 0.5em;
  margin-left: 0;
  font-size: 1.25em;
  color: #333;
}
.eap-homepage-8 .hero {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  padding-top: calc(var(--eap-nav-overtflow-padding) - 2em);
}
.eap-homepage-8 .hero .sofa {
  position: absolute;
  right: 0;
  top: 4em;
  width: 450px;
}
@media screen and (max-width: 768px) {
  .eap-homepage-8 .hero .sofa {
    display: none;
  }
}
.eap-homepage-8 .hero .sofa img {
  width: 100%;
}
.eap-homepage-8 .hero .hero-info {
  position: relative;
}
.eap-homepage-8 .hero .subtitle {
  font-size: 3em;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 416px) {
  .eap-homepage-8 .hero .subtitle {
    font-size: 2em;
    margin-bottom: 1em;
  }
}
.eap-homepage-8 .about-us {
  background-image: linear-gradient(0deg, #fbfcfd 52%, #f5f7fa 99%);
  position: relative;
}
.eap-homepage-8 .about-us .about-us-info {
  text-align: center;
}
.eap-homepage-8 .about-us .about-us-info .embed-responsive {
  display: relative;
  z-index: 2;
  border-radius: 2px;
  border: 6px solid #fff;
}
.eap-homepage-8 .about-us .about-us-info .dot-pattern-16x9 {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 2em;
  left: 1.5em;
}
.eap-homepage-8 .about-us .about-us-info .dot-pattern-16x9 img {
  width: 100%;
}
.eap-homepage-8 .about-us .about-us-info .section-title {
  margin: 0 auto;
  padding-bottom: 1em;
  text-align: center;
}
.eap-homepage-8 .about-us .about-us-info .subtitle {
  max-width: 600px;
  margin: 1em auto;
  padding-top: 1.5em;
}
.eap-homepage-8 .about-us .about-us-info .video {
  max-width: 750px;
  margin: 0 auto;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-bottom: 2em;
  position: relative;
  z-index: 10;
}
.eap-homepage-8 .about-us .about-us-info .play {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  transition: 0.4s ease;
  opacity: 1 !important;
  cursor: pointer;
}
.eap-homepage-8 .about-us .about-us-info .play:hover {
  transform: scale(1.02) translate(-50%, -51%);
}
.eap-homepage-8 .about-us .about-us-info .play i {
  font-size: 4em;
  color: #f5f7fa;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.eap-homepage-8 .cta-row {
  position: relative;
  background-color: #fff;
}
.eap-homepage-8 .cta-row .paint-stroke {
  width: 200px;
  position: absolute;
  right: 0;
  top: 200px;
}
.eap-homepage-8 .cta-row .paint-stroke img {
  width: 100%;
}
.eap-homepage-8 .cta-row .cta-card {
  position: absolute;
  top: 125px;
  left: -300px;
  max-width: 500px;
  background-color: #ffffff;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.2);
  padding: 3em 2em;
  z-index: 2;
  border-top: 4px solid #f5f7fa;
}
@media screen and (max-width: 768px) {
  .eap-homepage-8 .cta-row .cta-card {
    position: relative;
    top: 0;
    left: 0;
  }
}
.eap-homepage-8 .cta-row .cta-card .cta-title {
  font-size: 1.5em;
  color: #f5f7fa;
  font-weight: bold;
}
.eap-homepage-8 .cta-row .cta-card .cta-subtitle {
  font-size: 1.125em;
  font-family: var(--eap-header-font);
  line-height: 1.6;
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #333;
}
.eap-homepage-8 .cta-row .cta-card .cta-link {
  color: #f5f7fa;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.125em;
  text-transform: uppercase;
}
.eap-homepage-8 .cta-row .dots-big {
  background-image: url("https://files.easyagentpro.com/homes/dots-600-1.png");
  width: 90%;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 5em;
  top: 2em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .eap-homepage-8 .cta-row .dots-big {
    min-height: 300px;
  }
}
.eap-homepage-8 .cta-row .cta-image {
  width: 100%;
  min-height: 600px;
  background-position: center;
  background-size: cover;
  border-radius: 2px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .eap-homepage-8 .cta-row .cta-image {
    min-height: 300px;
  }
}
.eap-homepage-8 .cta-row .cta-image .screen {
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
}
.eap-homepage-8 .cta-row img {
  width: 100%;
}
.eap-homepage-8 .idx-row {
  position: relative;
}
.eap-homepage-8 .idx-row .section-title,
.eap-homepage-8 .idx-row .section-subtitle {
  text-transform: uppercase;
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
}
.eap-homepage-8 .idx-row .section-subtitle {
  margin-bottom: 3em;
}
.eap-homepage-8 .idx-row .farms-col {
  background-color: #f5f7fa;
  border: 1px solid #dae1e9;
  margin-top: 1.5em;
  height: 100%;
  border-radius: 2px;
  padding: 1em;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-homepage-8 .idx-row .farms-col:hover {
  background-color: #fff;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.06);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transform: translateY(-3px);
}
.eap-homepage-8 .idx-row .farms-col .farms-title {
  font-weight: bold;
  font-size: 1.24em;
  color: #9ba6b2;
}
.eap-homepage-8 .idx-row .farms-col ul {
  padding: 0;
  list-style: none;
}
.eap-homepage-8 .idx-row .farms-col ul li {
  color: #f5f7fa;
  font-weight: 700;
  padding-left: 1em;
  margin-top: 0.5em;
}
.eap-homepage-8 .brag-row {
  position: relative;
}
.eap-homepage-8 .brag-row .silver-paint-diagonal {
  position: absolute;
  top: 450px;
  left: -75px;
}
.eap-homepage-8 .brag-row .silver-paint-diagonal img {
  width: 550px;
}
@media screen and (max-width: 416px) {
  .eap-homepage-8 .brag-row .silver-paint-diagonal {
    display: none;
  }
}
.eap-homepage-8 .brag-row .grey-blob-1 {
  height: 876px;
  width: 630px;
  right: 0px;
  top: 200px;
  left: -225px;
  transform: rotate(180deg);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .eap-homepage-8 .brag-row .grey-blob-1 {
    display: none;
  }
}
.eap-homepage-8 .brag-row .section-title {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 2em;
}
.eap-homepage-8 .brag-row .about-us-image img {
  width: 100%;
  border-radius: 2px solid;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.2);
}
.eap-homepage-8 .contact-us .section-title {
  margin: 2em auto;
  text-align: center;
}
.eap-homepage-8 .eap-sac-form-body {
  padding: 0;
  max-width: 600px !important;
  margin: 0 auto !important;
}
.eap-homepage-8 .eap-sac-form-label {
  float: left;
  color: #9ba6b2;
  padding-left: 0.5em;
  font-size: 0.7em;
}
.eap-homepage-8 .eap-sac-form-input-border {
  background: #f5f7fa !important;
  border: 1px solid rgba(218, 225, 233, 0.6);
}
.eap-homepage-8 .eap-sac-form-input-border:focus {
  border: 1px solid #fff;
}
.eap-homepage-8 .eap-sac-form-input-border input,
.eap-homepage-8 .eap-sac-form-input-border textarea {
  color: #333 !important;
}
.eap-homepage-8 .eap-sac-form-groupholder .eap-sac-form-submit {
  color: #fff !important;
  top: -16px;
}
.eap-homepage-8 .cs-placeholder {
  color: #9ba6b2 !important;
}
.eap-homepage-8 span.cs-placeholder {
  background-color: #f5f7fa;
}
.eap-homepage-8 .eap-sac-form-calltimeholder {
  min-height: 60px;
}