/* 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/arvo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Monoton-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font4';
	src:url('../fonts/Piped.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font5';
	src:url('../fonts/PLUMBING.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font6';
	src:url('../fonts/font6.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font7';
	src:url('../fonts/Advera.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');
}

.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}


/* ========= CSS: scoped, conflict-safe styles for A-Solution Plumbing FAQ ========= */
.asp-faq-rail { background:#f8fafc; padding:150px 100px 150px 100px; }
.asp-faq-inner { max-width:1200px; margin:0 auto; }
.asp-faq-title { margin:0 0 50px; font-family: font7; color:#0f172a; font-size: 45px; font-weight: 600; letter-spacing: 2px; text-align: center; }
.asp-faq-rail img {
	box-shadow: -15px -15px 0px 0px #0f47c0; border: 3px solid #fff; border-radius: 10px;
}
.asp-faq-item { border:1px solid rgba(2,6,23,0.08); border-radius:12px; background:#fff; margin:10px 0; box-shadow:0 1px 0 rgba(2,6,23,0.04); overflow:hidden; }
.asp-faq-q { margin:0; }
.asp-faq-trigger {
  width:100%; text-align:left; background:#fff; border:0; cursor:pointer;
  padding:16px 18px; font:600 17px/1.3 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color:#111827;
}
.asp-faq-trigger:focus { outline:3px solid #2563eb33; outline-offset:2px; }
.asp-faq-trigger[aria-expanded="true"] { background:#f1f5f9; }

.asp-faq-panel { padding:0 18px 16px; }
.asp-faq-panel p { margin:10px 0; color:#334155; font:400 16px/1.55 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.asp-faq-points { margin:8px 0 12px 18px; padding:0; }
.asp-faq-points li { margin:6px 0; color:#1f2937; }
.asp-faq-cites { font-size:14px; color:#475569; }
.asp-faq-cites a { color:#1f6feb; text-decoration:none; }
.asp-faq-cites a:hover { text-decoration:underline; }

/* ================== CSS (scoped, no CSS variables) ================== */
.asp-revwrap { background:#ffffff; padding:100px 50px 100px 50px; }
.asp-revgrid { max-width:1100px; margin:0 auto; }
.asp-revhead { display:flex; justify-content:center; align-items:flex-end; margin-bottom:12px; }
.asp-revtitle { margin-bottom: 50px; font-family:font7; font-weight:800; font-size:35px; color:#1B44A3; letter-spacing: 2px; }
.asp-revnote { font-family:system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color:#6b7280; }

.asp-revcards { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:repeat(12, 1fr); gap:14px; }
.asp-revcard {
  grid-column:span 4;
  display:none;
  background:#fff;
  border:1px solid rgba(15,23,42,0.08);
  border-radius:14px;
  padding:16px;
  box-shadow:0 1px 0 rgba(2,6,23,0.06), 0 10px 20px -16px rgba(2,6,23,0.3);
}
@media (max-width: 980px){ .asp-revcard { grid-column:span 6; } }
@media (max-width: 640px){ .asp-revcard { grid-column:span 12; } }

.asp-revrow { display:flex; justify-content:space-between; align-items:center; margin-bottom:8px; }
.asp-author { font-weight:700; font-family:system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color:#0b1220; }
.asp-stars { color:#f5b301; font-size:18px; letter-spacing:1px; }

.asp-quote { margin:10px 0 12px; line-height:1.5; color:#1f2937; font-family:system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; background:#f8fafc; padding:10px 12px; border-radius:10px; }
.asp-meta { display:flex; flex-wrap:wrap; gap:10px 14px; font-size:14px; color:#6b7280; }
.asp-meta a { color:#1f6feb; text-decoration:none; }
.asp-meta a:hover { text-decoration:underline; }

.asp-controls { text-align:center; margin-top:16px; }
.asp-morebtn {
  border:1px solid #1f6feb; background:#1f6feb; color:#fff; margin-top: 35px;
  border-radius:999px; padding:10px 16px; font-weight:700; cursor:pointer;
  font-family:system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.asp-morebtn:hover { filter:brightness(0.95); }

.asp-ctas { display:none; gap:10px; justify-content:center; margin-top:14px; }
.asp-ctas a {
  padding:10px 16px; border-radius:999px; text-decoration:none; font-weight:700;
  border:1px solid rgba(15,23,42,0.12); font-family:system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.asp-cta-primary { background:#1f6feb; color:#fff; border-color:#1f6feb; }
.asp-cta-ghost { background:#fff; color:#1f6feb; }


.dropdown {
	float: left; position: relative; 
}
.dropdown .dropbtn {
    margin: 0 15px;
    font-weight: 900;
    font-size: 1rem;;
    color: rgb(255,255,255);
    font-family: 'font2';
}
.navbar a:hover, .dropdown:hover .dropbtn {
    color: #1d2735;
    background: #C6C6C6;
    box-shadow: 0px 0px 0px 10px #C6C6C6;
}
.dropdown-one {
    cursor: pointer;
    display: none;
    position: absolute;
    background: #c6c6c6;
    min-width: 250px;
    padding-top: 10px;
    border: 3px solid #0f47c0;
    border-top: none;
    color: #1d2735;
    border-left: none;
    box-shadow: -3px 0px 0px 0px #0f47c0;
    margin-left: 18px;
}
.dropdown-one a {
	color: inherit;
}
.dropdown-one a:hover {
	color: inherit;
}
.dropdown-two {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
	display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
	display: block;
}
.dropdown-one .dItem {
	color: black; padding: 12px 16px; display: block; text-align: left;    font-family: font2;
    font-weight: 600;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
background-color: #0f47c0; color: #fff;
}
.dropdown2 {
	float: left; position: relative;
}
.dropdown2 .dropbtn2 {
    margin: 0 15px;
    font-weight: 900;
    font-size: 1rem;;
    color: rgb(255,255,255);
    font-family: 'font2';
}
.navbar a:hover, .dropdown2:hover .dropbtn2 {
	    color: #1d2735;
    background: #C6C6C6;
    box-shadow: 0px 0px 0px 10px #C6C6C6;
}
.dropdown-one2 {
	cursor: pointer; display: none; position: absolute; background: #c6c6c6;   padding-top: 25px; min-width: 500px;
  ; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); border: 3px solid #0f47c0;
    border-top: none;
}
.dropdown-one2 a {
	color: inherit;
}
.dropdown-one2 a:hover {
	color: inherit;
}
.dropdown-one2 h2 {
	color: #c6c6c6;
}
.dropdown2 h6 {
	color: #fff;
    font-family: font2;
    font-size: 12px; text-align: center;
}
.dropdown-two2 {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three2 {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown2:hover .dropdown-one2, #link12:hover > .dropdown-two2 {
	display: block;
}
.dropdown2:hover .dropdown-one2, #link2:hover > .dropdown-three2 {
	display: block;
}
.dropdown-one2 .dItem2 {
	color: black; padding: 12px 16px; display: block; text-align: left;    font-family: font2;
    font-weight: 600;
}
.dropdown-one2 .dItem22 {
	color: black; padding: 12px 16px; display: block; text-align: right;    font-family: font2;
    font-weight: 600;
}
.dropdown-one2 .dItem2:hover, .dropdown-two2 a:hover {
	background-color: #0f47c0; color: #fff;
}
.dropdown-one2 .dItem22:hover, .dropdown-two2 a:hover {
	background-color: #0f47c0; color: #fff;
}
.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px;	text-transform: uppercase; padding-top: 20px;	line-height: 5px;	font-weight: 600;
}
.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: #333;	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}


/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%;	z-index: 5;	padding: 10px 0 10px 0;	background: #C6C6C6;-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 {
	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; border-right: white;/*2px solid #1d2735;*/
	
}
.top-header div[class*='col-']:nth-child(2) a {
	background: transparent; font-weight: 500; font-family: 'font2'; color: #1d2735;	
}
.top-header div[class*='col-']:nth-child(2) span {
	font-size: 16px; font-family: font7; font-weight: 600; letter-spacing: 1px; text-decoration: underline;
}
.top-header div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:center;	align-items:center; border-right: white;/*2px solid #1d2735;*/
}
.top-header div[class*='col-']:nth-child(3) a {
	background: transparent; font-weight: 500; font-family: 'font2'; color: #1d2735;	
}
.top-header div[class*='col-']:nth-child(3) span {
	font-size: 16px; font-family: font7; font-weight: 600; letter-spacing: 1px; text-decoration: underline;
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(4) a {
		background: transparent; font-weight: 500; font-family: 'font2';color: #1d2735;	
}
.top-header div[class*='col-']:nth-child(4) span {
	font-size: 16px; font-family: font7; font-weight: 600; letter-spacing: 1px; text-decoration: underline;
}
.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: flex-start; align-items:center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display:flex;	justify-content:center;	align-items:center;	border: 1px solid rgb(255,255,255);	color: rgb(255,255,255); background: #0f47c0; 	height: 34px;	width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: #0f47c078;	text-decoration:none !important; color: rgb(255,255,255); box-shadow: 1px 1px 10px 1px #444; text-shadow: 1px 1px 1px #000;
}
.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 {
	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(239, 239, 239); 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 {
	display:inline-block !important; transform:scale(1,1) !important;	padding:25px 0 !important; height:auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a, .navbar-sidebar .dropdown-menu-mobile-2 a {
	color: black;	font-weight:600 !important;	font-size: 1rem;;	font-family:monospace; text-align:left;
}
/*.navbar-sidebar {*/
/*	padding-top: 84px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 1;	overflow: auto;*/
/*}*/




.navbar-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background-color: rgb(250,250,250);
    z-index: 999;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    padding-top: 84px;
    /* REMOVE display:none here */
}

.navbar-sidebar.open {
    transform: translateX(0%);
}





.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 .bar-item {
	width:100%;	display:block; padding:8px 16px; text-align:left;	border:none; white-space:normal; float:none; outline:0;
	
	font-family: monospace;
	font-weight: 700;
	color: black; 
}

.nav-link{
	font-family: monospace;
	font-weight: 700;
	color: black; 	
}
.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: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255,255,255); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(12,12,12); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255,255,255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.motion1 {
        background-image: linear-gradient(rgb(9 9 9 / 74%), rgb(0 0 0 / 79%)), url(/img/mt-1.jpg);
    background-size: cover;
	padding: 200px 15px 75px 15px;
}
.padder {
	padding: 50px 100px 50px 100px;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 250px;
	width: 50px;
	line-height: 0.9;
	color: #fff;
  background-color: #1d2735b5;
  border: none;
  font-size: 75px;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: #fff;
	  background-color: #1d2735;
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
 .bg1 {
border: 10px solid #0f47c0;
background: #fff9;
    padding: 25px 0px 0px 0px;
}
 .bg2 {
border: 10px solid #1d2735b5;
background: #fff9;
    padding: 25px 0px 0px 0px;
}
.motion1 .slides i {
	font-size: 100px; color:#0f47c0;
}
.motion1 .slide {
  flex: 0 0 100%;
}
.motion1 .new-plumbing-installs {
              background: linear-gradient(270deg, #c6c6c600 0%, #c6c6c600 46%, #0f47c0c9 46%, #0f47c0cf 90%, #c6c6c600 90%, #c6c6c600 100%), url(/img/asp-9.jpg); background-size: cover; height: 850px; padding: 100px 0px 50px 0px;
}
.motion1 .plumbing-maintenance {
                background: linear-gradient(90deg, #0f47c000 0%, #0f47c000 46%, #c6c6c6ed 46%, #c6c6c6e6 90%, #0f47c000 90%, #0f47c000 100%), url(/img/asp-1.jpg); background-size: cover; height: 850px; padding: 50px 0px 50px 0px;
}
.motion1 .plumbing-repairs {
             background: linear-gradient(270deg, #c6c6c600 0%, #c6c6c600 46%, #0f47c0c9 46%, #0f47c0cf 90%, #c6c6c600 90%, #c6c6c600 100%), url(/img/asp-15.jpg); background-size: cover; height: 850px; padding: 25px 0px 50px 0px;
}
.motion1 .plumbing-repairs h2 {
	line-height: 95px !important;
}
.motion1 .boxer {
	       background: #0f47c0e0;
    background-size: 175%;
}
.motion1 h1 {
	font-family: fantasy;
	color: rgb(245, 245, 245); font-weight: 600; line-height: 100px;
	font-size: 65px; text-shadow: 1px 1px 1px #000; text-align: center; letter-spacing: 2px;
}
.motion1 h2 {
	font-family: monospace;
	color: rgb(245, 245, 245); font-weight: 600; line-height: 100px;
	font-size: 65px; text-shadow: 1px 1px 1px #000; text-align: center;
}
.motion1 h3 {
	font-family: monospace;
	color: rgb(245, 245, 245); font-weight: 600; line-height: 50px;
	font-size: 15px; text-shadow: 1px 1px 1px #000; text-align: right;
}
.motion1 h2 span {
color: #1d2735;
    font-size: 70px;
    text-shadow: none;
}
.motion1 .slide p {
  color: #f5f5f5;
	font-family: 'font2';
	font-size: 17px;
	line-height: 35px;
	font-weight: 500;
}
.motion1 h4 {
	font-family: font7; color: #f5f5f5; font-size: 25px; line-height: 45px;
}

.motion1 h5 {
font-family: monospace;
    color: #1d2735;
    font-size: 17px;
    line-height: 50px;
}
.motion1 h6 {
	font-family: font6; color: #f5f5f5; font-size: 25px; line-height: 50px;
}
.motion1 mark {
	    padding: 25px;
    font-size: 20px;
    font-family: font7;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 1px 1px 9px #1d2735;
    letter-spacing: 2px;
}
.motion1 mark:hover {
	background: #1d2735e0;  box-shadow: 1px 1px 10px 5px #000;
}
.motion1 hr {
	background: #f5f5f5; opacity: 100%; 
}
.home1 {
	padding: 75px 50px 75px 25px; background: #f5f5f5;
}
.home1 .pad {
	margin-left: 50px;
	    padding: 75px 25px 75px 25px;
    background: #e5e5e5;
    border: 10px solid #ffffff;
}
.home1 h1 {
	font-family: 'font2';	font-size: 25px; text-align: center; font-weight: 800; color: #444; line-height: 45px;
}
.home1 h3 {
	font-size: 55px; font-family: circular; text-align: left; color: #1d2735; 
    padding-bottom: 40px; letter-spacing: 10px; margin-left: 35px;
}
.home1 h3 strong {
	color: #0f47c0;
}
.home1 h3 u {
	font-weight: 600;
}
.home1 h4 {
	font-family: monospace;	font-size: 25px;  font-weight: 500; color: #1d2735;
}
.home1 h4 u {
	font-weight: 600;	color: #0f47c0; font-size: 30px;
}
.home1 h5 {
	font-size: 175px; color: #1d2735; font-weight: 500; font-family: font7; text-align: center;
}
.home1 h6 {
	color: #1d2735; font-size: 15px; font-family: font2; line-height: 30px;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: center;	color: rgb(150,150,150); line-height: 35px;
}
.home1 h1 span {
color: #1d2735;
    font-size: 45px;
    font-family: fantasy;
    font-weight: 500;
}
.home1 h1 u {
	color: #0f47c0;
}
.home1 hr {
	background: #0f47c0; opacity: 90%;
}
.home1 .margy1 {
/*margin-top: -75px;*/
	text-align: center;
}
.home1 .margy2 {
	 /*   margin-top: 15px;
    margin-left: -35px;
    margin-right: 25px;*/
	 text-align: center;
}
.home1 .margy3 {
/*margin-top: 75px;*/
text-align: center;
}
.home-page-section-1 {
     border-left: 150px solid #f5f5f5;
    border-right: 150px solid #f5f5f5;
}
.home-page-section-1 .plax {
	background-image: linear-gradient(rgb(9 9 9 / 74%), rgb(0 0 0 / 79%)), url(/img/ab-4.jpg);
  min-height: auto; padding: 50px; box-shadow: 1px 1px 5px 3px #444;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-1 h1 {
	font-family: font; font-size: 3rem; text-align: center; line-height: 40px; color: rgb(246,177,24)
}
.home-page-section-1 h2 {
	    font-family: 'font4';
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 35px;
}
.home-page-section-1 h3 {
	    font-family: 'font6';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 35px;
}
.home-page-section-1 h4 {
	text-align: center;	font-size: 1.75rem;
}
.home-page-section-1 i {
	font-size: 60px;
	color: #0f47c0;
}
.home-page-section-1 span {
	color: rgb(87, 86, 87);
}
.home-page-section-1 a {
	font-size: 20px; color: rgb(12,12,12);
}
.home-page-section-1 .box1 {
	padding: 25px 0 0 0;
}
.home-page-section-1 .box2 {
	padding: 25px 25px 0 25px;
}
.home-page-section-1 .flip-card {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-1 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-1 .flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}
.home-page-section-1 .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-1 .flip-card-front {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-1 .flip-card-back {
 background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateX(180deg);
    color: #fff;
}
.home-page-section-1 .flip-card2 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-1 .flip-card-inner2 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-1 .flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}
.home-page-section-1 .flip-card-front2, .flip-card-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-1 .flip-card-front2 {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-1 .flip-card-back2 {
background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateY(180deg);
    color: #fff;
}
.home-page-section-1 .flip-card3 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-1 .flip-card-inner3 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-1 .flip-card3:hover .flip-card-inner3 {
  transform: rotateX(180deg);
}
.home-page-section-1 .flip-card-front3, .flip-card-back3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-1 .flip-card-front3 {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-1 .flip-card-back3 {
 background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateX(180deg);
    color: #fff;
}
.home-page-section-1 .flip-card4 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-1 .flip-card-inner4 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-1 .flip-card4:hover .flip-card-inner4 {
  transform: rotateY(180deg);
}
.home-page-section-1 .flip-card-front4, .flip-card-back4 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-1 .flip-card-front4 {
  background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-1 .flip-card-back4 {
background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateY(180deg);
    color: #fff;
}

.home-page-section-2 {
 
}
.home-page-section-2 .plax {
	background-image: linear-gradient(rgb(9 9 9 / 74%), rgb(0 0 0 / 79%)), url(/img/ab-4.jpg);
  min-height: auto; padding: 50px; box-shadow: 1px 1px 5px 3px #444;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-2 h1 {
	font-family: font; font-size: 3rem; text-align: center; line-height: 40px; color: rgb(246,177,24)
}
.home-page-section-2 h2 {
	    font-family: fantasy;
    font-size: 30px;
    font-weight: 600;
		text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 35px;
}
.home-page-section-2 h3 {
	    font-family: 'font6';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 35px;
}
.home-page-section-2 h4 {
	text-align: center;	font-size: 1.25rem; font-family: font6;
}
.home-page-section-2 h5 {
	text-align: left;	font-size: 15px; font-family: font7; font-weight: 600; line-height: 30px;
}
.home-page-section-2 mark {
	text-align: center;	font-size: 20px; font-family: font7; font-weight: 600; line-height: 30px; color: #fff; letter-spacing: 2px; padding: 15px; border: 2px solid #fff; background: transparent;
}
.home-page-section-2 i {
	font-size: 60px;
	color: #0f47c0;
}
.home-page-section-2 span {
	color: rgb(87, 86, 87);
}
.home-page-section-2 a {
	font-size: 20px; color: rgb(12,12,12);
}
.home-page-section-2  iframe {
	border: 3px solid  #0f47c0;
}
.home-page-section-2 .box1 {
	padding: 25px;
}
.home-page-section-2 .box2 {
	padding: 25px 25px 0 25px;
}
.home-page-section-2 .flip-card {
  background-color: transparent;
  width: 100%;
  height: 600px;
  perspective: 1000px;
}
.home-page-section-2 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-2 .flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}
.home-page-section-2 .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-2 .flip-card-front {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 5px solid #0f47c0;
}
.home-page-section-2 .flip-card-back {
 background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateX(180deg);
    color: #fff;
}
.home-page-section-2 .flip-card2 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-2 .flip-card-inner2 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-2 .flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}
.home-page-section-2 .flip-card-front2, .flip-card-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-2 .flip-card-front2 {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-2 .flip-card-back2 {
background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateY(180deg);
    color: #fff;
}
.home-page-section-2 .flip-card3 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-2 .flip-card-inner3 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-2 .flip-card3:hover .flip-card-inner3 {
  transform: rotateX(180deg);
}
.home-page-section-2 .flip-card-front3, .flip-card-back3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-2 .flip-card-front3 {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-2 .flip-card-back3 {
 background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateX(180deg);
    color: #fff;
}
.home-page-section-2 .flip-card4 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-2 .flip-card-inner4 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-2 .flip-card4:hover .flip-card-inner4 {
  transform: rotateY(180deg);
}
.home-page-section-2 .flip-card-front4, .flip-card-back4 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-2 .flip-card-front4 {
  background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-2 .flip-card-back4 {
background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateY(180deg);
    color: #fff;
}


.home2 {
/*	background-image: linear-gradient(rgb(9 9 9 / 74%), rgb(0 0 0 / 79%)), url(/img/mt-1.jpg);
    background-size: cover; padding: 75px;*/ margin-top: -45px;
}
.home2 .plack {
      background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 50%, #0f47c0 50%, #0f47c0 100%), url(/img/plumber-tools-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 75px 0px 50px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home2 h3 {
	font-family: font7;
    font-size: 30px;
    color: #0f47c0;
    font-weight: 600;
    letter-spacing: 2px;
}
.home2 h3 span {
	font-size: 50px;
}
.home2 h4 {
	color: #fff; font-size: 65px;
}
.home2 p {
	font-family: font2; font-size: 17px; line-height: 35px; padding-right: 50px;
}
.home2 mark {
	padding: 25px; font-size: 23px; font-family: fantasy; text-transform: uppercase; background: #fff; color: #0f47c0; border: 3px solid #0f47c0; letter-spacing: 1px;
}
.home2 mark:hover {
	background: #c6c6c6; color: #fff; text-shadow: 1px 1px 3px #000;
}
.home2 img {
	    transform: rotate(25deg); margin-top: 65px;
}
.home2 hr {
    padding: 0px;
    background: #fff;
    opacity: 1;
    margin-bottom: -10px;
    margin-left: 20px;
    height: 4px;
    width: 195%;
}
.home3 {
	padding: 75px 25px 75px 25px; background: #C6C6C6;
}
.home3 .pad {
	padding: 25px; background: #fff;
}
.home3 h1 {
	font-family: 'font2';	font-size: 25px; text-align: center; font-weight: 800; color: #444; line-height: 45px;
}
.home3 h2 {
	font-family: font7; font-size: 45px; color: #0f47c0; text-align: center;
}
.home3 h3 {
	font-size: 35px; font-family: font7; text-align: left; color: #0f47c0; letter-spacing: 10px;
}
.home3 h4 {
	font-family: monospace;	font-size: 25px;  font-weight: 500; color: #fff;
}
.home3 h5 {
	font-size: 75px; color: #0f47c0; font-weight: 500; font-family: font7; text-align: center;
}
.home3 h6 {
	color: #fff; font-size: 15px; font-family: font2; line-height: 30px;
}
.home3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 500; color: #1d2735; line-height: 35px;
}
.home3 h1 span {
	color: #1d2735;font-size: 45px; font-family: monospace; font-weight: 800;
}
.home3 u {
	color: #0f47c0;
}
.home3 hr {
	background: #0f47c0; opacity: 90%;
}
.home3 img {
	  
}
.banner1 {
	padding: 25px;
}
.banner1:hover {
	background: #0f47c017;
}
.banner2 {
	padding: 25px;
}
.banner2:hover {
	background: #0f47c017;
}
 .banner3 {
	padding: 25px;
}
.banner3:hover {
	background: #0f47c017;
}
.home3 .margy1 {
/*margin-top: -75px;*/
	text-align: center;
}
.home3 .margy2 {
	 /*   margin-top: 15px;
    margin-left: -35px;
    margin-right: 25px;*/
	 text-align: center;
}
.home3 .margy3 {
/*margin-top: 75px;*/
text-align: center;
}
.home-contact {
	padding: 150px 0 100px 0; background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/plumbing-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-contact h1 {
	font-family: fantasy; font-size: 35px; color: #0f47c0; text-align: center;
}
.home-contact h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}
.home-contact h4 {
	font-family: fantasy; font-size: 35px; color: #0f47c0; text-align: center;
}
.home-contact p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center;
}
.home-contact hr {
	background: #0f47c0; opacity: 75%;
}
.home-contact iframe {
	width: 100%; 
}
.home-contact .contacts {
	    background: #ffffffe0;
    width: 100%;
    padding: 15px; border: 1px solid #0f47c0; border-bottom: none;
}
.banner-split {
	margin-top: -75px; margin-bottom: -86px;
}
.about-1 {
	padding: 100px 50px 100px 50px; background: #0f47c0;
}

.about-1 h1 {
	font-family: fantasy; font-weight: 500; font-size: 35px; color: #0f47c0; text-shadow: 2px 2px 50px #444;
}
.about-1 h2 {
	font-family: fantasy; font-weight: 500; font-size: 25px; color: #0f47c0; text-shadow: 2px 2px 50px #444;
}
.about-1 h5 {
	color: #0f47c0; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #0f47c0;
}
.about-1 p {
	font-family: 'font2'; color: #444; font-size: 17px; line-height: 35px; text-shadow: 2px 2px 25px #444;   margin-right: 100px;

}
.about-1 img {
	height: 175px; width: 350px;
}
.about-1 #family-img {
	height: 100%; width: 450px;
}
.about-1 li {
	color:  #0f47c0; line-height: 40px; font-size: 20px; font-family: 'sans-serif'; text-shadow: 2px 2px 25px #444;
}
.parallax4 {
  background: radial-gradient(circle, rgba(255,255,255,0.4990371148459384) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 50%) 100%), url(/img/plumber-tools-2.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  150px;
	color: #fff;
	box-shadow: 1px 1px 10px 3px #4449;

  background-repeat: no-repeat;
  background-size: cover;
}
.about2 {
		padding: 75px 25px 75px 25px; background: #f5f5f5;
}
.about2 h2 {
	font-family: font7; font-size: 45px; color: #0f47c0; text-align: center;
}
.about2 h3 {
	font-size: 35px; font-family: font7; text-align: left; color: #0f47c0; letter-spacing: 10px;
}
.about2 h4 {
	font-family: monospace;	font-size: 25px;  font-weight: 500; color: #fff;
}
.about2 h5 {
	font-size: 75px; color: #0f47c0; font-weight: 500; font-family: font7; text-align: center;
}
.about2 h6 {
	color: #fff; font-size: 15px; font-family: font2; line-height: 30px;
}
.about2 p {
	font-size: 17px; font-family: 'font2'; font-weight: 500; color: #1d2735; line-height: 35px;
}
.service-intro-1 {
	padding: 300px 50px 100px 50px; background: #c6c6c6;
}
.service-intro-1 h1 {
	    font-family: fantasy;
    font-size: 65px;
    color: #1d2735; margin-left: 50px; margin-top: -150px;
}
.service-intro-1 h1 span {
	font-size: 75px; color: #0f47c0; line-height: 85px;
}
.service-intro-1 h2 {
	font-family: font6; font-size: 35px;  text-align: center;
    font-weight: 600;
}
.service-intro-1 h2 span {
	font-size: 40px; color: #0f47c0; text-transform: uppercase;
}
.service-intro-1 h3 {
	font-family: font6; font-size: 25px;
}
.service-intro-1 p {
	line-height: 35px; font-size: 17px; font-family: font2;
}
.service-intro-1 img {
	margin-top: -60px;
}
.service-intro-1 .floater-1 {
	margin-left: -215px;
}
.service-intro-2 {
	padding: 300px 50px 100px 50px; background: #c6c6c6;
}
.service-intro-2 h1 {
	    font-family: fantasy;
    font-size: 65px;
    color: #1d2735; margin-left: 0; margin-top: -135px;
}
.service-intro-2 h1 span {
	font-size: 60px; color: #0f47c0; line-height: 85px;
}
.service-intro-2 h2 {
	font-family: font6; font-size: 35px;  text-align: center;
    font-weight: 600;
}
.service-intro-2 h2 span {
	font-size: 40px; color: #0f47c0; text-transform: uppercase;
}
.service-intro-2 h3 {
	font-family: font6; font-size: 25px;
}
.service-intro-2 p {
	line-height: 35px; font-size: 17px; font-family: font2;
}
.service-intro-2 img {
	    height: 700px;
    width: 95%;

}
.service-intro-2 .numbered{
	list-style-type: decimal;
}
.service-intro-2 li p span{
	font-weight: 900;
	text-decoration: underline; 
}
.service-intro-2 .floater-2 {
    margin-left: -185px;
    margin-top: -90px;
}
.service-intro-2 a {
	font-family: font6; font-size: 25px;
	color: #0f47c0;
}
.service-intro-2 .why-box {
	padding: 15px;
	
	background: #0f47c0;
	box-shadow: 1px 3px 8px black; 

}
.service-intro-2 .why-box *{
	
	color: white !important;

}


.serv1 {
	padding: 100px 0px 100px 50px; background: #f5f5f5;
}
.tab {
  overflow: hidden; border: 1px solid #0f47c0; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
  background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; font-size: 14px; width: 100%; text-align: center;
	font-family: 'font6';
    letter-spacing: 1px;
    color: #0f47c0;
}
.tab button:hover {
      background-color: #0f47c0;
    color: #fff; text-shadow: 1px 1px 3px #0f47c0;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none; padding: 6px 12px; border: 2px solid #0f47c0; background: #f5f5f5;
}
.serv1 h2 {
	font-family: fantasy; font-size: 45px; text-align: center; color: #1d2735;
}
.serv1 p {
	font-size: 17px; font-family: font2; line-height: 35px; text-align: center;
}
.tabcontent h3 {
	 font-family: 'font6';	text-align: inherit;	font-size: 2rem; color: #0f47c0;
}
.tabcontent h4 {
	 font-family: 'font7';	text-align: inherit;	font-size: 20px; color: #0f47c0;
}
.serv1 img {
	 border: 3px solid #0f47c0; width: 900px; height: 600px;
}
.serv1 hr {
	background: #0f47c0;
}
.serv2 {
	padding: 100px 50px 100px 0px; background: #fff;
}
.tab2 {
  overflow: hidden; border: 1px solid #0f47c0; background-color: #f1f1f1; font-family: 'font2';
}
.tab2 button {
  background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 14px; width: 100%; text-align: right;
	font-family: 'font6';
    letter-spacing: 1px;
    color: #082e7f;
}
.tab2 button:hover {
  background-color: #ddd;
}
.tab2 button.active {
  background-color: #ccc;
}
.tabcontent2 {
  display: none; padding: 6px 12px; border: 2px solid #0f47c0;  background: #f5f5f5;
}
.serv2 h2 {
	font-family: fantasy; font-size: 45px; text-align: center; color: #1d2735;
}
.serv2 p {
	font-size: 17px; font-family: font2; line-height: 35px; text-align: center;
}
.tabcontent2 h3 {
 font-family: 'font6';	text-align: center;	font-size: 2rem; color: #0f47c0;
}
.serv2 img {
	 border: 3px solid #0f47c0; width: 900px; height: 600px;
}
.serv2 hr {
	background: #0f47c0;
}
.serv3 {
	padding: 100px 0px 100px 50px; background: #f5f5f5;
}
.tab3 {
  overflow: hidden; border: 1px solid #0f47c0; background-color: #f1f1f1; font-family: 'font2';
}
.tab3 button {
  background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 14px; width: 100%; text-align: left;
	font-family: 'font6';
    letter-spacing: 1px;
    color: #082e7f;
}
.tab3 button:hover {
  background-color: #ddd;
}
.tab3 button.active {
  background-color: #ccc;
}
.tabcontent3 {
  display: none; padding: 6px 12px; border: 2px solid #0f47c0;  background: #f5f5f5;
}
.serv3 h2 {
	font-family: fantasy; font-size: 45px; text-align: center; color: #1d2735;
}
.serv3 p {
	font-size: 17px; font-family: font2; line-height: 35px; text-align: center;
}
.tabcontent3 h3 {
	 font-family: 'font6';	text-align: center;	font-size: 2rem; color: #0f47c0;
}
.serv3 img {
	 border: 3px solid #0f47c0; width: 900px; height: 600px;
}
.serv3 hr {
	background: #0f47c0;
}



.serv-additional{
	
	
	
	
	
}
.serv-additional {
	padding: 100px 50px 100px 0px; background: #c6c6c6;
}
 
.serv-additional h2 {
	font-family: fantasy; font-size: 45px; text-align: center; color: #1d2735;
}
.serv-additional h3 {
	font-family: fantasy; font-size: 45px; text-align: center; color: #1d2735;
}
.serv-additional p {
	font-size: 17px; font-family: font2; line-height: 35px; text-align: center;
}
 
.serv-additional img {
	 border: 3px solid #0f47c0; width: 900px; height: 600px;
}
.serv-additional hr {
	background: #0f47c0;
}




.water-heaters {
	padding: 100px 0px 200px 0px; color: #1d2735;
}
.water-heaters .container-fluid {
	padding: 0px;
}
.water-heaters .plaxer {
	background-image: linear-gradient(rgb(0 0 0 / 81%), rgb(0 0 0 / 12%)), url(/img/tb-22.png);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  150px 0px 150px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.water-heaters hr {
	width: 55%; background: #fff; opacity: 100%; height: 2px;
}
.water-heaters .plaxer .wh-1 {
         background: linear-gradient(90deg, rgb(198 198 198) 0%, rgb(198 198 198) 56%, rgba(15,71,192,1) 56%, rgba(15,71,192,1) 73%, rgb(255 255 255 / 80%) 73%, rgb(255 255 255 / 80%) 100%);
padding: 25px;    border: 5px solid #0f47c0;
}
.water-heaters .plaxer .wh-2 {
         background: linear-gradient(270deg, rgb(198 198 198) 0%, rgb(198 198 198) 56%, rgba(15,71,192,1) 56%, rgba(15,71,192,1) 73%, rgb(255 255 255 / 80%) 73%, rgb(255 255 255 / 80%) 100%);
padding: 25px;    border: 5px solid #0f47c0;
}
.water-heaters .plaxer .wh-2 h3 {
	text-indent: 50px;
}
.water-heaters .plaxer .wh-3 {
    background: linear-gradient(90deg, rgb(198 198 198) 0%, rgb(198 198 198) 56%, rgba(15,71,192,1) 56%, rgba(15,71,192,1) 73%, rgb(255 255 255 / 80%) 73%, rgb(255 255 255 / 80%) 100%);
padding: 25px;    border: 5px solid #0f47c0;
}
.water-heaters .plaxer .wh-4 {
    background: linear-gradient(270deg, rgb(198 198 198) 0%, rgb(198 198 198) 56%, rgba(15,71,192,1) 56%, rgba(15,71,192,1) 73%, rgb(255 255 255 / 80%) 73%, rgb(255 255 255 / 80%) 100%);
padding: 25px;    border: 5px solid #0f47c0;
}
.water-heaters .plaxer .wh-4 h3 {
	text-indent: 50px;
}
.water-heaters .wh .pad {
	background: #f5f5f5; margin-top: -8.5px;padding: 25px; border:7px solid #0f47c0;
}
.water-heaters .wh .pad hr {
	width: 75%;
}
.water-heaters h1 {
	    font-family: fantasy; text-align: center;
    font-size: 55px; background: #0f47c0; padding: 25px;  color: #fff;
}
.water-heaters h2 {
	    font-family: fantasy;
    font-size: 45px; color: #0f47c0;
}
.water-heaters h3 {
	    font-family: 'font4';
    letter-spacing: 2.5px; color: #fff;
		line-height: 50px;
		font-size: 25px;margin-right: -50px;
}
.water-heaters .wh h4 {
	    font-family: 'font4';
    letter-spacing: 2.5px; color: #0f47c0;
		line-height: 50px;
		font-size: 25px;
}
.water-heaters p {
	    font-family: font2;
    line-height: 35px;
		font-weight: 600; 
    font-size: 17px;

}


.water-heaters button {
border: 1px solid rgb(255, 255, 255);
    background: #0f47c0;
    font-size: 14px;
}
.water-heaters button:hover {
	background:#0f47c0;
}
.water-heaters img {
	border-radius: 0.6rem;
}
.water-heaters .modal-dialog {
  z-index: 1050; /* Bootstrap uses 1050 for modals by default */
  max-width: 1500px;
  margin: 1.75rem auto;
}
.water-heaters .modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 1100px;
}
.water-heaters .modal-content h3 {
	    font-family: 'fantasy';
    letter-spacing: 2.5px; color: black;
		line-height: 40px;
		font-size: 22px;margin-right: -0;
}
.water-heaters .modal-content p {
	    /*font-family: 'fantasy';*/
    /*letter-spacing: 2.5px; color: black;*/
		/*line-height: 40px;*/
		font-size: 16px;margin-right: -0;
}

 .m-box1 {
	padding: 15px; background: #f5f5f5; height: 150px;
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 350px;
  color: #000;
  font-size: 15px;
  font-family: font2; font-weight: 600;
  background-color: #fff; border: 2px solid #3aa22f;
  padding: 15px;
  margin-top: -35px;
}
.tooltip-text h4 {
	font-family: font4; font-size: 20px;
}
.tooltip-text p {
	font-size: 15px; text-align: left;
}
.tooltip-text li {
	font-size: 12px; text-align: left;
}
.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -40px;
  left: -50%;
}

#bottom {
  top: 25px;
  left: -50%;
}

#left {
  top: -8px;
  right: 120%;
}

#right {
  top: -8px;
  left: 95%;
}





.recognition {
	padding: 50px 0px 50px 0px; background:  #0f47c0; color: #fff; margin-top: -200px;
}
.recognition h4 {
	font-family: font2; text-align: center; line-height: 50px;
}
.recognition h5 {
	font-family: fantasy; font-size: 30px; text-align: right;
}
.serv5 {
		padding: 200px 0px 100px 0px; background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/tb-22.png); background-size: 100%;
    background-repeat: no-repeat;background-attachment: fixed;
}
.serv5  h1 {
	font-size: 55px; font-family: fantasy; letter-spacing: 2px; background: #0f47c0; padding-bottom: 25px; color: #fff; padding: 25px;    margin-bottom: 0px;
    margin-top: 5px; text-align: center;
}
.serv5  h2 {
	font-size: 20px; font-family: font6; letter-spacing: 2px; color: #0f47c0; text-transform: uppercase; line-height: 65px; background: #c6c6c6; padding: 10px; box-shadow: 0px 0px 0px 1px #0f47c0; text-align: center;
}
.serv5  h2:hover {
	background: #0f47c0; color: #fff;
}
.serv5  h2  span {
	font-size: 25px;
}
.serv5 h5 {
	font-family: fantasy; font-size: 30px; background: #c6c6c6; padding: 10px; text-align: center; ; border: 5px solid #0f47c0;
}
.serv5  h6 {
	font-family: font6; font-size: 20px;
}
.serv5 p {
	line-height: 35px; font-size: 17px; font-family: font2;
}
.serv5 marquee {
	background: #c6c6c6; padding: 20px 0px 20px 0px;border: 5px solid #0f47c0; border-left: none; margin-left: -29px; margin-top: 10px;
}
.serv5 marquee span {
 color: #000;
}
.serv6 {
	padding: 200px 0px 100px 0px;
}
.serv6 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv6 p {
	font-size: 16px;
	padding-top: 20px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv6 i {
	font-size: 20px;
	color: rgb(255,255,255);
}
.serv6 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv6 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv6 img {
	border-radius: 0.6rem;
}
.serv6 .box{
    box-shadow: 1px 1px 8px white;
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 8px #ddd;
}
.serv6 span{
    transition: 200ms;
    font-weight: 600;
    font-size: 18px;
}
.serv6 .bg-dark {
    background-color: rgb(38,38,38)!important;
}
.serv6 .bg-dark:hover {
    background-color: rgb(246,177,24)!important;
}
.serv6 .content{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_2{
    overflow: hidden;
    max-height: 0px; height: 1000px;
    transition: 300ms ease-in;
}
.serv6 .content_3{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_4{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_5{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_6{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .header{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.serv6 .header_2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_6{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
/* Carousel Section Start */

.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245); text-align: right;
}
.area h1 {
	font-size: 2.5rem; font-family: fantasy; font-weight: 500; color: #0f47c0; letter-spacing: 2px;
}
.area h2 {
	font-size: 2.5rem; font-family: fantasy; font-weight: 500; color: #0f47c0; letter-spacing: 2px;
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; color: rgb(12,12,12);
}
.area iframe {
	width: 600px; height: 400px; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.gallery-page {
	padding: 90px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}






/*Blog Page Start*/
.blog1 {
	padding: 125px 0 75px 0;
	background: rgb(255,255,255);
}
.blog1 h1 {
	text-align: center;
	font-weight: 600;
	font-family: 'font2';
	padding-bottom: 25px;
	color: rgba(15,71,192);
	font-size: 45px;
}
.blog1 h3 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	text-align: center;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.blog1 h4 {
	font-weight: 600;
	font-family: 'font2';
	font-size: 21px;
	color: rgb(30,30,30);
}
.blog1 h5 {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 15px;
}
.blog1 hr {
	border: 0.15rem solid rgb(21,135,198);
  max-width: 110px;
  opacity: 1;
  color: rgb(21,135,198);
  margin: auto;
}
.blog1 img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.blog1 .img-fluid.box-image{
    width: 100%;
    height: 200px; /* Adjust the height as needed */
    object-fit: cover;
}
.blog1 .box {
	padding: 0px 0px 20px 0px;
	border-radius: 15px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px #00000029;
	height:630px;
}
.blog1 .pad {
	padding: 15px 10px 0px 10px;
}
.blog1 span {
	color: rgba(15,71,192);
}
.blog1 p {
	/*font-family: 'font';*/
	color: rgb(20,20,20);
	font-size: 1.15rem;
	font-family: 'Arial';
}
.blog1 a {
	color: rgb(226,64,0);
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
}
.blog1 a:hover {
	color: rgb(226,64,0,0.8);
}




.blog-top {
	background: rgba(15,71,192);
	padding: 100px 0 50px 0;
}
.blog-top .box {
	padding: 110px 45px 0px 50px;
}
.blog-top h1 {
	color: white;
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 2rem;
	text-align: center;
}
.blog-top h5 {
	color: rgb(255,255,255);
	font-family: 'font';
	text-align: left;
	font-size: 20px;
}
.blog-top p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.blog-top a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.blog-top a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.blog-top iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}

.blog-top1 {
	background: rgb(21,135,198);
	padding: 60px 0 50px 0;
}
.blog-top1 .box {
	padding: 110px 45px 0px 50px;
}
.blog-top1 h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 35px;
	text-align: left;
}
.blog-top1 h5 {
	color: rgb(255,255,255);
	font-family: 'font';
	text-align: left;
	font-size: 20px;
}
.blog-top1 p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.blog-top1 a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	text-shadow: 1px 1px 1px #000;
/*	box-shadow: 1px 1px 2px 1px #000;*/
	background: rgb(68,68,68);
	border-radius: 5px;
}
.blog-top1 a:hover {
	color: rgb(255,255,255);
	
	background: rgb(226,64,0);
}
/*.blog-top1 span strong {
	 transform: rotate(90deg);
	 position: fixed;
}*/
.blog-top1 iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}


.blog-template {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.blog-template i {
	color: rgb(7, 155, 196);
}
.blog-template a {
	font-family: 'font';
	color: rgb(7, 155, 196);
}
.blog-template h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template h2 {
	font-family: fantasy;
	color: rgb(20,20,20);
	font-size: 33px;
	text-shadow: 0 0 black;
	font-weight:300;
	text-align:left;
}
.blog-template h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
}
.blog-template h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 400;
	font-family: 'font';
	font-size: 23px;
}
.blog-template h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(20,20,20);
	font-size: 25px;
}
.blog-template h6 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 23px;
}
.blog-template p {
	color: rgb(20,20,20);
	font-size: 1.1rem;
	/*font-family: 'font2';*/
	font-family: 'Arial';
	font-weight: 500;
}
.blog-template li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.blog-template span{

	font-weight: 900;
	text-shadow: 0 0 black;
	/*text-decoration: underline;*/
}
.blog-template span.transformer {

	font-weight: 900;
	text-shadow: 0 0 black;
	text-decoration: underline;
}
.blog-template li p span{
	color: black;
	font-size: 19px;
	font-family: fantasy;
	text-decoration:underline;
	font-weight:300;
}
.blog-template a.contact-today {
	padding: 10px; background: rgb(226,64,0); border: 1px solid rgb(12,12,12); border-radius: 10px;
	font-size: 24px; font-family: font2; font-weight: 600; text-align: center; text-shadow: 2px 2px 1px rgb(0,0,0); text-transform: uppercase; color: rgb(255,255,255);
}
.blog-template a.services {
	padding: 10px; background: rgb(21,135,198); border: 1px solid rgb(12,12,12); border-radius: 10px;
	font-size: 18px; font-family: font2; font-weight: 600; text-align: center; text-shadow: 2px 2px 1px rgb(0,0,0); text-transform: uppercase; color: rgb(255,255,255);
}
.blog-template .numbered{
	list-style-type: decmial; 
}

.blog-template1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.blog-template1 i {
	color: rgb(7, 155, 196);
}
.blog-template1 a {
	font-family: 'font';
	color: rgb(7, 155, 196);
}
.blog-template1 h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template1 h2 {
	font-family: 'font';
	font-weight: 600;
	color: rgb(20,20,20);
	font-size: 33px;
}
.blog-template1 h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 29px;
}
.blog-template1 h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template1 h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
	padding: 7px;
}
.blog-template1 h6 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 21px;
}
.blog-template11 p {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.blog-template li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.blog-template .img-fluid.box-image{
	
	border-radius: 20px; 
	box-shadow: 1px 1px 10px 3px rgb(12,12,12);
}

.page-scroll-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  width: 0%;
  background-color: #0b2833;
  z-index: 9999;
}

/*Blog Page End*/


/*FAQ Page*/
.faq {
	padding: 75px 0 75px 0;
	background: white;
}
.faq h1 {
	font-size: 45px;
	font-weight: 800;
	padding-bottom: 15px;
	color: rgba(15,71,192,1);
	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: rgba(15,71,192,1)!important;
}
.faq .bg-dark:hover {
  background-color: rgba(15,71,192,1)!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, .faq .content_12 {
  overflow: hidden;
  max-height: 0px;
  transition: 300ms ease-in;
	background: rgb(255,255,255);
	border: 0px 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, .faq .header_12 {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
    margin: 20px 0 0;
	border-radius:10px; 
}
/*FAQ Page END*/



/**** Testimonials Section ****/
.testimonials {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.mobile-service-areas-list {
	padding: 250px 0 75px 0; background: rgb(245,245,245);
}
.mobile-service-areas-list h1 {
	font-size: 2.5rem; font-family: fantasy; font-weight: 500; text-align: center; color: rgb(15,71,192);
}
.mobile-service-areas-list h2 {
	font-size: 1.75rem; font-family: fantasy; font-weight: 600; text-align: center; color: rgb(15,71,192);
}
.mobile-service-areas-list h3 {
	font-size: 1.75rem; font-family: fantasy; font-weight: 600; text-align: center; color: rgb(15,71,192);
}
.mobile-service-areas-list a {
	color: rgb(15,71,192);
}

/******************************************** 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: #C6C6C6;
}
.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: 120px 0 10px; position: fixed; background: linear-gradient(90deg, #C6C6C6 0%, #C6C6C6 30%, rgba(15,71,192,1) 30%, rgba(15,71,192,1) 95%, #C6C6C6 95%, #C6C6C6 100%); width: 100%;	z-index: 4;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;  box-shadow: 1px 1px 10px 3px #1d2735;
}
.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 20px; padding: 6px 0px; font-weight: 900; font-size: 1rem; color: rgb(255,255,255); font-family: 'font2'; 
}
.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(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #1d2735; 
   background: #C6C6C6 ; box-shadow: 0px 0px 0px 10px #C6C6C6 ;
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}

/* ========================================================== */
/* 			            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;
}
#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: 0px 5px 10px; background: linear-gradient(90deg, rgba(15,71,192,1) 0%, rgba(15,71,192,1) 13%, rgba(198,198,198,1) 13%, rgba(198,198,198,1) 100%);	color: #0f47c0; font-size: 18px;	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section h6 {
	color: #ffff;
    font-family: font2;
    font-size: 18px;
    font-weight: 600;
    padding: 10px; margin-left: 18px;
}
.footer-section h6:hover {
	background: #c6c6c6; color: #0f47c0; width: 72.7%; box-shadow: 1px 1px 10px 1px #000; text-indent: 15px;
}
.footer-section p {
	color: #1d2735; font-size: 15px;	font-family: 'font2';
}
.footer-section a {
	color: #1d2735; font-size: 16px;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.footer-section .foot-nav {
	    background: #0f47c0;
       padding-right: 0px;
    margin-top: -50px;
		padding-left: 0px; height: 75%;
    margin-left: -5px;
}
.footer-section .foot-nav h6 {
	color: #fff; font-family: font2; font-weight: 600; padding: 25px 1px 25px 1px; text-align: center; font-size: 20px;
}
.footer-section .foot-nav h6:hover {
	background: #C6C6C6; color: #1d2735; box-shadow: 0px 25px 0px 0px #C6C6C6;text-decoration: underline; 
}
.service-cities {
	margin-bottom:1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.footer-section h5 {
	font-size: 100px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: #0f47c0; 
}
.service-cities h3 {
	font-size: 40px; font-family: fantasy; font-weight: 500; text-align: left; color: #0f47c0;  margin-top: -25px;
}
.h-card {
	text-align: center;
}
.bottom-footer {
	background: #0f47c0; padding-top: 25px;
}
.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 #fff;	border-radius:100px; height:28px;	width:28px;	margin: 0 4px; color: #fff;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration:none !important;	color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0; margin-bottom: -10px; background: #0f47c0;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}

/* === Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
}



@media screen and (min-width:1024px) and (max-width : 1700px) {
	/*** Don't place anything here, unless absolutely necessary ***/
	
.navbar-scroll {
    padding: 120px 0 10px;
    position: fixed;
    background: rgba(15,71,192,1);
    width: 100%;
    z-index: 4;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
    box-shadow: 1px 1px 10px 3px #1d2735;
}

.motion1 .new-plumbing-installs {
    background: linear-gradient(270deg, #0f47c0c9 0%, #0f47c0c9 46%, #0f47c0c9 46%, #0f47c0cf 90%, #0f47c0c9 90%, #0f47c0c9 100%), url(/img/asp-9.jpg);
    background-size: cover;
    height: 850px;
    padding: 100px 0px 50px 0px;
}

.motion1 .plumbing-maintenance {
    background: linear-gradient(90deg, #c6c6c6ed  0%, #c6c6c6ed  46%, #c6c6c6ed 46%, #c6c6c6e6 90%, #c6c6c6ed  90%, #c6c6c6ed  100%), url(/img/asp-1.jpg);
    background-size: cover;
    height: 850px;
    padding: 50px 0px 50px 0px;
}

.motion1 .plumbing-repairs {
    background: linear-gradient(270deg, #0f47c0cf  0%, #0f47c0cf  46%, #0f47c0c9 46%, #0f47c0cf 90%, #0f47c0cf  90%, #0f47c0cf  100%), url(/img/asp-15.jpg);
    background-size: cover;
    height: 850px;
    padding: 25px 0px 50px 0px;
}

.home-page-section-1 {
    border-left: 15px solid #f5f5f5;
    border-right: 15px solid #f5f5f5;
}
.home-page-section-1 .flip-card {
    background-color: transparent;
    width: auto;
    height: 325px;
    perspective: 1000px;
}
.home-page-section-1 .flip-card2 {
    background-color: transparent;
    width: auto;
    height: 325px;
    perspective: 1000px;
}
.home-page-section-1 .flip-card3 {
    background-color: transparent;
    width: auto;
    height: 325px;
    perspective: 1000px;
}
.home-page-section-1 .flip-card4 {
    background-color: transparent;
    width: auto;
    height: 325px;
    perspective: 1000px;
}



.service-intro-1 {
	padding: 300px 50px 100px 50px; background: #c6c6c6;
}
.service-intro-1 h1 {
	    font-family: fantasy;
    font-size: 65px;
    color: #1d2735; margin-left: 50px; margin-top: -150px;
}
.service-intro-1 h1 span {
	font-size: 75px; color: #0f47c0; line-height: 85px;
}
.service-intro-1 h2 {
	font-family: font6; font-size: 35px;  text-align: center;
    font-weight: 600;
}
.service-intro-1 h2 span {
	font-size: 40px; color: #0f47c0; text-transform: uppercase;
}
.service-intro-1 h3 {
	font-family: font6; font-size: 25px;
}
.service-intro-1 p {
	line-height: 35px; font-size: 17px; font-family: font2;
}
.service-intro-1 img {
	margin-top: -0;
}
.service-intro-1 .floater-1 {
	margin-left: -0;
}
.service-intro-2 {
	padding: 300px 50px 100px 50px; background: #c6c6c6;
}
.service-intro-2 h1 {
	    font-family: fantasy;
    font-size: 65px;
    color: #1d2735; margin-left: 0; margin-top: -135px;
}
.service-intro-2 h1 span {
	font-size: 60px; color: #0f47c0; line-height: 85px;
}
.service-intro-2 h2 {
	font-family: font6; font-size: 35px;  text-align: center;
    font-weight: 600;
}
.service-intro-2 h2 span {
	font-size: 40px; color: #0f47c0; text-transform: uppercase;
}
.service-intro-2 h3 {
	font-family: font6; font-size: 25px;
}
.service-intro-2 p {
	line-height: 35px; font-size: 17px; font-family: font2;
}
.service-intro-2 img {
	    height: 700px;
    width: 95%;

}
.service-intro-2 .numbered{
	list-style-type: decimal;
}
.service-intro-2 li p span{
	font-weight: 900;
	text-decoration: underline; 
}
.service-intro-2 .floater-2 {
    margin-left: -0;
    margin-top: -0;
}
.service-intro-2 a {
	font-family: font6; font-size: 25px;
	color: #0f47c0;
}

.serv1 {
	padding: 100px 0px 100px 50px; background: #f5f5f5;
}
.tab {
  overflow: hidden; border: 1px solid #0f47c0; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
  background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; font-size: 14px; width: 100%; text-align: center;
	font-family: 'font6';
    letter-spacing: 1px;
    color: #0f47c0;
}
.tab button:hover {
      background-color: #0f47c0;
    color: #fff; text-shadow: 1px 1px 3px #0f47c0;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none; padding: 6px 12px; border: 2px solid #0f47c0; background: #f5f5f5;
}
.serv1 h2 {
	font-family: fantasy; font-size: 45px; text-align: center; color: #1d2735;
}
.serv1 p {
	font-size: 17px; font-family: font2; line-height: 35px; text-align: center;
}
.tabcontent h3 {
	 font-family: 'font6';	text-align: inherit;	font-size: 2rem; color: #0f47c0;
}
.tabcontent h4 {
	 font-family: 'font7';	text-align: inherit;	font-size: 20px; color: #0f47c0;
}
.serv1 img {
	 border: 3px solid #0f47c0; width: 100%; height: 600px;
}
.serv1 hr {
	background: #0f47c0;
}
.serv2 {
	padding: 100px 50px 100px 0px; background: #fff;
}
.tab2 {
  overflow: hidden; border: 1px solid #0f47c0; background-color: #f1f1f1; font-family: 'font2';
}
.tab2 button {
  background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 14px; width: 100%; text-align: center;
	font-family: 'font6';
    letter-spacing: 1px;
    color: #082e7f;
}
.tab2 button:hover {
  background-color: #ddd;
}
.tab2 button.active {
  background-color: #ccc;
}
.tabcontent2 {
  display: none; padding: 6px 12px; border: 2px solid #0f47c0;  background: #f5f5f5;
}
.serv2 h2 {
	font-family: fantasy; font-size: 45px; text-align: center; color: #1d2735;
}
.serv2 p {
	font-size: 17px; font-family: font2; line-height: 35px; text-align: center;
}
.tabcontent2 h3 {
 font-family: 'font6';	text-align: center;	font-size: 2rem; color: #0f47c0;
}
.serv2 img {
	 border: 3px solid #0f47c0; width: 900px; height: 600px;
}
.serv2 hr {
	background: #0f47c0;
}
.serv3 {
	padding: 100px 0px 100px 50px; background: #f5f5f5;
}
.tab3 {
  overflow: hidden; border: 1px solid #0f47c0; background-color: #f1f1f1; font-family: 'font2';
}
.tab3 button {
  background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 14px; width: 100%; text-align: center;
	font-family: 'font6';
    letter-spacing: 1px;
    color: #082e7f;
}
.tab3 button:hover {
  background-color: #ddd;
}
.tab3 button.active {
  background-color: #ccc;
}
.tabcontent3 {
  display: none; padding: 6px 12px; border: 2px solid #0f47c0;  background: #f5f5f5;
}
.serv3 h2 {
	font-family: fantasy; font-size: 45px; text-align: center; color: #1d2735;
}
.serv3 p {
	font-size: 17px; font-family: font2; line-height: 35px; text-align: center;
}
.tabcontent3 h3 {
	 font-family: 'font6';	text-align: center;	font-size: 2rem; color: #0f47c0;
}
.serv3 img {
	 border: 3px solid #0f47c0; width: 900px; height: 600px;
}
.serv3 hr {
	background: #0f47c0;
}



.parallax4 {
    background: radial-gradient(circle, rgba(255,255,255,0.4990371148459384) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 50%) 100%), url(/img/plumber-tools-2.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    padding: 150px 15px;
    color: #fff;
    box-shadow: 1px 1px 10px 3px #4449;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-1 p {
    font-family: 'font2';
    color: #444;
    font-size: 17px;
    line-height: 35px;
    text-shadow: 2px 2px 25px #444;
    margin-right: 0;
}



}



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

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

.top-header-animate {
	background: #C6C6C6;
}
.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: 120px 0 10px; position: fixed; background: linear-gradient(188deg, #C6C6C6 0%, #C6C6C6 30%, rgba(15,71,192,1) 30%, rgba(15,71,192,1) 95%, #C6C6C6 101%, #C6C6C6 100%); width: 100%;	z-index: 4;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;  box-shadow: 1px 1px 10px 3px #1d2735;
}
.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(255,255,255); font-family: 'font2'; 
}
.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(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #1d2735; 
   background: #C6C6C6 ; box-shadow: 0px 0px 0px 10px #C6C6C6 ;
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}


.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255,255,255); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(12,12,12); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255,255,255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.motion1 {
        background-image: linear-gradient(rgb(9 9 9 / 74%), rgb(0 0 0 / 79%)), url(/img/mt-1.jpg);
    background-size: cover;
	padding: 200px 15px 75px 15px;
}
.padder {
	padding: 50px 100px 50px 100px;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 250px;
	width: 50px;
	line-height: 0.9;
	color: #fff;
  background-color: #1d2735b5;
  border: none;
  font-size: 75px;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: #fff;
	  background-color: #1d2735;
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
 .bg1 {
border: 10px solid #0f47c0;
background: #fff9;
    padding: 25px 0px 0px 0px;
}
 .bg2 {
border: 10px solid #1d2735b5;
background: #fff9;
    padding: 25px 0px 0px 0px;
}
.motion1 .slides i {
	font-size: 100px; color:#0f47c0;
}
.motion1 .slide {
  flex: 0 0 100%;
}
.motion1 .new-plumbing-installs {
              background: linear-gradient(270deg, #0f47c0c9 0%, #0f47c0c9 46%, #0f47c0c9 46%, #0f47c0cf 90%, #0f47c0c9 90%, #0f47c0c9 100%), url(/img/asp-9.jpg); background-size: cover; height: 850px; padding: 100px 0px 50px 0px;
}
.motion1 .plumbing-maintenance {
                background: linear-gradient(90deg, #c6c6c6ed  0%, #c6c6c6ed  46%, #c6c6c6ed 46%, #c6c6c6e6 90%, #c6c6c6ed  90%, #c6c6c6ed  100%), url(/img/asp-1.jpg); background-size: cover; height: 850px; padding: 150px 0px 50px 0px;
}
.motion1 .plumbing-repairs {
             background: linear-gradient(270deg, #0f47c0cf  0%, #0f47c0cf  46%, #0f47c0c9 46%, #0f47c0cf 90%, #0f47c0cf  90%, #0f47c0cf  100%), url(/img/asp-15.jpg); background-size: cover; height: 850px; padding: 85px 0px 50px 0px;
}
.motion1 .plumbing-repairs h2 {
	line-height: 95px !important;
}
.motion1 .boxer {
	       background: #0f47c0e0;
    background-size: 175%;
		margin-right: 40px; 
}
.motion1 h1 {
	font-family: fantasy;
	color: rgb(245, 245, 245); font-weight: 600; line-height: 100px;
	font-size: 65px; text-shadow: 1px 1px 1px #000; text-align: center; letter-spacing: 2px;
}
.motion1 h2 {
	font-family: monospace;
	color: rgb(245, 245, 245); font-weight: 600; line-height: 100px;
	font-size: 35px; text-shadow: 1px 1px 1px #000; text-align: center;
}
.motion1 h3 {
	font-family: monospace;
	color: rgb(245, 245, 245); font-weight: 600; line-height: 50px;
	font-size: 15px; text-shadow: 1px 1px 1px #000; text-align: right;
}
.motion1 h2 span {
color: #1d2735;
    font-size: 39px;
    text-shadow: none;
}
.motion1 .slide p {
  color: #f5f5f5;
	font-family: 'font2';
	font-size: 14px;
	line-height: 35px;
	font-weight: 500;
	margin-bottom:20px;
	margin-left: 60px; 
}
.motion1 h4 {
	font-family: font7; color: #f8f8f8; font-size: 25px; line-height: 45px; margin-left: 65px; 
}

.motion1 h5 {
font-family: monospace;
    color: #1d2735;
    font-size: 15px;
    line-height: 50px;
		margin-left: 50px;
}
.motion1 h6 {
	font-family: font6; color: #f5f5f5; font-size: 25px; line-height: 50px; margin-right: 40px; 
}
.motion1 mark {
	    padding: 25px;
    font-size: 20px;
    font-family: font7;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 1px 1px 9px #1d2735;
    letter-spacing: 2px;
}
.motion1 mark:hover {
	background: #1d2735e0;  box-shadow: 1px 1px 10px 5px #000;
}
.motion1 hr {
	background: #f5f5f5; opacity: 100%; 
}

.home-contact {
	padding: 150px 0 100px 0; background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/plumbing-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-contact h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}
.home-contact h4 {
	font-family: fantasy; font-size: 35px; color: #0f47c0; text-align: center;
}
.home-contact p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center;
}
.home-contact hr {
	background: #0f47c0; opacity: 75%;
}
.home-contact iframe {
	width: 100%;
}
.home-contact .contacts {
	    background: #ffffffe0;
    width: 100%;
    padding: 30px; border: 1px solid #0f47c0; border-bottom: none;
}

.banner-split {
	margin-top: -75px; margin-bottom: -86px;
}
.about-1 {
	padding: 100px 50px 100px 50px; background: #0f47c0;
}

.about-1 h1 {
	font-family: fantasy; font-weight: 500; font-size: 35px; color: #0f47c0; text-shadow: 2px 2px 50px #444;
}
.about-1 h5 {
	color: #0f47c0; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #0f47c0;
}
.about-1 p {
	font-family: 'font2'; color: #444; font-size: 17px; line-height: 35px; text-shadow: 2px 2px 25px #444;   margin-right: 0px;

}
.about-1 img {
	height: 175px; width: 350px;
}
.about-1 li {
	color:  #0f47c0; line-height: 40px; font-size: 20px; font-family: 'sans-serif'; text-shadow: 2px 2px 25px #444;
}
.parallax4 {
  background: radial-gradient(circle, rgba(255,255,255,0.4990371148459384) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 50%) 100%), url(/img/plumber-tools-2.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  40px;
	color: #fff;
	box-shadow: 1px 1px 10px 3px #4449;

  background-repeat: no-repeat;
  background-size: cover;
}
.about2 {
		padding: 75px 25px 75px 25px; background: #f5f5f5;
}
.about2 h2 {
	font-family: font7; font-size: 45px; color: #0f47c0; text-align: center;
}
.about2 h3 {
	font-size: 25px; font-family: font7; text-align: left; color: #0f47c0; letter-spacing: 10px;
}
.about2 h4 {
	font-family: monospace;	font-size: 25px;  font-weight: 500; color: #fff;
}
.about2 h5 {
	font-size: 75px; color: #0f47c0; font-weight: 500; font-family: font7; text-align: center;
}
.about2 h6 {
	color: #fff; font-size: 15px; font-family: font2; line-height: 30px;
}
.about2 p {
	font-size: 17px; font-family: 'font2'; font-weight: 500; color: #1d2735; line-height: 35px;
}

.service-intro-1 {
	padding: 250px 50px 100px 50px; background: #c6c6c6;
}
.service-intro-1 h1 {
	    font-family: fantasy;
    font-size: 60px;
    color: #1d2735; margin-left: 0px; margin-top: -150px;
}
.service-intro-1 h1 span {
	font-size: 50px; color: #0f47c0; line-height: 85px;
}
.service-intro-1 h2 {
	font-family: font6; font-size: 35px;  text-align: center;
    font-weight: 600;
}
.service-intro-1 h2 span {
	font-size: 40px; color: #0f47c0; text-transform: uppercase;
}
.service-intro-1 h3 {
	font-family: font6; font-size: 25px; margin-top: 30px; 
}
.service-intro-1 p {
	line-height: 35px; font-size: 17px; font-family: font2;
}
.service-intro-1 img {
	margin-top: -10px;
}
.service-intro-1 .floater-1 {
	margin-left: -0px;
}
.service-intro-2 {
	padding: 300px 50px 100px 50px; background: #c6c6c6;
}
.service-intro-2 h1 {
	    font-family: fantasy;
    font-size: 60px;
    color: #1d2735; margin-left: 0px; margin-top: -135px;
}
.service-intro-2 h1 span {
	font-size: 50px; color: #0f47c0; line-height: 85px;
}
.service-intro-2 h2 {
	font-family: font6; font-size: 35px;  text-align: center;
    font-weight: 600;
}
.service-intro-2 h2 span {
	font-size: 48px; color: #0f47c0; text-transform: uppercase;
}
.service-intro-2 h3 {
	font-family: font6; font-size: 25px;
}
.service-intro-2 p {
	line-height: 35px; font-size: 17px; font-family: font2;
}
.service-intro-2 img {
	    height: 700px;
    width: 95%;

}
.service-intro-2 .floater-2 {
    margin-left: 0px;
    margin-top: 0px;
}

.recognition {
	padding: 50px 0px 50px 0px; background:  #0f47c0; color: #fff; margin-top: -200px;
}
.recognition h4 {
	font-family: font2; text-align: center; line-height: 50px;
}
.recognition h5 {
	font-family: fantasy; font-size: 30px; text-align: right;
}
.serv5 {
		padding: 200px 0px 100px 0px; background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/tb-22.png); background-size: 100%;
    background-repeat: no-repeat;background-attachment: fixed;
}
.serv5  h1 {
	font-size: 55px; font-family: fantasy; letter-spacing: 2px; background: #0f47c0; padding-bottom: 25px; color: #fff; padding: 25px;    margin-bottom: 0px;
    margin-top: 5px; text-align: center;
}
.serv5  h2 {
	font-size: 20px; font-family: font6; letter-spacing: 2px; color: #0f47c0; text-transform: uppercase; line-height: 65px; background: #c6c6c6; padding: 10px; box-shadow: 0px 0px 0px 1px #0f47c0; text-align: center;
}
.serv5  h2:hover {
	background: #0f47c0; color: #fff;
}
.serv5  h2  span {
	font-size: 25px;
}
.serv5 h5 {
	font-family: fantasy; font-size: 20px; background: #c6c6c6; padding: 10px; text-align: center; ; border: 5px solid #0f47c0;
}
.serv5  h6 {
	font-family: font6; font-size: 20px;
}
.serv5 p {
	line-height: 35px; font-size: 17px; font-family: font2;
}
.serv5 marquee {
	background: #c6c6c6; padding: 20px 0px 20px 0px;border: 5px solid #0f47c0; border-left: none; margin-left: -29px; margin-top: 10px;
}
.serv5 marquee span {
 color: #000;
}
.serv6 {
	padding: 200px 0px 100px 0px;
}
.serv6 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv6 p {
	font-size: 16px;
	padding-top: 20px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv6 i {
	font-size: 20px;
	color: rgb(255,255,255);
}
.serv6 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv6 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv6 img {
	border-radius: 0.6rem;
}
.serv6 .box{
    box-shadow: 1px 1px 8px white;
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 8px #ddd;
}
.serv6 span{
    transition: 200ms;
    font-weight: 600;
    font-size: 18px;
}
.serv6 .bg-dark {
    background-color: rgb(38,38,38)!important;
}
.serv6 .bg-dark:hover {
    background-color: rgb(246,177,24)!important;
}
.serv6 .content{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_2{
    overflow: hidden;
    max-height: 0px; height: 1000px;
    transition: 300ms ease-in;
}
.serv6 .content_3{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_4{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_5{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_6{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .header{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.serv6 .header_2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_6{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.water-heaters {
	padding: 100px 0px 200px 0px; color: #1d2735;
}
.water-heaters .container-fluid {
	padding: 0px;
}
.water-heaters .plaxer {
	background-image: linear-gradient(rgb(0 0 0 / 81%), rgb(0 0 0 / 12%)), url(/img/tb-22.png);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  150px 0px 150px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.water-heaters hr {
	width: 55%; background: #fff; opacity: 100%; height: 2px;
}
.water-heaters .plaxer .wh-1 {
         background: linear-gradient(90deg, rgb(198 198 198) 0%, rgb(198 198 198) 56%, rgba(15,71,192,1) 56%, rgba(15,71,192,1) 73%, rgb(255 255 255 / 80%) 73%, rgb(255 255 255 / 80%) 100%);
padding: 25px;    border: 5px solid #0f47c0;
}
.water-heaters .plaxer .wh-2 {
         background: linear-gradient(270deg, rgb(198 198 198) 0%, rgb(198 198 198) 56%, rgba(15,71,192,1) 56%, rgba(15,71,192,1) 73%, rgb(255 255 255 / 80%) 73%, rgb(255 255 255 / 80%) 100%);
padding: 25px;    border: 5px solid #0f47c0;
}
.water-heaters .plaxer .wh-2 h3 {
	text-indent: 5px;
}
.water-heaters .plaxer .wh-3 {
    background: linear-gradient(90deg, rgb(198 198 198) 0%, rgb(198 198 198) 56%, rgba(15,71,192,1) 56%, rgba(15,71,192,1) 73%, rgb(255 255 255 / 80%) 73%, rgb(255 255 255 / 80%) 100%);
padding: 25px;    border: 5px solid #0f47c0;
}
.water-heaters .plaxer .wh-4 {
    background: linear-gradient(270deg, rgb(198 198 198) 0%, rgb(198 198 198) 56%, rgba(15,71,192,1) 56%, rgba(15,71,192,1) 73%, rgb(255 255 255 / 80%) 73%, rgb(255 255 255 / 80%) 100%);
padding: 25px;    border: 5px solid #0f47c0;
}
.water-heaters .plaxer .wh-4 h3 {
	text-indent: 30px;
}
.water-heaters .wh .pad {
	background: #f5f5f5; margin-top: -8.5px;padding: 25px; border:7px solid #0f47c0;
}
.water-heaters .wh .pad hr {
	width: 75%;
}
.water-heaters h1 {
	    font-family: fantasy; text-align: center;
    font-size: 55px; background: #0f47c0; padding: 25px;  color: #fff;
}
.water-heaters h2 {
	    font-family: fantasy;
    font-size: 45px; color: #0f47c0;
}
.water-heaters h3 {
	    font-family: 'font4';
    letter-spacing: 2.5px; color: #fff;
		line-height: 50px;
		font-size: 12px;margin-right: -50px;
}
.water-heaters .wh h4 {
	    font-family: 'font4';
    letter-spacing: 2.5px; color: #0f47c0;
		line-height: 50px;
		font-size: 25px;
}
.water-heaters p {
	    font-family: font2;
    line-height: 35px;
		font-weight: 600; 
    font-size: 17px;

}

.water-heaters button {
border: 1px solid rgb(255, 255, 255);
    background: #0f47c0;
    font-size: 14px;
}
.water-heaters button:hover {
	background:#0f47c0;
}
.water-heaters img {
	border-radius: 0.6rem;
}
.water-heaters .modal-dialog {
  z-index: 1050; /* Bootstrap uses 1050 for modals by default */
  max-width: 1500px;
  margin: 1.75rem auto;
}
.water-heaters .modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: auto;
}
.water-heaters .modal-content h3 {
	    font-family: 'fantasy';
    letter-spacing: 2.5px; color: black;
		line-height: 40px;
		font-size: 22px;margin-right: -0;
}
.water-heaters .modal-content p {
	    /*font-family: 'fantasy';*/
    /*letter-spacing: 2.5px; color: black;*/
		/*line-height: 40px;*/
		font-size: 16px;margin-right: -0;
}

 .m-box1 {
	padding: 15px; background: #f5f5f5; height: 150px;
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 350px;
  color: #000;
  font-size: 15px;
  font-family: font2; font-weight: 600;
  background-color: #fff; border: 2px solid #3aa22f;
  padding: 15px;
  margin-top: -35px;
}
.tooltip-text h4 {
	font-family: font4; font-size: 20px;
}
.tooltip-text p {
	font-size: 15px; text-align: left;
}
.tooltip-text li {
	font-size: 12px; text-align: left;
}
.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -40px;
  left: -50%;
}

#bottom {
  top: 25px;
  left: -50%;
}

#left {
  top: -8px;
  right: 120%;
}

#right {
  top: -8px;
  left: 95%;
}



/* ========================================================== */
/* 			           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: 0px 5px 10px; background: linear-gradient(90deg, rgba(15,71,192,1) 0%, rgba(15,71,192,1) 13%, rgba(198,198,198,1) 13%, rgba(198,198,198,1) 100%);	color: #0f47c0; font-size: 18px;	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section h6 {
	color: #ffff;
    font-family: font2;
    font-size: 18px;
    font-weight: 600;
    padding: 10px; margin-left: 0px;
}
.footer-section h6:hover {
	background: #c6c6c6; color: #0f47c0; width: 72.7%; box-shadow: 1px 1px 10px 1px #000; text-indent: 15px;
}
.footer-section p {
	color: #1d2735; font-size: 15px;	font-family: 'font2';
}
.footer-section a {
	color: #1d2735; font-size: 16px;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.footer-section .foot-nav {
	    background: #0f47c0;
       padding-right: 0px;
    margin-top: -50px;
		padding-left: 0px; height: 75%;
    margin-left: -5px;
}
.footer-section .foot-nav h6 {
	color: #fff; font-family: font2; font-weight: 600; padding: 25px 1px 25px 1px; text-align: center; font-size: 20px;
}
.footer-section .foot-nav h6:hover {
	background: #C6C6C6; color: #1d2735; box-shadow: 0px 25px 0px 0px #C6C6C6;text-decoration: underline; 
}


}

/* === Mobile CSS Section ================= */
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 991px) {
/******************************************** DAVIDS MOBILE CODE START *************************************************/
.home-header-section {
	padding-top: 125px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both;	color: rgb(255,255,255); text-align: inherit;	white-space: nowrap; background: 0 0;	border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.navbar-sidebar {
	padding-top: 135px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 4;	overflow: auto;
}

/******************************************** DAVIDS MOBILE CODE END *************************************************/
.mobile-top-header {
	display:block !important;	padding: 0 30px 0; background: rgb(135,170,188); z-index: 5; 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		                          */
/* ========================================================== */

.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: 0px 5px 10px; background: linear-gradient(90deg, rgba(15,71,192,1) 0%, rgba(198,198,198,1) 13%, rgba(198,198,198,1) 13%, rgba(198,198,198,1) 100%);	color: #0f47c0; font-size: 18px;	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold; margin-top:30px; text-align: center; 
}
.footer-section h6 {
	color: black;
    font-family: font2;
    font-size: 18px;
    font-weight: 600;
    padding: 10px; margin-left: -10px;
		text-align: center; 
}
.footer-section h6:hover {
	background: #c6c6c6; color: #0f47c0; width: 72.7%; box-shadow: 1px 1px 10px 1px #000; text-indent: 15px;
}
.footer-section p {
	color: #1d2735; font-size: 15px;	font-family: 'font2';
}
.footer-section a {
	color: #1d2735; font-size: 16px;
}
.footer-section .service-cities p {
	margin:0 0 3px;
	text-align: center; 
}
.footer-section .foot-nav {
	    background: #0f47c0;
       padding-right: 0px;
    margin-top: -50px;
		padding-left: 0px; height: 75%;
    margin-left: -5px;
}
.footer-section .foot-nav h6 {
	color: #fff; font-family: font2; font-weight: 600; padding: 25px 1px 25px 1px; text-align: center; font-size: 20px;
}
.footer-section .foot-nav h6:hover {
	background: #C6C6C6; color: #1d2735; box-shadow: 0px 25px 0px 0px #C6C6C6;text-decoration: underline; 
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: rgb(0,0,0);
}
.service-cities a {
	font-size: 18px; line-height: 10px;	color: rgb(0,0,0);
}
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}
.service-content-section {
	padding: 0 !important;
}
.service-content-section p {
	padding: 0;	margin: 0; background: #fff;
}
.service-content-section div[class*='col-'] {
	padding: 30px 30px;
}
.contact-content-section div[class*='col-']:last-child {
	padding-top:40px;
}
.about-info-section div[class*='col-']:first-child {
	border-right:none; border-bottom: 1px solid #b5b5b5;
}
.about-header-section {
	background: linear-gradient(to bottom, rgba(2, 2, 2, 0.76), rgba(4, 4, 4, 0.2)), url(../img/slider/slider-bg-2.jpg) bottom left no-repeat;
}
.pre-footer-section .hours {
	padding:50px 20px;
}
.pre-footer-section .hours h1 {
	font-size:34px;
}
.pre-footer-section .hours p {
	padding: 0;
}
.section-divider {
	padding: 40px 10px;
}
.home-service-section {
	padding-bottom: 0 !important;	background-position: bottom right;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	justify-content:center;
}
.lnr-star {
	font-size: 15px !important;	position: relative;	top: -6px;
}
.projects-section .row {
	height: inherit;
}
.projects-section div[class*='col-'] {
	padding: 0;	position: relative;
}
.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: 15px 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: #232323; 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: 2em;	color: #c5c5c5 !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;
}


.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255,255,255); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(12,12,12); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255,255,255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.motion1 {
        background-image: linear-gradient(rgb(9 9 9 / 74%), rgb(0 0 0 / 79%)), url(/img/mt-1.jpg);
    background-size: cover;
	padding: 200px 15px 75px 15px;
}
.padder {
	padding: 50px 100px 50px 100px;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 50px;
	width: 50px;
	line-height: 0.9;
	color: #fff;
  background-color: #1d2735b5;
  border: none;
  font-size: 60px;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: #fff;
	  background-color: #1d2735;
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
 .bg1 {
border: 10px solid #0f47c0;
background: #fff9;
    padding: 25px 0px 0px 0px;
}
 .bg2 {
border: 10px solid #1d2735b5;
background: #fff9;
    padding: 25px 0px 0px 0px;
}
.motion1 .slides i {
	font-size: 100px; color:#0f47c0;
}
.motion1 .slide {
  flex: 0 0 100%;
	
	text-align: center; 
	
}
.motion1 .new-plumbing-installs {
              background: linear-gradient(270deg, #0f47c0c9 0%, #0f47c0c9 46%, #0f47c0c9 46%, #0f47c0cf 90%, #0f47c0c9 90%, #0f47c0c9 100%), url(/img/asp-9.jpg); background-size: cover; height: auto; padding: 100px 0px 50px 0px;
}
.motion1 .plumbing-maintenance {
                background: linear-gradient(90deg, #c6c6c6ed  0%, #c6c6c6ed  46%, #c6c6c6ed 46%, #c6c6c6e6 90%, #c6c6c6ed  90%, #c6c6c6ed  100%), url(/img/asp-1.jpg); background-size: cover; height: auto; padding: 50px 0px 50px 0px;
}
.motion1 .plumbing-repairs {
             background: linear-gradient(270deg, #0f47c0cf  0%, #0f47c0cf  46%, #0f47c0c9 46%, #0f47c0cf 90%, #0f47c0cf  90%, #0f47c0cf  100%), url(/img/asp-15.jpg); background-size: cover; height: auto; padding: 25px 0px 50px 0px;
}
.motion1 .plumbing-repairs h2 {
	line-height: 60px !important;
}
.motion1 .boxer {
	       background: #0f47c0e0;
    background-size: 175%;
		margin-right: 0;
		display:inline-flex; 
}
.motion1 h1 {
	font-family: fantasy;
	color: rgb(245, 245, 245); font-weight: 600; line-height: 100px;
	font-size: 65px; text-shadow: 1px 1px 1px #000; text-align: center; letter-spacing: 2px;
}
.motion1 h2 {
	font-family: monospace;
	color: rgb(245, 245, 245); font-weight: 600; line-height: 60px;
	font-size: 35px; text-shadow: 1px 1px 1px #000; text-align: center;
}
.motion1 h3 {
	font-family: monospace;
	color: rgb(245, 245, 245); font-weight: 600; line-height: 50px;
	font-size: 15px; text-shadow: 1px 1px 1px #000; text-align: right;
}
.motion1 h2 span {
color: #1d2735;
    font-size: 39px;
    text-shadow: none;
}
.motion1 .slide p {
  color: #f5f5f5;
	font-family: 'font2';
	font-size: 14px;
	line-height: 35px;
	font-weight: 500;
	margin-bottom:20px;
	margin-left: 0; 
}
.motion1 h4 {
	font-family: font7; color: #f8f8f8; font-size: 25px; line-height: 45px; margin-left: 0; 
}

.motion1 h5 {
font-family: monospace;
    color: #1d2735;
    font-size: 17px;
    line-height: 50px;
		margin-left: 0;
}
.motion1 h6 {
	font-family: font6; color: #f5f5f5; font-size: 25px; line-height: 50px; margin-right: 0; text-align: center; 
}
.motion1 mark {
	    padding: 25px;
    font-size: 20px;
    font-family: font7;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 1px 1px 9px #1d2735;
    letter-spacing: 2px;
}
.motion1 mark:hover {
	background: #1d2735e0;  box-shadow: 1px 1px 10px 5px #000;
}
.motion1 hr {
	background: #f5f5f5; opacity: 100%; 
}
.home1 {
	padding: 75px 25px 75px 25px; background: #f5f5f5;
}
.home1 .pad {
	margin-left: 0px;
	    padding: 75px 25px 75px 25px;
    background: #e5e5e5;
    border: 10px solid #ffffff;
}
.home1 h1 {
	font-family: 'font2';	font-size: 25px; text-align: center; font-weight: 800; color: #444; line-height: 45px;
}
.home1 h3 {
	font-size: 55px; font-family: circular; text-align: left; color: #1d2735; 
    padding-bottom: 40px; letter-spacing: 10px; margin-left: 35px;
}
.home1 h3 strong {
	color: #0f47c0;
}
.home1 h3 u {
	font-weight: 600;
}
.home1 h4 {
	font-family: monospace;	font-size: 25px;  font-weight: 500; color: #1d2735;
}
.home1 h4 u {
	font-weight: 600;	color: #0f47c0; font-size: 30px;
}
.home1 h5 {
	font-size: 175px; color: #1d2735; font-weight: 500; font-family: font7; text-align: center;         display: none;
}
.home1 h6 {
	color: #1d2735; font-size: 15px; font-family: font2; line-height: 30px;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: center;	color: rgb(150,150,150); line-height: 35px;
}
.home1 h1 span {
color: #1d2735;
    font-size: 45px;
    font-family: fantasy;
    font-weight: 500;
}
.home1 h1 u {
	color: #0f47c0;
}
.home1 hr {
	background: #0f47c0; opacity: 90%;
}
.home1 .margy1 {
/*margin-top: -75px;*/
	text-align: center;
}
.home1 .margy2 {
	 /*   margin-top: 15px;
    margin-left: -35px;
    margin-right: 25px;*/
	 text-align: center;
}
.home1 .margy3 {
/*margin-top: 75px;*/
text-align: center;
}
.home-page-section-1 {
     border-left: 0px solid #f5f5f5;
    border-right: 0px solid #f5f5f5;
}
.home-page-section-1 .plax {
	background-image: linear-gradient(rgb(9 9 9 / 74%), rgb(0 0 0 / 79%)), url(/img/ab-4.jpg);
  min-height: auto; padding: 50px; box-shadow: 1px 1px 5px 3px #444;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-1 h1 {
	font-family: font; font-size: 3rem; text-align: center; line-height: 40px; color: rgb(246,177,24)
}
.home-page-section-1 h2 {
	    font-family: 'font4';
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 35px;
}
.home-page-section-1 h3 {
	    font-family: 'font6';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 35px;
}
.home-page-section-1 h4 {
	text-align: center;	font-size: 1.75rem;
}
.home-page-section-1 i {
	font-size: 60px;
	color: #0f47c0;
}
.home-page-section-1 span {
	color: rgb(87, 86, 87);
}
.home-page-section-1 a {
	font-size: 20px; color: rgb(12,12,12);
}
.home-page-section-1 .box1 {
	padding: 25px 0 0 0;
}
.home-page-section-1 .box2 {
	padding: 25px 25px 0 25px;
}
.home-page-section-1 .flip-card {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-1 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-1 .flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}
.home-page-section-1 .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-1 .flip-card-front {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-1 .flip-card-back {
 background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateX(180deg);
    color: #fff;
}
.home-page-section-1 .flip-card2 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-1 .flip-card-inner2 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-1 .flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}
.home-page-section-1 .flip-card-front2, .flip-card-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-1 .flip-card-front2 {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-1 .flip-card-back2 {
background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateY(180deg);
    color: #fff;
}
.home-page-section-1 .flip-card3 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-1 .flip-card-inner3 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-1 .flip-card3:hover .flip-card-inner3 {
  transform: rotateX(180deg);
}
.home-page-section-1 .flip-card-front3, .flip-card-back3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-1 .flip-card-front3 {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-1 .flip-card-back3 {
 background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateX(180deg);
    color: #fff;
}
.home-page-section-1 .flip-card4 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-1 .flip-card-inner4 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-1 .flip-card4:hover .flip-card-inner4 {
  transform: rotateY(180deg);
}
.home-page-section-1 .flip-card-front4, .flip-card-back4 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-1 .flip-card-front4 {
  background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-1 .flip-card-back4 {
background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateY(180deg);
    color: #fff;
}

.home-page-section-2 {
 
}
.home-page-section-2 .plax {
	background-image: linear-gradient(rgb(9 9 9 / 74%), rgb(0 0 0 / 79%)), url(/img/ab-4.jpg);
  min-height: auto; padding: 50px; box-shadow: 1px 1px 5px 3px #444;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-2 h1 {
	font-family: font; font-size: 3rem; text-align: center; line-height: 40px; color: rgb(246,177,24)
}
.home-page-section-2 h2 {
	    font-family: fantasy;
    font-size: 30px;
    font-weight: 600;
		text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 35px;
}
.home-page-section-2 h3 {
	    font-family: 'font6';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 35px;
}
.home-page-section-2 h4 {
	text-align: center;	font-size: 1.25rem; font-family: font6;
}
.home-page-section-2 h5 {
	text-align: left;	font-size: 15px; font-family: font7; font-weight: 600; line-height: 30px;
}
.home-page-section-2 mark {
	text-align: center;	font-size: 20px; font-family: font7; font-weight: 600; line-height: 30px; color: #fff; letter-spacing: 2px; padding: 15px; border: 2px solid #fff; background: transparent;
}
.home-page-section-2 i {
	font-size: 60px;
	color: #0f47c0;
}
.home-page-section-2 span {
	color: rgb(87, 86, 87);
}
.home-page-section-2 a {
	font-size: 20px; color: rgb(12,12,12);
}
.home-page-section-2  iframe {
	border: 3px solid  #0f47c0;
}
.home-page-section-2 .box1 {
	padding: 25px;
}
.home-page-section-2 .box2 {
	padding: 25px 25px 0 25px;
}
.home-page-section-2 .flip-card {
  background-color: transparent;
  width: 100%;
  height: 600px;
  perspective: 1000px;
}
.home-page-section-2 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-2 .flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}
.home-page-section-2 .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-2 .flip-card-front {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 5px solid #0f47c0;
}
.home-page-section-2 .flip-card-back {
 background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateX(180deg);
    color: #fff;
}
.home-page-section-2 .flip-card2 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-2 .flip-card-inner2 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-2 .flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}
.home-page-section-2 .flip-card-front2, .flip-card-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-2 .flip-card-front2 {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-2 .flip-card-back2 {
background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateY(180deg);
    color: #fff;
}
.home-page-section-2 .flip-card3 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-2 .flip-card-inner3 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-2 .flip-card3:hover .flip-card-inner3 {
  transform: rotateX(180deg);
}
.home-page-section-2 .flip-card-front3, .flip-card-back3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-2 .flip-card-front3 {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-2 .flip-card-back3 {
 background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateX(180deg);
    color: #fff;
}
.home-page-section-2 .flip-card4 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-2 .flip-card-inner4 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-2 .flip-card4:hover .flip-card-inner4 {
  transform: rotateY(180deg);
}
.home-page-section-2 .flip-card-front4, .flip-card-back4 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-2 .flip-card-front4 {
  background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-2 .flip-card-back4 {
background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateY(180deg);
    color: #fff;
}


.home2 {
/*	background-image: linear-gradient(rgb(9 9 9 / 74%), rgb(0 0 0 / 79%)), url(/img/mt-1.jpg);
    background-size: cover; padding: 75px;*/ margin-top: -45px;
}
.home2 .plack {
      background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 50%, #d9d9d9 50%, #0f47c0 100%), url(/img/plumber-tools-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 75px 10px 50px 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home2 h3 {
	font-family: font7;
    font-size: 30px;
    color: #0f47c0;
    font-weight: 600;
    letter-spacing: 2px;
}
.home2 h3 span {
	font-size: 50px;
}
.home2 h4 {
	color: #fff; font-size: 65px;
}
.home2 p {
	font-family: font2; font-size: 17px; line-height: 35px; padding-right: 50px;
}
.home2 mark {
	padding: 25px; font-size: 25px; font-family: fantasy; text-transform: uppercase; background: #fff; color: #0f47c0; border: 3px solid #0f47c0; letter-spacing: 1px;
	
	display: inline-flex; 
}
.home2 mark:hover {
	background: #c6c6c6; color: #fff; text-shadow: 1px 1px 3px #000;
}
.home2 img {
	    transform: rotate(25deg); margin-top: 65px;
}
.home2 hr {
    padding: 0px;
    background: #fff;
    opacity: 1;
    margin-bottom: -10px;
    margin-left: 20px;
    height: 4px;
    width: 195%;
}
.home3 {
	padding: 75px 25px 75px 25px; background: #C6C6C6;
}
.home3 .pad {
	padding: 25px; background: #fff;
}
.home3 h1 {
	font-family: 'font2';	font-size: 25px; text-align: center; font-weight: 800; color: #444; line-height: 45px;
}
.home3 h2 {
	font-family: font7; font-size: 45px; color: #0f47c0; text-align: center;
}
.home3 h3 {
	font-size: 35px; font-family: font7; text-align: left; color: #0f47c0; letter-spacing: 10px;
}
.home3 h4 {
	font-family: monospace;	font-size: 25px;  font-weight: 500; color: #fff;
}
.home3 h5 {
	font-size: 75px; color: #0f47c0; font-weight: 500; font-family: font7; text-align: center;
}
.home3 h6 {
	color: #fff; font-size: 15px; font-family: font2; line-height: 30px;
}
.home3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 500; color: #1d2735; line-height: 35px;
}
.home3 h1 span {
	color: #1d2735;font-size: 45px; font-family: monospace; font-weight: 800;
}
.home3 u {
	color: #0f47c0;
}
.home3 hr {
	background: #0f47c0; opacity: 90%;
}
.home3 img {
	  
}
.banner1 {
	padding: 25px;
}
.banner1:hover {
	background: #0f47c017;
}
.banner2 {
	padding: 25px;
}
.banner2:hover {
	background: #0f47c017;
}
 .banner3 {
	padding: 25px;
}
.banner3:hover {
	background: #0f47c017;
}
.home3 .margy1 {
/*margin-top: -75px;*/
	text-align: center;
}
.home3 .margy2 {
	 /*   margin-top: 15px;
    margin-left: -35px;
    margin-right: 25px;*/
	 text-align: center;
}
.home3 .margy3 {
/*margin-top: 75px;*/
text-align: center;
}
.home-contact {
	padding: 150px 0 100px 0; background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/plumbing-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-contact h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}
.home-contact h4 {
	font-family: fantasy; font-size: 35px; color: #0f47c0; text-align: center;
}
.home-contact p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center;
}
.home-contact hr {
	background: #0f47c0; opacity: 75%;
}
.home-contact iframe {
	width: 100%;
}
.home-contact .contacts {
	    background: #ffffffe0;
    width: 100%;
    padding: 15px; border: 1px solid #0f47c0; border-bottom: none;
}
.banner-split {
	margin-top: -75px; margin-bottom: -86px;
}
.about-1 {
	padding: 100px 10px 100px 10px; background: #0f47c0;
}

.about-1 h1 {
	font-family: fantasy; font-weight: 500; font-size: 35px; color: #0f47c0; text-shadow: 2px 2px 50px #444;
}
.about-1 h5 {
	color: #0f47c0; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #0f47c0;
}
.about-1 p {
	font-family: 'font2'; color: #444; font-size: 17px; line-height: 35px; text-shadow: 2px 2px 25px #444;   margin-right: 0px;

}
.about-1 img {
	height: 175px; width: 350px;
}
.about-1 li {
	color:  #0f47c0; line-height: 40px; font-size: 20px; font-family: 'sans-serif'; text-shadow: 2px 2px 25px #444;
}
.parallax4 {
  background: radial-gradient(circle, rgba(255,255,255,0.4990371148459384) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 50%) 100%), url(/img/plumber-tools-2.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  40px 15px;
	color: #fff;
	box-shadow: 1px 1px 10px 3px #4449;

  background-repeat: no-repeat;
  background-size: cover;
}
.about2 {
		padding: 75px 25px 75px 25px; background: #f5f5f5;
}
.about2 h2 {
	font-family: font7; font-size: 45px; color: #0f47c0; text-align: center;
}
.about2 h3 {
	font-size: 25px; font-family: font7; text-align: left; color: #0f47c0; letter-spacing: 10px;
}
.about2 h4 {
	font-family: monospace;	font-size: 25px;  font-weight: 500; color: #fff;
}
.about2 h5 {
	font-size: 75px; color: #0f47c0; font-weight: 500; font-family: font7; text-align: center;
}
.about2 h6 {
	color: #fff; font-size: 15px; font-family: font2; line-height: 30px;
}
.about2 p {
	font-size: 17px; font-family: 'font2'; font-weight: 500; color: #1d2735; line-height: 35px;
}

.service-intro-1 {
	padding: 200px 10px 100px 10px; background: #c6c6c6;
}
.service-intro-1 h1 {
	    font-family: fantasy;
    font-size: 3rem;
    color: #1d2735; margin-left: 0px; margin-top: -150px;
}
.service-intro-1 h1 span {
	font-size: 2rem; color: #0f47c0; line-height: 55px;
}
.service-intro-1 h2 {
	font-family: font6; font-size: 35px;  text-align: center;
    font-weight: 600;
}
.service-intro-1 h2 span {
	font-size: 40px; color: #0f47c0; text-transform: uppercase;
}
.service-intro-1 h3 {
	font-family: font6; font-size: 25px; margin-top: 30px; 
}
.service-intro-1 p {
	line-height: 35px; font-size: 17px; font-family: font2;
}
.service-intro-1 img {
	margin-top: -10px;
}
.service-intro-1 .floater-1 {
	margin-left: -0px;
}
.service-intro-2 {
	padding: 200px 10px 100px 10px; background: #c6c6c6;
}
.service-intro-2 h1 {
	    font-family: fantasy;
    font-size: 3rem;
    color: #1d2735; margin-left: 0px; margin-top: -135px;
}
.service-intro-2 h1 span {
	font-size: 2rem; color: #0f47c0; line-height: 85px;
}
.service-intro-2 h2 {
	font-family: font6; font-size: 35px;  text-align: center;
    font-weight: 600;
}
.service-intro-2 h2 span {
	font-size: 48px; color: #0f47c0; text-transform: uppercase;
}
.service-intro-2 h3 {
	font-family: font6; font-size: 25px;
}
.service-intro-2 p {
	line-height: 35px; font-size: 17px; font-family: font2;
}
.service-intro-2 img {
	    height: auto;
    width: 95%;

}
.service-intro-2 .floater-2 {
    margin-left: 0px;
    margin-top: 0px;
}

.serv1 {
	padding: 100px 5px 100px 5px; background: #f5f5f5;
}
.tab {
  overflow: hidden; border: 1px solid #0f47c0; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
  background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; font-size: 17px; width: 100%; text-align: center;
	font-family: 'font6';
    letter-spacing: 1px;
    color: #0f47c0;
}
.tab button:hover {
      background-color: #0f47c0;
    color: #fff; text-shadow: 1px 1px 3px #0f47c0;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none; padding: 6px 12px; border: 2px solid #0f47c0; background: #f5f5f5;
}
.serv1 h2 {
	font-family: fantasy; font-size: 45px; text-align: center; color: #1d2735;
}
.serv1 p {
	font-size: 17px; font-family: font2; line-height: 35px; text-align: center;
}
.tabcontent h3 {
	 font-family: 'font6';	text-align: inherit;	font-size: 2rem; color: #0f47c0;
}
.tabcontent h4 {
	 font-family: 'font7';	text-align: inherit;	font-size: 20px; color: #0f47c0;
}
.serv1 img {
	 border: 3px solid #0f47c0; width: 900px; height: auto;
}
.serv1 hr {
	background: #0f47c0;
}
.serv2 {
	padding: 100px 5px 100px 5px; background: #fff;
}
.tab2 {
  overflow: hidden; border: 1px solid #0f47c0; background-color: #f1f1f1; font-family: 'font2';
}
.tab2 button {
  background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; width: 100%; text-align: center;
	font-family: 'font6';
    letter-spacing: 1px;
    color: #082e7f;
}
.tab2 button:hover {
  background-color: #ddd;
}
.tab2 button.active {
  background-color: #ccc;
}
.tabcontent2 {
  display: none; padding: 6px 12px; border: 2px solid #0f47c0;  background: #f5f5f5;
}
.serv2 h2 {
	font-family: fantasy; font-size: 45px; text-align: center; color: #1d2735;
}
.serv2 p {
	font-size: 17px; font-family: font2; line-height: 35px; text-align: center;
}
.tabcontent2 h3 {
 font-family: 'font6';	text-align: center;	font-size: 2rem; color: #0f47c0;
}
.serv2 img {
	 border: 3px solid #0f47c0; width: 900px; height: auto;
}
.serv2 hr {
	background: #0f47c0;
}
.serv3 {
	padding: 100px 5px 100px 5px; background: #f5f5f5;
}
.tab3 {
  overflow: hidden; border: 1px solid #0f47c0; background-color: #f1f1f1; font-family: 'font2';
}
.tab3 button {
  background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; width: 100%; text-align: center;
	font-family: 'font6';
    letter-spacing: 1px;
    color: #082e7f;
}
.tab3 button:hover {
  background-color: #ddd;
}
.tab3 button.active {
  background-color: #ccc;
}
.tabcontent3 {
  display: none; padding: 6px 12px; border: 2px solid #0f47c0;  background: #f5f5f5;
}
.serv3 h2 {
	font-family: fantasy; font-size: 45px; text-align: center; color: #1d2735;
}
.serv3 p {
	font-size: 17px; font-family: font2; line-height: 35px; text-align: center;
}
.tabcontent3 h3 {
	 font-family: 'font6';	text-align: center;	font-size: 2rem; color: #0f47c0;
}
.serv3 img {
	 border: 3px solid #0f47c0; width: 900px; height: auto;
}
.serv3 hr {
	background: #0f47c0;
}


.water-heaters {
	padding: 100px 0px 200px 0px; color: #1d2735;
}
.water-heaters .container-fluid {
	padding: 0px;
}
.water-heaters .plaxer {
	background-image: linear-gradient(rgb(0 0 0 / 81%), rgb(0 0 0 / 12%)), url(/img/tb-22.png);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  150px 0px 150px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.water-heaters hr {
	width: 100%; background: #fff; opacity: 100%; height: 2px;
}
.water-heaters .plaxer .wh-1 {
         background: linear-gradient(90deg, rgb(198 198 198) 0%, rgb(198 198 198) 56%, rgba(15,71,192,1) 104%, rgba(15,71,192,1) 73%, rgb(255 255 255 / 80%) 73%, rgb(255 255 255 / 80%) 100%);
padding: 25px;    border: 5px solid #0f47c0;         text-align: center;
}
.water-heaters .plaxer .wh-2 {
         background: linear-gradient(270deg, rgb(198 198 198) 0%, rgb(198 198 198) 56%, rgba(15,71,192,1) 107%, rgba(15,71,192,1) 73%, rgb(255 255 255 / 80%) 73%, rgb(255 255 255 / 80%) 100%);
padding: 25px;    border: 5px solid #0f47c0;         text-align: center;
}
.water-heaters .plaxer .wh-2 h3 {
	text-indent: 0;
}
.water-heaters .plaxer .wh-3 {
    background: linear-gradient(90deg, rgb(198 198 198) 0%, rgb(198 198 198) 56%, rgba(15,71,192,1) 104%, rgba(15,71,192,1) 73%, rgb(255 255 255 / 80%) 73%, rgb(255 255 255 / 80%) 100%);
padding: 25px;    border: 5px solid #0f47c0;         text-align: center;
}
.water-heaters .plaxer .wh-4 {
    background: linear-gradient(270deg, rgb(198 198 198) 0%, rgb(198 198 198) 56%, rgba(15,71,192,1) 104%, rgba(15,71,192,1) 73%, rgb(255 255 255 / 80%) 73%, rgb(255 255 255 / 80%) 100%);
padding: 25px;    border: 5px solid #0f47c0;         text-align: center;
        text-align: center;
}
.water-heaters .plaxer .wh-4 h3 {
	text-indent: 0;
}
.water-heaters .wh .pad {
	background: #f5f5f5; margin-top: -8.5px;padding: 25px; border:7px solid #0f47c0;
}
.water-heaters .wh .pad hr {
	width: 100%;
}
.water-heaters h1 {
	    font-family: fantasy; text-align: center;
    font-size: 2.5rem; background: #0f47c0; padding: 25px 5px;  color: #fff;
}
.water-heaters h2 {
	    font-family: fantasy;
    font-size: 2.5rem; color: #0f47c0;
}
.water-heaters h3 {
	    font-family: 'font4';
    letter-spacing: 2.5px; color: #fff;
		line-height: 50px;
		font-size: 25px;margin-right: -0;
}
.water-heaters .wh h4 {
	    font-family: 'font4';
    letter-spacing: 2.5px; color: #0f47c0;
		line-height: 50px;
		font-size: 22px;
		text-align: center;
}
.water-heaters p {
	    font-family: font2;
    line-height: 35px;
		font-weight: 600; 
    font-size: 17px;

}
.recognition {
	padding: 50px 0px 50px 0px; background:  #0f47c0; color: #fff; margin-top: -200px;
}
.recognition h4 {
	font-family: font2; text-align: center; line-height: 50px;
}
.recognition h5 {
	font-family: fantasy; font-size: 30px; text-align: right;
}



}

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

.navbar-sidebar {
	padding-top: 110px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 4;	overflow: auto;
}
/**** Testimonials Section ****/
.testimonials {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}
.mobile-service-areas-list {
	padding: 150px 0 50px 0; background: rgb(245,245,245);
}
.mobile-service-areas-list h1 {
	font-size: 2.5rem; font-family: fantasy; font-weight: 500; text-align: center; color: rgb(15,71,192);
}
.mobile-service-areas-list h2 {
	font-size: 1.75rem; font-family: fantasy; font-weight: 600; text-align: center; color: rgb(15,71,192);
}
.mobile-service-areas-list h3 {
	font-size: 1.75rem; font-family: fantasy; font-weight: 600; text-align: center; color: rgb(15,71,192);
}
.mobile-service-areas-list a {
	color: rgb(15,71,192);
}

.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255,255,255); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(12,12,12); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255,255,255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.motion1, .motion2 {
        background-image: linear-gradient(rgb(9 9 9 / 74%), rgb(0 0 0 / 79%)), url(/img/mt-1.jpg);
    background-size: cover;
	padding: 200px 15px 75px 15px;
}
.padder {
	padding: 50px 100px 50px 100px;
}


/*
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.motion1 .carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0;
    margin: 0.5rem;
    height: 75px;
    width: 40px;
    line-height: 0.9;
    color: #fff;
    background-color: #1d2735b5;
    border: none;
    font-size: 55px;
    cursor: pointer;
    transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: #fff;
	  background-color: #1d2735;
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
 .bg1 {
border: 10px solid #0f47c0;
background: #fff9;
    padding: 25px 0px 0px 0px;
}
 .bg2 {
border: 10px solid #1d2735b5;
background: #fff9;
    padding: 25px 0px 0px 0px;
}
.motion1 .slides i {
	font-size: 100px; color:#0f47c0;
}
.motion1 .slide {
  flex: 0 0 100%;
}
.motion1 .new-plumbing-installs {
              background: linear-gradient(270deg, #0f47c0c9 0%, #0f47c0c9 46%, #0f47c0c9 46%, #0f47c0cf 90%, #0f47c0c9 90%, #0f47c0c9 100%), url(/img/asp-9.jpg); background-size: cover; height: auto; padding: 100px 0px 50px 0px;
}
.motion1 .plumbing-maintenance {
                background: linear-gradient(90deg, #c6c6c6ed  0%, #c6c6c6ed  46%, #c6c6c6ed 46%, #c6c6c6e6 90%, #c6c6c6ed  90%, #c6c6c6ed  100%), url(/img/asp-1.jpg); background-size: cover; height: auto; padding: 50px 0px 50px 0px;
}
.motion1 .plumbing-repairs {
             background: linear-gradient(270deg, #0f47c0cf  0%, #0f47c0cf  46%, #0f47c0c9 46%, #0f47c0cf 90%, #0f47c0cf  90%, #0f47c0cf  100%), url(/img/asp-15.jpg); background-size: cover; height: auto; padding: 25px 0px 50px 0px;
}

.motion1 .plumbing-maintenance h2{
	line-height: 80px !important;
	font-size: 27px;
	margin-top: 5px; 
}
.motion1 .plumbing-maintenance h2 span{
	line-height: 80px !important;
	font-size: 30px;
	margin-top: 5px; 
}
.motion1 .plumbing-repairs h2 {
	line-height: 80px !important;
	font-size: 30px;
	margin-top: 5px; 
}
.motion1 .plumbing-repairs hr {
    background: #f5f5f5;
    opacity: 100%;
    margin-top: 30px;
}
.motion1 .boxer {
	       background: #0f47c0e0;
    background-size: 175%;
		margin-right: -0px; 
}
.motion1 h1 {
	font-family: fantasy;
	color: rgb(245, 245, 245); font-weight: 600; line-height: 100px;
	font-size: 65px; text-shadow: 1px 1px 1px #000; text-align: center; letter-spacing: 2px;
}
.motion1 h2 {
	font-family: monospace;
	color: rgb(245, 245, 245); font-weight: 600; line-height: 75px;
	font-size: 35px; text-shadow: 1px 1px 1px #000; text-align: center;
	margin-top: -75px;
}

.motion1 h3 {
	font-family: monospace;
	color: rgb(245, 245, 245); font-weight: 600; line-height: 50px;
	font-size: 15px; text-shadow: 1px 1px 1px #000; text-align: right;
}
.motion1 h2 span {
color: #1d2735;
    font-size: 39px;
    text-shadow: none;
}
.motion1 .slide p {
  color: #f5f5f5;
	font-family: 'font2';
	font-size: 14px;
	line-height: 35px;
	font-weight: 500;
	margin-bottom:20px; margin-top: -30px; 
	margin-left: 10px; margin-right: 10px;
	text-align: center; 
}
.motion1 h4 {
	font-family: font7; color: #f8f8f8; font-size: 25px; line-height: 45px;
}

.motion1 h5 {
font-family: monospace;
    color: #1d2735;
    font-size: 17px;
    line-height: 40px; ;
}
.motion1 h6 {
	font-family: font6; color: #f5f5f5; font-size: 20px; line-height: 27px; text-align: center; 
}
.motion1 mark {
	    padding: 25px;
    font-size: 20px;
    font-family: font7;
    font-weight: 600;
		text-align: center; 
    color: #ffffff;
    text-shadow: 1px 1px 9px #1d2735;
    letter-spacing: 2px;
}
.motion1 mark:hover {
	background: #1d2735e0;  box-shadow: 1px 1px 10px 5px #000;
}
.motion1 hr {
	background: #f5f5f5; opacity: 100%; 
}
*/




.home1 {
	padding: 75px 25px 75px 25px; background: #f5f5f5;
}
.home1 .pad {
	margin-left: 0px;
	    padding: 75px 25px 75px 25px;
    background: #e5e5e5;
    border: 10px solid #ffffff;
}
.home1 h1 {
	font-family: 'font2';	font-size: 25px; text-align: center; font-weight: 800; color: #444; line-height: 45px;
}
.home1 h3 {
    font-size: 2.5rem;
    font-family: circular;
    text-align: left;
    color: #1d2735;
    padding-bottom: 40px;
    letter-spacing: 10px;
    margin-left: 0;
}
.home1 h3 strong {
	color: #0f47c0;
}
.home1 h3 u {
	font-weight: 600;
}
.home1 h4 {
	font-family: monospace;	font-size: 25px;  font-weight: 500; color: #1d2735;
}
.home1 h4 u {
	font-weight: 600;	color: #0f47c0; font-size: 30px;
}
.home1 h5 {
	font-size: 175px; color: #1d2735; font-weight: 500; font-family: font7; text-align: center;
}
.home1 h6 {
	color: #1d2735; font-size: 15px; font-family: font2; line-height: 30px;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: center;	color: rgb(150,150,150); line-height: 35px;
}
.home1 h1 span {
color: #1d2735;
    font-size: 45px;
    font-family: fantasy;
    font-weight: 500;
}
.home1 h1 u {
	color: #0f47c0;
}
.home1 hr {
	background: #0f47c0; opacity: 90%;
}
.home1 .margy1 {
/*margin-top: -75px;*/
	text-align: center;
}
.home1 .margy2 {
	 /*   margin-top: 15px;
    margin-left: -35px;
    margin-right: 25px;*/
	 text-align: center;
}
.home1 .margy3 {
/*margin-top: 75px;*/
text-align: center;
}
.home-page-section-1 {
     border-left: 0px solid #f5f5f5;
    border-right: 0px solid #f5f5f5;
}
.home-page-section-1 .plax {
	background-image: linear-gradient(rgb(9 9 9 / 74%), rgb(0 0 0 / 79%)), url(/img/ab-4.jpg);
  min-height: auto; padding: 50px; box-shadow: 1px 1px 5px 3px #444;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-1 h1 {
	font-family: font; font-size: 3rem; text-align: center; line-height: 40px; color: rgb(246,177,24)
}
.home-page-section-1 h2 {
	    font-family: 'font4';
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 35px;
}
.home-page-section-1 h3 {
	    font-family: 'font6';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 35px;
}
.home-page-section-1 h4 {
	text-align: center;	font-size: 1.75rem;
}
.home-page-section-1 i {
	font-size: 60px;
	color: #0f47c0;
}
.home-page-section-1 span {
	color: rgb(87, 86, 87);
}
.home-page-section-1 a {
	font-size: 20px; color: rgb(12,12,12);
}
.home-page-section-1 .box1 {
	padding: 25px 0 0 0;
}
.home-page-section-1 .box2 {
	padding: 25px 25px 0 25px;
}
.home-page-section-1 .flip-card {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-1 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-1 .flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}
.home-page-section-1 .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-1 .flip-card-front {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-1 .flip-card-back {
 background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateX(180deg);
    color: #fff;
}
.home-page-section-1 .flip-card2 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-1 .flip-card-inner2 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-1 .flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}
.home-page-section-1 .flip-card-front2, .flip-card-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-1 .flip-card-front2 {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-1 .flip-card-back2 {
background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateY(180deg);
    color: #fff;
}
.home-page-section-1 .flip-card3 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-1 .flip-card-inner3 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-1 .flip-card3:hover .flip-card-inner3 {
  transform: rotateX(180deg);
}
.home-page-section-1 .flip-card-front3, .flip-card-back3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-1 .flip-card-front3 {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-1 .flip-card-back3 {
 background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateX(180deg);
    color: #fff;
}
.home-page-section-1 .flip-card4 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-1 .flip-card-inner4 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-1 .flip-card4:hover .flip-card-inner4 {
  transform: rotateY(180deg);
}
.home-page-section-1 .flip-card-front4, .flip-card-back4 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-1 .flip-card-front4 {
  background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-1 .flip-card-back4 {
background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateY(180deg);
    color: #fff;
}

.home-page-section-2 {
 
}
.home-page-section-2 .plax {
	background-image: linear-gradient(rgb(9 9 9 / 74%), rgb(0 0 0 / 79%)), url(/img/ab-4.jpg);
  min-height: auto; padding: 50px; box-shadow: 1px 1px 5px 3px #444;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-2 h1 {
	font-family: font; font-size: 3rem; text-align: center; line-height: 40px; color: rgb(246,177,24)
}
.home-page-section-2 h2 {
	    font-family: fantasy;
    font-size: 30px;
    font-weight: 600;
		text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 35px;
}
.home-page-section-2 h3 {
	    font-family: 'font6';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 35px;
}
.home-page-section-2 h4 {
	text-align: center;	font-size: 1.25rem; font-family: font6;
}
.home-page-section-2 h5 {
	text-align: left;	font-size: 15px; font-family: font7; font-weight: 600; line-height: 30px;
}
.home-page-section-2 mark {
	text-align: center;	font-size: 20px; font-family: font7; font-weight: 600; line-height: 30px; color: #fff; letter-spacing: 2px; padding: 15px; border: 2px solid #fff; background: transparent;
}
.home-page-section-2 i {
	font-size: 60px;
	color: #0f47c0;
}
.home-page-section-2 span {
	color: rgb(87, 86, 87);
}
.home-page-section-2 a {
	font-size: 20px; color: rgb(12,12,12);
}
.home-page-section-2  iframe {
	border: 3px solid  #0f47c0;
}
.home-page-section-2 .box1 {
	padding: 25px;
}
.home-page-section-2 .box2 {
	padding: 25px 25px 0 25px;
}
.home-page-section-2 .flip-card {
  background-color: transparent;
  width: 100%;
  height: 600px;
  perspective: 1000px;
}
.home-page-section-2 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-2 .flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}
.home-page-section-2 .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-2 .flip-card-front {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 5px solid #0f47c0;
}
.home-page-section-2 .flip-card-back {
 background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateX(180deg);
    color: #fff;
}
.home-page-section-2 .flip-card2 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-2 .flip-card-inner2 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-2 .flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}
.home-page-section-2 .flip-card-front2, .flip-card-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-2 .flip-card-front2 {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-2 .flip-card-back2 {
background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateY(180deg);
    color: #fff;
}
.home-page-section-2 .flip-card3 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-2 .flip-card-inner3 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-2 .flip-card3:hover .flip-card-inner3 {
  transform: rotateX(180deg);
}
.home-page-section-2 .flip-card-front3, .flip-card-back3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-2 .flip-card-front3 {
background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-2 .flip-card-back3 {
 background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateX(180deg);
    color: #fff;
}
.home-page-section-2 .flip-card4 {
  background-color: transparent;
  width: 325px;
  height: 275px;
  perspective: 1000px;
}
.home-page-section-2 .flip-card-inner4 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
.home-page-section-2 .flip-card4:hover .flip-card-inner4 {
  transform: rotateY(180deg);
}
.home-page-section-2 .flip-card-front4, .flip-card-back4 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-page-section-2 .flip-card-front4 {
  background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 65%)), url(/img/tb-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
 border: 2px solid #0f47c0;
}
.home-page-section-2 .flip-card-back4 {
background: #0f47c0;
    border: 2px solid #fff;
    transform: rotateY(180deg);
    color: #fff;
}


.home2 {
/*	background-image: linear-gradient(rgb(9 9 9 / 74%), rgb(0 0 0 / 79%)), url(/img/mt-1.jpg);
    background-size: cover; padding: 75px;*/ margin-top: -45px;
}
.home2 .plack {
      background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 50%, #d9d9d9 50%, #0f47c0 100%), url(/img/plumber-tools-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 75px 10px 50px 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home2 h3 {
	font-family: font7;
    font-size: 30px;
    color: #0f47c0;
    font-weight: 600;
    letter-spacing: 2px;
}
.home2 h3 span {
	font-size: 50px;
}
.home2 h4 {
	color: #fff; font-size: 65px;
}
.home2 p {
	font-family: font2; font-size: 17px; line-height: 35px; padding-right: 50px;
}
.home2 mark {
	padding: 25px; font-size: 25px; font-family: fantasy; text-transform: uppercase; background: #fff; color: #0f47c0; border: 3px solid #0f47c0; letter-spacing: 1px;
}
.home2 mark:hover {
	background: #c6c6c6; color: #fff; text-shadow: 1px 1px 3px #000;
}
.home2 img {
	    transform: rotate(25deg); margin-top: 65px;
}
.home2 hr {
    padding: 0px;
    background: #fff;
    opacity: 1;
    margin-bottom: -10px;
    margin-left: 20px;
    height: 4px;
    width: 195%;
}
.home3 {
	padding: 75px 25px 75px 25px; background: #C6C6C6;
}
.home3 .pad {
	padding: 25px; background: #fff;
}
.home3 h1 {
	font-family: 'font2';	font-size: 25px; text-align: center; font-weight: 800; color: #444; line-height: 45px;
}
.home3 h2 {
	font-family: font7; font-size: 45px; color: #0f47c0; text-align: center;
}
.home3 h3 {
	font-size: 35px; font-family: font7; text-align: left; color: #0f47c0; letter-spacing: 10px;
}
.home3 h4 {
	font-family: monospace;	font-size: 25px;  font-weight: 500; color: #fff;
}
.home3 h5 {
	font-size: 75px; color: #0f47c0; font-weight: 500; font-family: font7; text-align: center;
}
.home3 h6 {
	color: #fff; font-size: 15px; font-family: font2; line-height: 30px;
}
.home3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 500; color: #1d2735; line-height: 35px;
}
.home3 h1 span {
	color: #1d2735;font-size: 45px; font-family: monospace; font-weight: 800;
}
.home3 u {
	color: #0f47c0;
}
.home3 hr {
	background: #0f47c0; opacity: 90%;
}
.home3 img {
	  
}
.banner1 {
	padding: 25px;
}
.banner1:hover {
	background: #0f47c017;
}
.banner2 {
	padding: 25px;
}
.banner2:hover {
	background: #0f47c017;
}
 .banner3 {
	padding: 25px;
}
.banner3:hover {
	background: #0f47c017;
}
.home3 .margy1 {
/*margin-top: -75px;*/
	text-align: center;
}
.home3 .margy2 {
	 /*   margin-top: 15px;
    margin-left: -35px;
    margin-right: 25px;*/
	 text-align: center;
}
.home3 .margy3 {
/*margin-top: 75px;*/
text-align: center;
}
.home-contact {
	padding: 150px 0 100px 0; background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/plumbing-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-contact h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}
.home-contact h4 {
	font-family: fantasy; font-size: 35px; color: #0f47c0; text-align: center;
}
.home-contact p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center;
}
.home-contact hr {
	background: #0f47c0; opacity: 75%;
}
.home-contact iframe {
	width: 100%;
}
.home-contact .contacts {
	    background: #ffffffe0;
    width: 100%;
    padding: 15px; border: 1px solid #0f47c0; border-bottom: none;
}
.banner-split {
	margin-top: -75px; margin-bottom: -86px;
}
/*.about-1 {*/
/*	padding: 100px 50px 100px 50px; background: #0f47c0;*/
/*}*/
/**/
/*.about-1 h1 {*/
/*	font-family: fantasy; font-weight: 500; font-size: 35px; color: #0f47c0; text-shadow: 2px 2px 50px #444;*/
/*}*/
/*.about-1 h5 {*/
/*	color: #0f47c0; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;*/
/*}*/
/*.about-1 hr {*/
/*	background: #0f47c0;*/
/*}*/
/*.about-1 p {*/
/*	font-family: 'font2'; color: #444; font-size: 17px; line-height: 35px; text-shadow: 2px 2px 25px #444;   margin-right: 0px;*/
/**/
/*}*/
/*.about-1 img {*/
/*	height: 175px; width: 350px;*/
/*}*/
/*.about-1 li {*/
/*	color:  #0f47c0; line-height: 40px; font-size: 20px; font-family: 'sans-serif'; text-shadow: 2px 2px 25px #444;*/
/*}*/
/*.parallax4 {*/
/*  background: radial-gradient(circle, rgba(255,255,255,0.4990371148459384) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 50%) 100%), url(/img/plumber-tools-2.jpg);*/
/*  min-height: auto;*/
/*  background-attachment: fixed;*/
/*  background-position: bottom;*/
/*	overflow: hidden;*/
/*	padding:  40px;*/
/*	color: #fff;*/
/*	box-shadow: 1px 1px 10px 3px #4449;*/
/**/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*}*/
/*.about2 {*/
/*		padding: 75px 25px 75px 25px; background: #f5f5f5;*/
/*}*/
/*.about2 h2 {*/
/*	font-family: font7; font-size: 45px; color: #0f47c0; text-align: center;*/
/*}*/
/*.about2 h3 {*/
/*	font-size: 25px; font-family: font7; text-align: left; color: #0f47c0; letter-spacing: 10px;*/
/*}*/
/*.about2 h4 {*/
/*	font-family: monospace;	font-size: 25px;  font-weight: 500; color: #fff;*/
/*}*/
/*.about2 h5 {*/
/*	font-size: 75px; color: #0f47c0; font-weight: 500; font-family: font7; text-align: center;*/
/*}*/
/*.about2 h6 {*/
/*	color: #fff; font-size: 15px; font-family: font2; line-height: 30px;*/
/*}*/
/*.about2 p {*/
/*	font-size: 17px; font-family: 'font2'; font-weight: 500; color: #1d2735; line-height: 35px;*/
/*}*/
/**/
/*.service-intro-1 {*/
/*	padding: 200px 50px 100px 50px; background: #c6c6c6;*/
/*}*/
/*.service-intro-1 h1 {*/
/*	    font-family: fantasy;*/
/*    font-size: 60px;*/
/*    color: #1d2735; margin-left: 0px; margin-top: -150px;*/
/*}*/
/*.service-intro-1 h1 span {*/
/*	font-size: 50px; color: #0f47c0; line-height: 85px;*/
/*}*/
/*.service-intro-1 h2 {*/
/*	font-family: font6; font-size: 35px;  text-align: center;*/
/*    font-weight: 600;*/
/*}*/
/*.service-intro-1 h2 span {*/
/*	font-size: 40px; color: #0f47c0; text-transform: uppercase;*/
/*}*/
/*.service-intro-1 h3 {*/
/*	font-family: font6; font-size: 25px;*/
/*}*/
/*.service-intro-1 p {*/
/*	line-height: 35px; font-size: 17px; font-family: font2;*/
/*}*/
/*.service-intro-1 img {*/
/*	margin-top: -150px;*/
/*}*/
/*.service-intro-1 .floater-1 {*/
/*	margin-left: -0px;*/
/*}*/
/*.service-intro-2 {*/
/*	padding: 300px 50px 100px 50px; background: #c6c6c6;*/
/*}*/
/*.service-intro-2 h1 {*/
/*	    font-family: fantasy;*/
/*    font-size: 60px;*/
/*    color: #1d2735; margin-left: 0px; margin-top: -135px;*/
/*}*/
/*.service-intro-2 h1 span {*/
/*	font-size: 50px; color: #0f47c0; line-height: 85px;*/
/*}*/
/*.service-intro-2 h2 {*/
/*	font-family: font6; font-size: 35px;  text-align: center;*/
/*    font-weight: 600;*/
/*}*/
/*.service-intro-2 h2 span {*/
/*	font-size: 40px; color: #0f47c0; text-transform: uppercase;*/
/*}*/
/*.service-intro-2 h3 {*/
/*	font-family: font6; font-size: 25px;*/
/*}*/
/*.service-intro-2 p {*/
/*	line-height: 35px; font-size: 17px; font-family: font2;*/
/*}*/
/*.service-intro-2 img {*/
/*	    height: 425px;;*/
/*    width: 95%;*/
/**/
/*}*/
/*.service-intro-2 .floater-2 {*/
/*    margin-left: 0px;*/
/*    margin-top: 0px;*/
/*}*/
/**/
/*.serv1 {*/
/*	padding: 100px 10px 100px 10px; background: #f5f5f5;*/
/*}*/
/*.tab {*/
/*  overflow: hidden; border: 1px solid #0f47c0; background-color: #f1f1f1; font-family: 'font2';*/
/*}*/
/*.tab button {*/
/*  background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; font-size: 17px; width: 100%; text-align: center;*/
/*	font-family: 'font6';*/
/*    letter-spacing: 1px;*/
/*    color: #0f47c0;*/
/*}*/
/*.tab button:hover {*/
/*      background-color: #0f47c0;*/
/*    color: #fff; text-shadow: 1px 1px 3px #0f47c0;*/
/*}*/
/*.tab button.active {*/
/*  background-color: #ccc;*/
/*}*/
/*.tabcontent {*/
/*  display: none; padding: 6px 12px; border: 2px solid #0f47c0; background: #f5f5f5;*/
/*}*/
/*.serv1 h2 {*/
/*	font-family: fantasy; font-size: 45px; text-align: center; color: #1d2735;*/
/*}*/
/*.serv1 p {*/
/*	font-size: 17px; font-family: font2; line-height: 35px; text-align: center;*/
/*}*/
/*.tabcontent h3 {*/
/*	 font-family: 'font6';	text-align: inherit;	font-size: 2rem; color: #0f47c0;*/
/*}*/
/*.tabcontent h4 {*/
/*	 font-family: 'font7';	text-align: inherit;	font-size: 20px; color: #0f47c0;*/
/*}*/
/*.serv1 img {*/
/*	 border: 3px solid #0f47c0; width: 900px; height: 450px;;*/
/*}*/
/*.serv1 hr {*/
/*	background: #0f47c0;*/
/*}*/
/*.serv2 {*/
/*	padding: 100px 50px 100px 0px; background: #fff;*/
/*}*/
/*.tab2 {*/
/*  overflow: hidden; border: 1px solid #0f47c0; background-color: #f1f1f1; font-family: 'font2';*/
/*}*/
/*.tab2 button {*/
/*  background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; width: 100%; text-align: right;*/
/*	font-family: 'font6';*/
/*    letter-spacing: 1px;*/
/*    color: #082e7f;*/
/*}*/
/*.tab2 button:hover {*/
/*  background-color: #ddd;*/
/*}*/
/*.tab2 button.active {*/
/*  background-color: #ccc;*/
/*}*/
/*.tabcontent2 {*/
/*  display: none; padding: 6px 12px; border: 2px solid #0f47c0;  background: #f5f5f5;*/
/*}*/
/*.serv2 h2 {*/
/*	font-family: fantasy; font-size: 45px; text-align: center; color: #1d2735;*/
/*}*/
/*.serv2 p {*/
/*	font-size: 17px; font-family: font2; line-height: 35px; text-align: center;*/
/*}*/
/*.tabcontent2 h3 {*/
/* font-family: 'font6';	text-align: center;	font-size: 2rem; color: #0f47c0;*/
/*}*/
/*.serv2 img {*/
/*	 border: 3px solid #0f47c0; width: 900px; height: 450px;*/
/*}*/
/*.serv2 hr {*/
/*	background: #0f47c0;*/
/*}*/
/*.serv3 {*/
/*	padding: 100px 0px 100px 50px; background: #f5f5f5;*/
/*}*/
/*.tab3 {*/
/*  overflow: hidden; border: 1px solid #0f47c0; background-color: #f1f1f1; font-family: 'font2';*/
/*}*/
/*.tab3 button {*/
/*  background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; width: 100%; text-align: left;*/
/*	font-family: 'font6';*/
/*    letter-spacing: 1px;*/
/*    color: #082e7f;*/
/*}*/
/*.tab3 button:hover {*/
/*  background-color: #ddd;*/
/*}*/
/*.tab3 button.active {*/
/*  background-color: #ccc;*/
/*}*/
/*.tabcontent3 {*/
/*  display: none; padding: 6px 12px; border: 2px solid #0f47c0;  background: #f5f5f5;*/
/*}*/
/*.serv3 h2 {*/
/*	font-family: fantasy; font-size: 45px; text-align: center; color: #1d2735;*/
/*}*/
/*.serv3 p {*/
/*	font-size: 17px; font-family: font2; line-height: 35px; text-align: center;*/
/*}*/
/*.tabcontent3 h3 {*/
/*	 font-family: 'font6';	text-align: center;	font-size: 2rem; color: #0f47c0;*/
/*}*/
/*.serv3 img {*/
/*	 border: 3px solid #0f47c0; width: 900px; height: 450px;*/
/*}*/
/*.serv3 hr {*/
/*	background: #0f47c0;*/
/*}*/
/**/
/**/
/*.water-heaters {*/
/*	padding: 100px 0px 200px 0px; color: #1d2735;*/
/*}*/
/*.water-heaters .container-fluid {*/
/*	padding: 0px;*/
/*}*/
/*.water-heaters .plaxer {*/
/*	background-image: linear-gradient(rgb(0 0 0 / 81%), rgb(0 0 0 / 12%)), url(/img/tb-22.png);*/
/*  min-height: auto;*/
/*  background-attachment: fixed;*/
/*  background-position: bottom;*/
/*	overflow: hidden;*/
/*	padding:  150px 0px 150px 0px;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*}*/
/*.water-heaters hr {*/
/*	width: 55%; background: #fff; opacity: 100%; height: 2px;*/
/*}*/
/*.water-heaters .plaxer .wh-1 {*/
/*         background: linear-gradient(90deg, rgb(198 198 198) 0%, rgb(198 198 198) 56%, rgba(15,71,192,1) 104%, rgba(15,71,192,1) 73%, rgb(255 255 255 / 80%) 73%, rgb(255 255 255 / 80%) 100%);*/
/*padding: 25px;    border: 5px solid #0f47c0;*/
/*}*/
/*.water-heaters .plaxer .wh-2 {*/
/*         background: linear-gradient(270deg, rgb(198 198 198) 0%, rgb(198 198 198) 56%, rgba(15,71,192,1) 107%, rgba(15,71,192,1) 73%, rgb(255 255 255 / 80%) 73%, rgb(255 255 255 / 80%) 100%);*/
/*padding: 25px;    border: 5px solid #0f47c0;*/
/*}*/
/*.water-heaters .plaxer .wh-2 h3 {*/
/*	text-indent: 50px;*/
/*}*/
/*.water-heaters .plaxer .wh-3 {*/
/*    background: linear-gradient(90deg, rgb(198 198 198) 0%, rgb(198 198 198) 56%, rgba(15,71,192,1) 104%, rgba(15,71,192,1) 73%, rgb(255 255 255 / 80%) 73%, rgb(255 255 255 / 80%) 100%);*/
/*padding: 25px;    border: 5px solid #0f47c0;*/
/*}*/
/*.water-heaters .plaxer .wh-4 {*/
/*    background: linear-gradient(270deg, rgb(198 198 198) 0%, rgb(198 198 198) 56%, rgba(15,71,192,1) 104%, rgba(15,71,192,1) 73%, rgb(255 255 255 / 80%) 73%, rgb(255 255 255 / 80%) 100%);*/
/*padding: 25px;    border: 5px solid #0f47c0;*/
/*}*/
/*.water-heaters .plaxer .wh-4 h3 {*/
/*	text-indent: 50px;*/
/*}*/
/*.water-heaters .wh .pad {*/
/*	background: #f5f5f5; margin-top: -8.5px;padding: 25px; border:7px solid #0f47c0;*/
/*}*/
/*.water-heaters .wh .pad hr {*/
/*	width: 75%;*/
/*}*/
/*.water-heaters h1 {*/
/*	    font-family: fantasy; text-align: center;*/
/*    font-size: 55px; background: #0f47c0; padding: 25px;  color: #fff;*/
/*}*/
/*.water-heaters h2 {*/
/*	    font-family: fantasy;*/
/*    font-size: 45px; color: #0f47c0;*/
/*}*/
/*.water-heaters h3 {*/
/*	    font-family: 'font4';*/
/*    letter-spacing: 2.5px; color: #fff;*/
/*		line-height: 50px;*/
/*		font-size: 25px;margin-right: -50px;*/
/*}*/
/*.water-heaters .wh h4 {*/
/*	    font-family: 'font4';*/
/*    letter-spacing: 2.5px; color: #0f47c0;*/
/*		line-height: 50px;*/
/*		font-size: 24px;*/
/*}*/
/*.water-heaters p {*/
/*	    font-family: font2;*/
/*    line-height: 35px;*/
/*		font-weight: 600; */
/*    font-size: 17px;*/
/**/
/*}*/
/*.recognition {*/
/*	padding: 50px 0px 50px 0px; background:  #0f47c0; color: #fff; margin-top: -200px;*/
/*}*/
/*.recognition h4 {*/
/*	font-family: font2; text-align: center; line-height: 50px;*/
/*}*/
/*.recognition h5 {*/
/*	font-family: fantasy; font-size: 30px; text-align: right;*/
/*}*/

/* ========================================================== */
/* 			           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: 0px 5px 10px; background: linear-gradient(90deg, rgba(15,71,192,1) 0%, rgba(198,198,198,1) 13%, rgba(198,198,198,1) 13%, rgba(198,198,198,1) 100%);	color: #0f47c0; font-size: 18px;	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold; margin-top:30px; text-align: center; 
}
.footer-section h6 {
	color: black;
    font-family: font2;
    font-size: 18px;
    font-weight: 600;
    padding: 10px; margin-left: 0px;
}
.footer-section h6:hover {
	background: #c6c6c6; color: #0f47c0; width: 72.7%; box-shadow: 1px 1px 10px 1px #000; text-indent: 15px;
}
.footer-section p {
	color: #1d2735; font-size: 15px;	font-family: 'font2';
}
.footer-section a {
	color: #1d2735; font-size: 16px;
}
.footer-section .service-cities p {
	margin:0 0 3px;
	text-align: center; 
}
.footer-section .foot-nav {
	    background: #0f47c0;
       padding-right: 0px;
    margin-top: -50px;
		padding-left: 0px; height: 75%;
    margin-left: -5px;
}
.footer-section .foot-nav h6 {
	color: #fff; font-family: font2; font-weight: 600; padding: 25px 1px 25px 1px; text-align: center; font-size: 20px;
}
.footer-section .foot-nav h6:hover {
	background: #C6C6C6; color: #1d2735; box-shadow: 0px 25px 0px 0px #C6C6C6;text-decoration: underline; 
}


}

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