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


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

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

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Zebra-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font4';
	src:url('../fonts/Ash.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font5';
	src:url('../fonts/Plane-Crash.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font6';
	src:url('../fonts/Zebra-Cross.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}


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




.dropdown {
  float: left; position: relative;
}

.dropdown .dropbtn {
  font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-one {
  cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-two {
  cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-three {
  cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
  display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
  display: block;
}

.dropdown-one .dItem {
    color: black;
    padding: 12px 16px;
    display: block;
    text-align: left;
}

.dropdown-one .dItem:hover, .dropdown-two a:hover {
    background-color: #ddd;
}

.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 Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%;	z-index: 1;	padding: 10px 0 10px 0;
	background: rgb(0,0,0);    border-bottom: 2px solid #a6f174;
    margin-top: 40px;
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header .logo-spanner {
      background: #000;
    padding: 15px;
    position: relative;
    z-index: 1;
    max-width: 60%;
    margin-left: 25px;
    margin-bottom: -10px;
    margin-top: 0px;
}
.top-header div[class*='col-']:first-child {
	justify-content: flex-end; align-items:center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0;	font-size:15px;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color:transparent;;
}
.top-header div[class*='col-']:nth-child(2) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) i {
	/*color: rgb(8,0,107);*/
	color: rgb(256,256,256);
}
.top-header div[class*='col-']:nth-child(3) a {
	color: rgb(256,256,256); font-weight: 600; font-family: 'font2';
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	color: rgb(256,256,256);
}
.top-header div[class*='col-']:nth-child(4) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(4) i {
	/*color: rgb(8,0,107);*/
	color: rgb(256,256,256);

}
.top-header div[class*='col-']:nth-child(4) a {
	color: rgb(256,256,256); font-weight: 600; font-family: 'font2';
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(256,256,256);
}
.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(8,0,107);	color: rgb(0,0,0); background: #a6f174; border-radius:100px;	height: 34px;	width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(255,255,255);	text-decoration:none !important; color: rgb(8,0,107);
}
.top-header .dropdown-menu {
	background:whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color:#222;	padding:3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px;	outline: none !important;	border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important;	color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline:none !important; box-shadow:none !important;
}

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

/******* Mobile Navigation Section *******/
.navbar-sidebar {
	display:none;
}
.dropdown-wrapper {
	margin:0;	padding:0;
}
.navbar-sidebar .dropdown-menu-mobile, .navbar-sidebar .dropdown-menu-mobile-2{
	position:relative; display:none; top: 0; left: 0; z-index: 1000; float: left; height:0px; margin:0; width:100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: white;; border: 0; visibility: hidden; border-radius: 0; transform:scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate, .dropdown-menu-animate-2 {
	display:inline-block !important; transform:scale(1,1) !important;	padding:25px 0 !important; height:auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a,.navbar-sidebar .dropdown-menu-mobile-2 a {
	color: rgb(75,75,75);	font-weight:600 !important;	font-size: 0.9rem;	font-family:'font'; text-align:left;
	color: black; 
}
.navbar-sidebar {
	padding-top: 84px; 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 {
	z-index: 3;	display: none; padding-top: 100px; position: fixed;	left: 0; top: 0; width: 100%;	height: 100%;	overflow: auto; background-color: rgb(0,0,0);	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin:auto; background-color:#fff;	position:relative; padding:0;	outline:0; width:600px;
}
.bar {
	width:100%;	overflow:hidden;
}
.center .bar {
	display:inline-block;	width:auto;
}
.bar .bar-item {
	padding:8px 16px;	float:left;	width:auto;	border:none; display:block;	outline:0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position:static; float:left;
}
.bar .button {
	white-space:normal;
}
.bar-block .bar-item {
	width:100%;	display:block; padding:8px 16px; text-align:left;	border:none; white-space:normal; float:none; outline:0; color: white; 
}
.bar-block.center .bar-item {
	text-align:center;
}
.block {
	display:block; width:100%;
}
/******* Mobile Navigation Section *******/

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 130px;
}
.home-header-section .lay1 {
	font-family: 'font'; text-transform: uppercase; text-shadow: 2px 2px 2px #000;
}
.home-header-section .lay2 {
	font-family: 'font'; text-transform: uppercase; text-shadow: 2px 2px 2px #000;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 0; display: none;     float: left;
    min-width: 200px;
    padding: .5rem 0;
    font-size: 18px;
    color: rgb(33, 37, 41);
    text-align: left;
    list-style: none;
		    border-radius: 0px;
    /*background-color: #a6f174;*/
    background-color: white;
    background-clip: padding-box;
    border: 2px solid #000;
    border-top: none;
    /*box-shadow: 0px 0px 0px 3px #a6f174;*/
    box-shadow: 0px 0px 0px 3px black;
    margin-top: 0;
    margin-left: -10px;
}
.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: 500;
    font-family: 'font4';
    letter-spacing: 2px;
    padding: .25rem 1.5rem;
    clear: both;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-item:hover {
	background: #000; color: #a6f174;
}
.dropdown-item.active, .dropdown-item:active {
	color: #000; text-decoration: none; background-color: rgb(22,22,22) !important;
}









.showcase{
	position:relative;
	height: 120vh;
	display:flex;
	flex-direction: column; 
	justify-content: center;
	align-items: center;
	text-align: center; 
}
.background-video {
 margin-bottom: 377px;
	position:absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:100%;
	height: 100%;
	overflow:hidden;
	object-fit: cover; 
	
	/*height: 1350px;*/
	/*height: auto;*/
	
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 100vh;*/
    /*overflow: hidden;*/
    background: url('/img/homepage/hvac-parallax.jpg') no-repeat center center;
    /*background-size: cover;*/
}
.video-overlay {
	    position: absolute;
    padding: 50px 10px 50px 10px;
    background: #ffffff00;
     margin-top: -0;
    margin-bottom: 0;
    width: 100%;
				
    top: 50%;
}

.background-video {
 
}
/*.video-overlay {
    position: absolute;
    padding: 100px;
    background: #ffffff00;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    top: 50%;
}*/
.video-overlay h1 {
	font-family: font3; font-size: 4rem; color: #797acc; font-weight: 600; text-align: center; letter-spacing: 2px; text-transform: uppercase;
}
.video-overlay h1 strong {
	color: #000;
}
.video-overlay h1 span {
	font-size: 1.45rem; font-family: font2; font-weight:900; color: #000; letter-spacing: 1px; text-transform: capitalize;
	
	color:white; 
}
.video-overlay h4 {
	padding: 35px; border-radius: 10px; color: #fff; font-size: 20px; letter-spacing: 2px;
	background: #797acc; text-align: center; font-family: font3; font-weight: 600; text-transform: uppercase;
}
.video-overlay h4:hover {
	box-shadow: 0px 0px 0px 15px #797acc;  border-radius: 0px;
}





@media(max-width: 991px){
	
	.showcase {
    height: 65vh;
	}
	
}
@media(max-width: 690px){
	
	.showcase {
    height: 40vh;
	}
	
}




.home-intro {
		padding: 225px 125px 225px 125px;    background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url(/img/zc-1-new.webp);
    background-size: cover; background-position: bottom;
    background-repeat: no-repeat;
}
.home-intro .pad {
	background: #0009; padding: 25px 5px 5px 5px; border-radius: 15px;height: 275px;
}
.home-intro h2 {
	font-family: font4; font-size: 50px; text-align: center; letter-spacing: 3px; color: #a6f174; text-shadow: 2px 2px 1px #000; text-transform: uppercase;
}
.home-intro h4 {
	font-family: font4; font-size: 35px; letter-spacing: 2px; color: #a6f174; margin-left: 15px;
}
.home-intro h5 {
    font-family: font5;
    font-size: 55px;
    color: #a6f174;
    margin-bottom: -30px;
    margin-top: -10px;
}
.home-intro h6 {
	color: #fff; font-size: 45px; line-height: 22px;
}
.home-intro i {
	font-size: 135px; color: #f5f5f5;
}
.home-intro img {
	border-radius: 100%;
}
.home-intro a {
	color: inherit;
}


.home-contact-banner{
	
	padding: 60px 0;
	background: black; 
	
}
.home1 {
	padding: 75px 175px 75px 175px;
	/*background: rgb(255,255,255);*/
	background: rgb(48, 48, 48);
}
.home1 .pad {
	padding-top: 35px;
}
.home1 h1 {
	font-family: font5;	font-size: 40px; text-align: left;text-shadow: 3px 3px 1px #000;
	color: white; 
	text-transform: lowercase;
}
.home1 h2 {
	font-family: 'font';	font-size: 32px;  
	color: white;
	text-transform: uppercase;
}
.home1 h4 {
	font-family: font5; font-size: 20px; color: #a6f174; font-weight: 500; text-shadow: 2px 2px 1px #000; line-height: 75px;
}
.home1 h1 span {
	font-size: 22px;
	font-weight: 500;font-family: monospace;
	text-transform: capitalize; color: #a6f174;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;line-height: 35px;
	/*color: rgb(60,60,60);*/
	color: white; text-shadow: 1px 1px 1px #000;

}
.home1 img {
	border-radius: 10px;
}

.home2 {
padding: 75px 75px 75px 75px;
	/*background: rgb(60,60,60);*/
	background: rgb(48, 48, 48);
	    border-top: 5px solid #a6f174;
    border-bottom: 5px solid #a6f174
}
.home2 .card {
	max-height: 100%;	height: auto;	color: #fff; margin: 0 0 0px;	border-radius: 10px; padding: 10px 10px 0 10px;
	/*background: rgb(255,255,255,0.9);*/
	background: rgb(25,25,25);
	border: none;	visibility: hidden;	
}
.home2 .card h2 {
	font-family: 'font';
	/*color: rgb(8,0,107);*/
	color: rgb(256,256,256);

	font-size: 25px; padding-top: 13px; text-transform: uppercase;
}
.home2 .card p {
	font-size: 16px; font-family: 'font2'; font-weight: 600; text-align: justify;
	/*color: rgb(60,60,60);*/ line-height: 35px;
	color: rgb(256,256,256);

}
.home2 .card img {
	max-width: 100%;border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0); 
}
.home2 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0); max-width: 75%
}
.home3 {
    background-image: linear-gradient(#00000026, #000000eb), url(/img/black-bg-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
	padding: 75px 175px 75px 175px;
}
.home3 .pad {
	padding-top: 35px;
}
.home3 h2 {
	font-family: 'font5';	font-size: 35px; text-align: left;
	/*color: rgb(8,0,107);*/
	color: white;

	text-transform: lowercase;
}
.home3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify; line-height: 35px;
	
	/*color: rgb(60,60,60);*/
	color: white; 
}
.home3 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.siemer {
	padding: 75px 0 75px 0; background: rgb(60,60,60);
}
.siemer h5 {
	font-size: 30px; font-family: font; text-align: center; color: rgb(255,255,255);
}
.home4 {
	padding: 75px 125px 75px 125px;    background-image: linear-gradient(rgb(0 0 0 / 89%), rgb(0 0 0 / 91%)), url(/img/black-bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.home4 .parallax2 {
	 padding: 50px 0px 50px 0px; border-radius: 25px;
}
.home4 .parallax2 .row {
--bs-gutter-x: 0px;
}
.home4 h3 {
	color: #a6f174; text-align: center; font-family: 'font4'; text-transform: uppercase; font-size: 85px; letter-spacing: 3px; padding-bottom: 50px; text-shadow: 2px 2px 1px #000;
}
.home4 p {
	padding-bottom: 10px;
}
.home4 .newsCard1 {
  position: relative; width: 100%; height: 350px;  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/urethane-2-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-right: 2px solid #000;
}
.home4 .newsCaption1 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 85%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title1 {
  margin-top: 0px; color: #000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content1 {
  margin: 0; color: rgb(60,60,60); font-weight: 600; font-size: 15px;	font-family: 'font2';
}
.home4 .newsCaption-link1 {
  color: rgb(8,0,107); text-decoration: underline; font-weight: 600; font-family: 'font2';  opacity: 1;
}
.home4 .newsCaption-link1:hover {
  opacity: 1;
}
.home4 .news-Slide-up1:hover .newsCaption1 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard2 {
  position: relative; width: 100%; height: 350px;  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/concrete-stain-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-top-left-radius: 25px;    border-right: 2px solid #000;
}
.home4 .newsCaption2 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 85%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title2 {
   margin-top: 0px; color: #000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content2 {
  margin: 0; color: rgb(60,60,60); font-size: 15px;	font-family: 'font2';	font-weight: 600;
}
.home4 .newsCaption-link2 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600;  opacity: 1;
}
.home4 .newsCaption-link2:hover {
  opacity: 1;
}
.home4 .news-Slide-up2:hover .newsCaption2 {
  opacity: 1; -webkit-transform: translateY(0px);	transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard3 {
  position: relative; width: 100%; height: 350px;  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/concrete-dye-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-top-right-radius: 25px;
}
.home4 .newsCaption3 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 85%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title3 {
  margin-top: 0px; color: #000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content3 {
  margin: 0; color: rgb(60,60,60); font-size: 15px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link3 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link3:hover {
  opacity: 1;
}
.home4 .news-Slide-up3:hover .newsCaption3 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard4 {
  position: relative; width: 100%; height: 350px;  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/concrete-grind-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-right: 2px solid #000;
}
.home4 .newsCaption4 {
   position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 85%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title4 {
   margin-top: 0px; color: #000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content4 {
  margin: 0; color: rgb(60,60,60); font-size: 15px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link4 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link4:hover {
  opacity: 1;
}
.home4 .news-Slide-up4:hover .newsCaption4 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard5 {
  position: relative; width: 100%;  height: 350px; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/concrete-level-new.webp"); background-size: cover; color:#fff; overflow: hidden;    border-right: 2px solid #000;
}
.home4 .newsCaption5 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 85%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title5 {
  margin-top: 0px; color: #000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content5 {
  margin: 0; color: rgb(60,60,60); font-size: 15px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link5 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link5:hover {
  opacity: 1;
}
.home4 .news-Slide-up5:hover .newsCaption5 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard6 {
  position: relative; width: 100%;  height: 350px; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/epoxy-countertop-new.webp"); background-size: cover; color:#fff; overflow: hidden;
}
.home4 .newsCaption6 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 85%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title6 {
  margin-top: 0px; color: #000;	font-family: 'font4';	font-size: 25px; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content6 {
   margin: 0; color: rgb(60,60,60); font-size: 15px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link6 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link6:hover {
  opacity: 1;
}
.home4 .news-Slide-up6:hover .newsCaption6 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard7 {
  position: relative; width: 100%; height: 350px;  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/metallic-epoxy-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-bottom-left-radius: 25px;    border-right: 2px solid #000;
}
.home4 .newsCaption7 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 85%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title7 {
    margin-top: 0px; color: #000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content7 {
  margin: 0; color: rgb(60,60,60); font-size: 15px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link7 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link7:hover {
  opacity: 1;
}
.home4 .news-Slide-up7:hover .newsCaption7 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard8 {
  position: relative; width: 100%;  height: 350px; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/flake-epoxy-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-right: 2px solid #000;
}
.home4 .newsCaption8 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 85%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title8 {
   margin-top: 0px; color:#000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content8 {
  margin: 0; color: rgb(60,60,60); font-size: 15px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link8 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link8:hover {
  opacity: 1;
}
.home4 .news-Slide-up8:hover .newsCaption8 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard9 {
  position: relative; width: 100%;  height: 350px; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/quartz-epoxy-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-bottom-right-radius: 25px;
}
.home4 .newsCaption9 {
   position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 85%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title9 {
  margin-top: 0px; color: #000;	font-family: 'font4';	font-size: 25px; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content9 {
  margin: 0; color: rgb(60,60,60); font-size: 15px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link9 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link9:hover {
  opacity: 1;
}
.home4 .news-Slide-up9:hover .newsCaption9 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}


.zc-reviews {
    padding: 80px 0;
  background-image: linear-gradient(rgb(0, 0, 0, 0), rgb(0, 0, 0, 0)), url(/img/section-1/035.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
    background-position: bottom;
    background-attachment: fixed;
    color: #fff;
}

.zc-reviews h2 {
	font-weight: 800; margin-bottom: 25px; text-shadow: 1px 1px 1px #000;text-transform: lowercase;
    font-family: 'font5';
}

.zc-reviews .zc-section-label {
	color: #a6f174;
}

.zc-review {
    background: #111;
    padding: 25px;
    border-radius: 16px;
    height: 100%;
    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.05);
}

.zc-review:hover {
    transform: translateY(-5px);
    border-color: #a6f174;
}

.zc-review__header {
    display: flex;
    align-items: center;
    gap: 15px; 
    margin-bottom: 15px;
}

.zc-review__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #a6f174;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.zc-stars {
    color: #a6f174;
    font-size: 14px;
}

.zc-review p {
    font-size: 15px;
    opacity: 0.9;
}

.zc-review a {
    display: inline-block;
    margin-top: 10px;
    color: #a6f174;
    text-decoration: none;
    font-weight: 600;
}

.zc-hidden {
    display: none;
}

.zc-btn {
    background: #a6f174;
    color: #000;
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
}

.zc-btn:hover {
    background: #8ed95e;
}


.home-restaurant {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

/* VIDEO */
.restaurant-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* DARK OVERLAY (important for readability) */
.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

/* CONTENT ABOVE VIDEO */
.home-restaurant .container {
    position: relative;
    z-index: 2;
}

/* FLOATING BOX */
.home-restaurant .pad {
    padding: 50px;
    background: rgba(0,0,0,0.6);
    border-radius: 25px;
    backdrop-filter: blur(5px); /* optional glass effect */
    max-width: 800px;
    margin: 0 auto;
}

/* TEXT */
.home-restaurant h2 {
    font-family: font4;
    letter-spacing: 2px;
    font-size: 45px;
    text-align: center;
    color: #a6f174;
    text-shadow: 1px 1px 2px #000;
    text-transform: uppercase;
}

.home-restaurant p {
    font-family: font2;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    color: #f5f5f5;
}

.resin-home {
	/*background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/resin.webp");*/
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/services/zc-resin-bg.webp");
	
	
	background-size: cover; background-repeat: no-repeat;
	    padding: 100px 0px 100px 0px;
    background-position: bottom;
    background-attachment: fixed;
}
.resin-home .pad {
	padding: 50px; background: #0009; border-radius: 25px;
}
.resin-home h2 {
	font-family: font4; letter-spacing: 2px; font-size: 45px; text-align: center; color: #a6f174; text-shadow: 1px 1px 1px #000; text-transform: uppercase;
}
.resin-home p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center; color: #f5f5f5;
}

.home5 {
	/*background: rgb(255,255,255);*/
	background: rgb(48, 48, 48); 
	    border-top: 5px solid #a6f174;
    border-bottom: 5px solid #a6f174;
	padding: 75px 0 75px 0;
}
.home5 h3 {
	font-family: 'font'; text-align: center; text-transform: uppercase;
	color: white;
	font-size: 40px; padding-bottom: 30px;
}
.process1 {
	padding: 100px 0 75px 0;
	/*background: rgb(255,255,255);*/
	    background-image: linear-gradient(#000000cc, #000000cc), url(/img/black-bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.process1 .pad {
	padding-top: 20px;
}
.process1 h2 {
	font-family: 'font'; text-align: left; text-transform: uppercase; color: white; font-size: 32px;
}
.process1 p {
	font-size: 16px; font-weight: 600; font-family: 'font2'; text-align: justify; color: white;
}
.process1 span {
	color: white; font-family: 'font'; font-size: 20px; text-transform: uppercase;
}
.process1 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.process2 {
	background: rgb(12, 12, 12); padding: 75px 0 75px 0; border-top: 3px solid #a6f174; border-bottom: 3px solid #a6f174;
}
.process2 .pad {
	padding-top: 20px;
}
.process2 h2 {
	font-family: 'font'; text-align: left; text-transform: uppercase; color: white; font-size: 32px;
}
.process2 p {
	font-size: 16px; font-weight: 600; font-family: 'font2'; text-align: justify; color: white;
}
.process2 span {
	color:white; font-family: 'font'; font-size: 20px; text-transform: uppercase;
}
.process2 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.process2 ul {
	font-size: 16px; font-weight: 600; font-family: 'font2'; text-align: justify; color: white;
}
.process2 li {
	font-size: 16px; font-weight: 600; font-family: 'font2'; text-align: justify; color: white;
}
.process3 {
	    background-image: linear-gradient(#000000cc, #000000cc), url(/img/black-bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat; padding: 75px 0 75px 0;
}
.process3 .pad {
	padding-top: 20px;
}
.process3 h2 {
	font-family: 'font'; text-align: left; text-transform: uppercase; color: white; font-size: 32px;
}
.process3 p {
	font-size: 16px; font-weight: 600; font-family: 'font2'; text-align: justify; color: white; 
}
.process3 span {
	color: white; font-family: 'font'; font-size: 20px; text-transform: uppercase;
}
.process3 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}





/* =========================
   Zebra Coatings Pool Page
   ========================= */

.zc-pool-page {
    --zc-bg: #ffffff;
    --zc-surface: #f6f8fb;
    --zc-surface-2: #eef3f8;
    --zc-text: #142033;
    --zc-muted: #5d6b7c;
    --zc-border: rgba(20, 32, 51, 0.12);
    --zc-primary: #0c5c8f;
    --zc-primary-dark: #09476f;
    --zc-accent: #18a0db;
    --zc-light: #ffffff;
    --zc-dark: #09111d;
    --zc-shadow: 0 18px 50px rgba(9, 17, 29, 0.12);
    --zc-radius: 22px;
    --zc-radius-sm: 16px;
    color: var(--zc-text);
    background: var(--zc-bg);
}

.zc-pool-page a {
    color: inherit;
}

.zc-pool-page__container {
    position: relative;
    z-index: 0;
}

.zc-pool-page .textured-bg {
	    background-image: linear-gradient(#000000cc, #000000cc), url(/img/black-bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.zc-pool-page .textured-bg .zc-pool-page__section-label {
	color: #a6f174;
}

.zc-pool-page .textured-bg .zc-pool-page__section-title {
	color: #fff;
}

.zc-pool-page .textured-bg p {
	color: #fff;
}

.zc-pool-page .textured-bg .zc-pool-page__icon-list i {
	color: #a6f174;
}

.zc-pool-page .textured-bg .zc-pool-page__icon-list span  {
	color: #fff;
}

/* Hero */

.zc-pool-page__hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
		padding-top: 200px;
    align-items: center;
    background: var(--zc-dark);
}

.zc-pool-page__hero-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.03);
}

.zc-pool-page__hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(9, 17, 29, 0.84) 0%, rgba(9, 17, 29, 0.68) 45%, rgba(9, 17, 29, 0.45) 100%),
        linear-gradient(180deg, rgba(9, 17, 29, 0.20) 0%, rgba(9, 17, 29, 0.50) 100%);
}

.zc-pool-page__eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: #000;
    color: #a6f174;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.zc-pool-page__title {
     margin-bottom: 1rem;
    color: #fff;
    font-weight: 700;
		text-transform: lowercase;
    font-family: 'font5';
    line-height: 70px;
    font-size: 35px;
}

.zc-pool-page__lead {
       max-width: 38rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 35px;
    font-family: 'font2';
    font-weight: 600;
    letter-spacing: .5px;
}

.zc-pool-page__bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: grid;
    gap: 0.85rem;
    max-width: 36rem;
}

.zc-pool-page__bullets li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.55;
}

.zc-pool-page__bullets i {
    color: #a6f174;
    margin-top: 0.2rem;
    font-size: 1rem;
    flex: 0 0 auto;
}

.zc-pool-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
		margin-top: 50px;
}

.zc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.95rem 1.35rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    border: 1px solid transparent;
}

.zc-btn:hover {
    transform: translateY(-2px);
}

.zc-btn--primary {
        background: linear-gradient(135deg, #a6f174 0%, #4c8823 100%);
    color: #fff;
    box-shadow: 0 14px 35px #0009;
}

.zc-btn--primary:hover {
    color: #fff;
    box-shadow: 0 18px 42px rgba(12, 92, 143, 0.36);
}

.zc-btn--ghost {
    color: #a6f174 !important;
    border-color: #a6f174;
    background: #232222;
    backdrop-filter: blur(10px);
		 box-shadow: 0 14px 35px #a6f17430;
}

.zc-btn--ghost:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.12);
}

/* Legend */

.zc-pool-page__legend-card {
    background: #222;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--zc-radius);
    box-shadow: var(--zc-shadow);
    padding: 1.5rem;
    backdrop-filter: blur(14px);
		width: 75%;
    margin-left: 100px;
}

.zc-pool-page__legend-kicker {
    margin-bottom: 1rem;
    color: #a6f174;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zc-pool-page__legend-nav {
    display: grid;
    gap: 0.6rem;
}

.zc-pool-page__legend-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: #000;
    color: #a6f174;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.zc-pool-page__legend-nav a:hover {
    background: #fff;
    border-color: rgba(12, 92, 143, 0.18);
    transform: translateX(2px);
}


.cawdy1 {
	padding: 50px; border-radius: 10px; background: #f9f9f9; border: 2px solid #a6f174;
}


.cawdy1 h3 {
	font-weight: 800;
}

.cawdy2 {
	padding: 50px; border-radius: 10px; background: #5B8E36;
}


.cawdy2 h3 {
	font-weight: 800;
}

.cawdy3 {
	padding: 50px; border-radius: 10px; background: #9E9E9E;
}


.cawdy3 h3 {
	font-weight: 800;
}

.cawdy4 {
	padding: 50px; border-radius: 10px; background: #161616;
}


.cawdy4 h3 {
	font-weight: 800;
}
/* Sections */

.zc-pool-page__section {
    padding: 5.5rem 0;
    background: #fff;
}

.zc-pool-page__section mark {
	padding: 20px; border-radius: 10px; color: #000; font-weight: 800; background: #a6f174; border: 1px solid #000; top: 25px; position: relative;
	text-transform: uppercase;
}

.zc-pool-page__section--alt {
      background-image: linear-gradient(#ffffffcc, #ffffffcc), url(/img/black-bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.zc-pool-page__section-label {
    margin-bottom: 0.7rem;
    color: #70a84b;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zc-pool-page__section-label--light {
    color: rgba(255, 255, 255, 0.82);
}

.zc-pool-page__section-title {
    margin-bottom: 1.2rem;
    color: #000;
    font-weight: 800;
		text-transform: lowercase;
    font-family: 'font5';
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-size: clamp(1.9rem, 3vw, 3rem);
}

.zc-pool-page__section-title--light {
    color: #fff;
}

.zc-pool-page__text {
    color: var(--zc-muted);
    line-height: 35px; font-weight: 600; letter-spacing: .5px;
    margin-bottom: 1rem;
    font-size: 17px;
		font-family: font2;
}

.zc-pool-page__text--mt {
    margin-top: 1.35rem;
}

.zc-pool-page__text--light {
    color: rgba(255, 255, 255, 0.88);
}

.zc-pool-page__media {
    position: relative;
    overflow: hidden;
    border-radius: var(--zc-radius);
    box-shadow: var(--zc-shadow);
}

.zc-pool-page__media img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1.01);
}

/* Bullet lists */

.zc-pool-page__icon-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: grid;
    gap: 0.95rem;
}

.zc-pool-page__icon-list li {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    color: var(--zc-text);
    line-height: 1.65;
}

.zc-pool-page__icon-list i {
    color: #70a84b;
    margin-top: 0.2rem;
    flex: 0 0 auto;
}

.zc-pool-page__icon-list span {
    color: var(--zc-muted);
}

.zc-pool-page__section--process {
    background-image: linear-gradient(rgb(0 0 0 / 90%), rgb(0 0 0 / 90%)), url(/img/pool-deck-resurfacing/pool-deck-resurfacing-ormond-beach-florida-04.webp);
    background-size: cover;
    background-repeat: no-repeat; background-attachment: fixed; 
}

.zc-pool-page__section--process .zc-pool-page__section-title {
	color: #fff;
}

.zc-pool-page__section--process .zc-pool-page__text {
	color: #fff;
}

.zc-process-tabs {
    margin-top: 2rem;
    display: grid;
    gap: 1.25rem;
}

.zc-process-tabs__nav {
    display: grid;
    grid-template-columns: repeat(7, minmax(120px, 1fr));
    gap: 0.75rem;
}

.zc-process-tabs__tab {
    appearance: none;
    border: 1px solid rgba(20, 32, 51, 0.12);
    background: #fff;
    border-radius: 18px;
    padding: 0.75rem;
    text-align: left;
    box-shadow: 0 10px 26px rgba(9, 17, 29, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
    overflow: hidden;
}

.zc-process-tabs__tab:hover {
    transform: translateY(-2px);
    border-color: rgba(12, 92, 143, 0.24);
    box-shadow: 0 16px 34px rgba(9, 17, 29, 0.10);
}

.zc-process-tabs__tab.is-active {
    border-color: rgba(12, 92, 143, 0.45);
    box-shadow: 0 18px 40px rgba(12, 92, 143, 0.14);
    transform: translateY(-2px);
}

.zc-process-tabs__thumb {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 0.7rem;
    aspect-ratio: 1 / 1;
    background: #edf4fa;
}

.zc-process-tabs__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.zc-process-tabs__label {
    display: block;
    color: #132033;
    font-size: 0.92rem;
    line-height: 1.25;
    font-weight: 800;
}

.zc-process-tabs__panel {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1.5rem;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(20, 32, 51, 0.10);
    border-radius: 28px;
    padding: 1.25rem;
    box-shadow: 0 18px 48px rgba(9, 17, 29, 0.08);
    backdrop-filter: blur(10px);
}

.zc-process-tabs__media {
    border-radius: 22px;
    overflow: hidden;
    min-height: 320px;
    background: #dfeaf3;
}

.zc-process-tabs__image {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.zc-process-tabs__content {
    padding: 0.5rem 0.25rem 0.5rem 0.5rem;
    align-self: center;
}

.zc-process-tabs__step {
    margin: 0 0 0.5rem;
    color: #70a84b;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zc-process-tabs__title {
    margin: 0 0 0.9rem;
    color: #132033;
    font-size: clamp(1.5rem, 2.2vw, 2.25rem);
    font-weight: 800;
    line-height: 1.2;
}

.zc-process-tabs__overview {
    margin-bottom: 1rem;
    color: #5d6b7c;
    line-height: 1.8;
    font-size: 1.02rem;
}

.zc-process-tabs__bullets {
    margin: 0;
    padding-left: 1.1rem;
    color: #132033;
}

.zc-process-tabs__bullets li {
    margin-bottom: 0.7rem;
    line-height: 1.6;
    color: #5d6b7c;
}

@media (max-width: 1199.98px) {
    .zc-process-tabs__nav {
        grid-template-columns: repeat(4, minmax(120px, 1fr));
    }

    .zc-process-tabs__panel {
        grid-template-columns: 1fr;
    }

    .zc-process-tabs__media,
    .zc-process-tabs__image {
        min-height: 280px;
    }
}

@media (max-width: 767.98px) {
    .zc-process-tabs__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zc-process-tabs__panel {
        padding: 1rem;
        border-radius: 22px;
    }

    .zc-process-tabs__content {
        padding: 0;
    }

    .zc-process-tabs__media,
    .zc-process-tabs__image {
        min-height: 240px;
    }
}

@media (max-width: 479.98px) {
    .zc-process-tabs__nav {
        grid-template-columns: 1fr;
    }
}


/* FAQ */

.zc-faq {
    margin-top: 1.5rem;
}

.zc-faq__item {
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid var(--zc-border);
    background: #fff;
    box-shadow: 0 10px 26px rgba(9, 17, 29, 0.05);
}

.zc-faq__button {
    padding: 1.15rem 1.25rem;
    font-weight: 800;
    color: var(--zc-text);
    background: #fff;
    box-shadow: none !important;
}

.zc-faq__button:not(.collapsed) {
    color: var(--zc-primary);
    background: #fff;
}

.zc-faq__button::after {
    filter: saturate(0.9);
}

.zc-faq__body {
    padding: 0 1.25rem 1.25rem;
}

.zc-faq__body p,
.zc-faq__body li {
    color: var(--zc-muted);
    line-height: 1.8;
}

.zc-faq__body ul {
    margin: 0.85rem 0 1rem 1.1rem;
}

.zc-pool-page__llms {
    margin-top: 1.8rem;
    color: var(--zc-muted);
    font-size: 0.95rem;
}

.zc-pool-page__llms a {
    color: #70a84b;
    font-weight: 700;
    text-decoration: underline;
}

/* Contact panel */

.zc-contact-panel {
    padding: 2rem;
    border-radius: var(--zc-radius);
    background: linear-gradient(135deg, #568438 0%, #7ab156 55%, #a6f174 100%);
    box-shadow: var(--zc-shadow);
}

.zc-contact-panel__form {
    margin: 1.5rem 0;
    background-image: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 70%)), url(/img/pool-deck-resurfacing/pool-deck-resurfacing-ormond-beach-florida-01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: var(--zc-shadow);
    padding: 135px 50px;
    border-radius: 20px;
}

.zc-contact-panel__actions {
    margin-top: 1rem;
}

/* Responsive */

@media (max-width: 991.98px) {
    .zc-pool-page__hero {
        min-height: auto;
        padding-top: 7rem;
        padding-bottom: 4rem;
    }

    .zc-pool-page__section {
        padding: 4.5rem 0;
    }

    .zc-pool-page__legend-card {
        margin-top: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .zc-pool-page__title {
        font-size: clamp(2.1rem, 10vw, 3.2rem);
    }

    .zc-pool-page__lead {
        font-size: 1rem;
    }

    .zc-pool-page__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .zc-btn {
        width: 100%;
    }

    .zc-pool-page__section {
        padding: 4rem 0;
    }

    .zc-contact-panel {
        padding: 1.35rem;
    }

    .zc-faq__button {
        padding: 1rem 1rem;
        font-size: 1rem;
    }

    .zc-faq__body {
        padding: 0 1rem 1rem;
    }
}







.service1 {
	padding: 100px 0 75px 0;     background-image: linear-gradient(#000000cc, #000000cc), url(/img/black-bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.service1 .container-fluid {
	padding: 0px 100px 0px 100px;
}
.service1 .pad {
	padding-top: 40px;
}
.service1 h1 {
	font-family: font4; text-align: left; font-size: 35px; color: white; text-transform: uppercase; letter-spacing: 2px;
}
.service1 h2 {
	font-family: font4; text-align: left; font-size: 35px; color: white; text-transform: uppercase;
}
.service1 h3 {
	font-family: font4; text-align: center; font-size: 45px; color: white; text-transform: uppercase;
}
.service1 h4 {
	font-family: font4; text-align: left; font-size: 20px; color: white; text-transform: uppercase; letter-spacing: 2px;
}
.service1 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: justify; line-height: 35px;
}
.service1 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.service1 hr {
	background: #a6f174; height: 2px; opacity: 75%;
}
.service1 .list-box{
	background: #ffffff42;
	padding: 25px 45px;
	color: black ;
}
.service1 ul{
	padding: 0;
	margin: 0 auto;
}
.service1 ul li{
	color: white;
	font-weight: 700; 
}
.service1 ul li span{
	color: white;
	font-weight: 700;
	text-decoration: underline;
}
.service1 a {
	background: #a6f174;   color: black;
	padding: 10px; font-weight: 700;
	
}
.service1 p.pdf {
	background: black;
	border: none;
	color: white;
	padding: 10px; font-weight: 700;
	margin: 10px 0;
	text-align:center;
	width: auto;
	
}
.service1 .pdf {
	background: black;
	border: 2px solid #a6f174;
	color: white;
	padding: 10px; font-weight: 700;
	margin: 10px 0;
	text-align:center;
	
	
	width: auto;
	
}

.service1 a.pdf {
	background: black;
	border: 2px solid #a6f174;
	color: white;
	padding: 10px; font-weight: 700;
	margin: 10px 0;
	text-align:center;
	
	display: block;
	width: 100%;
	
}
.service1 p.pdf:hover {

	color: black;

	
}
.service1 a.pdf:hover {
	background: #a6f174;
	border: 2px solid #a6f174;
	color: black;
	padding: 10px; font-weight: 700;
	margin: 10px 0;
	text-align:center;
	
	display: block;
	width: 100%;
	
}
.service1 a.pdf span:hover {
	color: black;
	
}
.service1 .box ul li span:hover{
	color:black;
	
}
/*.service1 .box ul li span:hover {
    color: black;
    font-weight: 700;
    text-decoration: underline;
}*/
.service1 .box{
	padding: 35px;
	
}
.service1 .box ul{
	margin: 0 130px;
	
}

.service1 .box ul li{
	margin: -10px 0;
	
}
.service2 {
	        background-image: linear-gradient(#2c2a2acc, #2c2a2acc), url(/img/black-bg-1.webp); padding: 75px 0 75px 0; background-size: cover;
    background-repeat: no-repeat;
}
.service2 .pad {
	padding-top: 50px;
}
.service2 h1 {
	font-family: font4; text-align: left; font-size: 35px; color: white; text-transform: uppercase; letter-spacing: 2px;
}
.service2 h2 {
	font-family: font4; text-align: left; font-size: 35px; color: white; text-transform: uppercase;
}
.service2 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: justify;
}
.service2 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.service11 {
 background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/commercial-epoxy-floor-02-new.webp"); background-size: cover; background-repeat: no-repeat;
	    padding: 100px 150px 100px 150px;
    background-position: bottom;
    background-attachment: fixed;
}
.service11 .pad {
	padding: 50px; border-radius: 25px; background: #0009; border: 2px solid #a6f174;
}
.service11 h1 {
	font-family: 'font'; text-align: left; font-size: 35px; color: white; text-transform: uppercase;
}
.service11 h2 {
	font-family: font4; text-align: left; font-size: 35px; color: #a6f174; text-transform: uppercase; letter-spacing: 2px; 
}
.service11 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: justify; line-height: 35px;
}
.service11 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.service111 {
 background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/residential-epoxy-floor-02-new.webp"); background-size: cover; background-repeat: no-repeat;
	    padding: 100px 150px 100px 150px;
    background-position: bottom;
    background-attachment: fixed;
}
.service111 .pad {
	padding: 50px; border-radius: 25px; background: #0009; border: 2px solid #a6f174;
}
.service111 h1 {
	font-family: 'font'; text-align: left; font-size: 35px; color: white; text-transform: uppercase;
}
.service111 h2 {
	font-family: font4; text-align: left; font-size: 35px; color: #a6f174; text-transform: uppercase; letter-spacing: 2px; 
}
.service111 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: justify; line-height: 35px;
}
.service111 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.service1111 {
 background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/industrial-epoxy-floor-02-new.webp"); background-size: cover; background-repeat: no-repeat;
	    padding: 100px 150px 100px 150px;
    background-position: bottom;
    background-attachment: fixed;
}
.service1111 .pad {
	padding: 50px; border-radius: 25px; background: #0009; border: 2px solid #a6f174;
}
.service1111 h1 {
	font-family: 'font'; text-align: left; font-size: 35px; color: white; text-transform: uppercase;
}
.service1111 h2 {
	font-family: font4; text-align: left; font-size: 35px; color: #a6f174; text-transform: uppercase; letter-spacing: 2px; 
}
.service1111 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: justify; line-height: 35px;
}
.service1111 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.service22 {
	background: rgb(37,37,37);; padding: 75px 0 75px 0;
}
.service22 .pad {
	padding-top: 50px;
}
.service22 h2 {
	font-family: 'font'; text-align: left; font-size: 35px; color: white; ; text-transform: uppercase;
}
.service22 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: justify;
}
.service22 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.residential {
	padding: 100px 0 75px 0; background: rgb(37,37,37);;
}
.residential .pad {
	padding-top: 40px;
}
.residential h1 {
	font-family: 'font'; text-align: left; font-size: 35px; color: white;  text-transform: uppercase;
}
.residential h2 {
	font-family: 'font'; text-align: left; font-size: 28px; color: white;  text-transform: uppercase;
}
.residential p {
	font-size: 17px; color:white;  font-weight: 600; font-family: 'font2'; text-align: justify;
}
.residential img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.commercial {
	padding: 100px 0 75px 0; background: rgb(37,37,37);;
}
.commercial .pad {
	padding-top: 40px;
}
.commercial h1 {
	font-family: 'font'; text-align: left; font-size: 35px; color: white; text-transform: uppercase;
}
.commercial p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: justify;
}
.commercial img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}


.pdf-article-intro {
		padding: 225px 125px 225px 125px;    background-image: linear-gradient(rgb(0 0 0 / 45%), rgb(0 0 0 / 50%)), url(/img/resin-downtown-001.webp);
    background-size: cover; background-position: bottom;
    background-repeat: no-repeat;
}
.pdf-article-intro .pad {
	background: #0009; padding: 25px 5px 5px 5px; border-radius: 15px;height: 275px;
}
.pdf-article-intro h1 {
	font-family: font4; font-size: 50px; text-align: center; letter-spacing: 3px; color: #a6f174; text-shadow: 2px 2px 1px #000; text-transform: uppercase;
}
.pdf-article-intro h2 {
	font-family: font4; font-size: 36px; text-align: center; letter-spacing: 3px; color: #a6f174; text-shadow: 2px 2px 1px #000; text-transform: uppercase;
}
.pdf-article-intro h4 {
	font-family: font4; font-size: 35px; letter-spacing: 2px; color: #a6f174; margin-left: 15px;
}
.pdf-article-intro h5 {
    font-family: font5;
    font-size: 55px;
    color: #a6f174;
    margin-bottom: -30px;
    margin-top: -10px;
}
.pdf-article-intro h6 {
	color: #fff; font-size: 45px; line-height: 22px;
}
.pdf-article-intro i {
	font-size: 135px; color: #f5f5f5;
}
.pdf-article-intro img {
	border-radius: 100%;
}
.pdf-article-intro a {
	color: inherit;
}


.pdf-article {
	padding: 75px 125px 75px 125px;
	/*background: rgb(255,255,255);*/
	background: rgb(48, 48, 48);
}
.pdf-article .pad {
	padding-top: 35px;
}
.pdf-article h1 {
	font-family: font5;	font-size: 40px; text-align: left;text-shadow: 3px 3px 1px #000;
	color: white; 
	text-transform: lowercase;
}
.pdf-article h2 {
	font-family: 'font';	font-size: 32px; text-align: left; 
	color: white;
	text-transform: uppercase;
}
.pdf-article h3 {
	font-family: 'font';	font-size: 22px; text-align: left; 
	color: #90bce4;
	text-transform: uppercase;
	font-weight: 300; 
}
.pdf-article h4 {
	font-family: font5; font-size: 20px; color: #a6f174; font-weight: 500; text-shadow: 2px 2px 1px #000; line-height: 75px;
}
.pdf-article h1 span {
	font-size: 22px;
	font-weight: 500;font-family: monospace;
	text-transform: capitalize; color: #a6f174;
}
.pdf-article p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;line-height: 35px;
	/*color: rgb(60,60,60);*/
	color: white; text-shadow: 1px 1px 1px #000;

}
.pdf-article img {
	border-radius: 10px;
}

.pdf-article li p span {
	color: #a6f174;
	font-size: 1.25rem; 
}


.seo-page {
	padding: 100px 0 75px 0; background: rgb(37,37,37);
}
.seo-page h2 {
	font-size: 40px; font-family: font; text-transform: uppercase; color: white; 
}
.seo-page h4 {
	font-size: 30px; font-family: font; text-transform: uppercase; color: white;
}
.seo-page p {
	font-size: 17px; text-align: justify; color: white; 
}
.seo-page iframe {
	width: 100%; height: 100%; border: 0; border-radius: 0.8rem; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.map iframe {
	width: 100%; height: 475px; margin-bottom: -7px;margin-top: 45px; 
}



/* ===============================
   AREA PAGE BASE
================================= */

.zc-area-page {
    position: relative;
}

.zc-area-section {
    padding: 150px 0;
}

.zc-area-section h1 {
	font-weight: 800;
}

.zc-area-section h2 {
	font-weight: 800; margin-bottom: 35px;
}

.zc-area-section--alt {
      background-image: linear-gradient(#000000cc, #000000cc), url(/img/black-bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.zc-area-section--alt h2 {
	color: #fff;
}

.zc-area-section--alt .zc-section-label {
	color: #a6f174;
}

.zc-section-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #999;
    margin-bottom: 10px;
}

/* ===============================
   HERO
================================= */

.zc-area-hero {
    padding: 200px 0 80px;
		    background-image: linear-gradient(rgb(0 0 0 / 90%), rgb(0 0 0 / 90%)), url(/img/section-1/016.webp);
    background-size: cover;
    background-repeat: no-repeat; color: #fff;
    background-attachment: fixed;
}

.zc-area-hero h1 {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.zc-area-hero .lead {
    font-size: 1.1rem;
    color: #f9f9f9;
    margin-bottom: 25px;
}

.zc-area-bullets {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.zc-area-bullets li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.zc-area-hero iframe {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 10px;
}
.zc-location-btn {
	    background: linear-gradient(135deg, #a6f174 0%, #4c8823 100%); padding: 20px; color: #000; border-radius: 15px; font-weight: 600; text-transform: uppercase; top: 25px; position: relative;
}

/* ===============================
   SERVICE CARDS
================================= */

.zc-service-card {
    background: #fff;
    padding: 75px 25px;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.04);
    transition: all 0.25s ease;
}

.zc-service-card:hover {
    transform: translateY(-5px); background: #a6f174; cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.zc-service-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.zc-service-card p {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
}

/* ===============================
   ICON LIST
================================= */

.zc-icon-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.zc-icon-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.zc-icon-list i {
    color: #28a745;
}

/* ===============================
   FEATURE CARDS (WHY CHOOSE)
================================= */

/* ===============================
   FEATURE CARDS - UPGRADED
================================= */

.zc-feature-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 14px;
    text-align: center;
    height: 100%; margin-top: 50px;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* subtle accent line */
.zc-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #a6f174;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.zc-feature-card:hover::before {
    transform: scaleX(1);
}

.zc-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* ===============================
   ICON
================================= */

.zc-feature-card__icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 12px;
    background: rgba(166, 241, 116, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #000;
    transition: all 0.3s ease;
}

/* hover effect */
.zc-feature-card:hover .zc-feature-card__icon {
    background: #a6f174;
    color: #000;
    transform: scale(1.1);
}

/* ===============================
   TEXT
================================= */

.zc-feature-card h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.zc-feature-card p {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
}

/* ===============================
   CTA SECTION
================================= */

.zc-area-cta {
    padding: 80px 0;
    background: #000;
    color: #fff;
    text-align: center;
}

.zc-area-cta h2 {
    font-size: 2rem; font-weight: 800;
    margin-bottom: 15px;
}

.zc-area-cta p {
    max-width: 700px;
    margin: 0 auto 25px;
    color: #ccc;
}

/* ===============================
   BUTTONS
================================= */

.zc-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}



.zc-btn--ghost {
    border: 2px solid #fff;
    color: #fff;
}

.zc-btn--ghost:hover {
    background: #fff;
    color: #000;
}

/* ===============================
   CONTACT SECTION
================================= */

#zc-area-contact h2 {
    margin-bottom: 15px;
}

#zc-area-contact p {
    color: #555;
}

/* ===============================
   IMAGES
================================= */

.zc-area-section img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 991px) {
    .zc-area-hero {
        padding: 60px 0;
    }

    .zc-area-hero h1 {
        font-size: 2rem;
    }

    .zc-area-cta h2 {
        font-size: 1.6rem;
    }
}

@media (max-width: 576px) {
    .zc-area-section {
        padding: 50px 0;
    }

    .zc-service-card {
        padding: 20px;
    }
}




.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(33, 32, 32);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(84, 84, 84);
}
.area h1 {
	font-size: 2.7rem; font-family: font4; font-weight: 500; color: #a6f174; letter-spacing: 2px;
}
.area h2 {
	font-size: 2.5rem; font-family: font4; font-weight: 500; color: #a6f174; letter-spacing: 2px;
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(237, 234, 234);
}
.area p {
	font-size: 17px; text-align: justify; color: white;
}
.area p span{
	text-decoration: underline; 
}
.area a {
    background: #a6f174;
    color: black;
    font-weight: 700;
    width: max-content;
    padding: 10px;
    font-family: inherit;
    border: 2px solid black;
    box-shadow: 1px 1px 10px black;
}
.area iframe {
	width: 100%; height:450px; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.black-bg {
	background: black !important;

}
.black-bg *{
	color: #a6f174 !important;

}
.area .info-box{
	
	background: #a6f174;
	
	padding: 15px; 
	box-shadow: 0px 1px 5px black; 

}
.area .info-box *{


	color: black;
	
}

/*Epoxy Slab Options Section*/
/* General styling for the epoxy button grid */
.epoxy-buttons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Adjust gap between buttons */
}
.epoxy-section{
    padding: 0 100px; 
}
.epoxy-button {
  width: 100px; /* Set a fixed width for the buttons */
  height: 100px; /* Adjust the height as needed */
  background-size: cover;
  background-position: center;
  border: none;
  cursor: pointer;
  background: gray;
}








/* Ensure the button layout is consistent across devices */
@media (max-width: 1200px) {
  .epoxy-button {
    width: 120px; /* Adjust the width for smaller screens */
    height: 90px; /* Adjust the height for smaller screens */
  }
}

@media (max-width: 992px) {
  .epoxy-button {
    width: 100px; /* Adjust the width for smaller screens */
    height: 80px; /* Adjust the height for smaller screens */
  }
}

@media (max-width: 768px) {
  .epoxy-button {
    width: 80px; /* Adjust the width for smaller screens */
    height: 70px; /* Adjust the height for smaller screens */
  }
}

@media (max-width: 576px) {
  .epoxy-button {
    width: 70px; /* Adjust the width for smaller screens */
    height: 60px; /* Adjust the height for smaller screens */
  }
}

#epoxy-id, #epoxy-name, #epoxy-collection {
  font-family: 'Arial', sans-serif;
}

#epoxy-id {
  font-size: 1.2em;
  font-weight: bold;
}

#epoxy-name {
  font-size: 1.5em;
  font-weight: bold;
}

#epoxy-collection {
  font-size: 1em;
  color: #666;
}
.epoxy-name{
    color: white;
    text-transform: uppercase;
}
.epoxy-id{
    color: white; 
}
/* Styling for the tab navigation */
.tab3 {
  overflow: hidden;
  border: 1px solid #0f47c0;
  background-color: #f1f1f1;
  font-family: 'font2';
}

.tab3 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 14px;
  width: 100%;
  text-align: left;
  font-family: 'font6';
  letter-spacing: 1px;
  color: #082e7f;
}

.tab3 button:hover {
  background-color: #ddd;
}

.tab3 button.active {
  background-color: #ccc;
}

.tabcontent3 {
  display: none;
  padding: 6px 12px;
  border: 2px solid #0f47c0;
  background: #f5f5f5;
}

/* Optionally add styles for other sections */
.tab2 button, .tab3 button {
  /* Ensure consistency across different tab buttons */
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 14px;
  width: 100%;
  text-align: left;
  font-family: 'font6';
  letter-spacing: 1px;
  color: #082e7f;
}

.tab2 button:hover, .tab3 button:hover {
  background-color: #ddd;
}

.tab2 button.active, .tab3 button.active {
  background-color: #ccc;
}

.tabcontent2, .tabcontent3 {
  display: none;
  padding: 6px 12px;
  border: 2px solid #0f47c0;
  background: #f5f5f5;
}

/*Epoxy Slab Options Section END*/





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

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

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

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

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

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

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

.top-header-animate {
	background: rgb(0,0,0);    margin-top: -135px;
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
    padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.navbar-scroll {
padding: 5px 0 0;
    position: fixed;
    /*background: #a6f174;*/
    background: white;
    border-bottom: 2px solid #000;
    width: 100%;
    z-index: 2;
    transition: all .30s ease;
    box-shadow: 0px 0px 10px -4px #000000bd;
}
.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: 500; font-size: 16px; color: #000; text-transform: lowercase; text-shadow: 1px 1px 1px #fff; font-family: font5;*/
    margin: 0 20px;
    padding: 6px 0px;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    text-transform: lowercase;
    text-shadow: 1px 1px 1px #fff;
    font-family: font5;
}
.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: #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	/*color: rgb(255,255,255);*/
	color: black;
	/*text-shadow: 1px 1px 3px #000;*/
	text-shadow: 1px 1px 0px #000;
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}

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

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

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

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

.gallery-page{
	
	padding: 150px 10px; 
}
.gallery-page h1{
    font-family: 'font';
    font-size: 40px;
    text-align: center;
    color: black;;
    text-transform: uppercase;
	
}
.gallery-page h2{
    font-family: 'font';
    font-size: 2rem;
    text-align: center;
    color: black;;
    text-transform: uppercase;
	
}
/* ========================================================== */
/* 			            REVIEWS PAGE                          */
/* ========================================================== */
.carousel-indicators li {
	position: relative;	top: 51px; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px;	height: 3px; margin-right: 3px;	margin-left: 3px;	text-indent: -999px; background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
	background-color: #0f8029;
}

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

.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex;	flex-direction: column;	justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px; background: rgb(0,0,0);	color: rgb(255, 255, 255); font-size: 18px;	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px;	font-family: 'font2';
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.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; text-decoration: underline; color: rgb(255, 255, 255);
}
.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:32px;	width:32px;	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration:none !important;	color: #929292;
}
/* === Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
}
/* === Tablet CSS Section ================= */
/*@media screen and (max-width: 1024px) {*/
/*@media screen and (max-width: 1024px) {*/
@media screen and (max-width: 1200px) {


.dropdown {
  float: left; position: relative;
}

.dropdown .dropbtn {
  font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-one {
  cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-two {
  cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-three {
  cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
  display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
  display: block;
}

.dropdown-one .dItem {
    color: black;
    padding: 12px 16px;
    display: block;
    text-align: left;
}

.dropdown-one .dItem:hover, .dropdown-two a:hover {
    background-color: #ddd;
}

.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 Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%;	z-index: 1;	padding: 10px 0 10px 0;
	background: rgb(0,0,0);    border-bottom: 2px solid #a6f174;
    margin-top: 40px;
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header .logo-spanner {
      background: #000;
    padding: 15px;
    position: relative;
    z-index: 1;
    max-width: 60%;
    margin-left: 25px;
    margin-bottom: -10px;
    margin-top: 20px;
}
.top-header div[class*='col-']:first-child {
	justify-content: flex-end; align-items:center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0;	font-size:15px;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color:transparent;;
}
.top-header div[class*='col-']:nth-child(2) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) i {
	/*color: rgb(8,0,107);*/
	color: rgb(256,256,256);
}
.top-header div[class*='col-']:nth-child(3) a {
	color: rgb(256,256,256); font-weight: 600; font-family: 'font2'; font-size: 12px; margin-top:10px;
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	color: rgb(256,256,256);
}
.top-header div[class*='col-']:nth-child(4) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(4) i {
	/*color: rgb(8,0,107);*/
	color: rgb(256,256,256);

}
.top-header div[class*='col-']:nth-child(4) a {
	color: rgb(256,256,256); font-weight: 600; font-family: 'font2';
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(256,256,256);
}
.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(8,0,107);	color: rgb(255,255,255); background: rgb(8,0,107); border-radius:100px;	height: 34px;	width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(255,255,255);	text-decoration:none !important; color: rgb(8,0,107);
}
.top-header .dropdown-menu {
	background:whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color:#222;	padding:3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px;	outline: none !important;	border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important;	color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline:none !important; box-shadow:none !important;
}

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

/******* Mobile Navigation Section *******/
.navbar-sidebar {
	display:none;
}
.dropdown-wrapper {
	margin:0;	padding:0;
}
.navbar-sidebar .dropdown-menu-mobile {
    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: #a6f174;
    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: left;
}
.navbar-sidebar {
	padding-top: 84px; 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 {
	z-index: 3;	display: none; padding-top: 100px; position: fixed;	left: 0; top: 0; width: 100%;	height: 100%;	overflow: auto; background-color: rgb(0,0,0);	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin:auto; background-color:#fff;	position:relative; padding:0;	outline:0; width:600px;
}
.bar {
	width:100%;	overflow:hidden;
}
.center .bar {
	display:inline-block;	width:auto;
}
.bar .bar-item {
	padding:8px 16px;	float:left;	width:auto;	border:none; display:block;	outline:0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position:static; float:left;
}
.bar .button {
	white-space:normal;
}
.bar-block .bar-item {
	width:100%;	display:block; padding:8px 16px; text-align:left;	border:none; white-space:normal; float:none; outline:0;
	color: white;
	font-family: 'font';
	font-weight: 400;
        margin: 10px 0;	
	
}
.bar-block .nav-link{
	color: white !important ;
	font-family: 'font';
	font-weight: 400;	
}
.bar-block.center .bar-item {
	text-align:center;
}
.block {
	display:block; width:100%;
}

/******************************************** DAVIDS TABLET CODE START *************************************************/
.home-header-section {
	padding-top: 80px;
}
.home-header-section .lay1 {
	font-family: 'font'; text-transform: uppercase; text-shadow: 2px 2px 2px #000;
}
.home-header-section .lay2 {
	font-family: 'font'; text-transform: uppercase; text-shadow: 2px 2px 2px #000;
}
.navbar-sidebar {
	padding-top: 125px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 1;	overflow: auto;
}
.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(87, 86, 87); 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(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;
}




.home1 {
	padding: 75px 25px 75px 25px;
	/*background: rgb(255,255,255);*/
	background: rgb(48, 48, 48);
}
.home1 .pad {
	padding-top: 35px;
}
.home1 h1 {
	font-family: font5;	font-size: 40px; text-align: left;text-shadow: 3px 3px 1px #000;
	color: white; 
	text-transform: lowercase;
}
.home1 h2 {
	font-family: 'font';	font-size: 32px; text-align: left; 
	color: white;
	text-transform: uppercase;
}
.home1 h4 {
	font-family: font5; font-size: 17px; color: #a6f174; font-weight: 500; text-shadow: 2px 2px 1px #000; line-height: 75px;
}
.home1 h1 span {
	font-size: 22px;
	font-weight: 500;font-family: monospace;
	text-transform: capitalize; color: #a6f174;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: left;line-height: 35px;
	/*color: rgb(60,60,60);*/
	color: white; text-shadow: 1px 1px 1px #000;

}
.home1 img {
	border-radius: 10px;
}

.home2 {
padding: 75px 75px 75px 75px;
	/*background: rgb(60,60,60);*/
	background: rgb(48, 48, 48);
	    border-top: 5px solid #a6f174;
    border-bottom: 5px solid #a6f174
}
.home2 .card {
	max-height: 100%;	height: auto;	color: #fff; margin: 0 0 0px;	border-radius: 10px; padding: 10px 10px 0 10px;
	/*background: rgb(255,255,255,0.9);*/
	background: rgb(25,25,25);
	border: none;	visibility: hidden;	
}
.home2 .card h2 {
	font-family: 'font';
	/*color: rgb(8,0,107);*/
	color: rgb(256,256,256);

	font-size: 25px; padding-top: 13px; text-transform: uppercase;
}
.home2 .card p {
	font-size: 16px; font-family: 'font2'; font-weight: 600; text-align: left;
	/*color: rgb(60,60,60);*/ line-height: 35px;
	color: rgb(256,256,256);

}
.home2 .card img {
	max-width: 100%;border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0); 
}
.home2 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0); max-width: 75%
}
.home3 {
    background-image: linear-gradient(#00000026, #000000eb), url(/img/black-bg-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
	padding: 75px 25px 75px 25px;
}
.home3 .pad {
	padding-top: 35px;
}
.home3 h2 {
	font-family: 'font5';	font-size: 35px; text-align: left;
	/*color: rgb(8,0,107);*/
	color: white;

	text-transform: lowercase;
}
.home3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: left; line-height: 35px;
	
	/*color: rgb(60,60,60);*/
	color: white; 
}
.home3 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.siemer {
	padding: 75px 0 75px 0; background: rgb(60,60,60);
}
.siemer h5 {
	font-size: 30px; font-family: font; text-align: center; color: rgb(255,255,255);
}
.home4 {
	padding: 75px 125px 75px 125px;    background-image: linear-gradient(rgb(0 0 0 / 89%), rgb(0 0 0 / 91%)), url(/img/black-bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.home4 .parallax2 {
	 padding: 50px 0px 50px 0px; border-radius: 25px;
}
.home4 .parallax2 .row {
--bs-gutter-x: 0px;
}
.home4 h3 {
	color: #a6f174; text-align: center; font-family: 'font4'; text-transform: uppercase; font-size: 85px; letter-spacing: 3px; padding-bottom: 50px; text-shadow: 2px 2px 1px #000;
}
.home4 p {
	padding-bottom: 10px;
}
.home4 .newsCard1 {
  position: relative; width: 100%; height: 430px;  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/urethane-2-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-right: 2px solid #000;
}
.home4 .newsCaption1 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 65%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title1 {
  margin-top: 0px; color: #000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content1 {
  margin: 0; color: rgb(60,60,60); font-weight: 600; font-size: 13px;	font-family: 'font2';
}
.home4 .newsCaption-link1 {
  color: rgb(8,0,107); text-decoration: underline; font-weight: 600; font-family: 'font2';  opacity: 1;
}
.home4 .newsCaption-link1:hover {
  opacity: 1;
}
.home4 .news-Slide-up1:hover .newsCaption1 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard2 {
  position: relative; width: 100%; height: 430px;  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/concrete-stain-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-top-left-radius: 25px;    border-right: 2px solid #000;
}
.home4 .newsCaption2 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 65%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title2 {
   margin-top: 0px; color: #000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content2 {
  margin: 0; color: rgb(60,60,60); font-size: 13px;	font-family: 'font2';	font-weight: 600;
}
.home4 .newsCaption-link2 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600;  opacity: 1;
}
.home4 .newsCaption-link2:hover {
  opacity: 1;
}
.home4 .news-Slide-up2:hover .newsCaption2 {
  opacity: 1; -webkit-transform: translateY(0px);	transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard3 {
  position: relative; width: 100%; height: 430px;  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/concrete-dye-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-top-right-radius: 25px;
}
.home4 .newsCaption3 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 65%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title3 {
  margin-top: 0px; color: #000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content3 {
  margin: 0; color: rgb(60,60,60); font-size: 13px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link3 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link3:hover {
  opacity: 1;
}
.home4 .news-Slide-up3:hover .newsCaption3 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard4 {
  position: relative; width: 100%; height: 430px;  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/concrete-grind-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-right: 2px solid #000;
}
.home4 .newsCaption4 {
   position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 65%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title4 {
   margin-top: 0px; color: #000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content4 {
  margin: 0; color: rgb(60,60,60); font-size: 13px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link4 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link4:hover {
  opacity: 1;
}
.home4 .news-Slide-up4:hover .newsCaption4 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard5 {
  position: relative; width: 100%;  height: 430px; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/concrete-level-new.webp"); background-size: cover; color:#fff; overflow: hidden;    border-right: 2px solid #000;
}
.home4 .newsCaption5 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 65%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title5 {
  margin-top: 0px; color: #000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content5 {
  margin: 0; color: rgb(60,60,60); font-size: 13px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link5 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link5:hover {
  opacity: 1;
}
.home4 .news-Slide-up5:hover .newsCaption5 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard6 {
  position: relative; width: 100%;  height: 430px; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/epoxy-countertop-new.webp"); background-size: cover; color:#fff; overflow: hidden;
}
.home4 .newsCaption6 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 65%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title6 {
  margin-top: 0px; color: #000;	font-family: 'font4';	font-size: 25px; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content6 {
   margin: 0; color: rgb(60,60,60); font-size: 13px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link6 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link6:hover {
  opacity: 1;
}
.home4 .news-Slide-up6:hover .newsCaption6 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard7 {
  position: relative; width: 100%; height: 430px;  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/metallic-epoxy-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-bottom-left-radius: 25px;    border-right: 2px solid #000;
}
.home4 .newsCaption7 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 65%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title7 {
    margin-top: 0px; color: #000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content7 {
  margin: 0; color: rgb(60,60,60); font-size: 13px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link7 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link7:hover {
  opacity: 1;
}
.home4 .news-Slide-up7:hover .newsCaption7 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard8 {
  position: relative; width: 100%;  height: 430px; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/flake-epoxy-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-right: 2px solid #000;
}
.home4 .newsCaption8 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 65%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title8 {
   margin-top: 0px; color:#000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content8 {
  margin: 0; color: rgb(60,60,60); font-size: 13px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link8 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link8:hover {
  opacity: 1;
}
.home4 .news-Slide-up8:hover .newsCaption8 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard9 {
  position: relative; width: 100%;  height: 430px; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/quartz-epoxy-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-bottom-right-radius: 25px;
}
.home4 .newsCaption9 {
   position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 65%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title9 {
  margin-top: 0px; color: #000;	font-family: 'font4';	font-size: 25px; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content9 {
  margin: 0; color: rgb(60,60,60); font-size: 13px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link9 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link9:hover {
  opacity: 1;
}
.home4 .news-Slide-up9:hover .newsCaption9 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home-restaurant {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/restaurant-7-new.webp"); background-size: cover; background-repeat: no-repeat;
	    padding: 100px 0px 100px 0px;
    background-position: bottom;
    background-attachment: fixed;
}
.home-restaurant .pad {
	padding: 50px; background: #0009; border-radius: 25px;
}
.home-restaurant h2 {
	font-family: font4; letter-spacing: 2px; font-size: 45px; text-align: center; color: #a6f174; text-shadow: 1px 1px 1px #000; text-transform: uppercase;
}
.home-restaurant p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center; color: #f5f5f5;
}
.home5 {
	/*background: rgb(255,255,255);*/
	background: rgb(48, 48, 48); 
	    border-top: 5px solid #a6f174;
    border-bottom: 5px solid #a6f174;
	padding: 75px 0 75px 0;
}
.home5 h3 {
	font-family: 'font'; text-align: center; text-transform: uppercase;
	color: white;
	font-size: 40px; padding-bottom: 30px;
}
.process1 {
	padding: 100px 0 75px 0;
	/*background: rgb(255,255,255);*/
	    background-image: linear-gradient(#000000cc, #000000cc), url(/img/black-bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.process1 .pad {
	padding-top: 20px;
}
.process1 h2 {
	font-family: 'font'; text-align: left; text-transform: uppercase; color: white; font-size: 32px;
}
.process1 p {
	font-size: 16px; font-weight: 600; font-family: 'font2'; text-align: left; color: white;
}
.process1 span {
	color: white; font-family: 'font'; font-size: 20px; text-transform: uppercase;
}
.process1 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.process2 {
	background: rgb(12, 12, 12); padding: 75px 0 75px 0; border-top: 3px solid #a6f174; border-bottom: 3px solid #a6f174;
}
.process2 .pad {
	padding-top: 20px;
}
.process2 h2 {
	font-family: 'font'; text-align: left; text-transform: uppercase; color: white; font-size: 32px;
}
.process2 p {
	font-size: 16px; font-weight: 600; font-family: 'font2'; text-align: left; color: white;
}
.process2 span {
	color:white; font-family: 'font'; font-size: 20px; text-transform: uppercase;
}
.process2 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.process2 ul {
	font-size: 16px; font-weight: 600; font-family: 'font2'; text-align: left; color: white;
}
.process2 li {
	font-size: 16px; font-weight: 600; font-family: 'font2'; text-align: left; color: white;
}
.process3 {
	    background-image: linear-gradient(#000000cc, #000000cc), url(/img/black-bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat; padding: 75px 0 75px 0;
}
.process3 .pad {
	padding-top: 20px;
}
.process3 h2 {
	font-family: 'font'; text-align: left; text-transform: uppercase; color: white; font-size: 32px;
}
.process3 p {
	font-size: 16px; font-weight: 600; font-family: 'font2'; text-align: left; color: white; 
}
.process3 span {
	color: white; font-family: 'font'; font-size: 20px; text-transform: uppercase;
}
.process3 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.service1 {
	padding: 100px 0 75px 0;     background-image: linear-gradient(#000000cc, #000000cc), url(/img/black-bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.service1 .container-fluid {
	padding: 0px 100px 0px 100px;
}
.service1 .pad {
	padding-top: 40px;
}
.service1 h1 {
	font-family: font4; text-align: left; font-size: 35px; color: white; text-transform: uppercase; letter-spacing: 2px;
}
.service1 h2 {
	font-family: font4; text-align: left; font-size: 35px; color: white; text-transform: uppercase;
}
.service1 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: left; line-height: 35px;
}
.service1 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.service1 hr {
	background: #a6f174; height: 2px; opacity: 75%;
}

.service2 {
	        background-image: linear-gradient(#2c2a2acc, #2c2a2acc), url(/img/black-bg-1.webp); padding: 75px 0 75px 0; background-size: cover;
    background-repeat: no-repeat;
}
.service2 .pad {
	padding-top: 50px;
}
.service2 h1 {
	font-family: font4; text-align: left; font-size: 35px; color: white; text-transform: uppercase; letter-spacing: 2px;
}
.service2 h2 {
	font-family: font4; text-align: left; font-size: 35px; color: white; text-transform: uppercase;
}
.service2 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: left;
}
.service2 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.service11 {
 background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/commercial-epoxy-floor-02-new.webp"); background-size: cover; background-repeat: no-repeat;
	    padding: 100px 150px 100px 150px;
    background-position: bottom;
    background-attachment: fixed;
}
.service11 .pad {
	padding: 50px; border-radius: 25px; background: #0009; border: 2px solid #a6f174;
}
.service11 h1 {
	font-family: 'font'; text-align: left; font-size: 35px; color: white; text-transform: uppercase;
}
.service11 h2 {
	font-family: font4; text-align: left; font-size: 35px; color: #a6f174; text-transform: uppercase; letter-spacing: 2px; 
}
.service11 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: left; line-height: 35px;
}
.service11 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.service111 {
 background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/residential-epoxy-floor-02-new.webp"); background-size: cover; background-repeat: no-repeat;
	    padding: 100px 150px 100px 150px;
    background-position: bottom;
    background-attachment: fixed;
}
.service111 .pad {
	padding: 50px; border-radius: 25px; background: #0009; border: 2px solid #a6f174;
}
.service111 h1 {
	font-family: 'font'; text-align: left; font-size: 35px; color: white; text-transform: uppercase;
}
.service111 h2 {
	font-family: font4; text-align: left; font-size: 35px; color: #a6f174; text-transform: uppercase; letter-spacing: 2px; 
}
.service111 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: left; line-height: 35px;
}
.service111 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.service1111 {
 background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/industrial-epoxy-floor-02-new.webp"); background-size: cover; background-repeat: no-repeat;
	    padding: 100px 150px 100px 150px;
    background-position: bottom;
    background-attachment: fixed;
}
.service1111 .pad {
	padding: 50px; border-radius: 25px; background: #0009; border: 2px solid #a6f174;
}
.service1111 h1 {
	font-family: 'font'; text-align: left; font-size: 35px; color: white; text-transform: uppercase;
}
.service1111 h2 {
	font-family: font4; text-align: left; font-size: 35px; color: #a6f174; text-transform: uppercase; letter-spacing: 2px; 
}
.service1111 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: left; line-height: 35px;
}
.service1111 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.service22 {
	background: rgb(37,37,37);; padding: 75px 0 75px 0;
}
.service22 .pad {
	padding-top: 50px;
}
.service22 h2 {
	font-family: 'font'; text-align: left; font-size: 35px; color: white; ; text-transform: uppercase;
}
.service22 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: left;
}
.service22 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.residential {
	padding: 100px 0 75px 0; background: rgb(37,37,37);;
}
.residential .pad {
	padding-top: 40px;
}
.residential h1 {
	font-family: 'font'; text-align: left; font-size: 35px; color: white;  text-transform: uppercase;
}
.residential h2 {
	font-family: 'font'; text-align: left; font-size: 28px; color: white;  text-transform: uppercase;
}
.residential p {
	font-size: 17px; color:white;  font-weight: 600; font-family: 'font2'; text-align: left;
}
.residential img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.commercial {
	padding: 100px 0 75px 0; background: rgb(37,37,37);;
}
.commercial .pad {
	padding-top: 40px;
}
.commercial h1 {
	font-family: 'font'; text-align: left; font-size: 35px; color: white; text-transform: uppercase;
}
.commercial p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: left;
}
.commercial img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.seo-page {
	padding: 100px 0 75px 0; background: rgb(37,37,37);
}
.seo-page h2 {
	font-size: 40px; font-family: font; text-transform: uppercase; color: white; 
}
.seo-page h4 {
	font-size: 30px; font-family: font; text-transform: uppercase; color: white;
}
.seo-page p {
	font-size: 17px; text-align: left; color: white; 
}
.seo-page iframe {
	width: 100%; height: 100%; border: 0; border-radius: 0.8rem; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.map iframe {
	width: 100%; height: 475px; margin-bottom: -7px;margin-top: 45px; 
}






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

.top-header-animate {
	background: rgb(0,0,0);    margin-top: -135px;
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
    padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.navbar-scroll {
padding: 5px 0 0;
    position: fixed;
    /*background: #a6f174;*/
    background: white;
    border-bottom: 2px solid #000;
    width: 100%;
    z-index: 2;
    transition: all .30s ease;
    box-shadow: 0px 0px 10px -4px #000000bd;
}
.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 10px; padding: 6px 0px; font-weight: 500; font-size: 13px; color: #000; text-transform: lowercase; text-shadow: 1px 1px 1px #fff; font-family: font5;
}
.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: #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	/*color: rgb(255,255,255);*/
	color: black;
	/*text-shadow: 1px 1px 3px #000;*/
	text-shadow: 1px 1px 0px #000;
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}

}


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

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.home-header-section {
	padding-top: 80px;
}
.home-header-section .lay1 {
	font-family: 'font'; text-transform: uppercase; text-shadow: 2px 2px 2px #000;
}
.home-header-section .lay2 {
	font-family: 'font'; text-transform: uppercase; text-shadow: 2px 2px 2px #000;
}
.navbar-sidebar {
	padding-top: 150px; height: 100%; width: 200px; background-color: rgb(0,0,0); position: fixed!important;	z-index: 3;	overflow: auto;
}
.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(0,0,0); 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(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;
}

.home-intro {
		padding: 155px 15px 155px 15px;    background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url(/img/zc-1-new.webp);
    background-size: cover; background-position: bottom;
    background-repeat: no-repeat;
}
.home-intro .pad {
	background: #0009; padding: 25px 5px 5px 5px; border-radius: 15px;height: 275px;
}
.home-intro h2 {
	font-family: font4; font-size: 35px; text-align: center; letter-spacing: 3px; color: #a6f174; text-shadow: 2px 2px 1px #000; text-transform: uppercase;
}
.home-intro h4 {
	font-family: font4; font-size: 35px; letter-spacing: 2px; color: #a6f174; margin-left: 15px;
}
.home-intro h5 {
    font-family: font5;
    font-size: 55px;
    color: #a6f174;
    margin-bottom: -30px;
    margin-top: -10px;
}
.home-intro h6 {
	color: #fff; font-size: 45px; line-height: 22px;
}
.home-intro i {
	font-size: 65px; color: #f5f5f5;
}
.home-intro img {
	border-radius: 100%;
}
.home-intro a {
	color: inherit;
}


.home1 {
	padding: 30px 0 30px 0; background: rgb(37,37,37);
}
.home1 .pad {
	padding-top: 35px;
}
.home1 h1 {
	font-family: 'font';	font-size: 40px; text-align: center; color: white;  text-transform: uppercase;
}
.home1 h4 {
    font-family: font5;
    font-size: 20px;
    color: #a6f174;
    font-weight: 500;
    text-shadow: 2px 2px 1px #000;
    line-height: 75px;
		text-align: center;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: center;	color: white; 
}
.home1 img {
	border-radius: 10px;
}
.home2 {
	padding: 30px 0 30px 0; background: rgb(37,37,37);
}
.home2 .card {
	max-height: 100%;	height: auto;	color: #fff; margin: 0 0 0px;	border-radius: 10px; padding: 10px 10px 0 10px;	background: rgb(25,25,25); border: none;	visibility: hidden;	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
}
.home2 .card h2 {
	font-family: 'font'; color: white;  font-size: 25px; padding-top: 13px; text-transform: uppercase; text-align: center;
}
.home2 .card p {
	font-size: 16px; font-family: 'font2'; font-weight: 600; text-align: center;	color: white;
}
.home2 img {
	border-radius: 10px;
}
.home3 {
	background: rgb(37,37,37); padding: 30px 0 30px 0;
}
.home3 h2{
    font-family: 'font5';
    font-size: 35px;
    text-align: center;
    /* color: rgb(8,0,107); */
    color: white;
    text-transform: lowercase;
}
.home3 .pad {
	padding-top: 35px;
}
.home3 h1 {
	font-family: 'font';	font-size: 40px; text-align: center; color: white;  text-transform: uppercase;
}
.home3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: center;	color: white;
}
.home3 img {
	border-radius: 10px;
}
.home4 {
	padding: 30px 0 30px 0; background: rgb(60,60,60);
}
.home4 h3 {
	color: rgb(255,255,255); text-align: center; font-family: 'font'; text-transform: uppercase; font-size: 40px;
}
.home4 p {
	padding-bottom: 10px;
}
.home4 .newsCard1 {
  position: relative; width: 100%; height: 400px;	border-radius: 10px;
	/*margin: 3rem auto;*/
	margin: 0;
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/urethane-2-new.webp"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home4 .newsCaption1 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 63%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden;
}
.home4 .newsCaption-title1 {
  margin-top: 0px; color: rgb(8,0,107);	font-family: 'font'; font-size: 20px;	text-transform: uppercase;
}
.home4 .newsCaption-content1 {
  margin: 0; color: rgb(60,60,60); font-weight: 600; font-size: 14px;	font-family: 'font2';
}
.home4 .newsCaption-link1 {
  color: rgb(8,0,107); text-decoration: underline; font-weight: 600; font-family: 'font2';  opacity: 1;
}
.home4 .newsCaption-link1:hover {
  opacity: 1;
}
.home4 .news-Slide-up1:hover .newsCaption1 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home4 .newsCard2 {
  position: relative; width: 100%; height: 400px;	border-radius: 10px;
	/*margin: 3rem auto;*/
	margin: 0;
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/concrete-stain-new.webp"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home4 .newsCaption2 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 63%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home4 .newsCaption-title2 {
  margin-top: 0px; color: rgb(8,0,107);	font-family: 'font'; font-size: 20px;	text-transform: uppercase;
}
.home4 .newsCaption-content2 {
  margin: 0; color: rgb(60,60,60); font-size: 14px;	font-family: 'font2';	font-weight: 600;
}
.home4 .newsCaption-link2 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600;  opacity: 1;
}
.home4 .newsCaption-link2:hover {
  opacity: 1;
}
.home4 .news-Slide-up2:hover .newsCaption2 {
  opacity: 1; -webkit-transform: translateY(0px);	transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.home4 .newsCard3 {
  position: relative; width: 100%; border-radius: 10px; height: 400px;
	/*margin: 3rem auto;*/
	margin: 0;
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/concrete-dye-new.webp"); background-size: cover; color:#fff; overflow: hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.home4 .newsCaption3 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 63%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden;
}
.home4 .newsCaption-title3 {
  margin-top: 0px; color: rgb(8,0,107);	font-family: 'font';	font-size: 20px; text-transform: uppercase;
}
.home4 .newsCaption-content3 {
  margin: 0; color: rgb(60,60,60); font-size: 14px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link3 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link3:hover {
  opacity: 1;
}
.home4 .news-Slide-up3:hover .newsCaption3 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}


.home4 .newsCard4 {
  position: relative; width: 100%; height: 400px;  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/concrete-grind-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-right: 2px solid #000;
}
.home4 .newsCaption4 {
   position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 65%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title4 {
   margin-top: 0px; color: #000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content4 {
  margin: 0; color: rgb(60,60,60); font-size: 14px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link4 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link4:hover {
  opacity: 1;
}
.home4 .news-Slide-up4:hover .newsCaption4 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard5 {
  position: relative; width: 100%;  height: 400px; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/concrete-level-new.webp"); background-size: cover; color:#fff; overflow: hidden;    border-right: 2px solid #000;
}
.home4 .newsCaption5 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 65%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title5 {
  margin-top: 0px; color: #000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content5 {
  margin: 0; color: rgb(60,60,60); font-size: 14px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link5 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link5:hover {
  opacity: 1;
}
.home4 .news-Slide-up5:hover .newsCaption5 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard6 {
  position: relative; width: 100%;  height: 400px; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/epoxy-countertop-new.webp"); background-size: cover; color:#fff; overflow: hidden;
}
.home4 .newsCaption6 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 65%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title6 {
  margin-top: 0px; color: #000;	font-family: 'font4';	font-size: 20px; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content6 {
   margin: 0; color: rgb(60,60,60); font-size: 14px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link6 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link6:hover {
  opacity: 1;
}
.home4 .news-Slide-up6:hover .newsCaption6 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard7 {
  position: relative; width: 100%; height: 400px;  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/metallic-epoxy-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-bottom-left-radius: 25px;    border-right: 2px solid #000;
}
.home4 .newsCaption7 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 65%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title7 {
    margin-top: 0px; color: #000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content7 {
  margin: 0; color: rgb(60,60,60); font-size: 14px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link7 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link7:hover {
  opacity: 1;
}
.home4 .news-Slide-up7:hover .newsCaption7 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard8 {
  position: relative; width: 100%;  height: 400px; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/flake-epoxy-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-right: 2px solid #000;
}
.home4 .newsCaption8 {
  position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 65%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title8 {
   margin-top: 0px; color:#000;	font-family: 'font4'; font-size: 25px;	text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content8 {
  margin: 0; color: rgb(60,60,60); font-size: 14px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link8 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link8:hover {
  opacity: 1;
}
.home4 .news-Slide-up8:hover .newsCaption8 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home4 .newsCard9 {
  position: relative; width: 100%;  height: 400px; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/quartz-epoxy-new.webp"); background-size: cover; color:#fff; overflow: hidden;     border-bottom-right-radius: 25px;
}
.home4 .newsCaption9 {
   position: absolute; top: auto; bottom: 0; left: 0; opacity: 1; width: 100%; height: 65%; background-color: #a6f174; padding: 10px 15px 15px 15px; -webkit-transform: translateY(80%); transform: translateY(80%); -webkit-backface-visibility: hidden;	backface-visibility: hidden; text-align: center;
}
.home4 .newsCaption-title9 {
  margin-top: 0px; color: #000;	font-family: 'font4';	font-size: 25px; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px;
}
.home4 .newsCaption-content9 {
  margin: 0; color: rgb(60,60,60); font-size: 14px;	font-weight: 600;	font-family: 'font2';
}
.home4 .newsCaption-link9 {
  color: rgb(8,0,107); font-family: 'font2'; font-weight: 600; opacity: 1;
}
.home4 .newsCaption-link9:hover {
  opacity: 1;
}
.home4 .news-Slide-up9:hover .newsCaption9 {
  opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: opacity 0.1s, -webkit-transform 0.4s; transition: opacity 0.1s, -webkit-transform 0.4s; transition: transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s; height: 100%; padding-top: 60px;
}
.home-restaurant {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/restaurant-7-new.webp"); background-size: cover; background-repeat: no-repeat;
	    padding: 100px 0px 100px 0px;
    background-position: bottom;
    background-attachment: fixed;
}
.home-restaurant .pad {
	padding: 50px 15px ; background: #0009; border-radius: 25px;
}
.home-restaurant h2 {
	font-family: font4; letter-spacing: 2px; font-size: 35px; text-align: center; color: #a6f174; text-shadow: 1px 1px 1px #000; text-transform: uppercase;
}
.home-restaurant p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center; color: #f5f5f5;
}
.home5 {
	background: rgb(37,37,37); padding: 60px 0 30px 0;
}
.home5 h3 {
	font-family: 'font'; text-align: center; text-transform: uppercase; color: white;  font-size: 40px; padding-bottom: 30px;
}
.process1 {
	padding: 90px 0 30px 0; background: rgb(37,37,37);
}
.process1 .pad {
	padding-top: 0px;
}
.process1 h2 {
	font-family: 'font'; text-align: left; text-transform: uppercase; color: white; font-size: 32px;
}
.process1 p {
	font-size: 16px; font-weight: 600; font-family: 'font2'; text-align: center; color: white;
}
.process1 span {
	color: rgb(8,0,107); font-family: 'font'; font-size: 20px; text-transform: uppercase;
}
.process1 img {
	border-radius: 10px;
}
.process2 {
	background: rgb(37,37,37); padding: 30px 0 30px 0;
}
.process2 .pad {
	padding-top: 20px;
}
.process2 h2 {
	font-family: 'font'; text-align: left; text-transform: uppercase; color: white;  font-size: 32px;
}
.process2 p {
	font-size: 16px; font-weight: 600; font-family: 'font2'; text-align: justify; color: white
}
.process2 span {
	color: rgb(8,0,107); font-family: 'font'; font-size: 20px; text-transform: uppercase;
}
.process2 img {
	border-radius: 10px;
}
.process3 {
	background: rgb(37,37,37); padding: 30px 0 30px 0;
}
.process3 .pad {
	padding-top: 20px;
}
.process3 h2 {
	font-family: 'font'; text-align: left; text-transform: uppercase; color: white; font-size: 32px;
}
.process3 p {
	font-size: 16px; font-weight: 600; font-family: 'font2'; text-align: center; color: white; 
}
.process3 span {
	color: white;  font-family: 'font'; font-size: 20px; text-transform: uppercase;
}
.process3 img {
	border-radius: 10px;
}
.service1 {
	padding:120px 0 30px 0; background: rgb(37,37,37);
}
.service1 .container-fluid{
	    padding: 0px 20px 0px 20px;
}
.service1 .pad {
	padding-top: 0px;
}
.service1 h1 {
	font-family: 'font'; text-align: center; font-size: 35px; color: white; text-transform: uppercase;
}
.service1 h2 {
    font-family: font4;
    text-align: center;
    font-size: 35px;
    color: white;
    text-transform: uppercase;
}
.service1 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: center;
}
.service1 img {
	border-radius: 10px;
}




.service1 p.pdf {
	background: black;
	border: none;
	color: white;
	padding: 10px; font-weight: 700;
	margin: 10px 0;
	text-align:center;
	width: auto;
	
}
.service1 .pdf {
	background: black;
	border: 2px solid #a6f174;
	color: white;
	padding: 10px; font-weight: 700;
	margin: 10px 0;
	text-align:center;
	
	
	width: auto;
	
}

.service1 a.pdf {
	background: black;
	border: 2px solid #a6f174;
	color: white;
	padding: 10px; font-weight: 700;
	margin: 10px 0;
	text-align:center;
	
	display: block;
	width: 100%;
	
}
.service1 p.pdf:hover {

	color: black;

	
}
.service1 a.pdf:hover {
	background: #a6f174;
	border: 2px solid #a6f174;
	color: black;
	padding: 10px; font-weight: 700;
	margin: 10px 0;
	text-align:center;
	
	display: block;
	width: 100%;
	
}
.service1 a.pdf span:hover {
	color: black;
	
}
.service1 .box ul li span:hover{
	color:black;
	
}
/*.service1 .box ul li span:hover {
    color: black;
    font-weight: 700;
    text-decoration: underline;
}*/
.service1 .box{
	padding: 20px;
	
}
.service1 .box ul{
	margin: 0 10px;
	
}

.service1 .box ul li{
	margin: 5px 0;
	
}























.service2 {
	        background-image: linear-gradient(#2c2a2acc, #2c2a2acc), url(/img/black-bg-1.webp); padding: 75px 0 75px 0; background-size: cover;
    background-repeat: no-repeat;
}
.service2 .pad {
	padding-top: 50px;
}
.service2 h1 {
	font-family: font4; text-align: left; font-size: 35px; color: white; text-transform: uppercase; letter-spacing: 2px;
}
.service2 h2 {
	font-family: font4; text-align: left; font-size: 35px; color: white; text-transform: uppercase;
}
.service2 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: center;
}
.service2 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.service11 {
 background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/commercial-epoxy-floor-02-new.webp"); background-size: cover; background-repeat: no-repeat;
	    padding: 100px 15px 100px 15px;
    background-position: bottom;
    background-attachment: fixed;
}
.service11 .pad {
	padding: 50px 10px; border-radius: 25px; background: #0009; border: 2px solid #a6f174;
}
.service11 h1 {
	font-family: 'font'; text-align: center; font-size: 35px; color: white; text-transform: uppercase;
}
.service11 h2 {
	font-family: font4; text-align: center; font-size: 35px; color: #a6f174; text-transform: uppercase; letter-spacing: 2px; 
}
.service11 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: center; line-height: 35px;
}
.service11 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.service111 {
 background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/residential-epoxy-floor-02-new.webp"); background-size: cover; background-repeat: no-repeat;
	    padding: 100px 15px 100px 15px;
    background-position: bottom;
    background-attachment: fixed;
}
.service111 .pad {
	padding: 50px 10px; border-radius: 25px; background: #0009; border: 2px solid #a6f174;
}
.service111 h1 {
	font-family: 'font'; text-align: center; font-size: 30px; color: white; text-transform: uppercase;
}
.service111 h2 {
	font-family: font4; text-align: center; font-size: 30px; color: #a6f174; text-transform: uppercase; letter-spacing: 2px; 
}
.service111 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: center; line-height: 35px;
}
.service111 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.service1111 {
 background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/industrial-epoxy-floor-02-new.webp"); background-size: cover; background-repeat: no-repeat;
	    padding: 100px 15px 100px 15px;
    background-position: bottom;
    background-attachment: fixed;
}
.service1111 .pad {
	padding: 50px 10px; border-radius: 25px; background: #0009; border: 2px solid #a6f174;
}
.service1111 h1 {
	font-family: 'font'; text-align: center; font-size: 30px; color: white; text-transform: uppercase;
}
.service1111 h2 {
	font-family: font4; text-align: center; font-size: 30px; color: #a6f174; text-transform: uppercase; letter-spacing: 2px; 
}
.service1111 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: center; line-height: 35px;
}
.service1111 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.service22 {
	background: rgb(37,37,37);; padding: 75px 0 75px 0;
}
.service22 .pad {
	padding-top: 50px;
}
.service22 h2 {
	font-family: 'font'; text-align: left; font-size: 35px; color: white; ; text-transform: uppercase;
}
.service22 p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: justify;
}
.service22 img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.residential {
	padding: 100px 0 75px 0; background: rgb(37,37,37);;
}
.residential .pad {
	padding-top: 40px;
}
.residential h1 {
	font-family: 'font'; text-align: left; font-size: 35px; color: white;  text-transform: uppercase;
}
.residential h2 {
	font-family: 'font'; text-align: left; font-size: 28px; color: white;  text-transform: uppercase;
}
.residential p {
	font-size: 17px; color:white;  font-weight: 600; font-family: 'font2'; text-align: justify;
}
.residential img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.commercial {
	padding: 100px 0 75px 0; background: rgb(37,37,37);;
}
.commercial .pad {
	padding-top: 40px;
}
.commercial h1 {
	font-family: 'font'; text-align: left; font-size: 35px; color: white; text-transform: uppercase;
}
.commercial p {
	font-size: 17px; color: white;  font-weight: 600; font-family: 'font2'; text-align: justify;
}
.commercial img {
	border-radius: 10px; box-shadow: 2px 2px 6px rgb(0,0,0);
}



.pdf-article-intro {
		padding: 125px 25px 125px 25px;    background-image: linear-gradient(rgb(0 0 0 / 45%), rgb(0 0 0 / 50%)), url(/img/resin-downtown-001.webp);
    background-size: cover; background-position: bottom;
    background-repeat: no-repeat;
}
.pdf-article-intro .pad {
	background: #0009; padding: 25px 5px 5px 5px; border-radius: 15px;height: 275px;
}
.pdf-article-intro h1 {
	font-family: font4; font-size: 33px; text-align: center; letter-spacing: 3px; color: #a6f174; text-shadow: 2px 2px 1px #000; text-transform: uppercase;
}
.pdf-article-intro h2 {
	font-family: font4; font-size: 22px; text-align: center; letter-spacing: 3px; color: #a6f174; text-shadow: 2px 2px 1px #000; text-transform: uppercase;
}
.pdf-article-intro h4 {
	font-family: font4; font-size: 35px; letter-spacing: 2px; color: #a6f174; margin-left: 15px;
}
.pdf-article-intro h5 {
    font-family: font5;
    font-size: 55px;
    color: #a6f174;
    margin-bottom: -30px;
    margin-top: -10px;
}
.pdf-article-intro h6 {
	color: #fff; font-size: 45px; line-height: 22px;
}
.pdf-article-intro i {
	font-size: 135px; color: #f5f5f5;
}
.pdf-article-intro img {
	border-radius: 100%;
}
.pdf-article-intro a {
	color: inherit;
}


.pdf-article {
	padding: 75px 15px 75px 15px;
	/*background: rgb(255,255,255);*/
	background: rgb(48, 48, 48);
}
.pdf-article .pad {
	padding-top: 35px;
}
.pdf-article h1 {
	font-family: font5;	font-size: 40px; text-align: left;text-shadow: 3px 3px 1px #000;
	color: white; 
	text-transform: lowercase;
}
.pdf-article h2 {
	font-family: 'font';	font-size: 30px; text-align: center; 
	color: white;
	text-transform: uppercase;
}
.pdf-article h3 {
	font-family: 'font';	font-size: 22px; text-align: left; 
	color: #90bce4;
	text-transform: uppercase;
	font-weight: 300; 
}
.pdf-article h4 {
	font-family: font5; font-size: 1rem; color: #a6f174; font-weight: 500; text-shadow: 2px 2px 1px #000; line-height: 35px;
	text-align: center; 
}
.pdf-article h1 span {
	font-size: 22px;
	font-weight: 500;font-family: monospace;
	text-transform: capitalize; color: #a6f174;
}
.pdf-article p {
	font-size: 14px; font-family: 'font2'; font-weight: 600; text-align: center;line-height: 35px;
	/*color: rgb(60,60,60);*/
	color: white; text-shadow: 1px 1px 1px #000;

}
.pdf-article img {
	border-radius: 10px;
}
.pdf-article ul{
	padding: 0;
	list-style-type: none; 
}

.pdf-article li p span {
	color: #a6f174;
	font-size: 1.15rem; 
}



.seo-page {
	padding: 100px 0 75px 0; background: rgb(37,37,37);
}
.seo-page h2 {
	font-size: 40px; font-family: font; text-transform: uppercase; color: white; 
}
.seo-page h4 {
	font-size: 30px; font-family: font; text-transform: uppercase; color: white;
}
.seo-page p {
	font-size: 17px; text-align: justify; color: white; 
}
.seo-page iframe {
	width: 100%; height: 100%; border: 0; border-radius: 0.8rem; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.map iframe {
	width: 100%; height: 475px; margin-bottom: -7px;margin-top: 45px; 
}

.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(33, 32, 32);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(84, 84, 84);
}
.area h2 {
	font-size: 2.5rem; font-family: font4; font-weight: 500; color: #a6f174; letter-spacing: 2px; text-align: center;
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(237, 234, 234);
}
.area p {
	font-size: 17px; text-align: center;
	
	/*color: rgb(178, 176, 176);*/
	color: white;
}
.area iframe {
	width: 100%; height:400px; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/* General styling for the epoxy button grid */
.epoxy-buttons-container {
  display: flex ;
  flex-wrap: wrap;
  gap: 10px; /* Adjust gap between buttons */
}
.epoxy-section{
    padding: 0 20px; 
}
.epoxy-button {
  width: 100px; /* Set a fixed width for the buttons */
  height: 100px; /* Adjust the height as needed */
  background-size: cover;
  background-position: center;
  border: none;
  cursor: pointer;
  background: gray;
}

#epoxy-id, #epoxy-name, #epoxy-collection {
  font-family: 'Arial', sans-serif;
}

#epoxy-id {
  font-size: 1.2em;
  font-weight: bold;
}

#epoxy-name {
  font-size: 1.5em;
  font-weight: bold;
}

#epoxy-collection {
  font-size: 1em;
  color: #666;
}
.epoxy-name{
    color: white;
    text-transform: uppercase;
		font-size: 1.4rem;
}
.epoxy-id{
    color: white; 
}
/* Styling for the tab navigation */
.tab3 {
  overflow: hidden;
  border: 1px solid #0f47c0;
  background-color: #f1f1f1;
  font-family: 'font2';
}

.tab3 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 14px;
  width: 100%;
  text-align: left;
  font-family: 'font6';
  letter-spacing: 1px;
  color: #082e7f;
}

.tab3 button:hover {
  background-color: #ddd;
}

.tab3 button.active {
  background-color: #ccc;
}

.tabcontent3 {
  display: none;
  padding: 6px 12px;
  border: 2px solid #0f47c0;
  background: #f5f5f5;
}

/* Optionally add styles for other sections */
.tab2 button, .tab3 button {
  /* Ensure consistency across different tab buttons */
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 14px;
  width: 100%;
  text-align: left;
  font-family: 'font6';
  letter-spacing: 1px;
  color: #082e7f;
}

.tab2 button:hover, .tab3 button:hover {
  background-color: #ddd;
}

.tab2 button.active, .tab3 button.active {
  background-color: #ccc;
}

.tabcontent2, .tabcontent3 {
  display: none;
  padding: 6px 12px;
  border: 2px solid #0f47c0;
  background: #f5f5f5;
}

/*Epoxy Slab Options Section END*/






/******************************************** DAVIDS MOBILE CODE END *************************************************/
.mobile-top-header {
	display:block !important;	padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow:visible;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(256,256,256);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(255,255,255);
}

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

}

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