
@import url('https://fonts.googleapis.com/css2?family=family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

@font-face {
    font-family: 'Cambria';
    src: url('fonts/Cambria.woff2') format('woff2'),
        url('fonts/Cambria.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
font-family: "Open Sans", sans-serif;   
margin: 0;
padding: 0;
}
.container img{
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    width: 100%;
}
.clear{clear: both;}
.container {
    width: 100%;
    padding: 0;
}
#offer-wrapper .container{
    width: 1190px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    padding: 0 90px;
}
.site-branding {
    display: flex;
    justify-content: start;
    align-items: center;
}
.logo-lp {
    float: left;
    margin-top: 0px;
    margin-right: 45px;
}
.logo-lp img{
    display: block;
    width: auto;

}
.header-address {
    display: flex;
    column-gap: 18px;
    /* padding-top: 25px; */
    flex-direction: column;
}

.header-address p {
    color: #2a3a7f;
    font-size: 16px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

.header-phone {display: flex;align-items: center;gap: 50px;}

.header-phone p {
    margin: 0 auto 5px;
    font-size: 29px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #000;
    line-height: 1;
    text-align: center;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
    flex: 1;
}

.offer-header-call {
    display: block;
    width: 296px;
    line-height: 68px;
    text-align: center;
    color: #fff !important;
    border-radius: 3px;
    font-size: 29px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-decoration: none !important;
    background: #ac2320;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-header-call:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(images/icon-phone.svg?v=1) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    /* margin-top: 10px; */
}

#site-header {
    padding-top: 32px;
    padding-bottom: 27px;
    background: #ffffff;
    z-index: 9 !important;
}

.offer-banner {
    margin-bottom: 0px;
}
.offer-banner img {
    display: block;
    width: 100%;
    height: auto;
}
#section-1 {

}
.offer-full-contents #section-1 h1,
.offer-full-contents #section-1 p {

}
#section-1 img{
    border: solid 5px #fff;
}
#section-1 .flex-row{
    column-gap: 150px;
}
#section-2 {
    background-image: url(images/parallax-pool.webp);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 75px 0px;
}

#section-3 .flex-row{
    column-gap: 100px;
    align-items: flex-start;
}
#section-3 .heading{
    margin-bottom: 60px;
}
#section-4 {
    padding: 0;
}
.project-buckets {
    display: flex;
    gap: 50px;
}

.project-buckets>div {
    flex: 1;
    border: 4px solid #0055a5;
    border-radius: 35px;
    padding: 50px;
}

.project-buckets img {
    width: auto;
    margin: 30px auto;
}

.offer-full-contents .project-buckets p {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

#section-5 {
    background: #ac2320;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
#section-5 .history-buckets {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
#section-5 .history p {
    color: #fff;
    font-size: 29.5px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
    margin: 0;
}
#section-5 .history p strong{
    display: block;
    text-transform: uppercase;
    font-size: 37.3px;
    font-weight: 600;
}
.site-content.offer-content {
    background: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
}
.offer-main-contents{
    background: #fff;
}
.offer-main-contents br{  
    height: 0;
    line-height: 0;
}
.center {
    text-align: center;
}
.uppercase{
    text-transform: uppercase;
}

.offer-full-contents {
    padding: 0;
}

.video{
    height: 0;
    padding-top: 56.2%;
    position: relative;
}
.video video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.offer-full-contents h2,
.offer-full-contents h1 {
    margin-top: 0;
    font-size: 43px;
    font-weight: 700;
    font-family: 'Cambria', sans-serif;
    color: #000000;
    margin-bottom: 30px;
    padding-top: 0;
    line-height: 1.2;
    position: relative;
}
.offer-full-contents h3 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #000000;
    margin-bottom: 15px;
    padding-top: 0;
    line-height: 1.2;
}
.offer-full-contents p {
    margin-top: 0;
    font-size: 17px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    color: #000;
    margin-bottom: 30px;
    line-height: 2;
}

.offer-full-contents p:last-child{
    margin-bottom: 0;
}
.offer-full-contents img{
    display: block;
    max-width: 100%;
}

.flex-row{
    display: flex;
    align-items: center;
    column-gap: 50px;
}
.flex-row>div {
    flex: 1;
}
.flex-image {
    min-width: 620px;
}

.flex-image img {
    width: 100%;
}

.order2 .flex-image{
    order: 2;
}

.offer-form-full {
    background: #0055a5;
    color: #fff;
    text-align: center;
    padding: 50px 20px 35px;
}
.offer-form-full h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.offer-form-full h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.8;
}
.offer-form-full h3 a{
    color: #fff;
    text-decoration: none;
}
.button-call {
    display: inline-block;
    width: 318px;
    line-height: 72px;
    text-align: center;
    color: #fff !important;
    border-radius: 3px;
    font-size: 31px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: none !important;
    background: #ac2320;
    margin-left: 25px;
}
.button-call:before {
    content: "";
    width: 43px;
    height: 43px;
    background: url(images/icon-phone.svg?v=1) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    margin-top: 15px;
}
.offer-form-full p{
    font-weight: 600;
    font-family: 'Open Sans';
    font-style: italic;
    font-size: 15px;
    margin-top: 0;
    color: #fff;
}
a.scroll.scroll-top {
    display: block;
    width: 28px;
    margin: 10px auto;
}
.scroll-top img{
    max-width: 28px;
}
.offer-copyright {
    padding: 20px 10px 1px;
    background: #002b53;
}
.offer-copyright p{
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

.offer-copyright p br{
    display: none;
}
.offer-footer {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
}
.offer-footer .footer-heading a {
    margin-top: 20px;
    display: block;
}
.footer-logo {
    margin-bottom: 15px;
}
.footer-logo img{
    width: auto;
}
.offer-footer .footer-heading {
    color: #000000;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 0;
    text-align: center;
    line-height: 1.2;
}
.offer-footer .footer-heading a{
    color: #000000;
    text-decoration: none;
}
.offer-footer p{
    font-size: 20.5px;
    color: #01377f;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    margin-top: 0;
    font-weight: 600;
}
.footer-description {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 15px;
    padding-top: 4px;
}

.offer-full-contents a {
    color: #00b9ff;
}

.contact-form .input-control{
    margin-bottom: 10px;
}
.contact-form .input-control label{
    text-align: left;
    font-weight: normal;
    font-size: 15px;
    
}
.input-control.input-control-select>label {
    margin-bottom: 15px;
}
.contact-form .input-control input[type="text"],
.contact-form .input-control input[type="email"],
.contact-form .input-control select,
.contact-form .input-control textarea{
    display: block;
    color: #4a4a4a;
    border-radius: 0;
    margin-bottom: 0px !important;
    border: 0;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    line-height: initial;
    height: 55px;
    padding: 0px 20px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Open Sans", sans-serif;
    outline: none;
}
.contact-form .input-control select{
    background: #fff url(images/arrow.png) no-repeat right 14px center;
}
.contact-form .input-control textarea{
    padding: 18px 20px;
    height: 150px;
}
.contact-form .input-control input[type="submit"] {
    margin: 2px auto 0 !important;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 25.6px;
    padding: 0;
    width: 298px;
    line-height: 74px;
    height: auto;
    border: 0 !important;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    background: #ac2320;
    -webkit-appearance: none;
    border-radius: 0;
}
.input-control.input-recaptcha {
    float: left;
}
.input-control.input-submit {
    float: right;
}
#free-guide {
    max-width: 615px;
    margin: 0 auto 10px;
    position: relative;
}
.input-control label {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-align: left;
    margin: 0 10px 5px 0;
    line-height: 17px;
    display: block;
}
#main-form-notification {
     display: none;
     margin: 0px 0px 10px 0px;
}
#main-form-loader  {
     background : rgba(0, 0, 0, 0.50);
     position : absolute;
     display : none;
     height : 100%;
     width : 100%;
     left : 0px;
     top : 0px;
}
.lds-ring {
     display: block;
     position: absolute;
     width: 64px;
     height: 64px;
     left : 45%;
     top : 50%;
     margin : -32px -32px 0px 0px;
}
.lds-ring div {
     box-sizing: border-box;
     display: block;
     position: absolute;
     width: 51px;
     height: 51px;
     margin: 6px;
     border: 6px solid #fff;
     border-radius: 50%;
     animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
     border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
     animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
     animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
     animation-delay: -0.15s;
}
@keyframes lds-ring {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
.section {
    padding: 75px 0;
}
.section.from-clients {
    padding-bottom: 50px;
}


.testimonials-outer {
    position: relative;
}

.testimonials {
    background: #ffffff;
    color: #fff;
    padding: 50px 100px 75px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-sizing: border-box;
    border: solid 4px #0055a5;
    text-align: center;
}

.testimonials.arrow-content h3 {
    font-family: 'Cambria', sans-serif;
    color: #000;
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.testimonials p {
    font-style: italic;
}

.testimonials p strong {
    font-style: normal;
}

.serving-communities {
    position: relative;
    background: #ffffff;
    padding: 85px 50px 50px;
    max-width: 70%;
    margin: -254px auto 50px auto;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.31);
}

.serving-communities h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 43px;
    text-transform: uppercase;
    color: #2a3a7f;
}

.serving-communities ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #2a3a7f;
    line-height: 1.2;
    text-align: left;
}

.serving-communities .communities-wrap {
    display: flex;
    justify-content: flex-end;
    column-gap: 50px;
}

.serving-communities:before {

    content: '';
    background: url(images/icon-pin-location.svg) no-repeat top left/contain;
    width: 120px;
    height: 188px;
    position: absolute;
    bottom: 60px;
    left: 50px;

}
.strip-content {
    text-align:center;
    background: #ac2320;
    padding-top:20px;
    padding-bottom:20px;
}
.strip-content p {
    color:#fff;
    font-size:24px;
    margin:0px;
}

#section-2 .flex-row {
    /* align-items: self-start; */
}

#section-2 h3 {
    font-family: 'Cambria', sans-serif;
    font-size: 41px;
    color: #293b7f;
}

#section-2 ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    list-style: none;
    list-style-image: url(images/blue-circle-check.webp);
    padding-left: 10px;
}

#section-2 .services-list {
    background: rgba(255,255,255,.7);
    padding: 30px 45px;
    border-radius: 15px 0 0 15px;
}

#section-2 .container {
    padding-right: 0;
}

.section .button {
    display: inline-block;
    line-height: 72px;
    text-align: center;
    color: #fff !important;
    border-radius: 3px;
    font-size: 31.3px;
    padding: 0 20px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none !important;
    background: #ac2320;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 6px 0;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 16px;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 1.2;
}

.wpcf7-list-item input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 0;
  width: 0;
}

/* Checkbox box */
.wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s, border-color 0.2s;
}

/* Checkmark (centered) */
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 44%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  z-index: 1;
}

/* Checked background */
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #0077cc;
  border-color: #0077cc;
}



@media only screen and (min-width: 1367px) and (max-width: 1600px) {
    .section {padding: 55px 0;}
    .serving-communities h3 {
    font-size: 38px;
}

.serving-communities ul li {
    font-size: 28px;
}

.serving-communities .communities-wrap {
    column-gap: 25px;
    justify-content: center;
}

.serving-communities:before {
    left: 20px;
    bottom: 30px;
    width: 100px;
    height: 168px;
}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    #offer-wrapper .container{padding: 0 50px;}
    .header-address p{ margin-top: 0px;}
    .offer-header-call{ width: 200px; line-height: 42px; font-size: 18px;}
    .offer-header-call:before{ vertical-align: top;margin-right: 10px;width: 25px;height: 25px;margin-top: 8px;}
    .offer-full-contents h3{ margin-bottom: 15px;}
    .contact-form .input-control input[type="text"], .contact-form .input-control input[type="email"], .contact-form .input-control select, .contact-form .input-control textarea{ height: 45px;}
    .contact-form .input-control textarea{ height: 130px;}
    .contact-form .input-control input[type="submit"]{ font-size: 22px; line-height: 60px;}
    .offer-footer{ padding-top: 30px;  }
    .offer-footer .footer-heading{font-size: 20px; margin-bottom: 0;  margin-top: 12px;}
    .offer-footer p{font-size: 18px; line-height: 1.2;}
    .section {padding: 55px 0;}
    .testimonials.arrow-content{padding: 35px 50px 40px;}
    .testimonials.arrow-content h3{ font-size: 30px; margin-bottom: 15px;}
    #section-1 .flex-row {column-gap: 100px;}
    #section-5 .history p{font-size: 25px;}
    #section-5 .history p strong{ font-size: 34px;}
.serving-communities h3 {
    font-size: 34px;
}

.serving-communities ul li {
    font-size: 22px;
}

.serving-communities .communities-wrap {
    justify-content: center;
    column-gap: 30px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    #offer-wrapper .container {width: 100%;padding: 0 50px;}
    .header-address{padding-top: 0;}
    .header-address p{ margin-top: 0px; font-size: 18px;}
    .offer-header-call{ width: 200px; line-height: 42px; font-size: 18px;}
    .offer-header-call:before{ vertical-align: top;margin-right: 10px;width: 25px;height: 25px;margin-top: 8px;}
    .offer-full-contents h2, .offer-full-contents h1{ font-size: 40px; line-height: 1.2; }
    .offer-full-contents h3{ margin-bottom: 15px;}
    .offer-form-full h2 {font-size: 44px;margin-bottom: 20px;}
    .offer-form-full h3 { font-size: 25px;}
    .contact-form .input-control input[type="text"], .contact-form .input-control input[type="email"], .contact-form .input-control select, .contact-form .input-control textarea{ height: 45px;}
    .contact-form .input-control textarea{ height: 130px;}
    .contact-form .input-control input[type="submit"]{ font-size: 22px; }
    .offer-footer .footer-heading{font-size: 20px; margin-bottom: 0;  margin-top: 12px;}
    .offer-footer p{font-size: 18px; line-height: 1.2;}
    .section {padding: 55px 0;}
    .testimonials.arrow-content{padding: 35px 50px 40px; margin-top: 0; margin-bottom: 10px;}
    .testimonials.arrow-content h3{ font-size: 30px; margin-bottom: 15px;}
    #section-1{background-size: cover;}
    #section-1 .flex-row {column-gap: 50px;}
    .flex-image {min-width: 420px;}
    .flex-row{align-items: flex-start;}
    #section-3 .flex-row { column-gap: 50px;}
    #section-5 .history p{font-size: 20px;}
    #section-5 .history p strong{font-size: 30px;}
    .serving-communities h3 {
    font-size: 28px;
}

.serving-communities ul li {
    font-size: 18px;
}

.serving-communities .communities-wrap {
    justify-content: center;
}

.serving-communities:before {
    width: 75px;
    height: 120px;
    bottom: 80px;
    left: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .project-buckets {
    flex-direction: column;
}
.section .button {
    font-size: 19px;
}
    .site-branding{display: block;}
    #offer-wrapper .container{width: 100%; padding: 0 40px;}
    #site-header {padding-bottom: 20px;position: relative !important;padding-top: 20px;}
    .logo-lp {float: none;margin: 0;}
    .logo-lp img {    margin: 0 auto 10px;}
    .header-right{display: block;}
    .header-address {flex-direction: row;padding-top: 10px;justify-content: center;margin-bottom: 20px; }
    .header-address p{margin: 0; padding-top: 0;}
    .header-phone {float: none;text-align: center;padding-top: 0px;}
    .offer-header-call{ font-size: 20px;  margin-top: 44px; float: none; margin: 0px auto 0 !important;}
    .offer-full-contents h1{font-size: 40px;}
    .offer-full-contents h3{font-size: 24px;}
    .offer-full-contents h2, .offer-full-contents h1 { padding-top: 0;font-size: 40px;margin-bottom: 18px;line-height: 1.2;}
    .offer-full-contents h2 br, .offer-full-contents h1 br{display: none;}
    .offer-form-full h3 {line-height: 30px;}
    .offer-full-contents p{ line-height: 1.8; font-size: 16px;}
    .offer-footer {padding-top: 30px;padding-bottom: 30px;}
    .offer-footer img{max-width: 200px;}
    .footer-description{padding-top: 0;}
    .offer-footer .footer-heading{font-size: 20px; margin-bottom: 0;  margin-top:0px;}
    .offer-footer p{font-size: 18px; line-height: 1.2;}
    .section {padding: 30px 0;}
    .testimonials.arrow-content{padding: 35px 50px 40px; margin-bottom: 10px;}
    .testimonials.arrow-content h3{ font-size: 30px; margin-bottom: 15px;}
    #section-1{background-size: cover; padding: 40px 0;}
    #section-1 .flex-row {column-gap: 20px;align-items: flex-start;}
    .flex-image {min-width: 320px;margin-top: 10px;}
    #section-3 .flex-row {  column-gap: 20px;}
    #section-3 .heading {margin-bottom: 30px;}
    #section-5{    padding-top: 40px;padding-bottom: 5px;}
    #section-5 .history-buckets{flex-wrap: wrap;}
    .history {min-width: 45%;margin-bottom: 40px;}
    .button-call{font-size: 25px;line-height: 50px;width: 250px;margin-bottom: 20px;}
    .button-call:before{    margin-top: 10px;width: 30px;height: 30px;}
    .serving-communities ul li {
    font-size: 18px;
    }

    .serving-communities .communities-wrap {
    column-gap: 20px;
    }

    .serving-communities {
    padding-top: 50px;
    }

    .serving-communities:before {
    width: 90px;
    height: 58px;
    bottom: 100px;
    left: 20px;
    }

}

@media only screen and (max-width: 767px) {

.project-buckets {
    flex-direction: column;
}

.section .button {
    font-size: 19px;
}
    .site-branding{display: block;}
    .header-right{display: block;}
    input,textarea,select{font-size: 16px;}
    html,body{overflow-x: hidden;}
    #offer-wrapper .container{width: 100%; padding: 0 20px;}
    #site-header {padding-bottom: 20px;position: relative !important;padding-top: 20px;}
    .header-address {float: none;text-align: center;padding-top: 20px;display: block; padding-bottom: 20px;}
    .logo-lp {float: none;margin-top: 0px;margin-left: 0;margin-right: 0;}
    .logo-lp img{ margin: 0 auto;margin: 0 auto;}
    .header-phone {        flex-direction: column;
        gap: 10px;float: none;text-align: center;padding-top: 0;margin-top: 0;}
    .offer-header-call{ font-size: 20px;  margin-top: 44px; float: none; margin: 0px auto 0 !important;}
    .offer-banner {margin-bottom: 0;}
    .offer-full-contents h2 br, .offer-full-contents h1 br{display: none;}
    .offer-footer img{max-width: 240px;}
    .offer-full-contents h1{font-size: 34px;}
    .offer-full-contents h2, .offer-full-contents h1 {margin-bottom: 20px;padding-top: 0;font-size: 40px;padding-bottom: 15px;line-height: 1.2; }
    .offer-full-contents h3{ font-size: 28px; line-height: 32px;}
    .offer-form-full{padding-top: 25px;}
    .offer-form-full h2 {font-size: 40px;line-height: 1.2; padding-bottom: 0;}
    .offer-form-full h3 {font-size: 24px;line-height: 1;margin-bottom: 40px;}
    .offer-form-full h3 br{display: block;}
    .input-control.input-submit{float: none;}
    .offer-footer{padding-top: 40px; padding-bottom: 30px;}
    .offer-footer .footer-heading{font-size: 18px;}
    .offer-copyright p{ line-height: 1.8;}
    .offer-copyright p br{display: block;}
    .footer-logo{ margin-right: 0;}
    .footer-description{ text-align: center; margin-left: 0;}
    .testimonials { padding: 30px 10px; }
    .section {padding: 30px 0;}
    .testimonials.arrow-content {padding: 35px 30px 40px;margin: 0;}
    .testimonials.arrow-content h3 {font-size: 40px;line-height: 1;}
    .flex-row{display: block;}
    .flex-image {min-width: 100%;}
    #section-1{background-size: cover;}
    #section-1 img{margin-bottom: 20px;}
    #section-2 {padding-bottom: 30px;padding-top: 30px;}
    #page .twentytwenty-before-label:before, 
    #page .twentytwenty-after-label:before{ font-size: 13px; line-height: 30px; padding: 0 10px;}
    #page .twentytwenty-before-label, #page .twentytwenty-after-label, .twentytwenty-overlay{top: 5px;}
    #page .twentytwenty-before-label{left: 0;}
    #page .twentytwenty-after-label{right: 0;}
    #section-3 .heading {margin-bottom: 20px;}
    .video{margin-bottom: 20px;}
    #section-5 .history-buckets{display: block;}
    .history {margin-bottom: 40px;}
    .history:last-child {margin-bottom: 0px;}
    .button-call{display: block; margin: 20px auto 0; font-size: 28px;}
    .serving-communities {
        padding: 30px 50px;
    }
    .serving-communities .communities-wrap {flex-direction: column;}
    .serving-communities ul li {
        font-size: 21px;
    }
    .serving-communities:before {
        right: 15px;
        left: auto;
        bottom: 0;
        width: 100px;
        height: 168px;
    }
}

.mobile-sticky-callout{
    position: fixed;
    display: none;
    left: 0;
    bottom: 0;
    background: #0055a5;
    padding: 10px 20px 15px 20px;
    box-sizing: border-box;
    text-align: center;
    z-index: 99999;
    width: 100%;
}

.mobile-sticky-callout p{
    color: #fff;
    margin: 0;
    font-size: 15px;
    line-height: 2.1;
}
.mobile-sticky-callout .button{
    min-width: 0;
    font-weight: 400;
    font-size: 14px !important;
    height: 40px;
    line-height: 40px;
    width: 140px;
    margin-top: 2px;
    text-transform: capitalize;
    text-decoration: none;
    background: #ac2320;
    color:#fff;
    display: inline-block;
}

@media only screen and (max-width: 1024px) {
.mobile-sticky-callout {
    display: block;
}
 }