/* ========================================== */
/* === CSS Table of Contents ================ */
/* === 2023 © Guardian Sages ================ */ 
/* ========================================== */

/* ========================================== */
/* === 1. Top Header Section ================ */
/* === 2. Navigation Section ================ */
/* === 3. Website Pages Section ============= */
/* ===    a. Home Section =================== */
/* ===    b. About Section ================== */
/* ===    c. Services Section =============== */
/* ===    d. Gallery Section ================ */
/* ===    e. Areas We Service Section ======= */
/* ===    f. Testimonials Section =========== */
/* ===    g. Contact Section ================ */
/* ===    h. Sections On Every Page ========= */
/* === 4. Misc. Section ===================== */
/* ===    a. Referrals Owl Carousel ========= */
/* ===    b. Default Classes ================ */
/* ===    c. Gallery Function Section ======= */
/* ===    d. Reviews Function Section ======= */
/* === 5. Footer Section ==================== */
/* === 6. Lg. Laptop CSS Section ============ */
/* === 7. Sm. Laptop CSS Section ============ */
/* === 8. Tablet CSS Section ================ */
/* === 9. Mobile CSS Section ================ */
/* === 10. Sm. Mobile CSS Section =========== */
/* ========================================== */

/* Google Fonts loaded via <link> in HTML head for better performance */

@font-face {
	font-family: 'font';
	src:url('../fonts/arvo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'font2';
	/*src:url('../fonts/poppins.ttf') format('truetype');*/
	src:url('../fonts/Nexa-ExtraLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Monoton-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*@font-face {*/
/*	font-family: 'font4';*/
/*	src:url('../fonts/maagkramp.ttf') format('truetype');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
@font-face {
	font-family: 'font4';
	/*src:url('../fonts/maagkramp.ttf') format('truetype');*/
	src:url('../fonts/Nexa-Heavy.ttf') format('truetype');
	
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'font5';
	/*src:url('../fonts/CocoGothic.ttf') format('truetype');*/
	src:url('../fonts/Nexa-Heavy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'font6';
	src:url('../fonts/Nexa-Heavy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
/*.top-header {*/
/*	position: fixed; width: 100%; z-index: 1; padding: 10px 0 10px 0;*/
/*	background: #007B4B;*/
/*	z-index: 3; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; margin-top: -10px;*/
/*}*/




.contact-form-container-fluid {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 50px 550px 40px 550px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-video-wrapper {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.background-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* Ensure content is above video */
.form-content {
  position: relative;
  z-index: 2;
  padding: 25px;
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}



.pool-expandable-button {
  position: fixed;
  bottom: 20px;
  right: 5px;
  width: auto;
  /*background-color: #3d3d3d;*/
    background-image: linear-gradient(to right, #005e3a 0%, #007741 51%, #e7951f 100%);

  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  
  width: 300px;

}
.pool-expandable-button img {
  width: 30%;
  height: 30%;
  /*border-radius: 50%;*/
}

.pool-expandable-button span {
  white-space: nowrap;
  font-weight: 500;
}
.pool-expandable-button p {
  /*white-space: nowrap;*/
  font-weight: 700;
}
/* Default collapsed state (shows just icon + label) */
.ppb-main {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  transition: opacity 0.3s ease;
  
  
      background-image: linear-gradient(to right, #005e3a 0%, #007741 51%, #e7951f 100%);
}



/* Hidden content initially */
.ppb-content {
  max-height: 0;
  opacity: 0;
  padding: 0 16px;
  transition: all 0.4s ease;
  pointer-events: none;
    background-image: linear-gradient(to right, #005e3a 0%, #007741 51%, #e7951f 100%);

}
/* Inner list */
.ppb-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.ppb-content li {
  margin: 6px 0;
}

.ppb-content li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.ppb-content li a:hover {
  color: #fff200;
}

.pool-expandable-button:hover {
  /*width: 260px;*/
  border-radius: 20px;
}
/* Reveal on hover */
.pool-expandable-button:hover .ppb-content {
  max-height: 300px;
  opacity: 1;
  padding: 10px 16px 16px;
  pointer-events: auto;
  
    background-image: linear-gradient(to right, #005e3a 0%, #007741 51%, #e7951f 100%);
}





/* CTA Button */
.pool-cta {
  display: inline-block;
	background-image: linear-gradient(to right, #e7951f 0%, #fcb61c 51%, #c9601b 100%);
  color: #fff;
  text-align: center;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.pool-cta:hover {
  background-color: #fff200;
}


.top-header {
    position: fixed;
    width: 100%;
    z-index: 10;
    padding: 10px 0;
    /*background: linear-gradient(90deg, #00412e, #00703f);*/
	
	background-image: linear-gradient(to right, #003f2d 0%, #005e3a  51%,  #007741 100%);
	background-size: 150% auto;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
    margin-top: -10px;
}

.top-header img {
	margin-top: 5px; margin-bottom: -45px;
}
.top-header div[class*='col-']:first-child {
	display: flex; justify-content: flex-end; align-items: center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0; font-size: 15px; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color: transparent;
}
.top-header div[class*='col-']:nth-child(2) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) a {
	/*padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: #6BBBAE; border-radius: 1.6rem; border: 1px double #6BBBAE;*/
	/**/

    background-image: linear-gradient(to right, #e7951f 0%, #fcb61c  51%, #c9601b  100%);
    margin: 10px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 220% auto;
    color: black;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
    display: max-content;
	
	/*#003f2d  #005e3a   #007741*/
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	/*background: transparent;*/
    /*display: inline-flex;*/
    /* background: #f8ba37; */
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
.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 {
	/*padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: #6BBBAE; border-radius: 1.6rem; border: 1px double #6BBBAE;*/
    background-image: linear-gradient(to right, #e7951f 0%, #fcb61c  51%, #c9601b  100%);
    margin: 10px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 220% auto;
    color: black;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
    display: max-content;
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	/*color: rgb(120,120,120);*/
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
.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: #f47721;*/
	background: #E57200;
	
	border-radius:100px;	height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: #007B4B; text-decoration:none !important; color: rgb(255,255,255);
}
.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;
}
.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;
}
.dropdown {
	float: left; position: relative;
}
.dropdown .dropbtn {
	font-size: 18px; border: none; outline: none;
	/*color: #073929;*/
	color: #173F35;
	margin: 0 28px;
    padding: 6px 0px; background-color: inherit;font-family: font2;  font-weight: 600;
}
.navbar a:hover, .dropdown:hover .dropbtn {
color: #E57200;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #fff; min-width: 300px; 
}
.dropdown-two {
	cursor: pointer; display: none; position: absolute;      left: 300px;
    top: 81px;
    min-width: 350px; background-color: #fff; 
}
.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: 10px 16px; display: block; text-align: left; font-size: 16px; font-family: font2; font-weight: 600; color: #173F35;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
	background-color: #6BBBAE;color: #E57200;
}
.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;
}
.tab {
	overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
	background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
	background-color: #ddd;
}
.tab button.active {
	background-color: #ccc;
}
.tabcontent {
	display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font'; text-align: center; font-size: 2rem; color: rgb(246,177,24);
}
.top-header-animate {
	/*background: #6BBBAE;*/
	/*background: #007B4B;*/
	
    /*background: linear-gradient(90deg, #00703f, #00412e);	*/
	background-position: right center; 
}



.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; overflow-x: hidden;
}
.navbar-scroll {
	padding:125px 0 0; position: fixed; background: #fff; width: 100%; z-index: 9;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; border-bottom: 2px solid #6BBBAE;
}
.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: #173F35; 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: #E57200;
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%;
}
.mobile-top-header {
	display: none !important;
}

/* ========================================== */
/* === Website Pages Section ================ */
/* ========================================== */

/**** Home Section ****/
.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);
}






.showcase {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
    overflow: visible;
}

.background-video {
      width: 100%;
    height: 1000px;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: -100px;
}
.video-overlay {
/*	    position: relative;
    padding: 200px 100px 100px 100px;
    margin-top: -895px;
    width: 100%; height: 900px;*/
        position: absolute;
        padding: 110px 10px 20px 10px;
        margin-top: -0;
        margin-bottom: 0;
        width: 100%; height: 100%;
        top: 0;
        display: flex;
        align-items: center;
        box-sizing: border-box;
				text-align:left;
    
}
.video-overlay .row {
	--bs-gutter-x: 0;
}
.video-overlay h1 {
    font-family: font2;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.video-overlay h1 span {
    font-size: 4rem;
    font-family: font6;
    text-shadow: 2px 2px 1px #000;
    font-weight: 500;

}
.video-overlay h1 i {
	font-family: font4; letter-spacing: 3px; font-weight: 500; font-size: 40px; color: #736c45;
}
.video-overlay h3 {
    font-family: font5;
    font-size: 17px;
    letter-spacing: 2px;
    margin-left: 50px;
    color: #00966C;
}
.video-overlay h3 span {
    font-family: 'font6';
    font-size: 2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #173F35;
}
.video-overlay h4 {
    font-family: font5;
    font-size: 20px;
    text-align: center;
		color:white;
}

.video-overlay a {
	width:auto;     display: inline-block; color: white;
}

 
.video-overlay p {
    font-family: font5;
    font-size: 17px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.video-overlay .boxer1 {
	padding: 25px; 
}
.video-overlay .boxer2 {
	padding: 15px; 
}

.video-overlay .service-button {
    background-image: linear-gradient(to right, #005e3a 0%, #007741  51%, #e7951f  100%);
    margin: 10px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 220% auto;
    color: white;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
    display: max-content;		
	
	
}
.video-overlay .service-button:hover {
    background-position: right center;
    text-decoration: none;	
	
}
.video-overlay .service-button:hover a{
	color:white;
}
.video-overlay .portfolio-button {
	/*padding: 15px 10px 10px 10px; background: #173F35; border-radius: 10px; color: #fff;*/
	
	
	/*#003f2d  #005e3a   #007741*/

	
	
	
    background-image: linear-gradient(to right, #005e3a 0%, #007741  51%, #e7951f  100%);
    margin: 10px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 220% auto;
    color: white;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
    display: max-content;
	
	
	

	
	
}
.video-overlay .box1 {
    background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pattern-3.webp) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 0px 5px 1px #000;
    background-color: #fff;
    padding: 50px 25px 20px 25px;
}

.video-overlay .box2 {
    padding: 20px 25px 20px 25px;
}

.hs-form-frame{
    width:100%;
    max-width:100%;
}

.hs-form-frame iframe{
    width:100% !important;
}
html, body{
    overflow-x:hidden;
}

.hs-form-frame{
    width:100%;
    max-width:100%;
    overflow:hidden;
}

.hs-form-frame *{
    max-width:100% !important;
}
.hs-form,
.hs-form-container,
.hs-form-frame{
    width:100% !important;
    max-width:100% !important;
}

.home-intro .portfolio-button:hover {
	/*padding: 15px 10px 10px 10px; background: #173F35; border-radius: 10px; color: #fff;*/
	
	
	/*#003f2d  #005e3a   #007741*/

    background-position: right center;
    text-decoration: none;	
	
	
}
.home-intro .portfolio-button:hover a{
	color:white;
}
/*
.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;
}
*/
.vertically-centered{
	    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home-intro {
	padding: 150px 0px 0px 0px;background: linear-gradient(to right, #0000003d, #0000003d), url(/img/homepage/pool-4.webp) no-repeat;
    background-size: cover;
    background-position: center center;
}
.home-intro .box1 {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pattern-3.webp) no-repeat;
    background-size: cover;
    background-position: center center; box-shadow: 0px 0px 5px 1px #000;
    background-color: #fff; padding: 50px 25px 100px 25px;
}
.home-intro .box2 {
	padding: 200px 25px 100px 25px;
}
.home-intro .service-button {
    background-image: linear-gradient(to right, #005e3a 0%, #007741  51%, #e7951f  100%);
    margin: 10px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 220% auto;
    color: white;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
    display: max-content;		
	
	
}
.home-intro .service-button:hover {
    background-position: right center;
    text-decoration: none;	
	
}
.home-intro .service-button:hover a{
	color:white;
}
.home-intro .portfolio-button {
	/*padding: 15px 10px 10px 10px; background: #173F35; border-radius: 10px; color: #fff;*/
	
	
	/*#003f2d  #005e3a   #007741*/

	
	
	
    background-image: linear-gradient(to right, #005e3a 0%, #007741  51%, #e7951f  100%);
    margin: 10px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 220% auto;
    color: white;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
    display: max-content;
	
	
	

	
	
}

.home-intro .portfolio-button:hover {
	/*padding: 15px 10px 10px 10px; background: #173F35; border-radius: 10px; color: #fff;*/
	
	
	/*#003f2d  #005e3a   #007741*/

    background-position: right center;
    text-decoration: none;	
	
	
}
.home-intro .portfolio-button:hover a{
	color:white;
}
.home-intro h1 {
	font-family: font2; font-weight: 600; font-size: 25px; color: #fff; text-shadow: 1px 1px 1px #000;
}
.home-intro h1 span {
	font-size: 4rem;
	font-family: font6;
	text-shadow: 2px 2px 1px #000; font-weight: 500;
}
.home-intro h3 {
	font-family: font5; font-size: 17px; letter-spacing: 2px; margin-left: 50px; color: #00966C;
}
.home-intro h3 span {
	font-family: 'font6'; font-size: 2rem; letter-spacing: 1px; text-transform: uppercase; color: #173F35;
}
.home-intro h4 {
	font-family: font5;
    font-size: 20px;
    text-align: center;
}
.home-intro a {
	color: inherit;
}
.home-intro p  {
	font-family: font5; font-size: 17px; color: #fff; text-shadow: 1px 1px 1px #000;
}
.home-intro.mobile-intro{
	display:none;
}



.home-spltter-intro {
    padding: 250px 30px 110px 30px;
    background-color: #ff6403 !important;
    background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pattern-3.webp) repeat;
    background-size: 50%;
}

.home-spltter-intro h2, .home-spltter-intro h3 {
	font-size: 45px; text-transform: uppercase; font-weight: 600; color: #fff; font-family: font6;
}

.home-spltter-intro h2 span, .home-spltter-intro h3 span {
	font-size: 65px; text-shadow: 1px 1px 1px #000;
}
@media (max-width: 991px){
.home-spltter-intro {
    padding: 250px 10px 250px 10px;
    background-color: #ff6403 !important;
    background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pattern-3.webp) repeat;
    background-size: 50%;
}
}
.home-offer {
	 text-align: center; /*margin-top: 400px;*/
}
.home-offer .container-fluid {
	padding: 0px;
}
.offer-btn-wrap {
    display: flex;
    justify-content: center;
}

.home-offer .spot1 {
	/*background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pool-2.jpg) no-repeat;*/
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/tartan-side-truck.webp) no-repeat;
    background-size: cover; height: 100%;
    background-position: center center;
}
.home-offer .spot2 {
	padding: 150px 0px 150px 0px;
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/water-1.webp) no-repeat;
    background-size: 25%; background-repeat: repeat; margin-left: -24px;
}
.home-offer .spot2 .inner {
    padding: 75px;
    background: #fff;
    margin-left: 100px;
    margin-right: 85px;
    /* box-shadow: 0px 0px 5px 0px #000; */
	box-shadow: -15px 15px 1px #007B4B;
    transition: 0.5s;
    position: relative;
    z-index: 1;
	
}
.home-offer h2 {
	font-family: font5; text-transform: uppercase; font-size: 15px; letter-spacing: 1px; font-weight: 600;
}
.home-offer h2 span {
	font-size: 45px;font-family: font6; letter-spacing: 0px; font-weight: 500;
	color: #E57200;
}
.home-offer p  {
	font-family: font5; font-size: 17px; 
}
.home-offer .service-button {
    background-image: linear-gradient(to right, #005e3a 0%, #007741  51%, #e7951f  100%);
    margin: 10px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 220% auto;
    color: white;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
    width: auto;
		width: max-content; 
	
	
}
.home-offer .service-button:hover {
    background-position: right center;
    text-decoration: none;	
	
}
.home-offer .service-button:hover a{
	color:white;
	
}
.home-offer a{
	color:white;
	font-weight: 700;
}

.home-offer h4{
	text-align:center;
}

.home-offer:hover .spot2 .inner{
	box-shadow: -25px 25px 1px #007B4B;
}
.home-offer .video-col {
    position: relative;
    min-height: 600px; /* match visual intent */
    overflow: hidden;
}

.home-offer .video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-offer .video-bg iframe {
    width: 100%;
    height: 100%;
    pointer-events: none; /* makes it behave like a background */
}
.video-controls {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 5;
    display: flex;
    gap: 10px;
}

.video-controls button {
    background: rgba(0,0,0,0.65);
    color: #fff;
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}

.video-controls button:hover {
    background: rgba(0,0,0,0.85);
}











.mf-spinner{display:inline-block;width:1em;height:1em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:mfspin .75s linear infinite;vertical-align:-0.125em;margin-right:.5em}
@keyframes mfspin{to{transform:rotate(360deg)}}

.home1 {
	padding: 0px 0 75px 0;
	/*background: #daf0e6;*/
	/*background: #007B4B;*/
	/*background: linear-gradient(to right, #ffffff23, #ffffff23), url(/img/3-green.jpg);*/
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/tartan-quilt-pattern.webp);
	background-size: contain; 
}
.home1 .pad {
	padding-top: 50px;
}
.home1 .card {
	padding: 10px; background: #fff;
}
.home1 .card i{
	font-size: 3.5rem; 
}
.home1 .card:hover {
	cursor: pointer;
}


.home1 .card:hover i {
  animation: shake 0.5s;
  animation-iteration-count: 1;
}

.home1 .card:hover img {
  animation: shake 0.5s;
  animation-iteration-count: 1;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }

  50% { transform: translate(-1px, 2px) rotate(-10deg); }

  
  75% { transform: translate(1px, -2px) rotate(0deg); }
  
  100% { transform: translate(0px, 0px) rotate(0deg); }
}





.home1 h2 {
	font-family: 'font2'; font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home1 h3 {
	/*font-family: font4;*/
	font-family: font6;
	
	font-size: 45px; letter-spacing: 2px; text-transform: uppercase;color: #ffb81c;
	text-align: center; 
}
.home1 h4 {
	font-size: 17px;
	/*font-family: font5;*/
	font-family: font5;
	letter-spacing: 3px;
	/*color: #549993;*/
	color: #8c3d00;
	
	text-align: center; text-transform: uppercase; font-weight: 600;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify; color: rgb(150,150,150);
}
.home1 h3 span {
	/*color: #3D6B66;*/
	color: #ffb81c;
	font-size: 15px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 900px;
    display: flex;
    align-items: center;
}

.modal-layout {
    display: flex;
    align-items: center;
    gap: 20px;
}

.modal-image {
    width: 50%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.modal-text {
    width: 50%;
    text-align: left;
}

.modal-text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #173F35;
    margin-bottom: 15px;
}

.modal-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.cta-buttons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.cta-buttons .btn {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.cta-buttons .btn-primary {
    background-color: #549993;
}

.cta-buttons .btn-secondary {
    background-color: #3D6B66;
}

.cta-buttons .btn:hover {
    opacity: 0.9;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #888;
}

.close:hover {
    color: #000;
}

.home2 {
	 text-align: center;
}
.home2 .container-fluid {
	padding: 0px;
}
.home2 .spot1 {
	/*background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pool-2.jpg) no-repeat;*/
	/*background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/tartan-side-truck.webp) no-repeat;*/
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/tartan-van-bg.webp) no-repeat;

    background-size: cover; height: 100%;
    background-position: center center;
}
.home2 .spot2 {
	padding: 150px 0px 150px 0px;
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pattern-2.webp) no-repeat;
    background-size: 25%; background-repeat: repeat; margin-left: -24px;
}
.home2 .spot2 .inner {
	padding: 75px; background: #fff; margin-left: -200px; margin-right: 200px;
	/*box-shadow: 0px 0px 5px 0px #000;*/

	box-shadow: 10px 10px 1px #007B4B;
	transition: 0.5s; 
}
.home2 h2 {
	font-family: font5; text-transform: uppercase; font-size: 15px; letter-spacing: 1px; font-weight: 600;
}
.home2 h2 span {
	font-size: 45px;font-family: font6; letter-spacing: 0px; font-weight: 500;
	color: #E57200;
}
.home2 p  {
	font-family: font5; font-size: 17px; 
}


.home2:hover .spot2 .inner{
	box-shadow: 25px 25px 1px #007B4B;
}





/* ============================
   Tartan Pools — FAQ Styles
   Targets: .tpFaq-wrap, .tpFaq, .tpFaq-item, .tpFaq-head, .tpFaq-body
   ============================ */

:root {
  /* Palette (pool-inspired) */
  --tp-bg: #E0F9E4;           /* section background */
  --tp-card: #ffffff;         /* item background */
  --tp-accent: #0ea5e9;       /* primary accent (sky/pool blue) */
  --tp-accent-2: #0369a1;     /* deeper accent for hover/focus */
  --tp-text: #0f172a;         /* slate-900 */
  --tp-text-soft: #475569;    /* slate-600 */
  --tp-border: #e2e8f0;       /* slate-200 */
  --tp-ring: #22d3ee;         /* cyan ring for focus */
  --tp-shadow: 0 6px 16px rgba(2, 132, 199, 0.10);

  /* Metrics */
  --tp-radius: 14px;
  --tp-pad-x: 1.1rem;
  --tp-pad-y: 1rem;
  --tp-gap: 14px;

  /* Typography */
  --tp-h2: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  --tp-h3: clamp(1.05rem, 1rem + .4vw, 1.15rem);
  --tp-body: 1rem;
  --tp-small: .9375rem;

  /* Animation */
  --tp-dur: .28s;
  --tp-ease: cubic-bezier(.2,.6,.2,1);
}

/* Wrapper */
.tpFaq-wrap {
  /*background: var(--tp-bg);
  border-top: 1px solid var(--tp-border);
  border-bottom: 1px solid var(--tp-border);*/
  padding: 75px 50px 75px 50px;
}

.home-faqs {
	padding: 100px 0px 100px 0px;
	   background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/tartan-quilt-pattern.webp);
    background-size: 70%;
}

.home-faqs h2 {
 font-family: font5;
    text-transform: uppercase;
    font-size:50px; padding: 35px; background: #fff;
    letter-spacing: 1px; text-align: center;
    font-weight: 600; width: fit-content;
    color: #E57200; border-radius: 10px; margin-bottom: 50px;
}

.home-faqs img {
	border-radius: 15px;
}

/* Container */
.tpFaq {
  display: grid;
  gap: var(--tp-gap);
}

/* Item card */
.tpFaq-item {
  background: var(--tp-card);
  border: 1px solid var(--tp-border);
  border-radius: var(--tp-radius);
  box-shadow: var(--tp-shadow);
  overflow: clip;
}

/* Header button */
.tpFaq-head {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: calc(var(--tp-pad-y) + 2px) calc(var(--tp-pad-x) + 8px);
  font-size: 18px;
  font-weight: 650; font-family: font5;
  line-height: 1.35;
  color: #0E7D49;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: .75rem;
  cursor: pointer;
  position: relative;
  transition: color var(--tp-dur) var(--tp-ease), background var(--tp-dur) var(--tp-ease);
}

/* Chevron indicator (pure CSS) */
.tpFaq-head::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--tp-text-soft);
  border-bottom: 2px solid var(--tp-text-soft);
  transform: rotate(-45deg);
  transition: transform var(--tp-dur) var(--tp-ease), border-color var(--tp-dur) var(--tp-ease);
}

/* Hover */
.tpFaq-head:hover {
  color: #E57200;
  background: #E0F9E4;
}

.tpFaq-head:hover::after {
  border-color: var(--tp-accent-2);
}

/* Focus visible (accessibility) */
.tpFaq-head:focus-visible {
  outline: 3px solid transparent;
  box-shadow:
    0 0 0 3px #fff,
    0 0 0 6px var(--tp-ring);
  border-radius: calc(var(--tp-radius) - 2px);
}

/* Expanded state */
.tpFaq-head[aria-expanded="true"] {
  color: #fff;
  background: #E57200;
}

.tpFaq-head[aria-expanded="true"]::after {
  transform: rotate(135deg); /* points up when open */
  border-color: var(--tp-accent-2);
}

/* Body panel */
.tpFaq-body {
  padding: var(--tp-pad-y) var(--tp-pad-x) calc(var(--tp-pad-y) + .25rem);
  border-top: 1px dashed var(--tp-border);
  background: #ffffff;
}

.tpFaq-body p {
  margin: 0 0 .75rem;
  color: black;;
  font-size: var(--tp-body);
}

.tpFaq-body ul {
  margin: .25rem 0 0;
  padding: 0 0 0 1.1rem;
}

.tpFaq-body li {
  /*color: var(--tp-text-soft);*/
	
	color:black;
  font-size: var(--tp-small);
  line-height: 1.5;
  margin: .35rem 0;
}

/* Links */
.tpFaq-body a {
  color: #E57200; font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color var(--tp-dur) var(--tp-ease), text-decoration-color var(--tp-dur) var(--tp-ease);
}

.tpFaq-body a:hover,
.tpFaq-body a:focus {
  color: var(--tp-accent);
  text-decoration-color: var(--tp-accent);
}

/* Dense layouts (mobile) */
@media (max-width: 640px) {
  .tpFaq-wrap {
    padding: 1.25rem 0 1.75rem;
  }
  .tpFaq-head {
    padding: calc(var(--tp-pad-y) + 1px) var(--tp-pad-x);
  }
  .tpFaq-body {
    padding: .85rem var(--tp-pad-x) 1rem;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .tpFaq-head,
  .tpFaq-head::after {
    transition: none;
  }
}

/* Optional dark mode alignment */
@media (prefers-color-scheme: dark) {
  :root {
    --tp-bg: #0b1220;
    --tp-card: #0f172a;
    --tp-text: #e5f1ff;
    --tp-text-soft: #b8c6d8;
    --tp-border: #1e293b;
    --tp-shadow: 0 8px 20px rgba(14, 165, 233, 0.18);
  }
  .tpFaq-head::after {
    border-color: var(--tp-text-soft);
  }
  .tpFaq-head[aria-expanded="true"] {
    background: linear-gradient(0deg, rgba(14,165,233,0.12), rgba(14,165,233,0.12));
  }
}



/* Tartan Pools — Reviews */
:root {
  --tp-card-bg: #f9f9f9;
  --tp-card-text: #0f172a;
  --tp-card-soft: #475569;
  --tp-border: #e2e8f0;
  --tp-accent: #0ea5e9;
  --tp-accent-2: #0369a1;
  --tp-radius: 14px;
  --tp-shadow: 0 10px 24px rgba(33, 198, 3, 0.12);
}

.tpReviews-wrap {
  margin: 2rem 0 2.5rem; padding: 100px 250px;
}

.tpReviews-head h2 {
  font-size: 45px; text-align: center; font-weight: 800; font-family: font4;
  margin: 0 0 1rem; margin-bottom: 50px;
  color: #0E7D49; text-transform: uppercase;
}

.tpReviews-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .tpReviews-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .tpReviews-grid { grid-template-columns: 1fr; }
}

.tpReview-card {
  background: var(--tp-card-bg);
  border: 1px solid var(--tp-border);
  border-radius: var(--tp-radius);
  box-shadow: var(--tp-shadow);
  padding: 75px 25px;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}

.tpReview-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(2,132,199,.16);
}

.tpReview-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: .35rem;
}

.tpReview-author {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--tp-card-text);
  margin: 0;
}

.tpReview-stars {
  font-size: 1rem;
  line-height: 1;
  color: #f59e0b; /* star gold */
  white-space: nowrap;
}

.tpReview-text {
  color: var(--tp-card-soft);
  line-height: 1.55;
  margin: .25rem 0 .75rem;
}

.tpReview-link {
  margin-top: auto;
  align-self: flex-start;
  color: #8c3d00;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.tpReview-link:hover { color: var(--tp-accent); }

.tpReviews-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 1rem;
}

.tpReviews-more {
  appearance: none;
  border: 1px solid #fff;
  background: #0e7d49;
  color: #fff;
  border-radius: 999px;
  padding: .6rem 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, transform .15s ease;
}
.tpReviews-more:hover { background: #096B3B; }
.tpReviews-more:active { transform: translateY(1px); }
.tpReviews-more:focus-visible {
  outline: 3px solid transparent;
  box-shadow:
    0 0 0 3px #fff,
    0 0 0 6px #22d3ee;
}

.tpReviews-leave {
  font-weight: 700;
  color: var(--tp-accent-2);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tpReviews-leave:hover { color: var(--tp-accent); }




.home3 {
	padding: 100px 50px 100px 50px;
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/water-1.webp) no-repeat;
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/water-1.webp) no-repeat;
    background-size: cover; background-attachment: fixed;
}
.home3 .container-fluid {
	padding: 0px;
}
.home3 h2 {
	font-family: font5; text-transform: uppercase; font-size: 15px; letter-spacing: 1px; font-weight: 600; text-align: center;
}
.home3 h2 span {
	font-size: 45px;font-family: font6; letter-spacing: 0px; font-weight: 500;  color: #173F35;
}
.home3 h3 {
	    text-align: center;
    font-family: font4;
    text-transform: uppercase;
    font-weight: 500;
	color: #007B4B;
    letter-spacing: 1px;
}
.home3 h4 {
	font-family: font5; font-size: 20px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600;
}
.home3 h5 {
	font-family: font5; font-size: 17px; font-weight: 500; display: none;
	transition: 0.5s; 
}
.home3 h4 span {
	font-size: 25px;
}
.home3 hr {
	    margin: 10px 0px 10px 0px; background: #007B4B;
}
.home3 .service1 {
	position: relative; margin: 25px 0px 25px 0px; height: 100px;
	transition: 0.5s; 
	
}

.home3 .service1:hover {
	transform: scale(1.05);
}

.home3 .service1:hover h4 span {
	color: #E57200; 
}

.home3 .service1:hover h4 {
	color: #E57200;
	
}

.home3 .service1:hover h5 {
	display: contents;
	
}
.home3 .service2 {
	position: relative; margin: 25px 0px 25px 0px; text-align: right; height: 100px;
	transition: 0.5s; 
}
.home3 .service2:hover {
	transform: scale(1.05);
}
.home3 .service2:hover h4 {
	color: #E57200;
	
}
.home3 .service2:hover h4 span {
	color: #E57200;
}
.home3 .service2:hover h5 {
	display: contents;
}
.emergency-home {

	color: #013628;
    /*background-repeat: repeat;*/
    /*background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pattern-3.webp) no-repeat;*/
    /*background-size: 50%;*/
	/*background: linear-gradient(to right, #ffffff21, #ffffff21), url(/img/3-green.jpg);*/
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/tartan-quilt-pattern.webp);
	background-size: contain;
    padding: 150px 0px 150px 0px;
}
.emergency-home h2 {
	font-family: font5; text-transform: uppercase; font-size: 15px; letter-spacing: 1px; font-weight: 600; text-align: center;
}
.emergency-home h2 span {
	font-size: 40px;font-family: font4; letter-spacing: 0px; font-weight: 500;
}
.emergency-home h3 {
    font-family: font5;
    text-transform: uppercase;
    font-weight: 600;
    padding: 45px 10px 45px 10px;
    text-align: center;
    margin-top: 35px;
    font-size: 35px;
    background: #fff;
    color: #007B4B;
    border-radius: 10px;
    border: 5px double #007B4B;
}
.emergency-home h3:hover {
	 border: 5px double #fff; color: #fff;
	 
	 /*background: #E57200;*/
	 background: linear-gradient(to right, #e7951f 0%, #fcb61c 51%, #c9601b 100%);
}
.emergency-home p {
	font-family: font5; font-size: 17px; letter-spacing: 1px; text-align: center;
}

.emergency-home .sider{
	
	background: #007B4B;
	padding: 25px;
	border-radius: 25px;
	box-shadow: 1px 1px 50px;;
	
}
.emergency-home .sider h2{
	
	color: #fff; 
}
.emergency-home .sider p{
	
	color: white; 
}







/* Emergency Home Section */
.emergency-home {
	color: #013628;
    /*background-repeat: repeat;*/
    /*background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pattern-3.webp) no-repeat;*/
    /*background-size: 50%;*/
	/*background: linear-gradient(to right, #ffffff21, #ffffff21), url(/img/3-green.jpg);*/
	background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
	background-size: contain;
    padding: 150px 0px 150px 0px;
}

/* Wrapper to keep pop-up behind */
.sider-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center; /* Centers the child elements */
    align-items: center;
    flex-direction: column;
}

/* Sider Box */
.sider {
    background: #007B4B;
    padding: 25px;
    border-radius: 25px;
    box-shadow: 1px 1px 10px;
    position: relative;
    z-index: 2;
    cursor: pointer; /* Indicates hover interaction */
    text-align: center;
}

/* Slide-down Section - Initially Hidden */
.emergency-popup {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); /* Centers it */
    top: 100%; /* Hidden right below .sider */
    width: 50%; /* Doesn't span full width */
	 background: linear-gradient(to right, #e7951f 0%, #fcb61c 51%, #c9601b 100%);
	 
	 
	 background-size: 220% auto; 
    text-align: center;
    padding: 0;
    height: 0px; /* Hidden initially */
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    transition: height 0.4s ease-in-out, padding 0.4s ease-in-out;
    overflow: hidden;
    z-index: 1;
	
	transition: 0.5s; 
}

/* Styling the link */
.emergency-popup a {
    font-family: font5;
    font-size: 1.5rem;;
    color: #007B4B;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 0;
}

/* Hover Effect - Expands Down from Behind */
.emergency-home:hover .emergency-popup {
    height: 60px; /* Expands downward */
    padding: 15px; /* Adds space */
	
	 /*background: linear-gradient(to right, #e7951f 0%, #fcb61c 51%, #c9601b 100%);*/
	 
	 
	
}
.emergency-home:hover .emergency-popup:hover{

	 background-position: right center; 
	 
}
.emergency-home:hover .emergency-popup:hover a {

	 
	 color: white; 
	 
}










.pool-coverage {
	position: relative;
}
.pool-coverage .container-fluid {
	padding: 0px;
}
.pool-coverage h2 {
	font-family: font4; text-transform: uppercase; text-align: center;
	padding: 10px 0px 10px 0px; background: #E57200; color: #fff; text-shadow: 1px 1px 1px #000;
	
	
	
    background-image: linear-gradient(to right, #e7951f 0%, #fcb61c 51%, #c9601b 100%);
    background-position: right center;
	
}
.pool-coverage h3 {
	    font-family: font5;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}
.pool-coverage p {
	    font-family: font5;
    font-size: 17px; text-align: center;
    letter-spacing: 1px;
}
.pool-coverage .card1 {
	padding: 175px 25px 225px 25px;
	    /*background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/coverage-1.jpg) no-repeat;*/
	    background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/tp-feature.webp) no-repeat;
    background-size: cover;
    height: 675px;
    background-position: center center;
}
.pool-coverage .card1 .card-content {
	background: #E57200; padding: 5px 15px 5px 15px; color: #fff; height: 425px; display: none; margin-top: -10px;
	
    background: #E57200;
    background-image: linear-gradient(to right, #e7951f 0%, #fcb61c 51%, #c9601b 100%);
    background-position: right center;		
}
.pool-coverage .card1:hover .card-content {
	display: block; background: #E57200;


    background: #E57200;
    background-image: linear-gradient(to right, #e7951f 0%, #fcb61c 51%, #c9601b 100%);
    background-position: right center;	
}
.pool-coverage .card2 {
	padding: 175px 25px 225px 25px;
	/*background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/coverage-2.jpg) no-repeat;*/
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/tp-maintain.webp) no-repeat;
    background-size: cover;
    height: 675px;
    background-position: center center;
}
.pool-coverage .card2 .card-content {
		background: #E57200; padding: 5px 15px 5px 15px; color: #fff; height: 425px; display: none; margin-top: -10px;
		
    background: #E57200;
    background-image: linear-gradient(to right, #e7951f 0%, #fcb61c 51%, #c9601b 100%);
    background-position: right center;			
}
.pool-coverage .card2:hover .card-content {
	display: block; background: #E57200;
	
	
    background: #E57200;
    background-image: linear-gradient(to right, #e7951f 0%, #fcb61c 51%, #c9601b 100%);
    background-position: right center;		
	
}
.pool-coverage .card3 {
	padding: 175px 25px 225px 25px;
	/*background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/coverage-3.jpg) no-repeat;*/
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/tp-service.webp) no-repeat;

    background-size: cover;
    height: 675px;
    background-position: center center;
}
.pool-coverage .card3 .card-content {
	background: #E57200; padding: 5px 15px 5px 15px; color: #fff; height: 425px; display: none; margin-top: -10px;
	
    background: #E57200;
    background-image: linear-gradient(to right, #e7951f 0%, #fcb61c 51%, #c9601b 100%);
    background-position: right center;	
}
.pool-coverage .card3:hover .card-content {
	display: block; background: #E57200;
    background: #E57200;
    background-image: linear-gradient(to right, #e7951f 0%, #fcb61c 51%, #c9601b 100%);
    background-position: right center;		
}
.pool-coverage .card4 {
	padding: 175px 25px 225px 25px;
	/*background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/coverage-5.jpg) no-repeat;*/
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/tp-option.webp) no-repeat;

	
    background-size: cover;
    height: 675px;
    background-position: center center;
}
.pool-coverage .card4 .card-content {
	/*background: #E57200;*/
    background-image: linear-gradient(to right, #e7951f 0%, #fcb61c 51%, #c9601b 100%);
    background-position: right center;	
	
	
	padding: 5px 15px 5px 15px; color: #fff; height: 425px; display: none; margin-top: -10px;
}
.pool-coverage .card4:hover .card-content {
	/*display: block; background: #E57200;*/
	
    display: block;
    background: #E57200;
    background-image: linear-gradient(to right, #e7951f 0%, #fcb61c 51%, #c9601b 100%);
    background-position: right center;	
	
}
/**** About Section ****/
.about-us {
	/*background: #6BBBAE;*/
	background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
	
	position: relative;
}
.about-us .container-fluid {
	padding: 0px;
}
.about-us .about-content {
	padding: 100px 25px 100px 25px;
}
.about-us .about-image {
	height: 100%;background: linear-gradient(to right, #00000000, #00000000), url(/img/about/pool-clean-1.jpg) no-repeat;
    background-size: cover;
}
.about-us h1 {
	font-family: font5; text-transform: uppercase; font-size: 15px; letter-spacing: 1px; font-weight: 600;
	
	/*color: #173F35;*/
	color: #ffb81c;
}
.about-us h1 span {
	font-size: 45px;font-family: font4; letter-spacing: 0px; font-weight: 500;
}
.about-us  p {
	    font-family: font5;
    font-size: 17px;
    letter-spacing: 1px;
	color:white; 
}


/*Blog Page Start*/
.blog1 {
	padding: 125px 0 75px 0;
	    background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: 20%; background-repeat: repeat;

}
.blog1 h1 {
	text-align: center;
	font-family: 'font4';
	text-transform: uppercase; letter-spacing: 2px;
	padding-bottom: 25px;
	color: #ffb81c;
	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: 'font4';
	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:580px;
}
.blog1 .pad {
	padding: 15px 10px 0px 10px;
}
.blog1 span {
	color: rgb(226,64,0);
}
.blog1 p {
	font-family: 'font2';
	color: rgb(20,20,20);
	font-size: 17px;
}
.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 {
	padding: 100px 0px 100px 0px; color: #fff; background: #007B4B; font-family: font4; text-transform: uppercase; font-weight: 500; 
}
.blog-top h1 {
	font-size: 25px;
}
.blog-top span {
	font-size: 50px;
}
.blog-template {
	background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: 60%; background-repeat: repeat;
	padding: 75px 0 75px 0;
}
.blog-template i {
	color: rgb(7, 155, 196);
}
.blog-template a {
	font-family: 'font4';
	color: rgb(7, 155, 196);
}
.blog-template h1 {
	color: white;
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template h2 {
	font-family: 'font4';text-transform: uppercase;
	color: #ffb81c;
	font-size: 33px;
}
.blog-template h3 {
	font-family: 'font2';
	font-weight: 600;
	color: #28bb94;
	color: #ffb81c;
	font-size: 25px;
}
.blog-template h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 400;
	font-family: 'font5';text-transform: uppercase;
	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: white;
	font-size: 1rem;
	font-family: 'font2';
	font-weight: 800;
}
.blog-template li {
	color: white;
	font-size: 17px;
	font-family: 'font5'; letter-spacing: 1px;
}
.blog-template li p span{
	color: white;
	font-size: 19px;
	font-family: 'font4';text-transform: uppercase;
	text-decoration:underline;
	font-weight:900;
}

.blog-template span.queen{
	color: white;
	font-size: 19px;
	font-family: 'font';
	text-decoration:none;
	font-weight:900;
}


.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);
}
/*FAQ Page*/
.faq {
	padding: 150px 0 75px 0;
	/*background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pattern-3.webp) no-repeat;*/
	background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: 35%; background-repeat: repeat;
}
.faq h1 {
	font-size: 45px;
	font-weight: 800;
	padding-bottom: 15px;
	color: #ffb81c;
	text-align: center;
}
.faq h2 {
	font-size: 25px;
	font-weight: 800;
	padding-bottom: 15px;
	color: #173F35;
	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: #E57200 !important;
}
.faq .bg-dark:hover {
  background-color: #6BBBAE !important; color: #173F35 !important;
}
.faq .content, .faq .content_2, .faq .content_3, .faq .content_4, .faq .content_5,
.faq .content_6, .faq .content_7, .faq .content_8, .faq .content_9, .faq .content_10, .faq .content_11 {
  overflow: hidden;
  max-height: 0px;
  
  transition: 300ms ease-in;
	background: rgb(255,255,255);

}
.faq .header, .faq .header_2, .faq .header_3, .faq .header_4, .faq .header_5,
.faq .header_6, .faq .header_7, .faq .header_8, .faq .header_9, .faq .header_10, .faq .header_11 {
  cursor: pointer;
  display: flex;
  font-family: font4;
  justify-content: space-between;
  align-items: center;
	text-transform: capitalize;
}
/*FAQ Page END*/

/****** REFERRALS START *******/
.referrals {
	position: relative;
	    background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%; padding: 100px 0px 100px 0px;
}

.referrals h1 {
	font-family: font4; text-align: center; font-size: 45px; color: #ffb81c; text-transform: uppercase;
}

/**/
/**/
/**/
.referrals-brochure {
	position: relative;
	    background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%; padding: 100px 0px 100px 0px;
}

.referrals-brochure h1 {
	font-family: font4; text-align: center; font-size: 45px; color: #ffb81c; text-transform: uppercase;
}


/****** REFERRALS END *******/
/**** Services Section ****/
.pool-service-near-me {
	padding: 100px 0px 100px 0px;
	/*background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pattern-3.webp) no-repeat;*/
	background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
	
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.pool-service-near-me .container-fluid {
	padding: 100px 200px 100px 200px;
}
.pool-service-near-me .bawks {
	padding: 25px; border-radius: 15px; border: 5px solid #E57200; background: #fff; width: 80%;
}
.pool-service-near-me h1 {
	font-family: font4; font-size: 35px; color: #007B4B; text-transform: uppercase; margin-left: 175px;
	
	color:#ffb81c;
}
.pool-service-near-me h1 span {
	font-size: 55px;
}
.pool-service-near-me h2 {
	font-family: font4; text-transform: uppercase; letter-spacing: 1px; font-size: 30px;
}
.pool-service-near-me h3 {
	font-family: font5; text-transform: uppercase; font-size: 17px; color: #5b5959; letter-spacing: 1px; text-indent: 25px;
}
.pool-service-near-me h5 {
	font-family: font2; font-weight: 600; color: #054C2B
}
.pool-service-near-me p {
	    font-family: font5;
    font-size: 17px;
    letter-spacing: 1px;
}
.pool-service-near-me .service1 {
	/*background: #77d0a7;*/
	/*background: #00966C;*/
	background: #E57200;
	border-radius: 25px; color: #fff;
}
.pool-service-near-me .service1 .service1-content {
	padding: 50px;
}
.pool-service-near-me .service1 .service1-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-chemical-1.jpg) no-repeat;
    background-size: cover; height: 100%; background-position: center center; border-top-right-radius: 25px; border-bottom-right-radius: 25px;
}
.pool-service-near-me .service2 {
	background: #E57200;  border-radius: 25px; color: #fff;
}
.pool-service-near-me .service2 .service2-content {
	padding: 50px;
}
.pool-service-near-me .service2 .service2-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-repair-1.jpg) no-repeat;
    background-size: cover; height: 100%; background-position: center center; border-top-left-radius: 25px; border-bottom-left-radius: 25px;
}

.pool-service-near-me .service3 {
	/*background: #00966C;*/
	background: #E57200;
	
	border-radius: 25px;  color: #fff;
}
.pool-service-near-me .service3 .service3-content {
	padding: 50px;
}
.pool-service-near-me .service3 .service3-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-schedule-1.jpg) no-repeat;
    background-size: cover; height: 100%; background-position: center center; border-top-right-radius: 25px; border-bottom-right-radius: 25px;
}
.pool-service-near-me .service4 {
	background: #E57200;  border-radius: 25px; color: #fff;
}
.pool-service-near-me .service4 .service4-content {
	padding: 50px;
}
.pool-service-near-me .service4 .service4-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-cleaner-1.jpg) no-repeat;
    background-size: cover; height: 100%; background-position: center center; border-top-left-radius: 25px; border-bottom-left-radius: 25px;
}

.pool-service-near-me .service5 {
	/*background: #00966C;*/

	background: #E57200;
	
	
	border-radius: 25px; color: #fff;
}
.pool-service-near-me .service5 .service5-content {
	padding: 50px;
}
.pool-service-near-me .service5 .service5-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-maintenance-1.jpg) no-repeat;
    background-size: cover; height: 100%; background-position: center center; border-top-right-radius: 25px; border-bottom-right-radius: 25px;
}

.pool-service-near-me .service6 {
	background: #E57200; border-radius: 25px; color: #fff;
}
.pool-service-near-me .service6 .service6-content {
	padding: 50px;
}
.pool-service-near-me .service6 .service6-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-rental-1.jpeg) no-repeat;
    background-size: cover; height: 100%; background-position: center center; border-top-left-radius: 25px; border-bottom-left-radius: 25px;
}


/*Pool Cleaning Process */
/**** Services Section ****/
.pool-cleaning-process {
	padding: 100px 0px 100px 0px;
	background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
	background-size: cover;
	background-repeat: repeat;
	background-size: 75%;
}

.pool-cleaning-process .container-fluid {
	padding: 100px 200px 100px 200px;
}

.pool-cleaning-process .bawks {
	padding: 25px;
	border-radius: 15px;
	border: 5px solid #E57200;
	background: #fff;
	width: 80%;
}

.pool-cleaning-process h1 {
	font-family: font4;
	font-size: 35px;
	color: #ffb81c;
	text-transform: uppercase;
	margin-left: 175px;
}
.pool-cleaning-process h1 span {
	font-size: 55px;
}
.pool-cleaning-process h2 {
	font-family: font4;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 30px;
}
.pool-cleaning-process h3 {
	font-family: font5;
	text-transform: uppercase;
	font-size: 17px;
	color: #5b5959;
	letter-spacing: 1px;
	text-indent: 25px;
}
.pool-cleaning-process h5 {
	font-family: font2;
	font-weight: 600;
	color: #054C2B;
}
.pool-cleaning-process p {
	font-family: font5;
	font-size: 17px;
	letter-spacing: 1px;
}

/* Step 1 */
.pool-cleaning-process .step1 {
	background: #E57200;
	border-radius: 25px;
	color: #fff;
}
.pool-cleaning-process .step1 .step1-content {
	padding: 50px;
}
.pool-cleaning-process .step1 .step1-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/1-assess.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	background-position: center center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

/* Step 2 */
.pool-cleaning-process .step2 {
	background: #E57200;
	border-radius: 25px;
	color: #fff;
}
.pool-cleaning-process .step2 .step2-content {
	padding: 50px;
}
.pool-cleaning-process .step2 .step2-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/2-skim.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	background-position: center center;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

/* Step 3 */
.pool-cleaning-process .step3 {
	background: #E57200;
	border-radius: 25px;
	color: #fff;
}
.pool-cleaning-process .step3 .step3-content {
	padding: 50px;
}
.pool-cleaning-process .step3 .step3-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/3-tile.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	background-position: center center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

/* Step 4 */
.pool-cleaning-process .step4 {
	background: #E57200;
	border-radius: 25px;
	color: #fff;
}
.pool-cleaning-process .step4 .step4-content {
	padding: 50px;
}
.pool-cleaning-process .step4 .step4-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/4-vacuum.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	background-position: center center;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

/* Step 5 */
.pool-cleaning-process .step5 {
	background: #E57200;
	border-radius: 25px;
	color: #fff;
}
.pool-cleaning-process .step5 .step5-content {
	padding: 50px;
}
.pool-cleaning-process .step5 .step5-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/5-filter.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	background-position: center center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

/* Step 6 */
.pool-cleaning-process .step6 {
	background: #E57200;
	border-radius: 25px;
	color: #fff;
}
.pool-cleaning-process .step6 .step6-content {
	padding: 50px;
}
.pool-cleaning-process .step6 .step6-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/6-testing.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	background-position: center center;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

/* Step 7 */
.pool-cleaning-process .step7 {
	background: #E57200;
	border-radius: 25px;
	color: #fff;
}
.pool-cleaning-process .step7 .step7-content {
	padding: 50px;
}
.pool-cleaning-process .step7 .step7-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/7-chemical.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	background-position: center center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

/* Step 8 */
.pool-cleaning-process .step8 {
	background: #E57200;
	border-radius: 25px;
	color: #fff;
}
.pool-cleaning-process .step8 .step8-content {
	padding: 50px;
}
.pool-cleaning-process .step8 .step8-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/8-equipment.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	background-position: center center;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

/* Step 9 */
.pool-cleaning-process .step9 {
	background: #E57200;
	border-radius: 25px;
	color: #fff;
}
.pool-cleaning-process .step9 .step9-content {
	padding: 50px;
}
.pool-cleaning-process .step9 .step9-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/9-reporting.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	background-position: center center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

/**/

.pool1  {
	padding: 150px 0 50px 0; background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
	
	
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.pool1 .box {
	border-radius: 15px; padding: 25px;	background: rgb(255,255,255);	border: 5px solid rgb(148,234,198); margin-top: 50px;
}
.pool1 .pad {
	padding-top: 35px;
}
.pool1 h1 {
	/*color: rgb(40,187,148);*/
	color: #ffb81c;
	font-size: 30px; font-weight: 500; text-align: left; font-family: font4; text-transform: uppercase; letter-spacing: 1px;
}
.pool1 h1 span {
	font-size: 50px;
}
.pool1 h4 {
	color: #E57200;	font-weight: 600;	font-size: 22px; text-align: left;
}
.pool1 p {
	font-size: 17px; text-align: justify;	font-weight: 500;	font-family: 'font5';	color: white;
}
.pool1 a {
	color: rgb(120,120,120); font-size: 16px;	font-weight: 600;	font-family: 'font2';
}
.pool1 a:hover {
	color: rgb(200,200,200);
}
.pool2 {
	padding: 15px 0 100px 0; background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.pool2 .pad {
	padding-top: 50px;
}
.pool2 .box {
	background: #E57200; padding: 30px;	border-radius: 15px; border: 1px dashed #007B4B;
}
.pool2 .box2 {
	background: #E57200; padding: 30px;	border-radius: 15px; border: 1px dashed #007B4B;
}
.pool2 h2 {
	color: rgb(255,255,255); padding-top: 40px; font-size: 30px; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; font-family: font4;
}
.pool2 h5 {
	color: #fff; font-family: font2; font-weight: 600; font-size: 17px;
}
.pool2 a {
	color: #fff; font-family: font5; text-transform: uppercase; letter-spacing: 2px;
}
.pool2 .txt {
	color: rgb(255,255,255); font-size: 16px; font-weight: 500; font-family: 'font5';
}
.pool2 img {
	border-radius: 15px; box-shadow: 1px 1px 10px 1px #000;
}
.pool2-a {
	padding: 15px 0 100px 0; background-image: linear-gradient(rgb(255,255,255,0.2), rgb(255,255,255,0.2)), url("/img/home-bg-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.pool2-a .pad {
	padding-top: 50px;
}
.pool2-a .box {
	background: rgb(39,187,148); padding: 30px;	border-radius: 15px; border: 1px dashed #007B4B;
}
.pool2-a h2 {
	color: rgb(255,255,255); padding-top: 40px; font-size: 25px; font-weight: 600;
}
.pool2-a h5 {
	font-size: 18px; font-weight: 600; color: rgb(255,255,255);
}
.pool2-a .txt {
	color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2';
}
.pool2-a img {
	border-radius: 15px;
	margin-top:0px;
}
.pool2-a a.learn-more {
    padding: 13px 45px;
    background: rgb(246,110,0);
    border-radius: 1.6rem;
    font-size: 15px;
    font-family: 'font2';
    font-weight: 600;
    color: rgb(255,255,255);
		text-shadow: 1px 1px 1px #444;
}




.serv1 {
	padding: 100px 0 75px 0; background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.serv1 .pad {
	padding-top: 45px;
}
.serv1 h1 {
	font-size: 30px; font-weight: 600; text-align: left; color: #ffb81c;
}
.serv1 h2 {
	font-size: 30px; font-weight: 600; text-align: left; color: #ffb81c;
}
.serv1 h4 {
	font-family: font2; font-weight: 600; color: #E57200; font-size: 20px;
}
.serv1 p {
	text-align: justify; font-size: 17px; color: white; font-family: 'font5'; padding-bottom: 10px;
}
.serv1 img {
	border-radius: 15px;
}

.serv1 .service-cta{
	background: black;
	color: white;
	border: 2px solid black;
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-flex;
	padding: 15px; 
}
.serv1 .service-cta:hover{
	background: white;
	color: black;;
}
/**** Pool Maintenance Expansion Sections ****/

.serv1 .pool-info-box {
    padding: 30px;
    margin: 35px 0;
    background: rgba(0,0,0,0.78);
    border-left: 7px solid #ffb81c;
    border-radius: 15px;
    box-shadow: 0px 12px 30px rgba(0,0,0,0.28);
}

.serv1 .pool-info-box h2 {
    color: #ffb81c;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}

.serv1 .pool-info-box p {
    color: #fff;
    font-size: 17px;
    line-height: 1.75;
    text-align: justify;
    padding-bottom: 8px;
}

/**** Why It Matters / Gilbert Climate Box ****/

.serv1 .pool-why-matters {
    padding: 35px;
    margin: 40px 0;
    background: linear-gradient(135deg, rgba(229,114,0,0.95), rgba(255,184,28,0.92));
    border-radius: 18px;
    box-shadow: 0px 14px 35px rgba(0,0,0,0.3);
}

.serv1 .pool-why-matters h2 {
    color: #000;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 16px;
}

.serv1 .pool-why-matters p {
    color: #000;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 600;
    text-align: center;
}

/**** Pool Maintenance Process Cards ****/

.serv1 .pool-process-wrap {
    margin: 45px 0;
}

.serv1 .pool-process-title {
    text-align: center;
    margin-bottom: 28px;
}

.serv1 .pool-process-title h2 {
    color: #ffb81c;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.serv1 .pool-process-title p {
    max-width: 850px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.serv1 .pool-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.serv1 .pool-process-step {
    background: rgba(255,255,255,0.96);
    border-radius: 15px;
    padding: 26px 22px;
    box-shadow: 0px 12px 30px rgba(0,0,0,0.25);
    border-top: 6px solid #ffb81c;
}

.serv1 .pool-process-step strong {
    display: block;
    color: #E57200;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 8px;
}

.serv1 .pool-process-step h3 {
    color: #000;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 10px;
}

.serv1 .pool-process-step p {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    padding-bottom: 0;
}

/**** Value / Cost Split Section ****/

.serv1 .pool-split-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 45px 0;
}

.serv1 .pool-split-box {
    padding: 30px;
    background: rgba(255,255,255,0.96);
    border-radius: 15px;
    box-shadow: 0px 12px 30px rgba(0,0,0,0.25);
}

.serv1 .pool-split-box h2 {
    color: #E57200;
    font-size: 28px;
    font-weight: 800;
    text-align: left;
    margin-bottom: 14px;
}

.serv1 .pool-split-box p {
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    padding-bottom: 8px;
}

/**** Simple CTA Add-On ****/

.serv1 .pool-maintenance-cta {
    margin: 45px 0 10px 0;
    padding: 40px 30px;
    background: rgba(0,0,0,0.85);
    border: 2px solid #ffb81c;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0px 14px 35px rgba(0,0,0,0.32);
}

.serv1 .pool-maintenance-cta h2 {
    color: #ffb81c;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 12px;
}

.serv1 .pool-maintenance-cta p {
    max-width: 850px;
    margin: 0 auto 22px auto;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
}

.serv1 .pool-maintenance-cta .service-cta {
    background: #ffb81c;
    color: #000;
    border-color: #ffb81c;
}

.serv1 .pool-maintenance-cta .service-cta:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

/**** Responsive ****/

@media(max-width: 991px) {
    .serv1 .pool-process-grid,
    .serv1 .pool-split-grid {
        grid-template-columns: 1fr;
    }

    .serv1 .pool-info-box h2,
    .serv1 .pool-split-box h2 {
        text-align: center;
    }

    .serv1 .pool-info-box p,
    .serv1 .pool-split-box p,
    .serv1 .pool-process-step p {
        text-align: center;
    }
}

@media(max-width: 575px) {
    .serv1 .pool-info-box,
    .serv1 .pool-why-matters,
    .serv1 .pool-process-step,
    .serv1 .pool-split-box,
    .serv1 .pool-maintenance-cta {
        padding: 24px 18px;
    }

    .serv1 .pool-why-matters h2,
    .serv1 .pool-process-title h2,
    .serv1 .pool-maintenance-cta h2 {
        font-size: 26px;
    }
}
/**** Gallery Section ****/
.gallery-page {
	padding: 75px 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);
}
.gallery-page h2 {
	font-size: 2rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

.gallery-page p {
	font-family: font5;
}
.gallery-page li strong {
	color: #007741 ; line-height: 45px;
}
.gallery-page a {
	color: #007741 ;
}

.gallery-page .gallery-support-content {
	padding: 40px 200px 40px  200px;
}

/**** Areas We Service Section ****/
.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);
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.area1 {
	padding: 100px 0 75px 0;  background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.area1 h1 {
	text-align: left; font-weight: 600; font-size: 30px; color: #ffb81c;
}
.area1 p {
	text-align: justify; font-weight: 600; font-family: 'font2'; font-size: 17px; color: white;
}
.area1 iframe {
	width: 100%; height: 100%; border-radius: 15px;
}
.area1 a.learn-more {
	padding: 13px 45px; background: rgb(246,110,0); border-radius: 1.6rem; font-size: 24px; font-family: 'font2'; font-weight: 600; color: rgb(255,255,255);
	
	display: inline-block ;
}
.area2 {
	padding: 100px 0 75px 0;  background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.area2 h2 {
	text-align: left; font-weight: 600; font-size: 30px; color:#ffb81c;
}
.area2 p {
	text-align: justify; font-weight: 600; font-family: 'font2'; font-size: 17px; color: white; 
}
.area2 iframe {
	width: 100%; height: 100%; border-radius: 15px;
}
.area2 a.learn-more {
	padding: 13px 45px; background: rgb(246,110,0); border-radius: 1.6rem; font-size: 24px; font-family: 'font2'; font-weight: 600; color: rgb(255,255,255);
}
.area3 {
	padding: 100px 0 75px 0;  background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.area3 h2 {
	text-align: left; font-weight: 600; font-size: 30px; color: #ffb81c;
}
.area3 p {
	text-align: justify; font-weight: 600; font-family: 'font2'; font-size: 17px; color: white;
}
.area3 iframe {
	width: 100%; height: 100%; border-radius: 15px;
}
.area3 a.learn-more {
	padding: 13px 45px; background: rgb(246,110,0); border-radius: 1.6rem; font-size: 24px; font-family: 'font2'; font-weight: 600; color: rgb(255,255,255);
}
.seo1 {
	padding: 135px 0 75px 0; background: linear-gradient(to right, #0000007d, #0000007d), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 50%;
}
.seo1 h1 {
	text-align: left; font-weight: 600; font-size: 35px; color: #ffb81c;
}
.seo1 h2 {
	text-align: left; font-weight: 600; font-size: 35px; color: #ffb81c;
}
.seo1 h3 {
	text-align: left; font-weight: 600; font-size: 20px; color: #ffb81c;
}
.seo1 h4 {
	text-align: left; font-weight: 600; font-size: 20px; color: rgb(246,110,0);
}
.seo1 p {
	text-align: justify; font-weight: 600; font-family: 'font2'; font-size: 17px; color: white; letter-spacing: 1px;
}
.seo1 li p span{
	text-decoration: underline;
	font-weight: 700; 
}

.seo1 img{
	
	box-shadow: 2px 2px 10px black; 
}
.seo1 iframe {
	width: 100%; height: 100%; border-radius: 15px;
}
/**** Contact Section ****/
.contact-intro {
	padding: 100px 0px 100px 0px; background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: cover;
}
.contact-intro h1 {
	font-family: font4; text-transform: uppercase; letter-spacing: 1px; color: #ffb81c; font-size: 20px;
}
.contact-intro p {
	color:white; 
}
.contact-intro h1 span {
	font-size: 50px;
}
/**** Testimonials Section ****/
.testimonials {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
/**** Privacy Policy ****/
.privacy-section {
	padding: 100px 0 50px 0; background: #f9f9f9;
}
.privacy-section h1 {
	font-family: font5; text-transform: uppercase; font-size: 2.5rem; letter-spacing: 1px; font-weight: 600;  color: #007B4B;
	text-align:center;
}
.privacy-section h2 {
	font-family: font5; text-transform: uppercase; font-size: 1.6rem; letter-spacing: 1px; font-weight: 600;  color: #007B4B;
}
.privacy-section h2 span {
	font-size: 35px;font-family: font4; letter-spacing: 0px; font-weight: 500;
}
.privacy-section h3 {
	    font-family: font2;
    text-transform: uppercase;
    font-size: 17px;
	line-height: 40px;
    letter-spacing: 1px;
}
.privacy-section h3 strong {
	font-family: font5;
}
.privacy-section p {
	    font-family: ;
    font-size: 17px;
    letter-spacing: 1px;
}
.privacy-section a {
	color: inherit;
}

/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0; background: #f9f9f9;
}
.contact-section h2 {
	font-family: font5; text-transform: uppercase; font-size: 15px; letter-spacing: 1px; font-weight: 600;  color: #007B4B;
}
.contact-section h2 span {
	font-size: 35px;font-family: font4; letter-spacing: 0px; font-weight: 500;
}
.contact-section h3 {
	    font-family: font2;
    text-transform: uppercase;
    font-size: 17px;
	line-height: 40px;
    letter-spacing: 1px;
}
.contact-section h3 strong {
	font-family: font5;
}
.contact-section p {
	    font-family: font5;
    font-size: 17px;
    letter-spacing: 1px;
}
.contact-section a {
	color: inherit;
}

.referral-section {
	background: #fff; position: relative;
}

.referral-section .referral-box {
	padding: 150px 0px 150px 0px;background: linear-gradient(to right, #e0973066, #e0973066), url(/img/tartan-quilt-pattern-orange2.png);
    background-size: cover;
    background-repeat: repeat;
    background-size: 535%;
}
/* ========================================== */
/* === Misc. Section ======================== */
/* ========================================== */

/****  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;
}

/**** 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;
}
.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;
}

/**** Gallery Function Section ****/
/**** Gallery Function Section ****/
[id^="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 0.30s ease; 
    -moz-transition: all 0.30s ease; 
    -o-transition: all 0.30s ease; 
    transition: all 0.30s ease;
}

[id^="portfolio"] input:hover {
    background-color: #fff;
    opacity: 1; /* Adjusted to ensure hover effect is visible */
}

button.mfp-close, button.mfp-arrow {
    outline: none !important;
}

[id^="portfolio"] {
    display: flex; 
    padding: 0; 
    overflow: hidden; 
    flex-wrap: wrap; 
    justify-content: center;
}

[id^="portfolio"] li {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    float: left; 
    position: relative; 
    overflow: hidden; 
    margin: 0 10px 20px;
}

[id^="portfolio"] li a {
    transform: scale(1,1); 
    display: block; 
    width: 100%; 
    height: 295px; 
    width: 490px; 
    overflow: hidden; 
    -o-transition: all 0.30s ease; 
    -moz-transition: all 0.30s ease; 
    -webkit-transition: all 0.30s ease; 
    transition: all 0.30s ease;
}

[id^="portfolio"] li a:hover {
    transform: scale(1.1,1.1) !important;
}

[id^="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);
}

[id^="portfolio"] li:hover .block-overlay {
    background-color: #000000cc;
}

[id^="portfolio"] li:hover input {
    left: 0;
}

[id^="portfolio"] .block-overlay {
    background: rgba(0,0,0,0.1); 
    z-index: 1; 
    -webkit-transition: all 0.30s ease; 
    -moz-transition: all 0.30s ease; 
    -o-transition: all 0.30s ease; 
    transition: all 0.30s ease;
}
.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 Function ****/
.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 Section ======================= */
/* ========================================== */
.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px;     background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pattern-3.webp) no-repeat;
    background-size: 25%; background-color: #fff;
    background-repeat: repeat;  font-size: 18px; font-weight: 400;
}
.footer-section .top-footer {
	padding: 50px 0px 50px 0px;
    background: #6BBBAE;
    color:#173F35;
	
	
	/*background: linear-gradient(to right, #ffffff21, #ffffff21), url(/img/3-green.jpg);*/
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/tartan-quilt-pattern.webp);
	background-size: contain;
	
	
}
.footer-section .top-footer h5 {
	font-family: font2; font-weight: 600;
	color: white;
	font-size: 20px; text-align: center;
}
.footer-section .top-footer h5:hover {
	color: #E57200;
}
.footer-section .top-footer .footer-service-link {
	font-family: font2; font-weight: 600;
	color: white;
	font-size: 20px; text-align: center;
	display: block;
}
.footer-section .top-footer .footer-service-link:hover {
	color: #E57200;
}
.footer-section .h-card {
	text-align: center;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	 font-size: 15px; font-family: 'font2';
}
.footer-section a {
	 font-size: 16px; color: inherit;
}
.footer-section a.extra {
	 position:relative; 
	 font-size: 16px; color: inherit;
	 
	 text-decoration:underline;
	 font-weight: 600;
	 transition: 0.5s;
	 display:inline-block; 
}
.footer-section a.extra:hover {
	transform: scale(1.04); 
	 
}
.footer-section a.extra::after {
content: ''; 
position:absolute;
height: 3px;
background: rgb(0, 123, 75);

bottom: -4px;

width:100%;
left:0;

}




.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height: 8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600;color: #173F35;
}
.service-cities h3 {
	font-size: 35px; font-family: 'font2'; font-weight: 600; text-align: center;color:#173F35;
}
.bottom-footer {
	background: #007B4B; padding: 25px 0px 15px 0px; color: #fff;
}
.bottom-footer a {
	color: #fff;
}
.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;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration: none !important; color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0; background: #6BBBAE; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: #173F35;
}






/* === Sm. Laptop CSS Section ================= */
@media screen and (max-width: 1500px) {
.dropdown .dropbtn {
    font-size: 14px;
    border: none;
    outline: none;
    color: #173F35;
    margin: 0 21px;
    padding: 6px 0px;
    background-color: inherit;
    font-family: font2;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link {
    margin: 0 22px;
    padding: 6px 0px;
    font-weight: 900;
    font-size: 16px;
    color: #173F35;
    font-family: 'font2';
}
.top-header div[class*='col-']:nth-child(3) a {
    background-image: linear-gradient(to right, #e7951f 0%, #fcb61c  51%, #c9601b  100%);
    margin: 10px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 220% auto;
    color: black;
    box-shadow: 0 0 10px black;
    font-size: 0.6rem;
    border-radius: 10px;
    display: max-content;
}
.top-header div[class*='col-']:nth-child(4) a {
    background-image: linear-gradient(to right, #e7951f 0%, #fcb61c  51%, #c9601b  100%);
    margin: 10px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 220% auto;
    color: black;
    box-shadow: 0 0 10px black;
    font-size: 0.6rem;

    border-radius: 10px;
	
    display: max-content;
}
/**** Services Section ****/
.pool-service-near-me {
	padding: 100px 0px 100px 0px; background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.pool-service-near-me .container-fluid {
	padding: 100px 10px 100px 10px;
}
.pool-service-near-me .bawks {
	padding: 25px; border-radius: 15px; border: 5px solid #E57200; background: #fff; width: 80%;
}
.pool-service-near-me h1 {
	font-family: font4; font-size: 35px; color: #ffb81c; text-transform: uppercase; margin-left: 175px;
}
.pool-service-near-me h1 span {
	font-size: 55px;
}
.pool-service-near-me h2 {
	font-family: font4; text-transform: uppercase; letter-spacing: 1px; font-size: 30px;
}
.pool-service-near-me h3 {
	font-family: font5; text-transform: uppercase; font-size: 17px; color: #5b5959; letter-spacing: 1px; text-indent: 25px;
}
.pool-service-near-me h5 {
	font-family: font2; font-weight: 600; color: #054C2B
}
.pool-service-near-me p {
	    font-family: font5;
    font-size: 17px;
    letter-spacing: 1px;
}
.pool-service-near-me .service1 {
	background: #E57200;  border-radius: 25px; color: #fff;
}
.pool-service-near-me .service1 .service1-content {
	padding: 50px;
}
.pool-service-near-me .service1 .service1-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-chemical-1.jpg) no-repeat;
    background-size: cover; height: 100%; background-position: center center; border-top-right-radius: 25px; border-bottom-right-radius: 25px;
}
.pool-service-near-me .service2 {
	background: #E57200;  border-radius: 25px; color: #fff;
}
.pool-service-near-me .service2 .service2-content {
	padding: 50px;
}
.pool-service-near-me .service2 .service2-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-repair-1.jpg) no-repeat;
    background-size: cover; height: 100%; background-position: center center; border-top-left-radius: 25px; border-bottom-left-radius: 25px;
}

.pool-service-near-me .service3 {
	background: #E57200; border-radius: 25px;  color: #fff;
}
.pool-service-near-me .service3 .service3-content {
	padding: 50px;
}
.pool-service-near-me .service3 .service3-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-schedule-1.jpg) no-repeat;
    background-size: cover; height: 100%; background-position: center center; border-top-right-radius: 25px; border-bottom-right-radius: 25px;
}
.pool-service-near-me .service4 {
	background: #E57200;  border-radius: 25px; color: #fff;
}
.pool-service-near-me .service4 .service4-content {
	padding: 50px;
}
.pool-service-near-me .service4 .service4-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-cleaner-1.jpg) no-repeat;
    background-size: cover; height: 100%; background-position: center center; border-top-left-radius: 25px; border-bottom-left-radius: 25px;
}

.pool-service-near-me .service5 {
	background: #E57200;  border-radius: 25px; color: #fff;
}
.pool-service-near-me .service5 .service5-content {
	padding: 50px;
}
.pool-service-near-me .service5 .service5-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-maintenance-1.jpg) no-repeat;
    background-size: cover; height: 100%; background-position: center center; border-top-right-radius: 25px; border-bottom-right-radius: 25px;
}

.pool-service-near-me .service6 {
	background: #E57200; border-radius: 25px; color: #fff;
}
.pool-service-near-me .service6 .service6-content {
	padding: 50px;
}
.pool-service-near-me .service6 .service6-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-rental-1.jpeg) no-repeat;
    background-size: cover; height: 100%; background-position: center center; border-top-left-radius: 25px; border-bottom-left-radius: 25px;
}

.pool1  {
	padding: 150px 0 50px 0; background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.pool1 .box {
	border-radius: 15px; padding: 25px;	background: rgb(255,255,255);	border: 5px solid rgb(148,234,198); margin-top: 50px;
}
.pool1 .pad {
	padding-top: 35px;
}
.pool1 h1 {
	color: #ffb81c; font-size: 30px; font-weight: 500; text-align: left; font-family: font4; text-transform: uppercase; letter-spacing: 1px;
}
.pool1 h1 span {
	font-size: 50px;
}
.pool1 h4 {
	color: #E57200;	font-weight: 600;	font-size: 22px; text-align: left;
}
.pool1 p {
	font-size: 17px; text-align: justify;	font-weight: 500;	font-family: 'font5';	color: white; 
}
.pool1 a {
	color: rgb(120,120,120); font-size: 16px;	font-weight: 600;	font-family: 'font2';
}
.pool1 a:hover {
	color: rgb(200,200,200);
}
.pool2 {
	padding: 15px 0 100px 0; background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.pool2 .pad {
	padding-top: 50px;
}
.pool2 .box {
	background: #E57200; padding: 30px;	border-radius: 15px; border: 1px dashed #007B4B;
}
.pool2 .box2 {
	background: #E57200; padding: 30px;	border-radius: 15px; border: 1px dashed rgb(183, 90, 33);
}
.pool2 h2 {
	color: rgb(255,255,255); padding-top: 40px; font-size: 30px; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; font-family: font4;
}
.pool2 h5 {
	color: #fff; font-family: font2; font-weight: 600; font-size: 17px;
}
.pool2 a {
	color: #fff; font-family: font5; text-transform: uppercase; letter-spacing: 2px;
}
.pool2 .txt {
	color: rgb(255,255,255); font-size: 16px; font-weight: 500; font-family: 'font5';
}
.pool2 img {
	border-radius: 15px; box-shadow: 1px 1px 10px 1px #000;
}
.pool2-a {
	padding: 15px 0 100px 0; background-image: linear-gradient(rgb(255,255,255,0.2), rgb(255,255,255,0.2)), url("/img/home-bg-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.pool2-a .pad {
	padding-top: 50px;
}
.pool2-a .box {
	background: rgb(39,187,148); padding: 30px;	border-radius: 15px; border: 1px dashed #007B4B;
}
.pool2-a h2 {
	color: rgb(255,255,255); padding-top: 40px; font-size: 25px; font-weight: 600;
}
.pool2-a h5 {
	font-size: 18px; font-weight: 600; color: rgb(255,255,255);
}
.pool2-a .txt {
	color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2';
}
.pool2-a img {
	border-radius: 15px;
	margin-top:0px;
}
.pool2-a a.learn-more {
    padding: 13px 45px;
    background: rgb(246,110,0);
    border-radius: 1.6rem;
    font-size: 15px;
    font-family: 'font2';
    font-weight: 600;
    color: rgb(255,255,255);
		text-shadow: 1px 1px 1px #444;
}
.serv1 {
	padding: 100px 0 75px 0; background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.serv1 .pad {
	padding-top: 45px;
}
.serv1 h1 {
	font-size: 30px; font-weight: 600; text-align: left; color: #ffb81c;
}
.serv1 h2 {
	font-size: 30px; font-weight: 600; text-align: left; color: #ffb81c;
}
.serv1 h4 {
	font-family: font2; font-weight: 600; color: #E57200; font-size: 20px;
}
.serv1 p {
	text-align: justify; font-size: 17px; color: white; font-family: 'font5'; padding-bottom: 10px;
}
.serv1 img {
	border-radius: 15px;
}


.home3 {
	padding: 100px 50px 100px 50px;    background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/water-1.webp) no-repeat;
    background-size: cover; background-attachment: fixed;
}
.home3 .container-fluid {
	padding: 0px;
}
.home3 h2 {
	font-family: font5; text-transform: uppercase; font-size: 15px; letter-spacing: 1px; font-weight: 600; text-align: center;
}
.home3 h2 span {
	font-size: 45px;font-family: font4; letter-spacing: 0px; font-weight: 500;  color: #173F35;
}
.home3 h3 {
	    text-align: center;
    font-family: font4;
    text-transform: uppercase;
    font-weight: 500;
	color: #007B4B;
    letter-spacing: 1px;
}
.home3 h4 {
	font-family: font5; font-size: 20px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600;
}
.home3 h5 {
	font-family: font5; font-size: 17px; font-weight: 500; display: none;
}
.home3 h4 span {
	font-size: 25px;
}
.home3 hr {
	    margin: 10px 0px 10px 0px; background: #007B4B;
}
.home3 .service1 {
	position: relative; margin: 25px 0px 25px 0px; height: auto;
}
.home3 .service1:hover h4 span {
	color: #E57200; 
}
.home3 .service1:hover h5 {
	display: contents;
}
.home3 .service2 {
	position: relative; margin: 25px 0px 25px 0px; text-align: right; height: auto;
}
.home3 .service2:hover h4 span {
	color: #E57200;
}
.home3 .service2:hover h5 {
	display: contents;
}

.emergency-home {
    /*background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pattern-3.webp) no-repeat;*/
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/tartan-quilt-pattern.webp)
    background-size: 50%;
	color: #013628;
    background-repeat: repeat;
    padding: 150px 0px 150px 0px;
}
.emergency-home h2 {
	font-family: font5; text-transform: uppercase; font-size: 15px; letter-spacing: 1px; font-weight: 600; text-align: center;
}
.emergency-home h2 span {
	font-size: 45px;font-family: font4; letter-spacing: 0px; font-weight: 500;
}
.emergency-home h3 {
    font-family: font5;
    text-transform: uppercase;
    font-weight: 600;
    padding: 45px 10px 45px 10px;
    text-align: center;
    margin-top: 35px;
    font-size: 35px;
    background: #fff;
    color: #007B4B;
    border-radius: 10px;
    border: 5px double #007B4B;
}
.emergency-home h3:hover {
	 border: 5px double #fff; color: #fff; background: #E57200;
}
.emergency-home p {
	font-family: font5; font-size: 17px; letter-spacing: 1px; text-align: center;
}
.pool-coverage {
	position: relative;
}
.pool-coverage .container-fluid {
	padding: 0px;
}
.pool-coverage h2 {
	font-family: font4; text-transform: uppercase; text-align: center;
	padding: 10px 0px 10px 0px; background: #E57200; color: #fff; text-shadow: 1px 1px 1px #000;
}
.pool-coverage h3 {
	    font-family: font5;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 1px;
}
.pool-coverage p {
	    font-family: font5;
    font-size: 17px; text-align: center;
    letter-spacing: 1px;
}
.pool-coverage .card1 {
	padding: 175px 25px 225px 25px;
	    background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/coverage-1.jpg) no-repeat;
    background-size: cover;
    height: 1000px;
    background-position: center center;
}
.pool-coverage .card1 .card-content {
	background: #E57200; padding: 5px 15px 5px 15px; color: #fff; height: auto; display: none; margin-top: -10px;
}
.pool-coverage .card1:hover .card-content {
	display: block; background: #E57200;
}
.pool-coverage .card2 {
	padding: 175px 25px 225px 25px;
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/coverage-2.jpg) no-repeat;
    background-size: cover;
    height: 1000px;
    background-position: center center;
}
.pool-coverage .card2 .card-content {
		background: #E57200; padding: 5px 15px 5px 15px; color: #fff; height: auto; display: none; margin-top: -10px;
}
.pool-coverage .card2:hover .card-content {
	display: block; background: #E57200;
}
.pool-coverage .card3 {
	padding: 175px 25px 225px 25px;
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/coverage-3.jpg) no-repeat;
    background-size: cover;
    height: 1000px;
    background-position: center center;
}
.pool-coverage .card3 .card-content {
	background: #E57200; padding: 5px 15px 5px 15px; color: #fff; height: auto; display: none; margin-top: -10px;
}
.pool-coverage .card3:hover .card-content {
	display: block; background: #E57200;
}
.pool-coverage .card4 {
	padding: 175px 25px 225px 25px;
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/coverage-5.jpg) no-repeat;
    background-size: cover;
    height: 1000px;
    background-position: center center;
}
.pool-coverage .card4 .card-content {
	background: #E57200; padding: 5px 15px 5px 15px; color: #fff; height: auto; display: none; margin-top: -10px;
}
.pool-coverage .card4:hover .card-content {
	display: block; background: #E57200;
}

.blog1 .box {
    padding: 0px 0px 20px 0px;
    border-radius: 15px;
    background: rgb(255,255,255);
    box-shadow: 0 0 15px #00000029;
    height: 650px;
}

/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
.dropdown-two {
    cursor: pointer;
    display: none;
    position: absolute;
    left: -350px;
    top: 81px;
    min-width: 350px;
    background-color: #fff;
}

.dropdown-one .dItem {
    color: black;
    padding: 8px 16px;
    display: block;
    text-align: left;
    font-size: 16px;
    font-family: font2;
    font-weight: 600;
    color: #173F35;
}

}

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



.pool-expandable-button {
  position: fixed;
  bottom: 20px;
  right: 0px;
  /*background-color: #3d3d3d;*/
    background-image: linear-gradient(to right, #005e3a 0%, #007741 51%, #e7951f 100%);

  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  
    /*width: auto;*/
}
.pool-expandable-button img {
  width: 25%;
  height: 25%;
  /*border-radius: 50%;*/
}

.pool-expandable-button span {
  white-space: nowrap;
  font-weight: 500;
}
.pool-expandable-button p {
  /*white-space: nowrap;*/
  font-weight: 700;
}
/* Default collapsed state (shows just icon + label) */
.ppb-main {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  transition: opacity 0.3s ease;
  
  
      background-image: linear-gradient(to right, #005e3a 0%, #007741 51%, #e7951f 100%);
}



/* Hidden content initially */
.ppb-content {
  max-height: 0;
  opacity: 0;
  padding: 0 16px;
  transition: all 0.4s ease;
  pointer-events: none;
    background-image: linear-gradient(to right, #005e3a 0%, #007741 51%, #e7951f 100%);

}
/* Inner list */
.ppb-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.ppb-content li {
  margin: 6px 0;
}

.ppb-content li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.ppb-content li a:hover {
  color: #fff200;
}

.pool-expandable-button:hover {
  /*width: 260px;*/
  border-radius: 20px;
}
/* Reveal on hover */
.pool-expandable-button:hover .ppb-content {
  max-height: 300px;
  opacity: 1;
  padding: 10px 16px 16px;
  pointer-events: auto;
  
    background-image: linear-gradient(to right, #005e3a 0%, #007741 51%, #e7951f 100%);
}

/* CTA Button */
.pool-cta {
  display: inline-block;
	background-image: linear-gradient(to right, #e7951f 0%, #fcb61c 51%, #c9601b 100%);
  color: #fff;
  text-align: center;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.pool-cta:hover {
  background-color: #fff200;
}	
	
.top-header img {
    margin-top: 5px;
    margin-bottom: -0;
    max-width: 100px; 
}
/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
}
.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;
}
.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;
}
.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);
}
.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;
}

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile, .navbar-sidebar .dropdown-menu-mobile-2, .navbar-sidebar .dropdown-menu-mobile-3 {
	position: relative; display: none; top: 0; left: 0; z-index: 1000; float: left; height: 0px; margin: 0; width: 100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: #549993; border: 0; visibility: hidden; border-radius: 0; transform: scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate, .dropdown-menu-animate-2, .dropdown-menu-animate-3  {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a, .navbar-sidebar .dropdown-menu-mobile-2 a, .navbar-sidebar .dropdown-menu-mobile-3 a  {
	color: black; font-weight:600 !important; font-size: 0.8rem; font-family: 'Raleway'; text-align: center;
}
.navbar-sidebar {
	padding-top: 130px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 1; overflow: auto;
}
.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 {
	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: 1200px;
}
.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: font4;
	color: black; 
}
.nav-link {
    color: black;
    font-family: font4;
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}
.nav-link .droptown-toggle-btn{
	font-family: font4; 
}





.showcase {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: visible;
}

.background-video {
    width: 100%;
    height: 75vh;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 0;
}
.video-overlay {
    position: absolute;
    padding: 100px 10px 20px 10px !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    text-align: left;
    display: flex !important;
    justify-content: center;
    align-items: flex-start !important;
    box-sizing: border-box;
    overflow-y: auto;
    
}
.video-overlay .row {
	--bs-gutter-x: 0;
}
.video-overlay h1 {
    font-family: font2;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.video-overlay h1 span {
    font-size: 2rem;
    font-family: font6;
    text-shadow: 2px 2px 1px #000;
    font-weight: 500;

}
.video-overlay h1 i {
	font-family: font4; letter-spacing: 3px; font-weight: 500; font-size: 40px; color: #736c45;
}
.video-overlay h3 {
    font-family: font5;
    font-size: 17px;
    letter-spacing: 2px;
    margin-left: 50px;
    color: #00966C;
}
.video-overlay h3 span {
    font-family: 'font6';
    font-size: 2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #173F35;
}
.video-overlay h4 {
    font-family: font5;
    font-size: 1rem;
    text-align: center;
		color:white;
}

.video-overlay a {
	width:auto;     display: inline-block;
}

 
.video-overlay p {
    font-family: font5;
    font-size: 17px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
		display: none;
}

.video-overlay .boxer1 {
	padding: 25px; 
}
.video-overlay .boxer2 {
	padding: 15px; 
}
.video-overlay .box1 {
    background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pattern-3.webp) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 0px 5px 1px #000;
    background-color: #fff;
    padding: 50px 25px 20px 25px;
    display: none;
}


.home-intro {
	padding: 70px 0px 0px 0px;background: linear-gradient(to right, #0000003d, #0000003d), url(/img/homepage/pool-4-mobile.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.home-intro .box1 {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pattern-3.webp) no-repeat;
    background-size: cover;
    background-position: center center; box-shadow: 0px 0px 5px 1px #000;
    background-color: #fff; padding: 50px 5px 100px 5px;
}
.home-intro .box2 {
	padding: 200px 25px 100px 25px;
}
.home-intro .service-button {
    background-image: linear-gradient(to right, #005e3a 0%, #007741  51%, #e7951f  100%);
    margin: 10px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 220% auto;
    color: white;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
    display: max-content;
}
.home-intro .portfolio-button {
	padding: 15px 10px 10px 10px; background: #173F35; border-radius: 10px; color: #fff;
}
.home-intro h1 {
	font-family: font2; font-weight: 600; font-size: 1.55rem; color: #fff; text-shadow: 1px 1px 1px #000;
}
.home-intro h1 span {
	font-size: 2.2rem; font-family: font4; text-shadow: 2px 2px 1px #000; font-weight: 500;
}
.home-intro h3 {
	font-family: font5; font-size: 1rem; letter-spacing: 2px; margin-left: 20px; color: #00966C;
}
.home-intro h3 span {
	font-family: font4; font-size: 2.25rem; letter-spacing: 1px; text-transform: uppercase; color: #173F35;
}
.home-intro h4 {
	font-family: font5;
    font-size: 20px;
    text-align: center;
}
.home-intro a {
	color: inherit;
}
.home-intro p  {
	font-family: font5; font-size: 17px; color: #fff; text-shadow: 1px 1px 1px #000;
}

.home-intro.mobile-intro{
	display:block;
}


.home1 {
	padding: 0px 0 75px 0; background: #6BBBAE;
}
.home1 .pad {
	padding-top: 200px;
}
.home1 .card {
	padding: 10px; background: #fff;
}
.home1 .card:hover {
	cursor: pointer;
}
.home1 h2 {
	font-family: 'font2'; font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home1 h3 {
	font-family: font4; font-size: 45px; letter-spacing: 2px; text-transform: uppercase;color: #173F35;
}
.home1 h4 {
	font-size: 17px; font-family: font5; letter-spacing: 3px; color: #8c3d00;
	text-align: center; text-transform: uppercase; font-weight: 600;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify; color: rgb(150,150,150);
}
.home1 h3 span {
	color: #3D6B66; font-size: 15px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 900px;
    display: flex;
    align-items: center;
}

.modal-layout {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 30px 0;
    margin: 0 auto;
}

.modal-image {
    width: 50%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.modal-text {
    width: 50%;
    text-align: left;
}

.modal-text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #173F35;
    margin-bottom: 15px;
}

.modal-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.cta-buttons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.cta-buttons .btn {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.cta-buttons .btn-primary {
    background-color: #549993;
}

.cta-buttons .btn-secondary {
    background-color: #3D6B66;
}

.cta-buttons .btn:hover {
    opacity: 0.9;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #888;
}

.close:hover {
    color: #000;
}





.home-offer .spot1 {
	/*background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pool-2.jpg) no-repeat;*/
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/tartan-side-truck.webp) no-repeat;
    background-size: cover; height: 100%;
    background-position: center center;
}
.home-offer .spot2 {
	padding: 150px 0px 150px 0px;
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/water-1.webp) no-repeat;
    background-size:100%; background-repeat: repeat; margin-left: -24px;
}
.home-offer .spot2 .inner {
    padding: 75px 30px;
    background: #fff;
    margin-left: -0;
    margin-right: 0;
    /* box-shadow: 0px 0px 5px 0px #000; */
    box-shadow: 10px 10px 1px #007B4B;
    transition: 0.5s;
    position: relative;
    z-index: 1;
	
}
.home-offer h2 {
	font-family: font5; text-transform: uppercase; font-size: 15px; letter-spacing: 1px; font-weight: 600;
}
.home-offer h2 span {
	font-size: 45px;font-family: font6; letter-spacing: 0px; font-weight: 500;
	color: #E57200;
}
.home-offer p  {
	font-family: font5; font-size: 17px; 
}
.home-offer .service-button {
    background-image: linear-gradient(to right, #005e3a 0%, #007741  51%, #e7951f  100%);
    margin: 10px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 220% auto;
    color: white;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
    width: auto;
		width: max-content; 
	
	
}
.home-offer .service-button:hover {
    background-position: right center;
    text-decoration: none;	
	
}
.home-offer .service-button:hover a{
	color:white;
	
}
.home-offer a{
	color:white;
	font-weight: 700;
}

.home-offer h4{
	text-align:center;
}

.home-offer:hover .spot2 .inner{
	box-shadow: 25px 25px 1px #007B4B;
}
.home-offer .video-col {
    position: relative;
    min-height: 600px; /* match visual intent */
    overflow: hidden;
}

.home-offer .video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-offer .video-bg iframe {
    width: 100%;
    height: 100%;
    pointer-events: none; /* makes it behave like a background */
}



.home2 {
	 text-align: center;
}
.home2 .container-fluid {
	padding: 0px;
}
.home2 .spot1 {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pool-2.jpg) no-repeat;
    background-size: cover; height: 100%;
    background-position: center center;
}
.home2 .spot2 {
	padding: 150px 0px 150px 0px;     background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pattern-2.webp) no-repeat;
    background-size: cover; background-repeat: repeat; margin-left: -0;
}
.home2 .spot2 .inner {
	padding: 75px 5px; background: #fff; margin-left: -0; margin-right: 0; box-shadow: 0px 0px 5px 0px #000;
}
.home2 h2 {
	font-family: font5; text-transform: uppercase; font-size: 1rem; letter-spacing: 1px; font-weight: 600;
}
.home2 h2 span {
	font-size: 1.75rem;font-family: font4; letter-spacing: 0px; font-weight: 500;
}
.home2 p  {
	font-family: font5; font-size: 17px; 
}
.home3 {
	padding: 100px 10px 100px 10px;    background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/water-1-mobile.png) no-repeat;
    background-size: cover; background-attachment: fixed;
}
.home3 .container-fluid {
	padding: 0px;
}
.home3 h2 {
	font-family: font5; text-transform: uppercase; font-size: 1rem; letter-spacing: 1px; font-weight: 600; text-align: center;
}
.home3 h2 span {
	font-size: 2rem;font-family: font4; letter-spacing: 0px; font-weight: 500;  color: #173F35;
}
.home3 h3 {
	    text-align: center;
    font-family: font4;
    text-transform: uppercase;
    font-weight: 500;
	color: #007B4B;
    letter-spacing: 1px;
}
.home3 h4 {
	font-family: font5; font-size: 1.3rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 600;
	text-align:center; 
}
.home3 h5 {
	font-family: font5; font-size: 17px; font-weight: 500; display: none;
}
.home3 h4 span {
	font-size: 25px;
}
.home3 hr {
	    margin: 10px 0px 10px 0px; background: #007B4B;
}
.home3 .service1 {
	position: relative; margin: 25px 0px 25px 0px;
	/*height: 100px;*/
	height: auto;
}
.home3 .service1:hover h4 span {
	color: #E57200; 
}
.home3 .service1:hover h5 {
	display: contents;
}
.home3 .service2 {
	position: relative; margin: 25px 0px 25px 0px; text-align: right; height: auto;
}
.home3 .service2:hover h4 span {
	color: #E57200;
}
.home3 .service2:hover h5 {
	display: contents;
}
.home-faqs h2 {
    font-family: font5;
    text-transform: uppercase;
    font-size: 2.5rem;
    padding: 35px;
    background: #fff;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    width: fit-content;
    color: #E57200;
    border-radius: 10px;
    margin-bottom: 50px;
}

.tpReviews-wrap {
    margin: 2rem 0 2.5rem;
    padding: 100px 20px;
}
.emergency-home {
    background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/pattern-3.webp) no-repeat;
    background-size: 50%;
	color: #013628;
    background-repeat: repeat;
    padding: 150px 0px 150px 0px;
}
.emergency-home h2 {
	font-family: font5; text-transform: uppercase; font-size: 15px; letter-spacing: 1px; font-weight: 600; text-align: center;
}
.emergency-home h2 span {
	font-size: 45px;font-family: font4; letter-spacing: 0px; font-weight: 500;
}
.emergency-home h3 {
    font-family: font5;
    text-transform: uppercase;
    font-weight: 600;
    padding: 45px 10px 45px 10px;
    text-align: center;
    margin-top: 35px;
    font-size: 35px;
    background: #fff;
    color: #007B4B;
    border-radius: 10px;
    border: 5px double #007B4B;
}
.emergency-home h3:hover {
	 border: 5px double #fff; color: #fff; background: #E57200;
}
.emergency-home p {
	font-family: font5; font-size: 17px; letter-spacing: 1px; text-align: center;
}
.pool-coverage {
	position: relative;
}
.pool-coverage .container-fluid {
	padding: 0px;
}
.pool-coverage h2 {
	font-family: font4; text-transform: uppercase; text-align: center;
	padding: 10px 0px 10px 0px; background: #E57200; color: #fff; text-shadow: 1px 1px 1px #000;
}
.pool-coverage h3 {
	    font-family: font5;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}
.pool-coverage p {
	    font-family: font5;
    font-size: 17px; text-align: center;
    letter-spacing: 1px;
}
.pool-coverage .card1 {
	padding: 175px 25px 225px 25px;
	    background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/coverage-1-mobile.jpg) no-repeat;
    background-size: cover;
    height: auto;
    background-position: center center;
}
.pool-coverage .card1 .card-content {
	background: #E57200; padding: 5px 15px 5px 15px; color: #fff; height: auto; display: none; margin-top: -10px;
}
.pool-coverage .card1:hover .card-content {
	display: block; background: #E57200;
}
.pool-coverage .card2 {
	padding: 175px 25px 225px 25px;
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/coverage-2-mobile.jpg) no-repeat;
    background-size: cover;
    height: auto;
    background-position: center center;
}
.pool-coverage .card2 .card-content {
		background: #E57200; padding: 5px 15px 5px 15px; color: #fff; height: auto; display: none; margin-top: -10px;
}
.pool-coverage .card2:hover .card-content {
	display: block; background: #E57200;
}
.pool-coverage .card3 {
	padding: 175px 25px 225px 25px;
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/coverage-3-mobile.jpg) no-repeat;
    background-size: cover;
    height: auto;
    background-position: center center;
}
.pool-coverage .card3 .card-content {
	background: #E57200; padding: 5px 15px 5px 15px; color: #fff; height: auto; display: none; margin-top: -10px;
}
.pool-coverage .card3:hover .card-content {
	display: block; background: #E57200;
}
.pool-coverage .card4 {
	padding: 175px 25px 225px 25px;
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/coverage-5-mobile.jpg) no-repeat;
    background-size: cover;
    height: auto;
    background-position: center center;
}
.pool-coverage .card4 .card-content {
	background: #E57200; padding: 5px 15px 5px 15px; color: #fff; height: auto; display: none; margin-top: -10px;
}
.pool-coverage .card4:hover .card-content {
	display: block; background: #E57200;
}


/**** About Section ****/
.about-us {
	background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp); position: relative;
}
.about-us .container-fluid {
	padding: 0px;
}
.about-us .about-content {
	padding: 100px 10px 100px 10px;
}
.about-us .about-image {
	height: 350px;background: linear-gradient(to right, #00000000, #00000000), url(/img/about/pool-clean-1-mobile.jpg) no-repeat;
    background-size: cover;
}
.about-us h1 {
	font-family: font5; text-transform: uppercase; font-size: 1rem; letter-spacing: 1px; font-weight: 600; color: #ffb81c;
}
.about-us h1 span {
	font-size: 2.15rem;font-family: font4; letter-spacing: 0px; font-weight: 500;
}
.about-us  p {
	    font-family: font5;
    font-size: 1rem;
    letter-spacing: 1px;
}

/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h2 span {
    font-size: 2.5rem;
    font-family: font4;
    letter-spacing: 0px;
    font-weight: 500;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}


/*Blog Page Start*/
.blog1 {
	padding: 125px 0 75px 0;
	    background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp)
    background-size: 20%; background-repeat: repeat;

}
.blog1 h1 {
	text-align: center;
	font-family: 'font4';
	text-transform: uppercase; letter-spacing: 2px;
	padding-bottom: 25px;
	color: #ffb81c;
	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: 'font4';
	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:auto;
}
.blog1 .pad {
	padding: 15px 10px 0px 10px;
}
.blog1 span {
	color: rgb(226,64,0);
}
.blog1 p {
	/*font-family: 'font';*/
	color: rgb(20,20,20);
	font-size: 17px;
}
.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 {
	padding: 100px 0px 100px 0px; color: #fff; background: #007B4B; font-family: font4; text-transform: uppercase; font-weight: 500; 
}
.blog-top h1 {
	font-size: 25px;
}
.blog-top span {
	font-size: 50px;
}
.blog-template {
	background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: 60%; background-repeat: repeat;
	padding: 75px 0 75px 0;
}
.blog-template i {
	color: rgb(7, 155, 196);
}
.blog-template a {
	font-family: 'font4';
	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: 'font4';text-transform: uppercase;
	color: #ffb81c;
	font-size: 33px;
}
.blog-template h3 {
	font-family: 'font2';
	font-weight: 600;
	color: #ffb81c;
	font-size: 25px;
}
.blog-template h4 {
	color: white;
	text-align: left;
	font-weight: 400;
	font-family: 'font5';text-transform: uppercase;
	font-size: 23px;
}
.blog-template h5 {
	font-family: 'font2';
	font-weight: 600;
	color: white;
	font-size: 25px;
}
.blog-template h6 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 23px;
}
.blog-template p {
	color: white;
	font-size: 1rem;
	font-family: 'font2';
	font-weight: 800;
}
.blog-template li {
	color: white;
	font-size: 17px;
	font-family: 'font5'; letter-spacing: 1px;
}
.blog-template li p span{
	color: white;;
	font-size: 19px;
	font-family: 'font4';text-transform: uppercase;
	text-decoration:underline;
	font-weight:900;
}

.blog-template span.queen{
	color: white;
	font-size: 19px;
	font-family: 'font';
	text-decoration:none;
	font-weight:900;
}


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


/**** Services Section ****/
.pool-service-near-me {
	padding: 100px 0px 100px 0px; background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.pool-service-near-me .container-fluid {
	padding: 70px 20px 70px 20px;
}
.pool-service-near-me .bawks {
	padding: 25px; border-radius: 15px; border: 5px solid #E57200; background: #fff; width: 100%;
}
.pool-service-near-me h1 {
	font-family: font4; font-size: 2.25rem; color: #ffb81c; text-transform: uppercase; margin-left: 0;
}
.pool-service-near-me h1 span {
	font-size: 3.5rem;;
}
.pool-service-near-me h2 {
	font-family: font4; text-transform: uppercase; letter-spacing: 1px; font-size: 1.7rem;
}
.pool-service-near-me h3 {
	font-family: font5; text-transform: uppercase; font-size: 1rem; color: #5b5959; letter-spacing: 1px; text-indent: 0;
}
.pool-service-near-me h5 {
	font-family: font2; font-weight: 600; color: #054C2B
}
.pool-service-near-me p {
	    font-family: font5;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
.pool-service-near-me .service1 {
	background: #E57200;  border-radius: 25px; color: #fff;
}
.pool-service-near-me .service1 .service1-content {
	padding: 50px 15px;
}
.pool-service-near-me .service1 .service1-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-chemical-1-mobile.jpg) no-repeat;
    background-size: cover; height: 250px; background-position: center center; border-top-right-radius: 0; border-bottom-right-radius: 0;
}
.pool-service-near-me .service2 {
	background: #E57200;  border-radius: 25px; color: #fff;
}
.pool-service-near-me .service2 .service2-content {
	padding: 50px 15px;
}
.pool-service-near-me .service2 .service2-image {
    background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-repair-1-mobile.jpg) no-repeat;
    background-size: cover;
    height: 250px;
    background-position: center center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pool-service-near-me .service3 {
	background: #E57200; border-radius: 25px;  color: #fff;
}
.pool-service-near-me .service3 .service3-content {
	padding: 50px 15px;
}
.pool-service-near-me .service3 .service3-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-schedule-1-mobile.jpg) no-repeat;
    background-size: cover; height: 250px; background-position: center center; border-top-right-radius: 0; border-bottom-right-radius: 0;
}
.pool-service-near-me .service4 {
	background: #E57200;  border-radius: 25px; color: #fff;
}
.pool-service-near-me .service4 .service4-content {
	padding: 50px 15px;
}
.pool-service-near-me .service4 .service4-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-cleaner-1-mobile.jpg) no-repeat;
    background-size: cover; height: 250px; background-position: center center; border-top-right-radius: 0; border-bottom-right-radius: 0;
}

.pool-service-near-me .service5 {
	background: #E57200;  border-radius: 25px; color: #fff;
}
.pool-service-near-me .service5 .service5-content {
	padding: 50px 15px;
}
.pool-service-near-me .service5 .service5-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-maintenance-1-mobile.jpg) no-repeat;
    background-size: cover; height: 250px; background-position: center center; border-top-right-radius: 0; border-bottom-right-radius: 0;
}

.pool-service-near-me .service6 {
	background: #E57200; border-radius: 25px; color: #fff;
}
.pool-service-near-me .service6 .service6-content {
	padding: 50px 15px;
}
.pool-service-near-me .service6 .service6-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/services/pool-rental-1-mobile.jpg) no-repeat;
    background-size: cover; height: 250px; background-position: center center; border-top-right-radius: 0; border-bottom-right-radius: 0;
}

.pool1  {
	padding: 150px 0 50px 0; background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.pool1 .box {
	border-radius: 15px; padding: 25px;	background: rgb(255,255,255);	border: 5px solid rgb(148,234,198); margin-top: 50px;
}
.pool1 .pad {
	padding-top: 35px;
}
.pool1 h1 {
	color: #ffb81c; font-size: 30px; font-weight: 500; text-align: center; font-family: font4; text-transform: uppercase; letter-spacing: 1px;
}
.pool1 h1 span {
	font-size: 50px;
}
.pool1 h4 {
	color: #E57200;	font-weight: 600;	font-size: 22px; text-align: left;
}
.pool1 p {
	font-size: 17px; text-align: justify;	font-weight: 500;	font-family: 'font5';	color: white;
}
.pool1 a {
	color: rgb(120,120,120); font-size: 16px;	font-weight: 600;	font-family: 'font2';
}
.pool1 a:hover {
	color: rgb(200,200,200);
}
.pool2 {
	padding: 15px 0 100px 0; background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.pool2 .pad {
	padding-top: 50px;
}
.pool2 .box {
	background: #E57200;
	padding: 30px 10px;
	
	border-radius: 15px; border: 1px dashed #007B4B;
}
.pool2 .box2 {
	background: #E57200;
	padding: 30px 10px;
	
	
	border-radius: 15px; border: 1px dashed rgb(183, 90, 33);
}
.pool2 h2 {
	color: rgb(255,255,255); padding-top: 40px; font-size: 30px; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; font-family: font4;
}
.pool2 h5 {
	color: #fff; font-family: font2; font-weight: 600; font-size: 17px;
}
.pool2 a {
	color: #fff; font-family: font5; text-transform: uppercase; letter-spacing: 2px;
}
.pool2 .txt {
	color: rgb(255,255,255); font-size: 16px; font-weight: 500; font-family: 'font5';
}
.pool2 img {
	border-radius: 15px; box-shadow: 1px 1px 10px 1px #000;
}
.pool2-a {
	padding: 15px 0 100px 0; background-image: linear-gradient(rgb(255,255,255,0.2), rgb(255,255,255,0.2)), url("/img/home-bg-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.pool2-a .pad {
	padding-top: 50px;
}
.pool2-a .box {
	background: rgb(39,187,148); padding: 30px;	border-radius: 15px; border: 1px dashed #007B4B;
}
.pool2-a h2 {
	color: rgb(255,255,255); padding-top: 40px; font-size: 25px; font-weight: 600;
}
.pool2-a h5 {
	font-size: 18px; font-weight: 600; color: rgb(255,255,255);
}
.pool2-a .txt {
	color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2';
}
.pool2-a img {
	border-radius: 15px;
	margin-top:0px;
}
.pool2-a a.learn-more {
    padding: 13px 45px;
    background: rgb(246,110,0);
    border-radius: 1.6rem;
    font-size: 15px;
    font-family: 'font2';
    font-weight: 600;
    color: rgb(255,255,255);
		text-shadow: 1px 1px 1px #444;
}
.serv1 {
	padding: 100px 0 75px 0; background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.serv1 ul{
	padding: 0; 
}
.serv1 .pad {
	padding-top: 45px;
}
.serv1 h1 {
	font-size: 30px; font-weight: 600; text-align: center; color: #ffb81c;
}
.serv1 h2 {
	font-size: 30px; font-weight: 600; text-align: center; color: #ffb81c;
}
.serv1 h4 {
	font-family: font2; font-weight: 600; color: #E57200; font-size: 20px; text-align: center; 
}
.serv1 p {
	text-align: center; font-size: 17px; color: white; font-family: 'font5'; padding-bottom: 10px;
}
.serv1 img {
	border-radius: 15px;
}

/**** Areas We Service Section ****/
.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);
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.area1 {
	padding: 100px 0 75px 0;  background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.area1 h1 {
	text-align: left; font-weight: 600; font-size: 30px; color: #ffb81c;
}
.area1 p {
	text-align: justify; font-weight: 600; font-family: 'font2'; font-size: 17px; color: white;
}
.area1 iframe {
	width: 100%; height: 400px; border-radius: 15px;
}
.area1 a.learn-more {
	padding: 13px 45px; background: rgb(246,110,0); border-radius: 1.6rem; font-size: 24px; font-family: 'font2'; font-weight: 600; color: rgb(255,255,255);
	
	display: inline-block ;
}
.area2 {
	padding: 100px 0 75px 0;  background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.area2 h2 {
	text-align: left; font-weight: 600; font-size: 30px; color:#ffb81c;
}
.area2 p {
	text-align: justify; font-weight: 600; font-family: 'font2'; font-size: 17px; color: white; 
}
.area2 iframe {
	width: 100%; height: 400px; border-radius: 15px;
}
.area2 a.learn-more {
	padding: 13px 45px; background: rgb(246,110,0); border-radius: 1.6rem; font-size: 24px; font-family: 'font2'; font-weight: 600; color: rgb(255,255,255);
}
.area3 {
	padding: 100px 0 75px 0;  background: linear-gradient(to right, #ffffff1a, #ffffff1a), url(/img/tartan-quilt-pattern.webp);
    background-size: cover; background-repeat: repeat; background-size: 75%;
}
.area3 h2 {
	text-align: left; font-weight: 600; font-size: 30px; color: #ffb81c;
}
.area3 p {
	text-align: justify; font-weight: 600; font-family: 'font2'; font-size: 17px; color: white;
}
.area3 iframe {
	width: 100%; height: 400px; border-radius: 15px;
}
.area3 a.learn-more {
	padding: 13px 45px; background: rgb(246,110,0); border-radius: 1.6rem; font-size: 24px; font-family: 'font2'; font-weight: 600; color: rgb(255,255,255);
}

/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 2.5rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
.gallery-page h2 {
	font-size: 2rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
.gallery-page .gallery-support-content {
    padding: 100px 10px 100px 10px;
}

}
/* === Mobile CSS Section ===================== */
@media screen and (max-width: 690px) {

/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
}
.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;
}
.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;
}
.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);
}
.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;
}

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile {
	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: #549993; 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 {
	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 {
	color: black;  font-weight:600 !important; font-size: 1rem; font-family: 'Raleway'; text-align: center;
}
.navbar-sidebar {
	padding-top: 84px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 2; overflow: auto;
}
.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 {
	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: auto;
}
.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;
	color: black; 
}
.nav-link {
	color: black;
	font-family: font4; 
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/**** Home Section ****/
.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;
}
.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;
}
.home1 {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font2'; font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify; color: rgb(150,150,150);
}
.home1 span {
	color: rgb(83,82,82);
}
.home1 h4 {
    font-size: 0.75rem;
    font-family: font5;
    letter-spacing: 3px;
    color: #8c3d00;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
/**** About Section ****/


/**** Services Section ****/



/**** Areas We Service Section ****/
.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);
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Testimonials Section ****/
.testimonials {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}

/**** Contact Section ****/


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h3 {
	font-size: 1.14rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}

/**** Footer Section ****/
.footer-section {
	padding-top: 0px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.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);
}

/**** Misc. Section ****/
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff; cursor: pointer; outline: none; border: none;
}
.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;
}
.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;
}

}
/* === Sm. Mobile CSS Section ================= */
@media screen and (max-width: 375px) {

}