/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');

@font-face {
	font-family: 'font';
	src:url('../fonts/Quicksand_Bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/Quicksand_Book.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font3';
	/*src:url('../fonts/couture-bld.otf') format('truetype');*/
	src:url('../fonts/Nexa-ExtraLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font4';
	/*src:url('../fonts/couture-bld.otf') format('truetype');*/
	src:url('../fonts/Nexa-Heavy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}
.top-md-40 {
  top: 40px;
}
.top-md-20 {
    top: 20px;
}
.top-md-negative-20 {
    top: -20px;
}
.top-zero {
    top: 0;
}
.padder{
	padding: 140px 0 0;; 
}
.modal-backdrop {
  position: fixed; top: 0; left: 0; z-index: 1; width: 100vw; height: 100vh; background-color: #000;
}
.modal-dialog {
  max-width: 1200px; top: 50px; margin: 1.75rem auto;
}
.modal-dialog .modal-content {
	margin:auto; background-color:#fff;	position:relative; padding:0;	outline:0; width:1200px;
}
.modal-body p {
	color: rgb(12,12,12) !important;
}
p.city-btn {
  cursor: pointer; font-weight: 500; color: rgb(12,12,12);
}
h5.modal-title {
	font-size: 1.25rem; font-family: font2; font-weight: 600; color: rgb(12,12,12);
}
.my-pad1 {
	padding: 0 0 0 20px;
}
.my-pad1 h5 {
	  color: rgb(231,223,208);
    font-family: 'font';
    text-align: left;
		text-decoration: underline;
		line-height: 5px;
		padding-top: 10px;
    font-size: 20px;
}
.my-pad2 {
	padding: 0 0 0 20px;
}
.my-pad2 h5 {
	  color: rgb(231,223,208);
    font-family: 'font';
    text-align: left;
		line-height: 5px;
		text-decoration: underline;
		padding-top: 20px;
    font-size: 20px;
}
.my-pad3 {
	padding: 0 0 0 20px;
}
.my-pad3 h5 {
	  color: rgb(231,223,208);
    font-family: 'font';
    text-align: left;
		line-height: 5px;
		padding-top: 10px;
    font-size: 20px;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: rgb(255,255,255,0.7);	white-space: normal; font-family: 'font2'; font-weight: 900; font-size: 18px;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: rgb(255,255,255); background-color: rgb(29,29,29);
}
.tab {
  overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
  background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font';	text-align: center;	font-size: 2rem; color: rgb(246,177,24);
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	/*position: fixed; width: 100%;	z-index: 1;	padding: 2px 0 2px 0;	background: linear-gradient(45deg, rgba(245,136,50,0.77) 65%, rgba(129,194,65,0.77) 63%);	z-index: 3;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;*/
    position: fixed;
    width: 100%;
    z-index: 1;
    padding: 2px 0;
    background: linear-gradient(45deg, rgba(245,136,50,0.77) 63%, rgba(129,194,65,0.77) 63%);
    z-index: 3;
transition: background-color 0.5s ease-in-out;
		
    transform: translateZ(0); /* Enables GPU acceleration */
    will-change: transform, background; /* Optimizes animation performance */
}
.top-header div[class*='col-']:first-child {
	display:flex;	justify-content: flex-end; align-items:center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0;	font-size:15px;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color:transparent;;
}
.top-header div[class*='col-']:nth-child(2) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) i {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(3) a {
	color: rgb(120,120,120); font-family: 'font2';
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display:flex;	justify-content:flex-end;	align-items:center;
}
.top-header div[class*='col-']:nth-child(4) i {
	color: black;
}
.top-header div[class*='col-']:nth-child(4) a {
	color: black; font-family: 'font4';
	font-size: 0.8rem;
	margin: 0 14px; 
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(5) {
	display:flex;	justify-content: center; align-items:center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display:flex;	justify-content:center;	align-items:center;	border: 1px solid rgb(231,223,208);	color: rgb(50,50,50); background: rgb(231,223,208); border-radius:100px;	height: 34px;	width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(255,255,255);	text-decoration:none !important; color: rgb(50,50,50); border: 1px solid rgb(50,50,50);
}
.top-header .dropdown-menu {
	background:whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color:#222;	padding:3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px;	outline: none !important;	border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important;	color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline:none !important; box-shadow:none !important;
}

/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}

/******* Mobile Navigation Section *******/
.navbar-sidebar {
	display:none;
}
.dropdown-wrapper {
	margin:0;	padding:0;
}
.navbar-sidebar .dropdown-menu-mobile, .navbar-sidebar .dropdown-menu-mobile-2, .navbar-sidebar .dropdown-menu-mobile-3 {
	position:relative; display:none; top: 0; left: 0; z-index: 1000; float: left; height:0px; margin:0; width:100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(240,240,240); border: 0; visibility: hidden; border-radius: 0; transform:scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate, .dropdown-menu-animate-2, .dropdown-menu-animate-3 {
	display:inline-block !important; transform:scale(1,1) !important; height:auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a, .navbar-sidebar .dropdown-menu-mobile-2 a, .navbar-sidebar .dropdown-menu-mobile-3 a {
	color: rgb(29,29,29);	font-size: 18px;	font-family:'font3'; text-align:left;
}
.navbar-sidebar {
	padding-top: 95px; height: 100%; width: 250px; background-color: rgb(255,255,255); position: fixed!important;	z-index: 1;	overflow: auto;
}
.bar-block h5 {
	padding-top: 20px; padding-left: 16px; color: rgb(29,29,29); font-size: 18px; font-family: 'font'; text-decoration: underline;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition:margin-left .4s;
}
.modal {
	z-index: 3;	display: none; padding-top: 100px; position: fixed;	left: 0; top: 0; width: 100%;	height: 100%;	overflow: auto; background-color: rgb(0,0,0);	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin:auto; background-color:#fff;	position:relative; padding:0;	outline:0; width:600px;
}
.bar {
	width:100%;	overflow:hidden;
}
.center .bar {
	display:inline-block;	width:auto;
}
.bar .bar-item {
	padding:8px 16px;	float:left;	width:auto;	border:none; display:block;	outline:0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position:static; float:left;
}
.bar .button {
	white-space:normal;
}
.bar-block .nav-link {
	color: rgb(29,29,29); font-family: 'font3'; font-size: 18px;
}
.bar-block .bar-item {
	width:100%;	display:block; padding:8px 16px; text-align:left;	border:none; white-space:normal; float:none; outline:0; font-family: 'font'; color: rgb(29,29,29); font-size: 18px;
}
.bar-block.center .bar-item {
	text-align:center;
}
.block {
	display:block; width:100%;
}
/******* Mobile Navigation Section *******/

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
/*.home-header-section {*/
/*	padding-top: 97px;*/
/*}*/
.home-header-section h5 {
	font-family: 'font'; color: rgb(255,255,255); font-size: 55px;
}
.home-header-section p {
	color: rgb(255,255,255); font-family: 'font2'; font-size: 25px;
}
.home-header-section a {
	border-radius: 1.6rem; color: rgb(255,255,255); font-size: 18px; padding: 13px 35px; border: 1px solid rgb(255,255,255); color: rgb(255,255,255);
}
.home-header-section a:hover {
	color: rgb(255,255,255);
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: 0 0 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(29,29,29); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 550px;
}
.dropdown-menu li a {
	padding: 2px 15px 0px 15px; font-weight: 900; padding-left: 25px;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255,0.7); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(29,29,29) !important;
}




.home-slider {
	
	padding: 350px 0px 200px 0px;
    /*background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/home-slider.jpg); background-size: cover;*/
		
		
background-image: linear-gradient(rgb(0 0 0 / 64%), rgb(0, 0, 05, 0.3)), url(../img/homepage/home-main.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: 50% 85%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
border-bottom: 14px solid #f58832;
		
}
.home-slider h1 {
	font-family: 'font4';
	font-size: 3.5rem;
  text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: rgb(250,250,250);
	text-transform: uppercase;
}
.home-slider h1 span{
	color: #fff; text-indent: 15px; line-height: 35px; font-size: 1rem; font-weight: 700; text-shadow: none;
	text-align:center;
}
.home-slider h2 {
/*	font-family: 'font4';
	font-size: 35px;
  text-align: left;
	line-height: 70px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: rgb(250,250,250);*/

	color: #fff; text-indent: 15px; line-height: 35px; font-size: 1rem; font-weight: 700; text-shadow: none;
	text-align:center;
	}
.home-slider h3 {
	color: #fff; text-indent: 15px; line-height: 35px; font-size: 1rem; font-weight: 700; text-shadow: none;
	text-align:center;
}
.home-slider h4 {
	color: #fff; text-indent: 15px; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: underline;
}
.home-slider h4.pricing {
	color: #fff; text-indent: 0; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: none;
}
.home-slider h5 {
	color: #fff; font-size: 16px;
}
.home-slider h5 span {
	color: gold;
}
.home-slider p {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600; line-height: 35px;
	text-shadow: 1px 6px 15px  black;
	text-align: justify;
	color: rgb(250,250,250);
}

.home-slider a {
	background: #f58832;
	padding: 15px;
	border-radius:32px;
	color: white;
	font-weight: 800;
	border: 2px white solid;
	text-align: center;
	display: inline-block;
}

a.green{
	background: rgba(129,194,65,0.77) ;
}
.home-slider a:hover {
	background: white;
	color: #222a45;
}

.home-slider .row.flags{
	/*display: none; */
}



.new-home1 {
	background: rgb(255,255,255); padding: 70px 0 20px 0;
}
.new-home1 .pad {
	padding-top: 30px;
}
.new-home1 h1 {
	font-family: "font4"; font-size: 60px; color: 
#00197b; line-height: 100px; text-align: center;
}
.new-home1 h2 {
	font-family: "font4"; font-size: 60px; color: 
#00197b; line-height: 100px; text-align: center;
}
.new-home1 span {
	font-size: 100px;
}
.new-home1 strong {
	font-size: 44px; font-weight: 500; margin-top:-30px;
}
.new-home1 p {
    color: rgb(100, 100, 100);
    text-align: center;
    font-size: 1.35rem;
}
.new-home1 a {
	padding: 20px 20px; background: #f58832;  color: rgb(0 0 0); font-weight: 600;
	border-radius: 10px;
	font-size: 1.2rem;
	
	
  box-shadow: inset 0 0 0 0 rgba(129, 194, 65, 0.97), 0 2px 5px rgb(0 0 0);
  color: black;
  /*margin: 0 -.25rem;*/
  /*padding: 0 .25rem;*/
  transition: color .65s ease-in-out, box-shadow .65s ease-in-out;}

.new-home1 a:hover {
    box-shadow: inset 450px 0 0 0 rgba(129,194,65,0.97);
    color: white;
}
.new-home1 a:not(:hover) {
    transition: color 0.4s ease-out, box-shadow 0.4s ease-out; /* Faster hover-out effect */
}


.new-home1 img {
	border-radius: 5px; box-shadow: 5px 5px 10px #000;
}



/*Homepage Provide Section*/

.home-provide{
	
	margin: 0 0 45px 0; 
}

.section-bg {
    background-color: transparent;
    padding: 145px 0;
    position: relative;
}

.section-bg:before {
    content: ""; /* Ensure the pseudo-element is visible */
    background-color: #f4f6f8; /* Background color for the pseudo-element */
    position: absolute;
    bottom: 60px;
    top: 60px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
    z-index: -1; /* Place it behind the main content */
    pointer-events: none; /* Prevent interference with user interactions */
    mix-blend-mode: multiply; /* Ensure the pseudo-element blends well with text */
}


.home-provide .pad1{
	
	padding: 205px 0; 
	
}
.home-provide .pad{
	
	padding: 45px 0; 
	
}
.home-provide .pad img{
	
	border-radius: 20px;
	width: 60%;
	
}
.home-provide a {
    padding: 20px 20px;
    background: #f58832;
    color: rgb(0 0 0);
    font-weight: 600;
    border-radius: 10px;
    font-size: 1.65rem;
		text-align: center; 
}
.home-provide a {
	padding: 20px 20px; background: #f58832;  color: rgb(0 0 0); font-weight: 600;
	border-radius: 10px;
	font-size: 1.7rem;
	
	
  box-shadow: inset 0 0 0 0 rgba(129, 194, 65, 0.97), 0 2px 5px rgb(0 0 0);
  color: black;
  /*margin: 0 -.25rem;*/
  /*padding: 0 .25rem;*/
  transition: color .65s ease-in-out, box-shadow .65s ease-in-out;}

.home-provide a:hover {
    box-shadow: inset 450px 0 0 0 rgba(129,194,65,0.97);
    color: white;
}
.home-provide a:not(:hover) {
    transition: color 0.4s ease-out, box-shadow 0.4s ease-out; /* Faster hover-out effect */
}
.home-provide h2{
    font-family: "font4";
    font-size: 40px;
    color: #00197b;
    line-height: 50px;
    text-align: left;
}
.home-provide h2 span{
		color: #f58832;
}
.home-provide h3{
    font-family: "font4";
    font-size: 28px;
    color: #00197b;
    line-height: 50px;
    text-align: left;
}
.home-provide h3 span{
		color: #f58832;
}
.home-provide p{
        color: rgb(100,100,100);
    text-align: justify;
    font-size: 20px;
}
.home-provide .box{
	width: 95%;
	height: 95%;
	margin: 0px 15px;
	transition: 0.5s; 
	
}

.home-provide .box:hover{

	margin: 0px 15px; 
	transform: scale(1.22);
	z-index: 2; 
}





/*Homepage Provide Section END*/


.home-plumbing-section{
	
	
}
.home-plumbing-section h2{
    font-family: "font4";
    font-size: 2.55rem;;
    color: #00197b;
	text-align: center;
	text-transform: uppercase;
}
.home-plumbing-section i{
	color: #f58832;
}
.home-plumbing-section a{
	color: black;;
}


  .icon-box {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card {
    border: none;
		border-radius: 0px;

		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;;
		transition: 0.5s;
		
  }
  .card-body {
    padding: 20px;
		text-align:center; 
  }
  .card-title {
    font-size: 18px;
		font-weight: 700; 
  }
	
  .card:hover{
    background: #f58832;
		border-radius: 15px;
		/*border: 1px solid black; */
  }

  .card-body:hover .card-text{
    color: white; 
		/*border: 1px solid black; */
  }
	
	
.new-home2 {
	background: rgb(250,250,250); padding: 40px 0 40px 0;
}
.new-home2 h2 {
	font-family: 'font4'; font-size: 40px; text-align: left; color: rgb(110,105,85); padding-bottom: 30px;
}
.new-home2 .pad {
	padding-top: 30px;
}
.new-home2 h3 {
	font-family: 'font4'; font-size: 30px; text-align: left; color: rgb(110,105,85);
}
.new-home2 p {
	color: rgb(100,100,100); text-align: justify; font-size: 17px;
}
.new-home2 a {
	padding: 20px 20px; background: transparent; color: rgb(90,90,90); font-weight: 600; border: 2px solid rgb(90,90,90);
}
.new-home2 a {
	padding: 20px 20px; background: rgb(255,255,255); color: rgb(100,100,100); font-weight: 600; border: 2px solid rgb(100,100,100);
}
.new-home2 img {
	border-radius: 5px; box-shadow: 5px 5px 10px #000;
}
.new-home3 {
	background: rgb(255,255,255); padding: 40px 0 40px 0;
}
.new-home3 h2 {
	font-family: "font4"; font-size: 40px; text-align: center; color: #00197b; padding-bottom: 10px;
	text-transform: uppercase;
	
}
.new-home3 .pad {
	padding-top: 30px;
}
.new-home3 h3 {
	font-family: 'font4'; font-size: 30px; text-align: left; color: rgb(110,105,85);
}
.new-home3 p {
	color: rgb(100,100,100); text-align: justify; font-size: 17px;
}
.new-home3 a {
	padding: 20px 20px; background: transparent; color: rgb(90,90,90); font-weight: 600; border: 2px solid rgb(90,90,90);
}
.new-home3 a {
	padding: 20px 20px; background: rgb(255,255,255); color: rgb(100,100,100); font-weight: 600; border: 2px solid rgb(100,100,100);
}
.new-home3 img {
	border-radius: 5px; box-shadow: 5px 5px 10px #000;
}
.new-home4 {
	background: /*#f4f6f8*/white; padding: 60px 0 60px 0;
}
.new-home4 img {
	max-width: 250px;
}
.new-home4 p {
	font-size: 25px; font-family: 'Mukta', sans-serif; color: rgb(0,0,0); text-align: center; padding-top: 30px; padding-bottom: 15px;
}
.new-home4 h2 {
	font-family: "font4"; font-size: 45px; text-align: center; color: #00197b; padding-bottom: 10px;
	text-transform: uppercase;
	
}
.new-home4 hr {
	margin: auto: width: 60px; border-top: 3px solid rgba(129,194,65,0.87) ; opacity: 1;;
}



.new-home6 {
	background: #f4f6f8; padding: 40px 0 40px 0;
}


.parallax2 {
	padding: 50px 0; 
  background-image: linear-gradient(rgb(0,0,0,0.3), rgb(0,0,05,0.3)), url("/img/homepage/bathroom-parallax.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
	text-align: center; 
}
.parallax2 .card{
	background: rgba(245,136,50,0.77);
	box-shadow: 1px 1px 10px solid black; 
}
.parallax2 .card-body{
box-shadow: 1px 1px 10px 1px black;
}

.parallax2 h2{
    font-size: 2rem;
    font-weight: 700;
    font-family: "font4";
    text-transform: uppercase;
}

.parallax2 p{
	color: black;
	font-weight: 400;
	font-size:1.15rem;
}
.parallax2 a{
	color: black;
	font-weight: 700; 
}
.parallax2 a:hover{

	font-size: 1.2rem; 
}

.new-home6 .box {
	padding: 25px 25px 0 25px;
}
.new-home6 h2 {
	text-align: center; color: #f58832; font-size: 40px; font-family: 'font4'; text-transform: uppercase;
}
.new-home6 h3 {
	font-family: 'font4'; text-align: center; color: rgb(109,100,85); font-size: 25px;
}
.new-home6 h5 {
	font-size: 17px; color: rgb(100,100,100); text-align: center; line-height: 27px; padding-bottom: 40px;
	font-family: 'Mukta', sans-serif;
}
.new-home6 p {
    color: rgb(100, 100, 100);
    text-align: center;
    font-size: 1.25rem;
}
.new-home6 a {
	font-weight: 600; color: rgb(109,100,85);
}
.new-home6 a:hover {
	color: rgb(217,214,199);
}
.new-home6 .flip-card {
  background-color: transparent; width: 325px; height: 325px; perspective: 1000px; border-radius: 5px;
}
.new-home6 .flip-card-inner {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front, .flip-card-back {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card1.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back {
  background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}
.new-home6 .flip-card2 {
  background-color: transparent; width: 325px; height: 325px; perspective: 1000px;
}
.new-home6 .flip-card-inner2 {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front2, .flip-card-back2 {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front2 {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card2.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back2 {
  background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}
.new-home6 .flip-card3 {
  background-color: transparent; width: 325px; height: 325px; perspective: 1000px;
}
.new-home6 .flip-card-inner3 {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card3:hover .flip-card-inner3 {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front3, .flip-card-back3 {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front3 {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card3.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back3 {
  background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}
.new-home6 .flip-card4 {
  background-color: transparent; width: 325px; height: 325px; perspective: 1000px;
}
.new-home6 .flip-card-inner4 {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card4:hover .flip-card-inner4 {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front4, .flip-card-back4 {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front4 {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card4.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back4 {
	background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}
.new-home6 .flip-card5 {
  background-color: transparent; width: 325px; height: 325px; perspective: 1000px;
}
.new-home6 .flip-card-inner5 {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card5:hover .flip-card-inner5 {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front5, .flip-card-back5 {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front5 {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card5.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back5 {
	background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}
.new-home6 .flip-card6 {
  background-color: transparent; width: 325px; height: 325px; perspective: 1000px;
}
.new-home6 .flip-card-inner6 {
  position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d;
}
.new-home6 .flip-card6:hover .flip-card-inner6 {
  transform: rotateY(180deg);
}
.new-home6 .flip-card-front6, .flip-card-back6 {
  position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.new-home6 .flip-card-front6 {
  background-color: #bbb; border-radius: 10px; background: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/card6.jpg"); background-size: cover; color: black; box-shadow: 0 0 29px 0 rgb(68,88,144,0.12);
}
.new-home6 .flip-card-back6 {
	background: rgb(255,255,255); border-radius: 5px; background-size: cover;  box-shadow: 0 0 29px 0 rgb(68,88,144,0.12); color: rgb(100,100,100); transform: rotateY(180deg);
}
.home1 {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.home1 .box {
	background: rgb(231,223,208); padding: 25px;
}
.home1 .pad {
	padding-top: 15px;
}
.home1 h1 {
	font-family: 'font';	font-size: 35px; text-align: left; color: rgb(29,29,29);
}
.home1 p {
	font-size: 17px; font-family: 'font2'; text-align: justify;	color: rgb(100,100,100);
}
.home1 iframe {
	width: 100%; height: 295px;
}
.home2 {
	background: rgb(250,250,250); padding: 75px 0 75px 0;
}
.home2 .box {
	background: rgb(255,255,255); padding: 15px;
}
.home2 .pad {
	padding: 15px;
}
.home2 h2 {
	font-family: 'font'; color: rgb(29,29,29); font-size: 25px; text-align: left;
}
.home2 p {
	text-align: justify; color: rgb(100,100,100); font-size: 16px;
}
.home2 a {
	color: rgb(247,197,30); font-weight: 600;
}
.home3 {
	background: rgb(231,223,208); padding: 75px 0 65px 0;
}
.home3 h3 {
	text-align: left; font-family: 'font'; color: rgb(43,23,0); font-size: 35px;
}
.home3 p {
	color: rgb(100,100,100); font-family: 'font2'; font-size: 20px; text-align: left;
}
.home3 .pad {
	padding-top: 27px;
}
.home3 a {
	background: rgb(255,255,255); color: rgb(29,29,29); border-radius: 1.6rem; padding: 15px 25px;
}
.home3 a:hover {
	background: rgb(29,29,29); color: rgb(255,255,255);
}
.home4 {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.home4 .pad {
	padding-top: 30px;
}
.home4 h4 {
	font-family: 'font'; font-size: 35px; text-align: left; color: rgb(29,29,29);
}
.home4 p {
	color: rgb(100,100,100); font-size: 17px; font-family: 'font2'; text-align: justify;
}
.home5 {
	background: rgb(250,250,250); padding: 75px 0 75px 0;
}
.home5 h4 {
	text-align: center; font-size: 35px; font-family: 'font'; color: rgb(29,29,29); padding-bottom: 40px;
}
.home5 i {
	font-size: 50px; color: rgb(247,197,30);
}
.home5 p {
	text-align: center;
}
.home5 h5 {
	text-align: center; font-family: 'font'; color: rgb(29,29,29); font-size: 25px;
}
.home6 {
	background: rgb(255,255,255); padding: 75px 0 75px 0;
}
.home6 .pad {
	padding-top: 30px;
}
.home6 h4 {
	font-family: 'font'; font-size: 35px; text-align: left; color: rgb(29,29,29);
}
.home6 p {
	color: rgb(100,100,100); font-size: 17px; text-align: justify; font-family: 'font2';
}


.home8 {
	background: rgb(250,250,250); padding: 50px 0 50px 0;
}
.home8 h5 {
	font-family: 'Mukta', sans-serif; color: rgb(29,29,29); text-align: left; font-size: 25px;
}
.home8 p {
	font-family: 'Mukta', sans-serif; color: rgb(100,100,100); text-align: justify;
}


.home8 .box {
	background: #f4f6f8; padding: 25px; border-radius: 5px;
	/*width: 85%;*/
	width: auto;
}
.home8 .box.contact-info {
	background: #f4f6f8; padding: 25px; border-radius: 5px;
}
.home8 .box.contact-info p{
	font-size:1.4rem;;
}
.home8 .box.contact-info h5{
	font-size:1.7rem;;
	text-decoration: underline; 
}
.home8 .box h2{
    font-family: 'font4';
    color: rgb(29, 29, 29);
    text-align: center;
    font-size: 30px;

}
.home8 .vertically-centered{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height:auto;
}

/*ABOUT PAGE START */

.about-start{
	
}
.about-start {
    padding: 140px 25px;
    /*background: linear-gradient(105deg, rgb(255, 255, 255) 45% ,rgb(0 ,25 ,123, 0.67) 45%);*/
		
background: linear-gradient(105deg, rgb(255, 255, 255) 50%, rgba(0 ,25 ,123, 0.37) 50%),
            url('../img/services/general-plumbing-001.jpg');
background-size: cover; /* Adjusts the image size to cover the section */
background-position: 50% 90%; /* Centers the image */
background-repeat: no-repeat; /* Ensures the image doesn’t repeat */		
		
		
		
}


.about-start img.service-image {
    border-radius: 20px;
    box-shadow: 12px 12px #00197b;
}
.about-start h1 {
    font-family: "font4";
    font-size: 60px;
    color: #f58832;
    line-height: 70px;
    text-align: center;
		text-transform: uppercase; 
}
.about-start h1 span{
    font-family: "font4";
    font-size: 60px;
    color: #00197b;
    line-height: 70px;
    text-align: center;
		text-transform: uppercase; 
}
.about-start h2 {
    font-family: "font4";
    font-size: 20px;
    color: #00197b;
    line-height: 50px;
    text-align: center;
		text-transform: uppercase; 
}
.about-start .feature-link .feature-item i{
		padding: 10px;
		border-radius: 100%;
		background: rgba(129, 194, 65, 0.97);
}
.about-start .feature-link .feature-item h2{
		font-size: 2.77rem;
		text-align: center;
		/*color: rgba(129, 194, 65, 0.97);*/
		color: rgba(129, 194, 65, 0.97);
}
.about-start .feature-link:hover .feature-item {
    background-color: rgba(234, 234, 234, 0.5); /* Optional hover effect */
    transition: background-color 0.5s ease;
}

.about-start .feature-link:hover .feature-item p{
		color: white;
}
.about-start .feature-link:hover .feature-item i{
		padding: 20px;
		border-radius: 100%;
		background: rgba(129, 194, 65, 0.97);
}
.about-start .feature-link:hover .feature-item h4{
		color: white;
}
.about-start .feature-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* Full width of the link */
    height: 4px; /* Thickness of the line */
    background-color: #ddd; /* Gray color for the separator line */
}

.about-start .feature-link:last-child::before {
    display: none; /* Remove the separator line for the last item */
}

.about-start .service-list .feature-item {
    display: inline-grid;;
    align-items: flex-start;
	padding: 20px; 

}
.about-start .service-list .feature-item h4{
	font-weight: 700; 

}







.about1{
	padding: 300px 0 ; 
}
.about1 h1{
	font-size: 5rem;
	font-weight: 700;
    font-family: "font4";
		text-transform: uppercase;
}

.about1 h2{
	font-size: 4rem;
	font-weight: 900;
	padding: 45px 0;
	text-align: center;
	color: #00197b;
    font-family: "font4";	
}

.about1 p{
	font-size: 1.35rem;
	
}
.about1 span{
	text-decoration: underline;
	
}

.about1 hr{
		margin: auto; border-top: 3px solid rgba(129,194,65,0.87) ; opacity: 1;;
}
.about1 a {
    padding: 20px 20px;
    background: #f58832;
    color: rgb(0 0 0);
    font-weight: 600;
    border-radius: 10px;
    font-size: 1.65rem;
		text-align: center; 
}
.about1 a {
	padding: 20px 20px; background: #f58832;  color: rgb(0 0 0); font-weight: 600;
	border-radius: 10px;
	font-size: 1.7rem;
	
	
  box-shadow: inset 0 0 0 0 rgba(129, 194, 65, 0.97), 0 2px 5px rgb(0 0 0);
  color: black;
  /*margin: 0 -.25rem;*/
  /*padding: 0 .25rem;*/
  transition: color .65s ease-in-out, box-shadow .65s ease-in-out;}

.about1 a:hover {
    box-shadow: inset 450px 0 0 0 rgba(129,194,65,0.97);
    color: white;
}
.about1 a:not(:hover) {
    transition: color 0.4s ease-out, box-shadow 0.4s ease-out; /* Faster hover-out effect */
}




.about1 .pad1{
  display: flex; /* Enable Flexbox */
  flex-direction:column; /* Arrange items vertically */
  align-items: center; /* Center items horizontally */
  text-align: center; /* Ensure text inside elements is centered */
  height: 100%; /* Ensure the container takes the full height */
}
.about1 .pad img{

	box-shadow: 12px 12px rgba(129,194,65,0.87);	
	
}
.about1 h3.checkmark{
	font-weight: 900;
	text-decoration: none;
	font-size:1.85rem;
}
.about1 h3.checkmark span{
	text-decoration: none; 
}




.home-split-section {
	padding: 200px 30px; 
  display: flex;
  height: auto; /* Full viewport height */
	
}

.home-split-section .image-half {
  position: relative; /* Required for positioning children absolutely */
  flex: 1; 
  background-image: linear-gradient(rgb(0 0 0 / 50%), rgb(175 175 175 / 30%)), /* White transparent overlay */ url(/img/homepage/home-offer-truck.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	box-shadow: 12px 12px #f58832;
}

.home-split-section .image-half .overhead {
  position: absolute; /* Positioning relative to .image-half */
  top: 40%; /* Start at 50% down from the top of .image-half */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Adjust for the actual center point of the text */
  padding: 60px 20px;
  background: rgba(255, 255, 255, 0.2); /* Optional semi-transparent background */
  text-align: center;
	width:100%;
	
  z-index: 1; /* Ensures the text is above the background */
}

.home-split-section .image-half .overhead h1 {
	font-size: 6rem;
	font-weight: 700;
	line-height: 95px; 
    font-family: "font4";
		text-transform: uppercase;
		color: white; 
		text-align: left; 
}



.home-split-section .content-half {
  flex: 1; /* Take up the other half */
  display: block;
  align-items: center;
  justify-content: center;
  padding: 60px;
  background-color: white; /* Light background for contrast */
  text-align: center;
}
.home-split-section .content-half h2{
	font-size: 3.5rem;
	font-weight: 900;
	padding: 45px 0;
	text-align: center;
	color: #00197b;
    font-family: "font4";
		text-shadow: none; 
}
.home-split-section .content-half hr{
		margin: auto; border-top: 7px solid rgba(129,194,65,0.87) ; opacity: 1;;

}



.home-split-section h1 {
	font-family: 'font2';
	font-size: 5.5rem;;
  text-align: left;
	line-height: 70px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 700;
	color: gray;
}
.home-split-section h2 {
	font-family: 'font2';
	font-size: 5rem;
  text-align: right;
	line-height: 70px;
	text-shadow: none;
	font-weight: 700;
	color: #26a9da;
	
    font-family: 'Montserrat', sans-serif;
    text-shadow: 3px 2px #5B5B5B;		

}
.home-split-section h3 {
	font-family: 'font2';
	font-size: 2.5rem;
  text-align: right;
	line-height: 70px;
	text-shadow: none;
	font-weight: 600;
	color: gray;
    font-family: 'Montserrat', sans-serif;
	
}
.home-split-section h4 {
		color: gray;; text-indent: 15px; line-height: 25px; font-size: 1.25rem; font-weight: 700; 	text-shadow: none;
 text-decoration: underline;
	text-align: center; 
}
.home-split-section h4.pricing {
	color: gray; text-indent: 0; line-height: 25px; font-size: 1.25rem; font-weight: 700; 	text-shadow: none;
 text-decoration: none;
}
.home-split-section h5 {
	color: gray; font-size: 16px;
}
.home-split-section h5 span {
	color: gold;
}
.home-split-section p {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600; line-height: 35px;
		text-shadow: none;

	text-align: right;
		color: gray;

    font-family: 'Montserrat', sans-serif;
	transition: 0.5 ease;
}
/*.home-split-section p:hover {*/
/*	color: rgb(38,169,218);*/
/**/
/*}*/


/*ABOUT PAGE END */




/*GENERAL PLUMBING SERVICE PAGE*/
/* General Plumbing Service Page */
.general-plumbing-start {
    padding: 185px 25px;
    background: linear-gradient(105deg, rgba(245, 136, 50, 0.77) 40%, rgb(255, 255, 255) 40%);
}

.general-plumbing-start img.service-image {
    border-radius: 20px;
    box-shadow: 12px 12px #00197b;
}
.general-plumbing-start h1 {
    font-family: "font4";
    font-size: 40px;
    color: #00197b;
    line-height: 50px;
    text-align: center;
		text-transform: uppercase; 
}
.general-plumbing-start h2 {
    font-family: "font4";
    font-size: 20px;
    color: rgba(129, 194, 65, 0.97);
    line-height: 50px;
    text-align: center;
		text-transform: uppercase; 
}

.vertically-centered {
    display: flex;
    align-items: center;
    height: 100vh;
}

.service-list {
    display: flex;
		
    align-items: center;
    min-height: 100vh;
		
}

.feature-link {
    text-decoration: none; /* Removes underline */
    color: inherit; /* Inherits text color */
    display: block; /* Ensures the entire block is clickable */
    position: relative; /* Ensures ::before pseudo-element works */
		padding: 25px 0;
}
.feature-link .feature-item i{
		padding: 10px;
		border-radius: 100%;
		background: rgba(129, 194, 65, 0.97);
}
.feature-link .feature-item h2{
		font-size: 2.77rem;
		text-align: center; 
}
.feature-link:hover .feature-item {
    background-color: rgba(0,25,123,0.5); /* Optional hover effect */
    transition: background-color 0.5s ease;
}

.feature-link:hover .feature-item p{
		color: white;
}
.feature-link:hover .feature-item i{
		cpadding: 20px;
		border-radius: 100%;
		background: rgba(129, 194, 65, 0.97);
}
.feature-link:hover .feature-item h4{
		color: white;
}
.feature-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* Full width of the link */
    height: 4px; /* Thickness of the line */
    background-color: #ddd; /* Gray color for the separator line */
}

.feature-link:last-child::before {
    display: none; /* Remove the separator line for the last item */
}

.service-list .feature-item {
    display: flex;
    align-items: flex-start;
	padding: 20px; 

}
.service-list .feature-item h4{
	font-weight: 700; 

}

.service-list .icon {
    font-size: 2rem;
    color: #007bff; /* Bootstrap primary color */
    margin-right: 15px;
}

.service-list h5 {
    font-weight: bold;
    margin-bottom: 5px;
}

.service-list p {
    color: #6c757d; /* Bootstrap muted text color */
}




.centered-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -260px; /* Add space between the list and the image */
}

.centered-image {
    max-width: 100%; /* Ensures the image is responsive */
    height: auto; /* Maintains the aspect ratio */
    border-radius: 10px; /* Optional: Adds rounded corners */
		margin-top:200px; 
}



.service-bar{
	/*display:flex; */
	display:flex;
	align-items: center;
	justify-content: center; 
	
	flex-direction: row; 
	padding: 22px 10px;
	background: rgba(129, 194, 65, 0.57);
	height: 100%;
	
}
.service-bar h3{
	color: black;
	margin: 0 15px ;
	font-size: 1.2rem;
	font-weight: 700; 
}



.parallax1 {
	padding: 50px 0; 
  background-image: linear-gradient(rgb(0,0,0,0.3), rgb(0,0,05,0.3)), url("/img/services/plumbing-background.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
	text-align: center; 
}
.parallax1 .card{
	background: rgba(245,136,50,0.77);
	box-shadow: 1px 1px 10px solid black; 
}
.parallax1 .card-body{
box-shadow: 1px 1px 10px 1px black;
}

.parallax1 h2{
	font-size: 1.5rem;
	font-weight: 700;
    font-family: "font4";
		text-transform: uppercase;
}
.parallax1 a{
	color: black;
	font-weight: 700; 
}
.parallax1 a:hover{

	font-size: 1.2rem; 
}

.plumbing-section h1{
	font-size: 4.5rem;
	font-weight: 700;
    font-family: "font4";
		text-transform: uppercase;
}

.plumbing-section h2{
	font-size: 3.5rem;
	font-weight: 900;
	padding: 45px 0;
	text-align: center;
	color: #00197b;
    font-family: "font4";	
}
.plumbing-section h3{
	font-size: 2.5rem;
	font-weight: 900;
	padding: 0;
	text-align: center;
	color: #00197b;
    font-family: "font4";	
}
.plumbing-section h4{
	font-size: 1.3rem;
	font-weight: 900;
	padding: 0;
	text-align: center;
	color: #00197b;
    font-family: "font4";
		margin: 0 15px; 
}

.plumbing-section p{
	font-size: 1.3rem;
	
}
.plumbing-section span{
	text-decoration: underline;
	
}
.plumbing-section img {
	box-shadow:12px 12px rgba(129,194,65,0.87);
	border-radius: 20px; 
}
.plumbing-section a {
    padding: 20px 20px;
    background: #f58832;
    color: rgb(0 0 0);
    font-weight: 600;
    border-radius: 10px;
    font-size: 1.2rem;
		text-align: center;
		display: inline-block;
		width: auto;
		font-size: 1.4rem;
}

.plumbing-section .pad1{
  display: flex; /* Enable Flexbox */
  flex-direction:column; /* Arrange items vertically */
  align-items: center; /* Center items horizontally */
  text-align: center; /* Ensure text inside elements is centered */
  height: 100%; /* Ensure the container takes the full height */
}







.plumbing-split-service {
	margin-top:50px; 
	padding: 20px 0px 30px 0px; color: #c02026; text-align: center; background: rgba(245, 136, 50, 0.80); border-top: 5px solid #000;
}
.plumbing-split-service p {
	font-family: font5; font-size: 30px; color:white; font-weight:700;
}
.plumbing-split-service h3 {
	font-family: font5; font-size: 50px;
}
.plumbing-split-service h5 {
	font-size: 50px; font-weight: 300; color: #000;
}
.plumbing-split-service h6 {
	font-family: 'font4'; letter-spacing: 2px; font-size: 20px; color: #000; text-transform: uppercase;
}
.plumbing-split-service .liner {
	background: #fff; width: 10%;
}
.plumbing-split-service a.blue {
	background: #fff; width: 100%; padding: 15px 5px; color: black; border: 2px solid black; border-radius: 14px;
    font-weight:700;
    /*width:auto;*/
    font-size: 14px;
	display: inline-block;
font-size: 1.65rem;
    padding: 15px 4px;
		transition: 0.5s; 
}
.plumbing-split-service a.blue:hover {
	background: rgba(129,194,65,0.87);
	/*background: rgba(0,25,123,0.8);*/
}

/*GENERAL PLUMBING SERVICE PAGE END*/


/*FAQ Page*/
.faq {
	padding: 150px 0 75px 0;
	background: white;
}
.faq h1 {
	font-size: 45px;
	font-weight: 800;
	padding-bottom: 15px;
	color: rgb(110,105,85);
	text-align: center;
}
.faq h2 {
	font-size: 25px;
	font-weight: 800;
	padding-bottom: 15px;
	color: black;
	text-align: center;
}
.faq .box{
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.faq span{
  transition: 200ms;
  font-weight: 600;
  font-size: 18px;
}
.faq .bg-dark {
  background-color: rgb(205 205 205) !important;
	color: black !important;;
}
.faq .bg-dark:hover {
  background-color: rgb(205 205 205) !important;
}
.faq .content, .faq .content_2, .faq .content_3, .faq .content_4, .faq .content_5,
.faq .content_6, .faq .content_7, .faq .content_8, .faq .content_9, .faq .content_10, .faq .content_11 {
  overflow: auto;
	/*height:auto;*/
  max-height: 0px;
  transition: 300ms ease-in;
	background: rgb(255,255,255);
	border: 1px solid black !important;
}
.faq .header, .faq .header_2, .faq .header_3, .faq .header_4, .faq .header_5,
.faq .header_6, .faq .header_7, .faq .header_8, .faq .header_9, .faq .header_10, .faq .header_11 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
	text-transform: capitalize;
}
/*FAQ Page END*/





/*VARIED PLUMBING SERVICES PAGES*/

.plumbing-service-slider {
	
	padding: 300px 0px 100px 0px;
    /*background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/home-slider.jpg); background-size: cover;*/
		
		
background-image: linear-gradient(rgb(0 0 0 / 64%), rgb(0, 0, 05, 0.3)), url(../img/homepage/home-main.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: 50% 85%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
border-bottom: 14px solid #f58832;
		
}




.plumbing-service-slider h1 {
	font-family: 'font4';
	font-size: 3.5rem;
  text-align: center;
	line-height: 70px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: rgb(250,250,250);
	text-transform: uppercase;
}
.plumbing-service-slider h1 span {
	color: #f58832;
}

.plumbing-service-slider h2 {
	font-family: 'font4';
	font-size: 35px;
  text-align: left;
	line-height: 70px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: rgb(250,250,250);
}
.plumbing-service-slider h3 {
	color: #fff; text-indent: 15px; line-height: 45px; font-size: 1.4rem; font-weight: 700; text-shadow: 1px 6px 15px  black;
}
.plumbing-service-slider h4 {
	color: #fff; text-indent: 15px; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: underline;
}
.plumbing-service-slider h4.pricing {
	color: #fff; text-indent: 0; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: none;
}
.plumbing-service-slider h5 {
	color: #fff; font-size: 16px;
}
.plumbing-service-slider h5 span {
	color: gold;
}
.plumbing-service-slider p {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600; line-height: 35px;
	text-shadow: 1px 6px 15px  black;
	text-align: center;
	color: rgb(250,250,250);
}

.plumbing-service-slider a.link {
	background: #f58832;
	padding: 15px;
	border-radius:32px;
	color: white;
	font-weight: 800;
	border: 2px white solid;
	text-align: center;
	display: inline-block;
}

a.green{
	background: rgba(129,194,65,0.77) ;
}
.plumbing-service-slider a:hover {
	background: white;
	color: #222a45;
}



.mini-description{
	padding: 45px 25px;
	background: rgba(255,255,255,0.44);
	
	
	
	border-radius: 15px; 
}

.service-circle{
	display: flex;
	align-content: center; 
	justify-content: center;
	padding: 45px 25px;
	background: rgba(255,255,255,0.44);
	
	
	
	border-radius: 100%;; 
}


.service-circle h3{
	text-transform: uppercase; 
}



.plumbing-service-section .container-fluid{
	
	padding:0;
}
.plumbing-service-section .row {
	    --bs-gutter-x: 0;
}
.plumbing-service-section .padder{
	padding: 70px 35px;;
}
.plumbing-service-section h2 {
	font-family: "font4"; font-size: 45px; color: 
#00197b; line-height: 50px; text-align: center;
}
.plumbing-service-section span {
	font-size: 100px;
}
.plumbing-service-section h3 {
	font-family: "font4"; font-size: 29px; color: 
#00197b; line-height: 50px; text-align: center;
}

.plumbing-service-section strong {
	font-size: 27px; font-weight: 500; margin-top:-30px;
	color: #00197b;
}
.plumbing-service-section p {
	text-align: center; color: rgb(100,100,100); font-family: 'font2';
	font-size: 1.2rem;
	font-weight: 700; 

}
p.left{
	text-align: left; 
}

.plumbing-service-section ul {
	list-style-position: inside; 
	list-style-type: none; 

}
.plumbing-service-section ul.numbered{
	list-style-position: inside; 
	
	list-style-type: none; 
}
.plumbing-service-section ul.numbered p span{
	font-size: 27px; ;
	font-weight: 700;
	color: #00197b;
	text-align: left;
}

.plumbing-service-section ul.numbered p{

	text-align: left;
}
.plumbing-service-section a {
	padding: 20px 20px; background: #f58832;  color: rgb(0 0 0); font-weight: 600;
	border-radius: 10px;
	font-size: 1.2rem; 
}
.plumbing-service-section img {
	/*border-radius: 5px; box-shadow: 5px 5px 10px #000;*/
}
.plumbing-service-half {
    /*background: linear-gradient(0deg, #00000000 25%, #00000000 90%), */
    /*            url(../img/homepage/home-main.jpg);*/
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 100%; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}



.sink-faucet {
    background: linear-gradient(0deg, #00000000 25%, #00000000 90%), 
                url(../img/services/sink-and-faucet.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 100%; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}


.toilet-shower-head {
    background: linear-gradient(0deg, #00000000 25%, #00000000 90%), 
                url(../img/services/toilet-and-shower-head.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 100%; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}


.water-softener-filter-system {
    background: linear-gradient(0deg, #00000000 25%, #00000000 90%), 
                url(../img/services/water-softener-filter.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 100%; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}

.maintenance-and-repair{
background-image: linear-gradient(rgb(0 0 0 / 64%), rgb(0, 0, 05, 0.3)), url(../img/services/maintenance-and-repair-slider.jpg);

}

.drain-cleaning-and-camera{
background-image: linear-gradient(rgb(0 0 0 / 64%), rgb(0, 0, 05, 0.3)), url(../img/services/drain-cleaning-and-camera-inspection-slider.jpg);

}
.water-heater{
background-image: linear-gradient(rgb(0 0 0 / 64%), rgb(0, 0, 05, 0.3)), url(../img/services/water-heater-slider.jpg);

}


.water-leak{
	
background-image: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(../img/services/water-leak.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 100%; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */

}
.sewer-leak{
background-image: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(../img/services/sewer-leak.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 100%; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */

}
.water-heater-repair{
background-image: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(../img/services/water-heater-repair.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 100%; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}
.faucet-repair{
background-image: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(../img/services/faucet-repair.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 100%; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}
.shower-repair{
background-image: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(../img/services/shower-repair.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 100%; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}

.drain-cleaning{
background-image: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(../img/services/drain-cleaning.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 100%; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}






.split-plumbing {
	margin-top:0px; 
	padding: 20px 0px 30px 0px; color: #c02026; text-align: center; background: rgba(245, 136, 50, 0.80); border: 5px solid #000;
}
.split-plumbing p {
	font-family: font5; font-size: 30px; color:white; font-weight:700;
}
.split-plumbing h3 {
	font-family: font5; font-size: 50px;
}
.split-plumbing h5 {
	font-size: 50px; font-weight: 300; color: #000;
}
.split-plumbing h6 {
	font-family: 'font4'; letter-spacing: 2px; font-size: 20px; color: #000; text-transform: uppercase;
}
.split-plumbing .liner {
	background: #fff; width: 10%;
}
.split-plumbing a.blue {
	background: #fff; width: 100%; padding: 15px 5px; color: black; border: 2px solid black; border-radius: 14px;
    font-weight:700;
    /*width:auto;*/
    font-size: 14px;
	display: inline-block;
font-size: 1.65rem;
    padding: 15px 4px;	
}


/**/






/*SERVICE AREA PAGE*/
.area1 {
	padding: 100px 0 75px 0; background: rgb(255,255,255);
}

.area1 .service-list{
	
}
.area1 .row{
  display: flex;
  align-items: center; /* Center children vertically */
}
.area1 h1{
	font-weight: 800; font-family: 'font4'; color: #00197b; text-align: center; font-size: 42px; text-transform: uppercase;
}
.area1 h4 {
	color: #f58832; font-size: 20px; font-weight: 600; font-family: 'font4'; text-align: center;
}
.area1 h3 {
    color: rgba(129,194,65,1);
    font-size: 1.15rem;
    font-family: 'font4';
    text-align: left;
    padding-bottom: 15px;
    font-weight: 600;
    line-height: 25px;
}
.area1 h5 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font4'; text-align: center; padding-bottom: 35px; font-weight: 600; line-height: 25px;
}
.area1 h2 {
    text-align: left;
    font-size: 30px;
    font-weight: 800;
    color: #00197b;
    font-family: 'font4';
}
.area1 p {
	font-size: 17px; font-family: 'font4'; font-weight: 600; text-align: justify;	color: black; 
}
.area1 iframe {
	width: 100%; height: 450px;  border-radius: 10px;
}


.area1 i{
		padding: 10px;
		/*border-radius: 100%;*/
		color: rgba(129, 194, 65, 0.97);
		font-size: 2rem; 
}

.area2 {
	padding: 75px 0 75px 0; background: #f4f6f8;
}
.area2 .row{
  display: flex;
  align-items: center; /* Center children vertically */
}
.area2 h1{
	font-weight: 800; font-family: 'font4'; color: rgb(51,51,51); text-align: center; font-size: 35px; text-transform: uppercase;
}
.area2 h4 {
	color: rgb(51,51,51); font-size: 17px; font-weight: 600; font-family: 'font4'; text-align: center;
}
.area2 h3 {
	color: rgba(129,194,65,1);
	    font-size: 1.15rem;;
	font-family: 'font4'; text-align: left; padding-bottom: 15px; font-weight: 600; line-height: 25px;
}
.area2 h5 {
	color: rgb(51,51,51); font-size: 16px; font-family: 'font4'; text-align: center; padding-bottom: 15px; font-weight: 600; line-height: 25px;
}
.area2 h2 {
	text-align: left; font-size: 30px; font-weight: 800; color: #00197b; font-family: 'font4';
}
.area2 p {
	font-size: 17px; font-family: 'font4'; font-weight: 600; text-align: justify;	color:black;
}
.area2 iframe {
	width: 100%; height: 450px;  border-radius: 10px;
}


/*SERVICE AREA PAGE END*/


/**** Gallery Section ****/
.gallery-slider {
	
	padding: 300px 0px 200px 0px;
    /*background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/home-slider.jpg); background-size: cover;*/
		
		
background-image: linear-gradient(rgb(0 0 0 / 64%), rgb(0, 0, 05, 0.3)), url(../img/gallery/gallery-slider-bg.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: 50% 85%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
border-bottom: 14px solid #f58832;
		
}
.gallery-slider h1 {
	font-family: 'font4';
	font-size: 3.5rem;
  text-align: center;
	line-height: 70px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: rgb(250,250,250);
	text-transform: uppercase;
}
.gallery-slider h3 {
	font-family: 'font4';
	font-size: 22px;
  text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: rgb(250,250,250);
}

.gallery-slider h4 {
	color: #fff; text-indent: 15px; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: underline;
}
.gallery-slider h4.pricing {
	color: #fff; text-indent: 0; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: none;
}
.gallery-slider h5 {
	color: #fff; font-size: 16px;
}
.gallery-slider h5 span {
	color: gold;
}
.gallery-slider p {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600; line-height: 35px;
	text-shadow: 1px 6px 15px  black;
	text-align: justify;
	color: rgb(250,250,250);
}

.gallery-slider a {
	background: #f58832;
	padding: 15px;
	border-radius:32px;
	color: white;
	font-weight: 800;
	border: 2px white solid;
	text-align: center;
	display: inline-block;
}

a.green{
	background: rgba(129,194,65,0.77) ;
}
.gallery-slider a:hover {
	background: white;
	color: #222a45;
}



.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font4'; padding-bottom: 40px; text-align: center; color: #00197b;
}

.gallery-page h2 {
	font-size: 3rem; font-weight: 600; font-family: 'font4'; padding-bottom: 40px; text-align: center; color: #00197b;
	text-transform: uppercase; 
}



/*CONTACT PAGE*/
.contact-us {
	background: rgb(250,250,250); padding: 75px 0 50px 0;
}
.contact-us iframe{
	border-radius: 25px; 
}
.contact-us h1 {
	font-family: 'font4'; color: rgb(29,29,29); text-align: center; font-size: 4rem;;
}
.contact-us h3 {
	font-family: 'font4'; color: #f58832; text-align: center; font-size: 24px;
}
.contact-us h5 {
	font-family: 'font4'; color: rgb(29,29,29); text-align: left; font-size: 25px;
}
.contact-us p {
	font-family: 'font4'; color: rgb(100,100,100); text-align: left; font-size: 20px;
}


.contact-us .box {
	background: #f4f6f8; padding: 25px; border-radius: 5px;
}
.contact-us .box h2{
    font-family: 'font4';
    color: rgb(29, 29, 29);
    text-align: center;
    font-size: 30px;

}
.contact-us .box.contact-info {
	background: #f4f6f8; padding: 25px; border-radius: 5px;
}




/******************************************** DAVIDS MOBILE CODE END *************************************************/

/*******************  Referrals Owl Carousel *************************/
.owl-carousel .owl-stage-outer {
	padding:40px 0;
}
.owl-nav {
	position:absolute; width: 100%;	top:10%; display: none;
}
.owl-carousel .item {
	display:block; height:100%;
}
.owl-carousel .owl-item span {
	font-size: 20px; font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position:absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background:transparent !important; color:#212121 !important; opacity:.5 !important;
}
.owl-nav .owl-next {
	left:100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size:3em; display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline:none;
}

/*******************  Home Page Service Cards *************************/
.pre-footer-section {
	padding:0 !important;	overflow:;
}
.pre-footer-section div[class*='col-']:last-child {
	background: url(/img/home-image-2.jpg) bottom no-repeat; background-size:cover;
}
.pre-footer-section .hours {
	display:flex;	color: #fff; flex-direction:column;	justify-content:center;	padding:120px; background: #1d1d1d;
}
.pre-footer-section div[class*='col-']:last-child {
	padding:165px;
}
.pre-footer-section .hours p {
	display:flex;	padding:0 200px 0 0; flex-direction:row; justify-content:space-between;
}
.pre-footer-section a {
	margin: 40px 0 0;	color:#fff;	font-size: 20px; font-weight:700;
}
.pre-footer-section a:hover {
	color:#8a8a8a;
}

/* ========================================================== */
/* 			            Default Classes                       */
/* ========================================================== */

body {
	font-family: 'Montserrat', sans-serif;
}
body#barbajs {
	visibility:visible;
}
a, button, .btn {
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
a {
	cursor:pointer;	text-decoration: none !important;
}
a:hover {
	color: #252525; text-decoration: underline;
}
.btn {
	cursor:pointer;	border-radius: 0;
}
.btn.alert-trigger {
	color:#fdfdfd; background-color:#333;
}
.btn:hover {
    opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);	border-color: #949494; color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4); color:#fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
	border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none;	box-shadow: none;
}
.section-divider {
	position:relative; padding: 50px 0;
}
.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left; font-size: inherit;
}
.block-overlay {
	position:absolute; display:inline-block; background:rgba(0, 0, 0, 0.6);	width:100%;	height:100%; top:0;	left:0;	right:0; bottom:0; z-index:0;
}

/********* Set Timeout Function FadeDiv Styling **********/
.fadeDiv {
	position:fixed;	display: inline-block; z-index:1050; color: #fff;	background: #300e87; padding:50px; top:150px;	bottom:150px;	left:300px;	right:300px; transform:scale(0,0); box-shadow: 0px 0px 20px -1px #000; transition:all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position:fixed;	display: inline-block; padding:50px; z-index:1050; top:150px;	bottom:150px; left:300px;	right:300px; transform:scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position:absolute; right: 20px;	top: 10px; font-weight:900;	font-size: 2em;	font-family:'Lato'; cursor:pointer;
}
.navbar-collapse ul {
	width:100%;	justify-content: center; align-items: center;
}
.overlay {
	height: 100%;	width: 100%; background: #ffffffbf;
}
#myBtn {
	display: block; width: 50px; height: 50px; position: fixed; top:100%; right: 30px; z-index: 99; border: none; outline: none; background-color: #000000; color: #ffffff; cursor: pointer; font-size: 14px; padding-top: 0; border-radius: 0px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
	background-color: #424242; color:#fff;
}

/* ========================================================== */
/* 			            Custom Navbar	                      */
/* ========================================================== */

.top-header-animate {
    background: linear-gradient(45deg, rgba(245,136,50,0.77) 63%, rgba(129,194,65,0.77) 63%);
    transition: all 0.5s ease-in-out; /* Same transition for smoothness */
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
    padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.navbar-scroll {
	padding: 60px 0 10px; position: fixed;
	/*background: rgb(255 255 255 / 0%);*/
	background: white; 
	
	
	width: 100%;	z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; box-shadow: 0px 0px 10px -4px #000000bd;
}
.navbar-scroll-animate {
    background-color: rgba(221, 221, 221, 0.7); /* Example: semi-transparent background */
    transition: all 0.3s ease-in-out; /* Smooth transition */
}



.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background:#fdfdfd;	position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}




#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em;	position: absolute;	top: 6px;	right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700;	text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px; padding: 6px 0px; font-weight: 900; font-size: 18px;
	/*color: rgb(0,0,0);*/
	/*color: rgb(205 205 205);*/
	color: #00197b; 
	font-family: "font3";
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(110,105,85);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: black;
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}
.navbar-scroll .nav-link {
    color: rgb(205, 205, 205); /* Default text color */
    transition: color 0.3s ease-in-out; /* Smooth transition */
}

.navbar-scroll.navbar-scroll-animate .nav-link {
    color: rgb(0, 0, 0); /* Black text color when scrolled */
    transition: color 0.3s ease-in-out; /* Smooth transition */
}
.navbar-scroll.navbar-scroll-animate .nav-item.dropdown {
    color: rgb(0, 0, 0); /* Black text color when scrolled */
    transition: color 0.3s ease-in-out; /* Smooth transition */
}

/* ========================================================== */
/* 			            GALLERY / PROJECTS                    */
/* ========================================================== */

#portfolio input {
	display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; margin: 0; top: 0; left: -60px; z-index: 2; width: 60px; height: 60px; -webkit-appearance: none; background-image: url(/img/icons/close-btn-icon-red.png); background-repeat: no-repeat; background-color: transparent; background-size: contain; color: #ffffff; border: none; cursor: pointer; outline: none !important; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline:none !important;
}
#portfolio {
  display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}
#portfolio li {
  display: flex; justify-content: center; align-items: center; float: left; position:relative; overflow:hidden; margin: 0 10px 20px; border-radius: 5px;
    box-shadow: 2px 2px 6px #000;
}
#portfolio li a {
  transform:scale(1,1); display:block; width:100%; height: 295px; width: 490px; overflow:hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
}
#portfolio li a:hover {
	transform:scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; margin: auto; width: 100%; height: auto; transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color:#000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1); z-index: 1; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

/* ========================== Gallery ZoomIn Effect ================================ */

.mfp-ready .mfp-figure {
  opacity: 0; margin-left:-100px;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler{
    opacity: 0; margin-left:-100px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler{
	opacity: 1; margin-left:0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler{
	-webkit-transform: scale(0.95);	-ms-transform: scale(0.95);	transform: scale(0.95);	opacity: 0;	margin-left:-100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0; margin-left:-20px;
}
.mfp-iframe-scaler{ overflow: visible; /*so the close button is shown*/}
.mfp-zoom-out-cur { cursor: auto; }
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: pointer; }

/* ========================================================== */
/* 			            REVIEWS PAGE                          */
/* ========================================================== */
.carousel-indicators li {
	position: relative;	top: 51px; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px;	height: 3px; margin-right: 3px;	margin-left: 3px;	text-indent: -999px; background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
	background-color: #0f8029;
}

/* ========================================================== */
/* 			           FOOTER		                          */
/* ========================================================== */

.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex;	flex-direction: column;	justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px; background: rgb(29,29,29);	color: rgb(255,255,255); font-size: 18px;	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px;	font-family: 'font2';
}
.footer-section a {
	color: rgb(255,255,255); font-size: 15px;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	margin-bottom:1em;
}
.service-cities strong{
	text-decoration: underline; 
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height:8px;
}
.service-cities h4 {
	font-size: 18px; font-family: 'font'; text-decoration: underline; color: rgb(255, 255, 255);
}
.service-cities h2 {
	font-size: 18px; font-family: 'font'; text-decoration: underline; color: rgb(255, 255, 255);
}
.site-map{
	
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;;
}

.bottom-footer .vms-link-wrapper {
	position:relative; top:-10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display:flex;	flex-direction: column;	justify-content:center;	align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:flex-end;	font-size:14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;	justify-content:center;	align-items:center;	border: 1px solid rgb(231,223,208);	border-radius:100px; height:32px;	width:32px;	margin: 0 4px;color: rgb(29,29,29); background: rgb(231,223,208);
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: rgb(29,29,29); text-decoration:none !important;	color: rgb(231,223,208);
}

/* === Laptop CSS Section ================= */
@media screen and (max-width : 1550px) {
	/*** Don't place anything here, unless absolutely necessary ***/
	
	
	
	
/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
    position: fixed;
    width: 100%;
    z-index: 1;
    padding: 2px 0;
    background: linear-gradient(45deg, rgba(245, 136, 50, 0.77) 50%, rgba(129, 194, 65, 0.77) 50%);
    z-index: 3;
    transition: background-color 0.5s ease-in-out;
    transform: translateZ(0);
    will-change: transform, background;
}
.top-header div[class*='col-']:first-child {
	display:flex;	justify-content: flex-end; align-items:center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0;	font-size:15px;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color:transparent;;
}
.top-header div[class*='col-']:nth-child(2) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) i {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(3) a {
	color: rgb(120,120,120); font-family: 'font2';
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display:flex;	justify-content:flex-end;	align-items:center;
}
.top-header div[class*='col-']:nth-child(4) i {
	color: black;
}
.top-header div[class*='col-']:nth-child(4) a {
	color: black; font-family: 'font4';
	font-size: 0.8rem;
	margin: 0 14px; 
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(5) {
	display:flex;	justify-content: center; align-items:center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display:flex;	justify-content:center;	align-items:center;	border: 1px solid rgb(231,223,208);	color: rgb(50,50,50); background: rgb(231,223,208); border-radius:100px;	height: 34px;	width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(255,255,255);	text-decoration:none !important; color: rgb(50,50,50); border: 1px solid rgb(50,50,50);
}
.top-header .dropdown-menu {
	background:whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color:#222;	padding:3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px;	outline: none !important;	border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important;	color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline:none !important; box-shadow:none !important;
}

}
/* === Tablet CSS Section ================= */
@media screen and (max-width: 1024px) {
	
}
/* === Mobile CSS Section ================= */
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 991px) {

.top-sm-0 {
  top: 0px;
}
.top-md-20 {
    top: 00px;
}
.top-md-negative-20 {
    top: -0;
}

.navbar-sidebar {
    padding-top: 115px;
    height: 100%;
    width: 250px;
    background-color: rgb(255,255,255);
    position: fixed!important;
    z-index: 1;
    overflow: auto;
}
.mobile-top-header {
	display:block !important;
	padding: 0 30px 0;
	background: rgb(135,170,188);
	z-index: 4;
	overflow:visible;
}
.header-contact_info a {
    color: rgb(255,255,255);
    margin: 0;
}
.top-header a, .top-header i, .top-header p {
    color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
    color: rgb(0,0,0);
}
.btn {
    background: rgb(249,78,1);
    width: 50%;
    padding: 10px 0px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
}
.footer-section {
    padding-top: 30px;
    text-align: center;
}
.footer-section img {
	max-width: 210px;
	padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px;
	font-weight: 600;
	color: rgb(255,255,255);
}
.service-cities a {
	font-size: 18px;
	line-height: 10px;
	color: rgb(255,255,255);
}	
.top-header {
	background: white;
	display:none;
}
.header-contact_info {
    font-size: 1.5em;
}
.navbar-scroll {
	display:none;
}
.header-contact_info .navbar-brand {
	font-size:1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content:flex-start;
}
.top-header div[class*='col-'] {
  display:flex;
  justify-content: left;
  width: 33.333%;
  padding: 0 0;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex;
  justify-content: flex-end;
  width: 33.333%;
  padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background:none;
	margin:0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size:inherit;
	line-height: inherit;
}
.alert h1,
.alert p {
	top: 2em;
	opacity: 0;
	position:relative;
}
.alert h1 {
	margin-top: 0;
	color: #2b1663;
}
.custom-show {
    position: fixed;
    transform:scale(1,1);
    border: 0;
    background: white;
    border-radius:0;
    z-index: 1100;
    overflow: inherit;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.mobile-menu {
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    display: block;
    padding-top: 6em;
    top: 100%;
    border: 0;
    background-image: linear-gradient(rgb(226,220,212,0.5), rgb(226,220,212,0.5)), url("/img/bg1.jpg");
    border-radius: 0;
    z-index: 1100;
    overflow: auto;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
    font-size: 32px;
		font-family: 'font2';
		font-weight: 600;
    color: rgb(80,80,80) !important;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
		background: transparent;
		border: none;
    padding: 0.75rem 1.25rem;
    color: rgb(80,80,80);
		font-family: 'font2';
    outline: none;
    z-index: 3;
}
.alert-dismissible .close span {
    font-size: 35px;
}
.lnr {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.2em;
    cursor: pointer;
}
.mobile-menu-custom-show {
    top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;
	padding: 40px 0 0;
	top:0;
	left:0;
	width:100%;
	text-align: center;
}
.mobile-menu-top-hero h2 {
	padding:0 25px;
}
#mobile-menu-header {
  margin-top:0;
  background: #ffffff00;
  box-shadow: none;
}
#mobile-menu-header ul {
	list-style:none;
	padding:0 20px;
	margin-top: 8em;
	position: relative;
	width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff;
	padding: 20px 20px;
}


.home-slider {
	
	padding: 200px 0px 100px 0px;
    /*background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/home-slider.jpg); background-size: cover;*/
		
		
background-image: linear-gradient(rgb(0 0 0 / 64%), rgb(0, 0, 05, 0.3)), url(../img/homepage/home-main.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: 50% 85%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
border-bottom: 14px solid #f58832;
		
}
.home-slider h1 {
	font-family: 'font4';
	font-size: 2.8rem;
  text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: rgb(250,250,250);
	text-transform: uppercase;
}
.home-slider h1 span{
	color: #fff; text-indent: 15px; line-height: 35px; font-size: 1rem; font-weight: 700; text-shadow: none;
	text-align:center;
}
.home-slider h2 {
/*	font-family: 'font4';
	font-size: 35px;
  text-align: left;
	line-height: 70px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: rgb(250,250,250);*/

	color: #fff; text-indent: 15px; line-height: 35px; font-size: 1rem; font-weight: 700; text-shadow: none;
	text-align:center;
	}
.home-slider h3 {
	color: #fff; text-indent: 15px; line-height: 35px; font-size: 1rem; font-weight: 700; text-shadow: none;
	text-align:center;
}
.home-slider h4 {
	color: #fff; text-indent: 15px; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: underline;
}
.home-slider h4.pricing {
	color: #fff; text-indent: 0; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: none;
}
.home-slider h5 {
	color: #fff; font-size: 16px;
}
.home-slider h5 span {
	color: gold;
}
.home-slider p {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600; line-height: 35px;
	text-shadow: 1px 6px 15px  black;
	text-align: justify;
	color: rgb(250,250,250);
}

.home-slider a {
	background: #f58832;
	padding: 15px;
	border-radius:32px;
	color: white;
	font-weight: 800;
	border: 2px white solid;
	text-align: center;
	display: inline-block;
}

a.green{
	background: rgba(129,194,65,0.77) ;
}
.home-slider a:hover {
	background: white;
	color: #222a45;
}

.home-slider .row.flags{
	/*display: none; */
}



.new-home1 {
	background: rgb(255,255,255); padding: 70px 0 20px 0;
}
.new-home1 .pad {
	padding-top: 30px;
}
.new-home1 h1 {
	font-family: "font4"; font-size: 3rem; color: 
#00197b; line-height: 50px; text-align: center;
}
.new-home1 h2 {
	font-family: "font4"; font-size: 3rem; color: 
#00197b; line-height: 40px; text-align: center;
}
.new-home1 span {
	font-size: 70px;
}
.new-home1 strong {
	font-size: 35px; font-weight: 500; margin-top:-30px;
}
.new-home1 p {
    color: rgb(100, 100, 100);
    text-align: center;
    font-size: 1.15rem;
}
.new-home1 a {
	padding: 20px 20px; background: #f58832;  color: rgb(0 0 0); font-weight: 600;
	border-radius: 10px;
	font-size: 1.2rem;
	
	
  box-shadow: inset 0 0 0 0 rgba(129, 194, 65, 0.97), 0 2px 5px rgb(0 0 0);
  color: black;
  /*margin: 0 -.25rem;*/
  /*padding: 0 .25rem;*/
  transition: color .65s ease-in-out, box-shadow .65s ease-in-out;}

.new-home1 a:hover {
    box-shadow: inset 450px 0 0 0 rgba(129,194,65,0.97);
    color: white;
}
.new-home1 a:not(:hover) {
    transition: color 0.4s ease-out, box-shadow 0.4s ease-out; /* Faster hover-out effect */
}


.new-home1 img {
	border-radius: 5px; box-shadow: 5px 5px 10px #000;
}



/*Homepage Provide Section*/

.home-provide{
	
	margin: 0 0 45px 0; 
}

.section-bg {
    background-color: transparent;
    padding: 145px 0;
    position: relative;
}

.section-bg:before {
    content: ""; /* Ensure the pseudo-element is visible */
    background-color: #f4f6f8; /* Background color for the pseudo-element */
    position: absolute;
    bottom: 60px;
    top: 60px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
    z-index: -1; /* Place it behind the main content */
    pointer-events: none; /* Prevent interference with user interactions */
    mix-blend-mode: multiply; /* Ensure the pseudo-element blends well with text */
}


.home-provide .pad1{
	
	padding: 205px 0; 
	
}
.home-provide .pad{
	
	padding: 45px 0; 
	
}
.home-provide .pad img{
	
	border-radius: 20px;
	width: 100%;
	
}
.home-provide a {
    padding: 20px 20px;
    background: #f58832;
    color: rgb(0 0 0);
    font-weight: 600;
    border-radius: 10px;
    font-size: 1.65rem;
		text-align: center; 
}
.home-provide a {
	padding: 20px 20px; background: #f58832;  color: rgb(0 0 0); font-weight: 600;
	border-radius: 10px;
	font-size: 1.7rem;
	
	
  box-shadow: inset 0 0 0 0 rgba(129, 194, 65, 0.97), 0 2px 5px rgb(0 0 0);
  color: black;
  /*margin: 0 -.25rem;*/
  /*padding: 0 .25rem;*/
  transition: color .65s ease-in-out, box-shadow .65s ease-in-out;}

.home-provide a:hover {
    box-shadow: inset 450px 0 0 0 rgba(129,194,65,0.97);
    color: white;
}
.home-provide a:not(:hover) {
    transition: color 0.4s ease-out, box-shadow 0.4s ease-out; /* Faster hover-out effect */
}
.home-provide h2{
    font-family: "font4";
    font-size: 40px;
    color: #00197b;
    line-height: 50px;
    text-align: left;
}
.home-provide h2 span{
		color: #f58832;
}
.home-provide h3{
    font-family: "font4";
    font-size: 28px;
    color: #00197b;
    line-height: 50px;
    text-align: left;
}
.home-provide h3 span{
		color: #f58832;
}
.home-provide p{
        color: rgb(100,100,100);
    text-align: justify;
    font-size: 20px;
}
.home-provide .box{
	width: 95%;
	height: 95%;
	margin: 0px 15px;
	transition: 0.5s; 
	
}

.home-provide .box:hover{

	margin: 0px 15px; 
	transform: none;
	z-index: 2; 
}





/*Homepage Provide Section END*/


.home-plumbing-section{
	
	
}


.home-plumbing-section h2{
    font-family: "font4";
    font-size: 2.55rem;;
    color: #00197b;
	text-align: center;
	text-transform: uppercase;
}
.home-plumbing-section i{
	color: #f58832;
}
.home-plumbing-section a{
	color: black;;
}


  .icon-box {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card {
    border: none;
		border-radius: 0px;

		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;;
		transition: 0.5s;
		
  }
  .card-body {
    padding: 20px;
		text-align:center; 
  }
  .card-title {
    font-size: 18px;
		font-weight: 700; 
  }
	
  .card:hover{
    background: #f58832;
		border-radius: 15px;
		/*border: 1px solid black; */
  }

  .card-body:hover .card-text{
    color: white; 
		/*border: 1px solid black; */
  }
	
	
.new-home2 {
	background: rgb(250,250,250); padding: 40px 0 40px 0;
}
.new-home2 h2 {
	font-family: 'font4'; font-size: 40px; text-align: left; color: rgb(110,105,85); padding-bottom: 30px;
}
.new-home2 .pad {
	padding-top: 30px;
}
.new-home2 h3 {
	font-family: 'font4'; font-size: 30px; text-align: left; color: rgb(110,105,85);
}
.new-home2 p {
	color: rgb(100,100,100); text-align: justify; font-size: 17px;
}
.new-home2 a {
	padding: 20px 20px; background: transparent; color: rgb(90,90,90); font-weight: 600; border: 2px solid rgb(90,90,90);
}
.new-home2 a {
	padding: 20px 20px; background: rgb(255,255,255); color: rgb(100,100,100); font-weight: 600; border: 2px solid rgb(100,100,100);
}
.new-home2 img {
	border-radius: 5px; box-shadow: 5px 5px 10px #000;
}
.new-home3 {
	background: rgb(255,255,255); padding: 40px 0 40px 0;
}
.new-home3 h2 {
	font-family: "font4"; font-size: 40px; text-align: center; color: #00197b; padding-bottom: 10px;
	text-transform: uppercase;
	
}
.new-home3 .pad {
	padding-top: 30px;
}
.new-home3 h3 {
	font-family: 'font4'; font-size: 30px; text-align: left; color: rgb(110,105,85);
}
.new-home3 p {
	color: rgb(100,100,100); text-align: justify; font-size: 17px;
}
.new-home3 a {
	padding: 20px 20px; background: transparent; color: rgb(90,90,90); font-weight: 600; border: 2px solid rgb(90,90,90);
}
.new-home3 a {
	padding: 20px 20px; background: rgb(255,255,255); color: rgb(100,100,100); font-weight: 600; border: 2px solid rgb(100,100,100);
}
.new-home3 img {
	border-radius: 5px; box-shadow: 5px 5px 10px #000;
}
.new-home4 {
	background: /*#f4f6f8*/white; padding: 60px 0 60px 0;
}
.new-home4 img {
	max-width: 250px;
}
.new-home4 p {
	font-size: 25px; font-family: 'Mukta', sans-serif; color: rgb(0,0,0); text-align: center; padding-top: 30px; padding-bottom: 15px;
}
.new-home4 h2 {
	font-family: "font4"; font-size: 45px; text-align: center; color: #00197b; padding-bottom: 10px;
	text-transform: uppercase;
	
}
.new-home4 hr {
	margin: auto: width: 60px; border-top: 3px solid rgba(129,194,65,0.87) ; opacity: 1;;
}





/*ABOUT PAGE START */

.about-start{
	
}
.about-start {
    padding: 140px 25px;
    /*background: linear-gradient(105deg, rgb(255, 255, 255) 45% ,rgb(0 ,25 ,123, 0.67) 45%);*/
		
background: linear-gradient(105deg, rgb(255, 255, 255) 50%, rgba(0 ,25 ,123, 0.37) 50%),
            url('../img/services/general-plumbing-001.jpg');
background-size: cover; /* Adjusts the image size to cover the section */
background-position: 50% 90%; /* Centers the image */
background-repeat: no-repeat; /* Ensures the image doesn’t repeat */		
		
		
		
}


.about-start img.service-image {
    border-radius: 20px;
    box-shadow: 12px 12px #00197b;
}
.about-start h1 {
    font-family: "font4";
    font-size: 60px;
    color: #f58832;
    line-height: 70px;
    text-align: center;
		text-transform: uppercase; 
}
.about-start h1 span{
    font-family: "font4";
    font-size: 60px;
    color: #00197b;
    line-height: 70px;
    text-align: center;
		text-transform: uppercase; 
}
.about-start h2 {
    font-family: "font4";
    font-size: 20px;
    color: #00197b;
    line-height: 50px;
    text-align: center;
		text-transform: uppercase; 
}
.about-start .feature-link .feature-item i{
		padding: 10px;
		border-radius: 100%;
		background: rgba(129, 194, 65, 0.97);
}
.about-start .feature-link .feature-item h2{
		font-size: 2.77rem;
		text-align: center;
		/*color: rgba(129, 194, 65, 0.97);*/
		color: rgba(129, 194, 65, 0.97);
}
.about-start .feature-link:hover .feature-item {
    background-color: rgba(234, 234, 234, 0.5); /* Optional hover effect */
    transition: background-color 0.5s ease;
}

.about-start .feature-link:hover .feature-item p{
		color: white;
}
.about-start .feature-link:hover .feature-item i{
		padding: 20px;
		border-radius: 100%;
		background: rgba(129, 194, 65, 0.97);
}
.about-start .feature-link:hover .feature-item h4{
		color: white;
}
.about-start .feature-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* Full width of the link */
    height: 4px; /* Thickness of the line */
    background-color: #ddd; /* Gray color for the separator line */
}

.about-start .feature-link:last-child::before {
    display: none; /* Remove the separator line for the last item */
}

.about-start .service-list .feature-item {
    display: inline-grid;;
    align-items: flex-start;
	padding: 20px; 

}
.about-start .service-list .feature-item h4{
	font-weight: 700; 

}







.about1{
	padding: 300px 0 ; 
}
.about1 h1{
	font-size: 5rem;
	font-weight: 700;
    font-family: "font4";
		text-transform: uppercase;
}

.about1 h2{
	font-size: 4rem;
	font-weight: 900;
	padding: 45px 0;
	text-align: center;
	color: #00197b;
    font-family: "font4";	
}

.about1 p{
	font-size: 1.35rem;
	
}
.about1 span{
	text-decoration: underline;
	
}

.about1 hr{
		margin: auto; border-top: 3px solid rgba(129,194,65,0.87) ; opacity: 1;;
}
.about1 a {
    padding: 20px 20px;
    background: #f58832;
    color: rgb(0 0 0);
    font-weight: 600;
    border-radius: 10px;
    font-size: 1.65rem;
		text-align: center; 
}
.about1 a {
	padding: 20px 20px; background: #f58832;  color: rgb(0 0 0); font-weight: 600;
	border-radius: 10px;
	font-size: 1.7rem;
	
	
  box-shadow: inset 0 0 0 0 rgba(129, 194, 65, 0.97), 0 2px 5px rgb(0 0 0);
  color: black;
  /*margin: 0 -.25rem;*/
  /*padding: 0 .25rem;*/
  transition: color .65s ease-in-out, box-shadow .65s ease-in-out;}

.about1 a:hover {
    box-shadow: inset 450px 0 0 0 rgba(129,194,65,0.97);
    color: white;
}
.about1 a:not(:hover) {
    transition: color 0.4s ease-out, box-shadow 0.4s ease-out; /* Faster hover-out effect */
}




.about1 .pad1{
  display: flex; /* Enable Flexbox */
  flex-direction:column; /* Arrange items vertically */
  align-items: center; /* Center items horizontally */
  text-align: center; /* Ensure text inside elements is centered */
  height: 100%; /* Ensure the container takes the full height */
}
.about1 .pad img{

	box-shadow: 12px 12px rgba(129,194,65,0.87);	
	
}
.about1 h3.checkmark{
	font-weight: 900;
	text-decoration: none;
	font-size:1.85rem;
}
.about1 h3.checkmark span{
	text-decoration: none; 
}




.home-split-section {
	padding: 200px 30px; 
  display: flex;
  height: auto; /* Full viewport height */
	
}

.home-split-section .image-half {
  position: relative; /* Required for positioning children absolutely */
  flex: 1; 
  background-image: linear-gradient(rgb(0 0 0 / 50%), rgb(175 175 175 / 30%)), /* White transparent overlay */ url(/img/homepage/home-offer-truck.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	box-shadow: 12px 12px #f58832;
}

.home-split-section .image-half .overhead {
  position: absolute; /* Positioning relative to .image-half */
  top: 40%; /* Start at 50% down from the top of .image-half */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Adjust for the actual center point of the text */
  padding: 60px 20px;
  background: rgba(255, 255, 255, 0.2); /* Optional semi-transparent background */
  text-align: center;
	width:100%;
	
  z-index: 1; /* Ensures the text is above the background */
}

.home-split-section .image-half .overhead h1 {
	font-size: 6rem;
	font-weight: 700;
	line-height: 95px; 
    font-family: "font4";
		text-transform: uppercase;
		color: white; 
		text-align: left; 
}



.home-split-section .content-half {
  flex: 1; /* Take up the other half */
  display: block;
  align-items: center;
  justify-content: center;
  padding: 60px;
  background-color: white; /* Light background for contrast */
  text-align: center;
}
.home-split-section .content-half h2{
	font-size: 3.5rem;
	font-weight: 900;
	padding: 45px 0;
	text-align: center;
	color: #00197b;
    font-family: "font4";
		text-shadow: none; 
}
.home-split-section .content-half hr{
		margin: auto; border-top: 7px solid rgba(129,194,65,0.87) ; opacity: 1;;

}



.home-split-section h1 {
	font-family: 'font2';
	font-size: 5.5rem;;
  text-align: left;
	line-height: 70px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 700;
	color: gray;
}
.home-split-section h2 {
	font-family: 'font2';
	font-size: 5rem;
  text-align: right;
	line-height: 70px;
	text-shadow: none;
	font-weight: 700;
	color: #26a9da;
	
    font-family: 'Montserrat', sans-serif;
    text-shadow: 3px 2px #5B5B5B;		

}
.home-split-section h3 {
	font-family: 'font2';
	font-size: 2.5rem;
  text-align: right;
	line-height: 70px;
	text-shadow: none;
	font-weight: 600;
	color: gray;
    font-family: 'Montserrat', sans-serif;
	
}
.home-split-section h4 {
		color: gray;; text-indent: 15px; line-height: 25px; font-size: 1.25rem; font-weight: 700; 	text-shadow: none;
 text-decoration: underline;
	text-align: center; 
}
.home-split-section h4.pricing {
	color: gray; text-indent: 0; line-height: 25px; font-size: 1.25rem; font-weight: 700; 	text-shadow: none;
 text-decoration: none;
}
.home-split-section h5 {
	color: gray; font-size: 16px;
}
.home-split-section h5 span {
	color: gold;
}
.home-split-section p {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600; line-height: 35px;
		text-shadow: none;

	text-align: right;
		color: gray;

    font-family: 'Montserrat', sans-serif;
	transition: 0.5 ease;
}
/*.home-split-section p:hover {*/
/*	color: rgb(38,169,218);*/
/**/
/*}*/

.home8 {
	background: rgb(250,250,250); padding: 50px 0 50px 0;
}
.home8 h5 {
	font-family: 'Mukta', sans-serif; color: rgb(29,29,29); text-align: left; font-size: 25px;
}
.home8 p {
	font-family: 'Mukta', sans-serif; color: rgb(100,100,100); text-align: justify;
}


.home8 .box {
	background: #f4f6f8; padding: 25px 5px; border-radius: 5px;
	width: 100%;
}
.home8 .box.contact-info {
    background: #f4f6f8;
    padding: 25px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.home8 .box.contact-info p{
	font-size:0.9rem;;
}
.home8 .box.contact-info h5{
	font-size:1.2rem;;
	text-decoration: underline; 
}
.home8 .box h2{
    font-family: 'font4';
    color: rgb(29, 29, 29);
    text-align: center;
    font-size: 30px;

}
.home8 .vertically-centered{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height:auto;
}
/*ABOUT PAGE END */




/*GENERAL PLUMBING SERVICE PAGE*/
/* General Plumbing Service Page */
.general-plumbing-start {
    padding: 185px 25px;
    background: linear-gradient(105deg, rgba(245, 136, 50, 0.77) 15%, rgb(255, 255, 255) 15%);
}

.general-plumbing-start img.service-image {
    border-radius: 20px;
    box-shadow: 5px 5px #00197b;
}
.general-plumbing-start h1 {
    font-family: "font4";
    font-size: 40px;
    color: #00197b;
    line-height: 50px;
    text-align: center;
		text-transform: uppercase; 
}
.general-plumbing-start h2 {
    font-family: "font4";
    font-size: 20px;
    color: rgba(129, 194, 65, 0.97);
    line-height: 50px;
    text-align: center;
		text-transform: uppercase; 
}

.vertically-centered {
    display: flex;
    align-items: center;
    height: auto;
    justify-content: center;
}

.service-list {
    display: flex;
		
    align-items: center;
    min-height: 100vh;
		
}

.feature-link {
    text-decoration: none; /* Removes underline */
    color: inherit; /* Inherits text color */
    display: block; /* Ensures the entire block is clickable */
    position: relative; /* Ensures ::before pseudo-element works */
		padding: 25px 0;
}
.feature-link .feature-item i{
		padding: 10px;
		border-radius: 100%;
		background: rgba(129, 194, 65, 0.97);
}
.feature-link .feature-item h2{
		font-size: 2.77rem;
		text-align: center; 
}
.feature-link:hover .feature-item {
    background-color: rgba(0,25,123,0.5); /* Optional hover effect */
    transition: background-color 0.5s ease;
}

.feature-link:hover .feature-item p{
		color: white;
}
.feature-link:hover .feature-item i{
		cpadding: 20px;
		border-radius: 100%;
		background: rgba(129, 194, 65, 0.97);
}
.feature-link:hover .feature-item h4{
		color: white;
}
.feature-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* Full width of the link */
    height: 4px; /* Thickness of the line */
    background-color: #ddd; /* Gray color for the separator line */
}

.feature-link:last-child::before {
    display: none; /* Remove the separator line for the last item */
}

.service-list .feature-item {
    display: flex;
    align-items: flex-start;
	padding: 20px; 

}
.service-list .feature-item h4{
	font-weight: 700; 

}

.service-list .icon {
    font-size: 2rem;
    color: #007bff; /* Bootstrap primary color */
    margin-right: 15px;
}

.service-list h5 {
    font-weight: bold;
    margin-bottom: 5px;
}

.service-list p {
    color: #6c757d; /* Bootstrap muted text color */
}




.centered-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -260px; /* Add space between the list and the image */
}

.centered-image {
    max-width: 100%; /* Ensures the image is responsive */
    height: auto; /* Maintains the aspect ratio */
    border-radius: 10px; /* Optional: Adds rounded corners */
		margin-top:200px; 
}



.service-bar{
	/*display:flex; */
	display:flex;
	align-items: center;
	justify-content: center; 
	
	flex-direction: row; 
	padding: 22px 10px;
	background: rgba(129, 194, 65, 0.57);
	height: 100%;
	
}
.service-bar h3{
	color: black;
	margin: 0 15px ;
	font-size: 1.2rem;
	font-weight: 700; 
}



.parallax1 {
	padding: 50px 0; 
  background-image: linear-gradient(rgb(0,0,0,0.3), rgb(0,0,05,0.3)), url("/img/services/plumbing-background.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
	text-align: center; 
}
.parallax1 .card{
	background: rgba(245,136,50,0.77);
	box-shadow: 1px 1px 10px solid black; 
}
.parallax1 .card-body{
box-shadow: 1px 1px 10px 1px black;
}

.parallax1 h2{
	font-size: 1.5rem;
	font-weight: 700;
    font-family: "font4";
		text-transform: uppercase;
}
.parallax1 a{
	color: black;
	font-weight: 700; 
}
.parallax1 a:hover{

	font-size: 1.2rem; 
}

.plumbing-section h1{
	font-size: 4.5rem;
	font-weight: 700;
    font-family: "font4";
		text-transform: uppercase;
}

.plumbing-section h2{
	font-size: 3rem;
	font-weight: 900;
	padding: 45px 0;
	text-align: center;
	color: #00197b;
    font-family: "font4";	
}
.plumbing-section h3{
	font-size: 2.5rem;
	font-weight: 900;
	padding: 0;
	text-align: center;
	color: #00197b;
    font-family: "font4";	
}
.plumbing-section h4{
	font-size: 1.3rem;
	font-weight: 900;
	padding: 0;
	text-align: center;
	color: #00197b;
    font-family: "font4";
		margin: 0 15px; 
}

.plumbing-section p{
	font-size: 1.3rem;
	
}
.plumbing-section span{
	text-decoration: underline;
	
}
.plumbing-section img {
	box-shadow:12px 12px rgba(129,194,65,0.87);
	border-radius: 20px; 
}
.plumbing-section a {
    padding: 20px 20px;
    background: #f58832;
    color: rgb(0 0 0);
    font-weight: 600;
    border-radius: 10px;
    font-size: 1.2rem;
		text-align: center;
		display: inline-block;
		width: auto;
		font-size: 1.4rem;
}

.plumbing-section .pad1{
  display: flex; /* Enable Flexbox */
  flex-direction:column; /* Arrange items vertically */
  align-items: center; /* Center items horizontally */
  text-align: center; /* Ensure text inside elements is centered */
  height: 100%; /* Ensure the container takes the full height */
}







.plumbing-split-service {
	margin-top:50px; 
	padding: 20px 0px 30px 0px; color: #c02026; text-align: center; background: rgba(245, 136, 50, 0.80); border-top: 5px solid #000;
}
.plumbing-split-service p {
	font-family: font5; font-size: 30px; color:white; font-weight:700;
}
.plumbing-split-service h3 {
	font-family: font5; font-size: 50px;
}
.plumbing-split-service h5 {
	font-size: 50px; font-weight: 300; color: #000;
}
.plumbing-split-service h6 {
	font-family: 'font4'; letter-spacing: 2px; font-size: 20px; color: #000; text-transform: uppercase;
}
.plumbing-split-service .liner {
	background: #fff; width: 10%;
}
.plumbing-split-service a.blue {
	background: #fff; width: 100%; padding: 15px 5px; color: black; border: 2px solid black; border-radius: 14px;
    font-weight:700;
    /*width:auto;*/
    font-size: 14px;
	display: inline-block;
font-size: 1.65rem;
    padding: 15px 4px;
		transition: 0.5s; 
}
.plumbing-split-service a.blue:hover {
	background: rgba(129,194,65,0.87);
	/*background: rgba(0,25,123,0.8);*/
}

/*GENERAL PLUMBING SERVICE PAGE END*/

/*VARIED PLUMBING SERVICES PAGES*/

.plumbing-service-slider {
	
	padding: 220px 0px 100px 0px;
    /*background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/home-slider.jpg); background-size: cover;*/
		
		
background-image: linear-gradient(rgb(0 0 0 / 64%), rgb(0, 0, 05, 0.3)), url(../img/homepage/home-main.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: 50% 85%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
border-bottom: 14px solid #f58832;
		
}




.plumbing-service-slider h1 {
	font-family: 'font4';
	font-size: 2.2rem;
  text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: rgb(250,250,250);
	text-transform: uppercase;
}
.plumbing-service-slider h1 span {
	color: #f58832;
}

.plumbing-service-slider h2 {
	font-family: 'font4';
	font-size: 35px;
  text-align: left;
	line-height: 70px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: rgb(250,250,250);
}
.plumbing-service-slider h3 {
	color: #fff; text-indent: 15px; line-height: 45px; font-size: 1.4rem; font-weight: 700; text-shadow: 1px 6px 15px  black;
}
.plumbing-service-slider h4 {
	color: #fff; text-indent: 15px; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: underline;
}
.plumbing-service-slider h4.pricing {
	color: #fff; text-indent: 0; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: none;
}
.plumbing-service-slider h5 {
	color: #fff; font-size: 16px;
}
.plumbing-service-slider h5 span {
	color: gold;
}
.plumbing-service-slider p {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600; line-height: 35px;
	text-shadow: 1px 6px 15px  black;
	text-align: center;
	color: rgb(250,250,250);
}

.plumbing-service-slider a.link {
	background: #f58832;
	padding: 15px;
	border-radius:32px;
	color: white;
	font-weight: 800;
	border: 2px white solid;
	text-align: center;
	display: inline-block;
}

a.green{
	background: rgba(129,194,65,0.77) ;
}
.plumbing-service-slider a:hover {
	background: white;
	color: #222a45;
}



.mini-description{
	padding: 45px 25px;
	background: rgba(255,255,255,0.44);
	
	
	
	border-radius: 15px; 
}

.service-circle{
	display: flex;
	align-content: center; 
	justify-content: center;
	padding: 45px 25px;
	background: rgba(255,255,255,0.44);
	
	
	
	border-radius: 100%;; 
}


.service-circle h3{
	text-transform: uppercase; 
}



.plumbing-service-section .container-fluid{
	
	padding:0;
}
.plumbing-service-section .row {
	    --bs-gutter-x: 0;
}
.plumbing-service-section .padder{
	padding: 70px 35px;;
}
.plumbing-service-section h2 {
	font-family: "font4"; font-size: 35px; color: 
#00197b; line-height: 50px; text-align: center;
}
.plumbing-service-section span {
	font-size: 100px;
}
.plumbing-service-section h3 {
	font-family: "font4"; font-size: 29px; color: 
#00197b; line-height: 50px; text-align: center;
}

.plumbing-service-section strong {
	font-size: 27px; font-weight: 500; margin-top:-30px;
	color: #00197b;
}
.plumbing-service-section p {
	text-align: center; color: rgb(100,100,100); font-family: 'font2';
	font-size: 1.2rem;
	font-weight: 700; 

}
p.left{
	text-align: left; 
}

.plumbing-service-section ul {
	list-style-position: inside; 
	list-style-type: none; 

}
.plumbing-service-section ul.numbered{
	list-style-position: inside; 
	
	list-style-type: none; 
}
.plumbing-service-section ul.numbered p span{
	font-size: 21px; ;
	font-weight: 700;
	color: #00197b;
	text-align: left;
}

.plumbing-service-section ul.numbered p{

	text-align: left;
}
.plumbing-service-section a {
	padding: 20px 20px; background: #f58832;  color: rgb(0 0 0); font-weight: 600;
	border-radius: 10px;
	font-size: 1.2rem; 
}
.plumbing-service-section img {
	/*border-radius: 5px; box-shadow: 5px 5px 10px #000;*/
}
.plumbing-service-half {
    /*background: linear-gradient(0deg, #00000000 25%, #00000000 90%), */
    /*            url(../img/homepage/home-main.jpg);*/
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 200px; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}



.sink-faucet {
    background: linear-gradient(0deg, #00000000 25%, #00000000 90%), 
                url(../img/services/sink-and-faucet.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 200px; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}


.toilet-shower-head {
    background: linear-gradient(0deg, #00000000 25%, #00000000 90%), 
                url(../img/services/toilet-and-shower-head.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 200px; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}


.water-softener-filter-system {
    background: linear-gradient(0deg, #00000000 25%, #00000000 90%), 
                url(../img/services/water-softener-filter.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 200px; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}

.maintenance-and-repair{
background-image: linear-gradient(rgb(0 0 0 / 64%), rgb(0, 0, 05, 0.3)), url(../img/services/maintenance-and-repair-slider.jpg);

}

.drain-cleaning-and-camera{
background-image: linear-gradient(rgb(0 0 0 / 64%), rgb(0, 0, 05, 0.3)), url(../img/services/drain-cleaning-and-camera-inspection-slider.jpg);

}
.water-heater{
background-image: linear-gradient(rgb(0 0 0 / 64%), rgb(0, 0, 05, 0.3)), url(../img/services/water-heater-slider.jpg);

}


.water-leak{
	
background-image: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(../img/services/water-leak.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 200px; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */

}
.sewer-leak{
background-image: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(../img/services/sewer-leak.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 200px; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */

}
.water-heater-repair{
background-image: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(../img/services/water-heater-repair.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 200px; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}
.faucet-repair{
background-image: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(../img/services/faucet-repair.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 200px; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}
.shower-repair{
background-image: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(../img/services/shower-repair.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 200px; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}

.drain-cleaning{
background-image: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(../img/services/drain-cleaning.jpg);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    height: 200px; /* Full height of the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}






.split-plumbing {
	margin-top:0px; 
	padding: 20px 0px 30px 0px; color: #c02026; text-align: center; background: rgba(245, 136, 50, 0.80); border: 5px solid #000;
}
.split-plumbing p {
	font-family: font5; font-size: 30px; color:white; font-weight:700;
}
.split-plumbing h3 {
	font-family: font5; font-size: 50px;
}
.split-plumbing h5 {
	font-size: 50px; font-weight: 300; color: #000;
}
.split-plumbing h6 {
	font-family: 'font4'; letter-spacing: 2px; font-size: 20px; color: #000; text-transform: uppercase;
}
.split-plumbing .liner {
	background: #fff; width: 10%;
}
.split-plumbing a.blue {
	background: #fff; width: 100%; padding: 15px 5px; color: black; border: 2px solid black; border-radius: 14px;
    font-weight:700;
    /*width:auto;*/
    font-size: 14px;
	display: inline-block;
font-size: 1.65rem;
    padding: 15px 4px;	
}


/**/


/**** Gallery Section ****/
.gallery-slider {
	
	padding: 200px 0px 150px 0px;
    /*background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/home-slider.jpg); background-size: cover;*/
		
		
background-image: linear-gradient(rgb(0 0 0 / 64%), rgb(0, 0, 05, 0.3)), url(../img/gallery/gallery-slider-bg.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: 50% 85%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
border-bottom: 14px solid #f58832;
		
}
.gallery-slider h1 {
	font-family: 'font4';
	font-size: 2.5rem;
  text-align: center;
	line-height: 70px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: rgb(250,250,250);
	text-transform: uppercase;
}
.gallery-slider h3 {
	font-family: 'font4';
	font-size: 22px;
  text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: rgb(250,250,250);
}

.gallery-slider h4 {
	color: #fff; text-indent: 15px; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: underline;
}
.gallery-slider h4.pricing {
	color: #fff; text-indent: 0; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: none;
}
.gallery-slider h5 {
	color: #fff; font-size: 16px;
}
.gallery-slider h5 span {
	color: gold;
}
.gallery-slider p {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600; line-height: 35px;
	text-shadow: 1px 6px 15px  black;
	text-align: justify;
	color: rgb(250,250,250);
}

.gallery-slider a {
	background: #f58832;
	padding: 15px;
	border-radius:32px;
	color: white;
	font-weight: 800;
	border: 2px white solid;
	text-align: center;
	display: inline-block;
}

a.green{
	background: rgba(129,194,65,0.77) ;
}
.gallery-slider a:hover {
	background: white;
	color: #222a45;
}



.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 2rem; font-weight: 600; font-family: 'font4'; padding-bottom: 40px; text-align: center; color: #00197b;
}

.gallery-page h2 {
	font-size: 1.5rem; font-weight: 600; font-family: 'font4'; padding-bottom: 40px; text-align: center; color: #00197b;
	text-transform: uppercase; 
}


/*CONTACT PAGE*/
.contact-us {
	background: rgb(250,250,250); padding: 75px 0 50px 0;
}
.contact-us iframe{
	border-radius: 25px; 
}
.contact-us h1 {
	font-family: 'font4'; color: rgb(29,29,29); text-align: center; font-size: 2.5rem;;
}
.contact-us h3 {
	font-family: 'font4'; color: #f58832; text-align: center; font-size: 24px;
}
.contact-us h5 {
	font-family: 'font4'; color: rgb(29,29,29); text-align: left; font-size: 25px;
}
.contact-us p {
	font-family: 'font4'; color: rgb(100,100,100); text-align: center; font-size: 15px;
}


.contact-us .box {
	background: #f4f6f8; padding: 25px 5px; border-radius: 5px;
}
.contact-us .box h2{
    font-family: 'font4';
    color: rgb(29, 29, 29);
    text-align: center;
    font-size: 22px;

}
.contact-us .box.contact-info {
    background: #f4f6f8;
    padding: 25px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


}

/*@media screen and (max-width: 425px) {*/
@media screen and (max-width: 690px) {
	
	


}

@media screen and (max-width: 375px) {


}