@charset "UTF-8";
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** VARIABLES ******/
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** MIXINS ******/
/* FONT MIXINS */
.fs1 {
  font-size: 1rem !important;
}
.fs2 {
  font-size: 2rem !important;
}
.fs3 {
  font-size: 3rem !important;
}
.fs4 {
  font-size: 4rem !important;
}
.fs5 {
  font-size: 5rem !important;
}
.fs6 {
  font-size: 6rem !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.center-it {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.no-padding {
  padding: 0 !important;
}
.primary-color {
  color: #FFFFFF !important;
}
.primary-bg {
  background-color: #FFFFFF !important;
}
.secondary-color {
  color: #FFFFFF !important;
}
.secondary-bg {
  background-color: #FFFFFF !important;
}
.btn-primary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
  background-color: #e6e6e6 !important;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within {
  background-color: #e6e6e6;
  color: #000;
  border-color: #FFFFFF;
}
.text-white {
  color: #fff !important;
}
.text-white * {
  color: #fff;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-around {
  justify-content: space-around;
}
.flex-center-wrap {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .flex-sm-align-items-stretch-center {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap;
  }
  .flex-sm-align-items-stretch-center > div {
    align-self: center;
  }
}
.ws-form-container {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.ws-form-container .ws-form-title-container {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
  font-size: 15px;
  padding: 20px;
  font-weight: bold;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  color: #fff !important;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.ws-form-container .ws-form-title-container * {
  color: #fff;
}
.ws-form-container .ws-form-title-container .ws-fa-icon-container {
  margin: 0 10px;
}
.ws-form-container .ws-form-body-container {
  padding: 10px;
}
.ws-form-container .ws-form-body-container .form__warn {
  text-align: center !important;
}
.ws-form-container .ws-form-body-container .gform_footer .gform_button {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.white-overlay {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.black-overlay {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.fancy-radio ul, .fancy-radio-primary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio ul .radio, .fancy-radio-primary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio ul .radio input, .fancy-radio-primary ul .radio input {
  display: none !important;
}
.fancy-radio ul .radio input + label, .fancy-radio-primary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio ul .radio input[type=radio]:checked + label, .fancy-radio-primary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-radio-secondary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio-secondary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio-secondary ul .radio input {
  display: none !important;
}
.fancy-radio-secondary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio-secondary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-checkbox li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 40px !important;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox li.checkbox input {
  margin-left: 0 !important;
  left: 15px !important;
  margin-top: 0 !important;
}
.fancy-checkbox li.checkbox input:checked + label {
  background-color: #d9d9d9 !important;
}
.fancy-checkbox-alt li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox-alt li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 10px;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox-alt li.checkbox input {
  margin-left: 30px;
  left: 15px;
  margin-top: 0;
  display: none !important;
}
.fancy-checkbox-alt li.checkbox input:checked + label {
  background-color: #d9d9d9;
}
.fancy-checkbox-alt li.checkbox input:checked + label:before {
  font-family: "Font Awesome 5 Pro";
  color: #35D040;
  content: "";
  font-size: inherit;
  margin-right: 10px;
  list-style: none !important;
}
.strong {
  font-weight: bold !important;
}
@media only screen and (min-width: 768px) {
  .megamenu ul.dropdown-menu {
    width: 100vw;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
  }
  .megamenu ul.dropdown-menu > li {
    float: left;
    width: 33%;
  }
  .megamenu ul.dropdown-menu > li a {
    background-color: #000;
    color: #fff !important;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .megamenu ul.dropdown-menu > li a img {
    display: block;
    clear: both;
    height: 125px;
    width: 100%;
  }
  .megamenu ul.dropdown-menu > li a img:hover {
    opacity: 0.6;
    transition: all 1.25s;
  }
  .megamenu ul.dropdown-menu > li a span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
  }
}
.slick-slider .slick-single-outer-container {
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.04);
  padding: 0 35px;
}
@media only screen and (min-width: 1200px) {
  .slick-slider .slick-single-outer-container {
    padding: 0 15px;
  }
}
.slick-slider .slick-single-outer-container .slick-single-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #252525;
  border-radius: 10px;
  padding: 40px 60px;
}
.slick-slider .slick-single-outer-container .slick-single-inner-container .carousel-caption {
  position: unset;
}
.slick-slider .slick-dots {
  display: flex;
  padding: 0;
  width: 100%;
  justify-content: space-around;
  max-width: 300px;
  align-items: center;
  margin: 20px auto;
  cursor: pointer;
}
.slick-slider .slick-dots li {
  list-style: none !important;
}
.slick-slider .slick-dots li::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "";
  font-weight: bold;
}
.slick-slider .slick-dots li.slick-active::before {
  color: red;
}
.slick-slider .slick-dots button {
  display: none;
}
.black {
  color: #333 !important;
}
.lowcase {
  text-transform: math-auto !important;
}
.margin-t60 {
  margin-top: 60px;
}
.separator {
  position: relative;
  width: 210px;
  margin-top: 15px;
}
.separator::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 2px;
  right: 0px;
  height: 1px;
  background-color: #c6c6c6;
}
.separator::after {
  position: absolute;
  content: "";
  left: 0px;
  top: -1px;
  width: 50px;
  height: 7px;
  background-color: #0073b7;
}
.separator-center {
  position: relative;
  width: 210px;
  margin: 15px auto 0px;
}
.separator-center::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 2px;
  right: 0px;
  height: 1px;
  background-color: #c6c6c6;
}
.separator-center::after {
  position: absolute;
  content: "";
  left: 50%;
  top: -1px;
  width: 50px;
  height: 7px;
  background-color: #0073b7;
  margin-left: -25px;
}
.main-title {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  color: #004c8f;
  margin-bottom: 0px;
}
.main-subtitle {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 47px;
  text-transform: uppercase;
  color: #004c8f;
  margin-bottom: 0px;
}
.subtitle-sm {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  color: #004c8f;
  margin-bottom: 0px;
}
.text-normal, p, ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #333;
}
.btn-blue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  padding: 5px 30px;
  border-radius: 8px;
  border: 0;
  background: linear-gradient(#0073b7, #004c8f);
  transition: all 500msease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500msease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.btn-blue:hover {
  color: #fff !important;
  background: linear-gradient(#008add, #0056a2);
}
.btn-white {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  color: #333;
  padding: 5px 30px;
  border-radius: 8px;
  border: 0;
  background: linear-gradient(#e8e8e8, #c2c2c2);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.btn-white:hover {
  color: #333 !important;
  background: linear-gradient(#d7d7d7, #f7f7f7);
}
#header.header .top-area .container .row .row-cols-2 {
  padding-right: 0px;
}
#header.header .top-area .container .row .row-cols-2 .col:last-child {
  display: flex;
  justify-content: flex-end;
  padding-right: 0px;
}
#header.header .top-area .container .row .row-cols-2 .col:last-child .main_menu .navbar .container-fluid {
  padding-right: 0px;
}
#header.header .top-area .container .row .row-cols-2 .col:last-child .main_menu .navbar .container-fluid #menu-main_menu-1 li a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 14px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
#header.header .top-area .container .row .row-cols-2 .col:last-child .main_menu .navbar .container-fluid #menu-main_menu-1 li a:hover {
  color: #004c8f;
}
#header.header .top-area .container .row .row-cols-2 .col:last-child .main_menu .navbar .container-fluid #menu-main_menu-1 li:last-child a {
  padding-right: 0px;
}
#header.header .top-area .container .row .row-cols-2 .col:last-child .main_menu .navbar .container-fluid #menu-main_menu-1 .active a {
  color: #004c8f;
}
.home-banner-title {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 85px;
  font-weight: 800;
  line-height: 95px;
  color: #fff;
  text-shadow: -3px 5px 4px rgba(0, 0, 0, 0.6);
  margin-bottom: 0px;
}
.video-container {
  position: relative;
  height: 80vh;
  padding-left: 0px;
  padding-right: 0px;
}
.video-container #myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video-container .content {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pump-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}
.pump-container .pump-item {
  flex: 1 1 30%;
  max-width: 32%;
  padding: 50px 30px;
  border-radius: 20px;
  box-shadow: 22.78px 18.99px 44.3px 0px #00000017;
}
.pump-container .pump-item i {
  font-size: 50px;
  color: #004c8f;
}
.pump-container .pump-item h3 {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  text-transform: uppercase;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
}
.pump-container .pump-item p {
  margin-bottom: 0px;
}
.news-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}
.news-container .news-item {
  flex: 1 1 30%;
  max-width: 32%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.news-container .news-item:hover .image-post img {
  opacity: 0.6;
  transform: scale(1.05, 1.05);
}
.news-container .news-item .image-post {
  flex: 1 1 auto;
  overflow: hidden;
  background-color: #111111;
}
.news-container .news-item .image-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.news-container .news-item .item-info {
  flex: 1 1 50%;
  padding: 25px 25px 15px;
}
.news-container .news-item .item-info h3 {
  margin: 0px;
}
.news-container .news-item .item-info h3 a {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  color: #1a78c1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-container .news-item .item-info h3 a:hover {
  color: #0073b7;
  text-decoration: none;
}
.news-container .news-item .item-info p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
  margin-top: 12px;
  margin-bottom: 0px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.news-container .news-item .item-info .item-date {
  display: flex;
  justify-content: flex-start;
  gap: 0px 30px;
  padding-top: 18px;
}
.news-container .news-item .item-info .item-date .date, .news-container .news-item .item-info .item-date .time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0px 10px;
}
.news-container .news-item .item-info .item-date .date i, .news-container .news-item .item-info .item-date .time i {
  color: #333;
}
.news-container .news-item .item-info .item-date .date span, .news-container .news-item .item-info .item-date .time span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
  color: #333;
}
.title-contact {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #004c8f;
  margin: 0px 0px 25px;
}
.info-container {
  display: flex;
  flex-direction: column;
}
.info-container .info-item {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.info-container .info-item i {
  color: #333;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.info-container .info-item a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  text-decoration: none !important;
  color: #333;
}
.info-container .info-item a:hover {
  color: #333;
  text-decoration: underline !important;
}
.info-container .info-item p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  color: #333;
}
.cstm_map iframe {
  width: 100%;
}
.row-home-contact {
  margin-top: 60px;
}
.home-form_wrapper, .quote-form_wrapper {
  border-radius: 5px;
  padding: 30px 35px 15px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.home-form_wrapper .gform_heading, .quote-form_wrapper .gform_heading {
  display: none;
}
.home-form_wrapper .home-form input[type="text"], .home-form_wrapper .home-form input[type="email"], .home-form_wrapper .home-form input[type="tel"], .home-form_wrapper .home-form textarea, .home-form_wrapper .quote-form input[type="text"], .home-form_wrapper .quote-form input[type="email"], .home-form_wrapper .quote-form input[type="tel"], .home-form_wrapper .quote-form textarea, .quote-form_wrapper .home-form input[type="text"], .quote-form_wrapper .home-form input[type="email"], .quote-form_wrapper .home-form input[type="tel"], .quote-form_wrapper .home-form textarea, .quote-form_wrapper .quote-form input[type="text"], .quote-form_wrapper .quote-form input[type="email"], .quote-form_wrapper .quote-form input[type="tel"], .quote-form_wrapper .quote-form textarea {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  font-weight: 400;
  padding: 14px 18px;
  border-radius: 4px;
  z-index: 1;
  height: 58px;
  background: #f7f7f8;
  border: 1px solid #e8e8e9;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.home-form_wrapper .home-form input[type="text"]::-webkit-input-placeholder, .home-form_wrapper .home-form input[type="email"]::-webkit-input-placeholder, .home-form_wrapper .home-form input[type="tel"]::-webkit-input-placeholder, .home-form_wrapper .home-form textarea::-webkit-input-placeholder, .home-form_wrapper .quote-form input[type="text"]::-webkit-input-placeholder, .home-form_wrapper .quote-form input[type="email"]::-webkit-input-placeholder, .home-form_wrapper .quote-form input[type="tel"]::-webkit-input-placeholder, .home-form_wrapper .quote-form textarea::-webkit-input-placeholder, .quote-form_wrapper .home-form input[type="text"]::-webkit-input-placeholder, .quote-form_wrapper .home-form input[type="email"]::-webkit-input-placeholder, .quote-form_wrapper .home-form input[type="tel"]::-webkit-input-placeholder, .quote-form_wrapper .home-form textarea::-webkit-input-placeholder, .quote-form_wrapper .quote-form input[type="text"]::-webkit-input-placeholder, .quote-form_wrapper .quote-form input[type="email"]::-webkit-input-placeholder, .quote-form_wrapper .quote-form input[type="tel"]::-webkit-input-placeholder, .quote-form_wrapper .quote-form textarea::-webkit-input-placeholder {
  color: #666;
}
.home-form_wrapper .home-form input[type="text"]:focus, .home-form_wrapper .home-form input[type="email"]:focus, .home-form_wrapper .home-form input[type="tel"]:focus, .home-form_wrapper .home-form textarea:focus, .home-form_wrapper .quote-form input[type="text"]:focus, .home-form_wrapper .quote-form input[type="email"]:focus, .home-form_wrapper .quote-form input[type="tel"]:focus, .home-form_wrapper .quote-form textarea:focus, .quote-form_wrapper .home-form input[type="text"]:focus, .quote-form_wrapper .home-form input[type="email"]:focus, .quote-form_wrapper .home-form input[type="tel"]:focus, .quote-form_wrapper .home-form textarea:focus, .quote-form_wrapper .quote-form input[type="text"]:focus, .quote-form_wrapper .quote-form input[type="email"]:focus, .quote-form_wrapper .quote-form input[type="tel"]:focus, .quote-form_wrapper .quote-form textarea:focus {
  border-color: #004c8f;
}
.home-form_wrapper .home-form input[type="text"]:focus-visible, .home-form_wrapper .home-form input[type="email"]:focus-visible, .home-form_wrapper .home-form input[type="tel"]:focus-visible, .home-form_wrapper .home-form textarea:focus-visible, .home-form_wrapper .quote-form input[type="text"]:focus-visible, .home-form_wrapper .quote-form input[type="email"]:focus-visible, .home-form_wrapper .quote-form input[type="tel"]:focus-visible, .home-form_wrapper .quote-form textarea:focus-visible, .quote-form_wrapper .home-form input[type="text"]:focus-visible, .quote-form_wrapper .home-form input[type="email"]:focus-visible, .quote-form_wrapper .home-form input[type="tel"]:focus-visible, .quote-form_wrapper .home-form textarea:focus-visible, .quote-form_wrapper .quote-form input[type="text"]:focus-visible, .quote-form_wrapper .quote-form input[type="email"]:focus-visible, .quote-form_wrapper .quote-form input[type="tel"]:focus-visible, .quote-form_wrapper .quote-form textarea:focus-visible {
  outline: none;
}
.home-form_wrapper .home-form #input_1_1_3_container, .home-form_wrapper .home-form #input_2_1_3_container, .home-form_wrapper .quote-form #input_1_1_3_container, .home-form_wrapper .quote-form #input_2_1_3_container, .quote-form_wrapper .home-form #input_1_1_3_container, .quote-form_wrapper .home-form #input_2_1_3_container, .quote-form_wrapper .quote-form #input_1_1_3_container, .quote-form_wrapper .quote-form #input_2_1_3_container {
  padding-right: 0px;
}
.home-form_wrapper .home-form #gform_submit_button_1, .home-form_wrapper .home-form #gform_submit_button_2, .home-form_wrapper .quote-form #gform_submit_button_1, .home-form_wrapper .quote-form #gform_submit_button_2, .quote-form_wrapper .home-form #gform_submit_button_1, .quote-form_wrapper .home-form #gform_submit_button_2, .quote-form_wrapper .quote-form #gform_submit_button_1, .quote-form_wrapper .quote-form #gform_submit_button_2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  padding: 13px 35px;
  border-radius: 8px;
  background: linear-gradient(#0073b7, #004c8f);
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.home-form_wrapper .home-form #gform_submit_button_1:hover, .home-form_wrapper .home-form #gform_submit_button_2:hover, .home-form_wrapper .quote-form #gform_submit_button_1:hover, .home-form_wrapper .quote-form #gform_submit_button_2:hover, .quote-form_wrapper .home-form #gform_submit_button_1:hover, .quote-form_wrapper .home-form #gform_submit_button_2:hover, .quote-form_wrapper .quote-form #gform_submit_button_1:hover, .quote-form_wrapper .quote-form #gform_submit_button_2:hover {
  color: #fff !important;
  background: linear-gradient(#008add, #0056a2);
  text-decoration: none;
}
.certifications-carousel {
  margin-top: 60px;
}
.certifications-carousel .certifications-item {
  display: flex;
  justify-content: center;
}
.certifications-carousel .certifications-item img {
  width: auto !important;
  height: 100px;
}
.certifications-carousel .owl-nav .owl-prev, .certifications-carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 40px);
  font-size: 40px !important;
  color: #333 !important;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.certifications-carousel .owl-nav .owl-prev:hover, .certifications-carousel .owl-nav .owl-next:hover {
  color: #333 !important;
  background: transparent !important;
  transform: scale(1.2);
}
.certifications-carousel .owl-nav .owl-prev {
  left: 0;
}
.certifications-carousel .owl-nav .owl-next {
  right: 0;
}
.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.services-container .services-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 45%;
  max-width: 50%;
  padding: 50px;
  border-radius: 8px;
  background-color: #f7f7f8;
  border: 1px solid #dededf;
}
.services-container-pdf {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.services-container-pdf .services-item-pdf {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 30%;
  max-width: 32%;
  padding: 50px;
  border-radius: 8px;
  background-color: #f7f7f8;
  border: 1px solid #dededf;
}
.pdf-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px 30px;
}
.pdf-container .pdf-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.pdf-container .pdf-item i {
  font-size: 18px;
  color: #004c8f;
}
.pdf-container .pdf-item a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #333;
  text-decoration: none;
}
.pdf-container .pdf-item a:hover {
  text-decoration: underline;
}
.cstm-borderb {
  border-bottom: 1px solid #e5e5e5;
}
.emails-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}
.emails-container .emails-item {
  flex: 1 1 23%;
  max-width: 25%;
  text-align: center;
  box-shadow: 22.78px 18.99px 44.3px 0px #00000017;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.emails-container .emails-item i {
  font-size: 50px;
  color: #004c8f;
}
.emails-container .emails-item h3 {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 31px;
  color: #004c8f;
  margin-top: 20px;
  margin-bottom: 10px;
}
.emails-container .emails-item a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #333;
  text-decoration: none;
}
.emails-container .emails-item a:hover {
  text-decoration: underline;
}
#footer-widgets {
  padding: 50px 0px 0px;
}
.social-fa-module {
  display: flex !important;
  justify-content: flex-start;
  gap: 25px;
  margin-top: 25px;
}
.social-fa-module a {
  font-size: 16px;
  text-decoration: none;
  padding-left: 0px;
  padding-right: 0px;
}
.social-fa-module a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  color: #fff !important;
  font-size: 16px;
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #ffffff1a;
  cursor: pointer;
}
.social-fa-module a span:hover {
  background-color: #f7f7f7;
  border-color: #fff;
  color: #333 !important;
  text-decoration: none !important;
}
.social-fa-module a:hover {
  text-decoration: none !important;
}
#footer-widgets .widget-title {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  color: #fff;
  margin: 0px 0px 15px;
  text-align: left;
}
.text-footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
.text-footer-1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #ccc;
  margin-bottom: 0px;
}
.text-footer-1 a {
  color: #ccc;
  text-decoration: none;
}
.text-footer-1 a:hover {
  color: #ccc;
  text-decoration: underline !important;
}
#footer-widget-2 {
  border-left: 1px solid #242729;
}
#menu-quick_links li {
  width: fit-content;
  margin-bottom: 10px;
}
#menu-quick_links li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  color: #fff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
#menu-quick_links li a:hover {
  color: #fff;
  text-decoration: underline;
}
#menu-quick_links li:last-child {
  margin-bottom: 0px;
}
.link-container {
  display: flex;
  align-items: center;
  gap: 0px 5px;
  color: #fff;
}
.link-container i {
  width: 16px;
  height: 16px;
}
.link-container p, .link-container a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  margin: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.link-container a:hover {
  text-decoration: underline !important;
}
body.page-template-default {
  background: url(https://syspumps.iseo.biz/wp-content/uploads/2025/02/form-bg.jpg) repeat !important;
}
footer#footer {
  width: 100vw;
  position: absolute;
  left: 0;
  background-color: #181c1d;
  margin-top: -20px;
  z-index: -2;
}
h2.certifications-title {
  background: #f9f9f9;
  padding: 3px 6px;
  font-family: "Arial Narrow", Arial, Helvetica, Sans-Serif;
  color: #666;
  position: absolute;
  left: 46px;
  z-index: 2;
}
#site-container {
  margin-top: 25px;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.75);
  background-color: #fff;
}
div#footer-widgets, .basement.outer-container {
  max-width: 1000px;
}
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.ws-menu .navbar {
  width: 100%;
}
footer #footer-widgets, #footer-widgets > .container, .basement > .container {
  background-color: #181c1d;
}
header#header {
  margin-bottom: 15px;
}
header#header .navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  --bs-navbar-padding-y: 0 !important;
}
header#header .top-area {
  padding: 0;
  background-image: linear-gradient(to bottom, #0064a8, #005b9f, #005396, #004a8d, #004284);
}
ul#menu-main_menu-1 {
  width: 100%;
}
ul#menu-main_menu-1 li {
  flex-grow: 1;
  text-align: center;
  text-transform: uppercase;
}
.cta-roof-number {
  display: flex;
  align-items: center;
  justify-content: end;
}
.cta-roof-number p {
  margin-bottom: 0;
}
.banner-container {
  background-image: url(https://syspumps.iseo.biz/wp-content/uploads/2025/02/home-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 320px;
}
.banner-container .btn-container {
  margin-top: 220px;
  margin-left: 400px;
  display: flex;
  gap: 10px;
}
.ws-section.section.section-50 {
  padding: 10px 0;
}
.ws-section.section.section-106 {
  padding: 0 0 20px 0;
}
#highlight {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
#highlight .box {
  display: flex;
  background: #dfe7f0;
  border: 1px solid #e2e2e2;
  width: 33%;
  padding: 6px;
}
#highlight .box div {
  background: #f8f8f8;
  font-family: "Arial Narrow", Arial, Helvetica, Sans-Serif;
  color: #666;
}
#highlight .box div .icon {
  background: url(https://syspumps.iseo.biz/wp-content/uploads/2025/02/highlight-box-icons.jpg) left top no-repeat;
  display: block;
  float: left;
  width: 62px;
  margin: 13px 0 0 10px;
}
#highlight .box div.services .icon {
  height: 56px;
}
#highlight .box div.design .icon {
  background-position: left -56px;
  height: 56px;
}
#highlight .box div.certifications .icon {
  background-position: left -112px;
  height: 51px;
}
#highlight .box div h2 {
  margin: 0 0 10px;
  padding-top: 10px;
  padding-left: 15px;
  color: #666;
}
#highlight .box div p {
  margin: 0;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 5px;
  line-height: 1.5;
  color: #666;
}
.certifications-carousel {
  display: flex;
}
.certifications-carousel .certifications-item {
  flex-grow: 1;
  text-align: center;
}
.certifications-carousel .certifications-item img {
  max-height: 70px;
  object-fit: contain;
}
div#main {
  float: left;
  width: 66%;
  padding: 0 15px 0 15px;
  border-right: 1px solid #eee;
}
div#main h1 {
  font-family: "Arial Narrow", Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-weight: normal;
  color: #333;
  margin: 0 0 15px;
}
div#main h2 {
  border-bottom: 1px solid #e2e2e2;
  color: #004284;
  margin: 15px 0 10px;
  font-size: 18px;
  text-transform: uppercase;
}
div#main h3 {
  font-family: "Arial Narrow", Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  margin: 10px 0 5px;
  font-weight: 600;
  color: #666;
}
div#main p, div#main li {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}
div#main a.pdf {
  background: url(https://syspumps.iseo.biz/wp-content/uploads/2025/02/pdf-icon.png) no-repeat scroll left center transparent;
  margin-bottom: 7px;
  padding-left: 28px;
  display: block;
  height: 23px;
}
div#sidebar {
  float: right;
  width: 33%;
  padding: 0 18px;
}
div#sidebar h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #666;
}
div#sidebar p {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 13px;
  color: #666;
}
/***** MEDIA QUERIES *****/
@media screen and (max-width: 1199px) {
  .video-container {
    height: 66vh;
  }
  .news-container .news-item .item-info .item-date {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .emails-container .emails-item {
    flex: 1 1 30%;
    max-width: 32%;
  }
}
@media screen and (max-width: 991px) {
  #header.header .top-area .container .row .row-cols-2 .col:last-child .main_menu .navbar .container-fluid #menu-main_menu-1 li a {
    padding: 8px;
  }
  .video-container {
    height: 50vh;
  }
  .pump-container .pump-item {
    flex: 1 1 45%;
    max-width: 50%;
  }
  .news-container .news-item {
    flex: 1 1 45%;
    max-width: 50%;
  }
  .news-container .news-item .item-info .item-date {
    flex-direction: row;
  }
  .banner-container .btn-container {
    margin-top: 205px;
    margin-left: 350px;
  }
  .services-container .services-item {
    padding: 20px;
  }
  .services-container-pdf .services-item-pdf {
    padding: 20px;
  }
  #highlight .box div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .social-fa-module {
    gap: 15px;
  }
  .link-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu .navbar {
    background-color: #fff;
    padding-bottom: 0px !important;
    padding-top: 0px;
  }
  .mobile-menu .navbar .container {
    padding: 0px;
  }
  .mobile-menu .navbar .container .navbar-header .row .col:nth-of-type(1) {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .mobile-menu .navbar .container .navbar-header .row .col:nth-of-type(1) .navbar-brand img {
    width: 165px;
  }
  .mobile-menu .navbar .container .navbar-header .row .col:nth-of-type(2) {
    flex: 1 1 50%;
    max-width: 50%;
    text-align: right;
  }
  .mobile-menu .navbar .container .navbar-header .row .col:nth-of-type(1), .mobile-menu .navbar .container .navbar-header .row .col:nth-of-type(2) {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(https://syspumps.iseo.biz/wp-content/uploads/2024/12/header-bg.webp);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile-menu .navbar .container .navbar-header .row .col .navbar-toggler {
    background-color: #004c8f;
  }
  .mobile-menu .navbar .container .navbar-header .row .col .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .mobile-menu .navbar .container .navbar-header .row .col .navbar-toggler:focus {
    box-shadow: none;
  }
  .mobile-menu .navbar .container .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #fff 0, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%);
    padding: 12px;
  }
  .mobile-menu .navbar .container .navbar-collapse #menu-main_menu li {
    padding-bottom: 5px;
  }
  .mobile-menu .navbar .container .navbar-collapse #menu-main_menu li a {
    border: 1px dashed #bebebe;
    display: inline-block;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #242424;
    text-transform: uppercase;
    text-decoration: none;
    padding: 9px 26px;
    width: 100%;
  }
  .mobile-menu .navbar .container .navbar-collapse #menu-main_menu li .mobile_menu_dropdown_arrow {
    border: 0;
    width: auto;
    top: -43px;
  }
  .mobile-menu .navbar .container .navbar-collapse #menu-main_menu li ul.dropdown-menu {
    background-color: transparent;
    text-align: left;
    margin-left: 10px;
    padding-bottom: 0px;
  }
  .video-container {
    height: 400px;
  }
  .roof, #header.header {
    display: none !important;
  }
  .module-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-title {
    font-size: 40px;
    line-height: 50px;
  }
  .main-subtitle {
    font-size: 33px;
    line-height: 43px;
  }
  .subtitle-sm {
    font-size: 28px;
    line-height: 38px;
  }
  .btn-blue, .btn-white {
    font-size: 16px;
    line-height: 28px;
    padding: 13px;
  }
  .home-banner-title {
    font-size: 65px;
    line-height: 75px;
  }
  .banner-container .banner-content {
    height: 100%;
  }
  .banner-container .banner-content .btn-container {
    justify-content: center;
    align-items: flex-end;
    height: 90%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .pump-container .pump-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .news-container .news-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .news-container .news-item .image-post {
    flex: 1 1 auto;
  }
  .news-container .news-item .item-info {
    flex: 1 1 auto;
    padding: 25px;
  }
  #highlight {
    flex-direction: column;
  }
  #highlight .box {
    width: 100%;
  }
  #highlight .box div {
    width: 100%;
  }
  .certifications-carousel {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 40px;
  }
  .certifications-carousel .certifications-item {
    flex-grow: 0;
  }
  #footer-widget-2 {
    margin-top: 20px;
  }
  .text-footer-1 {
    text-align: center;
  }
  .services-container .services-item {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 50px;
  }
  .services-container-pdf .services-item-pdf {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 50px;
  }
  .emails-container .emails-item {
    flex: 1 1 45%;
    max-width: 50%;
  }
  #footer-widgets .widget-title {
    text-align: center;
  }
  .text-footer {
    text-align: center;
  }
  .social-fa-module {
    justify-content: center;
    margin-bottom: 20px;
  }
  #menu-quick_links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .link-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .home-form_wrapper .home-form #input_1_1_3_container, .home-form_wrapper .home-form #input_2_1_3_container, .home-form_wrapper .quote-form #input_1_1_3_container, .home-form_wrapper .quote-form #input_2_1_3_container, .quote-form_wrapper .home-form #input_1_1_3_container, .quote-form_wrapper .home-form #input_2_1_3_container, .quote-form_wrapper .quote-form #input_1_1_3_container, .quote-form_wrapper .quote-form #input_2_1_3_container {
    margin-bottom: 0px;
  }
  .home-form_wrapper .home-form #input_2_6_1_container, .home-form_wrapper .home-form #input_2_6_3_container, .home-form_wrapper .quote-form #input_2_6_1_container, .home-form_wrapper .quote-form #input_2_6_3_container, .quote-form_wrapper .home-form #input_2_6_1_container, .quote-form_wrapper .home-form #input_2_6_3_container, .quote-form_wrapper .quote-form #input_2_6_1_container, .quote-form_wrapper .quote-form #input_2_6_3_container {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
  .text-normal, p, ul {
    font-size: 16px;
    line-height: 26px;
  }
  .home-banner-title {
    font-size: 55px;
    line-height: 65px;
  }
  .main-title {
    font-size: 35px;
    line-height: 45px;
  }
  .btn-container {
    flex-direction: column;
  }
  .btn-container a {
    width: 100%;
  }
  .pump-container .pump-item h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .services-container .services-item {
    padding: 20px;
  }
  .services-container-pdf .services-item-pdf {
    padding: 20px;
  }
  .emails-container .emails-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .banner-container .banner-content {
    height: 100%;
  }
  .banner-container .banner-content .btn-container {
    justify-content: flex-end;
    align-items: center;
  }
  div#main {
    float: none;
    width: 100%;
    padding: 0px;
    border-radius: 0px;
  }
  div#sidebar {
    float: none;
    width: 100%;
    padding: 0px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 424px) {
  .home-banner-title {
    font-size: 46px;
    line-height: 56px;
  }
  .home-form_wrapper, .quote-form_wrapper {
    padding: 30px 15px 15px;
  }
}
@media screen and (max-width: 374px) {
  .news-container .news-item .item-info .item-date {
    flex-direction: column;
  }
}
