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


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

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

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

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

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

@font-face {
	font-family: 'font6';
	src:url('../fonts/Paint the town-1.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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

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

@font-face {
	font-family: 'font9';
	src:url('../fonts/font9.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(255 255 255 / 0%);	z-index: 3;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; box-shadow: 1px 1px 10px 3px #444;*/

	position: fixed; width: 100%;	padding: 30px 0 10px 0;	background: rgb(255 255 255);	z-index: 6;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; box-shadow: 1px 1px 10px 3px #444;

}
.top-header div[class*='col-']:first-child {
	display:flex;	justify-content: flex-end; align-items:center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0;	font-size:15px;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color:transparent;;
}
.top-header div[class*='col-']:nth-child(2) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) a {
    padding: 9px 15px 9px 15px;
    /*background: teal;*/
	display:flex;	justify-content:center;	align-items:center;
    background: #2596be;
		font-weight: 600;
    font-family: 'font2';
    color: rgb(255 255 255);
    border-radius: 1.6rem;
   border: 1px solid rgb(255,255,255);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: #2596bea8;
}
.top-header div[class*='col-']:nth-child(4) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(4) a {
    padding: 9px 15px 9px 15px;
    /*background: teal;*/
    background: #2596be;
	display:flex;	justify-content:center;	align-items:center;
    font-weight: 600;
    font-family: 'font2';
    color: rgb(255 255 255);
    border-radius: 1.6rem;
    border: 1px solid rgb(255,255,255);

}
.top-header div[class*='col-']:nth-child(4) a:hover {
	background: #2596bea8;
}
.top-header div[class*='col-']:nth-child(5) {
	display:flex;	justify-content: flex-start; align-items:center;
}
.top-header div[class*='col-']:nth-child(5) a {
	/*display:flex;	justify-content:center;	align-items:center;	border: 1px solid rgb(255,255,255);	color: rgb(255,255,255);     background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%); border-top-left-radius: 50px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(0,0,0);
    color: rgb(0,0,0);
    background: white;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 34px;
    width: 60px;
    margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: #2596be;	text-decoration:none !important; color: rgb(255,255,255);
}
.top-header .dropdown-menu {
	background:whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color:#222;	padding:3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px;	outline: none !important;	border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important;	color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline:none !important; box-shadow:none !important;
}

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

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


 .link-btn1{
    background: rgb(4,51,97);
    background-size: cover, 45% !important;
    padding: 10px 40px;
    margin: 0 0 4px;
    border-radius: 7px;
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}


.btn {
	/*background: black;*/
	background: linear-gradient(to top, rgb(10,150,160), rgb(52,201,218));
	color: white; 
	font-weight: 600;
	font-size: 1.1rem;
	text-transform: uppercase;
	
	
}


/*pop-up modal styling*/
 .modal-dialog {
	max-width: 1200px;
	top: 10px;
	margin: 1.75rem auto;
}
.modal-dialog ul li span{
	font-weight: 600;
}


/* Disable scrolling */
.modal-open {
    overflow: hidden;
}
 .m-box1 {
	padding: 15px; background: linear-gradient(to top, rgb(10,150,160),rgb(52,201,218)); height: auto;
}

h5.modal-title{
	font-weight: 700;
	font-size: 1.4rem;
}
.modal-body{
	background: linear-gradient(to right, rgb(255 255 255), rgb(255 255 255)) !important; color: #fff;
}
.modal-header{
	background: #2596be !important;
}

.blue{
	background: #2596be;
}





.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;
}
.bar-block.center .bar-item {
	text-align:center;
}
.block {
	display:block; width:100%;
}
/******* Mobile Navigation Section *******/

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	/*padding-top: 125px;*/ box-shadow: 1px 1px 10px 3px #000;
}
.home-header-section .slider-logo span {
	font-family: 'font8'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(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;
}
.rainbow-banner {
    /*background: linear-gradient(to right, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);*/
    background: none;

    padding: 30px 10px 15px 10px;
    color: black !important;
    text-shadow: 2px 2px 1px #000;
        margin-left: 225px;
    margin-right: 225px;
    margin-bottom: 15px;
    opacity: 75%;
		
}

.rainbow-banner2 {
    /*background: linear-gradient(to right, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);*/
		
background: linear-gradient(to right, rgba(37,150,190,0.7), rgba(37,150,190,0.7), rgba(37,150,190,0.7), rgba(37,150,190,0.7));

    padding: 50px 25px 25px 25px;
    color: #fff !important;
    text-shadow: 1px 1px 1px #444;
    margin-bottom: 15px;
    opacity: 90%;
}
.rainbow-banner2 h2 {
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
    font-family: 'Segoe UI';
    text-shadow: -1px -2px 1px #000;
}

.rainbow-banner2 p span {
    font-weight: 700;
		text-decoration: underline;
}



.testimonials-section {
  background: #fff;
  color: #222;
  padding: 100px 0px 100px 0px;
}
.section-title {
  color: #015289;
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 2.2em;
  text-align: center;
}
#reviews-list.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.review-card {
  border: 3px solid transparent;
  background: #f5fafd;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(1, 82, 137, 0.07);
  padding: 26px 28px 18px 28px;
  position: relative;
  transition: box-shadow 0.2s;
  /* Gradient border */
  border-image: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);
  border-image-slice: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
}

.review-card:hover {
  box-shadow: 0 8px 28px rgba(1, 82, 137, 0.16);
}

.review-rating .star {
  color: #FFD600;
  font-size: 1.3em;
  margin-right: 1px;
  vertical-align: middle;
}
.review-icon {
  width: 19px;
  height: 19px;
  margin-right: 5px;
  vertical-align: middle;
}
.review-text {
  font-size: 1.1em;
  margin: 18px 0 8px 0;
  font-style: italic;
}
.review-meta {
  font-size: 0.97em;
  color: #015289;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.reviewer {
  font-weight: 600;
}
.review-platform a {
  color: #222;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.review-platform a:hover {
  text-decoration: underline;
  color: #d40063;
}
.review-date {
  font-style: normal;
  color: #444;
}
.load-more-wrap {
  text-align: center;
  margin-top: 30px;
}
.btn-load-more {
  background: #015289;
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-size: 1.1em;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-load-more:hover {
  background: #1d7ec6;
}
.hidden-review {
  display: none !important;
}
@media (max-width: 900px) {
  #reviews-list.reviews-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  #reviews-list.reviews-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .review-card {
    padding: 16px 12px;
    min-height: 160px;
  }
  .section-title {
    font-size: 1.4em;
  }
}


.faq-section {
  background: #f5fafd;
  padding: 60px 0;
}

.faq-list {
  max-width: 850px;
  margin: 0 auto;
}

.faq-item {
  border: 2px solid transparent;
  border-radius: 12px;
  margin-bottom: 18px;
  overflow: hidden;
  background: #fff;
  transition: border-color 0.2s;
  border-image: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);
  border-image-slice: 1;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 18px 22px;
  font-size: 1.1em;
  font-weight: 600;
  color: #015289;
  cursor: pointer;
  transition: background 0.2s;
  outline: none;
  position: relative;
}

.faq-question[aria-expanded="true"] {
  background: #e8f4fa;
}

.faq-answer {
  padding: 25px 22px 18px 22px;
  color: #333;
  display: none;
  animation: fadein 0.2s;
}
.faq-answer p {
	line-height: 35px;
}
.faq-item.open .faq-answer {
  display: block;
}
@keyframes fadein {
  from { opacity: 0;}
  to { opacity: 1;}
}


.home1 {
	/*padding: 75px; background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url(/img/pb-2.jpg); box-shadow: 1px 1px 10px 3px #000;*/
	padding: 75px;
	/*background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1));*/
background: linear-gradient(to left, rgba(255, 255, 255, 1), transparent);

	box-shadow: 1px 1px 10px 3px #000;

}
.home1 .pad {
	padding-top: 0;
}
.home1 h1 {
	/*font-family: 'font8';*/
	font-family: 'Segoe UI';

	
	font-size: 55px; text-align: center; font-weight: 800; color: rgb(196,41,56); text-transform: uppercase;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: center;	color: rgb(0,0,0); line-height: 30px;
}
.home1 span {
 font-size: 35px; font-family: 'font2';
}
/*.home1 img {
	box-shadow: 1px 1px 10px 1px #000;
}*/
.home1 hr {
	padding-top: 5px; background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);
}
.home1 img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.home-page-section-2 {
	    box-shadow: 1px 1px 10px 1px #000;
}
.home-page-section-2 .square1 {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: calc(100% - 0px)!important;
    max-width: 558px!important;
    margin: 60px 81px 0 0!important;
    padding: 50px 50px !important;
		background: rgb(246,177,24,0.7) !important;
		
		position: relative;
		z-index:2;
}
.parallax1 {
  /* Set the background image */
  background-image: linear-gradient(rgb(255, 255, 255, 0.1), rgb(255, 255, 255, 0.1)), url("/img/white-cement-wall-large.JPG");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  overflow: hidden;
  padding: 75px 25px 75px 25px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Apply overlay only to the background image */
.parallax1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Adjust the opacity value for the desired darkness */
  z-index: 1; /* Ensure the overlay is below other content */
}

/* Adjust z-index of other content to ensure it appears above the overlay */
.parallax1 .content {
  position: relative;
  z-index: 2;
}

.home-page-section-2 .square2 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  margin: 0 0 8px!important;
  padding: 50px!important;
	background: rgb(255,255,255,0.7);
	box-shadow: 1px 1px 10px 3px #000;
	
		position: relative;
		z-index:2;
}
.home-page-section-2 .square2 h3 {
	font-size: 40px;
	/*font-family: 'font8';*/
	font-family: 'Segoe UI';

}
/*.home-page-section-2 .square2 img {
	max-width: 50%;
}*/
.home-page-section-2 .square2:hover {
/*background: linear-gradient(to right top, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%); color: #fff; text-shadow: 1px 1px 1px #000; box-shadow: 1px 1px 10px 3px #fff;*/
}
.home-page-section-2 .square2 img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 h4 {
	font-size: 20px;
	/*font-family: 'font8';*/

	font-family: 'Segoe UI';
}
.home-page-section-2 h5 {
	font-size: 15px;
  font-family: 'font2';
  text-align: left;
	text-indent: 5px;
	line-height: 45px;
  font-weight: 600;
}
.home-page-section-2 h5 span {
	 font-family: 'font8'; font-weight: 500; text-shadow: none; font-size: 14px;
}
.home-page-section-2 p {
	line-height: 30px;
  font-weight: 600;
	font-family: 'font2';
  font-size: 16px;
}
.home-page-section-2 span {
	font-size: 20px;
	font-family: 'font';
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-page-section-2 strong {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-page-section-2 hr {
	padding-top: 5px; background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);
}
.home3 {
	/*padding: 100px 50px 100px 50px;     background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url(/img/pb-2b.jpg); box-shadow: 1px 1px 10px 3px #000; text-align: center;*/
	
    padding: 100px 50px 100px 50px;
    background-image: linear-gradient(rgb(255,255,255), #2596be);
    box-shadow: 1px 1px 10px 3px #000;
    text-align: center;
}
.home3 hr {
	padding-top: 5px; background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);
}
.home3 h3 {
	/*font-family: 'font8';*/

	font-family: 'Segoe UI';
	font-size: 35px;
}
.home3 p {
	font-size: 17px; line-height: 30px;
}
.home3 .view {
	background: #fff9; padding: 10px; margin-top: 75px;
}
.home3 .view:hover {
	 /*background: linear-gradient(to right bottom, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%); color: #fff; text-shadow: 1px 1px 1px #000; box-shadow: 1px 1px 10px 3px #fff;*/
}
.home3 img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.home3 .box1{
    background: rgb(255,255,255,0.3);
    border: 2px solid rgb(0,0,0,0.12);
    border-radius: 5px;
    padding: 50px 75px;
}
.home3 .box1 .box1-content{
		margin-top:50px;
}
.home-split {
	box-shadow: 1px 1px 10px 3px #000;
}
.home-split .parallax2 {
  min-height: auto;
  background-image: url("/img/white-cement-wall.jpg"); /* Add your background image here */
  background-attachment: fixed;
  background-position: bottom;
  overflow: hidden;
  padding: 175px 0px 175px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; /* Add position relative to contain the overlay */
}

.home-split .parallax2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Adjust overlay color and opacity here */
  z-index: 1; /* Ensure overlay stays below content */
}

.home-split .parallax2 .container-fluid {
  position: relative; /* Make sure content box is positioned relative to its parent */
  z-index: 2; /* Ensure content box stays above overlay */
}





.home-split .parallax3 {
  /*background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url("/img/commercial-painters.jpg");*/
  background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url("/img/white-cement-wall.jpg");

  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 175px 0px 175px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-split h3 {
	text-align: center;
	/*font-family: 'font8';*/

	font-family: 'Segoe UI';
	font-size: 50px;
}
.home-split h4 {
	text-align: center; font-size: 20px;
}
.home-split hr {
	padding-top: 5px; background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);
}
.home-split .view {
	background: #fff9; padding: 50px 10px 50px 10px;
}
.home-split .view:hover {
	 /*background: linear-gradient(to right top, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%); color: #fff; text-shadow: 1px 1px 1px #000; box-shadow: 1px 1px 10px 3px #fff;*/
}
.home-split p {
	font-size: 17px; text-align: center; line-height: 30px;
}
.home-split .view  a mark {
    box-shadow: 1px 1px 10px 3px #000;
    padding: 15px;
    background: #ffffff5e;
    text-shadow: none;
    text-align: center;

		
	/*font-family: 'font8';*/

	font-family: 'Segoe UI';
    font-weight: 600;
}
.home-split .view  a mark:hover {
	
}
.home1-split img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.home4 {
	/*padding: 100px 50px 100px 50px; background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url(/img/pb-2a.jpg); box-shadow: 1px 1px 10px 3px #000; text-align: center;*/
	padding: 100px 50px 100px 50px; background-image: linear-gradient(rgb(255,255,255), #2596be); box-shadow: 1px 1px 10px 3px #000; text-align: center;


}
.home4 hr {
	padding-top: 5px; background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);
}
.home4 h3 {
	/*font-family: 'font8';*/

	font-family: 'Segoe UI';
	
	
	font-size: 35px;
}
.home4 p {
	font-size: 17px; line-height: 30px;
}
.home4 .view {
	background: #fff9; padding: 10px; margin-top: 75px;
}
.home4 .view:hover {
	 /*background: linear-gradient(to left bottom, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%); color: #fff; text-shadow: 1px 1px 1px #000; box-shadow: 1px 1px 10px 3px #fff;*/
}
.home4 img {
	width: 75%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.home4 .box1{
    background: rgb(255,255,255,0.3);
    border: 2px solid rgb(0,0,0,0.12);
    border-radius: 5px;
    padding: 50px 75px;
}
.home4 .box1 .box1-content{
		margin-top:50px;
}
.home-contact {
	box-shadow: 1px 1px 10px 3px #000;
}
.home-contact h3 {
	/*font-family: 'font8';*/

	font-family: 'Segoe UI';	
	text-align: center; font-size: 50px; 
}
.home-contact .parallax4 {
 /*background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/pb-33.png);*/
background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(255,255,255,0), rgba(255,255,255,0), rgba(37,150,190,0.5));

  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 175px 75px 175px 75px;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-contact .parallax4 h1{
    /* font-family: 'font8'; */
    font-family: 'Segoe UI';
    text-align: center;
    font-size: 50px;
}
.home-contact .parallax4 h2{
    /* font-family: 'font8'; */
    font-family: 'Segoe UI';
    text-align: center;
    font-size: 30px;
}

.wrapper { 
/*  height: 1.3%;*/
/*  width: 100%;*/
/*  left:0;*/
/*  right: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  position: fixed;*/
/*background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);*/
/*background-size: 1800% 1800%;*/
/**/
/*-webkit-animation: rainbow 18s ease infinite;*/
/*-z-animation: rainbow 18s ease infinite;*/
/*-o-animation: rainbow 18s ease infinite;*/
/*  animation: rainbow 18s ease infinite;*/
    height: 1.3%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    background: white;
    /* background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3); */
    background-size: 1800% 1800%;
    -webkit-animation: rainbow 18s ease infinite;
    -z-animation: rainbow 18s ease infinite;
    -o-animation: rainbow 18s ease infinite;
    animation: rainbow 18s ease infinite;
		
}

@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes rainbow { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}





.about-page-section-1 {
	padding: 250px 275px 75px 75px;
	/*background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url(/img/pb-111.jpg);*/
	background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url(/img/white-cement-wall-large.JPG);

	box-shadow: 1px 1px 10px 3px #000;
}
.kick {
	margin-left: 25px;
}
.about-page-section-1 h1 {
	font-family: 'Segoe UI';
	font-size: 3rem;
	text-align: left;
	font-weight: 600;
	padding-bottom: 40px;
}
.about-page-section-1 h2 {
	font-family: 'Segoe UI';
	font-size: 45px;
	font-weight: 600;
	padding-bottom: 20px;
}
.about-page-section-1 p {
	font-size: 18px;
	text-align: left;
	font-family: 'font2';
	color: rgb(0,0,0); line-height: 32px;
	font-weight: 600;
}
.about-page-section-1 ul {
	margin-left: 25px;
}
.about-page-section-1 li {
	font-size: 18px;
	font-family: 'font2';
	color: rgb(0,0,0);
	
}
.about-page-section-1 strong {
	font-family: 'Segoe UI';
	font-size: 25px; letter-spacing: 2.0px;
}
.about-page-section-1 u {
	font-family: 'font8';
	font-size: 35px;
	letter-spacing: 2.0px;
	text-shadow: 2px 2px 1px #444;
}
.about-page-section-1 hr {
		padding-top: 5px;
		/*background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);*/
		background: black;

		width: 75%;
    margin-left: -10px;
}
.home-page-section-4 .container {
	padding: 125px 0 125px 0;
}
.parallax22 {
  /*background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/pb-recent.png);*/
  background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/white-cement-wall.jpg);

  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-4 .square3 {
	  float: none!important;
    top: 0!important;
    left: 0!important;
    width: calc(100% - 0px)!important;
    position: relative!important;
    height: auto!important;
    max-width: 100%!important;
		background: rgb(246,177,24,0.7);
    margin: 8px 0!important;
    padding: 50px 0 50px 0;
    min-width: 25px!important;
    display: block!important;
}
.home-page-section-4 .square4 {
	float: none!important;
    top: 0!important;
    left: 0!important;
    width: auto!important;
    position: relative!important;
		background: rgb(255 255 255 / 50%);
    height: auto!important;
    padding: 40px 20px 45px!important;
    max-width: none!important;
    margin: 24px 0!important;
    min-width: 0!important;
    text-align: start!important;
}
.home-page-section-4 p {
	  font-weight: 600;
    line-height: 22px;
    color: rgb(102,102,102);
		text-align: left;
    font-family: 'font2';
    font-size: 20px;
}
.home-page-section-4 h5 {
	color: rgb(255,255,255);
	font-size: 36px;
	text-align: center;
	font-weight: 600;
	font-family: 'font2';
}


.pge111 {
	padding: 215px 0 10px 0;
	/*background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/pb-recent.png);*/
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/white-cement-wall-large.JPG);

	min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.pge111 .box {
padding: 25px 25px 25px 50px;	background: #ffffff85; border: 3px solid #01833A;
}
.pge111 .box hr {
	background: #000; width: 75%; border-top: 1px solid #006DCB;
}
.box p {
	color: #fff; font-size: 17px; line-height: 30px; text-shadow: 1px 1px 1px #000;
}
.pge111 .pad {
	padding-top: 35px;
}
.pge111 h1 {
    font-size: 35px;
    font-weight: 600;
    text-align: left;
    font-family: 'Segoe UI';
    text-shadow: -1px -2px 1px #000;
}
.pge111 h1 span {
	color: #01833A;
}
.pge111 h1 strong {
	color: #006DCB;
	font-weight: inherit;
}

.pge111 h3 {
	color: rgb(40,187,148); font-size: 30px; font-weight: 600; text-align: left;
}
.pge111 h4 {
	color:#444;	font-weight: 600;	font-size: 23px; text-align: left;
}
.pge111 h5 {
	color: rgb(255,177,73);	font-weight: 600;	font-size: 19px; text-align: left;
}
.pool111 p {
	font-size: 17px; text-align: justify;	font-weight: 600;	font-family: 'font2';	color: rgb(120,120,120);
}
.pge111 a {
	color: rgb(255,255,255); font-size: 18px;	font-weight: 600;	font-family: 'Segoe UI'; text-transform: uppercase;
}
.pge111 a:hover {
	color: #006DCB;
	font-weight: 600;
	padding-left: 5px;
}
.pge111 ul {
	color: rgb(40,187,148);
	list-style-type: '▸';
}
.pge111 li {
	text-indent: 10px;
}
/*.painting {
	margin: 100px 0px 100px 0px; padding: 100px 0px 100px 0px;
}*/
.card2a {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border-radius: 0.2rem;
	padding: 0px 0px 0px 0px;
	background: #ffffffba;
  box-shadow: 1px 1px 10px 1px #000;
	border: 1px solid rgb(150,150,150);
	visibility: hidden;
}
.card2a h2 {
	font-family: 'Segoe UI';
	font-size: 45px;
	font-weight: 600;
	color: #000;
}

.card2a h4 {
	font-size: 25px;
}

.card2a i {
	font-size: 45px;
	color: rgb(100,100,100);
}
.card2a p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(0,0,0);
}
.card2a a {
	color: #006ec7;
	font-weight: 800;
	font-family: 'font2';
}
.card2a a:hover {
	color: #01833A;
}
.card2a img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.card2a hr {
	padding-top: 5px;
	/*background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);*/
	background: rgba(37,150,190,0.7); 
}

.card2a .tiny {
	max-width: 50%;
}

.card2a .cawdy1 {
	padding: 15px; color: #fff; background: #73BDD6; text-align: center; height: auto;
}
.card2a .cawdy1 h3 {
	font-size: 25px; font-family: 'Segoe UI'; font-weight: 600;
}
.card2a .cawdy1 p {
	color: #fff; text-align: center;
}

.card2b {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border-radius: 0.2rem;
	padding: 0px 0px 0px 0px;
	background: #ffffffba;
	box-shadow: 1px 1px 10px 1px #000;
	border: 1px solid rgb(150,150,150);
	visibility: hidden;
}
.card2b h2 {
	font-family: 'Segoe UI';
	font-size: 43px;
	font-weight: 600;
	color: #000;
	text-align: right;
}
.card2b i {
	font-size: 45px;
	color: rgb(100,100,100);
}
.card2b p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: right;
	color: rgb(0,0,0);
}
.card2b a {
	color: #006ec7;
	font-weight: 800;
	font-family: 'font2';
}
.card2b a:hover {
	color: #01833A;
}
.card2b img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.card2b hr {
	padding-top: 5px;
	/*background: linear-gradient(to right, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);*/
	background: rgba(37,150,190,0.7);
}
/* Reusable Service Hub Button */
.pge111 .service-hub-btn,
.card2a .service-hub-btn,
.card2b .service-hub-btn,
.general-service-info .service-hub-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: max-content;
	padding: 12px 22px;
	background: #006DCB;
	color: #fff;
	border: 2px solid #006DCB;
	border-radius: 999px;
	font-family: 'Segoe UI';
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.5px;
	box-shadow: 6px 6px 0 rgba(1,131,58,0.22);
	transition: 0.28s ease;
}

.pge111 .service-hub-btn:hover,
.card2a .service-hub-btn:hover,
.card2b .service-hub-btn:hover,
.general-service-info .service-hub-btn:hover {
	background: #01833A;
	border-color: #01833A;
	color: #fff;
	transform: translate(3px, 3px);
	box-shadow: 2px 2px 0 rgba(0,109,203,0.28);
	padding-left: 22px;
}

.pge111 .service-hub-btn.alt,
.card2a .service-hub-btn.alt,
.card2b .service-hub-btn.alt,
.general-service-info .service-hub-btn.alt {
	background: transparent;
	color: #006DCB;
	border-color: #006DCB;
	box-shadow: none;
}

.pge111 .service-hub-btn.alt:hover,
.card2a .service-hub-btn.alt:hover,
.card2b .service-hub-btn.alt:hover,
.general-service-info .service-hub-btn.alt:hover {
	background: #006DCB;
	color: #fff;
	border-color: #006DCB;
	transform: translateX(4px);
}


/* ========================================================== */
/*          RH Enterprises Reusable Service Page Template      */
/* ========================================================== */

.rhe-service-page {
	background: #f6f7f8;
	overflow: hidden;
}

/* HERO */

.rhe-service-hero {
	position: relative;
	padding: 210px 0 100px;
	background:
		linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.88) 46%, rgba(255,255,255,0.18) 100%),
		url("/img/white-cement-wall-large.JPG");
	background-size: cover;
	background-position: bottom center;
	background-attachment: fixed;
}

.rhe-service-hero:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 14px;
	background: linear-gradient(90deg, #01833A 0%, #006DCB 42%, #73BDD6 72%, #01833A 100%);
}

.rhe-service-hero-copy {
	position: relative;
	padding: 42px 42px 42px 0;
}

.rhe-service-hero-copy span,
.rhe-section-label,
.rhe-service-copy-block span,
.rhe-process-title span {
	display: inline-block;
	margin-bottom: 14px;
	color: #006DCB;
	font-family: 'Segoe UI';
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.rhe-service-hero-copy h1 {
	color: #101820;
	font-family: 'Segoe UI';
	font-size: clamp(2.5rem, 6vw, 5rem);
	line-height: 1;
	font-weight: 700;
	margin-bottom: 24px;
	letter-spacing: -2px;
}

.rhe-service-hero-copy p {
	max-width: 760px;
	color: #3f474c;
	font-family: 'font2';
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	text-align: left;
	text-shadow: none;
}

.rhe-service-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.rhe-service-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	background: #006DCB;
	color: #fff !important;
	border: 2px solid #006DCB;
	border-radius: 999px;
	font-family: 'Segoe UI';
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: 0.3s ease;
}

.rhe-service-btn:hover {
	background: #01833A;
	border-color: #01833A;
	color: #fff !important;
	transform: translateX(4px);
}

.rhe-service-btn.alt {
	background: transparent;
	color: #006DCB !important;
}

.rhe-service-btn.alt:hover {
	background: #006DCB;
	color: #fff !important;
	border-color: #006DCB;
}

/* SIDE PANEL */

.rhe-service-side-panel {
	height: 100%;
	padding: 30px;
	background: rgba(255,255,255,0.72);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(1,131,58,0.22);
	box-shadow: 12px 12px 0 rgba(1,131,58,0.16);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.rhe-service-side-panel h2 {
	color: #101820;
	font-family: 'Segoe UI';
	font-size: 1.65rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.rhe-service-side-panel a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0;
	color: #3f474c;
	border-bottom: 1px solid rgba(16,24,32,0.12);
	font-family: 'font2';
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s ease;
}

.rhe-service-side-panel a:after {
	content: "→";
	color: #01833A;
	font-weight: 900;
}

.rhe-service-side-panel a:hover {
	color: #006DCB;
	padding-left: 8px;
}

/* INTRO */

.rhe-service-intro {
	padding: 95px 20px;
	background: #101820;
}

.rhe-service-intro-wrap {
	max-width: 1050px;
	margin: 0 auto;
	text-align: center;
}

.rhe-service-intro h2,
.rhe-section-heading h2,
.rhe-service-copy-block h2,
.rhe-process-title h2,
.rhe-roi-wrap h2,
.rhe-final-card h2 {
	color: #101820;
	font-family: 'Segoe UI';
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.06;
	font-weight: 700;
	margin-bottom: 22px;
	letter-spacing: -1px;
}

.rhe-service-intro h2 {
	color: #fff;
}

.rhe-service-intro p,
.rhe-section-heading p {
	color: rgba(255,255,255,0.82);
	font-family: 'font2';
	font-size: 17px;
	font-weight: 600;
	line-height: 1.85;
	text-align: center;
}

.rhe-purpose-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	margin-top: 35px;
	background: rgba(255,255,255,0.18);
}

.rhe-purpose-list div {
	padding: 22px 14px;
	background: #16242e;
	color: #fff;
	font-family: 'Segoe UI';
	font-weight: 700;
	text-align: center;
}

/* SPLIT */

.rhe-service-split {
	padding: 100px 0;
	background: #fff;
}

.rhe-image-stack {
	position: relative;
	padding: 18px;
	background: #73BDD6;
}

.rhe-image-stack:before {
	content: "";
	position: absolute;
	right: -18px;
	bottom: -18px;
	width: 80%;
	height: 80%;
	background: #01833A;
	z-index: 0;
}

.rhe-image-stack img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 460px;
	object-fit: cover;
	display: block;
}

.rhe-service-copy-block {
	padding: 44px;
	background: #f6f7f8;
	border-left: 10px solid #006DCB;
}

.rhe-service-copy-block p,
.rhe-science-item p,
.rhe-detail-card p,
.rhe-process-steps p,
.rhe-roi-columns p,
.rhe-faq-item p,
.rhe-final-card p {
	color: #3f474c;
	font-family: 'font2';
	font-size: 17px;
	font-weight: 600;
	line-height: 1.78;
	text-align: left;
}

/* SCIENCE */

.rhe-service-science,
.rhe-service-details,
.rhe-service-cost,
.rhe-service-faq {
	padding: 95px 20px;
	background: #f6f7f8;
}

.rhe-section-heading {
	max-width: 900px;
	margin: 0 auto 48px;
	text-align: center;
}

.rhe-section-heading p {
	color: #3f474c;
}

.rhe-science-layout {
	display: grid;
	grid-template-columns: 1.1fr 1fr 1.1fr;
	gap: 0;
	border: 1px solid rgba(16,24,32,0.12);
}

.rhe-science-item {
	padding: 34px;
	background: #fff;
	border-right: 1px solid rgba(16,24,32,0.12);
}

.rhe-science-item:last-child {
	border-right: none;
}

.rhe-science-item h3,
.rhe-detail-card h3,
.rhe-process-steps h3,
.rhe-roi-columns h3,
.rhe-faq-item h3 {
	color: #101820;
	font-family: 'Segoe UI';
	font-size: 1.35rem;
	font-weight: 700;
	margin-bottom: 14px;
}

/* DETAILS */

.rhe-service-details {
	background: #fff;
}

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

.rhe-detail-card {
	position: relative;
	padding: 34px;
	background: #f8f9fa;
	border: 1px solid rgba(16,24,32,0.10);
	transition: 0.3s ease;
}

.rhe-detail-card:hover {
	background: #101820;
	transform: translateY(-5px);
}

.rhe-detail-card:hover h3,
.rhe-detail-card:hover p {
	color: #fff;
}

.rhe-detail-card span {
	display: block;
	margin-bottom: 20px;
	color: #01833A;
	font-family: 'Segoe UI';
	font-size: 2rem;
	font-weight: 700;
}

/* PROCESS */

.rhe-service-process {
	padding: 100px 0;
	background: #e9eef2;
}

.rhe-process-band {
	display: grid;
	grid-template-columns: 0.75fr 1.25fr;
	min-height: 420px;
	background: #fff;
}

.rhe-process-title {
	padding: 45px;
	background: #101820;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.rhe-process-title h2 {
	color: #fff;
}

.rhe-process-steps {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.rhe-process-steps div {
	padding: 34px;
	border-left: 1px solid rgba(16,24,32,0.12);
	border-bottom: 1px solid rgba(16,24,32,0.12);
}

.rhe-process-steps strong {
	display: block;
	margin-bottom: 10px;
	color: #006DCB;
	font-family: 'Segoe UI';
	font-size: 1.8rem;
}

/* ROI */

.rhe-service-roi {
	padding: 100px 20px;
	background: #101820;
}

.rhe-roi-wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 55px;
	background: #fff;
}

.rhe-roi-columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 30px;
}

/* COST */

.rhe-cost-strip {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	border: 1px solid rgba(16,24,32,0.12);
	background: #fff;
}

.rhe-cost-strip div {
	padding: 24px 14px;
	border-right: 1px solid rgba(16,24,32,0.12);
	color: #101820;
	font-family: 'Segoe UI';
	font-weight: 700;
	text-align: center;
}

.rhe-cost-strip div:last-child {
	border-right: none;
}

/* FAQ */

.rhe-service-faq {
	background: #fff;
}

.rhe-faq-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.rhe-faq-item {
	padding: 28px;
	background: #f6f7f8;
	border-left: 6px solid #73BDD6;
}

/* FINAL CTA */

.rhe-service-final {
	padding: 100px 20px;
	background:
		linear-gradient(90deg, rgba(1,131,58,0.90), rgba(0,109,203,0.90)),
		url("/img/white-cement-wall-large.JPG");
	background-size: cover;
	background-position: center;
}

.rhe-final-card {
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
}

.rhe-final-card h2,
.rhe-final-card p {
	color: #fff;
	text-align: center;
}

.rhe-final-card .rhe-service-btn {
	background: #fff;
	border-color: #fff;
	color: #006DCB !important;
}

.rhe-final-card .rhe-service-btn:hover {
	background: #101820;
	border-color: #101820;
	color: #fff !important;
}

/* PAGE MODIFIER */

.rhe-lobby-painting-page .rhe-service-hero {
	background:
		linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.88) 46%, rgba(255,255,255,0.18) 100%),
		url("/img/services/rh-lobby.webp");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

/* RESPONSIVE */

@media(max-width: 991px) {
	.rhe-service-hero {
		padding: 160px 20px 80px;
		background-attachment: scroll;
	}

	.rhe-service-hero-copy {
		padding: 28px 0;
	}

	.rhe-service-side-panel {
		margin-top: 30px;
	}

	.rhe-purpose-list,
	.rhe-science-layout,
	.rhe-detail-grid,
	.rhe-process-band,
	.rhe-roi-columns,
	.rhe-cost-strip,
	.rhe-faq-list {
		grid-template-columns: 1fr;
	}

	.rhe-science-item,
	.rhe-cost-strip div {
		border-right: none;
		border-bottom: 1px solid rgba(16,24,32,0.12);
	}

	.rhe-process-steps {
		grid-template-columns: 1fr;
	}

	.rhe-image-stack img {
		height: auto;
	}

	.rhe-service-copy-block,
	.rhe-roi-wrap {
		padding: 30px 22px;
		margin-top: 35px;
	}
}

@media(max-width: 575px) {
	.rhe-service-hero-copy h1 {
		font-size: 2.25rem;
	}

	.rhe-service-actions a,
	.rhe-service-btn {
		width: 100%;
	}

	.rhe-service-side-panel {
		box-shadow: 7px 7px 0 rgba(1,131,58,0.16);
	}
}




.general-service-info{
	
	
	background: white;
	padding: 75px 10px;
	
	
	
}
.general-service-info h1 {
    font-size: 35px;
    font-weight: 600;
    text-align: left;
    font-family: 'Segoe UI';
    text-shadow: -1px -2px 1px #000;
}
.general-service-info h1 span {
	color: #01833A;
}
.general-service-info h1 strong {
	color: #006DCB;
	font-weight: inherit;
}
.general-service-info h2 {
	color: #2596be; font-size: 30px; font-weight: 600; text-align: left;
}
.general-service-info h3 {
	color: #2596be; font-size: 30px; font-weight: 600; text-align: left;
}
.general-service-info h4 {
	color:#444;	font-weight: 600;	font-size: 23px; text-align: left;
}
.general-service-info h5 {
	color: rgb(255,177,73);	font-weight: 600;	font-size: 19px; text-align: left;
}
.general-service-info p {
	font-size: 17px; text-align: justify;	font-weight: 600;	font-family: 'font2';	color: rgb(120,120,120);
}
.general-service-info a {
	color: rgb(255,255,255); font-size: 18px;	font-weight: 600;	font-family: 'Segoe UI'; text-transform: uppercase;
}
.general-service-info a:hover {
	color: #006DCB;
	font-weight: 600;
	padding-left: 5px;
}

.service-areas {
	box-shadow: 1px 1px 10px 3px #000; padding-top: 150px;
}
.service-areas h1 {
	font-size: 50px; font-family: 'Segoe UI';
}
.service-areas h2 {
	font-size: 35px; font-family: 'Segoe UI';
}
.service-areas h4 {
	font-size: 20px; font-family: 'font2';
}
.service-areas p {
	font-size: 17px; line-height: 30px;
}
.service-areas hr {
	padding-top: 5px;
	/*background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);*/
	background: rgba(37,150,190,0.7); 
}
.service-areas a.learn-more {
	padding: 9px 15px; background: teal; font-size: 24px; font-weight: 600; font-family: 'font2'; color: rgb(255 255 255); border-radius: 1.6rem; border: 1px solid rgb(255,255,255);
}
.service-areas a {
	color: inherit;
}
.service-areas a mark {
    box-shadow: 1px 1px 10px 3px #000;
    padding: 15px;
    background: #ffffff5e;
    text-shadow: none;
    text-align: center;
    font-family: 'Segoe UI';
    font-weight: 600;
}
.parallax123 {
  /*background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/bp-5.jpg);background-size: cover;*/
	background: none; 
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 100px 50px 100px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.painters {
	       /*background: linear-gradient(to left, rgb(0 211 159 / 50%) 0%, rgb(0 139 211 / 50%) 25%, rgb(212 0 99 / 50%) 75%, rgb(212 190 0 / 50%) 100%) !important;*/
				 background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5)) !important;
}
.painters h3 {
	font-family: 'Segoe UI'; font-size: 50px;
}
.painters p {
	font-weight: 600; font-family: 'font2';
}
.painters:hover {
	       /*background: linear-gradient(to left, rgb(0 211 159 / 100%) 0%, rgb(0 139 211 / 100%) 25%, rgb(212 0 99 / 100%) 75%, rgb(212 190 0 / 100%) 100%) !important; color: #fff;text-shadow: 1px 1px 1px #000;*/
}
.painters2 {
	       /*background: linear-gradient(to right, rgb(0 211 159 / 50%) 0%, rgb(0 139 211 / 50%) 25%, rgb(212 0 99 / 50%) 75%, rgb(212 190 0 / 50%) 100%) !important;*/
				 
				 background: linear-gradient(to right, rgba(37,150,190,0.7), rgba(37,150,190,0.7), rgba(37,150,190,0.7), rgba(37,150,190,0.7))
}
.painters2 h3 {
	font-family: 'Segoe UI'; font-size: 50px;
}
.painters2:hover {
	       /*background: linear-gradient(to right, rgb(0 211 159 / 100%) 0%, rgb(0 139 211 / 100%) 25%, rgb(212 0 99 / 100%) 75%, rgb(212 190 0 / 100%) 100%) !important; color: #fff; text-shadow: 1px 1px 1px #000;*/
				 
}
.ventura-county-ca {
	padding: 50px;
	background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5));
	box-shadow: 1px 1px 10px 3px #000;
}
.ventura-ca {
	padding: 50px;
	background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5));
	box-shadow: 1px 1px 10px 3px #000;
}
.oxnard-ca {
	padding: 50px;
	background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5));
	box-shadow: 1px 1px 10px 3px #000;
}
.camarillo-ca {
	padding: 50px;
	background: #fff9;
	box-shadow: 1px 1px 10px 3px #000;
}
.thousand-oaks-ca {
	padding: 50px;
	/*background: #fff9;*/
	background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5));
	box-shadow: 1px 1px 10px 3px #000;
}
.newbury-park-ca {
	padding: 50px;
	background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5));
	box-shadow: 1px 1px 10px 3px #000;
}
.oak-view-ca {
	padding: 50px;
	background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5));
	box-shadow: 1px 1px 10px 3px #000;
}
.ojai-ca {
	padding: 50px;
	background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5));
	box-shadow: 1px 1px 10px 3px #000;
}
.painting-service-area {
	box-shadow: 1px 1px 10px 3px #000; padding-top: 150px;
}
.painting-service-area h1 {
	font-size: 55px; font-family: 'font8';
}
.painting-service-area h2 {
	font-size: 35px; font-family: 'font8';
}
.painting-service-area p {
	font-size: 17px; line-height: 30px;
}
.painting-service-area hr {
	padding-top: 5px; background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);
}
.painting-service-area iframe {
	box-shadow: 1px 1px 10px 3px #000;
}
.parallax321 {
  background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/pb-1.jpg);background-size: cover;
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 175px 100px 300px 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-area-california {
	padding: 200px 0 75px 0;
	background: #f8fafc; /* soft off-white instead of pure white */
	position: relative;
}

/* subtle divider between sections */
.service-area-california::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background: rgba(37,150,190,0.6);
	border-radius: 10px;
}

/* HEADINGS */
.service-area-california h1,
.service-area-california h2 {
	padding: 18px 20px;
	margin-bottom: 20px;

	background: linear-gradient(135deg, rgba(37,150,190,0.9), rgba(37,150,190,0.65));
	border-radius: 12px;

	font-size: 32px;
	font-family: 'Segoe UI';
	font-weight: 600;
	color: #fff;

	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
	text-shadow: none;
}

/* SUBHEADINGS */
.service-area-california h4 {
	padding: 5px 0;
	margin-bottom: 10px;

	font-size: 26px;
	font-weight: 600;
	color: #2c2c2c;
	text-shadow: none;
}

/* PARAGRAPHS */
.service-area-california p {
	padding: 0;
	margin-bottom: 15px;

	line-height: 1.7;
	font-size: 16px;
	color: #333;
	text-align: left; /* ditch justify for readability */
}

/* LIST EMPHASIS */
.service-area-california li p span {
	text-decoration: underline;
	font-weight: 600;
	color: rgba(37,150,190,0.9);
}
.service-area-california ul {
	margin-top: 15px;
	padding-left: 0;
	list-style: none;
}

.service-area-california ul li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	font-weight: 600;
}

/* Custom check icon */
.service-area-california ul li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 14px;
	color: rgba(37,150,190,0.9);
	font-weight: bold;
}
/* MAP / IMAGE FRAME */
.service-area-california iframe {
	width: 100%;
	height: 100%;
	border-radius: 12px;

	box-shadow: 0 15px 35px rgba(0,0,0,0.12);
	border: 1px solid rgba(0,0,0,0.05);
}

/* OPTIONAL: subtle content card feel */
.service-area-california .vertically-centered {
	background: #fff;
	padding: 25px;
	border-radius: 12px;

	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.service-area-cta {
	display: inline-block;
	padding: 14px 26px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: black;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.service-area-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(0,0,0,0.15);
	background: linear-gradient(135deg, rgba(37,150,190,0.9), rgba(37,150,190,0.7));
}


.topper {
	margin-top: 100px;
}
.contact-header-section {
	padding-top: 165px;
}
.contact-header-section iframe {
	width: 100%;
}
.gallery-page {
	padding: 225px 0 75px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
.gallery-page h2 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
.gallery-page a.gallery-btn {
	padding: 10px; background: rgb(0,128,128); border: 1px solid rgb(0,0,0); border-radius: 1.5rem;
	font-size: 24px; font-family: font2; font-weight: 600; text-align: center; text-transform: capitalize; color: rgb(255,255,255);
}


/*Testimonials*/
.testimonials-1 {
	padding: 250px 15px 75px 15px;
	/*background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url(/img/pb-111.jpg);*/
	background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url(/img/white-cement-wall-large.JPG);

	box-shadow: 1px 1px 10px 3px #000;
}
.kick {
	margin-left: 25px;
}
.testimonials-1 h1 {
	font-family: 'Segoe UI';
	font-size: 3rem;
	text-align: left;
	font-weight: 600;
	padding-bottom: 40px;
}
.testimonials-1 h2 {
	font-family: 'Segoe UI';
	font-size: 45px;
	font-weight: 600;
	padding-bottom: 20px;
}
.testimonials-1 p {
	font-size: 18px;
	text-align: left;
	font-family: 'font2';
	color: rgb(0,0,0); line-height: 32px;
	font-weight: 600;
}
.testimonials-1 ul {
	margin-left: 25px;
}
.testimonials-1 li {
	font-size: 18px;
	font-family: 'font2';
	color: rgb(0,0,0);
	
}
.testimonials-1 strong {
	font-family: 'Segoe UI';
	font-size: 25px; letter-spacing: 2.0px;
}
.testimonials-1 u {
	font-family: 'font8';
	font-size: 35px;
	letter-spacing: 2.0px;
	text-shadow: 2px 2px 1px #444;
}
.testimonials-1 hr {
		padding-top: 5px;
		/*background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);*/
		background: black;

		width: 75%;
    margin-left: -10px;
}

/**** Blog Section ****/
.crumb2 {
	background: rgb(255,255,255); padding: 25px 0 15px 0;
}
.crumb2 h5 {
	font-family: 'font2'; color: rgb(0,0,0); font-weight: 600; font-size: 16px;
}
.crumb2 span {
	color: rgb(21,135,198);
}
.blog1 {
	padding: 225px 0 75px 0; background: rgb(255,255,255);
}
.blog1 h1 {
	text-align: center; font-weight: 600; font-family: 'font2'; padding-bottom: 25px; color: rgb(12,12,12); font-size: 45px;
}
.blog1 h3 {
	font-family: 'font2'; font-size: 30px; font-weight: 600; letter-spacing: 0.04rem; text-align: center; padding-bottom: 10px; color: rgb(0,0,0);
}
.blog1 h2, h4 {
	font-weight: 600; font-family: 'font2'; font-size: 19px; color: rgb(30,30,30); letter-spacing: 0.12rem;
}
.blog1 h5 {
	font-family: 'font2'; color: rgb(20,20,20); font-size: 15px;
}
.blog1 hr {
	border: 0.15rem solid rgb(21,135,198); max-width: 110px; opacity: 1; color: rgb(21,135,198); margin: auto;
}
.blog1 .box {
	padding: 0px 0px 20px 0px; background: rgb(255,255,255); box-shadow: 0 0 15px #00000029;     height: 725px;
}
.blog1 .pad {
	height: 280px; padding: 15px 10px 0px 10px;
}
.blog1 .pad2 {
	padding: 15px 10px 0px 10px; height: 55px;
}
.blog1 span {
	color: rgb(21,135,198);
}
.blog1 p {
	font-family: 'font2'; color: rgb(20,20,20); font-size: 15px; text-align: justify;
}
.blog1 a {
	color: rgb(21,135,198); font-size: 15px; font-family: 'font2'; font-weight: 600;
}
.blog1 a:hover {
	color: rgba(21,135,198,0.8);
}
.blog-top {
	background: rgb(255,255,255); padding: 210px 0 50px 0;
}
.blog-top .box {
	padding: 10px 45px 0px 50px;
}
.blog-top h1 {
	color: rgb(50,50,50); font-family: 'font2'; letter-spacing: 0.20rem; font-weight: 900; font-size: 2.4rem; text-align: center;
}
.blog-top h5 {
	color: rgb(100,100,100); font-family: 'font2'; text-align: center; font-size: 20px;
}
.blog-top p {
	color: rgb(100,100,100); font-family: 'font2'; font-size: 17px; text-align: center;
}
.blog-top a {
	color: rgb(21,135,198); padding: 10px 60px; text-transform: uppercase; letter-spacing: 0.04rem; font-weight: 600; font-size: 15px; font-family: 'font2'; background: rgb(226,64,0); border-radius: 5px;
}
.blog-top a:hover {
	color: rgb(255,255,255); background: rgb(68,68,68);
}
.blog-top iframe {
	border: 15px solid rgb(255,255,255); border-radius: 10px;
}
.blog-top img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}
.crumb-blog {
	background: rgb(255,255,255); padding: 0;
}
.crumb-blog hr {
	background: rgb(100,100,100); border: 1px solid rgb(100,100,100);
}
.blog-template {
	background: rgb(255,255,255); padding: 75px 0 75px 0;
}
.blog-template i {
	color: rgb(7,155,196);
}
.blog-template a {
	font-family: 'font2'; text-align: justify; font-weight: 300; color: rgb(80,80,80);
}
.blog-template h1 {
	color: rgb(20,20,20); text-align: left; font-weight: 600; font-family: 'font2'; font-size: 35px;
}
.blog-template h2 {
	font-family: 'font2'; color: rgb(21,135,198); font-size: 25px; font-weight: 900;
}
.blog-template h2.headline {
	color: rgb(20,20,20); text-align: left; font-weight: 600; font-family: 'font2'; font-size: 18px; text-decoration: underline; 
}
.blog-template h3 {
	font-family: 'font2'; font-weight: 900; color: rgb(0,0,0); font-size: 20px;
}
.blog-template h4 {
	color: rgb(20,20,20); text-align: left; font-weight: 600; font-family: 'font2'; font-size: 35px;
}
.blog-template h5 {
	font-family: 'font2'; font-weight: 600; color: rgb(20,20,20); font-size: 25px;
}
.blog-template h6 {
	font-size: 23px; font-family: 'font2'; font-weight: 600; color: rgb(0,0,0);
}
.blog-template p {
	color: rgb(100,100,100); font-family: 'font2'; text-align: justify; font-weight: 300;
}
.blog-template li {
	color: rgb(20,20,20); font-size: 17px; font-family: 'font2';
}
.blog-template li span{
    font-weight: 900;
    text-shadow: 0 0 black;
		text-decoration: underline;
}
.box-link {
	display: inline-block; right:0;
}
.box-link a {
	display: inline-block; text-align: right;
}
.box-link p{
	text-align: right;
}
.box-link ul{
	list-style: none;
}
.box-link li{
	display: inline-block; margin-right: 10px; /* add spacing between items */
}


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

/*FAQ Page*/
.faq {
	padding: 240px 0 75px 0;
background: white;
background-size: cover; 
}
.faq h1 {
	font-size: 2.7rem;
	font-weight: 800;
	padding-bottom: 15px;
	color: black;
	text-align: center;
	
	
}
.faq h2 {
	font-size: 1.3rem;
	font-weight: 800;
	padding-bottom: 5px;
	color: black;
	text-align: center;
    font-family: 'Segoe UI';
}

.faq h3 {
	font-size: 1.6rem;
	font-weight: 800;
	padding-bottom: 5px;
	color: black;
	text-align: center;
    font-family: 'Segoe UI';
}

.faq .box{
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.faq span{
  transition: 200ms;
  font-weight: 600;
  font-size: 1.1rem;
}
.faq p{
  color: black; 
}
.faq .bg-dark {
  background-color: rgb(190,160,71); !important;
}
.faq .bg-dark:hover {
  background-color:rgb(190,160,71); !important;
}
.faq .content, .faq .content_2, .faq .content_3, .faq .content_4, .faq .content_5,
.faq .content_6, .faq .content_7, .faq .content_8, .faq .content_9, .faq .content_10, .faq .content_11, .faq .content_12 {
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
    background: rgb(255,255,255);
    border: 1px solid black !important;
    display: block;
    height: 100%;
}
.faq .header, .faq .header_2, .faq .header_3, .faq .header_4, .faq .header_5,
.faq .header_6, .faq .header_7, .faq .header_8, .faq .header_9, .faq .header_10, .faq .header_11, .faq .header_12 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
	text-transform: capitalize;
}
/*FAQ Page 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%;
}
.owl-carousel .owl-item span {
	font-size: 20px; font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position:absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background:transparent !important; color:#212121 !important; opacity:.5 !important;
}
.owl-nav .owl-next {
	left:100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size:3em; display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline:none;
}

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

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

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

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

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

.top-header-animate {
/*height: 1.3%;*/
/*  width: 100%;*/
/*  left:0;*/
/*  right: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  position: fixed;*/
/*background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);*/
/*background-size: 1800% 1800%;*/
/**/
/*-webkit-animation: rainbow 18s ease infinite;*/
/*-z-animation: rainbow 18s ease infinite;*/
/*-o-animation: rainbow 18s ease infinite;*/
/*  animation: rainbow 18s ease infinite;*/
	
	position: fixed; width: 100%;	z-index: 1;	padding: 30px 0 10px 0;	background: rgb(255 255 255);	z-index: 5;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; box-shadow: 1px 1px 10px 3px #444;

	
}

@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes rainbow { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
.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: 115px 0 15px; position: fixed;
	/*background: linear-gradient(to right, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);;*/
	background: #2596be;
	
	
	width: 100%;	z-index: 3;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease;
	-o-transition: all .30s ease; transition: all .30s ease; box-shadow: 1px 1px 10px 3px #000;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background:#fdfdfd;	position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em;	position: absolute;	top: 6px;	right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700;	text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px; padding: 6px 0px; font-weight: 900; font-size: 18px; color: rgb(255,255,255); font-family: 'font2';    text-shadow: 1px 1px 1px #000;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #ffd658;
}
.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: .;
}
#portfolio li:hover input {
	left: 0;
}
button.mfp-close, button.mfp-arrow {
	outline:none !important;
}
#portfolio, #portfolio2 {
  display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}
#portfolio li, #portfolio2 li {
  display: flex; justify-content: center; align-items: center; float: left; position:relative; overflow:hidden; margin: 0 10px 20px;
}
#portfolio li a, #portfolio2 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, #portfolio2 li a:hover {
	transform:scale(1.1,1.1) !important;
}
#portfolio li a img, #portfolio2 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, #portfolio2 li:hover .block-overlay {
	background-color:#000000cc;
}
#portfolio .block-overlay, #portfolio2 .block-overlay {
	background: rgb(0,0,0,0.1); z-index: 1; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

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

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

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

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

.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex;	flex-direction: column;	justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px;
	
	/*background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);*/
	background: #2596be;

	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'; line-height: 25px;
}
.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 h3 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: rgb(255, 255, 255);
}
.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:28px;	width:28px;	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 ***/
.top-header div[class*='col-']:nth-child(3) a {
    padding: 9px 15px 9px 15px;
    /* background: teal; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2596be;
    font-weight: 600;
    font-family: 'font2';
    color: rgb(255 255 255);
    border-radius: 1.6rem;
    border: 1px solid rgb(255,255,255);
    font-size: 0.7rem;
		
}
.top-header div[class*='col-']:nth-child(4) a {
    padding: 9px 15px 9px 15px;
    /* background: teal; */
    background: #2596be;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-family: 'font2';
    color: rgb(255 255 255);
    border-radius: 1.6rem;
    border: 1px solid rgb(255,255,255);
    font-size: 0.7rem;
}
.navbar-scroll {
    padding: 135px 0 15px;
    position: fixed;
    background: #2596be;
    width: 100%;
    z-index: 3;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
    box-shadow: 1px 1px 10px 3px #000;
}
.navbar-light .navbar-nav .nav-link {
    margin: 0 21px;
    padding: 6px 0px;
    font-weight: 900;
    font-size: 1rem;
    color: rgb(255,255,255);
    font-family: 'font2';
    text-shadow: 1px 1px 1px #000;
}
	
}
/* === Tablet CSS Section ================= */
@media screen and (max-width: 1024px) {
	
}
/* === Mobile CSS Section ================= */
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 991px) {
/******************************************** DAVIDS MOBILE CODE START *************************************************/
.home-header-section {
	padding-top: 60px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both;	color: rgb(255,255,255); text-align: inherit;	white-space: nowrap; background: 0 0;	border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}

/******************************************** 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(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
 
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: rgb(255,255,255);
}
.service-cities a {
	font-size: 18px; line-height: 10px;	color: rgb(255,255,255);
}
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}
.service-content-section {
	padding: 0 !important;
}
.service-content-section p {
	padding: 0;	margin: 0; background: #fff;
}
.service-content-section div[class*='col-'] {
	padding: 30px 30px;
}
.contact-content-section div[class*='col-']:last-child {
	padding-top:40px;
}
.about-info-section div[class*='col-']:first-child {
	border-right:none; border-bottom: 1px solid #b5b5b5;
}
.about-header-section {
	background: linear-gradient(to bottom, rgba(2, 2, 2, 0.76), rgba(4, 4, 4, 0.2)), url(../img/slider/slider-bg-2.jpg) bottom left no-repeat;
}
.pre-footer-section .hours {
	padding:50px 20px;
}
.pre-footer-section .hours h1 {
	font-size:34px;
}
.pre-footer-section .hours p {
	padding: 0;
}
.section-divider {
	padding: 40px 10px;
}
.home-service-section {
	padding-bottom: 0 !important;	background-position: bottom right;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	justify-content:center;
}
.lnr-star {
	font-size: 15px !important;	position: relative;	top: -6px;
}
.projects-section .row {
	height: inherit;
}
.projects-section div[class*='col-'] {
	padding: 0;	position: relative;
}
.top-header {
	background: white; display:none;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display:none;
}
.header-contact_info .navbar-brand {
	font-size:1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content:flex-start;
}
.top-header div[class*='col-'] {
  display:flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background:none; margin:0; display: flex;	justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size:inherit; line-height: inherit;
}
.alert h1,
.alert p {
	top: 2em;	opacity: 0;	position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform:scale(1,1); border: 0; background: white; border-radius:0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu {
	text-align: center;	position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em;	top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100;	overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out;	transition-property: all;	transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.alert-dismissible .close {
	position: absolute;	top: 0;	right: 0;	background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none;	z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em;	vertical-align: -0.2em;	cursor: pointer;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0;	left:0;	width:100%;	text-align: center;
}
.mobile-menu-top-hero h2 {
	padding:0 25px;
}
#mobile-menu-header {
  margin-top:0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style:none; padding:0 20px; margin-top: 8em;	position: relative;	width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}
.navbar-sidebar .dropdown-menu-mobile a, .navbar-sidebar .dropdown-menu-mobile-2 a {
    color: rgb(75,75,75);
    font-weight: 600 !important;
    font-size: 1rem;
		font-family: 'Segoe UI';
    text-align: center;
}
.bar-block .bar-item {
    width: 100%;
    display: block;
    padding: 15px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
		font-family: 'Segoe UI';
		color: black;
		font-weight: 700;
}
.nav-link{
		font-family: 'Segoe UI';
		color: black;
		font-weight: 700;
}
	
.rainbow-banner {
    /*background: linear-gradient(to right, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);*/
    background: none;

    padding: 30px 10px 15px 10px;
    color: black !important;
    text-shadow: 2px 2px 1px #000;
        margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    opacity: 75%;
		
}
.rainbow-banner2 {
    /*background: linear-gradient(to right, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);*/
		
background: linear-gradient(to right, rgba(37,150,190,0.7), rgba(37,150,190,0.7), rgba(37,150,190,0.7), rgba(37,150,190,0.7));

    padding: 50px 25px 25px 25px;
    color: #fff !important;
    text-shadow: 1px 1px 1px #444;
    margin-bottom: 15px;
    opacity: 90%;
}

	
	
	
.home1 {
	/*padding: 75px; background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url(/img/pb-2.jpg); box-shadow: 1px 1px 10px 3px #000;*/
	padding: 25px;
	/*background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1));*/
background: linear-gradient(to left, rgba(255, 255, 255, 1), transparent);

	box-shadow: 1px 1px 10px 3px #000;

}
.home1 .pad {
	padding-top: 0;
}
.home1 h1 {
	/*font-family: 'font8';*/
	font-family: 'Segoe UI';

	
	font-size: 30px; text-align: center; font-weight: 800; color: rgb(196,41,56); text-transform: uppercase;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: center;	color: rgb(0,0,0); line-height: 30px;
}
.home1 span {
 font-size: 25px; font-family: 'font2';
}
/*.home1 img {
	box-shadow: 1px 1px 10px 1px #000;
}*/
.home1 hr {
	padding-top: 5px; background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);
}
.home1 img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.home-page-section-2 {
	    box-shadow: 1px 1px 10px 1px #000;
}
.home-page-section-2 .square1 {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: calc(100% - 0px)!important;
    max-width: 558px!important;
    margin: 60px 81px 0 0!important;
    padding: 50px 50px !important;
		background: rgb(246,177,24,0.7) !important
}
.parallax1 {
  /*background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url("/img/paint-pallete-1.jpg");*/
  background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url("/img/white-cement-wall-large.JPG");

  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 75px 25px 75px 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Adjust the opacity value for the desired darkness */
}
.home-page-section-2 .square2 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  margin: 0 0 8px!important;
  padding: 50px 25px!important;
	background: rgb(255,255,255,0.7);
	box-shadow: 1px 1px 10px 3px #000;
}
.home-page-section-2 .square2 h3 {
	font-size: 35px;
	/*font-family: 'font8';*/
	font-family: 'Segoe UI';

}
/*.home-page-section-2 .square2 img {
	max-width: 50%;
}*/
.home-page-section-2 .square2:hover {
/*background: linear-gradient(to right top, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%); color: #fff; text-shadow: 1px 1px 1px #000; box-shadow: 1px 1px 10px 3px #fff;*/
}
.home-page-section-2 .square2 img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 h4 {
	font-size: 20px;
	/*font-family: 'font8';*/

	font-family: 'Segoe UI';
}
.home-page-section-2 h5 {
	font-size: 15px;
  font-family: 'font2';
  text-align: left;
	text-indent: 5px;
	line-height: 45px;
  font-weight: 600;
}
.home-page-section-2 h5 span {
	 font-family: 'font8'; font-weight: 500; text-shadow: none; font-size: 14px;
}
.home-page-section-2 p {
	line-height: 30px;
  font-weight: 600;
	font-family: 'font2';
  font-size: 16px;
}
.home-page-section-2 span {
	font-size: 20px;
	font-family: 'font';
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-page-section-2 strong {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-page-section-2 hr {
	padding-top: 5px; background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);
}
.home3 {
	/*padding: 100px 50px 100px 50px;     background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url(/img/pb-2b.jpg); box-shadow: 1px 1px 10px 3px #000; text-align: center;*/
	
    padding: 100px 25px 100px 25px;
    background-image: linear-gradient(rgb(255,255,255), #2596be);
    box-shadow: 1px 1px 10px 3px #000;
    text-align: center;
}
.home3 hr {
	padding-top: 5px; background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);
}
.home3 h3 {
	/*font-family: 'font8';*/

	font-family: 'Segoe UI';
	font-size: 35px;
}
.home3 p {
	font-size: 17px; line-height: 30px;
}
.home3 .view {
	background: #fff9; padding: 10px; margin-top: 75px;
}
.home3 .view:hover {
	 /*background: linear-gradient(to right bottom, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%); color: #fff; text-shadow: 1px 1px 1px #000; box-shadow: 1px 1px 10px 3px #fff;*/
}
.home3 img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.home3 .box1{
    background: rgb(255,255,255,0.3);
    border: 2px solid rgb(0,0,0,0.12);
    border-radius: 5px;
    padding: 50px 25px;
}
.home3 .box1 .box1-content{
		margin-top:50px;
}
.home-split {
	box-shadow: 1px 1px 10px 3px #000;
}
.home-split .parallax2 {
  /*background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url("/img/woman-paints-1.jpg");*/
  background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url("/img/white-cement-wall.jpg");

  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 175px 0px 175px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-split .parallax3 {
  /*background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url("/img/commercial-painters.jpg");*/
  background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url("/img/white-cement-wall.jpg");

  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 175px 0px 175px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-split h3 {
	text-align: center;
	/*font-family: 'font8';*/

	font-family: 'Segoe UI';
	font-size: 35px;
}
.home-split h4 {
	text-align: center; font-size: 20px;
}
.home-split hr {
	padding-top: 5px; background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);
}
.home-split .view {
	background: #fff9; padding: 50px 10px 50px 10px;
}
.home-split .view:hover {
	 /*background: linear-gradient(to right top, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%); color: #fff; text-shadow: 1px 1px 1px #000; box-shadow: 1px 1px 10px 3px #fff;*/
}
.home-split p {
	font-size: 17px; text-align: center; line-height: 30px;
}
.home-split .view  a mark {
    box-shadow: 1px 1px 10px 3px #000;
    padding: 15px;
    background: #ffffff5e;
    text-shadow: none;
    text-align: center;

		
	/*font-family: 'font8';*/

	font-family: 'Segoe UI';
    font-weight: 600;
}
.home-split .view  a mark:hover {
	
}
.home1-split img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.home4 {
	/*padding: 100px 50px 100px 50px; background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url(/img/pb-2a.jpg); box-shadow: 1px 1px 10px 3px #000; text-align: center;*/
	padding: 100px 25px 100px 25px; background-image: linear-gradient(rgb(255,255,255), #2596be); box-shadow: 1px 1px 10px 3px #000; text-align: center;


}
.home4 hr {
	padding-top: 5px; background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);
}
.home4 h3 {
	/*font-family: 'font8';*/

	font-family: 'Segoe UI';
	
	
	font-size: 35px;
}
.home4 p {
	font-size: 17px; line-height: 30px;
}
.home4 .view {
	background: #fff9; padding: 10px; margin-top: 75px;
}
.home4 .view:hover {
	 /*background: linear-gradient(to left bottom, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%); color: #fff; text-shadow: 1px 1px 1px #000; box-shadow: 1px 1px 10px 3px #fff;*/
}
.home4 img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.home4 .box1{
    background: rgb(255,255,255,0.3);
    border: 2px solid rgb(0,0,0,0.12);
    border-radius: 5px;
    padding: 50px 25px;
}
.home4 .box1 .box1-content{
		margin-top:50px;
}

.home-contact {
	box-shadow: 1px 1px 10px 3px #000;
}
.home-contact h3 {
	/*font-family: 'font8';*/

	font-family: 'Segoe UI';	
	text-align: center; font-size: 40px; 
}
.home-contact .parallax4 {
 /*background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/pb-33.png);*/
background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(255,255,255,0), rgba(255,255,255,0), rgba(37,150,190,0.5));

  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 175px 25px 175px 25px;
  background-repeat: no-repeat;
  background-size: cover;
}


.about-page-section-1 {
	padding: 50px 25px ;
	/*background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url(/img/pb-111.jpg);*/
	background-image: linear-gradient(rgb(255,255,255,0.1), rgb(255,255,255,0.1)), url(/img/white-cement-wall-large.JPG);

	box-shadow: 1px 1px 10px 3px #000;
}
.kick {
	margin-left: 25px;
}
.about-page-section-1 h1 {
	font-family: 'Segoe UI';
	font-size: 2.55rem;
	text-align: left;
	font-weight: 600;
	padding-bottom: 40px;
}
.about-page-section-1 h2 {
	font-family: 'Segoe UI';
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 20px;
}
.about-page-section-1 p {
	font-size: 18px;
	text-align: left;
	font-family: 'font2';
	color: rgb(0,0,0); line-height: 32px;
	font-weight: 600;
}
.about-page-section-1 ul {
	/*margin-left: 25px;*/
	margin-left: 0px;
	padding: 0px;
}
.about-page-section-1 li {
	font-size: 18px;
	font-family: 'font2';
	color: rgb(0,0,0);
	
}
.about-page-section-1 strong {
	font-family: 'Segoe UI';
	font-size: 25px; letter-spacing: 2.0px;
}
.about-page-section-1 u {
	font-family: 'font8';
	font-size: 35px;
	letter-spacing: 2.0px;
	text-shadow: 2px 2px 1px #444;
}
.about-page-section-1 hr {
		padding-top: 5px;
		/*background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);*/
		background: black;

		width: 75%;
    margin-left: -10px;
}
.home-page-section-4 .container {
	padding: 125px 0 125px 0;
}
.parallax22 {
  /*background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/pb-recent.png);*/
  background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/white-cement-wall.jpg);

  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-4 .square3 {
	  float: none!important;
    top: 0!important;
    left: 0!important;
    width: calc(100% - 0px)!important;
    position: relative!important;
    height: auto!important;
    max-width: 100%!important;
		background: rgb(246,177,24,0.7);
    margin: 8px 0!important;
    padding: 50px 0 50px 0;
    min-width: 25px!important;
    display: block!important;
}
.home-page-section-4 .square4 {
	float: none!important;
    top: 0!important;
    left: 0!important;
    width: auto!important;
    position: relative!important;
		background: rgb(255 255 255 / 50%);
    height: auto!important;
    padding: 40px 20px 45px!important;
    max-width: none!important;
    margin: 24px 0!important;
    min-width: 0!important;
    text-align: start!important;
}
.home-page-section-4 p {
	  font-weight: 600;
    line-height: 22px;
    color: rgb(102,102,102);
		text-align: left;
    font-family: 'font2';
    font-size: 20px;
}
.home-page-section-4 h5 {
	color: rgb(255,255,255);
	font-size: 36px;
	text-align: center;
	font-weight: 600;
	font-family: 'font2';
}
.pge111 {
	padding: 215px 0 10px 0;
	/*background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/pb-recent.png);*/
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/white-cement-wall-large.JPG);

	min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.pge111 .box {
padding: 25px 25px 25px 50px;	background: #ffffff85; border: 3px solid #01833A;
}
.pge111 .box hr {
	background: #000; width: 75%; border-top: 1px solid #006DCB;
}
.box p {
	color: #fff; font-size: 17px; line-height: 30px; text-shadow: 1px 1px 1px #000;
}
.pge111 .pad {
	padding-top: 35px;
}
.pge111 h1 {
    font-size: 35px;
    font-weight: 600;
    text-align: left;
    font-family: 'Segoe UI';
    text-shadow: -1px -2px 1px #000;
}
.pge111 h1 span {
	color: #01833A;
}
.pge111 h1 strong {
	color: #006DCB;
	font-weight: inherit;
}
.pge111 h3 {
	color: rgb(40,187,148); font-size: 30px; font-weight: 600; text-align: left;
}
.pge111 h4 {
	color:#444;	font-weight: 600;	font-size: 23px; text-align: left;
}
.pge111 h5 {
	color: rgb(255,177,73);	font-weight: 600;	font-size: 19px; text-align: left;
}
.pool111 p {
	font-size: 17px; text-align: justify;	font-weight: 600;	font-family: 'font2';	color: rgb(120,120,120);
}
.pge111 a {
	color: rgb(255,255,255); font-size: 18px;	font-weight: 600;	font-family: 'Segoe UI'; text-transform: uppercase;
}
.pge111 a:hover {
	color: #006DCB;
	font-weight: 600;
	padding-left: 5px;
}
.pge111 ul {
	color: rgb(40,187,148);
	list-style-type: '▸';
}
.pge111 li {
	text-indent: 10px;
}
/*.painting {
	margin: 100px 0px 100px 0px; padding: 100px 0px 100px 0px;
}*/
.card2a {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border-radius: 0.2rem;
	padding: 0px 0px 0px 0px;
	background: #ffffffba;
  box-shadow: 1px 1px 10px 1px #000;
	border: 1px solid rgb(150,150,150);
	visibility: hidden;
}
.card2a h2 {
	font-family: 'Segoe UI';
	font-size: 45px;
	font-weight: 600;
	color: #000;
	text-align: left;
}
.card2a i {
	font-size: 45px;
	color: rgb(100,100,100);
}
.card2a p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: left;
	color: rgb(0,0,0);
}
.card2a a {
	color: #006ec7;
	font-weight: 800;
	font-family: 'font2';
}
.card2a a:hover {
	color: #01833A;
}
.card2a img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.card2a hr {
	padding-top: 5px;
	/*background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);*/
	background: rgba(37,150,190,0.7); 
}
.card2b {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border-radius: 0.2rem;
	padding: 0px 0px 0px 0px;
	background: #ffffffba;
	box-shadow: 1px 1px 10px 1px #000;
	border: 1px solid rgb(150,150,150);
	visibility: hidden;
}
.card2b h2 {
	font-family: 'Segoe UI';
	font-size: 43px;
	font-weight: 600;
	color: #000;
	text-align: right;
}
.card2b i {
	font-size: 45px;
	color: rgb(100,100,100);
}
.card2b p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: right;
	color: rgb(0,0,0);
}
.card2b a {
	color: #006ec7;
	font-weight: 800;
	font-family: 'font2';
}
.card2b a:hover {
	color: #01833A;
}
.card2b img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.card2b hr {
	padding-top: 5px;
	/*background: linear-gradient(to right, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);*/
	background: rgba(37,150,190,0.7);
}


/*FAQ Page*/
.faq {
	padding: 240px 0 75px 0;
background: white;
background-size: cover; 
}
.faq h1 {
	font-size: 2.7rem;
	font-weight: 800;
	padding-bottom: 15px;
	color: black;
	text-align: center;
	
	
}
.faq h2 {
	font-size: 1.3rem;
	font-weight: 800;
	padding-bottom: 5px;
	color: black;
	text-align: center;
}
.faq .box{
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.faq span{
  transition: 200ms;
  font-weight: 600;
  font-size: 1.1rem;
}
.faq p{
  color: black; 
}
.faq .bg-dark {
  background-color: rgb(190,160,71); !important;
}
.faq .bg-dark:hover {
  background-color:rgb(190,160,71); !important;
}
.faq .content, .faq .content_2, .faq .content_3, .faq .content_4, .faq .content_5,
.faq .content_6, .faq .content_7, .faq .content_8, .faq .content_9, .faq .content_10, .faq .content_11, .faq .content_12 {
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
    background: rgb(255,255,255);
    border: 1px solid black !important;
    display: block;
    height: 100%;
}
.faq .header, .faq .header_2, .faq .header_3, .faq .header_4, .faq .header_5,
.faq .header_6, .faq .header_7, .faq .header_8, .faq .header_9, .faq .header_10, .faq .header_11, .faq .header_12 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
	text-transform: capitalize;
}
/*FAQ Page END*/



.service-areas {
	box-shadow: 1px 1px 10px 3px #000; padding-top: 150px;
}
.service-areas h1 {
	font-size: 50px; font-family: 'Segoe UI';
}
.service-areas h2 {
	font-size: 35px; font-family: 'Segoe UI';
}
.service-areas h4 {
	font-size: 20px; font-family: 'font2';
}
.service-areas p {
	font-size: 17px; line-height: 30px;
}
.service-areas hr {
	padding-top: 5px;
	/*background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);*/
	background: rgba(37,150,190,0.7); 
}
.service-areas a.learn-more {
	padding: 9px 15px; background: teal; font-size: 24px; font-weight: 600; font-family: 'font2'; color: rgb(255 255 255); border-radius: 1.6rem; border: 1px solid rgb(255,255,255);
}
.service-areas a {
	color: inherit;
}
.service-areas iframe{
	width: 100%;
}
.service-areas a mark {
    box-shadow: 1px 1px 10px 3px #000;
    padding: 15px;
    background: #ffffff5e;
    text-shadow: none;
    text-align: center;
    font-family: 'Segoe UI';
    font-weight: 600;
}
.parallax123 {
  /*background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/bp-5.jpg);background-size: cover;*/
	background: none; 
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 100px 50px 100px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.painters {
	       /*background: linear-gradient(to left, rgb(0 211 159 / 50%) 0%, rgb(0 139 211 / 50%) 25%, rgb(212 0 99 / 50%) 75%, rgb(212 190 0 / 50%) 100%) !important;*/
				 background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5)) !important;
}
.painters h3 {
	font-family: 'Segoe UI'; font-size: 50px;
}
.painters p {
	font-weight: 600; font-family: 'font2';
}
.painters:hover {
	       /*background: linear-gradient(to left, rgb(0 211 159 / 100%) 0%, rgb(0 139 211 / 100%) 25%, rgb(212 0 99 / 100%) 75%, rgb(212 190 0 / 100%) 100%) !important; color: #fff;text-shadow: 1px 1px 1px #000;*/
}
.painters2 {
	       /*background: linear-gradient(to right, rgb(0 211 159 / 50%) 0%, rgb(0 139 211 / 50%) 25%, rgb(212 0 99 / 50%) 75%, rgb(212 190 0 / 50%) 100%) !important;*/
				 
				 background: linear-gradient(to right, rgba(37,150,190,0.7), rgba(37,150,190,0.7), rgba(37,150,190,0.7), rgba(37,150,190,0.7))
}
.painters2 h3 {
	font-family: 'Segoe UI'; font-size: 50px;
}
.painters2:hover {
	       /*background: linear-gradient(to right, rgb(0 211 159 / 100%) 0%, rgb(0 139 211 / 100%) 25%, rgb(212 0 99 / 100%) 75%, rgb(212 190 0 / 100%) 100%) !important; color: #fff; text-shadow: 1px 1px 1px #000;*/
				 
}
.ventura-county-ca {
	padding: 50px;
	background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5));
	box-shadow: 1px 1px 10px 3px #000;
}
.ventura-ca {
	padding: 50px;
	background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5));
	box-shadow: 1px 1px 10px 3px #000;
}
.oxnard-ca {
	padding: 50px;
	background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5));
	box-shadow: 1px 1px 10px 3px #000;
}
.camarillo-ca {
	padding: 50px;
	background: #fff9;
	box-shadow: 1px 1px 10px 3px #000;
}
.thousand-oaks-ca {
	padding: 50px;
	/*background: #fff9;*/
	background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5));
	box-shadow: 1px 1px 10px 3px #000;
}
.newbury-park-ca {
	padding: 50px;
	background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5));
	box-shadow: 1px 1px 10px 3px #000;
}
.oak-view-ca {
	padding: 50px;
	background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5));
	box-shadow: 1px 1px 10px 3px #000;
}
.ojai-ca {
	padding: 50px;
	background: linear-gradient(to right, rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5), rgba(37,150,190,0.5));
	box-shadow: 1px 1px 10px 3px #000;
}
.painting-service-area {
	box-shadow: 1px 1px 10px 3px #000; padding-top: 150px;
}
.painting-service-area h1 {
	font-size: 55px; font-family: 'font8';
}
.painting-service-area h2 {
	font-size: 35px; font-family: 'font8';
}
.painting-service-area p {
	font-size: 17px; line-height: 30px;
}
.painting-service-area hr {
	padding-top: 5px; background: linear-gradient(to left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);
}
.painting-service-area iframe {
	box-shadow: 1px 1px 10px 3px #000;
}
.parallax321 {
  background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/pb-1.jpg);background-size: cover;
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 175px 100px 300px 100px;
  background-repeat: no-repeat;
  background-size: cover;
}

 
.topper {
	margin-top: 100px;
}
.contact-header-section {
	padding-top: 105px;
}
.contact-header-section iframe {
	width: 100%;
}
.gallery-page {
	padding: 225px 0 75px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
.gallery-page a.gallery-btn {
	padding: 10px; background: rgb(0,128,128); border: 1px solid rgb(0,0,0); border-radius: 1.5rem;
	font-size: 24px; font-family: font2; font-weight: 600; text-align: center; text-transform: capitalize; color: rgb(255,255,255);
}





/**** Blog Section ****/
.crumb2 {
	background: rgb(255,255,255); padding: 25px 0 15px 0;
}
.crumb2 h5 {
	font-family: 'font2'; color: rgb(0,0,0); font-weight: 600; font-size: 16px;
}
.crumb2 span {
	color: rgb(21,135,198);
}
.blog1 {
	padding: 125px 0 75px 0; background: rgb(255,255,255);
}
.blog1 h1 {
	text-align: center; font-weight: 600; font-family: 'font2'; padding-bottom: 25px; color: rgb(12,12,12); font-size: 45px;
}
.blog1 h3 {
	font-family: 'font2'; font-size: 30px; font-weight: 600; letter-spacing: 0.04rem; text-align: center; padding-bottom: 10px; color: rgb(0,0,0);
}
.blog1 h4 {
	font-weight: 600; font-family: 'font2'; font-size: 19px; color: rgb(30,30,30); letter-spacing: 0.12rem;
}
.blog1 h5 {
	font-family: 'font2'; color: rgb(20,20,20); font-size: 15px;
}
.blog1 hr {
	border: 0.15rem solid rgb(21,135,198); max-width: 110px; opacity: 1; color: rgb(21,135,198); margin: auto;
}
.blog1 .box {
	padding: 0px 0px 20px 0px; background: rgb(255,255,255); box-shadow: 0 0 15px #00000029;     height: auto;
}
.blog1 .pad {
	height: 280px; padding: 15px 10px 0px 10px;
}
.blog1 .pad2 {
	padding: 15px 10px 0px 10px; height: 55px;
}
.blog1 span {
	color: rgb(21,135,198);
}
.blog1 p {
	font-family: 'font2'; color: rgb(20,20,20); font-size: 15px; text-align: justify;
}
.blog1 a {
	color: rgb(21,135,198); font-size: 15px; font-family: 'font2'; font-weight: 600;
}
.blog1 a:hover {
	color: rgba(21,135,198,0.8);
}
.blog-top {
	background: rgb(255,255,255); padding: 210px 0 50px 0;
}
.blog-top .box {
	padding: 10px 15px 0px 15px;
}
.blog-top h1 {
	color: rgb(50,50,50); font-family: 'font2'; letter-spacing: 0.20rem; font-weight: 900; font-size: 30px; text-align: center;
}
.blog-top h5 {
	color: rgb(100,100,100); font-family: 'font2'; text-align: center; font-size: 20px;
}
.blog-top p {
	color: rgb(100,100,100); font-family: 'font2'; font-size: 17px; text-align: center;
}
.blog-top a {
	color: rgb(21,135,198); padding: 10px 60px; text-transform: uppercase; letter-spacing: 0.04rem; font-weight: 600; font-size: 15px; font-family: 'font2'; background: rgb(226,64,0); border-radius: 5px;
}
.blog-top a:hover {
	color: rgb(255,255,255); background: rgb(68,68,68);
}
.blog-top iframe {
	border: 15px solid rgb(255,255,255); border-radius: 10px;
}
.blog-top img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}
.crumb-blog {
	background: rgb(255,255,255); padding: 0;
}
.crumb-blog hr {
	background: rgb(100,100,100); border: 1px solid rgb(100,100,100);
}
.blog-template {
	background: rgb(255,255,255); padding: 75px 0 75px 0;
}
.blog-template i {
	color: rgb(7,155,196);
}
.blog-template a {
	font-family: 'font2'; text-align: justify; font-weight: 300; color: rgb(80,80,80);
}
.blog-template h1 {
	color: rgb(20,20,20); text-align: left; font-weight: 600; font-family: 'font2'; font-size: 35px;
}
.blog-template h2 {
	font-family: 'font2'; color: rgb(21,135,198); font-size: 25px; font-weight: 900;
}
.blog-template h2.headline {
	color: rgb(20,20,20); text-align: left; font-weight: 600; font-family: 'font2'; font-size: 18px; text-decoration: underline; 
}
.blog-template h3 {
	font-family: 'font2'; font-weight: 600; color: rgb(0,0,0); font-size: 17px;
}
.blog-template h4 {
	color: rgb(20,20,20); text-align: left; font-weight: 600; font-family: 'font2'; font-size: 35px;
}
.blog-template h5 {
	font-family: 'font2'; font-weight: 600; color: rgb(20,20,20); font-size: 25px;
}
.blog-template h6 {
	font-size: 23px; font-family: 'font2'; font-weight: 600; color: rgb(0,0,0);
}
.blog-template p {
	color: rgb(100,100,100); font-family: 'font2'; text-align: justify; font-weight: 300;
}
.blog-template li {
	color: rgb(20,20,20); font-size: 17px; font-family: 'font2';
}
.box-link {
	display: inline-block; right:0;
}
.box-link a {
	display: inline-block; text-align: right;
}
.box-link p{
	text-align: right;
}
.box-link ul{
	list-style: none;
}
.box-link li{
	display: inline-block; margin-right: 10px; /* add spacing between items */
}


}

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

.contact-header-section {
	padding-top: 80px;
}

}

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