/*!
Theme Name: Rubber Duck Plumbing 2024
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: "Manrope", sans-serif;font-weight: 500;color:#2d2d2d;font-size:16px;line-height: 1.6;}

h1,h2,h3,h4{font-family: "Manrope", sans-serif;font-weight: 800; color:#00195d;}

body h2{font-size: 60px;}
body h3{font-size: 40px;}
body h4{font-size: 30px;}
body h5 {font-size: 22px;font-family: "Manrope", sans-serif;font-weight: 800;color:#012c3c;}
body h2 span, body h3 span {
  color: #00a0e5;
}
body a {
  color: #00a0e5;
}
body a:hover{color:#00195d;}
.rightFont{font-family: 'Righteous', cursive;}

.upper{text-transform: uppercase;}
.blue{color:#00a0e5;}
.dark-blue{color:#00a0e5;}
.white{color:#fff;}
.fw-700{font-weight: 700;}
.orange{color:#666;}
.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;
font-size: 1rem;
line-height: 1.5;
border-radius: 2rem;
letter-spacing: 1px;
border-width: 1px;
border-style: solid;
}
#banner .btn.btn-transparent, .btn.btn-transparent.bordered {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #fff;
  color: #fff;
}
#banner .btn.btn-transparent:hover, .btn.btn-transparent.bordered:hover {
  background-color: #00195d;
  border-color: #00195d;
  color: #fff;
}
.btn.btn-transparent {
  background-color: transparent;
  border-color: #00a0e5;
  color: #00a0e5;
}
.btn.btn-transparent:hover {
  background-color: #00a0e5;
  border-color: #00a0e5;
  color: #fff;
}
.btn-info, .btn-default{color: #fff;
background-color: #00a0e5;
border-radius: 8px;
border-color: #00a0e5;
-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,.btn-info:active,.btn-default:active,.btn-info:checked,.btn-default:checked{color:#fff; background-color: #00195d; border-color:  #00195d;text-decoration: none;}


.btn-blue, .btn-blue:hover,.btn-blue:focus,.btn-blue:active,.btn-blue:checked{color: #fff;
background-color:transparent;
border-color: #fff;
	border-radius: 0px;
-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;text-decoration: none;}
.btn.btn-info.btn-black {
  background-color: #22282B;
  border-color: #22282B;
}
.btn.btn-info.btn-black:hover {
  background-color: #00195d;
  border-color: #00195d;
}
.btn.btn-link {
	padding: 0;
	border: none;
	text-transform: uppercase;
	color: #00a0e5;
	font-weight: 700;
	font-size: 14px;
}
.btn.btn-link:hover {
  color: #00195d;
}

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;
	color: #fff;
text-transform: uppercase;
font-family: 'Righteous', cursive;
font-weight: 400;
letter-spacing: 2px;
}

/*h2.title-detail:after, h3.title-detail:after, h4.title-detail:after{*/
/*content: "";*/
/*display: block;*/
/*height: 2px;*/
/*background-color: #fff;*/
/*width: 35px;*/
/*background-image: url(img/detail-right.png);*/
/*background-size: contain;*/
/*background-repeat: no-repeat;*/
/*background-position: left;*/
/*}*/

h2.title-detail:before, h3.title-detail:before, h4.title-detail:before {
content: " ";
display: block;
height: 2px;
background-color: #fff;
width: 0px;
/*background-image: url(img/detail-left.png);
background-size: contain;*/
/*background-repeat: no-repeat;*/
/*background-position: right;*/
}

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);
}

.large-padding{
	padding-top:150px;
	padding-bottom: 150px;
}
.pad-100{
	padding-top:100px;
	padding-bottom: 100px;
}
.pad-tp-100 {
	padding-top: 100px;
  }
  .pad-btm-100 {
	padding-bottom: 100px;
  }
.pad-50{
	padding-top:50px;
	padding-bottom: 50px;
}
.pad-25{
	padding-top:25px;
	padding-bottom: 25px;
}
.w-85 {
width: 85%!important;
}

.divider{
	width: 100px;
height: 3px;
background-color: #ecf2fe;
display: table;
margin: 20px auto;
}

.divider.div-left{
margin: 20px 0px;
}

.topText{
	color: #00a0e5;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 20px;
font-family: 'Righteous', cursive;
	font-weight: 400;
}
.topText+h1, .topText+h2, .topText+h3{
margin-top: 5px;
}

.fw-400{
	font-weight: 400 !important;
}

ul.bullList li{
position: relative;
padding: 5px 0 5px 22px;
	}
		ul.bullList li::before{
color: #00a0e5;
vertical-align: middle;
top: 7px;
position: absolute;
left: 0;
content: "\f324";
display: inline-block;
font-family: "Font Awesome 6 Pro";
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
	}

.gray-bg {
background-color: #F6F7F9;
padding-top: 75px;
padding-bottom: 75px;
}
.grey-bg {
background-color: #F6F7F9;
}


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

nav#header {
box-shadow: none;
width: 100%;
padding: 8px 20px;
background-color: #fff;
}

.flexia-sticky-navbar nav#header{
-webkit-box-shadow: 1px 1px 20px 1px rgba(0,0,0,.3);
box-shadow: 1px 1px 20px 1px rgba(0,0,0,.3);
}


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

nav#header.navbar-expand-xl .navbar-nav .nav-link{
padding: 1rem 1.4rem;
}

.navbar-expand-xl .navbar-nav .nav-link:hover, .navbar-expand-xl .navbar-nav .nav-link:active {
color: #101F2F;
}

.navbar-expand-xl .navbar-nav li:last-child .nav-link {
padding: 8px 20px;
text-transform: none;
color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
color: #16181b !important;text-decoration: none;background-color:#f8f9fa!important;
}



nav{background-color: transparent;}

.nav-link {
color: #00195d;
font-size: 16px;
letter-spacing: 1px;
}
.nav-link:hover {
color: #F0631D;
}

nav#header #navbar .nav-link.btn.btn-info {
  font-family: "Manrope", sans-serif;
  padding: .9rem 1.2rem;
}
.navbar-brand {
padding-top: 0rem;
}

.navbar-brand img {
width: 300px;
height: auto !important;
}


.dropdown-menu {
padding: 0px;
margin: 0px;
color: #101F2F;
border: none;
border-radius: 0px;
}
.dropdown-item {
display: block;
width: 100%;
padding: .75rem 1.5rem;
clear: both;
font-weight: 400;
color: #101F2F;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
border-bottom: 1px solid #eee;
}

.flexia-navbar.flexia-sticky-navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.flexia-navbar.flexia-sticky-navbar #header { 
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.flexia-navbar {
z-index: 999999;
box-shadow: 0 .15em .35em 0 rgba(0,0,0,.135);
transition: all .3s ease-in-out;
transform: translate3d(0,0,0);
background-color: #eee;
position: relative;
width: 100%;
}
.slideInDown{
    -webkit-animation-name:slideInDown;
    animation-name:slideInDown
}
@keyframes slideInDown{
    from{
        transform:translate3d(0,-100%,0);
        visibility:visible
    }
    to{
        transform:translate3d(0,0,0)
    }
}
@-webkit-keyframes slideInDown{
    from{
        transform:translate3d(0,-100%,0);
        visibility:visible
    }
    to{
        transform:translate3d(0,0,0)
    }
}
.top-bar {
	background-color: #012c3c;
	padding: 10px 0;
}
.top-bar ul li a, .top-bar ul li i {
	color: #fff;
}
.top-bar ul li {
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #fff;
}
.top-bar ul li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
.top-bar ul li.social {
	display: flex;
	gap: 15px;
}
.top-bar ul li.social i.fa-brands {
	font-size: 20px;
}

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

.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}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #000 , #012c3c);
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0.8;
}
.carousel-inner .carousel-item img {
	object-fit: cover;
	object-position: center;
  }

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

#carouselExampleCaptions.carousel {
  width: 100%;
}
#banner {
  background-color: #eee;
width: 100%;
overflow: hidden;
position: relative;
z-index: 0;
display: flex;
  align-items: center;
}
	


#bannertext {
  width: 1400px;
  position: absolute;
  /*top: 24%;*/
  left: 0;
  padding: 2em 0;
  z-index: 99;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  right: 0;
}




#bannertext .socList li{
	width: 40px;
height: 40px;
border: 1px solid #fff;
text-align: center;
border-radius: 50%;
line-height: 40px;
margin: 10px 20px 0px 0px;
	color:#fff;
}
#bannertext .socList a, #bannertext .socList a:hover{
	color:#fff;
}

	#banner-img{width: 46%;
position: relative;
right: -28px;
top: 76px;
float: right;
z-index: -1;}

	#bannertext h1{
font-size: 90px;
line-height: 104px;
color: #FFFFFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
}

#bannertext h4{font-size: 20px;}
	
#bannertext p {
font-size: 18px;
line-height: 30px;
font-weight: 500;
margin: 30px auto 20px auto;
width: 80%;
display: flex;
gap: 20px;
justify-content: center;
}

.container {
  max-width: 1400px !important;
}
.rounded-2 {
	border-radius: 10px;
}
.rounded-3 {
	border-radius: 20px;
}
.pri-clr {
	color: #00a0e5;
}
.dark-blue-bg {
	background-color: #012c3c;
}

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

.home-about .iconBox {
	padding: 15px;
	border-radius: 7px;
	gap: 15px;
	align-items: center;
}
.home-about .iconWrap {
	gap: 15px;
}
.home-about .iconBox img {
	width: 40px;
}
.home-about .iconBox i {
	font-size: 40px;
	color: #125fa9;
}
.home-about .iconBox h5 {
	margin: 0;
	font-size: 19px;
}
.home-about .quote {
	border-left: 4px solid #0254A3;
	padding-left: 30px;
}
.quote.big p {
	font-size: 18px;
}
.nav.nav-tabs {
	gap: 15px;
}
.nav.nav-tabs li {
	flex: 1 1;
}
.nav.nav-tabs li a {
	text-align: center;
	background-color: #fff;
	padding: 20px 15px;
	border-radius: 10px;
	position: relative;
	display: block;
}
.nav.nav-tabs li i {
	font-size: 45px;
	color: #00195d;
}
.nav.nav-tabs li h5 {
	margin-top: 10px;
	margin-bottom: 0;
	color: #00195d;
	font-size: 19px;
}
.nav.nav-tabs li a.active, .nav.nav-tabs li:hover a {
	background-color: #00a0e5;
	text-decoration: none;
}
.nav.nav-tabs li a.active h5, .nav.nav-tabs li a:hover h5 {
	color: #fff;
}
.nav.nav-tabs li a.active i, .nav.nav-tabs li a:hover i {
	color: #fff;
}
.nav.nav-tabs li a.active::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	z-index: 1;
	width: 0px;
	height: 0px;
	border-width: 10px;
	border-top-color: #00a0e5;
	border-left: 10px solid rgba(0,0,0,0);
	border-right: 10px solid rgba(0,0,0,0);
	border-top: 10px solid #00a0e5;
	border-bottom: 0px;
}
.tab-content ul {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	margin: 0;
}
.tab-content ul li {
	flex: 50%;
	margin-bottom: 10px;
}
.tab-content ul li i {
	margin-right: 6px;
	color: #00a0e5;
}
.home-cta {
	background-image: url('img/rubber-duck-blue-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#accolade-logos .item img {
	display: inline-block;
	width: 72%;
	margin: 0 2.5%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.home-about ul li {
	margin-bottom: 10px;
}
.home-about ul li i {
	margin-right: 6px;
	color: #00a0e5;
}


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

.content.page{padding-top: 75px;
padding-bottom: 75px;}

.pageHeader{margin-top: 120px;
padding-bottom: 50px;
background-image: url('img/slide-1.jpg');
padding-top: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;}

.pageHeader h1{
	color: #fff;
font-size: 2rem;
text-transform: none;
}

#banner.inner-header {
	height: 300px;
}
#banner.inner-header #bannertext h1 {
	font-size: 60px;
	line-height: 1.2;
}
#banner.inner-header #carouselExampleCaptions {
	height: 300px;
}
#banner.inner-header #carouselExampleCaptions .carousel-item img {
	height: 300px;
	object-fit: cover;
	object-position: center;
}

ul.flex-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
}
ul.flex-list li {
	flex: 50%;
	margin-bottom: 10px;
}
ul.flex-list li i {
	margin-right: 6px;
	color: #00a0e5;
}
.iconBox {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #BFBFBF80;
	border-radius: 20px;
	height: 100%;
	display: flex;
  gap: 15px;
}
.iconBox .imgWrap img {
	width: 75px;
}

.testimonailsContent p {
	font-size: 26px;
	color: #012c3c;
}
.testimonailsContent h6 {
	font-size: 18px;
	color: #00a0e5;
}
.testimonailsContent p i {
	color: #00195d;
	font-size: 65px;
}
.border-bottom-custom {
	border-bottom: 1px solid #454b524f;
}
.comm-prob ol li {
	margin-bottom: 20px;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 27px;
}
.comm-prob ol li::marker {
	color: #00a0e5;
	font-size: 24px;
	font-weight: 600;
}
.comm-prob ol li:last-child {
	border-bottom: none;
}
.vendors-sec .iconWrap {
	position: relative;
	padding-bottom: 80px !important;
}
.vendors-sec .iconWrap .btn.btn-info {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	width: 86%;
	margin: auto;
}
.conBox .iconWrap {
	width: 70px;
	height: 70px;
	background-color: #00a0e5;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 18px auto;
	transform: rotate(-45deg);
}
.conBox .iconWrap i {
	color: #fff;
	font-size: 36px;
	transform: rotate(45deg);
}
.wpcf7-form-control.wpcf7-text {
	width: 100%;
	background-color: #F6F7F9;
	border: 1px solid #E5E4E6;
	padding: 12px 20px;
	border-radius: 10px;
	height: 51px;
	margin-bottom: 20px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	background-color: #F6F7F9;
	border: 1px solid #E5E4E6;
	padding: 20px;
	height: 120px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.wpcf7-form-control.wpcf7-submit {
	background-color: #00a0e5;
	border-radius: 8px;
	border: 1px solid #00a0e5;
	color: #fff;
	padding: .9rem 2em;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 1px;
}
.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #00195d;
	border: 1px solid #00195d;
}
.areas-we-serve ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.areas-we-serve ul li {
	flex: 50%;
}
#gallery {
	display: flex;
	gap: 20px;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
}
#gallery a {
	position: relative;
	border: 1px solid #00a0e5;
	flex: 15%;
	max-width: 16%;
}
#gallery a::after {
	content: '';
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: .4s all ease-in-out;
	opacity: 0;
}
#gallery a:hover::after {
	opacity: 1;
}
.license-gallery #gallery img {
	width: 100%;
	height: 135px;
	object-fit: cover;
	object-position: center;
}



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

#footer {
	padding-top: 60px;
	color: #fff;
	background-color: #191919;
	padding-bottom: 25px;
}
#footer img {
	width: 70%;
	margin-top: 30px;
}
#footer p {
	margin-top: 10px;
}
#footer h4 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 30px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #00a0e5;
}
#footer .socList a {
	border: 1px solid #00a0e5;
	width: 50px;
	height: 50px;
	display: flex;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
}
#footer .fa-brands {
	color: #00a0e5;
}
#footer .socList a:hover {
	background-color: #00a0e5;
}
#footer .socList a:hover .fa-brands {
	color: #fff;
}
ul.list-unstyled.nav-list li {
	margin-bottom: 15px;
	display: flex;
	align-items: start;
}
ul.list-unstyled.nav-list li i {
	margin-right: 12px;
	margin-top: 3px;
	font-size: 20px;
}
ul.list-unstyled.nav-list.foot-menu li i {
	font-size: 14px;
	margin-right: 5px;
}
.foot-copy {
	border-top: 1px solid #6C6E70;
}

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}




@media only screen and (max-width: 1200px) {
nav#header {
	padding: 8px 15px;
}
nav#header .navbar-toggler {
	background-color: #00a0e5;
	padding: 5px;
	outline: none;
}
nav#header .navbar-toggler .navbar-toggler-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
nav#header .navbar-toggler .navbar-toggler-icon i {
	color: #fff;
	font-size: 22px;
}
nav#header .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon .fa-light.fa-bars {
	display: block;
}
nav#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .fa-light.fa-bars {
	display: none;
}
nav#header .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon .fa-light.fa-xmark {
	display: none;
}
nav#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .fa-light.fa-xmark {
	display: block;
}
#bannertext {
	width: 100%;
	padding: 2em 1em;
}
#bannertext h1 {
	font-size: 72px;
	line-height: 80px;
}
#bannertext p {
	width: 100% !important;
}
body h2 {
	font-size: 48px;
}
.home-about .iconBox h5 {
	font-size: 18px;
}
.home-about .quote {
	padding-left: 20px;
}
.nav.nav-tabs li h5 {
	font-size: 18px;
}
.nav.nav-tabs li a {
	height: 100%;
}
body h3 {
	font-size: 34px;
}
.tab-content ul {
	width: 60%;
}
#footer h4 {
	font-size: 22px;
}
.about-icon-boxes .iconBox {
	padding: 20px;
}
#banner.inner-header #bannertext h1 {
	font-size: 50px;
}
.locWrap ul li {
	position: relative;
	padding-left: 25px;
}
.locWrap ul li i {
	position: absolute;
	left: 0;
	top: 4px;
}
#gallery a {
	flex: 18%;
	max-width: 19%;
}
.testimonailsContent p {
	font-size: 22px;
}
.vendors-sec .iconWrap {		
	padding-bottom: 102px !important;
}
.vendors-sec .iconWrap .btn.btn-info {
	padding: .9rem 1em;
}
}


@media only screen and (max-width: 991px) {
.container-md {
	max-width: 100% !important;
}
#bannertext h1 {
	font-size: 60px;
	line-height: 68px;
}
#rwl-map .jLQxWQ {
    width: 100%;
}
body h2 {
    font-size: 40px;
}
.home-about .iconBox h5 {
    font-size: 16px;
}
.home-about .iconWrap {
	flex-direction: column;
}
.nav.nav-tabs li h5 {
    font-size: 16px;
}
body h3 {
    font-size: 32px;
}
.tab-content ul {
    width: 80%;
}
#gallery a {
    flex: 22%;
    max-width: 23%;
}
.comm-prob ol {
	padding-left: 25px;
}
}


@media only screen and (max-width: 767px) {
#bannertext h1 {
	font-size: 48px;
	line-height: 1.2;
}
#bannertext p {
	margin: 15px auto 20px auto;
}
#banner {
	height: 500px;
}
#carouselExampleCaptions.carousel, 
#carouselExampleCaptions.carousel .carousel-inner, 
#carouselExampleCaptions.carousel .carousel-inner .carousel-item {
	height: 100%;
}
.carousel-inner .carousel-item img {
	height: 100%;
}
.btn {
	padding: .9rem 1em;
}
body h2 {
    font-size: 36px;
}
.pad-100 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.tab-content ul {
    width: 100%;
}
.nav.nav-tabs li {
	flex: 30%;
}
#rwl-map .jLQxWQ {
    height: 300px;
}
.home .about.pad-50 {
	padding-bottom: 0px;
}
.home-about .iconWrap {
    flex-direction: row;
}
.topText {
	font-size: 18px;
}
#banner.inner-header {
	height: 220px;
}
#banner.inner-header #bannertext h1 {
	font-size: 40px;
}
#gallery {
	gap: 15px;
}
#gallery a {
    flex: 30%;
    max-width: 31%;
}
.license-gallery #gallery img {
	height: 90px;
}
.testimonailsContent p {
    font-size: 20px;
}
.vendors-sec .iconWrap {
    padding-bottom: 82px !important;
}
.vendors-sec .iconWrap .btn.btn-info {
	width: 90%;
}
}


@media only screen and (max-width: 479px) {
.navbar-brand img {
	width: 250px;
}
.top-bar-info p {
	font-size: 13px;
}
#banner {
    height: 550px;
}
#bannertext h1 {
	font-size: 44px;
	margin-top: 0px;
}
#bannertext h4 {
	font-size: 16px;
}
#bannertext p {
	font-size: 16px;
	line-height: 28px;
	flex-direction: column;
}
body h2 {
    font-size: 32px;
}
.home-about .iconWrap {
    flex-direction: column;
}
.home-about .quote {
    padding-left: 15px;
}
body h3 {
    font-size: 28px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 20px;
}
#footer img {
	width: 90%;
	margin-top: 0px;
}
#banner.inner-header #bannertext h1 {
    font-size: 36px;
}
ul.flex-list li {
	flex: 100%;
}
.about-icon-boxes .iconBox {
    padding: 15px;
}
#gallery a {
    flex: 47%;
    max-width: 48%;
}
.testimonailsContent p {
    font-size: 18px;
}
.topText {
	letter-spacing: 1px;
}
}