﻿/*
    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 {
  transition: transform 0.3s linear;
}
.slide-up-hover:hover {
  transform: translateY(-5px);
}
.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;
}
body {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
}
/* 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%;
}
.aggregate-reviews .review-stars {
  color: #ffc221;
  margin-bottom: 5px;
}
.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 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: #9A1F23;
}
.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;
}
.sub-heading {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Arial, san-serif;
}
@media (max-width: 991px) {
  .sub-heading {
    margin-top: 25px;
  }
}
.rounded {
  border-radius: 10px;
  overflow: hidden;
}
.border-0 {
  border: 0;
}
.rounded-0 {
  border-radius: 0;
}
.shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.bg-primary {
  background: #9A1F23;
  color: #fff;
}
.bg-primary a {
  color: #ccc;
  text-decoration: underline;
}
.bg-primary a:hover,
.bg-primary a:focus {
  color: #fff;
  text-decoration: none;
}
.bg-secondary {
  background: #202F66;
  color: #fff;
}
.bg-secondary a {
  color: #ccc;
  text-decoration: underline;
}
.bg-secondary a:hover,
.bg-secondary a:focus {
  color: #fff;
  text-decoration: none;
}
.bg-img {
  background: no-repeat 50% 50%;
  background-size: cover;
}
.cta-section {
  background: #292f61 url(/img/home/cta-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.cta-section h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
}
.cta-section .content {
  font-size: 24px;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
.latest-reviews {
  border: 1px solid #DBDBDB;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.company-blog {
  border: 1px solid #DBDBDB;
  padding: 0;
  margin-bottom: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
/* Media Queries
   ---------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .m-center {
    text-align: center;
  }
}
a {
  color: #9A1F23;
}
/*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: #202F66;
  border-color: #202F66;
  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 {
  background: #2c418d;
  border-color: #2c418d;
}
.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: #202F66;
  border-color: #202F66;
  color: #fff;
}
.page-builder-styles .pb-gallery-section .pb-all-galleries-btn:hover,
.page-builder-styles .pb-gallery-section .pb-all-galleries-btn:focus {
  background: #2c418d;
  border-color: #2c418d;
}
.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: #202F66;
  border-color: #202F66;
  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 {
  background: #2c418d;
  border-color: #2c418d;
}
.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: #202F66;
  border-color: #202F66;
  color: #fff;
}
.page-builder-styles .pb-testimonials-section .pb-testimonials-btn:hover,
.page-builder-styles .pb-testimonials-section .pb-testimonials-btn:focus {
  background: #2c418d;
  border-color: #2c418d;
}
.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: 110px;
}
@media (max-width: 767px) {
  body.fixed-navigation {
    padding-top: 44px;
    /*needs to match .navbar-main height*/
  }
}
@media (min-width: 768px) {
  .transparent {
    padding-top: 0;
  }
  .transparent.fixed-navigation {
    padding-top: 0;
  }
  .transparent.fixed-navigation .navbar-main {
    background: #fff;
  }
  .transparent.fixed-navigation .navbar-main .navbar-brand img {
    filter: none;
  }
  .transparent.fixed-navigation .navbar-main .navbar-phone-number {
    color: #333;
  }
  .transparent.fixed-navigation .navbar-main .aMain {
    color: #333;
  }
  .transparent.fixed-navigation .navbar-main .aMain:hover,
  .transparent.fixed-navigation .navbar-main .aMain:focus,
  .transparent.fixed-navigation .navbar-main .aMain.active {
    color: #999;
  }
  .transparent .navbar-main {
    background: transparent;
    position: absolute;
  }
  .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 1px 0 rgba(0, 0, 0, 0.1);
}
.navbar-main {
  min-height: unset;
  background: #fff;
  border: 0;
  transition: all 0.2s ease-in;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.navbar-main .navbar-brand {
  padding: 0;
  height: auto;
}
@media (min-width: 768px) {
  .navbar-main .navbar-brand {
    height: 110px;
    display: inline-flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .navbar-main .navbar-brand {
    padding: 5px 0;
    line-height: 70px;
  }
}
.navbar-main .navbar-brand img {
  height: auto;
  transition: all 0.2s ease-in;
}
@media (max-width: 767px) {
  .navbar-main .navbar-brand img {
    height: 50px;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .navbar-main .navbar-brand img {
    height: 35px;
    margin-top: 18px;
  }
}
.navbar-main .hd-agent {
  float: left;
  margin-left: 10px;
  height: 110px;
  display: inline-flex;
  align-items: center;
}
.navbar-main .hd-agent img {
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .navbar-main .hd-agent {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .navbar-main .hd-agent {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .navbar-main .hd-agent {
    width: 70px;
    height: 70px;
  }
}
.navbar-main .navbar-toolbar {
  float: right;
  line-height: 70px;
}
@media (max-width: 991px) {
  .navbar-main .navbar-toolbar {
    margin-right: 10px;
    line-height: 110px;
  }
}
@media (max-width: 767px) {
  .navbar-main .navbar-toolbar {
    margin-top: 5px;
    line-height: 70px;
  }
}
.navbar-main .navflyout-toggle {
  float: right;
  margin-top: 18px;
  background: transparent;
  color: #5b5b5b;
  border-radius: 0;
  font-size: 30px;
}
@media (max-width: 991px) {
  .navbar-main .navflyout-toggle {
    line-height: 110px;
    margin-right: -5px;
    margin-top: 0;
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .navbar-main .navflyout-toggle {
    margin-top: 5px;
    line-height: 70px;
  }
}
.navbar-main .navbar-phone-number {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  vertical-align: middle;
  color: #202F66;
}
.navbar-main .navbar-flyout .mobile-nav-toggle {
  display: none;
}
.navbar-main .navbar-flyout .navbar-nav {
  float: none;
}
.navbar-main .navbar-flyout .navbar-nav li:nth-child(6) .dropdown-menu {
  right: 0;
  left: unset;
}
@media (min-width: 992px) {
  .navbar-main .navbar-flyout {
    text-align: center;
    clear: right;
    float: right;
  }
  .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: #292929;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 992px) {
  .navbar-main .aMain:hover,
  .navbar-main .aMain:focus,
  .navbar-main .aMain.active {
    color: #999;
  }
}
@media (max-width: 500px) {
  .navbar-toolbar .btn-quote {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-phone-number {
    line-height: 32px;
  }
  .navbar-nav .aMain {
    padding-top: 0;
    padding-bottom: 0px;
  }
  .navbar-toolbar {
    line-height: 110px;
  }
  .navbar-toolbar .btn-call {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-flyout {
    clear: both;
  }
}
@media (min-width: 992px) {
  .navflyout-toggle {
    display: none;
  }
  .navbar-nav .aMain {
    line-height: 40px;
  }
}
@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: 500px) {
  .btn-quote-ft-mobile {
    bottom: -50px;
    transition: bottom 0.2s linear;
  }
  .btn-quote-ft-mobile.showme {
    bottom: 0;
  }
}
@media (max-width: 500px) {
  .gads-tracking-number-mobile {
    width: 48px;
    text-align: right;
    line-height: normal;
  }
}
.navbar-main .navbar-flyout .navbar-nav li:nth-child(4) .dropdown-menu {
  right: 0;
  left: unset;
}
.navbar-main .navbar-flyout .navbar-nav li:nth-child(5) .dropdown-menu {
  right: 0;
  left: unset;
}
.breadcrumbs {
  margin-top: 20px;
}
.breadcrumbs .breadcrumb {
  background-color: transparent;
  padding: 8px 0;
  margin: 0;
  font-size: 85%;
}
.breadcrumbs a {
  color: #999;
}
.footer,
.copyright {
  background: #F4F4F4;
  padding: 20px 0;
  color: #333;
}
.footer a,
.copyright a {
  color: #333;
}
.footer a:hover,
.copyright a:hover,
.footer a:focus,
.copyright a:focus {
  color: #999;
}
.footer .footer-heading {
  color: #9A1F23;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px 0;
}
.footer .credibility-value {
  font-weight: bold;
  font-size: 21px;
}
.footer .horizontal .aggregate-reviews .credibility-value {
  margin-top: 0;
}
.footer a,
.site-map a {
  display: inline-block;
  padding: 4px 0;
}
.site-map a {
  display: inline-block;
  padding: 10px 0;
}
.copyright {
  text-align: center;
}
.copyright .btn-group-social-media {
  margin-bottom: 20px;
}
.copyright .btn-group-social-media .btn-circle {
  width: 36px;
  line-height: 36px;
  padding: 0;
  font-size: 18px;
  background: transparent;
  height: 36px;
  background: #9A1F23;
}
@media (max-width: 500px) {
  .copyright {
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .copyright {
    text-align: center;
  }
  .copyright .btn-group-social-media {
    margin-bottom: 15px;
  }
}
.fa-brands,
.fab.fa-x-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa-x-twitter::before {
  content: "";
  background-image: url(/img/home/twitter.png);
  width: 16px;
  height: 16px;
  margin-bottom: -1px;
  margin-left: 4px;
  display: inline-block;
  background-size: cover;
}
.btn {
  white-space: normal;
}
.btn-primary {
  background: #9A1F23;
  border-color: #9A1F23;
  color: #fff;
  text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #c4282d;
  border-color: #c4282d;
}
.btn-info {
  background: #202F66;
  border-color: #202F66;
  color: #fff;
}
.btn-info:hover,
.btn-info:focus {
  background: #2c418d;
  border-color: #2c418d;
}
.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: #9A1F23;
  border: 1px solid #9A1F23;
  background: transparent;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: #fff;
  background: #9A1F23;
  border-color: #9A1F23;
}
.btn-outline-white {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  text-transform: uppercase;
}
.btn-outline-white:hover,
.btn-outline-white:focus {
  color: #333;
  background: #fff;
  border-color: #fff;
}
.btn-circle {
  border-radius: 50%;
}
.btn {
  border-radius: 0;
  font-weight: 700;
  transition: all 0.4s ease 0s;
  white-space: normal;
}
.btn:hover,
.btn:focus {
  transition: all 0.4s ease 0s;
}
.btn-quote {
  padding: 7px 15px;
  margin-left: 15px;
}
@media (max-width: 600px) {
  .btn-quote {
    padding: 7px 12px;
  }
}
.btn-padding {
  padding: 10px 0;
}
.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;
}
.panel-quote-form .credibility {
  padding-top: 15px;
}
.panel-quote-form .credibility .item {
  margin-bottom: 20px;
}
.panel-quote-form .credibility .item img {
  width: 125px;
}
.panel-quote-form,
.bg-quote-weather-appt {
  background: #202F66;
  color: #fff;
  border-radius: 0;
}
.panel-quote-form .form-group,
.bg-quote-weather-appt .form-group {
  margin-bottom: 7px;
}
.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;
}
.hero-quote-section {
  width: 320px;
}
@media (max-width: 991px) {
  .hero-quote-section {
    background: #202F66;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .hero-form .panel {
    position: absolute;
    right: 15px;
    bottom: 75px;
    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: #202F66;
}
.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;
}
.sticky-sidebar {
  position: sticky;
  top: 110px;
}
.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/hero2.jpg);
}
.cb-slideshow li:nth-child(2) span {
  background-image: url(/img/home/hero3.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/hero1.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 .hero .h1 {
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 767px) {
  .home-page .hero .h1 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .home-page .hero.page-hero-form .hero-inner .hero-padding {
    padding: 0 48px;
  }
}
.home-page .btn-lg {
  min-width: 250px;
}
.home-page .home-content {
  background: #FFF;
}
.home-page .home-content .home-services-section {
  background: rgba(32, 47, 102, 0.07);
}
@media (min-width: 992px) {
  .home-page .home-content .home-services-section .home-services {
    margin-top: -90px;
  }
}
.home-page .home-content .home-services-section .home-services .service {
  background: #fff;
  padding: 28px;
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-top: 7px solid #202F66;
  border-bottom: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
}
.home-page .home-content .home-services-section .home-services .service img {
  max-height: 37px;
  margin-bottom: 15px;
}
.home-page .home-content .home-services-section .home-services .service h2 {
  color: #202F66;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  margin-top: 10px;
}
.home-page .home-content .home-services-section .home-services a {
  color: #333;
}
.home-page .home-content .home-services-section .home-services a:hover,
.home-page .home-content .home-services-section .home-services a:focus {
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.home-page .home-content .about-section {
  background: rgba(32, 47, 102, 0.07);
}
.home-page .home-content .about-section img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.home-page .home-content .about-section .sub-heading {
  color: #9A1F23;
}
.home-page .home-content .about-section .about-logos {
  margin-top: 30px;
}
.home-page .home-content .about-section .about-logos img {
  box-shadow: none;
  max-height: 90px;
}
.home-page .home-content .why-choose-section {
  background: #202F66;
}
.home-page .home-content .why-choose-section .why-choose-bg {
  min-height: 550px;
  background: url(/img/home/why-choose-bg.jpg) no-repeat top center;
  background-size: cover;
}
.home-page .home-content .why-choose-section .why-choose-content {
  padding: 50px;
  color: #fff;
}
.home-page .home-content .why-choose-section .why-choose-content .sub-heading {
  color: #c5c9d7;
}
.home-page .home-content .why-choose-section .why-choose-content h2 {
  font-size: 28px;
  line-height: 38px;
}
.home-page .home-content .why-choose-section .why-choose-content .h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.42857143;
}
.home-page .home-content .reviews-section {
  background: rgba(32, 47, 102, 0.07);
}
.home-page .home-content .reviews-section .testimonial {
  background: #fff;
  padding: 50px 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.home-page .home-content .reviews-section .testimonial .stars {
  color: #ffc221;
}
.home-page .home-content .reviews-section .testimonial .stars .fa-star {
  font-size: 1.4em;
}
.home-page .home-content .reviews-section .testimonial small {
  color: #9A1F23;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
.hero,
.page-hero {
  color: #fff;
  position: relative;
  height: 650px;
}
@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: 45px 0 97px;
}
@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-quote-section,
.page-hero .hero-container .hero-row .hero-quote-section {
  display: none;
}
.hero.page-hero-form,
.page-hero.page-hero-form {
  height: auto;
  background: rgba(0, 0, 0, 0.4) 70% 50% / cover no-repeat;
}
@media (max-width: 767px) {
  .hero.page-hero-form .page-hero-bg,
  .page-hero.page-hero-form .page-hero-bg {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .hero.page-hero-form .video-hero-bg,
  .page-hero.page-hero-form .video-hero-bg {
    height: 450px;
  }
}
@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: 450px;
    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: rgba(32, 47, 102, 0.82);
}
.hero.page-hero-form .hero-container .hero-row .hero-quote-section .panel-quote-form .section-header,
.page-hero.page-hero-form .hero-container .hero-row .hero-quote-section .panel-quote-form .section-header {
  display: none;
}
.hero h1,
.page-hero h1,
.hero .h1,
.page-hero .h1 {
  margin: 0;
}
@media (min-width: 768px) {
  .hero h1,
  .page-hero h1,
  .hero .h1,
  .page-hero .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .hero h1,
  .page-hero h1,
  .hero .h1,
  .page-hero .h1 {
    font-size: 28px;
  }
}
.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: 50px 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 {
  margin: 0;
}
.section-header .lead {
  margin: 10px 0 0 0;
}
@media (min-width: 768px) {
  .section-header .lead {
    font-size: 18px;
  }
}
.section-title {
  font-weight: bold;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 21px;
  }
}
.offers-section {
  text-align: center;
}
.offers-section .col-sm-4 {
  float: none;
  display: inline-block;
}
.toplevel-page.static .page-hero {
  margin-bottom: 0;
}
.toplevel-page .page-hero {
  height: auto;
  background: rgba(0, 0, 0, 0.4) 70% 50% / cover no-repeat;
  margin-bottom: 20px;
}
.toplevel-page .page-hero h1,
.toplevel-page .page-hero .h1 {
  font-size: 42px;
}
@media (max-width: 767px) {
  .toplevel-page .page-hero h1,
  .toplevel-page .page-hero .h1 {
    font-size: 36px;
  }
}
.toplevel-page .page-hero .div-table {
  padding: 45px 0px;
}
.toplevel-page .container-page {
  padding: 40px 15px;
}
.special-page .page-hero {
  height: 770px;
  background: rgba(0, 0, 0, 0.4) 70% 50% / cover no-repeat;
}
@media (max-width: 400px) {
  .special-page .page-hero {
    height: 575px;
  }
}
.special-page .company-blog {
  box-shadow: none;
}
@media (min-width: 992px) {
  .special-page .home-services-section .home-services {
    margin-top: -90px;
  }
}
.special-page .home-services-section .home-services .service {
  background: #fff;
  padding: 28px;
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-top: 7px solid #202F66;
  border-bottom: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
}
.special-page .home-services-section .home-services .service img {
  max-height: 37px;
  margin-bottom: 15px;
}
.special-page .home-services-section .home-services .service .h4 {
  color: #202F66;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
}
.special-page .home-services-section .home-services a {
  color: #333;
}
.special-page .home-services-section .home-services a:hover,
.special-page .home-services-section .home-services a:focus {
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.special-page .widget-part .widget-holder {
  text-align: center;
  vertical-align: top;
}
@media (min-width: 992px) {
  .special-page .widget-part .widget-holder .latest-reviews {
    width: 31.5%;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .special-page .widget-part .widget-holder .offer-panel {
    width: 31.5%;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
  }
}
.special-page .widget-part .widget-holder .offer-panel .panel-body {
  min-height: 170px;
}
@media (min-width: 992px) {
  .special-page .widget-part .widget-holder .company-blog {
    width: 31.5%;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
  }
}
.special-page .widget-part .widget-holder .company-blog img {
  max-width: 100%;
  margin-bottom: 15px;
}
.special-page .widget-part .widget-holder .company-blog .blog-image {
  height: 200px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .special-page .widget-part .widget-holder .company-blog .blog-image {
    height: auto;
  }
}
.special-page .widget-part .widget-holder .company-blog .panel-body {
  padding: 15px;
}
.special-page .widget-part .widget-holder .company-blog .panel-inner {
  min-height: 170px;
}
@media (min-width: 992px) {
  .special-page .widget-part .latest-reviews {
    min-height: 470px;
  }
}
.special-page .widget-part .latest-reviews h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  color: #9A1F23;
  font-size: 18px;
}
.special-page .widget-part .latest-reviews .btn-page-link {
  background: #202F66;
  border-color: #202F66;
  color: #fff;
  text-align: center;
  border-radius: 0;
  font-weight: 700;
  transition: all 0.4s ease 0s;
  white-space: normal;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
}
.special-page .widget-part .latest-reviews .btn-page-link:hover {
  background: #2c418d;
  border-color: #2c418d;
}
@media (min-width: 992px) {
  .special-page .widget-part .company-blog {
    min-height: 470px;
  }
}
.special-page .widget-part .company-blog .post-header a {
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  color: #9A1F23;
  font-size: 18px;
}
.special-page .widget-part .company-blog .post-continue {
  background: #202F66;
  border-color: #202F66;
  color: #fff;
  text-align: center;
  border-radius: 0;
  font-weight: 700;
  transition: all 0.4s ease 0s;
  white-space: normal;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
}
.special-page .widget-part .company-blog .post-continue:hover {
  background: #2c418d;
  border-color: #2c418d;
}
@media (min-width: 992px) {
  .special-page .widget-part .panel-default {
    min-height: 470px;
  }
}
.special-page .post-entry {
  display: none;
}
.hero-page .page-hero {
  height: 650px;
  background: rgba(0, 0, 0, 0.4) 70% 50% / cover no-repeat;
}
@media (max-width: 767px) {
  .hero-page .page-hero {
    height: 500px;
  }
}
.reviews-section {
  background: rgba(32, 47, 102, 0.07);
}
.reviews-section .testimonial {
  background: #fff;
  padding: 50px 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.reviews-section .testimonial .stars {
  color: #ffc221;
}
.reviews-section .testimonial .stars .fa-star {
  font-size: 1.4em;
}
.reviews-section .testimonial small {
  color: #9A1F23;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
.area-page {
  /*.bg-truck-handshake {
        background: url(/img/page/area-truck-handshake.jpg) no-repeat 50% 50%;
        background-size: cover;
        min-height: 250px;
    }

    .bg-storage {
        background: url(/img/page/area-storage.jpg) no-repeat 50% 50%;
        background-size: cover;
        min-height: 250px;
    }*/
}
.area-page .page-hero {
  height: 770px;
}
.area-page a.panel-service {
  display: block;
  color: #333;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.area-page a.panel-service:hover,
.area-page a.panel-service:focus {
  text-decoration: none;
}
.area-page a.panel-service img {
  width: 100%;
}
.area-page .mw-content {
  max-width: 750px;
  padding: 30px;
}
@media (min-width: 992px) {
  .area-page .mw-content {
    padding: 100px;
  }
}
.area-page .services-columns img {
  width: 100%;
  height: auto;
}
.area-page .styled-check-list {
  list-style: none;
  padding: 0;
}
.area-page .styled-check-list li {
  padding-left: 24px;
  margin-left: 0;
  position: relative;
  z-index: 0;
}
.area-page .styled-check-list li::before {
  position: absolute;
  left: 0px;
  top: 6px;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  color: #9A1F23;
  font-weight: bold;
  line-height: 1;
  z-index: 2;
}
.area-page .styled-check-list li::after {
  background: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 4px;
  content: "";
}
.quote-page .stars {
  color: #ffc221;
}
.careers-page .page-hero .hero-inner {
  max-width: 100%;
  text-align: center;
}
.careers-page .join {
  padding: 50px 0;
}
.careers-page .join .section-head {
  text-align: center;
}
.careers-page .join .section-head h2 {
  font-size: 32px;
  font-weight: 700;
  color: #202F66;
}
.careers-page .join .job {
  font-size: 16px;
  color: #202F66;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  margin-top: 15px;
}
.careers-page .join ul {
  margin: 0 0 20px 12px;
  padding: 0;
}
.careers-page .why-choose-section {
  background: #202F66;
}
.careers-page .why-choose-section .why-choose-bg {
  min-height: 550px;
  background: url(/img/page/career-why-choose.jpg) no-repeat top center;
  background-size: auto;
  background-size: cover;
}
.careers-page .why-choose-section .why-choose-content {
  padding: 50px;
  color: #fff;
}
.careers-page .why-choose-section .why-choose-content h2 {
  font-size: 28px;
  line-height: 38px;
}
.careers-page .about-section {
  background: rgba(32, 47, 102, 0.07);
  padding: 70px 0;
}
.careers-page .about-section h2 {
  color: #202F66;
  margin-top: 0;
}
.careers-page .about-section a {
  text-decoration: underline;
  font-size: 16px;
  color: #0645AD;
  font-weight: 700;
}
.careers-page .cta-section {
  background: #9a1f23 url(/img/page/cta-bg.jpg) no-repeat center center;
  background-size: auto;
  background-size: cover;
  color: #fff;
}
.careers-page .cta-section h2 {
  font-size: 32px;
  font-weight: 600;
}
.careers-page .cta-section a {
  font-size: 16px;
}
.careers-page .our-values {
  padding: 50px 0;
}
.careers-page .our-values h2 {
  text-align: center;
  font-size: 32px;
  color: #202F66;
  font-weight: 600;
  margin-bottom: 20px;
}
.careers-page .our-values .head {
  color: #202F66;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.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;
}