body.home .x-bg-layer-lower-image{
  background-position: top!important;
}

body.home .e8-e1.x-section{
  padding: 0;
}

body.home .e8-e5.x-section{
  padding: 0;
}

body.home .hero-text{
    height: 88vw;
    display: flex;
    flex-direction: column;
    padding-top: 6rem;
}

@media (min-width: 768px) {
  body.home .hero-text{
      height: 41vw;
      padding-top: 12rem;
  }
}

body.home .hero-text h1.x-text-content-text-primary, body.home .hero-text h1.x-text-content-text-subheadline{
  font-family: 'Oswald', sans-serif;
  font-weight:400;
  font-size:2.2rem;
  line-height:1;
}

body.home .hero-text h1.x-text-content-text-subheadline small{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight:500;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  body.home .hero-text h1.x-text-content-text-primary, body.home .hero-text h1.x-text-content-text-subheadline{
    font-size:2.2rem;
    line-height:1;
  }
}

@media (min-width: 1200px) {
  body.home .hero-text h1.x-text-content-text-primary, body.home .hero-text h1.x-text-content-text-subheadline{
    font-size:4.2rem;
    line-height:3.5rem;
  }
}

body.home #quote-section{
  padding-top:0;
  padding-bottom: 0;
}

/* Steps */
body.home .steps-row{
  padding-top:0;
}
body.home .steps-row h1.x-text-content-text-primary{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight:600;
  text-transform: uppercase;
  color: #3D6467;
  font-size:2.83rem;
  margin-bottom:4rem;
}
body.home .steps-row .x-column.x-1-3{
    padding-top: 100px;
}
@media screen and (max-width: 767px) {
  body.home .steps-row .x-column.x-1-3{
    margin-top:100px;
  }
}

@media screen and (min-width: 768px) {
  body.home .steps-3-up {
    display: flex;
  }
  body.home .steps-row .x-column.x-1-3{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}




body.home .steps-row .x-image{
  position: absolute;
  left: 0;
  width: 100%;
}

body.home .steps-row img{
    width:220px;
    position: relative;
    margin: 0 auto;
    top: -180px;
}
body.home .steps-row .windmill img{
    position: relative;
    top: -190px;
}


body.home .steps-row .x-column .x-text{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight:400;
  color: #3D6467;
  font-size: 1.9rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 0 2rem;
}

body.home .steps-row .x-column a.x-anchor{
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #2E4B4D;
  font-weight:500;
  font-size:1.25rem;
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  text-transform: uppercase;
  max-width: 200px;
  margin: 0 auto 2rem;
}

body.home .steps-row .x-column a.x-anchor .x-anchor-content{
    padding: 0.5rem;
}






/* Airport Partners */
body.home .airport-partners-section{
  background-color: #3D6467;
  padding-bottom: 0;
}
body.home .airport-partners-section .x-container{
  background-color: #2E4B4D;
}
body.home .airport-partners-section .x-container.slider-wrapper{
  z-index:2;
}


body.home .airport-partners-section .x-container.slider-wrapper .swiper-pagination-bullet{
  width: 14px;
  height:14px;
  background: #B0C2C8;
  opacity:1;
}


body.home .airport-partners-section h1.x-text-content-text-primary{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight:600;
  color: #fff;
  font-size: 2.83rem;
  text-transform: uppercase;
}
body.home .airport-partners-section .airports-list:before{
  display:none;
}
body.home .airport-partners-section .airports-list{
  padding-bottom: 3rem;
}
body.home .airport-partners-section a.x-anchor{
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #FFF;
  font-weight:500;
  font-size:1.5rem;
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  text-transform: uppercase;
  margin: 3rem 0 5rem;
}
/* Offset Projects */
body.home .section-headline .x-text-content h1{
  text-align: center;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight:600;
  font-size:2.83rem;
  text-transform: uppercase;
  color: #2E4B4D;
  margin-bottom: 2rem;
}
body.home .offset-projects-row {
  display: flex;
}

.money-wrapper{
  flex:1.3;
  margin-right:1rem;
  background-color: #DBE4EC;
}
.money-wrapper .row{

  padding-top:4rem;
  padding-bottom:2rem;
}
body.home .project-wrapper{
  flex:1;
  background-color: #759E56;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  body.home .offset-projects-row {
    flex-direction: column;
  }
  .money-wrapper{
    margin-right:0rem;
  }
  .money-wrapper, .project-wrapper{
    flex:1;
  }
}



.row:after {
  content: "";
  display: table;
  clear: both;
}

.money-wrapper .stats-wrapper, .money-wrapper .info-wrapper{
  float:left;
  padding: 1rem;
}
.money-wrapper .stats-wrapper{
  text-align:center;
  width: 33.333%;
  padding: 1rem 0 1rem 1rem;
}
.money-wrapper .info-wrapper{
  width: 66.666%;
  padding-right: 2rem;
}

.money-wrapper .info-wrapper .square-btn{
  font-size: 1.5rem;
}

@media screen and (max-width:1024px){
  .money-wrapper .stats-wrapper, .money-wrapper .info-wrapper{
    width:100%;
    text-align:center;
  }
}

.stats-wrapper .stat-value{
  font-family: 'Barlow', sans-serif;
  font-weight:400;
  font-size:4.5rem;
  line-height: 1;
  color: #759E56;
}
.stats-wrapper .stat-value small{
  font-size:3rem;
}

.stats-wrapper .stat-label{
  font-family: 'Barlow', sans-serif;
  font-weight:500;
  font-size:1.25rem;
  line-height: 1.4;
  color: #2E4B4D;
  text-transform: uppercase;

}

.stat-section{
  margin-bottom: 3.5rem;
}
.stat-section:last-child{
  margin-bottom: 0rem;
}

.info-wrapper h4{
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size:2.45rem;
  color: #2E4B4D;
  margin-top:0;
}

.info-wrapper p{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 400;
  color: #2E4B4D;
  font-size:1.55rem;
  line-height:3rem;
}
body.home .project-wrapper img.header-img{
  flex:1;
}
.project-wrapper .details-wrapper{
  color: #fff;
  text-align: center;
  padding-bottom: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-wrapper .example-project{
  font-family: 'Barlow', sans-serif;
  font-weight:600;
  text-transform: uppercase;
  font-size:1.5rem;
  padding-top: 1rem;
  margin-bottom:0rem;
}

.project-wrapper .details-wrapper h4{
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size:2.45rem;
  padding: 0 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.project-wrapper .details-wrapper .labels-wrapper{
  padding: 0 1rem;
}
.project-wrapper .details-wrapper p.label{
  font-family: 'Barlow', sans-serif;
  font-weight:500;
  text-transform: uppercase;
  font-size:1.2rem;
  display: inline-block;
  margin-right:0.5rem;
  margin-bottom: 0;
}
.project-wrapper .details-wrapper p.label span.value{
  text-transform: initial;
}

.square-btn{
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size:1.9rem;
  color: #2E4B4D;
  border: 1px solid #2E4B4D;
  padding:1rem;
}

@media screen and (max-width: 767px) {
  body.home .home-stat.x-text {
    border-right: none;
  }
  body.home #estimate-column,
  body.home #calculate-column {
    padding: 0 !important;
  }

  body.home .e655-e27.x-column {
    padding: 0;
    text-align: center !important;
  }
  body.home .e8-e44 #quant-minus,
  body.home .e8-e44 #quant-plus {
    padding-left: 0;
    padding-right: 0;
  }
  body.home .e8-e44 #quant-plus {
    position: relative;
    bottom: .06em;
  }
  body.home .e8-e44 .quant-ctrl {
    font-size: 1em;
  }
  body.home .e8-e44 #quant-amount {
    font-size: 1.5em;
  }
  body.home .e8-e42 {
    padding: 1em;
  }
  body.home .e8-e45.x-anchor .x-anchor-content {
    padding: 1em;
  }
  body.home #buy-now {
    min-width: none;
  }

  body.home .x-global-block-655 {
    margin-bottom: 2em;
    padding-bottom: 1.5em;
  }
  body.home .x-global-block-655:before {
    content: '';
    height: 1px;
    background: #0091c9;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    }
  body.home .x-global-block-655:after {
    content: 'OR';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 50%, 0);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    background: #0091c9;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    }
  body.home .e8-e44 {
    margin-right: 2em;
  }
}
body.home .e8-e40.x-container {
  background: rgba(2,145,201,0.15);
}
body.home #quote-calc-btn:hover {
  color: #0091c9;
  background: #fff;
}

body.home .calc-product-title {
  display: block;
    font-size: 1em;
}
body.home .calc-product-price {
  display: block;
  font-size: 2em;
}
