/**
*	Theme Name: Lancaster Plumbing
**/

body{
     font-family: ui-sans-serif, system-ui, sans-serif, 
               "Apple Color Emoji", "Segoe UI Emoji", 
               "Segoe UI Symbol", "Noto Color Emoji" !important;
}
body .container{
    max-width: 1368px;
    padding: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
    font-size: 12px;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
body.bmenu-open {
    overflow: hidden;
}
.nav-bar {
    text-align: right;
}

.main-navigation {
    display: inline-block;
}

.header-button {
    text-align: right;
}

.call-button {
    background-color: #17a2b8;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

.call-button:hover {
    background-color: #138496;
    color: #fff;
    text-decoration: none;
}

.call-button i {
    margin-right: 8px;
}

ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
    margin: 0;
    position: relative;
}
.nav-menu li:last-child {
    margin: 0;
}
.nav-menu li#menu-item-46 {
    margin-left: 230px;
}
.nav-menu li a {
    color: #ffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.4s ease;
    background-color: transparent;
    padding: 8px 12px 9px;
    border-radius: 6px;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 0;
}
.nav-menu li.menu-item-has-children a {
    padding-right: 28px;
}
.nav-menu li.menu-item-has-children ul li:first-child a{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.nav-menu li.menu-item-has-children ul li:last-child a{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.nav-menu li.menu-item-has-children::after {
    color: #fff;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    right: 12px;
    top: 15px;
    line-height: 1;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    right: 16px;
    top: 18px;
}

.nav-menu .sub-menu,
.nav-menu .children {
/*    background-color: #1a1f2c;*/
    background-image: linear-gradient(to left, #0f172a, #0369A1);
    border: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
    border-radius: 6px;
}

ul.sub-menu li {
    margin: 0;
}
ul.sub-menu li a {
    color: #ffffff !important;
    padding: 9px 15px;
    text-align: left;
    width: 230px;
    font-size: 13px;
    font-weight: 500;
}
ul.sub-menu li a:hover {
    background: #0ea5e933;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #ffffff;
    margin: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: #0ea5e933;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.page-template-home .nav-menu .current_page_item > a,
.page-template-home .nav-menu .current_page_ancestor > a,
.page-template-home .nav-menu .current-menu-item > a,
.page-template-home .nav-menu .current-menu-ancestor > a{
    background-color: transparent;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover,
.page-template-home .nav-menu li a:hover{
    color:#fff;
    background-color: #0ea5e933;
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu,
span.submenu-toggle{
    display: none;
}

/*  Alignment  */
.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 {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	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;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Default Inner Banners*/
#text-btn {
	position: fixed;
	bottom: 20px;
	left: 20px;
}
.allpage-banners {
    padding: 70px 0 80px;
    position: relative;
}
.allpage-banners.cover::after {
    content: '';
    display: inline-block;
    background-color: #0f192d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.7;
}
.single-post .allpage-banners.cover {
    background: linear-gradient(to left, #0369A1, #0EA5E9) !important;
    padding-bottom: 120px;
}
.single-post .allpage-banners.cover::after{
    display: none;
}
.hmain-content.banner-content {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 0;
}
.hmain-content.banner-content h1,
.hmain-content.banner-content h2,
.hmain-content.banner-content h3,
.hmain-content.banner-content h4,
.hmain-content.banner-content h5,
.hmain-content.banner-content h6{
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.hmain-content.banner-content p{
    color: rgba(255,255,255,0.9);
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
    padding: 0;
}
ul#breadcrumbs li::after{
    display: none;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

/*Default Inner Banners*/

a.all-buttons {
    color: #0ea5e9;
    font-size: 14px;
    font-weight: 500;
    background-color: #F8FAFC;
    border: 1px solid #0ea5e9;
    display: inline-block;
    border-radius: 6px;
    transition: all 0.4s ease;
    padding: 7px 36px;
}
a.all-buttons:hover {
    color: #ffffff;
    background-color: #0ea5e9;
}
a.all-buttons img {
    width: 15px;
    height: 15px;
    margin: -3px 0 0 5px;
    filter: brightness(0) saturate(100%) invert(57%) sepia(49%) saturate(4752%) hue-rotate(166deg) brightness(100%) contrast(89%);
}
a.all-buttons:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(107deg) brightness(106%) contrast(101%);
}
a.all-buttons.phone img{
    margin: -3px 8px 0 0;
}
a.all-buttons.blue{
    color: #ffffff;
    background-color: #00A3E0;
    padding: 11px 26px;
    border: none;
}
a.all-buttons.blue img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(116deg) brightness(109%) contrast(109%);
    width: 19px;
    height: 19px;
}
a.all-buttons.blue:hover{
    color: #ffffff;
    background-color: #3587B4;
}
a.all-buttons.blue.big {
    width: 100%;
    text-align: center;
    color: #f8fafc;
    font-size: 17px;
    font-weight: 700;
}
a.all-buttons.blue.big:hover{
    color: #ffffff;
    background-color: #38bdf8;
}
a.all-buttons.yellow {
    color: #1F2933;
    background-color: #FBBF24;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    border: none;
    padding: 9px 32px;
}
a.all-buttons.yellow:hover{
    background-color: #ddb54d;
}
a.all-buttons.yellow img{
    width: 17px;
    height: 17px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(8%) saturate(2115%) hue-rotate(169deg) brightness(95%) contrast(91%);
    margin: -2px 0 0 5px;
}
.hmaincontent-sec {
    padding: 60px 0 45px;
}
.hmain-content {
    margin-bottom: 60px;
}
.hmain-content h1,
.hmain-content h2,
.hmain-content h3,
.hmain-content h4,
.hmain-content h5,
.hmain-content h6{
    color: #1f2937;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.hmain-content.sm h1,
.hmain-content.sm h2,
.hmain-content.sm h3,
.hmain-content.sm h4,
.hmain-content.sm h5,
.hmain-content.sm h6{
    font-size: 30px;
}
.hmain-content.white h1,
.hmain-content.white h2,
.hmain-content.white h3,
.hmain-content.white h4,
.hmain-content.white h5,
.hmain-content.white h6{
    color: #ffffff;
}
.hmain-content p {
    margin: 0 auto 15px;
    width: 57%;
}
.hmain-content p strong{
    font-weight: 600;
}
.hmain-content p,
.hmain-content ul li{
    color: #4b5563;
    font-size: 20px;
    font-weight: 400;
}
.hmain-content p:last-child{
    margin-bottom: 0;
}
.hmain-content.white p,
.hmain-content.white ul li{
    color: rgba(255, 255, 255, 0.8);
}
.hmain-content ul{
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}
.hmain-content ul li{
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}
.hmain-content ul li:last-child{
    margin-bottom: 0;
}
.hmain-content ul li::after{
    content: '✓';
    display: inline-block;
    color: rgba(14 165 233);
    font-size: 19px;
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    z-index: 0;
}

/*Site Header*/
#wrapper {
    margin-top: 131px;
}
.site-header{
    padding: 15px 0;
    background-image: linear-gradient(to left, #0f172a, #0369A1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease;
}
.page-template-home #wrapper {
    margin-top: 0;
}
.page-template-home .site-header{
    background: none;
}
.site-logo img {
    width: 91px;
}
.site-header.fixedmenu .site-logo img {
    width: 73px;
}
.site-header.fixedmenu{
    background-image: linear-gradient(to left, #0f172a, #0369A1);
    padding: 10px 0;
}
.nav-menu li.menu-btn a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: #0BA5E9;
    padding: 8px 19px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
    transition: background-color 0.3s ease;
}
.nav-menu li.menu-btn a img {
    width: 15px;
    height: 15px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(24%) hue-rotate(180deg) brightness(106%) contrast(107%);
    margin: 0px 7px 0 0;
    position: relative;
    top: 1px;
}
.nav-menu li.menu-btn a:hover{
    color: #ffffff;
    background-color: #0369A1;
}

/*Site Header*/

/*Home*/

.hero-section {
    background-image: linear-gradient(to top, rgba(251 191 36 / .05), rgba(211 228 253 / .4), #1A2C4D);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 192px 0 130px;
}
.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4,
.hero-content h5,
.hero-content h6{
    color: #111827;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.hero-content h1 strong,
.hero-content h2 strong,
.hero-content h3 strong,
.hero-content h4 strong,
.hero-content h5 strong,
.hero-content h6 strong{
    color: #0ea5e9;
    font-weight: 700;
}
.hero-content p {
    color: #111827;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 30px 0;
}
.hero-content p:nth-child(3){
    font-size: 18px;
    font-weight: 400;
}
.hero-content a.all-buttons.blue{
	border: 1px solid #00A3E0;
}
.hero-content a.all-buttons.blue:hover {
    color: #00A3E0;
    background-color: #ffffff;
}
.hero-content a.all-buttons.blue:hover img{
	filter: brightness(0) saturate(100%) invert(41%) sepia(93%) saturate(1972%) hue-rotate(167deg) brightness(100%) contrast(101%);
}
.features-card {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: all 0.4s ease;
    width: 570px;
    margin: 0 0 0 auto;
}
.features-card:hover {
    transform: scale(1.03);
}
.heroexp-list .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
}
.feature-item {
    text-align: center;
    padding: 16px;
    background-color: #EFF6FF;
    border-radius: 6px;
    transition: all 0.4s ease;
}
.feature-item:hover{
    background-color: #DBEAFE;
}
.feature-item h3 {
    color: #0ea5e9;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0 !important;
}
.feature-item-description{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #020817;
}
.feature-item p {
    color: #666;
    margin-bottom: 0;
}
.dot-gif {
    background-color: #eff6ff;
    border-radius: 8px;
    margin: 0 auto 15px;
    height: 275px;
}
.hplumbingcompany-sec {
    background-color: #F8FAFC;
    padding: 70px 0 80px;
}
.hplumbingcompany-list .row {
    --bs-gutter-x: 30px;
}
.quote-card {
    background: #fffc;
    border-radius: 8px;
    padding: 32px 32px 40px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.quote-card h1,
.quote-card h2,
.quote-card h3,
.quote-card h4,
.quote-card h5,
.quote-card h6{
    color: #020817;
    font-size: 35px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.quote-card p {
    color: #374151;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 25px;
}
.quote-card p:last-child{
    margin: 0;
}
.benefits-list h1,
.benefits-list h2,
.benefits-list h3,
.benefits-list h4,
.benefits-list h5,
.benefits-list h6{
    color: #1f2937;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.benefits-list{
    background-color: #EEF6FF;
    padding: 24px;
    border-radius: 8px;
    border-left: 4px solid rgba(14 165 233);
}
.benefits-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.benefits-list p,
.benefits-list ul li{
    color: #020817;
    font-size: 16px;
    font-weight: 400;
}
.benefits-list p{
    margin: 0;
}
.benefits-list ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}
.benefits-list ul li:last-child{
    margin-bottom: 0;
}
.benefits-list ul li::after{
    content: '✓';
    display: inline-block;
    color: rgba(14 165 233);
    font-size: 16px;
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    z-index: 0;
}
.benefits-list.second{
    background-image: linear-gradient(to left, rgba(14 165 233 / .1), rgba(251 191 36 / .2));
    border-color: rgb(251 191 36);
    margin-top: 30px;
}
.benefits-list.second p {
    font-weight: 500;
}
.hservices-sec {
    background-color: #f8f9fa;
    padding: 80px 0;
}
.hservices-list .row {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
    justify-content: center;
}
.service-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px 28px;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    position: relative;
}
.service-card::after{
    content: '';
    display: inline-block;
    background-image: linear-gradient(to top, #0f172a, #0369A1);
    width: 0;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 0.4s ease;
}
.service-card:hover {
    transform: translateY(-5px);
}
.service-card:hover::after{
    width: 100%;
}
.service-icon img{
    filter: brightness(0) saturate(100%) invert(56%) sepia(65%) saturate(3619%) hue-rotate(166deg) brightness(98%) contrast(89%);
    width: 48px;
    margin: 0 auto 20px;
    animation: upDown 2s ease-in-out infinite;
}
@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px); /* Move up */
  }
}
.service-card h3 {
    color: #020817;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 11px 0;
}
.service-card p {
    color: #4b5563;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.service-card p:last-child{
    margin-bottom: 0;
}
.service-card:hover *{
    color: #ffffff;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}
a.learn-more {
    color: #00A3E0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    background-color: #F8FAFC;
    border: 1px solid rgb(14 165 233);
    padding: 7px 17px;
    border-radius: 6px;
    transition: all 0.3s ease;
    margin-top: 7px;
}
a.learn-more:hover {
    color: #ffffff;
    background: #0EA5E9;
}
a.learn-more img {
    width: 15px;
    height: 15px;
    filter: brightness(0) saturate(100%) invert(56%) sepia(65%) saturate(3619%) hue-rotate(166deg) brightness(98%) contrast(89%);
    margin: -2px 0 0 1px;
}
.service-card:hover a.learn-more {
    background-color: #ffffff;
    color: #1a1f2c;
    border-color: #1a1f2c;
}
.service-card:hover a.learn-more img{
    filter: brightness(0) saturate(100%) invert(8%) sepia(5%) saturate(6070%) hue-rotate(187deg) brightness(95%) contrast(89%);
}
.hcustomerssay-sec{
    background-image: linear-gradient(to left, rgba(251 191 36 / .1), rgba(14 165 233 / .1));
    padding: 70px 0 80px;
}
.hcustomerssay-slide {
    background-color: #ffffff;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    padding: 40px;
    border-radius: 12px;
    max-width: 900px;
    margin: 0 auto;
    min-height: 316px;
}
.hcustomerssay-content .hmain-content {
    margin-bottom: 50px;
}
.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.user-info {
    display: flex;
    align-items: center;
    column-gap: 18px;
}
.user-avatar {
    width: 56px;
    height: 56px;
    background: #E6F6FD;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-avatar img{
    width: 32px;
    height: 32px;
    filter: brightness(0) saturate(100%) invert(44%) sepia(97%) saturate(1036%) hue-rotate(166deg) brightness(98%) contrast(89%);
}
.user-details strong {
    color: #020817;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}
.user-details p {
    color: #4b5563;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.rating {
    color: #FBBF24;
    font-size: 20px;
    display: flex;
    column-gap: 1.50px;
}
blockquote {
    color: #374151;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    font-style: italic;
    margin: 0;
}
#hcustomerssay_slide .slick-prev:before{
    display: block;
    content: '\f104';
    font-family: FontAwesome;
    position: absolute;
    color: #1f2937;
    font-size: 19px;
    left: -1px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 37px;
}
#hcustomerssay_slide .slick-next:before{
    display: block;
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    color: #1f2937;
    font-size: 19px;
    left: 0;
    top: 0;
    right: -1px;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 37px;
}
#hcustomerssay_slide .slick-prev{
    width: 40px;
    height: 40px;
    right: 90px;
    left: auto;
    border-radius: 6px;
    background-color: #F8FAFC;
    border: 1px solid #E1E7EF;
    z-index: 1;
    transition: all 0.4s ease;
    bottom: 20px;
    top: auto;
}
#hcustomerssay_slide .slick-next {
    width: 40px;
    height: 40px;
    right: 40px;
    border-radius: 6px;
    background-color: #F8FAFC;
    border: 1px solid #E1E7EF;
    z-index: 1;
    transition: all 0.4s ease;
    bottom: 20px;
    top: auto;
}
#hcustomerssay_slide .slick-prev:hover,
#hcustomerssay_slide .slick-next:hover{
    background-color: #0EA5E9;
    border-color: #0EA5E9;
}
#hcustomerssay_slide .slick-prev:hover:before,
#hcustomerssay_slide .slick-next:hover:before{
    color: #ffffff;
}
.hplumbdifference-sec {
    background-image: linear-gradient(to left, #0369A1, #0EA5E9);
    padding: 60px 0 70px;
}
.hplumbdifference-sec.yellow {
    background-image: linear-gradient(to right, #FBBF24, rgb(14 165 233 / .4));
}
.hplumbdifference-content .hmain-content{
    margin-bottom: 0;
}
.hplumbdifference-content .hmain-content .all-buttons{
    margin-top: 18px;
}
.hplumbdifference-content .hmain-content p:last-child{
    margin: 0 auto;
}

/*Home*/

/*About Us*/

.hleftright-sec {
    padding: 94px 0 65px;
    background-color: #F9FAFB;
}
.hleftright-sec.second {
    padding: 17px 0 80px;
}
.hleftright-list .row {
    --bs-gutter-x: 45px;
    --bs-gutter-y: 45px;
    align-items: center;
}
.hleftright-list .row.right .col-sm-12:first-child {
    order: 2;
}
.hleftright-img{
    position: relative;
    border-radius: 8px;
}
.hleftright-img::after{
    content: '';
    display: inline-block;
    background-image: linear-gradient(to bottom right, rgb(14 165 233 / 0.2), rgb(251 191 36 / 0.2));
    border-radius: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotate(3deg);
    z-index: 0;
}
.hleftright-img img{
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border: 24px solid #ffffff;
    position: relative;
    z-index: 1;
}
.hmain-content.hleftrightbox-ct{
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    padding: 24px;
    border-radius: 8px;
    margin: 0;
}
.hmain-content.hleftrightbox-ct h1,
.hmain-content.hleftrightbox-ct h2,
.hmain-content.hleftrightbox-ct h3,
.hmain-content.hleftrightbox-ct h4,
.hmain-content.hleftrightbox-ct h5,
.hmain-content.hleftrightbox-ct h6{
    color: #1f2937;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.hmain-content.hleftrightbox-ct h3,
.hmain-content.hleftrightbox-ct h4,
.hmain-content.hleftrightbox-ct h5,
.hmain-content.hleftrightbox-ct h6{
    font-size: 20px;
}
.hmain-content.hleftrightbox-ct p {
    color: #374151;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    width: 100%;
    margin: 0 0 25px 0;
}
.hmain-content.hleftrightbox-ct p:last-child{
    margin-bottom: 0;
}
.hmain-content.hleftrightbox-ct ul li{
    color: #374151;
    font-size: 16px;
    padding-left: 18px;
}
.hmain-content.hleftrightbox-ct ul li::after {
    font-size: 16px;
}
.fw-btns.d-flex {
    align-items: center;
    column-gap: 8px;
    margin-top: 30px;
}
.fw-btns.d-flex a.all-buttons {
    font-size: 14px;
    font-weight: 500;
    padding: 11px 26px;
    line-height: normal;
}
.ourvalue-sec{
    background-color: #f8f9fa;
    padding: 15px 0 80px;
}
.ourvalue-sec .hmain-content {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 32px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    margin-bottom: 32px;
}
.ourvalue-sec .hservices-list .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}

/*About Us*/


/*Blog*/

.hblog-sec {
    padding: 60px 0;
    background-color: #F8FAFC;
}
.hblog-sec .container {
    max-width: 1024px;
}
.hblogp-box {
    background-color: #ffffff;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    border-radius: 12px;
    margin-bottom: 25px;
}
.hblogp-box .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    align-items: center;
}
.hblogp-box .thumbnail img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 100%;
    height: 371px;
    object-fit: cover;
}
.hblogp-bct {
    padding: 32px;
}
.catn-date .d-flex {
    column-gap: 10px;
    align-items: center;
    margin-bottom: 8px;
}
.catn-date span.cat{
    color: #0ea5e9;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 12px;
    display: inline-block;
    background-color: #E6F6FD;
    border-radius: 100px;
}
.catn-date span.date {
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
}
.catn-date span.date svg{
    width: 16px;
    height: 16px;
}
.hblogp-box h2{
    color: #1f2937;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.hblogp-box p{
    color: #4b5563;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.catn-date.author-read .d-flex {
    margin-bottom: 0;
    margin-top: 20px;
}
.author-read a{
    color: #0ea5e9;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.4s ease;
    margin-left: 40px;
}
.author-read a:hover{
    color: #0369a1;
}
/*Blog*/

/*Single Blog*/
.banner-content .catn-date.author-read .d-flex{
    justify-content: center;
}
.banner-content .catn-date.author-read span {
    color: rgba(255, 255, 255, 0.9);
}
.hmaincontent-sec.singleblogct-sec {
    padding: 0 0 60px 0;
}
.singleblog-thumbnail{
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease;
    border-radius: 12px;
}
.singleblog-thumbnail::after {
    content: '';
    display: inline-block;
    background-image: linear-gradient(to top, #0f172a, #0369A1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 12px;
    opacity: 0.3;
}
.singleblog-thumbnail img {
    box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);
    border-radius: 12px;
    width: 100%;
    height: 290px;
    object-fit: cover;
    transition: all 0.6s ease;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.singleblog-thumbnail:hover img{
    transform: scale(1.05);
    transition: all 0.6s ease;
}
.singleblog-thumbnail .catn-date {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}
.singleblogct-sec .hmain-content {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
    background-color: #fffffff2;
    border-radius: 16px;
    max-width: 865px;
    margin: -60px auto 0;
    padding: 0;
}
.singleblogct-sec .hmain-content .inner {
    padding: 30px;
}
.singleblogct-sec .hmain-content p,
.singleblogct-sec .hmain-content ul li{
    color: #374151;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}
.singleblogct-sec .hmain-content ul li::after{
    font-size: 16px;
}
.singleblogct-sec .hmain-content h1,
.singleblogct-sec .hmain-content h2, .singleblogct-sec .hmain-content h3, .singleblogct-sec .hmain-content h4, .singleblogct-sec .hmain-content h5, .singleblogct-sec .hmain-content h6 {
    font-size: 20px;
}
.singleblogct-sec .hmain-content p strong {
    color: #1f2937;
    font-weight: 600;
    font-size: 15px;
}
.hmain-content ul.tags {
    display: inline-flex;
    flex-wrap: wrap;
    column-gap: 15px;
    margin-bottom: 0;
    margin-top: 10px;
}
.singleblogct-sec .hmain-content ul.tags li {
    color: #0ea5e9;
    font-size: 14px;
    font-weight: 600;
    background-color: #eff6ffcc;
    border: 1px solid rgb(219 234 254);
    font-size: 14px;
    padding: 4px 20px;
    border-radius: 100px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    width: auto;
    margin: 0;
    margin-bottom: 15px;
}
.singleblogct-sec .hmain-content ul.tags li::after{
    display: none;
}

/*Single Blog*/


/*Services*/

.afterbefore-sec {
    padding: 50px 0 60px;
    background-color: #f8f9fa;
}
.afterbefore-content .hmain-content {
    margin-bottom: 45px;
}
.afterbefore-content .hmain-content p {
    width: 100%;
}
.afterbeforeslide-box {
    max-width: 672px;
    margin: 0 auto;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border-radius: 8px;
}
.afterbeforeslide-title {
    padding: 16px;
    background-color: #ffff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.afterbeforeslide-title h3 {
    color: #1f2937;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.afterbeforeslide-title p{
    color: #4b5563;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.ba-container {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #ffffff;
    border-top-left-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    min-height: 250px;
    display: flex;
    align-items: stretch;
    border-top-right-radius: 8px;
}
.ba-img,
.ba-after-wrapper img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
    border-right: 1px solid #ffffff;
    border-top-left-radius: 8px;
}
.ba-after-wrapper {
    position: absolute;
    top: 0; left: 0; height: 100%;
    overflow: hidden;
    transition: width 0.2s;
    width: 50%;
}
.ba-slider {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 94%;
    height: 8px;
    background: linear-gradient(to right, #2196f3 0%, #2196f3 50%, #fff3cd 50%, #fff3cd 100%);
    cursor: ew-resize;
    z-index: 2;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    transition: background 0.2s;
    pointer-events: none;
}
.ba-slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #0DA2E7;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(13, 162, 231, 0.10);
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: auto;
    cursor: ew-resize;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ba-label {
    position: absolute;
    top: 12px;
    padding: 4px 16px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 100px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    z-index: 3;
    pointer-events: none;
}
.ba-label-before {
    left: 12px;
}
.ba-label-after { 
    right: 12px;
    background-color: #0ba5e9;
}
.servicespg-sec {
    padding: 5px 0 60px;
    background-color: #f8f9fa;
}
.servicespg-sec .hmain-content{
    margin-bottom: 45px;
}
.offeringservices-sec {
    padding: 50px 0 60px;
}
.offeringservices-sec .container {
    max-width: 896px;
}
.offeringservices-content .hmain-content {
    margin-bottom: 45px;
}
.offeringservices-list .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.offeringservices-list .service-card {
    background-color: #B6E4F8;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    padding: 20px 22px;
    border: 1px solid #0EA5E9;
}
.offeringservices-list .service-card h3 {
    font-size: 16px;
    margin: 0 0 7px 0;
}
.offeringservices-list .service-card p{
    font-size: 16px;
}
.offeringservices-list .service-card:hover {
    background-color: #094369;
    transform: none;
    box-shadow: none;
    border-color: #094369;
}
.offeringservices-list .service-card:hover::after{
    display: none;
}

/*Services*/

/*Single Services*/
.single-services .hleftright-list .row {
    align-items: unset;
}
.single-services .hleftright-img img {
    border: none;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.single-services .hmain-content.hleftrightbox-ct {
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
.installationprocess-sec {
    background-color: #F8FAFC;
    padding: 10px 0 80px;
}
.installationprocess-sec .service-card {
    padding-top: 40px;
}
.service-card .count {
    width: 40px;
    height: 40px;
    background-color: rgb(14 165 233);
    line-height: 40px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}
.installationprocess-sec .service-card:hover::after{
    display: none;
}
.installationprocess-sec .service-card:hover *{
    color: unset;
}
.installationprocess-sec .service-card:hover .count{
    color: #ffffff;
}
.hfaq-sec {
    padding: 60px 0 55px;
}
.faqs_list {
    max-width: 765px;
    margin: 0 auto;
}
.hfaq-sec .hmain-content {
    margin-bottom: 40px;
}
.faqs_list .card {
    padding: 0;
    background-color: #ffffff;
    margin-bottom: 15px;
    transition: all 0.4s ease;
    border: 1px solid rgb(229 231 235);
}
.faqs_list a.card-link {
    color: #020817;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 60px 16px 24px;
}
.faqs_list .card-body {
    padding: 17px 25px 10px;
    background-color: #ffffff;
}
.faqs_list .card-body p {
    color: #374151;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.faqs_list .card-body p strong{
    color: #0EA5E9;
}
.faqs_list .card.active a.card-link::after{
    color: #020817;
    content: "\f106";
    transition: all 0.4s ease;
}
.faqs_list .card a.card-link::after {
    color: #020817;
    display: block;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    font-size: 18px;
    right: 25px;
    top: 15.50px;
    text-align: center;
    transition: all 0.4s ease;
}
.hplumbdifference-content .fw-btns.d-flex {
    justify-content: center;
    margin-top: 15px;
}
.hmain-content.banner-content .icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 18px;
    border-radius: 100%;
    background-color: #ffffff1a;
    line-height: 90px;
}
.hmain-content.banner-content .icon img{
    width: 64px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(331deg) brightness(102%) contrast(101%);
}

/*Single Services*/

/*FAQ*/
.hfaq-sec.filters .container {
    max-width: 895px;
    margin: 0 auto;
}
.hfaq-sec.filters .hfaq-content {
    overflow: hidden;
}
.faq-search-input,
.blog-search input{
    width: 100%;
    margin: 20px auto;
    padding: 12px 20px 12px 42px;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: block;
    font-size: 16px;
    background-image: url(images/search-icon.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 17px 15px;
}
.hfaq-sec .grid:after {
    content: '';
    display: block;
    clear: both;
}
.hfaq-sec .grid-sizer,
.hfaq-sec .grid-item {
    width: 100%;
}
.hfaq-sec ul#filters,
ul#blog_filters{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 7px;
    margin-bottom: 35px;
}
.hfaq-sec ul#filters li,
ul#blog_filters li{
    margin-bottom: 7px;
}
.hfaq-sec ul#filters li span,
ul#blog_filters li span{
    color: #1f2937;
    font-size: 14px;
    font-weight: 500;
    background-color: #F3F4F6;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 100px;
    cursor: pointer;
}
.hfaq-sec ul#filters li.active span,
ul#blog_filters li.active span{
    color: #ffffff;
    background-color: #0EA5E9;
}
.hfaq-sec.filters div#faqs_list {
    max-width: 100%;
}

/*FAQ*/

/*Gallery*/
.hgallery-sec{
    padding: 60px 0;
}
.hgallery-content .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.hgallery-thumbnail{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.4s ease;
}
.hgallery-thumbnail::after{
    content: '';
    display: inline-block;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.4s ease;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 8px;
    opacity: 0;
}
.hgallery-thumbnail:hover::after{
    opacity: 1;
}
.hgallery-thumbnail img{
    width: 100%;
    height: 256px;
    object-fit: cover;
    border-radius: 8px;
}
.hgallery-titles{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}
.hgallery-thumbnail:hover .hgallery-titles{
    visibility: visible;
    opacity: 1;
}
.hgallery-titles h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.hgallery-titles p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.hgallery-modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.hgallery-modal-content {
    background: white;
    max-width: 900px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 0;
}
.hgallery-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 23px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #ff0000;
    color: #ffffff;
    padding: 0;
    line-height: 24px;
    text-align: center;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    font-weight: bold;
    z-index: 9;
}
.hgallery-modal-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.hgallery-modal-image {
    width: 50%;
}
.hgallery-modal-image img {
    object-fit: cover;
    width: 100%;
    height: 385px;
    border-radius: 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.modal-title {
    color: #1f2937;
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.hgallery-modal-text {
    width: 50%;
    padding: 30px;
    position: relative;
}
span.modal-category.badge {
    background-color: #0ea5e9;
    color: #ffffff;
    padding: 5px 14px 6px;
    border-radius: 15px;
    margin-bottom: 15px;
    display: inline-block;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
}
.hgallery-modal-nav {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    gap: 10px;
}

.nav-btn {
    color: #0f172a;
    font-weight: 500;
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    cursor: pointer !important;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    line-height: 1;
    transition: all 0.4s ease;
}
.nav-btn:hover {
    background-color: #F8FAFC;
}
/*Gallery*/

/*Contact Us*/
.contactus-sec {
    padding: 60px 0;
    background-color: #F8FAFC;
}
.contactus-content .row {
    --bs-gutter-x: 45px;
}
.contact-from{
    background-color: #ffffff;
    padding: 26px 35px 40px;
    box-shadow: 0px 4px 4px 0px #57647e36;
    border-radius: 12px;
}
.contact-from .titles{
    margin-bottom: 30px;
}
.contact-from .titles strong {
    color: #000000;
    font-size: 40px;
    font-weight: bold;
}
.contact-from .titles p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.contact-from {
    padding: 45px;
}
.contact-from h3 {
    color: rgba(78, 53, 36, 1);
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}
.contact-from #gform_1_validation_container {
    display: none;
}
.contact-from .gform-theme--framework .gfield_list_group_item:before,
.contact-from .gform-theme--framework .gform-field-label{
    color: #2c3345FF;
    font-size: 14px;
    font-weight: 500;
}
.contact-from span.gfield_required{
    display: none;
}
.contact-from .gform_wrapper.gform-theme .gform-body .gform_fields {
    grid-gap: 15px;
}
.contact-from .gform_wrapper.gform-theme .gform-body .gform_fields .gfield input,
.contact-from .gform_wrapper.gform-theme .gform-body .gform_fields .gfield select,
.contact-from .gform_wrapper.gform-theme .gform-body .gform_fields .gfield textarea,
.contact-from .gform_wrapper.gform-theme .gform-body .gform_fields .gfield input::placeholder,
.contact-from .gform_wrapper.gform-theme .gform-body .gform_fields .gfield select::placeholder,
.contact-from .gform_wrapper.gform-theme .gform-body .gform_fields .gfield textarea::placeholder{
    color: #898989;
    font-size: 14px;
    font-weight: 400;
}
.contact-from .gform_wrapper.gform-theme .gform-body .gform_fields .gfield input,
.contact-from .gform_wrapper.gform-theme .gform-body .gform_fields .gfield select,
.contact-from .gform_wrapper.gform-theme .gform-body .gform_fields .gfield textarea{
    background-color: #ffffff;
    border: 1px solid rgb(229 231 235);
    width: 100%;
    padding: 0 20px;
    border-radius: 6px;
}
.contact-from .gform_wrapper.gform-theme .gform-body .gform_fields .gfield input,
.contact-from .gform_wrapper.gform-theme .gform-body .gform_fields .gfield select{
    height: 50px;
    line-height: 48px;
    line-height: 48px;
}
.contact-from .gform_wrapper.gform-theme .gform-body .gform_fields .gfield textarea {
    min-block-size: 100px;
    padding-top: 15px;
}
.contact-from .gform-theme.gform-theme--framework.gform_wrapper .gform_footer {
    justify-content: center;
    margin-top: 33px !important;
}
.contact-from .gform-theme.gform-theme--framework.gform_wrapper .gform_footer input.gform_button.button{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.4s ease;
    background-color: #0BA5E9;
    padding: 16px 53px;
    border-radius: 6px;
    border: none;
    width: 100%;
}
.contact-from .gform-theme.gform-theme--framework.gform_wrapper .gform_footer input.gform_button.button:hover{
    color: #ffffff;
    background-color: #3587B4;
}
.hplumbdifference-sec.yellow.contact {
    background-image: linear-gradient(to right, rgb(251 191 36 / .4), rgb(14 165 233 / .3));
}
.contact-information .titles h2 {
    color: #1f2937;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 25px 0;
}
.contact-information ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-information ul li {
    margin-bottom: 26px;
}
.contact-information ul li:last-child{
    margin-bottom: 0;
}
.contact-information ul li .d-flex{
    column-gap: 17px;
}
.contact-information ul li .icon {
    width: 48px;
    height: 48px;
    line-height: 45px;
    background-color: #E0F2FA;
    border-radius: 100%;
    text-align: center;
}
.contact-information ul li .icon img {
    filter: brightness(0) saturate(100%) invert(63%) sepia(91%) saturate(3858%) hue-rotate(165deg) brightness(96%) contrast(92%);
    width: 24px;
    height: 24px;
}
.contact-information ul li strong{
    color: #1f2937;
    font-size: 16px;
    font-weight: 700;
    display: block;
}
.contact-information ul li a,
.contact-information ul li span{
    color: #4b5563;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease;
}
.contact-information ul li a:hover{
    color: #0BA5E9;
}
.contact-information ul li p{
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.service-area h1,
.service-area h2,
.service-area h3,
.service-area h4,
.service-area h5,
.service-area h6{
    color: #1f2937;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.service-area p {
    color: #4b5563;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.service-area {
    margin-top: 40px;
}
.service-area iframe {
    width: 100%;
    height: 345px;
    border-radius: 12px;
    margin-top: 20px;
}
/*Contact Us*/

/*Site Footer*/

.site-footer{
    background-image: linear-gradient(to top, #0f172a, #0369A1);
    padding: 50px 0 0;
}
.footer-content .row {
    --bs-gutter-x: 35px;
}
.footer-logo img {
    width: 105px;
}
.footer-logo p {
    color: #d1d5db;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 0 0;
}
.ft-menu strong.ft-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #fff3;
}
.ft-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-menu ul li {
    transition: all 0.4s ease;
    margin: 0 0 9px 0;
}
.ft-menu ul li:last-child,
.ft-menu.ft-contactinfo ul li:last-child{
    margin-bottom: 0;
}
.ft-menu ul li a,
.ft-menu ul li span{
    color: #d1d5db;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    transition: all 0.4s ease;
}
.ft-menu ul li a:hover{
    color: #FBBF24;   
}
.ft-menu ul li a img,
.ft-menu ul li span img{
    filter: brightness(0) saturate(100%) invert(82%) sepia(59%) saturate(1906%) hue-rotate(339deg) brightness(104%) contrast(97%);
    width: 20px;
    height: 20px;
    margin-top: 4px;
    margin-right: 10px;
}
.copyright {
    border-top: 1px solid #fff3;
    padding: 25px 0;
    text-align: center;
    margin-top: 40px;
}
.copyright span {
    color: #9ca3af;
    font-size: 16px;
    font-weight: 400;
}
.copyright span a{
    color: #9ca3af;
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.copyright span a:hover{
    color: rgba(255,255,255);
}

/*Site Footer*/

@media (max-width: 1600px){
    .hero-section {
        padding: 160px 0 70px;
    }
    .hero-content h1, .hero-content h2, .hero-content h3, .hero-content h4, .hero-content h5, .hero-content h6{
        font-size: 55px;
    }
    .hplumbingcompany-sec,
    .hcustomerssay-sec{
        padding: 55px 0 60px;
    }
    .hservices-sec {
        padding: 60px 0;
    }
    .hplumbdifference-sec {
        padding: 45px 0 60px;
    }
    .hleftright-sec {
        padding: 70px 0 25px;
    }
    .hleftright-sec.second {
        padding: 17px 0 60px;
    }
}
@media (max-width: 1400px){
    body .container {
        max-width: 100%;
        padding: 0 40px;
    }
    .hblogp-box h2{
        font-size: 23px;
    }
    .catn-date span.date{
        font-size: 12px;
    }
    .catn-date .d-flex {
        column-gap: 5px;
    }
    .author-read a {
        font-size: 14px;
        margin-left: 20px;
    }
    .catn-date span.date svg {
        width: 13px;
        height: 13px;
    }
}
@media (max-width: 1280px){
    .nav-menu li#menu-item-46 {
        margin-left: 0;
    }
    .hero-content h1, .hero-content h2, .hero-content h3, .hero-content h4, .hero-content h5, .hero-content h6 {
        font-size: 43px;
    }
    .hero-content p {
        font-size: 18px;
        line-height: unset;
        margin: 0 0 20px 0;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6, .quote-card h1, .quote-card h2, .quote-card h3, .quote-card h4, .quote-card h5, .quote-card h6{
        font-size: 30px;
    }
    .hmain-content p, .hmain-content ul li{
        font-size: 18px;
    }
    .quote-card p {
        font-size: 18px;
    }
    a.all-buttons.blue.big{
        font-size: 17px;
    }
    a.all-buttons.blue img {
        width: 17px;
        height: 17px;
    }
    .service-card {
        padding: 20px 16px;
    }
    .features-card{
        width: 100%;
    }
    .feature-item h3{
        font-size: 13px;
    }
    .feature-item-description{
        font-size: 12px;
    }
    .afterbefore-sec {
        padding: 40px 0 20px;
    }
    .contact-from {
        padding: 30px;
    }
    .contact-from .titles strong{
        font-size: 30px;
    }
    .contact-from .titles p{
        font-size: 16px;
    }
}
@media (max-width: 1112px){
    .hservices-list .col-sm-12 {
        flex: auto;
        width: 33.33%;
    }
    .hmain-content {
        margin-bottom: 45px;
    }
    .hcustomerssay-content .hmain-content {
        margin-bottom: 40px;
    }
    .hmain-content p {
        width: 75%;
    }
    .hmain-content.hleftrightbox-ct h1, .hmain-content.hleftrightbox-ct h2, .hmain-content.hleftrightbox-ct h3, .hmain-content.hleftrightbox-ct h4, .hmain-content.hleftrightbox-ct h5, .hmain-content.hleftrightbox-ct h6{
        font-size: 25px;
    }
    .hmain-content.hleftrightbox-ct p {
        color: #4b5563;
        font-size: 15px;
        line-height: 23px;
        margin: 0 0 15px 0;
    }
    .hleftright-list .row {
        --bs-gutter-x: 35px;
        --bs-gutter-y: 35px;
    }
    .ourvalue-sec .hmain-content {
        margin-bottom: 20px;
    }
    .ourvalue-sec .hservices-list .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .hmain-content.banner-content h1, .hmain-content.banner-content h2, .hmain-content.banner-content h3, .hmain-content.banner-content h4, .hmain-content.banner-content h5, .hmain-content.banner-content h6{
        font-size: 35px;
    }
    .hfaq-sec {
        padding: 40px 0 40px;
    }
    .service-card h3{
        font-size: 17px;
    }
}
@media (max-width: 1024px){
    .heroexp-list .col-4 {
        flex: auto;
        width: 100%;
    }
    .heroexp-list .row {
        --bs-gutter-x: 8px;
        --bs-gutter-y: 8px;
    }
    .dot-gif {
        margin: 0 auto 8px;
    }
    .quote-card {
        padding: 25px;
    }
    .service-card h3 {
        font-size: 17px;
        font-weight: 600;
    }
    .service-card p {
        font-size: 14px;
        line-height: 21px;
    }
    .hgallery-titles h3{
        font-size: 16px;
    }
    .hgallery-titles p{
        font-size: 13px;
    }
    .hgallery-sec {
        padding: 40px 0;
    }
    .hgallery-content .row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }
    .hfaq-sec {
        padding: 25px 0 30px;
    }
}

/*  Media Query  */
@media (max-width: 992px){
    #wrapper {
        margin-top: 108px;
    }
    .main-navigation {
        display: block;
    }
    .nav-menu li.menu-btn a {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin: 8px 0;
    }
    .site-logo img {
        width: 70px;
    }
    .site-header.fixedmenu .site-logo img {
        width: 68px;
    }
    .hcustomerssay-slide{
        max-width: 100%;
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 47px;
        right: 40px;
        z-index: 1;
        user-select: none;
    }
    .site-header.fixedmenu #menuToggle{
        top: 41px;
    }
    .hleftright-sec {
        padding: 50px 0 15px;
    }
    .hservices-sec.ourvalue-sec {
        padding: 30px 0 40px;
    }
    #menuToggle.open {
        position: fixed;
        top: 25px;
        right: 6px;
        opacity: 1;
        z-index: 999999999;
    }
    #menuToggle input {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 1;
        top: 0;
        right: 0;
        display: inline-block;
    }
    #menuToggle.open input {
        top: -6px;
        right: 5px;
    }
    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 0;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }
    #menuToggle.open span:first-child {
        transform-origin: 0% 0%;
    }
    #menuToggle.open span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    #menuToggle.open input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #fff;
    }
    #menuToggle.open input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle.open input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu {
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu {
        display: block !important;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-menu li.menu-item-has-children ul.sub-menu {
        height: 0;
        transition: all 0.4s ease;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        height: auto;
        background-color: transparent;
        border-right: none;
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: 8px;
    }
    .nav-menu li.menu-item-has-children:last-child.open ul.sub-menu.open-submenu {
        padding-bottom: 0;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #fff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .mobilesubmenu.open {
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    ul.sub-menu {
        display: none !important;
        position: relative !important;
        top: -100% !important;
        width: 100%;
        transition: all 1s;
    }
    ul.sub-menu li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    ul.sub-menu li:last-child {
        border: 0 !important;
    }
    ul.sub-menu li a {
        color: #fff !important;
        font-weight: 600;
        width: auto;
        display: inline-block;
        text-align: left;
    }
    .nav-menu .sub-menu,
    .nav-menu .children {
        width: 100%;
        background-color: transparent;
        transform: translateX(0);
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
        display: none;
    }
    .nav-bar {
        background-color: #0d1755;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 20px 20px 100px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 300px;
        text-align: left;
        z-index: 99999;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 10px !important;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .nav-menu li a {
        color: #fff;
        font-weight: normal;
        font-size: 14px;
        padding: 8px 0;
    }
    .nav-menu .current_page_item > a,
    .nav-menu .current_page_ancestor > a,
    .nav-menu .current-menu-item > a,
    .nav-menu .current-menu-ancestor > a,
    .nav-menu li a:hover {
        color: #ffffff !important;
        background: transparent !important;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333;
        float: right;
    }
    span.submenu-toggle {
        position: absolute;
        top: 5px;
        right: 5px;
        color: #ffffff;
        width: 30px;
        display: inline-block;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.2);
        text-align: center;
        line-height: 33px;
        font-size: 13px;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #fff;
        cursor: pointer;
        margin-bottom: 20px;
    }
    #navbar {
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        background-image: linear-gradient(to left, #0f172a, #0369A1);
    }
    #navbar::-webkit-scrollbar {
        width: 3px;
        visibility: hidden;
        opacity: 0;
    }
    #navbar::-webkit-scrollbar-track,
    #navbar::-webkit-scrollbar-thumb {
        border-radius: 0;
    }
    #navbar:hover::-webkit-scrollbar {
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 830px){
    .hero-section {
        padding: 130px 0 50px;
    }
    .hero-content {
        margin-bottom: 40px;
    }
    .hero-section .col-sm-12 {
        flex: auto;
        width: 100%;
        text-align: center;
    }
    .hero-content h1, .hero-content h2, .hero-content h3, .hero-content h4, .hero-content h5, .hero-content h6 {
        font-size: 42px;
        color: #ffffff;
    }
    .hero-content p{
        color: #ffffff;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6, .quote-card h1, .quote-card h2, .quote-card h3, .quote-card h4, .quote-card h5, .quote-card h6 {
        font-size: 25px;
    }
    .hplumbingcompany-list .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .hplumbingcompany-list .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .hmain-content p {
        width: 100%;
        font-size: 16px;
    }
    .quote-card {
        height: auto;
        display: block;
    }
    .quote-card p {
        font-size: 18px;
        margin: 0 0 15px 0;
    }
    a.all-buttons.blue.big {
        font-size: 15px;
        height: auto;
        line-height: normal;
        padding: 12px 0;
    }
    a.all-buttons.blue img {
        width: 15px;
        height: 15px;
    }
    .benefits-list ul {
        margin: 18px 0 0;
    }
    .benefits-list.second p {
        font-weight: 400;
    }
    .hplumbingcompany-sec, .hcustomerssay-sec, .hservices-sec{
        padding: 40px 0;
    }
    .hplumbdifference-sec {
        padding: 40px 0 50px;
    }
    blockquote {
        font-size: 16px;
        line-height: 25px;
    }
    .user-details strong{
        font-size: 16px;
    }
    .user-details p {
        font-size: 14px;
        line-height: 21px;
    }
    .benefits-list.second {
        margin-top: 20px;
    }
    .site-footer {
        padding: 35px 0 0;
    }
    .footer-logo img {
        width: 79px;
    }
    .footer-logo p {
        font-size: 14px;
        font-weight: 400;
        margin: 15px 0 10px;
    }
    .footer-content .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .footer-content .col-3{
        flex: auto;
        width: 33.33%;
    }
    .footer-content .col-3:first-child{
        width: 100%;
        text-align: center;
    }
    .copyright {
        padding: 15px 0;
        margin-top: 30px;
    }
    .ft-menu strong.ft-title{
        font-size: 16px;
    }
    .ft-menu ul li a, .ft-menu ul li span{
        font-size: 14px;
    }
    .copyright span{
        font-size: 14px;
    }
    a.all-buttons.yellow {
        font-size: 14px;
        line-height: normal;
        padding: 12px 25px;
    }
    a.all-buttons.yellow img{
        width: 14px;
        height: 14px;
    }
    a.all-buttons {
        padding: 11px 36px;
    }
    .hservices-list .row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }
    .allpage-banners {
        padding: 50px 0 60px;
        position: relative;
    }
    .afterbefore-content .hmain-content {
        margin-bottom: 35px;
    }
    .hservices-list .col-sm-12{
        flex: auto;
        width: 100%;
    }
    .hmain-content.sm h1, .hmain-content.sm h2, .hmain-content.sm h3, .hmain-content.sm h4, .hmain-content.sm h5, .hmain-content.sm h6 {
        font-size: 25px;
    }
    .hmain-content {
        margin-bottom: 40px;
    }
    .hgallery-content .col-sm-12 {
        flex: auto;
        width: 50%;
    }
    .hblogp-box .col-6 {
        flex: auto;
        width: 100%;
    }
    .hblog-sec {
        padding: 30px 0;
    }
    .hblogp-box .thumbnail img{
        border-bottom-left-radius: 0;
        border-top-right-radius: 12px;
    }
    .hblogp-box .thumbnail img{
        height: auto;
    }
}
@media (max-width: 768px){
    .hservices-list .col-sm-12 {
        width: 50%;
    }
    .allpage-banners {
        padding: 50px 0 60px;
    }
    .hservices-sec.ourvalue-sec {
        padding: 5px 0;
    }
    .hleftright-list .row.right .col-sm-12:first-child {
        order: unset;
    }
    .hleftright-sec {
        padding: 60px 0 15px;
    }
    .hleftright-sec.second {
        padding: 55px 0 45px;
    }
    .hservices-sec.servicespg-sec {
        padding-top: 10px;
    }
    .afterbeforeslide-box{
        max-width: 100%;
    }
    .offeringservices-list .col-sm-12 {
        flex: auto;
        width: 50%;
    }
    .hmain-content.banner-content .icon {
        width: 70px;
        height: 70px;
        line-height: 62px;
    }
    .hmain-content.banner-content .icon img{
        width: 40px;
    }
    .hgallery-modal-content {
        margin: 15px;
    }
    .modal-title{
        font-size: 20px;
    }
    .hgallery-modal-text {
        padding: 20px;
    }
    .hgallery-modal-nav {
        position: relative;
        bottom: 0;
        left: 0;
    }
    span.modal-category.badge {
        padding: 3px 14px 4px;
        font-size: 12px;
        margin-top: 10px;
    }
    .hfaq-sec ul#filters,
    ul#blog_filters{
        justify-content: center;
        margin-bottom: 25px;
    }
    .contactus-sec {
        padding: 40px 0;
    }
    .contact-from {
        padding: 30px;
        margin-bottom: 35px;
    }
    .contact-information .titles h2{
        font-size: 20px;
    }
}
@media (max-width: 667px){
    body .container {
        padding: 0 20px;
    }
    #menuToggle{
        right: 30px;
    }
    .hero-content h1, .hero-content h2, .hero-content h3, .hero-content h4, .hero-content h5, .hero-content h6 {
        font-size: 34px;
    }
    .hero-content p,
    .hero-content p:nth-child(3){
        font-size: 16px;
        margin: 0 0 15px 0;
    }
    .heroexp-list .row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }
    .features-card {
        padding: 15px 15px 30px;
    }
    .dot-gif {
        margin: 0 auto 10px;
    }
    .footer-content .col-3:first-child{
        text-align: left;
    }
    .footer-content .col-3 {
        width: 100%;
    }
    .hmain-content.banner-content h1, .hmain-content.banner-content h2, .hmain-content.banner-content h3, .hmain-content.banner-content h4, .hmain-content.banner-content h5, .hmain-content.banner-content h6 {
        font-size: 25px;
    }
    .offeringservices-sec {
        padding: 40px 0 45px;
    }
    .offeringservices-list .row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }
    .offeringservices-content .hmain-content {
        margin-bottom: 30px;
    }
    .hmain-content.sm h1, .hmain-content.sm h2, .hmain-content.sm h3, .hmain-content.sm h4, .hmain-content.sm h5, .hmain-content.sm h6 {
        font-size: 25px;
        margin: 0 0 15px 0;
    }
    .hmain-content.hleftrightbox-ct h1, .hmain-content.hleftrightbox-ct h2, .hmain-content.hleftrightbox-ct h3, .hmain-content.hleftrightbox-ct h4, .hmain-content.hleftrightbox-ct h5, .hmain-content.hleftrightbox-ct h6 {
        font-size: 20px;
    }
    .hmain-content p br{
        display: none;
    }
    .hblog-sec {
        padding: 20px 0;
    }
}
@media (max-width: 480px){
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6, .quote-card h1, .quote-card h2, .quote-card h3, .quote-card h4, .quote-card h5, .quote-card h6 {
        font-size: 20px;
        margin: 0 0 15px 0;
    }
    .hmain-content,
    .hcustomerssay-content .hmain-content{
        margin-bottom: 30px;
    }
    .quote-card{
        text-align: center;
    }
    .quote-card p {
        font-size: 16px;
    }
    .hservices-list .col-sm-12 {
        width: 100%;
    }
    .benefits-list p, .benefits-list ul li{
        font-size: 14px;
    }
    .hcustomerssay-slide{
        padding: 20px;
    }
    .rating i.fa.fa-star {
        font-size: 11px;
    }
    .user-details strong {
        font-size: 14px;
    }
    #hcustomerssay_slide .slick-list.draggable {
        margin-bottom: 50px;
    }
    .hmain-content p br{
        display: none;
    }
    .hmain-content.sm h1, .hmain-content.sm h2, .hmain-content.sm h3, .hmain-content.sm h4, .hmain-content.sm h5, .hmain-content.sm h6 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .faqs_list a.card-link{
        font-size: 13px;
    }
    
    .fw-btns.d-flex {
        margin-top: 25px;
        display: block !important;
    }
    .fw-btns.d-flex a{
        width: 100%;
        text-align: center;
    }
    .fw-btns.d-flex a:first-child{
        margin-bottom: 10px;
    }
    .hgallery-sec {
        padding: 20px 0;
    }
    .hgallery-content .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .hgallery-modal-body{
        display: block;
    }
    .hgallery-modal-image, .hgallery-modal-text {
        width: 100%;
    }
    .hgallery-modal-text{
        padding: 20px;
    }
    .hblogp-bct {
        padding: 20px;
    }
    .hblogp-box h2 {
        font-size: 19px;
    }
    .hblogp-box p{
        font-size: 14px;
    }
    .author-read a{
        font-size: 12px;
    }
    .singleblogct-sec .hmain-content .inner {
        padding: 20px;
    }
    .singleblogct-sec .hmain-content h1, .singleblogct-sec .hmain-content h2, .singleblogct-sec .hmain-content h3, .singleblogct-sec .hmain-content h4, .singleblogct-sec .hmain-content h5, .singleblogct-sec .hmain-content h6 {
        font-size: 17px;
        margin: 0 0 10px 0;
    }
    .singleblogct-sec .hmain-content p, .singleblogct-sec .hmain-content ul li{
        font-size: 14px;
    }
    .contact-from .titles strong{
        font-size: 20px;
    }
    .contact-from .titles p {
        font-size: 14px;
    }
    .service-area iframe {
        height: 300px;
    }
}
@media (max-width: 414px){
    .hero-content h1, .hero-content h2, .hero-content h3, .hero-content h4, .hero-content h5, .hero-content h6 {
        font-size: 25px;
    }
    .benefits-list h1, .benefits-list h2, .benefits-list h3, .benefits-list h4, .benefits-list h5, .benefits-list h6{
        font-size: 16px;
    }
    .offeringservices-list .col-sm-12 {
        width: 100%;
    }
    .hmain-content.banner-content h1, .hmain-content.banner-content h2, .hmain-content.banner-content h3, .hmain-content.banner-content h4, .hmain-content.banner-content h5, .hmain-content.banner-content h6 {
        font-size: 22px;
    }
    .allpage-banners {
        padding: 35px 0;
    }
    .hmain-content.hleftrightbox-ct h1, .hmain-content.hleftrightbox-ct h2, .hmain-content.hleftrightbox-ct h3, .hmain-content.hleftrightbox-ct h4, .hmain-content.hleftrightbox-ct h5, .hmain-content.hleftrightbox-ct h6 {
        font-size: 16px;
    }
    .catn-date.author-read .d-flex {
        display: block !important;
    }
    .catn-date span.date {
        display: block;
        margin-bottom: 5px;
    }
    .catn-date span.date.dash{
        display: none;
    }
    .author-read a {
        margin-left: 0;
    }
    .service-area iframe {
        height: 250px;
    }
    .contact-information ul li a, .contact-information ul li span{
        font-size: 14px;
    }
    .contact-from{
        padding: 20px;
    }
}