/*!
Theme Name: Phountain Water Filters 2025
Theme URI: https://them.es/starter
Author: Logic Web Media
Author URI: https://them.es/
Description: 
Version: 2.4.2
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: quality-review-services
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/******* Global **********/
body{font-family: "Plus Jakarta Sans", sans-serif;font-weight: 400;color:#505D68;}
.font1 {
	font-family: "Plus Jakarta Sans", sans-serif;
}
.font2 {
	font-family: "Bebas Neue", sans-serif;
}
h1,h2,h3,h4,h5{font-family: "Plus Jakarta Sans", sans-serif;font-weight: 800;color:#015490}
body h1 {
  font-size: 50px;
}
body h2 {
  font-size: 42px;
}
body h3 {
  font-size: 31px;
  color: #0266AD;
}
body h4 {
  font-size: 25px;
}
h4{font-weight: 700;}
body h5 {
font-size: 20px;
  font-weight: 500;
  color: #1F4E6F;
}
body h6 {
  font-size: 17px;
  font-weight: 500;
}
h2.big {
  font-size: 55px;
}

body a {
  color: #1cae00;
}
body a:hover, body a:focus {
  color: #0266AD;
  text-decoration: none;
}
.upper{text-transform: uppercase;}
.blue{color:#0266AD;}
.dark-blue{color:#0a335c;}
.white{color:#fff;}
.fw-700{font-weight: 700;}
.orange{color:#f5884c;}
.btn {
display: inline-block;
font-weight: 600;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: .9rem 2em;
line-height: 1.5;
border-radius: 50px;
letter-spacing: 0.72px;
border: 2px solid;
}

.btn-info, .btn-default{color:#fff; background-color: #1CAE00; border-color: #1CAE00;text-transform: uppercase;font-weight: 600;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;}
.btn-info.focus,.btn-info:focus,.btn-info:hover, .btn-default.focus,.btn-default:focus,.btn-default:hover{color:#fff; background-color: #0266AD; border-color: #0266AD;text-decoration: none;}
.btn.btn-info:focus {
  box-shadow: none;
}
.btn.btn-info.btn-transparent {
  background-color: transparent;
  border-color: #0266AD;
  color: #0266AD;
}
.btn.btn-info.btn-transparent:hover {
  background-color: #0266AD;
  border-color: #0266AD;
  color: #fff;
}
.btn.btn-info.btn-light-green {
  background-color: #C7F2BF;
  color: #1CAE00;
  border-color: #C7F2BF;
}
.btn.btn-info.btn-light-green:hover {
  border-color: #1CAE00;
}
.btn.btn-link {
  padding: 0;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #0266AD;
  transition: .3s all ease-in-out;
}
.btn.btn-link:hover {
  text-decoration: none;
  color: #1cae00 !important;
}
.btn.btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}
.btn.btn-info.hover-light:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0266AD;
}

h2.title-detail, h3.title-detail, h4.title-detail{
display: grid;
grid-template-columns: 50px max-content 50px;
grid-template-rows: 20px 0;
grid-gap: 20px;
align-items: center;
justify-content: center;
}

h2.title-detail:after, h3.title-detail:after, h4.title-detail:after{
content: " ";
display: block;
height:5px;
background: rgb(35,103,169);
background: linear-gradient(90deg, rgba(35,103,169,1) 0%, rgba(255,255,255,0) 100%);
}

h2.title-detail:before, h3.title-detail:before, h4.title-detail:before {
content: " ";
display: block;
height:5px;
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(35,103,169,1) 100%);
}

input:focus, textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #eee;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
}



/******* Header **********/

.top-bar {
  background-image: url("img/pHountain-Water-menu-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 3px solid #1CAE00;
  padding: 13px 15px;
}
.top-bar p {
  font-weight: 500;
  letter-spacing: 1px;
}
.top-bar p a {
  transition: .2s all ease-in-out;
}
.top-bar p a:hover {
  text-decoration: none;
  color: #C7F2BF !important;
}
nav#header {
  background-image: url("img/pHountain-Water-menu-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 3px solid #1CAE00;
  padding: 0px 15px;
}

nav#header.navbar.fixed-top{
	padding:0px 0px;
}
.header-top .navbar-brand img {
  height: 86px;
}

@media only screen and (min-width: 1200px) {
.dropdown:hover>.dropdown-menu {
  display: block;
}    
}

nav#header.navbar-expand-xl .navbar-nav .nav-link{
padding: .8rem 1.5rem;
}

a.nav-link.btn.btn-info{
margin-top: 15px;
color: #fff;
margin-left: 10px;
font-size: .74rem;
padding: .75rem 1.75rem;
}

nav{background-color: #fff;}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  transition: .2s all ease-in-out;
}
.nav-link:hover, .nav-link:focus {
color: #C7F2BF;
}

.dropdown1 .dropdown-menu {
  min-width: 20rem;
}
.dropdown-menu {
padding: 0px;
margin: 0px;
color: #0a335c;
border: none;
border-radius: 0px;
}
.dropdown-item {
display: block;
width: 100%;
padding: .75rem 1.5rem;
clear: both;
font-weight: 400;
color: #0266AD;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
border-bottom: 1px solid #eee;
}
.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #1cae00;
}

.search-icon i {
  font-size: 19px;
  cursor: pointer;
}
.search-icon i:hover {
  color: #C7F2BF !important;
}
#search-box {
  opacity: 0;
  overflow: hidden;
  transform: scale(0);
  display: flex;
  align-items: center;
  background-color: rgba(0,0,0,.8);
  bottom: 0;
  height: 100vh;
  left: 0;
  padding: 0 15%;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s ease-in-out;
  z-index: 9998;
}
.search-form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  text-align: center;
  font-size: 45px;
  color: #fff;
}
.search-form input::placeholder {
  color: #adadad;
}
.search-form input:focus {
  background-color: transparent;
  color: #fff;
}
#close-search-icon {
  z-index: 99;
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.container {
  max-width: 1247px !important;
}
.pad-200 {
  padding: 200px 0;
}
.pad-100 {
  padding: 100px 0;
}
.pad-tp-100 {
  padding-top: 100px;
}
.pad-btm-100 {
  padding-bottom: 100px;
}
.pad-80 {
  padding: 80px 0;
}
.pad-tp-80 {
  padding-top: 80px;
}
.pad-btm-80 {
  padding-bottom: 80px;
}
.big {
  font-size: 22px;
}
.rounded-3 {
	border-radius: 16px !important;
}
.rounded-2 {
	border-radius: 10px;
}
.rounded-1 {
	border-radius: 5px;
}
.pri-clr {
	color: #0266AD;
}
.sec-clr {
	color: #1CAE00;
}
.blue-clr {
	color: #00A0DD;
}
.dark-blue-clr {
	color: #1F4E6F;
}
.fw-semibold {
	font-weight: 600;
}
.fw-medium {
	font-weight: 500;
}
.pri-bg {
	background-color: #0266AD;
}
.light-bg {
	background-color: #F0F6F9;
}
.light-blue-bg {
	background-color: #EEF7FF;
}
.h-500 {
  height: 500px;
}
.object-cover {
  object-fit: cover;
  object-position: center;
}
.position-sticky {
  top: 60px;
  height: 100%;
}
.lh-14 {
  line-height: 1.4;
}


/******* Carousel **********/

#carouselExampleCaptions{
margin-top: 130px;
}

.carousel-caption h2{color:#fff;font-size: 40px;}
.carousel-caption p{font-size: 18px;
margin: 18px 0px;}

.carousel-caption{position:absolute;right:25%;top: 35px;left:25%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}



/******* HOME  **********/

.hero-section {
  background-image: url("img/Long-Island-Hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 3px solid #1CAE00;
  position: relative;
}
.hero-section::before {
  content: '';
  background-color: transparent;
  background-image: linear-gradient(180deg, #0000007D 89%, #FFFFFF63 98%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hero-form iframe {
  margin-top: -20px;
}
.hero-off-img {
  width: 106px;
}
.testimonial-name img {
  width: 30px;
}
.testimonial-name p {
  font-weight: 600;
}
.wave-section {
  margin-top: -165px;
}
.play-icon {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border: 3px solid #cedce6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.play-icon i {
  color: #cedce6;
  font-size: 26px;
}
.btn-close {
  position: absolute;
  right: -46px;
  font-size: 30px;
  color: #fff;
  background-color: #1CAE00;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 18px;
}
.btn-close span {
  height: 30px;
  display: block;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
}
.modal-body {
  margin-bottom: -6px;
}
video#videoPlayer {
	width: 100%;
  height: 700px;
}

.home-why .icon {
  width: 64px;
  height: 64px;
  background-color: #00A0DD;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-why .icon i {
  color: #fff;
  font-size: 28px;
}
.iconBox {
  border: 1px solid #00A0DD;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wave-top-areas {
  background-image: url("img/Rectangle-41-copy.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding-top: 100px;
  padding-bottom: 115px;
}
.wave-top-areas::before {
  content: '';
  position: absolute;
  top: -65px;
  background: url("img/Phountain-water-filters_v2_02-1.jpg") no-repeat bottom center;
  height: 200px;
  width: 100%;
  z-index: 1;
  background-size: 100% 100%;
}
.service-areas {
  background-image: url("img/Rectangle-39-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -100px;
  position: relative;
  padding-top: 150px;
}
.service-areas::before {
  content: '';
  background-color: transparent;
  --background-overlay: '';
  background-image: linear-gradient(360deg, #FFFFFF 0%, #685E6100 2%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.service-areas img.map-img {
  height: 400px;
  object-fit: contain;
  object-position: center;
}
.founder-col {
  background-color: #E4F4FC;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  justify-content: end;
}
.founder-col::before {
  content: '';
  background-image: url("img/wave-card-set-copy-1-light-blue.png");
  --background-overlay: '';
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
  width: 100%;
  height: 250px;
}
.founder-col::after {
  content: '';
  background-image: url("img/wave-card-set-copy-1-light-blue.png");
  --background-overlay: '';
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
  width: 100%;
  height: 250px;
}
.founder-col .founder-col-inner {
  width: 600px;
  padding-right: 50px;
}
.team-col {
  background-color: transparent;
  background-image: linear-gradient(180deg, #FFF0 0%, #015FA2 6%);
  padding-top: 295px;
  padding-bottom: 200px;
  display: flex;
  justify-content: start;
}
.team-col::before {
  content: '';
  background-image: url("img/wave-card-set-copy-1-dark-blue.png");
  --background-overlay: '';
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
  width: 100%;
  height: 250px;
}
.team-col::after {
  content: '';
  background-image: url("img/wave-card-set-copy-1-dark-blue.png");
  --background-overlay: '';
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
  width: 100%;
  height: 250px;
}
.team-col .team-col-inner {
  width: 600px;
  padding-left: 50px;
}
.customNav button {
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: normal;
}
.customNav {
  display: flex;
  gap: 15px;
}
.customNav button i {
  color: #fff;
  font-size: 20px;
}
.customNav button:focus {
  outline: 0;
}
.home-testimonials::after {
  content: '';
  position: absolute;
  bottom: -155px;
  background: url("img/Phountain-water-filters_v2_10.jpg") no-repeat top center;
  height: 200px;
  width: 100%;
  background-size: 100% 100%;
}
.owl-nav {
  font-size: 60px;
  position: absolute;
  top: 34%;
  transform: translate(0, -50%);
  height: auto;
  line-height: 1 !important;
  width: 100%;
  left: 0;
  right: 0;
}
.owl-prev {
  left: -50px;
  position: absolute;
}
.owl-next {
  right: -50px !important;
  position: absolute;
  left: auto;
}
.owl-prev span, .owl-next span {
  color: #fff;
}
.testWrap img {
  margin: 0 auto;
}
.service-areas.home-testimonials {
  margin-bottom: 130px;
  padding-top: 220px;
}
.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
.owl-carousel button.owl-dot {
  background-color: #00A0DD99 !important;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0px 6px;
}
.owl-carousel button.owl-dot.active {
  background-color: #1FAF04 !important;
}
.f-18 {
  font-size: 18px;
}
.home-shop {
  background-image: url("img/Rectangle-38.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home-shop::before {
  content: '';
  background-image: url("img/wave-card-set-4.png");
   background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
}
.home-shop::after {
  content: '';
  background-image: url("img/Phountain-water-filters_v2_02.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
}

.postImg img {
  width: 100%;
  height: auto;
}
.postWrap.featuredWrap {
  position: relative;
}
.postWrap.featuredWrap .postImg a::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
}
.postWrap.featuredWrap .postImg img {
  border-radius: 10px;
}
.featuredWrap .postContent {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.postWrap h4.post-title {
  font-size: 23px;
}
.postWrap h4.post-title a {
  transition: .2s all ease-in-out;
}
.postWrap h4.post-title a:hover {
  color: #1FAF04;
}

.water-wave-footer {
  background-image: linear-gradient(180deg, #F1F7FA00 0%, #E8F6FEE3 100%);
  height: 240px;
  position: relative;
  background-color: transparent;
  z-index: -1;
}
.water-wave-footer::before {
  content: '';
  background-color: #FFFFFF00;
  background-image: url("img/wave-card-set-1-flip.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.water-wave-footer::after {
  content: '';
  background-color: #E8F6FE;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  z-index: -2;
}

.conWrap .icon {
  width: 50px;
  height: 50px;
  background-color: #00A0DD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conWrap .icon i {
  color: #fff;
  font-size: 20px;
}
.conWrap a {
  color: #505D68;
}
.conWrap a:hover {
  color: #1cae00;
}
.formWrap iframe {
  height: 580px !important;
}
.formWrap, .topForm {
  background-color: #015490;
  border-radius: 16px;
  border-width: 6px 0px 6px 0px;
  border-color: #1CAE00;
  border-style: solid;
  box-shadow: 0px 20px 60px -15px #000000;
}
.home-contact {
  background-color: transparent;
  background-image: linear-gradient(180deg, #E8F6FE 0%, #E8F6FE 100%);
}

/******* SUB PAGES  **********/

.inner-header {
    background-image: url("img/page-header-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 170px;
}
.testimonials-section .testWrap {
  background-color: #EEF7FF;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  padding: 40px;
  height: 100%;
}
.faqs-section .accordion .card-header .text-left.collapsed .fas.fa-chevron-down {
  transform: rotate(0deg);
}
.faqs-section .accordion .card-header .text-left .fas.fa-chevron-down {
  transition: all .3s linear;
  transform: rotate(-180deg);
  height: 20px;
  position: relative;
  top: 3px;
  right: -5px;
}
.accordion .card .card-header {
  padding: 0;
}
.accordion .card .card-header .text-left {
  cursor: pointer;
  color: #1cae00;
}
.accordion .card .card-header .text-left.collapsed {
  color: #0266AD;
}
.accordion .card {
  border-radius: 10px !important;
}
.accordion .card-header h6 {
  font-size: 18px;
  font-weight: 700;
}
.iconWrap .icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 10px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconWrap .icon img {
  width: 62px;
}
.numberWrap .icon {
  position: relative;
}
.numberWrap .icon::before {
  content: '';
  position: absolute;
  left: 50px;
  width: 3px;
  height: 100%;
  background: #8ad1ed;
  top: 35%;
  z-index: -1;
}
.numberWrap:last-child .icon::before {
  display: none;
}
.areas-served-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.areas-served-list li {
  max-width: 24.3%;
  flex: 24.3%;
}
.areas-served-list li a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
  display: block;
  transition: .2s all ease-in-out;
}
.areas-served-list li a:hover {
  background-color: #1CAE00;
  color: #fff;
  border-color: #1CAE00;
}
.play-icon.green {
  border-color: #1CAE00;
}
.play-icon.green i {
  color: #1CAE00;
}
.product-item .product-img {
  max-width: 35%;
  flex: 35%;
  background-color: #02528A;
  border-radius: 10px 0px 0px 10px;
  padding: 20px;
}
.product-item .product-info {
  max-width: 65%;
  flex: 65%;
  padding: 25px 20px 30px 20px;
}
.product-item .product-info .btn {
  padding: .6rem 1.3em;
  font-size: 14px;
}
.modal-header .close span, .modal-body .close span {
  font-size: 40px;
  font-weight: normal;
  line-height: 21px;
}
.modal-body li {
  display: flex;
}
.modal-body li i {
  margin-top: 4px;
}
.blog-section .postImg img, .search-results .postImg img {
  border-radius: 10px 10px 0px 0px;
}
.blog-section .postWrap, .search-results .postWrap {
  height: 100%;
}
#contentSingle h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
#contentSingle h2 strong {
  font-weight: 700;
}
.single.single-post .inner-header {
  padding-bottom: 180px;
}

/******* FOOTER  **********/


#footer {
    background-image: url("img/pHountain-Water-footer-bg.jpg");
    background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
    padding-top: 50px;
}
#footer h4, #footer i {
    color: #035E9F;
}
#footer a, #footer li, #footer p {
    color: #505D68;
    transition: .2s all ease-in-out;
}
#footer h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
ul.list-unstyled.nav-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: start;
  gap: 10px;
}
ul.list-unstyled.nav-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-unstyled.privacy-terms-link {
    margin: 0;
}
.foot-copy {
    border-top: 1px solid #00A0DD40;
}
#footer .foot-copy p a {
  color: #1cae00;
}
#footer a:hover, #footer .foot-copy p a:hover {
  text-decoration: none;
  color: #035E9F;
}
.socList a {
  width: 40px;
  height: 40px;
  display: flex;
  border: 1px solid #035E9F;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}
.socList a:hover, #footer .socList a:hover i {
  border-color: #1cae00;
  color: #1cae00;
}
.foot-logo {
  width: 250px;
}
#footer .foot-col {
  width: 20%;
  max-width: 20%;
}



@media only screen and (max-width: 1200px) {
  body h1 {
  font-size: 47px;
}
body h4 {
  font-size: 23px;
}
.hero-form h3 {
  font-size: 26px;
}
.big {
  font-size: 20px;
}
.btn {
  padding: .9rem 1.4em;
}
.wave-section {
  margin-top: -90px;
}
.service-areas {
  padding-bottom: 200px;
}
.home .home-about {
  margin-top: -110px;
}
.founder-col .founder-col-inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.team-col .team-col-inner {
  width: 100%;
  padding-left: 0;
  padding-right: 15px;
}
body h2 {
  font-size: 40px;
}
.service-areas.home-testimonials {
  background-position: top center;
  margin-bottom: 0;
  padding-bottom: 260px;
}
.home-testimonials::after {
  bottom: 0;
}
.featuredWrap .postContent {
  bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
body h3 {
  font-size: 29px;
}
.postWrap h4.post-title {
  font-size: 21px;
}
#footer .foot-col {
  width: 33%;
  max-width: 33%;
}
.areas-served-list li {
  max-width: 24.1%;
  flex: 24.1%;
}
.product-item .product-info .btn {
  padding: .6rem 1.2em;
  font-size: 11px;
}
.page-template-page-full .content .container.pad-80 {
  padding-top: 10px;
}
}


@media only screen and (max-width: 1199px) {
  .navbar-toggler:not(.collapsed) .fa-light.fa-xmark.d-none{display: block!important;}
	.navbar-toggler:not(.collapsed) .fa-light.fa-bars.d-block{display: none!important;}
  button.navbar-toggler:focus {
    outline: none;
  }
  nav#header.navbar .container {
    justify-content: space-between;
  }
  button.navbar-toggler {
    padding: 0;
    margin-left: 15px;
  }
  nav#header {
  background-image: url("img/mobile-nav-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 74px;
  background-position: top;
  padding: 5px 15px;
  background-color: #2C98CF;
}
nav#header .navbar-brand img {
  height: 55px;
}
button.navbar-toggler i {
  font-size: 28px;
}
.mobile-nav .fa-phone {
  font-size: 20px;
}
nav#header.navbar-expand-xl .navbar-nav .nav-link {
  padding: .8rem 0rem;
}
#navbar {
  margin-top: 15px;
}
.dropdown .dropdown-toggle::after {
  margin-left: 0;
  border-top: .4em solid;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent;
  float: right;
  margin-top: 11px;
}
.navbar-nav .dropdown-menu {
  background-color: transparent;
}
.navbar-nav .dropdown-menu .dropdown-item {
  border: none;
  color: #fff;
  text-transform: uppercase;
}
}


@media only screen and (max-width: 991px) {
.hero-section {
  background-position: -250px -337px;
  border-bottom: none;
}
.wave-section {
  margin-top: -165px;
}
body h2 {
  font-size: 38px;
}
.wave-top-areas {
  padding-top: 77px;
}
.wave-top-areas::before {
  top: 10px;
  height: 110px;
}
p.w-75 {
  width: 100% !important;
}
.home-shop::after {
  height: 140px;
}
body h1 {
  font-size: 44px;
}
.hero-testimonial {
  margin-bottom: 40px;
}
h2.big {
  font-size: 46px;
}
.vimeo-video {
  width: 100%;
  height: 420px;
}
.areas-served-list li {
  max-width: 23.9%;
  flex: 23.9%;
}
.testimonials-section .testWrap {
  padding: 30px 20px;
}
div.pt-mob-5 {
  padding-top: 50px;
}
.product-item .product-info .btn {
  padding: .6rem 1.5em;
  font-size: 14px;
}
}


@media only screen and (max-width: 767px) {
body h1 {
  font-size: 40px;
}
.hero-btn .btn.btn-info.btn-light-green {
  margin-left: 0px !important;
  margin-top: 20px;
}
.hero-section {
  background-position: -419px -395px;
}
.wave-section {
  margin-top: -100px;
}
.wave-top-areas::before {
  top: 0px;
}
.wave-top-areas {
  padding-bottom: 86px;
}
.inner-header.pad-100 {
  padding-bottom: 130px;
}
.pad-100 {
  padding: 80px 0;
}
.pad-tp-100 {
  padding-top: 80px;
}
.pad-btm-100 {
  padding-bottom: 80px;
}
.service-areas {
  padding-bottom: 270px;
}
.home .home-about {
  margin-top: -175px;
}
body h2 {
  font-size: 35px;
}
.founder-col::before {
  height: 150px;
}
.founder-col::after {
  height: 150px;
}
.founder-col {
  padding-top: 110px;
  padding-bottom: 110px;
}
.team-col::before {
  height: 150px;
}
.team-col::after {
  height: 150px;
}
.team-col {
  padding-top: 130px;
  padding-bottom: 140px;
}
.team-col .team-col-inner {
  padding-left: 15px;
}
.owl-prev {
  left: -22px;
}
.owl-next {
  right: -22px !important;
}
.system-img {
  width: 100%;
  height: auto;
}
body h3 {
  font-size: 26px;
}
.water-wave-footer {
  height: 151px;
}
.water-wave-footer::before {
  top: -25px;
}
#footer .foot-col {
  width: 100%;
  max-width: 100%;
}
#footer h4 {
  margin-top: 0;
}
img.foot-logo {
  width: 250px !important;
}
.vimeo-video {
  height: 256px;
}
.areas-served-list li {
  max-width: 48.8%;
  flex: 48.8%;
}
h2.big {
  font-size: 40px;
}
div.position-sticky {
  position: inherit !important;
}
.product-item .product-img {
  max-width: 100%;
  flex: 100%;
  border-radius: 10px 10px 0px 0px;
}
.product-item .product-info {
  max-width: 100%;
  flex: 100%;
}
.btn-close {
  right: 0;
  top: 0;
}
}


@media only screen and (max-width: 479px) {
.top-bar {
  padding: 13px 0px;
}
body h4 {
  font-size: 21px;
}
body h1 {
  font-size: 36px;
}
body h2 {
  font-size: 32px;
}
.big {
  font-size: 18px;
}
.hero-btn .btn.btn-info {
  width: 100%;
}
.hero-form h3 {
  font-size: 24px;
}
.home-story {
  padding-top: 30px;
}
.home-steps .videoWrap iframe {
  height: 187px;
}
.service-areas img.map-img {
  height: auto;
}
.home-faqs .icon-title {
  width: 250px;
  margin: 0 auto;
  align-items: start !important;
}
.home-faqs .icon-title img {
  margin-top: 7px;
}
.pad-200 {
  padding: 170px 0;
}
.home-shop::after {
  height: 100px;
}
.postWrap.featuredWrap h3.post-title {
  font-size: 22px;
  margin-top: 5px !important;
}
.featuredWrap .postContent {
  bottom: 10px;
}
.formWrap iframe {
  height: 621px !important;
}
#footer {
  padding-top: 0px;
}
.h-500 {
  height: 300px;
}
.vimeo-video {
  height: 188px;
}
.numberWrap .icon img {
  width: 70px;
}
.numberWrap .icon::before {
  left: 34px;
  top: 19%;
}
.areas-served-list li {
  max-width: 48.3%;
  flex: 48.3%;
}
.product-item .product-info .btn {
  padding: .6rem 1.3em;
  font-size: 12px;
}
#contentSingle h2 {
  font-size: 28px;
}
video#videoPlayer {
  height: auto;
}
.close {
  margin-right: 10px;
  margin-top: 5px;
}
}