﻿/*
    define 
    - font families
    - dropshadow
    - border radius
*/
.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s linear, transform 0.5s linear;
}
.fadeInUp.animate {
  opacity: 1;
  transform: translateY(0);
}
.fadeInRight {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s linear, transform 0.5s linear;
}
.fadeInRight.animate {
  opacity: 1;
  transform: translateX(0);
}
.fadeInLeft {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s linear, transform 0.5s linear;
}
.fadeInLeft.animate {
  opacity: 1;
  transform: translateX(0);
}
.slide-up-hover {
  display: block;
  transition: transform 0.1s linear;
}
.slide-up-hover:hover {
  transform: translateY(-7px);
}
.slide-up-animation {
  animation: slideUp 0.3s linear;
}
@keyframes slideUp {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.delay-1ms {
  transition-delay: 0.1s;
}
.delay-2ms {
  transition-delay: 0.2s;
}
.delay-3ms {
  transition-delay: 0.3s;
}
.delay-4ms {
  transition-delay: 0.4s;
}
.delay-5ms {
  transition-delay: 0.5s;
}
.delay-6ms {
  transition-delay: 0.6s;
}
.delay-7ms {
  transition-delay: 0.7s;
}
.delay-8ms {
  transition-delay: 0.8s;
}
.delay-9ms {
  transition-delay: 0.9s;
}
.delay-10ms {
  transition-delay: 1s;
}
body {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
h6,
.footer .footer-heading {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
h1,
.h1,
h2,
h3,
.h3,
h4,
.h4,
h5,
h6 {
  color: #333;
}
.home-page h1,
.home-page h2,
.toplevel-page h2,
.page-hero .h1,
.toplevel-page h1 {
  margin: 10px 0 15px 0;
  font-size: 36px;
  color: #333;
}
@media (max-width: 991px) {
  .home-page h1,
  .home-page h2,
  .toplevel-page h2,
  .page-hero .h1,
  .toplevel-page h1 {
    margin-top: 10px;
    font-size: 32px;
  }
}
a {
  color: #C3922C;
}
a:hover {
  color: #222;
}
a,
.btn {
  transition: all 0.3s ease;
}
a:hover,
.btn:hover,
a:focus,
.btn:focus {
  text-decoration: none;
}
.hvr-float {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
textarea {
  resize: none;
}
/* Page */
.lead {
  font-size: 18px;
}
.page-header {
  padding: 30px 0;
  margin: 0;
  border: 0;
}
.page-header h1,
.page-header .h1 {
  margin: 0;
}
.page-header .lead {
  margin: 5px 0 0 0;
}
.page-gallery {
  margin-bottom: 20px;
}
.page-gallery .row {
  margin-right: 0;
  margin-left: -5px;
}
.page-gallery .row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.page-gallery .row a {
  display: block;
  margin: 0 0 5px 5px;
}
.page-gallery img {
  width: 100%;
}
.sticky-sidebar {
  top: calc(80px + 10px);
  position: -webkit-sticky;
  position: sticky;
}
.aggregate-reviews .review-stars {
  color: #ffc221;
  margin-bottom: 5px;
}
.aggregate-reviews .review-stars .no-value {
  color: #eee;
}
.page-content {
  line-height: 160%;
}
.page-content ul,
.page-content ol {
  padding: 0;
  margin: 0 0 10px 0;
}
.page-content li {
  margin: 0 0 6px 22px;
}
.format-page ul > li {
  list-style: none;
}
.format-page ul > li:before,
.career-detail-list dd:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: '\f058';
  color: #C3922C;
  margin: 0 10px 0 -25px;
}
.format-page h1 {
  margin-top: 0;
}
.format-page h1,
.page-content h2,
.page-nav-btn-group h2 {
  font-weight: bold;
}
.panel-footer {
  background: transparent;
  border: 0;
  padding-top: 0;
}
.banner-areas-served .panel-body {
  padding: 30px;
}
@media (max-width: 500px) {
  .banner-areas-served .panel-body {
    padding: 10px;
  }
}
.banner-areas-served .h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
.banner-areas-served .city-list {
  text-align: left;
  margin-bottom: 20px;
}
.banner-areas-served .city-list a {
  color: #fff;
  display: block;
  padding: 4px 8px;
  border-radius: 4px;
}
.banner-areas-served .city-list a:hover,
.banner-areas-served .city-list a:focus {
  text-decoration: none;
  background: #C3922C;
}
.banner-areas-served .city-list [class*="col-"] {
  padding-right: 0;
}
.panel-hero.google-map {
  height: 275px;
  overflow: hidden;
}
.panel-hero.half-hero.google-map {
  height: 202px;
}
/* Reviews */
.latest-reviews h3 {
  font-weight: normal;
  font-size: 32px;
}
.latest-reviews .rating {
  font-size: 20px;
}
/* Blog */
.company-blog h3 {
  font-weight: normal;
  font-size: 32px;
}
/* FAQ */
.banner-faq a {
  margin-bottom: 20px;
  padding: 30px;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.6)), url(/img/page/bg-faq.jpg) no-repeat 50% 50%;
  background-size: cover;
  border-radius: 6px;
}
.banner-faq a h3 {
  font-size: 35px;
  color: #C3922C;
  transition: all 0.3s ease;
}
.banner-faq a h3:hover,
.banner-faq a h3:focus {
  color: #FFF;
}
/* Auto Pay */
.well {
  padding: 10px;
  margin-bottom: 20px;
  background: #000;
  border-radius: 0;
  text-transform: uppercase;
}
.well .bg-green {
  background: #116518;
}
.well .bg-red {
  background: #9D0206;
}
.well .bg-blue {
  background: #194F82;
}
.well .btn {
  padding: 15px;
  border-radius: 0;
  color: #FFF;
}
.well .btn:hover {
  background: #C3922C;
}
/* Surveys */
.survey-charts-section .donut-chart {
  max-height: 160px;
}
.survey-charts-section strong {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.survey-charts-section ul,
.survey-charts-section ol {
  padding: 0;
  margin: 0 0 0 15px;
}
.survey-charts-section ul li,
.survey-charts-section ol li {
  list-style-type: none;
  font-size: 11px;
  margin: 7px 0;
  display: block;
  line-height: 1;
}
.survey-charts-section .swatch {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.survey-charts-section .color1 {
  background: #C3922C;
}
.survey-charts-section .color2 {
  background: #444;
}
.survey-charts-section .color3 {
  background: #D31323;
}
.survey-charts-section .color4 {
  background: #BBB;
}
.survey-charts-section .card {
  margin: 15px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
.survey-charts-section .card .card-body {
  padding: 10px;
}
.survey-charts-section .card .card-body .large-data .number {
  font-size: 45px;
  font-weight: bold;
  color: #D31323;
  margin-bottom: 10px;
}
.survey-charts-section .card .card-body .large-data .caption {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
/* Media Queries */
@media (max-width: 767px) {
  .m-center {
    text-align: center;
  }
}
/*DO NOT PUT CUSTOM CLIENT STYLING HERE*/
/*Page Builder - Flex Grid - Mixin
    Mixin How To:
        - .pb-flex-count();             Gives the default values of max 3 columns and a 24px gap
        - .pb-flex-count(4);            Changes the max columns to 4
        - .pb-flex-count(5, 2);         Changes the max columns to 5, the max colums to 2 in mobile view
        - .pb-flex-count(5, 2, 80px);   Changes the max columns to 5, the max colums to 2 in mobile view, and gap to 80px 
        - .pb-flex-count(@gap: 40px)    Changes the gap to 40px and leaves max columns as default 3. 
*/
/*Page Builder Section Styles*/
.page-builder-styles {
  word-break: break-word;
  /*Page Builder Globals*/
  /*Form Section*/
  /*Services Section*/
  /*Benefits Section*/
  /*Gallery Section*/
  /*Offers Section*/
  /*Blogs Section*/
  /*Testimonials Section*/
  /*Service Areas Section*/
  /*Content Section*/
  /*FAQ Section*/
  /*Process Section*/
  /*Before After Section*/
  /*Footer Section*/
}
.page-builder-styles .pb-section-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  object-fit: cover;
}
.page-builder-styles .pb-section-padding {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .page-builder-styles .pb-section-padding {
    padding: 30px 0;
  }
}
.page-builder-styles .pb-div-table-section {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-builder-styles .pb-btn-wrapper a {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .page-builder-styles .pb-btn-wrapper a {
    width: 100%;
  }
}
.page-builder-styles .pb-activate-video-anchor {
  display: block;
  width: 100%;
  position: relative;
}
.page-builder-styles .pb-activate-video-anchor .pb-play-button {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  left: 0;
  top: 50%;
  background: #fff;
  transform: translateY(-50%);
  margin: auto;
  width: fit-content;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 10px;
  color: #333;
}
.page-builder-styles .pb-activate-video-anchor .pb-play-button:hover {
  background: #eee;
}
.page-builder-styles .pb-activate-video-anchor img {
  transition: all 0.25s linear;
}
.page-builder-styles .pb-activate-video-anchor:hover img {
  filter: brightness(0.9);
}
.page-builder-styles .pb-form-section {
  position: relative;
  overflow: hidden;
}
.page-builder-styles .pb-form-section .pb-div-table-section {
  position: static;
}
.page-builder-styles .pb-form-section .pb-section-bg {
  z-index: -1;
}
.page-builder-styles .pb-form-section .pb-form-container {
  height: 100%;
}
.page-builder-styles .pb-form-section .pb-form-container .pb-form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.page-builder-styles .pb-form-section .pb-form-container .pb-form-row .pb-form-inner {
  max-width: 60%;
  margin: auto;
  padding: 0 15px;
  text-align: left;
}
.page-builder-styles .pb-form-section .pb-form-container .pb-form-row .pb-form-inner .h1,
.page-builder-styles .pb-form-section .pb-form-container .pb-form-row .pb-form-inner h1 {
  margin: 0;
}
@media (min-width: 768px) {
  .page-builder-styles .pb-form-section .pb-form-container .pb-form-row .pb-form-inner .h1,
  .page-builder-styles .pb-form-section .pb-form-container .pb-form-row .pb-form-inner h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .page-builder-styles .pb-form-section .pb-form-container .pb-form-row .pb-form-inner .h1,
  .page-builder-styles .pb-form-section .pb-form-container .pb-form-row .pb-form-inner h1 {
    font-size: 36px;
  }
}
.page-builder-styles .pb-form-section .pb-form-container .pb-form-row .pb-form-inner .lead {
  margin: 5px 0 0 0;
}
@media (min-width: 768px) {
  .page-builder-styles .pb-form-section .pb-form-container .pb-form-row .pb-form-inner .lead {
    font-size: 21px;
  }
}
.page-builder-styles .pb-form-section .pb-form-container .pb-form-row .pb-form-inner .pb-branding-logos {
  display: flex;
  gap: 15px 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.page-builder-styles .pb-form-section .pb-form-container .pb-form-row .pb-form-inner .pb-branding-logos img {
  max-width: 170px;
  max-height: 110px;
  object-fit: contain;
  flex-shrink: 1;
  width: auto;
}
.page-builder-styles .pb-form-section.pb-form-center .pb-form-container .pb-form-row {
  flex-direction: column;
  gap: 20px;
}
.page-builder-styles .pb-form-section.pb-form-center .pb-form-container .pb-form-row .pb-form-inner {
  max-width: 800px;
  text-align: center;
}
.page-builder-styles .pb-form-section.pb-form-center .pb-form-container .pb-form-row .hero-quote-section {
  width: 100%;
  max-width: 400px;
}
.page-builder-styles .pb-form-section.pb-form-left .pb-form-container .pb-form-row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .page-builder-styles .pb-form-section.pb-form-left .pb-form-container .pb-form-row,
  .page-builder-styles .pb-form-section.pb-form-right .pb-form-container .pb-form-row,
  .page-builder-styles .pb-form-section.pb-form-center .pb-form-container .pb-form-row {
    flex-direction: column;
    gap: 20px;
  }
  .page-builder-styles .pb-form-section.pb-form-left .pb-form-container .pb-form-row .pb-form-inner,
  .page-builder-styles .pb-form-section.pb-form-right .pb-form-container .pb-form-row .pb-form-inner,
  .page-builder-styles .pb-form-section.pb-form-center .pb-form-container .pb-form-row .pb-form-inner {
    max-width: 800px;
  }
  .page-builder-styles .pb-form-section.pb-form-left .pb-form-container .pb-form-row .hero-quote-section,
  .page-builder-styles .pb-form-section.pb-form-right .pb-form-container .pb-form-row .hero-quote-section,
  .page-builder-styles .pb-form-section.pb-form-center .pb-form-container .pb-form-row .hero-quote-section {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .page-builder-styles .pb-form-section.pb-form-left .pb-div-table-section,
  .page-builder-styles .pb-form-section.pb-form-right .pb-div-table-section,
  .page-builder-styles .pb-form-section.pb-form-center .pb-div-table-section {
    padding: 0px;
  }
  .page-builder-styles .pb-form-section.pb-form-left .pb-div-table-section .pb-form-container,
  .page-builder-styles .pb-form-section.pb-form-right .pb-div-table-section .pb-form-container,
  .page-builder-styles .pb-form-section.pb-form-center .pb-div-table-section .pb-form-container {
    padding: 0;
  }
  .page-builder-styles .pb-form-section.pb-form-left .pb-div-table-section .pb-form-container .pb-form-row,
  .page-builder-styles .pb-form-section.pb-form-right .pb-div-table-section .pb-form-container .pb-form-row,
  .page-builder-styles .pb-form-section.pb-form-center .pb-div-table-section .pb-form-container .pb-form-row {
    gap: 0;
  }
  .page-builder-styles .pb-form-section.pb-form-left .pb-div-table-section .pb-form-container .pb-form-row .pb-form-inner,
  .page-builder-styles .pb-form-section.pb-form-right .pb-div-table-section .pb-form-container .pb-form-row .pb-form-inner,
  .page-builder-styles .pb-form-section.pb-form-center .pb-div-table-section .pb-form-container .pb-form-row .pb-form-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 15px;
    min-height: 400px;
    max-width: none;
    width: 100%;
  }
}
.page-builder-styles .pb-services-section {
  position: relative;
  overflow: hidden;
}
.page-builder-styles .pb-services-section .pb-flex-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.page-builder-styles .pb-services-section .pb-flex-row .pb-flex-child {
  flex: 1 1 calc((100% - (3 - 1) * 24px) / 3);
  margin-bottom: 10px;
  max-width: calc((100% - (3 - 1) * 24px) / 3);
}
@media (max-width: 991px) {
  .page-builder-styles .pb-services-section .pb-flex-row .pb-flex-child {
    flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
    max-width: calc((100% - (1 - 1) * 24px) / 1);
  }
}
@media (max-width: 991px) {
  .page-builder-styles .pb-services-section .pb-flex-row {
    gap: 24px;
  }
}
.page-builder-styles .pb-services-section .pb-service {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  word-break: break-word;
  max-width: 750px;
  text-align: center;
  height: 100%;
}
.page-builder-styles .pb-services-section .pb-service .pb-service-img {
  width: 100%;
  object-fit: cover;
  max-height: 500px;
}
.page-builder-styles .pb-services-section .pb-service .pb-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #333;
  justify-content: space-between;
}
.page-builder-styles .pb-services-section .pb-service .pb-content h2,
.page-builder-styles .pb-services-section .pb-service .pb-content .h4 {
  font-size: 22px;
  margin: 20px 0 10px 0;
}
.page-builder-styles .pb-services-section .pb-service .pb-content .btn {
  margin: 10px auto 0 auto;
}
.page-builder-styles .pb-benefits-section {
  position: relative;
  overflow: hidden;
}
.page-builder-styles .pb-benefits-section .pb-benefits-container {
  display: flex;
}
.page-builder-styles .pb-benefits-section .pb-benefit .pb-benefit-img {
  max-width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.page-builder-styles .pb-benefits-section .pb-benefit .h4 {
  font-size: 22px;
}
.page-builder-styles .pb-benefits-section.pb-display-vertical {
  text-align: left;
}
.page-builder-styles .pb-benefits-section.pb-display-vertical .pb-benefits-container {
  flex-direction: column;
}
.page-builder-styles .pb-benefits-section.pb-display-vertical .pb-benefits-container .pb-benefit {
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
  align-items: center;
}
.page-builder-styles .pb-benefits-section.pb-display-vertical .pb-benefits-container .pb-benefit .pb-benefit-img {
  max-width: 150px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .page-builder-styles .pb-benefits-section.pb-display-vertical .pb-benefits-container {
    width: 100%;
    height: 100%;
    flex: 1 1 0;
    gap: 10px;
    flex-direction: row;
  }
  .page-builder-styles .pb-benefits-section.pb-display-vertical .pb-benefits-container .pb-benefit-title-wrapper,
  .page-builder-styles .pb-benefits-section.pb-display-vertical .pb-benefits-container .pb-benefit-content-wrapper {
    width: 50%;
  }
  .page-builder-styles .pb-benefits-section.pb-display-vertical .pb-benefits-container .pb-benefit-title-wrapper .section-header {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    height: 100%;
  }
}
.page-builder-styles .pb-benefits-section.pb-display-horizontal {
  text-align: center;
}
.page-builder-styles .pb-benefits-section.pb-display-horizontal .pb-benefits-container {
  flex-direction: column;
}
.page-builder-styles .pb-benefits-section.pb-display-horizontal .pb-benefits-container .pb-flex-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.page-builder-styles .pb-benefits-section.pb-display-horizontal .pb-benefits-container .pb-flex-row .pb-flex-child {
  flex: 1 1 calc((100% - (3 - 1) * 24px) / 3);
  margin-bottom: 10px;
  max-width: calc((100% - (3 - 1) * 24px) / 3);
}
@media (max-width: 991px) {
  .page-builder-styles .pb-benefits-section.pb-display-horizontal .pb-benefits-container .pb-flex-row .pb-flex-child {
    flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
    max-width: calc((100% - (1 - 1) * 24px) / 1);
  }
}
@media (max-width: 991px) {
  .page-builder-styles .pb-benefits-section.pb-display-horizontal .pb-benefits-container .pb-flex-row {
    gap: 24px;
  }
}
.page-builder-styles .pb-benefits-section.pb-display-horizontal .pb-benefits-container .pb-flex-row .pb-benefit {
  margin: auto;
}
.page-builder-styles .pb-benefits-section.pb-display-horizontal .pb-benefits-container .pb-flex-row .pb-benefit .pb-benefit-img {
  margin: auto;
}
.page-builder-styles .pb-gallery-section {
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects .pb-flex-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects .pb-flex-row .pb-flex-child {
  flex: 1 1 calc((100% - (3 - 1) * 24px) / 3);
  margin-bottom: 10px;
  max-width: calc((100% - (3 - 1) * 24px) / 3);
}
@media (max-width: 991px) {
  .page-builder-styles .pb-gallery-section .pb-latest-past-projects .pb-flex-row .pb-flex-child {
    flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
    max-width: calc((100% - (1 - 1) * 24px) / 1);
  }
}
@media (max-width: 991px) {
  .page-builder-styles .pb-gallery-section .pb-latest-past-projects .pb-flex-row {
    gap: 24px;
  }
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects .pb-project-card {
  display: block;
  color: #333;
  overflow: hidden;
  text-decoration: none;
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects .pb-project-card:hover,
.page-builder-styles .pb-gallery-section .pb-latest-past-projects .pb-project-card:focus {
  color: #337ab7;
  text-decoration: none;
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects .pb-project-card img {
  width: 100%;
  margin-bottom: 5px;
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects .pb-project-card .pb-project-name {
  font-size: 20px;
  font-weight: bold;
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects.pb-past-projects-carousel .pb-carousel-container {
  padding-left: 40px;
  padding-right: 40px;
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects.pb-past-projects-carousel .pb-carousel-container .pb-flex-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects.pb-past-projects-carousel .pb-carousel-container .pb-flex-row .pb-flex-child {
  flex: 1 1 calc((100% - (3 - 1) * 24px) / 3);
  margin-bottom: 10px;
  max-width: calc((100% - (3 - 1) * 24px) / 3);
}
@media (max-width: 991px) {
  .page-builder-styles .pb-gallery-section .pb-latest-past-projects.pb-past-projects-carousel .pb-carousel-container .pb-flex-row .pb-flex-child {
    flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
    max-width: calc((100% - (1 - 1) * 24px) / 1);
  }
}
@media (max-width: 991px) {
  .page-builder-styles .pb-gallery-section .pb-latest-past-projects.pb-past-projects-carousel .pb-carousel-container .pb-flex-row {
    gap: 24px;
  }
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects.pb-past-projects-carousel .pb-carousel-container .carousel {
  position: relative;
  margin: auto;
}
@media (max-width: 991px) {
  .page-builder-styles .pb-gallery-section .pb-latest-past-projects.pb-past-projects-carousel .pb-carousel-container .carousel {
    max-width: 600px;
  }
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects.pb-past-projects-carousel .pb-carousel-container .carousel .pb-anchor-arrow-right,
.page-builder-styles .pb-gallery-section .pb-latest-past-projects.pb-past-projects-carousel .pb-carousel-container .carousel .pb-anchor-arrow-left {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto 0;
  text-decoration: none;
  color: #333;
  font-size: 30px;
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects.pb-past-projects-carousel .pb-carousel-container .carousel .pb-anchor-arrow-right .pb-carousel-arrow,
.page-builder-styles .pb-gallery-section .pb-latest-past-projects.pb-past-projects-carousel .pb-carousel-container .carousel .pb-anchor-arrow-left .pb-carousel-arrow {
  font-family: 'Font Awesome 5 Pro';
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects.pb-past-projects-carousel .pb-carousel-container .carousel .pb-anchor-arrow-right {
  right: -30px;
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects.pb-past-projects-carousel .pb-carousel-container .carousel .pb-anchor-arrow-right .pb-carousel-arrow:after {
  content: '\f054';
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects.pb-past-projects-carousel .pb-carousel-container .carousel .pb-anchor-arrow-left {
  left: -30px;
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects.pb-past-projects-carousel .pb-carousel-container .carousel .pb-anchor-arrow-left .pb-carousel-arrow:after {
  content: '\f053';
}
@media (min-width: 992px) {
  .page-builder-styles .pb-gallery-section .pb-latest-past-projects.pb-past-projects-carousel .mobile-version {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-builder-styles .pb-gallery-section .pb-latest-past-projects.pb-past-projects-carousel .desktop-version {
    display: none;
  }
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects .pb-past-projects-btn {
  background: #222;
  border-color: #222;
  color: #fff;
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects .pb-past-projects-btn:hover,
.page-builder-styles .pb-gallery-section .pb-latest-past-projects .pb-past-projects-btn:focus,
.page-builder-styles .pb-gallery-section .pb-latest-past-projects .pb-past-projects-btn.active {
  background: #C3922C;
  border-color: #C3922C;
}
.page-builder-styles .pb-gallery-section .pb-latest-past-projects .pb-past-projects-btn span::after {
  content: 'View All Projects';
}
.page-builder-styles .pb-gallery-section .pb-all-galleries-btn {
  background: #222;
  border-color: #222;
  color: #fff;
}
.page-builder-styles .pb-gallery-section .pb-all-galleries-btn:hover,
.page-builder-styles .pb-gallery-section .pb-all-galleries-btn:focus,
.page-builder-styles .pb-gallery-section .pb-all-galleries-btn.active {
  background: #C3922C;
  border-color: #C3922C;
}
.page-builder-styles .pb-gallery-section .pb-all-galleries-btn span::after {
  content: 'View All Galleries';
}
.page-builder-styles .pb-offers-section {
  position: relative;
  overflow: hidden;
}
.page-builder-styles .pb-offers-section .pb-display-single {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
}
.page-builder-styles .pb-offers-section .pb-display-single .pb-offers-title-wrapper,
.page-builder-styles .pb-offers-section .pb-display-single .pb-offers-content-wrapper {
  width: 50%;
  height: 100%;
  flex: 1 1 0;
}
.page-builder-styles .pb-offers-section .pb-display-single .offer-title {
  font-size: 16px;
  font-weight: bold;
}
.page-builder-styles .pb-offers-section .pb-display-single .offer-img {
  max-height: 700px;
  object-fit: cover;
}
.page-builder-styles .pb-offers-section .pb-display-single .pb-offers-btn-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .page-builder-styles .pb-offers-section .pb-display-single {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .page-builder-styles .pb-offers-section .pb-display-single .pb-offers-title-wrapper,
  .page-builder-styles .pb-offers-section .pb-display-single .pb-offers-content-wrapper {
    width: auto;
  }
}
.page-builder-styles .pb-offers-section .pb-offers-btn-wrapper {
  margin-top: 20px;
  text-align: center;
}
.page-builder-styles .pb-offers-section .pb-offers-btn-wrapper .pb-offers-btn {
  background: #222;
  border-color: #222;
  color: #fff;
}
.page-builder-styles .pb-offers-section .pb-offers-btn-wrapper .pb-offers-btn:hover,
.page-builder-styles .pb-offers-section .pb-offers-btn-wrapper .pb-offers-btn:focus,
.page-builder-styles .pb-offers-section .pb-offers-btn-wrapper .pb-offers-btn.active {
  background: #C3922C;
  border-color: #C3922C;
}
.page-builder-styles .pb-offers-section .pb-offers-btn-wrapper .pb-offers-btn span::after {
  content: 'View All Offers';
}
.page-builder-styles .pb-blog-section {
  position: relative;
  word-break: break-word;
  overflow: hidden;
}
.page-builder-styles .pb-blog-section .pb-display-single {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
}
.page-builder-styles .pb-blog-section .pb-display-single .pb-blog-title-wrapper,
.page-builder-styles .pb-blog-section .pb-display-single .pb-blog-content-wrapper {
  width: 50%;
  height: 100%;
  flex: 1 1 0;
}
.page-builder-styles .pb-blog-section .pb-display-single .panel {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-builder-styles .pb-blog-section .pb-display-single {
    flex-direction: column;
    text-align: center;
  }
  .page-builder-styles .pb-blog-section .pb-display-single .pb-blog-title-wrapper,
  .page-builder-styles .pb-blog-section .pb-display-single .pb-blog-content-wrapper {
    width: auto;
  }
}
@media (max-width: 991px) {
  .page-builder-styles .pb-blog-section .pb-display-single {
    gap: 20px;
  }
}
.page-builder-styles .pb-blog-section .pb-blog-btn-wrapper {
  margin-top: 20px;
  text-align: center;
}
.page-builder-styles .pb-blog-section .pb-blog-btn-wrapper .pb-blog-btn span::after {
  content: 'View All Blogs';
}
.page-builder-styles .pb-testimonials-section {
  position: relative;
  text-align: center;
  overflow: hidden;
  /*Carousel*/
  /*Video*/
  /*Button*/
}
.page-builder-styles .pb-testimonials-section .pb-flex-row.pb-parent-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.page-builder-styles .pb-testimonials-section .pb-flex-row.pb-parent-row .pb-flex-child {
  flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
  margin-bottom: 10px;
  max-width: calc((100% - (1 - 1) * 24px) / 1);
}
@media (max-width: 991px) {
  .page-builder-styles .pb-testimonials-section .pb-flex-row.pb-parent-row .pb-flex-child {
    flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
    max-width: calc((100% - (1 - 1) * 24px) / 1);
  }
}
@media (max-width: 991px) {
  .page-builder-styles .pb-testimonials-section .pb-flex-row.pb-parent-row {
    gap: 24px;
  }
}
.page-builder-styles .pb-testimonials-section .pb-carousel-container {
  padding: 0 40px;
}
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel {
  position: relative;
  margin: auto;
}
@media (max-width: 1199px) {
  .page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel {
    max-width: 600px;
  }
}
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .pb-flex-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .pb-flex-row .pb-flex-child {
  flex: 1 1 calc((100% - (3 - 1) * 24px) / 3);
  margin-bottom: 10px;
  max-width: calc((100% - (3 - 1) * 24px) / 3);
}
@media (max-width: 991px) {
  .page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .pb-flex-row .pb-flex-child {
    flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
    max-width: calc((100% - (1 - 1) * 24px) / 1);
  }
}
@media (max-width: 991px) {
  .page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .pb-flex-row {
    gap: 24px;
  }
}
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .item .pb-review-card {
  color: #333;
  text-align: left;
  padding: 20px;
  max-height: 250px;
  overflow: auto;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 5px;
  border: 1px solid #333;
  background: #fff;
}
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .item .pb-review-card .h4 {
  font-weight: bold;
  font-size: 20px;
}
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .item .pb-review-card .stars {
  color: #ffc221;
  margin-bottom: 10px;
}
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .item .pb-review-card::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .item .pb-review-card::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .item .pb-review-card::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .item .pb-review-card::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .pb-anchor-arrow-right,
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .pb-anchor-arrow-left {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto 0;
  text-decoration: none;
  color: #333;
  font-size: 30px;
}
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .pb-anchor-arrow-right .pb-carousel-arrow,
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .pb-anchor-arrow-left .pb-carousel-arrow {
  font-family: 'Font Awesome 5 Pro';
}
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .pb-anchor-arrow-right {
  right: -30px;
}
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .pb-anchor-arrow-right .pb-carousel-arrow:after {
  content: '\f054';
}
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .pb-anchor-arrow-left {
  left: -30px;
}
.page-builder-styles .pb-testimonials-section .pb-carousel-container .carousel .pb-anchor-arrow-left .pb-carousel-arrow:after {
  content: '\f053';
}
@media (min-width: 1200px) {
  .page-builder-styles .pb-testimonials-section .pb-carousel-container .mobile-carousel-version {
    display: none;
  }
}
@media (max-width: 1199px) {
  .page-builder-styles .pb-testimonials-section .pb-carousel-container .desktop-carousel-version {
    display: none;
  }
}
.page-builder-styles .pb-testimonials-section .pb-video-container {
  max-width: 800px;
  margin: auto;
}
.page-builder-styles .pb-testimonials-section .pb-testimonials-btn {
  margin-top: 20px;
  background: #222;
  border-color: #222;
  color: #fff;
}
.page-builder-styles .pb-testimonials-section .pb-testimonials-btn:hover,
.page-builder-styles .pb-testimonials-section .pb-testimonials-btn:focus,
.page-builder-styles .pb-testimonials-section .pb-testimonials-btn.active {
  background: #C3922C;
  border-color: #C3922C;
}
.page-builder-styles .pb-testimonials-section .pb-testimonials-btn span:after {
  content: 'Read All Reviews';
}
.page-builder-styles .pb-areas-section {
  position: relative;
  overflow: hidden;
}
.page-builder-styles .pb-areas-section .pb-flex-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.page-builder-styles .pb-areas-section .pb-flex-row .pb-flex-child {
  flex: 1 1 calc((100% - (2 - 1) * 24px) / 2);
  margin-bottom: 10px;
  max-width: calc((100% - (2 - 1) * 24px) / 2);
}
@media (max-width: 991px) {
  .page-builder-styles .pb-areas-section .pb-flex-row .pb-flex-child {
    flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
    max-width: calc((100% - (1 - 1) * 24px) / 1);
  }
}
@media (max-width: 991px) {
  .page-builder-styles .pb-areas-section .pb-flex-row {
    gap: 24px;
  }
}
.page-builder-styles .pb-areas-section .pb-areas-verbiage,
.page-builder-styles .pb-areas-section pb-areas-imagery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.page-builder-styles .pb-areas-section.pb-display-left .pb-flex-row {
  flex-direction: row-reverse;
}
.page-builder-styles .pb-content-section {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-builder-styles .pb-content-section .pb-flex-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.page-builder-styles .pb-content-section .pb-flex-row .pb-flex-child {
  flex: 1 1 calc((100% - (2 - 1) * 24px) / 2);
  margin-bottom: 10px;
  max-width: calc((100% - (2 - 1) * 24px) / 2);
}
@media (max-width: 991px) {
  .page-builder-styles .pb-content-section .pb-flex-row .pb-flex-child {
    flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
    max-width: calc((100% - (1 - 1) * 24px) / 1);
  }
}
@media (max-width: 991px) {
  .page-builder-styles .pb-content-section .pb-flex-row {
    gap: 24px;
  }
}
.page-builder-styles .pb-content-section .pb-content-imagery,
.page-builder-styles .pb-content-section .pb-content-verbiage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.page-builder-styles .pb-content-section .page-gallery {
  margin-bottom: 0;
}
.page-builder-styles .pb-content-section.pb-display-left .pb-flex-row {
  flex-direction: row-reverse;
}
.page-builder-styles .pb-content-section.pb-display-center .pb-flex-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.page-builder-styles .pb-content-section.pb-display-center .pb-flex-row .pb-flex-child {
  flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
  margin-bottom: 10px;
  max-width: calc((100% - (1 - 1) * 24px) / 1);
}
@media (max-width: 991px) {
  .page-builder-styles .pb-content-section.pb-display-center .pb-flex-row .pb-flex-child {
    flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
    max-width: calc((100% - (1 - 1) * 24px) / 1);
  }
}
@media (max-width: 991px) {
  .page-builder-styles .pb-content-section.pb-display-center .pb-flex-row {
    gap: 24px;
  }
}
.page-builder-styles .pb-content-section.pb-display-center .pb-content-verbiage {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.page-builder-styles .pb-content-section.pb-display-center .pb-content-imagery {
  max-width: 800px;
  margin: auto;
}
.page-builder-styles .pb-faq-section {
  position: relative;
  overflow: hidden;
  /*Accordion*/
}
.page-builder-styles .pb-faq-section .pb-flex-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.page-builder-styles .pb-faq-section .pb-flex-row .pb-flex-child {
  flex: 1 1 calc((100% - (2 - 1) * 24px) / 2);
  margin-bottom: 10px;
  max-width: calc((100% - (2 - 1) * 24px) / 2);
}
@media (max-width: 991px) {
  .page-builder-styles .pb-faq-section .pb-flex-row .pb-flex-child {
    flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
    max-width: calc((100% - (1 - 1) * 24px) / 1);
  }
}
@media (max-width: 991px) {
  .page-builder-styles .pb-faq-section .pb-flex-row {
    gap: 24px;
  }
}
.page-builder-styles .pb-faq-section.pb-display-center .pb-flex-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.page-builder-styles .pb-faq-section.pb-display-center .pb-flex-row .pb-flex-child {
  flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
  margin-bottom: 10px;
  max-width: calc((100% - (1 - 1) * 24px) / 1);
}
@media (max-width: 991px) {
  .page-builder-styles .pb-faq-section.pb-display-center .pb-flex-row .pb-flex-child {
    flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
    max-width: calc((100% - (1 - 1) * 24px) / 1);
  }
}
@media (max-width: 991px) {
  .page-builder-styles .pb-faq-section.pb-display-center .pb-flex-row {
    gap: 24px;
  }
}
.page-builder-styles .pb-faq-section.pb-display-center .pb-faq-verbiage {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.page-builder-styles .pb-faq-section.pb-display-right .pb-flex-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.page-builder-styles .pb-faq-section.pb-display-right .pb-flex-row .pb-flex-child {
  flex: 1 1 calc((100% - (2 - 1) * 24px) / 2);
  margin-bottom: 10px;
  max-width: calc((100% - (2 - 1) * 24px) / 2);
}
@media (max-width: 991px) {
  .page-builder-styles .pb-faq-section.pb-display-right .pb-flex-row .pb-flex-child {
    flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
    max-width: calc((100% - (1 - 1) * 24px) / 1);
  }
}
@media (max-width: 991px) {
  .page-builder-styles .pb-faq-section.pb-display-right .pb-flex-row {
    gap: 24px;
  }
}
.page-builder-styles .pb-faq-section .panel-group {
  margin: 0;
}
.page-builder-styles .pb-faq-section .panel-group .panel-heading {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.page-builder-styles .pb-faq-section .panel-group .panel-heading .panel-title a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 30px 10px 15px;
  text-decoration: none;
  color: #333;
}
.page-builder-styles .pb-faq-section .panel-group .panel-heading .panel-title a:after {
  position: absolute;
  right: 10px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  content: '\f077';
  color: #333;
}
.page-builder-styles .pb-faq-section .panel-group .panel-heading .panel-title a.collapsed:after {
  content: '\f078';
}
.page-builder-styles .pb-faq-section .panel-group .panel-heading .panel-title a.collapsed:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
}
.page-builder-styles .pb-faq-section .panel-group .panel-body {
  border: none;
  padding-top: 0;
}
.page-builder-styles .pb-process-section {
  position: relative;
  overflow: hidden;
}
.page-builder-styles .pb-process-section .pb-process-container {
  display: flex;
}
.page-builder-styles .pb-process-section .pb-process .pb-process-img {
  max-width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.page-builder-styles .pb-process-section .pb-process .h4 {
  font-size: 22px;
}
.page-builder-styles .pb-process-section.pb-display-vertical {
  text-align: left;
}
.page-builder-styles .pb-process-section.pb-display-vertical .pb-process-container {
  flex-direction: column;
}
.page-builder-styles .pb-process-section.pb-display-vertical .pb-process-container .pb-flex-child:not(:last-child) .pb-process {
  position: relative;
  margin-bottom: 60px;
}
.page-builder-styles .pb-process-section.pb-display-vertical .pb-process-container .pb-flex-child:not(:last-child) .pb-process:after {
  content: '\f061';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  font-size: 30px;
  bottom: -50px;
  right: 0;
  left: 0;
  height: fit-content;
  width: fit-content;
  margin: auto;
  transform: rotate(90deg);
}
.page-builder-styles .pb-process-section.pb-display-vertical .pb-process-container .pb-process {
  display: flex;
  gap: 20px;
  align-items: center;
}
.page-builder-styles .pb-process-section.pb-display-vertical .pb-process-container .pb-process .pb-process-img {
  max-width: 150px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .page-builder-styles .pb-process-section.pb-display-vertical .pb-process-container {
    width: 100%;
    height: 100%;
    flex: 1 1 0;
    gap: 10px;
    flex-direction: row;
  }
  .page-builder-styles .pb-process-section.pb-display-vertical .pb-process-container .pb-process-title-wrapper,
  .page-builder-styles .pb-process-section.pb-display-vertical .pb-process-container .pb-process-content-wrapper {
    width: 50%;
  }
  .page-builder-styles .pb-process-section.pb-display-vertical .pb-process-container .pb-process-title-wrapper .section-header {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    height: 100%;
  }
}
.page-builder-styles .pb-process-section.pb-display-horizontal {
  text-align: center;
}
.page-builder-styles .pb-process-section.pb-display-horizontal .pb-process-container {
  flex-direction: column;
}
.page-builder-styles .pb-process-section.pb-display-horizontal .pb-process-container .pb-flex-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
}
.page-builder-styles .pb-process-section.pb-display-horizontal .pb-process-container .pb-flex-row .pb-flex-child {
  flex: 1 1 calc((100% - (3 - 1) * 48px) / 3);
  margin-bottom: 10px;
  max-width: calc((100% - (3 - 1) * 48px) / 3);
}
@media (max-width: 991px) {
  .page-builder-styles .pb-process-section.pb-display-horizontal .pb-process-container .pb-flex-row .pb-flex-child {
    flex: 1 1 calc((100% - (1 - 1) * 48px) / 1);
    max-width: calc((100% - (1 - 1) * 48px) / 1);
  }
}
@media (max-width: 991px) {
  .page-builder-styles .pb-process-section.pb-display-horizontal .pb-process-container .pb-flex-row {
    gap: 48px;
  }
}
.page-builder-styles .pb-process-section.pb-display-horizontal .pb-process-container .pb-flex-row .pb-flex-child:not(:last-child) .pb-process {
  position: relative;
}
.page-builder-styles .pb-process-section.pb-display-horizontal .pb-process-container .pb-flex-row .pb-flex-child:not(:last-child) .pb-process:after {
  content: '\f061';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}
@media (max-width: 991px) {
  .page-builder-styles .pb-process-section.pb-display-horizontal .pb-process-container .pb-flex-row .pb-flex-child:not(:last-child) .pb-process:after {
    bottom: -60px;
    top: unset;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
  }
}
.page-builder-styles .pb-process-section.pb-display-horizontal .pb-process-container .pb-flex-row .pb-process {
  margin: auto;
  position: relative;
}
.page-builder-styles .pb-process-section.pb-display-horizontal .pb-process-container .pb-flex-row .pb-process .pb-process-img {
  margin: auto;
}
.page-builder-styles .pb-bfaf-section {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-builder-styles .pb-bfaf-section .pb-flex-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.page-builder-styles .pb-bfaf-section .pb-flex-row .pb-flex-child {
  flex: 1 1 calc((100% - (2 - 1) * 24px) / 2);
  margin-bottom: 10px;
  max-width: calc((100% - (2 - 1) * 24px) / 2);
}
@media (max-width: 991px) {
  .page-builder-styles .pb-bfaf-section .pb-flex-row .pb-flex-child {
    flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
    max-width: calc((100% - (1 - 1) * 24px) / 1);
  }
}
@media (max-width: 991px) {
  .page-builder-styles .pb-bfaf-section .pb-flex-row {
    gap: 24px;
  }
}
.page-builder-styles .pb-bfaf-section .pb-content-imagery,
.page-builder-styles .pb-bfaf-section .pb-content-verbiage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.page-builder-styles .pb-bfaf-section .pb-content-imagery .twentytwenty-before,
.page-builder-styles .pb-bfaf-section .pb-content-imagery .twentytwenty-after {
  width: 100%;
  object-fit: cover;
}
.page-builder-styles .pb-bfaf-section .page-gallery {
  margin-bottom: 0;
}
.page-builder-styles .pb-bfaf-section.pb-display-left .pb-flex-row {
  flex-direction: row-reverse;
}
.page-builder-styles .pb-bfaf-section.pb-display-center .pb-flex-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.page-builder-styles .pb-bfaf-section.pb-display-center .pb-flex-row .pb-flex-child {
  flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
  margin-bottom: 10px;
  max-width: calc((100% - (1 - 1) * 24px) / 1);
}
@media (max-width: 991px) {
  .page-builder-styles .pb-bfaf-section.pb-display-center .pb-flex-row .pb-flex-child {
    flex: 1 1 calc((100% - (1 - 1) * 24px) / 1);
    max-width: calc((100% - (1 - 1) * 24px) / 1);
  }
}
@media (max-width: 991px) {
  .page-builder-styles .pb-bfaf-section.pb-display-center .pb-flex-row {
    gap: 24px;
  }
}
.page-builder-styles .pb-bfaf-section.pb-display-center .pb-content-verbiage {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.page-builder-styles .pb-bfaf-section.pb-display-center .pb-content-imagery {
  max-width: 800px;
  margin: auto;
}
.page-builder-styles .pb-footer-section .footer,
.page-builder-styles .pb-footer-section .copyright {
  background: inherit;
}
.page-builder-styles {
  /* Animation for the slideshow images */
}
.page-builder-styles .fullscreen-bg {
  background: #333;
}
.page-builder-styles .pb-cb-slideshow {
  background: #333;
}
.page-builder-styles .pb-cb-slideshow,
.page-builder-styles .pb-cb-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1000;
  list-style: none;
}
.page-builder-styles .pb-cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: pb-imageAnimation 18s linear infinite 0s, zoom infinite 18s;
  -moz-animation: pb-imageAnimation 18s linear infinite 0s, zoom infinite 18s;
  -o-animation: pb-imageAnimation 18s linear infinite 0s, zoom infinite 18s;
  -ms-animation: pb-imageAnimation 18s linear infinite 0s, zoom infinite 18s;
  animation: pb-imageAnimation 18s linear infinite 0s, zoom infinite 18s;
}
.page-builder-styles .pb-cb-slideshow li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.page-builder-styles .pb-cb-slideshow li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
@media (max-width: 767px) {
  .page-builder-styles .pb-cb-slideshow li span {
    opacity: 1;
    animation: none;
  }
  .page-builder-styles .pb-cb-slideshow li:nth-child(2) span,
  .page-builder-styles .pb-cb-slideshow li:nth-child(3) span {
    background: none;
  }
}
@-webkit-keyframes pb-imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}
@-moz-keyframes pb-imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}
@-o-keyframes pb-imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -o-animation-timing-function: ease-out;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}
@-ms-keyframes pb-imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -ms-animation-timing-function: ease-out;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}
@keyframes pb-imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}
@media (max-width: 767px) {
  .page-builder-styles .fullscreen-bg {
    display: none;
  }
}
/* Match the px value of .navbar-main with ".navbar-main.scroll-up" and the "body" tag for navbar scrolling functionality. */
body.fixed-navigation {
  padding-top: 80px;
}
@media (max-width: 767px) {
  body.fixed-navigation {
    padding-top: 44px;
    /*needs to match .navbar-main height*/
  }
}
.transparent {
  padding-top: 0;
}
.transparent.fixed-navigation {
  padding-top: 0;
}
.transparent.fixed-navigation .navbar-main {
  background: #fff;
  background-color: rgba(0, 0, 0, 0.95);
}
.transparent.fixed-navigation .navbar-main .navbar-brand img {
  filter: none;
}
.transparent.fixed-navigation .navbar-main .navbar-phone-number {
  color: #FFF;
}
.transparent.fixed-navigation .navbar-main .aMain {
  color: #FFF;
}
.transparent.fixed-navigation .navbar-main .aMain:hover,
.transparent.fixed-navigation .navbar-main .aMain:focus,
.transparent.fixed-navigation .navbar-main .aMain.active {
  color: #C3922C;
}
.transparent .navbar-main {
  position: absolute;
  background: transparent;
  box-shadow: none;
}
.transparent .navbar-main .aMain {
  color: #fff;
}
.transparent .navbar-main .aMain:hover,
.transparent .navbar-main .aMain:focus,
.transparent .navbar-main .aMain.active {
  color: #ccc;
}
.transparent .navbar-main .navbar-brand img {
  filter: brightness(0) invert(100%);
}
.transparent .navbar-main .navbar-phone-number {
  color: #fff;
}
.fixed-navigation .navbar-main {
  position: fixed;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.navbar-main {
  min-height: unset;
  background: #fff;
  background-color: rgba(0, 0, 0, 0.95);
  border: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in;
}
.navbar-main .navbar-brand {
  padding: 0;
  height: auto;
}
@media (min-width: 768px) {
  .navbar-main .navbar-brand {
    height: 80px;
    display: inline-flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .navbar-main .navbar-brand {
    padding: 5px 0;
  }
}
.navbar-main .navbar-brand img {
  height: auto;
  transition: all 0.2s ease-in;
}
.navbar-main .navbar-toolbar {
  float: right;
}
@media (max-width: 991px) {
  .navbar-main .navbar-toolbar {
    margin-right: 10px;
    line-height: 80px;
  }
}
.navbar-main .navbar-toolbar .btn-quote {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .navbar-main .navbar-toolbar .btn-quote {
    margin-left: 10px;
  }
}
.navbar-main .navflyout-toggle {
  float: right;
  padding: 0 12px;
  margin-top: 0;
  background: transparent;
  color: #FFF;
  font-size: 30px;
  line-height: 80px;
}
@media (max-width: 767px) {
  .navbar-main .navflyout-toggle {
    margin-right: -5px;
  }
}
.navbar-main .navbar-phone-number {
  display: inline-block;
  font-weight: bold;
  font-size: 21px;
  vertical-align: middle;
  color: #FFF;
}
.navbar-main .navbar-flyout .mobile-nav-toggle {
  display: none;
}
.navbar-main .navbar-flyout .navbar-nav {
  float: none;
}
@media (min-width: 992px) {
  .navbar-main .navbar-flyout {
    text-align: center;
  }
  .navbar-main .navbar-flyout .navbar-nav {
    vertical-align: top;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .navbar-main .navbar-flyout .navbar-nav {
    display: block;
    clear: both;
  }
  .navbar-main .navbar-flyout .navbar-nav li {
    display: block;
    float: none;
  }
  .navbar-main .navbar-flyout .mobile-nav-toggle {
    display: inline-block;
    background: transparent;
    font-size: 30px;
    line-height: 40px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navbar-main .aMain {
  color: #FFF;
  padding: 10px 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .navbar-main .aMain:hover,
  .navbar-main .aMain:focus,
  .navbar-main .aMain.active {
    color: #C3922C;
  }
}
.transparent .navbar-main .navflyout-toggle {
  color: #FFF;
}
.transparent.fixed-navigation .navflyout-toggle {
  color: #FFF;
}
.transparent.fixed-navigation .logosize,
.logosize {
  width: 250px;
}
@media (max-width: 1400px) {
  .transparent.fixed-navigation .logosize,
  .logosize {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .transparent.fixed-navigation .logosize,
  .logosize {
    max-width: 175px;
  }
}
@media (max-width: 500px) {
  .transparent.fixed-navigation .logosize,
  .logosize {
    max-width: 150px;
  }
}
.navbar-phone-number small {
  display: block;
  line-height: 1;
  text-align: center;
}
.navbar-phone-number small a {
  padding-right: 5px;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
}
.navbar-phone-number small a:hover,
.navbar-phone-number small a:focus {
  color: #C3922C;
}
.fixed-navigation .navbar-phone-number small a,
.navbar-phone-number small a {
  color: #C3922C;
}
.fixed-navigation .navbar-phone-number small a:hover,
.navbar-phone-number small a:hover,
.fixed-navigation .navbar-phone-number small a:focus,
.navbar-phone-number small a:focus {
  color: #FFF;
}
@media (min-width: 1200px) {
  .transparent .logosize {
    width: 280px;
  }
  .transparent .navbar-brand {
    height: auto;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .navbar-nav .aMain {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }
}
/*@media (min-width: 992px) and (max-width:1500px) {

    .header .navbar-toolbar {
        line-height: 60px;
    }

    .header.navbar-main .navbar-flyout .navbar-nav {
        clear: right;
        float: right;
        width: 100%;
        text-align: center;
        margin-top: -10px;
    }

    .navbar-flyout .navbar-nav .aMain {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 12px;
        line-height: 40px;
    }

    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
}*/
@media (min-width: 992px) {
  .navflyout-toggle {
    display: none;
  }
  .navbar-nav .aMain {
    line-height: 80px;
  }
}
@media (min-width: 768px) {
  .navbar-phone-number {
    line-height: 32px;
  }
  .navbar-nav .aMain {
    padding-top: 0;
    padding-bottom: 0px;
  }
  .navbar-toolbar {
    line-height: 80px;
  }
  .navbar-toolbar .btn-call {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav-open .navbar-flyout {
    left: 0;
    box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .nav-open .navbar-main .aMain,
  .transparent .navbar-main .aMain {
    color: #333;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav .aMain {
    padding: 8px 12px;
    font-size: 16px;
  }
  .navbar-flyout {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    display: block;
    position: fixed;
    width: 260px;
    left: -260px;
    top: 0;
    bottom: 0;
    transition: left 0.2s linear;
    background: #fff;
  }
  .navbar .dropdown-menu,
  .navbar .dropdown:hover .dropdown-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-flyout {
    clear: both;
  }
}
@media (max-width: 1400px) {
  .transparent .logosize {
    width: 250px;
  }
}
@media (max-width: 500px) {
  .btn-quote-ft-mobile {
    bottom: -50px;
    transition: bottom 0.2s linear;
  }
  .btn-quote-ft-mobile.showme {
    bottom: 0;
  }
  .navbar-toolbar .btn-quote {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .navbar-main .navbar-flyout {
    clear: right;
    text-align: right;
  }
  .navbar-nav .aMain {
    line-height: 40px;
  }
  .navbar-nav li.dropdown ul.dropdown-menu {
    right: 0;
    left: inherit;
  }
  .navbar-main .navbar-toolbar {
    line-height: 60px;
  }
}
.breadcrumbs {
  margin-top: 20px;
}
.breadcrumbs .breadcrumb {
  background-color: transparent;
  padding: 8px 0;
  margin: 0;
  font-size: 85%;
}
.breadcrumbs a {
  color: #222;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #C3922C;
}
.footer,
.copyright {
  padding: 20px 0;
}
.footer a,
.copyright a {
  color: #121C36;
}
.footer a:hover,
.copyright a:hover,
.footer a:focus,
.copyright a:focus {
  color: #999;
}
.footer {
  position: relative;
  background: #222;
}
.footer > .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer .footer-heading {
  margin: 0 0 10px 0;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #C3922C;
  text-transform: uppercase;
}
.footer li {
  margin-bottom: 5px;
}
.footer li a {
  color: #FFF;
}
.footer li a:hover,
.footer li a:focus {
  color: #C3922C;
}
.footer .logo-footer {
  margin-bottom: 1rem;
  max-width: 200px;
  /*filter: brightness(0) invert(100%);*/
}
.footer .footer-about-info {
  margin-bottom: 1rem;
  color: #FFF;
}
.footer .footer-about-info .heading {
  margin: 0;
  font-weight: 500;
  color: #FFF;
}
.footer a {
  color: #C3922C;
}
.footer a:hover,
.footer a:focus {
  color: #FFF;
}
.copyright {
  padding: 25px 0;
  background: #000;
  /*border-top: solid 1px #DAD6D6;*/
  color: #FFF;
}
.copyright .aggregate-reviews {
  margin: 10px 0;
}
.copyright .aggregate-reviews .item.item-name {
  font-weight: bold;
  font-size: 20px;
  color: #C3922C;
}
.copyright .aggregate-reviews .rating {
  font-weight: bold;
  font-size: 20px;
  color: #C3922C;
}
.copyright .aggregate-reviews .credibility-description .no-value {
  color: #ffc221;
}
.copyright .aggregate-reviews .credibility-description a {
  color: #363636;
}
.copyright .aggregate-reviews .credibility-description a:hover,
.copyright .aggregate-reviews .credibility-description a:focus {
  text-decoration: underline;
}
.copyright .btn-group-social-media .btn-circle {
  width: 36px;
  line-height: 36px;
  padding: 0;
  font-size: 18px;
  background: transparent;
  height: 36px;
  background: #C3922C;
}
.copyright .btn-group-social-media a {
  margin-right: 3px;
  padding: 0 5px;
  height: 35px;
  width: 35px;
  display: inline-block;
  font-size: 16px;
  color: #FFF !important;
  text-align: center;
  line-height: 35px;
  background: #C3922C;
  border-radius: 50%;
  transition: all 500ms ease;
}
.copyright .btn-group-social-media a:hover,
.copyright .btn-group-social-media a:focus {
  color: #FFF !important;
  border-radius: 0;
  background: #222;
}
.copyright a {
  color: #FFF;
}
.copyright a:hover,
.copyright a:focus {
  color: #C3922C;
}
.copyright .copyright-col-right {
  color: #797872;
}
@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
  .footer .logo-footer {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer-heading {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .copyright {
    text-align: center;
  }
  .copyright .btn-group-social-media {
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .copyright {
    padding-bottom: 50px;
  }
}
.btn {
  white-space: normal;
}
.btn-primary {
  background: #C3922C;
  border-color: #C3922C;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #222;
  border-color: #222;
}
.btn-info {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active {
  background: #C3922C;
  border-color: #C3922C;
}
.btn-padding {
  padding: 10px 12px;
  border-radius: 6px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .btn-padding {
    padding: 8px 10px;
  }
}
.page-nav-btn-group {
  margin-bottom: 20px;
}
.page-nav-btn-group .btn {
  margin: 0 3px 5px 0;
}
.page-nav-btn-group .btn.active {
  box-shadow: none;
}
.btn-outline-default {
  color: #333;
  border: 1px solid #ccc;
}
.btn-outline-default:hover,
.btn-outline-default:focus {
  color: #333;
  background: #f2f2f2;
  border-color: #ccc;
}
.btn-outline-primary {
  color: #C3922C;
  border: 1px solid #C3922C;
  background: transparent;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: #fff;
  background: #C3922C;
  border-color: #C3922C;
}
.btn-outline-white {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
.btn-outline-white:hover,
.btn-outline-white:focus {
  color: #333;
  background: #fff;
  border-color: #fff;
}
.btn-circle {
  border-radius: 50%;
}
.panel-quote-form .section-header {
  text-align: center;
  margin: 0 auto 10px auto;
  padding: 0;
}
.panel-quote-form .section-header .h2,
.panel-quote-form .section-header .h3 {
  margin: 0;
  font-weight: bold;
}
.panel-quote-form .credibility {
  padding-top: 15px;
}
.panel-quote-form .credibility .item {
  margin-bottom: 20px;
}
.panel-quote-form,
.bg-quote-weather-appt {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url(/img/home/hero2.jpg) no-repeat 50% center / cover;
  color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.panel-quote-form a,
.bg-quote-weather-appt a {
  color: #fff;
  text-decoration: underline;
}
.panel-quote-form a:hover,
.bg-quote-weather-appt a:hover,
.panel-quote-form a:focus,
.bg-quote-weather-appt a:focus {
  text-decoration: none;
}
.panel-quote-form .form-group,
.bg-quote-weather-appt .form-group {
  margin-bottom: 7px;
}
.panel-quote-form .panel-body,
.bg-quote-weather-appt .panel-body {
  padding: 25px;
}
.panel-quote-form .section-header .h2,
.bg-quote-weather-appt .section-header .h2 {
  color: #C3922C;
}
.panel-quote-form .section-header .lead,
.bg-quote-weather-appt .section-header .lead {
  font-size: 14px;
}
.hero-quote-section {
  width: 320px;
}
@media (max-width: 991px) {
  .hero-quote-section {
    background: #222;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .hero-form .panel {
    position: absolute;
    right: 15px;
    bottom: 150px;
    width: 320px;
  }
  .hero-form .panel .panel-body {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .hero-form {
    background: #fff;
    padding-top: 20px;
  }
}
.hero-form .form-header {
  margin-bottom: 10px;
}
.hero-form .section-header {
  display: none;
}
.hero-form .h2 {
  font-size: 36px;
  margin: 0;
  font-weight: bold;
}
.hero-form .h5 {
  font-size: 16px;
  margin: 0;
}
.quote-section {
  background: #f2f2f2;
}
.quote-section .quote-form {
  background: transparent;
  border: 0;
  box-shadow: none;
}
@media (min-width: 992px) {
  .quote-section .h2 {
    font-size: 36px;
  }
}
.quote-section .col-center {
  max-width: 650px;
  margin: auto;
}
.quote-section .panel-quote-form {
  background: transparent;
}
.fullscreen-bg {
  background: #333;
}
.cb-slideshow {
  background: #333;
}
.cb-slideshow,
.cb-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1000;
  list-style: none;
}
.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 18s linear infinite 0s, zoom infinite 18s;
  -moz-animation: imageAnimation 18s linear infinite 0s, zoom infinite 18s;
  -o-animation: imageAnimation 18s linear infinite 0s, zoom infinite 18s;
  -ms-animation: imageAnimation 18s linear infinite 0s, zoom infinite 18s;
  animation: imageAnimation 18s linear infinite 0s, zoom infinite 18s;
}
.cb-slideshow li:nth-child(1) span {
  background-image: url(/img/home/hero1.jpg);
}
.cb-slideshow li:nth-child(2) span {
  background-image: url(/img/home/hero2.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
  background-image: url(/img/home/hero3.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
@media (max-width: 767px) {
  .cb-slideshow li span {
    opacity: 1;
    animation: none;
  }
  .cb-slideshow li:nth-child(2) span,
  .cb-slideshow li:nth-child(3) span {
    background: none;
  }
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -o-animation-timing-function: ease-out;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -ms-animation-timing-function: ease-out;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .fullscreen-bg {
    display: none;
  }
}
.weather-results-page .panel-body {
  padding: 30px;
}
.weather-results-page .icon-weather {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.weather-results-page .results-list .media-left {
  padding-right: 15px;
}
@media (max-width: 767px) {
  .weather-results-page .results-list .item {
    text-align: center;
  }
  .weather-results-page .results-list .inner {
    display: inline-block;
    text-align: left;
    min-width: 200px;
  }
}
.weather-results-page .risk-bar {
  position: relative;
  padding-top: 25px;
}
.weather-results-page .risk-bar .tick-arrow {
  position: absolute;
  top: -5px;
  left: 0;
  margin-left: -12px;
  font-size: 36px;
  line-height: 1;
  transition: left 0.4s linear;
}
.weather-results-page .risk-bar .tick-arrow i {
  width: 14px;
}
.weather-results-page .risk-bar .rainbow {
  border-radius: 2px;
  height: 15px;
  margin-bottom: 4px;
  background: #4dab5d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4dab5d 0%, #fdec00 50%, #bb1111 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4dab5d 0%, #fdec00 50%, #bb1111 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4dab5d 0%, #fdec00 50%, #bb1111 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dab5d', endColorstr='#bb1111', GradientType=1);
  /* IE6-9 */
}
.weather-results-page .risk-bar .risk-caption {
  font-size: 10px;
  color: #999;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
/*Client Specific Page Builder Styling*/
/* Used to set the height of the hero image and .hero-inner on mobile for .page-hero-form layout */
.home-page .btn-lg {
  min-width: 250px;
}
.home-page .home-content {
  overflow: hidden;
  background: #fff;
}
.hero,
.page-hero {
  color: #fff;
  position: relative;
  height: 650px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .hero,
  .page-hero {
    height: 450px;
  }
}
.hero .page-hero-bg,
.page-hero .page-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero .video-hero-bg,
  .page-hero .video-hero-bg {
    display: block;
    position: absolute;
  }
  .hero .video-hero-bg video,
  .page-hero .video-hero-bg video {
    display: none;
  }
}
.hero .div-table,
.page-hero .div-table {
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;
  padding: 148px 0 29px;
}
@media (max-width: 991px) {
  .hero .div-table,
  .page-hero .div-table {
    padding: 0;
  }
}
.hero .hero-container,
.page-hero .hero-container {
  height: 100%;
}
.hero .hero-container .hero-row,
.page-hero .hero-container .hero-row {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.hero .hero-container .hero-row .hero-inner,
.page-hero .hero-container .hero-row .hero-inner {
  max-width: 800px;
  margin: auto;
  padding: 0 15px;
  text-align: center;
}
.hero .hero-container .hero-row .hero-inner .hero-logo,
.page-hero .hero-container .hero-row .hero-inner .hero-logo {
  max-width: 159px;
}
.hero .hero-container .hero-row .hero-quote-section,
.page-hero .hero-container .hero-row .hero-quote-section {
  display: none;
}
.hero.page-hero-form,
.page-hero.page-hero-form {
  height: auto;
}
@media (max-width: 767px) {
  .hero.page-hero-form .page-hero-bg,
  .page-hero.page-hero-form .page-hero-bg {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .hero.page-hero-form .video-hero-bg,
  .page-hero.page-hero-form .video-hero-bg {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .hero.page-hero-form .hero-container,
  .page-hero.page-hero-form .hero-container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .hero.page-hero-form .hero-container .hero-row,
  .page-hero.page-hero-form .hero-container .hero-row {
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .hero.page-hero-form .hero-container .hero-row,
  .page-hero.page-hero-form .hero-container .hero-row {
    flex-direction: column;
  }
}
.hero.page-hero-form .hero-container .hero-row .hero-inner,
.page-hero.page-hero-form .hero-container .hero-row .hero-inner {
  padding: 0;
  margin: unset;
  text-align: left;
}
@media (min-width: 992px) {
  .hero.page-hero-form .hero-container .hero-row .hero-inner,
  .page-hero.page-hero-form .hero-container .hero-row .hero-inner {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .hero.page-hero-form .hero-container .hero-row .hero-inner,
  .page-hero.page-hero-form .hero-container .hero-row .hero-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    height: 650px;
    width: 100%;
  }
}
.hero.page-hero-form .hero-container .hero-row .hero-quote-section,
.page-hero.page-hero-form .hero-container .hero-row .hero-quote-section {
  display: block;
}
.hero.page-hero-form .hero-container .hero-row .hero-quote-section .panel-quote-form,
.page-hero.page-hero-form .hero-container .hero-row .hero-quote-section .panel-quote-form {
  background: #333;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.hero.page-hero-form .hero-container .hero-row .hero-quote-section .panel-quote-form .panel-body,
.page-hero.page-hero-form .hero-container .hero-row .hero-quote-section .panel-quote-form .panel-body {
  padding: 30px;
}
.hero.page-hero-form .hero-container .hero-row .hero-quote-section .panel-quote-form .section-header .lead,
.page-hero.page-hero-form .hero-container .hero-row .hero-quote-section .panel-quote-form .section-header .lead {
  display: none;
}
.hero.page-hero-form .down-arrow,
.page-hero.page-hero-form .down-arrow {
  color: #fff;
  font-size: 30px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero.page-hero-form .down-arrow a,
.page-hero.page-hero-form .down-arrow a {
  color: #FFF;
}
.hero.page-hero-form .down-arrow a:hover,
.page-hero.page-hero-form .down-arrow a:hover,
.hero.page-hero-form .down-arrow a:focus,
.page-hero.page-hero-form .down-arrow a:focus {
  color: #C3922C;
}
.hero.page-hero-form .bounce,
.page-hero.page-hero-form .bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.hero h1,
.page-hero h1,
.hero .h1,
.page-hero .h1 {
  margin: 0;
  color: #fff;
  font-weight: 400;
}
@media (min-width: 768px) {
  .hero h1,
  .page-hero h1,
  .hero .h1,
  .page-hero .h1 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .hero h1,
  .page-hero h1,
  .hero .h1,
  .page-hero .h1 {
    font-size: 36px;
  }
}
.hero .lead,
.page-hero .lead {
  margin: 5px 0 0 0;
}
@media (min-width: 768px) {
  .hero .lead,
  .page-hero .lead {
    font-size: 21px;
  }
}
.page-section {
  padding: 80px 0;
}
@media (max-width: 600px) {
  .page-section {
    padding: 30px 0;
  }
}
.section-header {
  max-width: 800px;
  margin: 0 auto 30px auto;
  text-align: center;
  padding: 0 20px;
}
.section-header .section-title,
.section-header h1 {
  margin: 0;
}
.section-header .lead {
  margin: 10px 0 0 0;
}
@media (min-width: 768px) {
  .section-header .lead {
    font-size: 18px;
  }
}
.section-title,
.section-header h1 {
  font-weight: bold;
}
@media (min-width: 768px) {
  .section-title,
  .section-header h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .section-title,
  .section-header h1 {
    font-size: 28px;
  }
}
.subhead {
  font-weight: 700;
  color: #C3922C;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .d-flex {
    display: block;
  }
}
/* Hero */
/* Zoom syntax */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1) rotate(0.02deg);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1) rotate(0.02deg);
  }
}
/* Zoom syntax */
/* Testimonials */
.testimonials-section {
  background: linear-gradient(rgba(248, 248, 248, 0.9), rgba(248, 248, 248, 0.9)), url(/img/home/testimonial-bg.jpg) no-repeat 50% 50% / cover;
}
.testimonials-section .stars {
  font-size: 1.2rem;
  color: #C3922C;
}
.testimonials-section .head {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.testimonials-section #carousel-testimonials .carousel-inner {
  width: 80%;
  margin: auto;
}
@media (min-width: 992px) {
  .testimonials-section #carousel-testimonials .carousel-inner {
    width: 90%;
  }
}
.testimonials-section #carousel-testimonials .carousel-inner .testimonial-content {
  position: relative;
  padding: 25px;
  background: #FFF;
  min-height: 400px;
}
@media (max-width: 991px) {
  .testimonials-section #carousel-testimonials .carousel-inner .testimonial-content {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .testimonials-section #carousel-testimonials .carousel-inner .testimonial-content {
    min-height: 375px;
  }
}
@media (max-width: 480px) {
  .testimonials-section #carousel-testimonials .carousel-inner .testimonial-content {
    min-height: 425px;
  }
}
.testimonials-section #carousel-testimonials .carousel-inner .testimonial-content .fa-star {
  font-size: 22px;
}
.testimonials-section #carousel-testimonials .carousel-inner .testimonial-content .h4 {
  font-weight: 500;
  color: #C3922C;
}
.testimonials-section #carousel-testimonials .carousel-control {
  background: none;
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  text-shadow: none;
}
@media (min-width: 992px) {
  .testimonials-section #carousel-testimonials .carousel-control {
    width: 1%;
  }
}
.testimonials-section #carousel-testimonials .carousel-control i {
  font-size: 35px;
  color: #000;
}
.testimonials-section #carousel-testimonials .carousel-control i:hover,
.testimonials-section #carousel-testimonials .carousel-control i:focus {
  color: #ddd;
}
/* Services */
.home-services {
  background: url(/img/home/pattern-diamonds.png) #FFF;
}
.home-services .services-outer .services {
  margin-top: 20px;
}
.home-services .services-outer .services a {
  display: block;
  padding: 0 10px;
  color: #272727;
}
@media (max-width: 991px) {
  .home-services .services-outer .services a {
    padding: 15px;
  }
}
.home-services .services-outer .services a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C3922C;
  color: #FFF;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.home-services .services-outer .services a .icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: solid 1px #FFF;
  border-radius: 50%;
  font-size: 1.5rem;
}
.home-services .services-outer .services a h2 {
  margin: 10px 0;
  font-size: 22px;
  color: #222;
  text-transform: uppercase;
}
.home-services .services-outer .services a:hover,
.home-services .services-outer .services a:focus {
  background: #FFF;
  border: solid 1px #C3922C;
  border-radius: 8px;
  transform: translateY(-8px);
}
/* About */
.about-section .about-bg {
  min-height: 600px;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/img/home/about-bg.jpg);
  background-size: cover;
  color: #FFF;
}
.about-section .about-bg .video-wrapper {
  position: relative;
  padding: 30px 50px;
}
@media (max-width: 991px) {
  .about-section .about-bg .video-wrapper {
    padding: 15px;
  }
}
.about-section .about-bg h2 {
  color: #FFF;
}
.about-section .about-content {
  padding: 50px;
}
.about-section .about-content h2 {
  margin: 0;
  font-size: 50px;
  text-transform: uppercase;
}
.about-section .about-content .h3 {
  margin-top: 10px;
  font-weight: normal;
  font-size: 30px;
}
@media (min-width: 992px) {
  .about-section .about-content {
    max-width: 700px;
    float: left;
  }
}
@media (max-width: 991px) {
  .about-section .about-content {
    padding: 25px 10px;
  }
}
.about-section .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  margin-left: -45px;
  margin-top: -45px;
  line-height: 90px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #C3922C;
  text-align: center;
  font-size: 40px;
}
/* Benefits */
.home-benefits {
  background: url(/img/home/pattern-diamonds-dark.png) #000;
}
.home-benefits h2 {
  color: #FFF;
}
.home-benefits .benefit {
  padding: 1rem;
  background: #FFF;
}
.home-benefits .benefit .h4 {
  text-transform: uppercase;
  font-size: 24px;
}
@media (max-width: 991px) {
  .home-benefits .benefit {
    margin-top: 1.5rem;
  }
}
/* Brands */
.brands-section {
  padding: 50px 0;
  background: #FFF;
}
/* Quote */
.quote-section {
  background-color: rgba(0, 0, 0, 0.85);
}
.quote-section .section-header {
  margin-bottom: 25px;
}
.quote-section .h2 {
  font-size: 50px;
  color: #C3922C;
}
.quote-section .panel-body {
  padding: 0;
}
.hero-form .panel {
  background: #333;
}
@media (min-width: 992px) {
  .hero-form .panel {
    position: absolute;
    right: 15px;
    top: auto;
    width: 320px;
    bottom: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #333;
  }
}
.hero-form .section-header {
  display: block;
}
.hero-form .section-header .lead {
  display: none;
}
.hero-form .section-header .h2 {
  font-size: 30px;
}
.toplevel-page.static .page-hero {
  margin-bottom: 0;
}
.toplevel-page .page-hero {
  margin-bottom: 20px;
}
.toplevel-page .page-hero .hero-inner {
  max-width: 800px;
  margin: auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .toplevel-page .page-hero h1,
  .toplevel-page .page-hero .h1 {
    font-size: 50px;
  }
}
.three-column-page .page-nav-btn-group {
  margin-top: 0;
}
.three-column-page .page-nav-btn-group h2 {
  font-weight: bold;
}
@media (min-width: 992px) {
  .three-column-page .page-nav-btn-group h2 {
    display: none;
  }
}
.three-column-page .page-nav-btn-group .btn {
  width: 100%;
  text-align: left;
}
.three-column-page .panel-quote-form .horizontal {
  text-align: center;
}