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

/* ============================================================================================ */
/* === Tabs      **(ONLY MOBILE FREINDLY WITH A SMALL NUMBER OF TABS WITH A MAX OF 20 CHARACTERS  ================= */
/* ============================================================================================ */
.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.tablinks {
	background: transparent;
	color: rgb(255,255,255);
}
.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%;
	padding: 5px 0 5px 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;
}
.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:#fbfbfb;
	color:#222;
}
.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: rgb(255,255,255);
	font-family: 'font2';
	font-weight: 600;
	color: black;
	border-radius: 1.6rem;
	border: 1px double rgb(172,203,6);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: rgb(230,230,230);
}
.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: rgb(255,255,255);
	font-family: 'font2';
	font-weight: 600;
	color: black;
	border-radius: 1.6rem;
	border: 1px double rgb(172,203,6);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	background: rgb(230,230,230);
}
.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: rgb(172,203,6);
	border-radius:100px;
	height: 34px;
	width: 34px;
	margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(172,203,6,0.8);
	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;
}

.top-header .logo-float{
	position:absolute;
	top: 0px; 
}

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

/******* Mobile Navigation Section *******/
.mobile-menu {
	display:none;
}
.dropdown-wrapper {
	margin:0;
	padding:0;
}
.mobile-menu .dropdown-menu-mobile,.mobile-menu .dropdown-menu-mobile-2 {
	  position:relative;
	  display:none;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  float: left;
	  height:0px;
	  margin:0;
	  width:100%;
	  padding: 0;
	  font-size: 1rem;
	  color: #e6e6e6 !important;
	  text-align: left;
	  list-style: none;
	  background-color: #101010;
	  border: 0;
	  visibility: hidden;
	  border-radius: 0;
	  transform:scale(1,0);
	  -webkit-transition: all .30s ease;
	  -moz-transition: all .30s ease;
	  -o-transition: all .30s ease;
	  transition: all .30s ease;
}
.dropdown-menu-animate, .dropdown-menu-animate-2 {
	display:inline-block !important;
	transform:scale(1,1) !important;
	padding:25px 0 !important;
	height:auto !important;
	visibility: visible !important;
}
.mobile-menu .dropdown-menu-mobile a, .mobile-menu .dropdown-menu-mobile-2 a {
	color:#545454;
	font-weight:600 !important;
	font-size: 0.8rem;
	font-family:'Raleway';
	text-align:center;
}
.dropdown-item:hover {
	color: rgb(12,12,12) !important;
}
/******* Mobile Navigation Section *******/

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.home-header-section {
	padding-top: 80px;
}
.home-header-section a {
	background: rgb(255,197,39);
	padding: 10px 25px 10px 25px;
	text-shadow: none;
	color: rgb(255,255,255);
	font-weight: 500;
	border-radius: 2.5rem;
	font-size: 18px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0 0 0 0;
    font-size: 18px;
    color: rgb(33, 37, 41);
    text-align: left;
    list-style: none;
    background-color: rgb(0,0,0);
    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;
		font-weight: 600;
		text-transform: uppercase;
    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;
}
.cform {
	padding: 100px 0 100px 0;
	background: rgb(255,255,255);
}
.cform h1 {
	font-size: 2.5rem;
	font-family: 'Montserrat';
	font-weight: 600;
	text-align: center;
}
.cform h2 {
	font-size: 2.4rem;
	font-family: 'Montserrat';
	font-weight: 600;
	text-align: center;
}
.cform p {
	font-size: 18px;
	font-family: 'Montserrat';
	padding-bottom: 30px;
	text-align: center;
}
.home-page-section-1 {
	padding: 75px 0 75px 0;
  background: rgb(255,255,255);
}
.home-page-section-1 h2 {
	font-family: 'Montserrat';
	font-size: 1.6rem;
  text-align: left;
	font-weight: 600;
	color: rgb(40, 64, 83);
}
.home-page-section-1 h3 {
	text-align: left;
  font-size: 1.2rem;
	color: rgb(107, 104, 104);
	font-weight: 600;
}
.home-page-section-1 hr {
	border-top: 2px solid rgb(241,197,82);
	width: 80px;
	opacity: 1;
}
.home-page-section-1 p {
	font-family: 'font2';
	font-size: 17px;
	font-weight: 600;
	color: rgb(10,10,10);
}
.home-page-section-1 i {
	font-size: 30px;
	color: rgb(246,177,24);
}
.home-page-section-1 span {
	color: rgb(107, 104, 104);
	font-weight: 600;
	font-family: 'Montserrat';
}
.home-page-section-1 a {
	background: rgb(246,177,24);
	padding: 5px 25px;
	border-radius: 2.5rem;
	color: rgb(255,255,255);
}
.home-page-section-1 a:hover {
	color: rgb(246,177,24,0.8);
}
.home-page-section-1 a.home-links {
	background: rgb(255,255,255);
	padding: 0;
	color: rgb(107,104,104);
}
.parallax {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/parallax.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}




.home-service-section .container-fluid{
	
	padding:0;
}
.home-service-section .row {
	    --bs-gutter-x: 0;
}
.home-service-section .padder{
	padding: 70px 35px;;
}
.home-service-section h2 {
	    font-family: 'Montserrat';; font-size: 42px; color: 
rgb(40, 64, 83); line-height: 50px; text-align: center;     font-weight: 600;
}
.home-service-section span {
	font-size: 100px;
}
.home-service-section h3 {
	font-family: "font4"; font-size: 29px; color: 
#00197b; line-height: 50px; text-align: center;
}

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

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

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

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

.home-service-section ul.numbered p{

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



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


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

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

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

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








/**/
/**/
/**/


/* Custom Carousel Styling */
.custom-carousel {
    position: relative;
    height: 88vh;
    width: 100%;                 /* override: avoid 101% overflow */
    overflow: hidden;
    font-family: Arial, sans-serif;

    /* override: stop flex from squeezing the slide track */
    display: block;
}

/* Stationary Info Section */
.carousel-info {
    position: absolute;
    inset: 0;                 /* covers entire carousel */
    z-index: var(--z-overlay);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    background: rgba(0,0,0,0.55); /* FULL overlay */
    padding: 0;
    margin: 0;
}
.carousel-info .intro-content {
    padding: 80px 80px;
    max-width: 1100px;
    background: none;          /* remove overlay from here */
    text-align: left;
}

.custom-carousel img{
    width:70%;
}

.carousel-info h1 {
    font-family: 'Montserrat'; font-size: 2rem; text-transform: uppercase; font-weight: 600; letter-spacing: 2px; margin-bottom: 25px; line-height: 57px;
}
.carousel-info h1 span {
       color:rgb(225 255 65 / 80%); text-shadow: 1px 1px 1px #000; font-size: 2.5rem; letter-spacing: 1px;
}
/*.carousel-info h2 {
    font-family: 'font'; font-size: 25px; position: relative; left: 10%;
    text-transform: uppercase; font-weight: 500; letter-spacing: 1px; line-height: 50px;
}*/
.carousel-info p {
  font-size: 15px; line-height: 30px; font-weight: 600; letter-spacing: 1px;
}
.carousel-info {
  position: absolute;
  inset: 0;
  z-index: var(--z-overlay);
    background: rgb(0 0 0 / 11%); /* FULL overlay */
  display: flex;
  align-items: center;
}

.carousel-overlay-grid {
  display: grid;
grid-template-columns: 1fr;
  gap: 60px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px;
}

.overlay-content {
  color: #fff;
}

.overlay-form {
 display:flex;
 justify-content: center;
 align-items:center;
}



.carousel-cta{
  position: relative;
  border-radius: 15px;
  padding: 15px 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  background: transparent;
  border: 3px solid #fff;

  font-family: 'Montserrat';
  font-weight: 700;
  color: #fff;
  text-decoration: none;

  overflow: hidden;
  transition: color 0.35s ease;
}

/* FILL LAYER */
.carousel-cta::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s ease;
  z-index: -1;
}

/* TEXT ABOVE FILL */
.carousel-cta span,
.carousel-cta{
  position: relative;
  z-index: 1;
}

/* HOVER STATE */
.carousel-cta:hover::before{
  transform: scaleY(1);
}

.carousel-cta:hover{
  color: #000;
}


@media (max-width: 991px) {
  .carousel-overlay-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 20px;
  }

  .overlay-form {
    order: 2;
  }
.carousel-info h1 {
    font-family: 'Montserrat';
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 35px;
}
.carousel-info h1 span {
    text-shadow: 1px 1px 1px #000;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
.carousel-overlay-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 20px;
    text-align: center;
}
}

 


.carousel-post{
	background: black;
	padding: 30px;
}

.carousel-post h1 {
    font-family: 'Montserrat'; font-size: 2rem; text-transform: uppercase; font-weight: 600; letter-spacing: 2px; margin-bottom: 25px; line-height: 57px; color:white;
}
.carousel-post h1 span {
       color:rgb(225 255 65 / 80%); text-shadow: 1px 1px 1px #000; font-size: 2.5rem; letter-spacing: 1px;
}
/*.carousel-info h2 {
    font-family: 'font'; font-size: 25px; position: relative; left: 10%;
    text-transform: uppercase; font-weight: 500; letter-spacing: 1px; line-height: 50px;
}*/
.carousel-post p {
  font-size: 15px; line-height: 30px; font-weight: 600; letter-spacing: 1px; color:white;
}

/* ===== Carousel Slides — Cross-fade + Mini Zoom ===== */


:root { --slideDuration: 7000ms; }

@keyframes kb-zoom-in {
  from { transform: translateZ(0) scale(1); }
  to   { transform: translateZ(0) scale(1.10); } /* adjust to taste */
}

.carousel-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateZ(0) scale(1);
  background-size: cover;
  background-position: center;
  will-change: opacity, transform;
  transition: opacity .7s ease;
  backface-visibility: hidden;
}

.carousel-slide.is-active{
  opacity: 1;
  animation: kb-zoom-in var(--slideDuration) linear both;
  z-index: 2;
}

.carousel-slide.is-leaving{
  opacity: 0;
  transition:
    opacity .7s ease,
    transform 1.5s cubic-bezier(.2,.75,.2,1);
  z-index: 1;
}

/* Reduced motion stays respected */
@media (prefers-reduced-motion: reduce){
  .carousel-slide{ transition: none !important; transform: none !important; animation: none !important; }
}
/* Navigation Buttons (unchanged) */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff; width: 3%;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 3;
  font-size: 24px;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.carousel-nav:hover { background: rgba(0, 0, 0, 0.8); }
.carousel-nav.prev { left: 20px; }
.carousel-nav.next { right: 20px; }


/* explicit layers + isolation to avoid transform quirks */
.custom-carousel { position: relative; isolation: isolate; }

:root{
  --z-slides: 0;
  --z-slide-active: 1;
  --z-overlay: 50;   /* higher than any slide */
  --z-nav: 60;
}

.carousel-slides{ z-index: var(--z-slides); }
.carousel-slide{ z-index: var(--z-slides); }
.carousel-slide.is-active{ z-index: var(--z-slide-active); }
.carousel-slide.is-leaving{ z-index: var(--z-slides); }

.carousel-info{ z-index: var(--z-overlay); }
.carousel-nav{ z-index: var(--z-nav); }




.gradient {
    text-align: center;
    font-family: Montserrat;
    font-weight: 700;
    background: linear-gradient(
        to right,
        #000000,
        rgb(172, 203, 6),
        #000000,
        rgb(172, 203, 6),
        #000000
    );
    background-clip: text;
    background-size: 200%;
    color: transparent;
    animation: gradientAnimation 6s linear infinite;
    padding-bottom: 40px;
    /*opacity: 0;*/
    /*transform: translateY(35%);*/
    /*transition: 1.4s;*/
}
@keyframes gradientAnimation{
	
	
0% {
    background-position: 200% 50%;
}
	
100% {
    background-position: 0% 50%;
}
	
}



.home-quality {
    padding: 70px 40px;
    position: relative;
    overflow: hidden;
}


.home-quality .square1 {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: calc(100% - 0px)!important;
    /*max-width: 558px!important;*/
    /*margin: 125px 81px 0 0!important;*/
    margin: 0;
    padding: 50px 15px!important;
		background: rgb(107,104,104,0.7)!important
		
}
.home-quality .square2 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  margin: 0 0 8px!important;
  padding: 50px!important;
	background: rgb(255,255,255,0.8)!important
}
.home-quality .container-fluid {
	padding: 75px 0 75px 0;
}
.home-quality h2 {
	font-size: 2rem;
    font-family: 'Montserrat';
		font-weight: 600; 
	text-align: center;
}
.home-quality h4 {
	font-size: 25px;
	color: rgb(255,255,255);
    font-family: 'Montserrat';
	text-align: center;
}
.home-quality p {
	font-weight: 600;
	color: rgb(12,12,12);
  font-size: 16px;
}
.home-quality span {
	font-size: 20px;
	font-family: 'font';
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-quality strong {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-quality .hq-left{opacity: 0; transform: translateY(35px);   z-index: 3;
  position: relative; transition: 0.75s;}
.home-quality .hq-right{opacity: 0; transform: translateY(-35px);   z-index: 1;
  position: relative;transition: 0.75s;}
 
.home-quality .hq-left.show{opacity: 1; transform: translateY(0px);}
.home-quality .hq-right.show{opacity: 1; transform: translateY(-0px);}

.hq-wrap {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
}
.hq-text {
    background: white;
    padding: 60px;
    max-width: 600px;
    z-index: 2;
    box-shadow: 0 30px 60px rgba(0,0,0,0.35);
    position: relative;
}
.hq-text h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
		    font-weight: 600;
}

.hq-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.hq-image {
    height: 720px;
    background-image: url("/img/homepage/home-quality-01.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    margin-left: -120px; /* overlap */
    z-index: 1;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
		    border-radius: 10px;
}

.intro-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.intro-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-weight: 500;
}

.intro-points li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #c9a14a;
    position: absolute;
    left: 0;
    top: 7px;
}
@media (max-width: 991px) {
	
.home-quality {
    padding: 70px 10px;
    position: relative;
    overflow: hidden;
}
    .hq-wrap {
        grid-template-columns: 1fr;
    }

    .hq-image {
        margin-left: 0;
        margin-top: 40px;
        height: 260px;
    }

    .hq-text {
        max-width: 100%;
				padding: 60px 15px;
		}
}







/* =========================
   HOME SERVICES SECTION
   ========================= */

.home-services {
    padding: 140px 40px 180px;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.78)
    ), url(/img/parallax.jpg);
    background-size: cover;
    background-position: center;
}
.home-services .service-blurb{
    font-size:1.5rem;
		display: block;
		text-align:center;
		color:white;

}
.home-services h2 {
    font-size: 3rem;
    display: flex;
    align-items: center; justify-content: center;
    gap: 6px;
    font-family: 'Montserrat';
    font-weight: 700;
		color:white;
		text-align: 	center;
		margin-bottom:25px;
}
.service-title{
	color:black;
}

/* GRID WRAPPER */
.hs-wrap {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 90px;
}

/* CARD */
.service-card {
    position: relative;
		
	opacity: 0.35;
	transform: scale(0.9) translateY(30px);
	transition: 0.5s; 
}

.service-card{
	

}

.service-card.show{
	
	opacity: 1;
	transform: scale(1) translateY(0); 
}

/* IMAGE SLAB */
.service-image {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    transition: transform 0.35s ease;
}

/* LINK RESET */
.service-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* INFO SLAB */
.service-info {
    position: absolute;
    bottom: -70px;
    left: -40px;
    width: calc(100% - 20px);
    padding: 35px 30px;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0,0,0,0.35);
    z-index: 2;
    transition:
        background-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

/* ACCENT BAR */
.service-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: rgba(172,203,6,0.8);
}

/* TITLE */
.service-info h2 {
    margin: 0 0 12px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Montserrat';
    font-weight: 700;
		color:black;
}

.service-info h3 {
    margin: 0 0 12px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Montserrat';
    font-weight: 700;
}

/* BODY COPY */
.service-info p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

/* ARROW (HIDDEN STATE) */
.service-info .arrow {
    display: inline-block;
    margin-left: 6px;
    opacity: 0;
    transform: translateY(8px);
    transition:
        opacity 0.45s ease,
        transform 0.45s ease;
				font-size:2rem;
}

/* HOVER STATES */
.service-card:hover {
    cursor: pointer;
}

.service-card:hover .service-info {
    background-color: rgb(229 243 155);
    box-shadow: 0 35px 70px rgba(0,0,0,0.4);
    transform: translateY(-4px);
}

.service-card:hover .service-info .arrow {
    opacity: 1;
    transform: translateY(0);
}

.service-card:hover .service-image {
    transform: scale(1.015);
}

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

/* TABLET */
@media (max-width: 1000px) {
    .hs-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 80px;
    }

    .service-image {
        height: 380px;
    }
}

/* MOBILE */
@media (max-width: 991px) {

.home-services {
    padding: 140px 25px 180px;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.78)
    ), url(/img/parallax.jpg);
    background-size: cover;
    background-position: center;
}
.home-services h2 {
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: white;
    text-align: center;
    margin-bottom: 25px;
}
    .hs-wrap {
        grid-template-columns: 1fr;
    }

    .service-image {
        height: 350px;
    }

    .service-info {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: -25px;
        padding: 25px 30px;
    }
}







/* ========= Shipley Tabs (Greenpoint Unified Style) ========= */
.shipley-services-tabs{
  --ink: #1f2933;
  --accent: rgb(29,133,56);
  --accent-dark: #14642b;
  --muted: #6b7280;
  --bg: rgb(249,249,249);
  --card: #ffffff;

  background: var(--bg);
  border-top: 5px solid var(--accent);
  padding: 64px 0 84px;
}

.shipley-services-tabs .shipley-container{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}

/* ===== Section Header ===== */
.shipley-services-tabs .shipley-sec-head{
  text-align:center;
  margin-bottom:32px;
}
.shipley-services-tabs .shipley-sec-head h2{
  text-transform: uppercase;
  color: #000;
  font-size: 50px;
  margin: 0 0 10px;
	
    font-family: 'Montserrat';
    font-weight: 700;
    color: black;
    text-align: center;
    margin-bottom: 25px;
	
	
}
.shipley-services-tabs .shipley-sec-head h2 span{
  color: var(--accent);
}
.shipley-services-tabs .shipley-sec-head p{
  color: var(--muted);
}

/* ===== Layout ===== */
.shipley-panels{
  grid-area: panels;
}

.shipley-tablist{
  grid-area: tabs;
}

.shipley-tabs-wrap{
  display: grid;
  grid-template-areas:
    "panels"
    "tabs";
  gap: 24px;

  opacity: 1;
  transform: translateY(25px);
  transition: 0.4s;
}

.shipley-tabs-wrap.show{
	transform:translateY(0px);

	opacity: 1; 
}
@media (max-width: 992px){
  .shipley-tabs-wrap{ grid-template-columns:1fr; }
}

/* ===== Left: Vertical Tabs ===== */
.shipley-tablist{
  background: var(--card);
  border-radius: 14px;
  padding: 14px;
  display:grid;
grid-template-columns: repeat(5, 1fr);
  gap:12px;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
	
	opacity: 0.15;
	transition:0.7s;
}
.shipley-tablist.show{
 
	opacity: 1;
	
}


.shipley-tab{
  appearance:none;
  background:#f7f7f7;
  border:2px solid transparent;
  color:#111;
  text-align:center;
  padding:14px 16px;
  border-radius:10px;
  cursor:pointer;
  font-weight:700;
  transition: 
    background .2s ease,
    transform .15s ease,
    box-shadow .15s ease,
    border-color .2s ease;
}

.shipley-tab:hover{
  background:#eef5f0;
  transform: translateY(-2px);
}

.shipley-tab.is-active{
  background: rgb(224 247 98);
  border-color: var(--accent);
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}


.shipley-tab:focus-visible{
  outline:3px solid rgba(29,133,56,.35);
  outline-offset:2px;
}

/* ===== Right: Panels ===== */
.shipley-panels{
  background:#ffffff;
  border-radius:18px;
  padding:16px;
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
}


.shipley-panel{ display:none; }
.shipley-panel.is-active{ display:block; }

/* ===== Media Card ===== */
.shipley-panel-media{
  position:relative;
  overflow:hidden;
  border-radius:10px;
  aspect-ratio:16/9;
  background:#000;
}
.shipley-panel-media > img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:contrast(1.02) saturate(1.02) brightness(.98);
  transition: transform .35s ease;
}
.shipley-panel-media:hover > img,
.shipley-panel-media:focus-within > img{
  transform: scale(1.03);
}

/* ===== Hover Overlay ===== */
.shipley-panel-overlay{
  position:absolute;
  inset:auto 0 0 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,.55) 25%,
    rgba(0,0,0,.75) 100%
  );
  color:#fff;
  padding:18px 18px 20px;
  transform: translateY(72%);
  transition: transform .28s ease;
}

.shipley-panel-media:hover .shipley-panel-overlay,
.shipley-panel-media:focus-within .shipley-panel-overlay{
  transform: translateY(0);
}

.shipley-panel-overlay h3{
  margin:0 0 6px;
  font-family:'Montserrat' ;
  font-size:24px;
  letter-spacing:1px;
  text-transform: uppercase;
}
.shipley-panel-overlay p{
  margin:0 0 6px;
  line-height:1.6;
}
.shipley-panel-overlay ul{
  margin:8px 0 0 18px;
}
.shipley-panel-overlay li{
  margin:4px 0;
}
.areas-cta {
    margin-top: 45px;
    text-align: center;
}
.projects-more-link {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 30px;
    background: rgb(172,203,6,0.8);
    color: black;;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.projects-more-link:hover {
    background: rgb(199 219 93 / 80%);

}


.projects-more-link .arrow {
    display: inline-block;
    margin-left: 6px;
    opacity: 1;
    transform: translateX(0px);
    transition: opacity 0.45s ease,
        transform 0.45s ease;
    font-size: 1rem;
}
.projects-more-link:hover  .arrow {
    transform: translateX(7px);
}

@media (max-width: 690px){
.shipley-tablist {
    background: var(--card);
    border-radius: 14px;
    padding: 14px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
    opacity: 0.15;
    transition: 0.7s;
}
.shipley-panel-overlay p {
    margin: 0 0 6px;
    line-height: 1.6;
		display: none;
}
.shipley-panel-overlay ul {
    margin: 8px 0 0 18px;
    display: none;
}

}




.home-why {
    padding: 120px 40px;
    background: #f6f6f6;
}

.home-why .hq-wrap {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
}

.home-why .hq-images {
    position: relative;
    height: 550px;
}



.home-why .hq-image {
    position: absolute;
    width: 520px;
    height: 550px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}

.home-why .hq-image.primary {
    background-image: url("/img/gallery/kitchen/015.jpg");
    z-index: 1;
    top: 0;
    right: 0;
		opacity: 0.15;
    transform: rotate(-13.5deg) translateX(-65px);
		
		transition: all  0.75s;
		
}

.home-why .hq-image.secondary {
    background-image: url("/img/gallery/additions/003.jpg");
    z-index: 2;
    top: 40px;
    right: 140px;
		opacity: 0.15;

    transform: rotate(13.5deg) translateX(65px);
		transition: all  0.75s;

}

.home-why .hq-image.primary.show {
	    transform: rotate(0deg) translateX(0);
		
				opacity: 1;

}

.home-why .hq-image.secondary.show {
	    transform: rotate(0deg) translateX(0);

				opacity: 1;
				

}

.home-why .hq-image.secondary::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid rgba(29,133,56,0.5);
    border-radius: 6px;
    pointer-events: none;
}


@media (max-width: 991px) {
.home-why {
    padding: 120px 11px;
    background: #f6f6f6;
}
	
    .home-why .hq-wrap {
        grid-template-columns: 1fr;
    }

    .home-why .hq-images {
        height: 320px;
        margin-top: 40px;
    }

    .home-why .hq-image {
        width: 100%;
        height: 100%;
        right: 0;
        transform: translateX(50%);
    }

    .home-why .hq-image.secondary {
        display: none;
    }
}















/* ===== Greenpoint FAQ Styles ===== */

.faq-hub-greenpoint {
  padding: 60px 0;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
	    background-image: linear-gradient(rgb(0 0 0 / 78%), rgba(0, 0, 0, 0.78)), url(/img/homepage/jp-faq-bg.jpg);

}
.faq-hub-greenpoint img{
	border-radius: 20px;
	box-shadow: -10px -10px 1px rgb(172,203,6);
}

.faq-container-greenpoint {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-title-greenpoint {
  font-size: 2.5rem;
  color: white;  
  text-align: center;
  margin-bottom: 75px;
}

.faq-accordion-greenpoint {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item-greenpoint {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
}

.faq-question-greenpoint {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 600;
  color: white;  
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.faq-question-greenpoint::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 1.5rem;
  color: #1d8538;
  transition: transform 0.3s ease;
}

.faq-question-greenpoint[aria-expanded="true"]::after {
  content: "–";
  transform: rotate(180deg);
}

.faq-answer-greenpoint {
  display: none;
  padding: 0 0 10px 0;
  color: #333;
}

.faq-answer-greenpoint p {
  margin: 10px 0;
  line-height: 1.6;
	  color: white;  

}

.faq-answer-greenpoint ul {
  padding-left: 20px;
  margin: 10px 0;
  list-style: disc;
}

.faq-answer-greenpoint li {
  margin-bottom: 8px;
  color: white;  
}

.faq-answer-greenpoint a {
  color: white;  

  text-decoration: underline;
}

.faq-answer-greenpoint a:hover {
  text-decoration: none;
}

.faq-left{opacity:0; transform:translateX(-25px); transition:0.4s;}
.faq-right{opacity:0; transform:translateX(25px); transition:0.4s;}

.faq-left.show{opacity:1; transform:translateX(-0px);}
.faq-right.show{opacity:1; transform:translateX(-0px);}






/* === Portfolio Hub base === */
.portfolio-hub {
  padding: 150px 200px;
  /*background: linear-gradient(to right, #ffffff7d, #ffffff7d), url(/img/backgrounds/stucco-01.png);*/
  background-size: cover;
  background-color: #e1d98f;
  background-repeat: no-repeat;
	
	
    background-image: linear-gradient(rgb(0, 0, 0, 0), rgb(0, 0, 0, 0)), url(/img/project-slide-1.jpg);
    background-image: linear-gradient(rgb(0, 0, 0, 0), rgb(0, 0, 0, 0)), url(/img/services/jp-portfolio-bg.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
}
@media (max-width: 991.98px) {
  .portfolio-hub { padding: 48px 24px; background-attachment: scroll; }
}

.portfolio-hub h1 {
	font-family: font4; font-size: 50px; letter-spacing: 1px; text-align: center; background: rgb(233 233 233);; margin: 50px 0px 50px 0px; text-transform: uppercase; padding: 75px 25px 75px 25px; border-radius: 25px; color: black;
}

.portfolio-grid { display: grid; gap: 2.5rem; }
@media (min-width: 992px) { .portfolio-grid { grid-template-columns: 1fr 1fr; } }

/* === Each section === */
.pf-section {     border: 1px solid #e5e7eb;
    border-radius: 1rem;
    overflow: hidden;
    background: white;
	}
	
	
.pf-section *{
	font-weight: 600; 
}
.pf-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; border-bottom: 1px solid #f1f5f9; }
.pf-header h2 {     font-size: 30px;
    color: black;    
    margin: 0;
    font-family: font3;
    text-transform: uppercase; }
.pf-header a.pf-link { display:inline-flex; align-items:center; gap:.5rem; background: rgb(172,203,6,1);text-decoration:none; padding:.5rem .75rem; border:1px solid #e5e7eb; border-radius:.5rem; font-weight:600; color: #fff; }
.pf-header a.pf-link:hover { background:/*#f8fafc*/#849aaf; }

/* === Slider === */
.pf-slider { position: relative; }
.pf-slides {
  position: relative; width: 100%;
  height: 0; padding-top: 56.25%; /* 16:9 fallback */
  overflow: hidden;  
	
	
	    background: #ffffff;;
}
@supports (aspect-ratio: 16/9) { .pf-slides { height: auto; padding-top: 0; aspect-ratio: 16/9; } }
.pf-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .35s ease-in-out; }
.pf-slide.is-active { opacity: 1; }
.pf-slide img { width: 100%; height: 100%; object-fit: cover; display: block; user-select: none; }
.pf-slide figcaption{
	color:black;;
	padding: 1px 0 ;
}
/* === Arrows === */
.pf-nav { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 .5rem; pointer-events: none; }
.pf-nav button { pointer-events: all; border: 0; background: rgba(0,0,0,.45); color: #fff; width: 42px; height: 42px; border-radius: 999px; display: grid; place-items: center; cursor: pointer; }
.pf-nav button:hover { background: rgba(0,0,0,.65); }

/* === Thumbnails === */
.pf-thumbs { display: grid; grid-template-columns: repeat(7, 1fr); gap: .5rem; padding: .75rem; background: #0b1220; }
@media (max-width: 576px) { .pf-thumbs { grid-template-columns: repeat(5, 1fr); overflow-x: auto; } }
.pf-thumb { border: 2px solid transparent; border-radius: .4rem; padding: 0; cursor: pointer; overflow: hidden; background: #111827; aspect-ratio: 1/1; }
.pf-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pf-thumb[aria-current="true"] { border-color: #60a5fa; box-shadow: 0 0 0 2px rgba(96,165,250,.35); }



/**/
/**/
/**/









.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: 125px 81px 0 0!important;*/
    margin: 0;
    padding: 50px 15px!important;
		background: rgb(107,104,104,0.7)!important
		
}
.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.8)!important
}
.home-page-section-2 .container-fluid {
	padding: 75px 0 75px 0;
}
.home-page-section-2 h2 {
	font-size: 2rem;
	color: rgb(255,255,255);
	font-family: 'Arial';
	text-align: center;
}
.home-page-section-2 h4 {
	font-size: 25px;
	color: rgb(255,255,255);
	font-family: 'Arial';
	text-align: center;
}
.home-page-section-2 p {
	font-weight: 600;
	color: rgb(12,12,12);
  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-3 {
  background: rgb(255,255,255);
}
.home-page-section-3 .container {
	padding: 125px 0 125px 0;
}
.parallax2 {
  background-image: linear-gradient(rgb(0,0,0,0.7), rgb(0,0,0,0.7)), url("/img/parallax2.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-3 h1 {
	font-family: font;
	font-size:3rem;
    text-align: center;
	color: rgb(246,177,24);
}
.home-page-section-3 h4 {
	font-size: 20px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
}
.home-page-section-3 li {
	color: rgb(129,141,148);
	font-size: 17px;
	font-family: 'font2';
}
.home-page-section-3 i {
	font-size: 40px;
	border-radius: 100%;
	border: 1px solid rgb(255,255,255);
	padding: 25px;
}
.home-page-section-3 p {
	color: rgb(255,255,255);
	font-size: 17px;
	text-align: center;
	font-family: 'font2';
}
.home-page-section-3 strong {
	color: rgb(246,177,24);
}
.home-page-section-3 img {
	border-radius: 0.6rem;
}
.home-page-section-4 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.home-page-section-4 h4 {
	color: rgb(40,64,83);
	font-size: 2rem;
	font-family: 'Montserrat';
	padding-top: 20px;
	font-weight: 600;
	text-align: center;
}
.home-page-section-4 h5 {
	color: rgb(40,64,83);
	font-size: 1.4rem;
	font-family: 'Montserrat';
	padding-top: 20px;
	font-weight: 600;
	text-align: left;
}
.home-page-section-4 p {
	font-family: 'font2';
	font-size: 18px;
	text-align: left;
	font-weight: 550;
	color: rgb(107,104,104);
}
.home-page-section-4 i {
	font-size: 20px;
	border-radius: 100%;
	box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
	color: rgb(255,197,39);
	border: 1px solid rgb(255,255,255);
	padding: 20px;
}
.home-page-section-4 img {
	border-radius: 0.6rem;
}
.home-page-section-5 .container {
	padding: 125px 0 125px 0;
}
.parallax3 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/parallax3.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-5 .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(255 255 255 / 80%);
    margin: 8px 0!important;
    padding: 50px 50px 50px 50px;
    min-width: 25px!important;
    display: block!important;
}
.home-page-section-5 .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: 35px 0!important;
    min-width: 0!important;
    text-align: start!important;
}
.home-page-section-5 p {
	font-weight: 600;
	font-family: 'Montserrat';
	line-height: 22px;
	color: rgb(0,0,0);
	font-size: 13px;
}
.home-page-section-5 h5 {
	color: rgb(255, 197, 38);
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	font-family: 'Montserrat';
}
.home-page-section-6 {
	background: rgb(255,255,255);
	padding: 75px 0px 0px 0px;
}
.home-page-section-6 h5 {
	font-weight: 600;
	text-align: center;
	padding-bottom: 40px;
	font-family: 'Montserrat';
	font-size: 2.5rem;
	color: rgb(99,99,99);
}
.home-page-section-6 div[class*='col-'] {
padding:0;
position: relative;
overflow: hidden;
}
.home-page-section-7 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.home-page-section-7 p {
	text-align: center;
}
.home-page-section-7 a {
	background: rgb(255, 197, 38);
	border-radius: 2.5rem;
	font-weight: 600;
	padding: 15px 20px 15px 20px;
	color: rgb(255,255,255);
	font-family: 'font2';
}
.home-page-section-8 .container {
	padding: 125px 0 125px 0;
}

.home-page-section-8 .container.basic {
	padding: 75px 0 75px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	
	
	

	
}
.home-page-section-8 .jp-difference {
	border-radius: 15px;
	background: rgba(255,255,255,0.7);
	padding: 20px;
	text-align: center;
	
	border: 6px solid rgb(40, 64, 83); 
}
.home-page-section-8 .jp-difference h2{
	font-size: 1.5rem;
	font-family: 'Montserrat';
	font-weight: 600;
	text-align: center;
	color: rgb(12,12,12);
}
.home-page-section-8 .jp-difference p{
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
	color: rgb(12,12,12);
}
.parallax5 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/parallax5.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 0.8rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 6px double rgb(255,255,255);
	visibility: hidden;
}
.card h2 {
	font-family: 'Montserrat';
	font-size: 1.5rem;
	color: rgb(20,20,20);
	font-weight: 600;
	text-align: center;
}
.card span {
	font-size:1.3rem;
	font-weight:600;
	font-style: italic;
	text-transform: none;
	color: rgba(255,255,255);
}
.card p {
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
	font-style: italic;
	color: rgb(12,12,12);
}
.card i {
	font-size: 30px;
	color: rgb(255, 197, 38);
}
.card hr {
	border-top: 4px solid rgb(241,197,82);
	width: 80px;
	opacity: 1;
	padding-bottom: 25px;
	margin:auto;
}
.card .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	text-shadow: 1px 1px 1px #444;
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card .btn span {
	position:relative;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px #444;
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}
.card:hover .btn {
	background:transparent !important;
	color: rgb(255, 255, 255);
}
.card:hover span {
	left:12px;
}
.card img {
	border-radius: 100%;
	max-width: 100px;
}
.first-footer .container {
	padding: 50px 0 50px 0;
}
.parallax4 {
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/parallax4.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.first-footer h3 {
	color: rgb(255,255,255);
	font-family: 'font2';
	text-align: left;
	font-size: 17px;
}
.first-footer h4 {
	font-size: 20px;
  font-family: 'font2';
  font-weight: 600;
  text-decoration: underline;
  color: rgb(255, 255, 255);
}
.first-footer p {
	color: rgb(255,255,255);
	font-family: 'font2';
	text-align: left;
	font-size: 16px;
}
.first-footer li {
	color: rgb(255,255,255);
	font-family: 'font2';
	text-align: left;
	line-height: 24px;
	font-size: 16px;
}
.first-footer a {
	font-size: 16px;
	color: rgb(255,255,255);
	font-family: 'font2';
}
.first-footer a:hover {
	color: rgb(172,203,6);
}
.first-footer img {
	padding-bottom: 10px;
}
.home-contact {
	background: rgb(255,255,255);
  padding: 75px 0 75px 0;
}
.home-contact h3 {
  font-size: 3rem;
	font-family: 'font';
	text-align: center;
	padding-bottom: 40px;
  color: rgb(246,177,24);
}
.home-contact span {
	color: rgb(101,140,160);
}
/**** About Section ****/
.about-slide .container {
	padding: 125px 0 125px 0;
}
.parallax6 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/about-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
	padding-top:100px;
}
.about-slide .square5 {
	background: rgba(255,255,255,0);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.about-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.about-slide h2 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3.1rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.about-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.about-slide span {
	color: rgb(246,177,24);
}
.about-page-section-1 {
	padding: 125px 0 75px 0;
	background: rgb(255,255,255);
}
.about-page-section-1 h1 {
	font-family: 'Montserrat';
	font-size: 1.4rem;
	text-align: center;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.about-page-section-1 h2 {
	font-family: 'Montserrat';
	font-size: 2rem;
	text-align: left;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.about-page-section-1 p {
	font-size: 16px;
	text-align: justify;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(12,12,12);
}
.about-page-section-1 li {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
}
.about-page-section-1 strong {
	color: rgb(246,177,24);
	font-family: 'font2';
}
.about-page-section-1 img {
	border-radius: 1.2rem;
}
.about-page-section-2 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.about-page-section-2 h2 {
	font-weight: 600;
	font-family: 'Montserrat';
	font-size: 2.5rem;
	padding-bottom: 20px;
	color: rgb(0,0,0);
	text-align: center;
}
.card2 {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 0.8rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 6px double rgb(255,255,255);
	visibility: hidden;
}
.card2 h3 {
	font-family: 'Montserrat';
	font-size: 1.5rem;
	color: rgb(20,20,20);
	font-weight: 600;
	text-align: center;
}
.card2 span {
	font-size:1.2rem;
	font-weight:600;
	font-style: italic;
	text-transform: none;
	color: rgba(255,255,255);
}
.card2 p {
	font-size: 15px;
	font-family: 'font2';
	font-weight: 500;
	text-align: center;
	font-style: italic;
	color: rgb(129,141,148);
}
.card2 i {
	font-size: 30px;
	color: rgb(255, 197, 38);
}
.card2 hr {
	border-top: 4px solid rgb(241,197,82);
	width: 80px;
	opacity: 1;
	padding-bottom: 25px;
	margin:auto;
}
.card2 .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	text-shadow: 1px 1px 1px #444;
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card2 .btn span {
	position:relative;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px #444;
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card2 h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}
.card2:hover .btn {
	background:transparent !important;
	color: rgb(255, 255, 255);
}
.card2:hover span {
	left:12px;
}
.card2 img {
	border-radius: 100%;
	max-width: 100px;
}
.about-page-section-3 .container {
	padding: 125px 0 125px;
}
.parallax7 {
	background-image: linear-gradient(rgb(0,0,0,0.6), rgb(0,0,0,0.6)), url("/img/parallax7.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.about-page-section-3 h4 {
	font-size: 3rem;
	color: rgb(255,255,255);
	font-weight: 600;
	font-family: 'Montserrat';
	text-align: left;
}
.about-page-section-3 p {
	font-size: 18px;
	color: rgb(255,255,255);
	font-weight: 500;
	font-family: 'font2';
	text-align: left;
}
.about-page-section-3 a {
	padding: 15px 35px 15px 35px;
	background: rgb(255, 197, 38);
	color: rgb(255,255,255);
	border-radius: 2.5rem;
}
.general {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.cardg {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 1.8rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 6px double rgb(255,255,255);
	visibility: hidden;
	box-shadow: 0px 0px 32px -10px #06060685;
}
.cardg h2 {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 19px;
	color: rgb(129,141,148);
	text-align: center;
}
.cardg span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.cardg p {
	font-size: 17px;
	font-family: 'font2';
	font-weight:600;
	text-align: center;
	color: rgb(12,12,12);
}
.cardg i {
	color: rgb(255, 197, 38);
	font-size: 30px;
}
.cardg a {
	color: rgb(255, 197, 38);
	font-weight: 800;
}
/**** Service Page Section ****/

.home-slide .container {
	padding: 125px 0 125px 0;
}
.parallax-new-3 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/home-add-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.home-slide .square8 {
	background: rgb(255,255,255,0);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.home-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.home-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
	font-family: 'Montserrat';
}
.home-slide span {
	color: rgb(246,177,24);
}
.room-slide .container {
	padding: 125px 0 125px 0;
}
.parallax-new-2 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/room-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.room-slide .square8 {
	background: rgba(255,255,255,0);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.room-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.room-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.room-slide span {
	color: rgb(246,177,24);
}
.general-slide .container {
	padding: 125px 0 125px 0;
}
.parallax-new-1 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/general-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.general-slide .square8 {
	background: rgba(255,255,255,0);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.general-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.general-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.general-slide span {
	color: rgb(246,177,24);
}
.kitchen-slide .container {
	padding: 125px 0 125px 0;
}
.parallax10 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/kitchen-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.kitchen-slide .square8 {
	background: rgb(255,255,255,0);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.kitchen-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.kitchen-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
	font-family: 'Montserrat';
}
.kitchen-slide span {
	color: rgb(246,177,24);
}


.serv1 {
	padding: 125px 0 75px 0;
	background: rgb(240,240,240);
}
.schedule-cta{
	background: black;
	color: white;
	border: 2px solid black;
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-flex;
	width: max-content;
	padding: 15px; 
}
.schedule-cta:hover{
	background: white;
	color: black;;
}

.serv1 h1 {
	font-family: 'Montserrat';
	font-size: 1.4rem;
	text-align: center;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.serv1 h2 {
	font-family: 'Montserrat';
	font-size: 2rem;
	text-align: left;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.serv1 h3 {
	font-family: 'Montserrat';
	font-size: 1.42rem;
	text-align: left;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.serv1 p {
	font-size: 18px;
	text-align: justify;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(12,12,12);
}
.serv1 li {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
}
.serv1 strong {
	color: rgb(246,177,24);
	font-family: 'font2';
}
.serv1 img {
	border-radius: 1.2rem;
}
.serv1 img.bath-img {
	width: 100%;
	height: 500px;
}
.serv1 img.deck-img {
	width: 100%;
	height: 700px;
}
.serv1 a {
	background: rgb(246,177,24);
	color: rgb(255,255,255);
	border-radius: 2.5rem;
	font-family: 'font2';
	padding: 15px 30px 15px 30px;
}
.serv1 a:hover {
	background: rgb(246,177,24,0.8);
	color: rgb(255,255,255);
}
.serv1-gallery {
	padding: 75px 0 75px 0;
	background: rgb(245,245,245);
}
.serv1-gallery h2{
	color: rgb(40, 64, 83);
	font-size: 2rem;
	font-weight: 600;
	padding-bottom: 40px;
	text-align: center;
	font-family: 'Montserrat';
}
.serv1-gallery a.view {
	padding: 10px;
	background: rgb(75,75,75);
	border: 5px double rgb(255,255,255);
	border-radius: 0.8rem;
	font-size: 22px;
	font-family: font2;
	font-weight: 600;
	text-align: center;
	color: rgb(255,255,255);
}

.serv-banner {
	padding: 100px 0 100px 0;
	background: black;
}
.serv-banner *{
	color: white;;
}
.serv-banner h1 {
	font-family: 'font';
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv-banner h2 {
	font-family: 'Montserrat';
	font-size: 2rem;
	text-align: left;
	font-weight: 600;
	padding-bottom: 10px;
}
.serv-banner p {
	font-size: 18px;
	text-align: justify;
	font-family: 'font2';
	font-weight: 600;
}
 .serv-banner li {
	font-size: 16px;
	font-family: 'font2';
}
.serv-banner strong {
	font-family: 'font2';
}
.serv-banner i {
	font-size: 20px;
	color: rgb(255,255,255);
}
.serv-banner button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv-banner button:hover {
	background: rgb(246,177,24,0.8);
}
.serv-banner img {
	border-radius: 0.6rem;
}
.serv-banner .box{
    box-shadow: 1px 1px 8px white;
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 8px #ddd;
}
.serv-banner span{
    transition: 200ms;
    font-weight: 600;
    font-size: 18px;
}


.serv2 {
	padding: 100px 0 100px 0;
	background: rgb(255,255,255);
}
.serv2 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv2 h2 {
	font-family: 'Montserrat';
	font-size: 2rem;
	text-align: left;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.serv2 p {
	font-size: 18px;
	text-align: justify;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(12,12,12);
}
 .serv2 li {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
}
.serv2 strong {
	color: rgb(246,177,24);
	font-family: 'font2';
}
.serv2 i {
	font-size: 20px;
	color: rgb(255,255,255);
}
.serv2 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv2 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv2 img {
	border-radius: 0.6rem;
}
.serv2 .box{
    box-shadow: 1px 1px 8px white;
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 8px #ddd;
}
.serv2 span{
    transition: 200ms;
    font-weight: 600;
    font-size: 18px;
}
.serv2 .bg-dark {
    background-color: rgb(38,38,38)!important;
}
.serv2 .bg-dark:hover {
    background-color: rgb(246,177,24)!important;
}
.serv2 .content{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv2 .content_2{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv2 .content_3{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv2 .content_4{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv2 .content_5{
    overflow: hidden;
    max-height: 0px;
		height: auto;
    transition: 300ms ease-in;
}
.serv2 .content_6{
    overflow: hidden;
    max-height: 0px;
		height: auto;
    transition: 300ms ease-in;
}
.serv2 .header{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.serv2 .header_2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv2 .header_3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv2 .header_4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv2 .header_5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv2 .header_6{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}



/* Basement Remodeling Add-On Sections */

.basement-value h2 {
	text-align: center;
}

.basement-value p {
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}

.basement-solutions {
	padding: 90px 0;
	background: rgb(245,245,245);
}

.basement-solutions h2 {
	font-family: 'Montserrat';
	font-size: 2rem;
	text-align: left;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}

.basement-solutions p {
	font-size: 18px;
	text-align: justify;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(12,12,12);
}

.basement-solutions li {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	margin-bottom: 8px;
}

.basement-solutions img.bath-img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 1.2rem;
}

.basement-design-options {
	padding: 90px 0;
	background: rgb(240,240,240);
}

.basement-design-options h2 {
	font-family: 'Montserrat';
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}

.basement-design-options > .container > .row:first-child p {
	max-width: 900px;
	margin: 0 auto 35px;
	text-align: center;
	font-size: 18px;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(12,12,12);
	line-height: 1.7;
}

.basement-card-row {
	margin-top: 22px;
}

.basement-card {
	height: 100%;
	padding: 30px 24px;
	background: rgb(255,255,255);
	border-radius: 1rem;
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
	border-top: 5px solid rgb(246,177,24);
	transition: 0.3s ease;
}

.basement-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.basement-card h3 {
	font-family: 'Montserrat';
	font-size: 1.35rem;
	text-align: left;
	font-weight: 600;
	padding-bottom: 8px;
	color: rgb(0,0,0);
}

.basement-card p {
	font-size: 16px;
	text-align: left;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(90,90,90);
	line-height: 1.7;
	margin-bottom: 0;
}

.basement-trust {
	padding: 85px 0;
	background: black;
}

.basement-trust h2 {
	font-family: 'Montserrat';
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	padding-bottom: 15px;
	color: rgb(255,255,255);
}

.basement-trust p {
	max-width: 950px;
	margin: 0 auto 16px;
	font-size: 18px;
	text-align: center;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(255,255,255);
	line-height: 1.75;
}

@media only screen and (max-width: 991px) {
	.basement-solutions img.bath-img {
		height: auto;
		margin-top: 25px;
	}

	.basement-card {
		margin-bottom: 24px;
	}

	.basement-design-options,
	.basement-solutions,
	.basement-trust {
		padding: 65px 0;
	}
}

@media only screen and (max-width: 575px) {
	.basement-design-options h2,
	.basement-solutions h2,
	.basement-trust h2 {
		font-size: 1.55rem;
	}

	.basement-design-options > .container > .row:first-child p,
	.basement-solutions p,
	.basement-trust p {
		font-size: 16px;
		text-align: left;
	}

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





.bathroom-slide .container {
	padding: 125px 0 125px 0;
}
.parallax11 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/bathroom1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.bathroom-slide .square9 {
	background: rgba(255,255,255,0);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.bathroom-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.bathroom-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.bathroom-slide span {
	color: rgb(246,177,24);
}
.basement-slide .container {
	padding: 125px 0 125px 0;
}
.parallax12 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/basement2.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.basement-slide .square10 {
	background: rgb(255,255,255,0);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.basement-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.basement-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.basement-slide span {
	color: rgb(246,177,24);
}
.garage-slide .container {
	padding: 125px 0 125px 0;
}
.parallax13 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/garage1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.garage-slide .square11 {
	background: rgba(255,255,255,0);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.garage-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.garage-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.garage-slide span {
	color: rgb(246,177,24);
}
.deck-slide .container {
	padding: 125px 0 125px 0;
}
.parallax14 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/deck.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.deck-slide .square12 {
	background: rgba(255,255,255,0);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.deck-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 2.5rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.deck-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.deck-slide span {
	color: rgb(246,177,24);
}
.door-slide .container {
	padding: 125px 0 125px 0;
}
.parallax15 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/door.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.door-slide .square13 {
	background: rgb(255,255,255,0);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.door-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.door-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.door-slide span {
	color: rgb(246,177,24);
}
/* Gallery Page Start */
.gallery-slide .container {
	padding: 125px 0 125px 0;
}
.parallax9 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/project-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.gallery-slide .square7 {
	background: rgb(255,255,255,0);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.gallery-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.gallery-slide h2 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 1.5em;
	/*text-align: center;*/
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.gallery-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.gallery-slide span {
	color: rgb(246,177,24);
}
.gallery-slide ul {
	list-style: none;
}
.gallery-slide a.btn1, .gallery-slide a.btn2, .gallery-slide a.btn3,
.gallery-slide a.btn4, .gallery-slide a.btn5, .gallery-slide a.btn6,
.gallery-slide a.btn7, .gallery-slide a.btn8, .gallery-slide a.btn9 {
	display: block;
	position: relative;
	padding: 10px 40px;
	margin: 0 0 4px;
	left: 0;
	text-decoration: none;
	border-radius: 10px;
	font-size: 24px;
	color: rgb(255,255,255);
}
.gallery-slide a.btn1 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/additions/001.jpeg) 0 no-repeat;
	background-size: cover;
}
.gallery-slide a.btn2 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/basement/001.jpg) 0 no-repeat;
	background-size: cover;
}
.gallery-slide a.btn3 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/bathroom/001.jpg) 0 no-repeat;
	background-size: cover;
}
.gallery-slide a.btn4 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/deck-and-stairs/001.jpg) 0 no-repeat;
	background-size: cover;
}
.gallery-slide a.btn5 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/doors-and-windows/001.JPEG) 0 no-repeat;
	background-size: cover;
}
.gallery-slide a.btn6 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/interior/001.JPEG) 0 no-repeat;
	background-size: cover;
}
.gallery-slide a.btn7 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/kitchen/001.JPEG) 0 no-repeat;
	background-size: cover;
}
.gallery-slide a.btn8 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/patios-and-porches/002.JPEG) 0 no-repeat;
	background-size: cover;
}
.gallery-slide a.btn9 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/sun-rooms/after/002.JPEG) 0 no-repeat;
	background-size: cover;
}
.gallery-page {
	padding: 75px 0 75px 0;
	background: rgb(255,255,255);
}
.gallery-page h1 {
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
	text-transform: uppercase;
	color: rgb(91,130,0);
}
.gallery-page h3 {
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: rgb(86,87,86);
}
.gallery-page span {
	color: rgb(87, 86, 87);
}
/* Gallery Page End */
/* Reviews Page Start */
.referrals-page-section-1 {
	background: rgb(255,255,255);
	padding: 125px 0 50px 0;
}
.referrals-page-section-1 h1 {
	color: rgb(246,177,24);
	font-size: 3rem;
	text-align: center;
	font-family: 'font';
}
.referrals-page-section-1 p {
	color: rgb(129,141,148);
	font-size: 17px;
	font-family: 'font2';
	text-align: center;
}
.referrals-page-section-1 span {
	font-weight: 600 !important;
	text-transform: uppercase;
	color: rgb(246,177,24);
}
/*Reviews Page End */
.contact-slide .container {
	padding: 125px 0 125px 0;
}
.parallax8 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/contact-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.contact-slide .square6 {
	background: rgb(255,255,255,0.9);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.contact-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 3rem;
	text-align: center;
}
.contact-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(0,0,0);
	text-align: center;
	font-family: 'Montserrat';
}
.contact-slide span {
	color: rgb(246,177,24);
}
.main-contact {
	background: rgb(255,255,255);
	padding: 125px 0 125px 0;
}
.main-contact h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 2rem;
	text-align: center;
}
/*.main-contact h2 {*/
/*	font-family: 'Montserrat';*/
/*	font-weight: 600;*/
/*	color: rgb(0,0,0);*/
/*	font-size: 2rem;*/
/*	text-align: center;*/
/*}*/
.card3 {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 3px;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255,0);
	border: 6px double rgb(255,255,255);
	visibility: hidden;
}
.card3 h2 {
	font-family: 'Montserrat';
	font-size: 1.75rem;
	color: rgb(246,177,24);
	font-weight: 600;
	text-align: left;
}
.card3 h3 {
	font-family: 'Montserrat';
	font-size: 1.75rem;
	color: rgb(246,177,24);
	font-weight: 600;
	text-align: left;
}
.card3 span {
	font-size:1.2rem;
	font-weight:600;
	font-style: italic;
	text-transform: none;
	color: rgba(255,255,255);
}
.card3 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: left;
	color: rgb(12,12,12);
}
.card3 i {
	font-size: 30px;
	padding-left: 10px;
	color: rgb(255, 197, 38);
}
.card3 hr {
	border-top: 4px solid rgb(241,197,82);
	width: 80px;
	opacity: 1;
	padding-bottom: 25px;
	margin:auto;
}
.card3 .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	text-shadow: 1px 1px 1px #444;
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card3 .btn span {
	position:relative;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px #444;
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card3 h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}
.card3:hover .btn {
	background:transparent !important;
	color: rgb(255, 255, 255);
}
.card3:hover span {
	left:12px;
}
.card3 img {
	border-radius: 100%;
	max-width: 100px;
}



.service-area-slide .container {
	padding: 125px 0 125px 0;
}
.parallax6 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/about-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.service-area-slide .square5 {
	background: rgba(255,255,255,0);
	margin: 20px;
	padding: 80px 0 80px 0;
}
.service-area-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.service-area-slide h2 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3.1rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.service-area-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.service-area-slide span {
	color: rgb(246,177,24);
}
.service-area-slide .square5{
	
}
.service-area-slide .square5 h2{
	color: white;
}















.service-area-main-section {
	padding: 125px 0 75px 0;
	background: rgb(255,255,255);
}
.service-area-main-section h1 {
	font-family: 'Montserrat';
	font-size: 1.4rem;
	text-align: center;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.service-area-main-section h2 {
	font-family: 'Montserrat';
	font-size: 2rem;
	text-align: left;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.service-area-main-section p {
	font-size: 16px;
	text-align: justify;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(12,12,12);
}
.service-area-main-section li {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
}
.service-area-main-section strong {
	color: rgb(246,177,24);
	font-family: 'font2';
}
.service-area-main-section iframe {
	box-shadow: 1px 1px 10px black; 
}
.service-area-main-section img {
	border-radius: 1.2rem;
}
.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}

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

.view-gallery-btn {
	position:relative;
	display: inline-block;
	background: #b34141;
	padding: 5px 30px;
	color: #fff;
	font-weight: 600;
}

#login-page .btn-primary.disabled, .btn-primary:disabled {
	background-color:#1f1f1f;
}

#login-page .about-header-section {
    text-align: center;
    padding: 0;
    background: linear-gradient(to bottom, rgba(19, 19, 19, 0.81), rgba(4, 4, 4, 0.81)), url(../img/backgrounds/service-page-two-header-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
#login-page .about-header-section {
	height:100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
#login-page .about-header-section form {
	background:#fff;
	padding: 30px;
	margin:auto;
	text-align: left;
	box-shadow: 0px 0px 20px 1px #000;
}

#login-page #form-login {
	padding:30px 0 50px;
}
#login-page #form-login .btn {
	width:100%;
	margin: 0 0 15px;
	box-shadow: none;
}
#login-page #form-login .btn-secondary {
	padding:0;
	text-align:inherit;
	color: inherit;
	background-color: transparent;
	width:inherit;
	border:none;
}
#login-page #form-login .btn-secondary:hover {
	background-color:transparent !important;
	color:#585858;
}
#login-page .btn-primary {
	border:none;
	color:#fff;
	background-color:#252525;
}

#login-page input {
	padding:6px 10px;
	margin: 0 0 15px;
	width: 100%;
}
body#login-page {
	visibility:visible;
}
#login-page .login-form-container {
	position: relative;
	overflow: hidden;
	padding: 0;
	/* height: inherit; */
}
#login-page #form-login {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logout-btn {
	position:relative;
	display:inline-block;
	color:#fff;
	font-weight: 700;
	padding:6px 30px;
	background: #b34141;
}
#image-uploads .upload-container {
	padding: 50px 0 !important;
}
#image-uploads .form-control {
	margin-left:10px;
}


/*******************  Page Loader *************************/

/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; z-index:99999; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url(/images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}



/*******************  Referrals Owl Carousel *************************/
.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 *************************/
#referrals .referrals-section {
    background: #0a0a0a;
    color: #a5a5a5;
}

#referrals .card .btn {
	position:inherit;
	width: 100%;
	text-align: left;
	margin: 0;
	display: block;
	padding: 16px 20px;
}
#referrals .card {
    position: relative;
    max-height: 100%;
    height: 100%;
    margin:inherit;
    padding: inherit;
    background: transparent;
}
#referrals .card-header {
	padding: 0;
}
.home-service-section {
	overflow: hidden;
}
#home .inner-content-section {
	background: linear-gradient(to left, rgb(255, 255, 255) 50%, rgba(27, 27, 27, 0)), url(../img/home-image-1.jpg) 0 no-repeat;
	padding: 2em 0 3em !important;
	overflow: hidden;
	background-size: inherit;
}
.pre-footer-section {
	padding:0 !important;
}
.pre-footer-section .last-image {
	background: url(/img/home-image-2.jpg) bottom no-repeat;
	background-size:cover;
	padding:165px;
}
.pre-footer-section h1 {
	color: rgb(0,0,0);
	font-family: 'Montserrat';
	font-weight: 600;
	text-align: center;
}
.pre-footer-section p {
	color: rgb(0,0,0);
	font-family: 'font2';
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 20px;
	text-align: center;
}
.pre-footer-section .hours {
	display:flex;
	color: #fff;
	flex-direction:column;
	justify-content:center;
	padding:120px;
	box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
	background: rgb(255,255,255);
}
.pre-footer-section a {
	/* background:#252525; */
	margin: 40px 0 0;
	color:#fff;
	font-size: 20px;
	font-weight:700;
}
.pre-footer-section a:hover {
	color:#8a8a8a;
}

/*******************  Linearicons *************************/
.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.2em;
  cursor: pointer;
}

.lnr-chevron-right {
  color: rgb(255,255,255);
	position: absolute;
	right: 15px;
  /* We can use "color" for setting the color
  of the SVG because we set its "fill" to
  "currentColor" */
  font-size: 2rem;
  /* We can use "font-size" for changing the size
  of the SVG because its width and height were
  set 1em.
  To get crisp results, use sizes that are
  a multiple of 20; because Linearicons was
  designed on a 20 by 20 grid. */
}

.lnr-star {
	font-size:25px !important;
	position:relative;
	top: -12px;
}

/* ========================================================== */
/* 			            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;
}
#image-uploads .badge {
	font-size:1.2em;
}
#image-uploads form {
	display:flex;
	justify-content:space-between;
}
#image-uploads #upload-preview .btn {
	background-color:#d84a4a;
	color:#fff;
}
#image-uploads .btn {
	padding:6px 20px;
	margin:0 10px;
	outline: none !important;
	background-color: transparent;
	border-color: #929292;
	/* color: #333; */
	border-radius: 0;
}
#image-uploads .btn:hover {
	background-color:#2d2d2d;
	color:#fff;
}

#image-uploads .btn-primary.disabled,
#image-uploads .btn-primary.disabled span,
.btn-primary:disabled,
.btn-primary:disabled span {
	color:#fff;
	border: none;
	cursor: not-allowed;
}
.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;
}
.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;
}

.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;
	/* width:100%; */
	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;
	/* background:red; */
	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%;
	padding-top: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding-right: 40px; */
}

.overlay {
	height: 100%;
	width: 100%;
	background: #ffffffbf;
}

#myBtn {
    display: none; /* Hidden by default */
    width: 50px;
    height: 50px;
    position: fixed; /* Fixed/sticky position */
    top:100%; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #000000; /* Set a background color */
    color: #ffffff;
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 14px;
    padding-top: 0; /* Some padding */
    border-radius: 0px; /* Rounded corners */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
    background-color: #424242; /* Add a dark-grey background on hover */
    color:#fff;
}

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

.top-header-animate {
	background: rgb(255,255,255);
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a;
	font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
.top-header-animate a,
.top-header-animate a,
.top-header-animate i,
.top-header-animate {
	
}
.header-animate {
	padding: 53px 0 0 !important;
}
.header-animate a {
	color:rgba(55,55,55)  ;
	font-size: 18px !important;
}

.header-animate   li a {
	color:rgba(155,155,155)  ;
	font-size: 18px !important;
}


.header-animate a:before {
	background:#222 !important;
}
.body-wrapper {
	position:relative;
	height:100%;
	width:100%;
	background: white;
	top: 0;
	left: 0;
	-webkit-transition-property: all;
	-webkit-transition-duration: .20s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-property: all;
	transition-duration: .20s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.body-wrapper-animate {
	margin-left:-400px;
	-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;
}
.sidebar-flyout {
    position: fixed;
    background: linear-gradient(rgb(25, 25, 25), rgba(0, 0, 0, 0.95)), url(/img/backgrounds/adjusting-lawn-sprinkler.jpg) -30em 0 no-repeat !important;
    background-size: cover;
    z-index: 4;
    height: 100%;
    width: 400px;
    top: 0;
    right: 0;
    margin-right: -400px;
    background: #101010;
    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;
}
.sidebar-flyout ul li a .block-overlay {
	opacity:1;
	-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;
	display: none;
}
.sidebar-flyout ul li a:hover .block-overlay {
	opacity:0;
}
.sidebar-flyout h2 {
	position: relative;
	color: white;
	line-height: 32px;
	font-size: 1.5em;
}
.sidebar-flyout h3 {
	font-size:1.5em;
	margin-left: 50px;
	margin-top: 1em;
	text-transform:uppercase;
	color: #e6e6e6;
}
.sidebar-flyout h3 img {
	width:8%;
}
.sidebar-flyout ul {
	list-style:none;
	color: #ffffff;
	margin: 30px 0 0;
	padding: 0 0 30px;
	overflow-y: scroll;
	position: relative;
	height: 100vh;
}
.sidebar-flyout ul::-webkit-scrollbar {
	width: 0 !important;
}
.sidebar-flyout ul li a {
	display: block;
	padding: 10px 50px;
	position: relative;
	align-items:center;
	height:100%;
	width:inherit;
	text-decoration: none;
}
.sidebar-flyout ul li a img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.sidebar-flyout-animate {
	margin-right: 0;
}
.sidebar-flyout .lnr {
	color: white;
	font-size: 1em;
}
.sidebar-flyout .services-button {
	position:absolute;
	padding: 0;
	margin: 0;
	top: 18px;
	right: 20px;
}
.sidebar-flyout ul li a {
	color: #e6e6e6;
	font-weight: 400;
}



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;
}
body#image-upload-page {
	visibility:visible;
}

.navbar-scroll {
	padding: 70px 0 0;
	position: fixed;
	background: /*rgb(0,0,0)*/ rgb(233 233 233);
	width: 100%;
	z-index: 4;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.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: 600;
    font-size: 18px;
		text-transform: uppercase;
    color: black;;
    font-family: 'Arial';
}
.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: rgb(45,45,45);
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}

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

.projects .about-header-section h1 {
	display:inline-flex;
	justify-content:center;
	align-items:center;
}
.projects .about-header-section .header-logout-btn {
	font-size:22px;
	display:block;
	margin-left:20px;
	color:#ca3535;
}

#delete-msg {
	position:relative;
	text-align:center;
	margin:0 0 2em;
}
#portfolio input,#portfolio-2 input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: 0;
    top: 0;
    left: -60px;
    z-index: 2;
    width: 60px;
    height: 60px;
    -webkit-appearance: none;
    background-image: url(/img/icons/close-btn-icon-red.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none !important;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;
	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline:none !important;
}

#portfolio, #portfolio2, #portfolio3,
#portfolio4, #portfolio5, #portfolio6,
#portfolio7, #portfolio8, #portfolio9 {
  display: flex;
  padding: 0;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
}

#portfolio li, #portfolio2 li, #portfolio3 li,
#portfolio4 li, #portfolio5 li, #portfolio6 li,
#portfolio7 li, #portfolio8 li, #portfolio9 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, #portfolio3 li a,
#portfolio4 li a, #portfolio5 li a, #portfolio6 li a,
#portfolio7 li a, #portfolio8 li a, #portfolio9 li a {
  transform:scale(1,1);
  display:block;
  width:100%;
  height: 290px;
  width: 350px;
  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, #portfolio3 li a:hover,
#portfolio4 li a:hover, #portfolio5 li a:hover, #portfolio6 li a:hover,
#portfolio7 li a:hover, #portfolio8 li a:hover, #portfolio9 li a:hover {
	transform:scale(1.1,1.1) !important;
}
#portfolio li a img, #portfolio2 li a img, #portfolio3 li a img,
#portfolio4 li a img, #portfolio5 li a img, #portfolio6 li a img,
#portfolio7 li a img, #portfolio8 li a img, #portfolio9 li a img {
	display:block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
  height: 100%;
  transform:scale(1,1);
}
#portfolio li:hover .block-overlay, #portfolio2 li:hover .block-overlay, #portfolio3 li:hover .block-overlay,
#portfolio4 li:hover .block-overlay, #portfolio5 li:hover .block-overlay, #portfolio6 li:hover .block-overlay,
#portfolio7 li:hover .block-overlay, #portfolio8 li:hover .block-overlay, #portfolio9 li:hover .block-overlay {
	background-color:#000000cc;
}
#portfolio .block-overlay, #portfolio2 .block-overlay, #portfolio3 .block-overlay,
#portfolio4 .block-overlay, #portfolio5 .block-overlay, #portfolio6 .block-overlay,
#portfolio7 .block-overlay, #portfolio8 .block-overlay, #portfolio9 .block-overlay {
	background: #13131333;
	z-index: 1;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}

.project-upload #portfolio li:before {
	position:absolute;
	content:'Delete Image';
	/* width:100%; */
	/* height:50px; */
	display:inline-block;
	/* top:0; */
	color: #fff;
	z-index:3;
	font-size: 2em;
}
.project-upload #portfolio li:hover .block-overlay {
	background-color:#000000cc;
}

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

.mfp-ready .mfp-figure {
  opacity: 0;
  margin-left:-100px;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.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;
}

.bottom-section .pic1 {
    background-image: url("/img/backgrounds/acunit2.jpg");
    background-size: cover;
    background-position: 0% 82%;
    text-align: center;
}
/* ========================================================== */
/* 			           FOOTER		                          */
/* ========================================================== */

.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-section {
	padding: 0 0 10px;
	background: rgb(0,0,0);
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem;
	color: rgb(30,30,30);
	font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255);
	font-size: 15px;
	font-family: 'font2';
}
.footer-section a {
	color: rgb(255,255,255);
	font-size: 16px;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	margin-bottom:1em;
}.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height:8px;
}
.service-cities h4 {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600;
	text-decoration: underline;
	color: rgb(255, 255, 255);
}
.bottom-footer .vms-link-wrapper {
	position:relative;
	top:-10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;
	justify-content:flex-end;
	font-size:14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;
	justify-content:center;
	align-items:center;
	border: 1px solid #444;
	border-radius:100px;
	height:28px;
	width:28px;
	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #accb06;
	text-decoration:none !important;
	color: #929292;
	text-shadow: 1px 1px 1px #000;
}



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

/* ======================================== */
/* === Tablet CSS Section ================= */
/* ======================================== */
@media screen and (max-width: 1500px) {
	
/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed;
	width: 100%;
	padding: 0px 0 0px 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;
}
.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:#fbfbfb;
	color:#222;
}
.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 {
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 10px;
	background: rgb(255,255,255);
	font-family: 'font2';
	font-weight: 600;
	color: rgb(172,203,6);
	border-radius: 1.6rem;
	border: 1px double rgb(172,203,6);
	font-size: 0.8rem;
	
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: rgb(250,250,250);
}
.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 {
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 10px;
	background: rgb(255,255,255);
	font-family: 'font2';
	font-weight: 600;
	color: rgb(172,203,6);
	border-radius: 1.6rem;
	border: 1px double rgb(172,203,6);
	font-size: 0.8rem;
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	background: rgb(250,250,250);
}
.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: rgb(172,203,6);
	border-radius:100px;
	height: 34px;
	width: 34px;
	margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(172,203,6,0.8);
	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;
}
	
	.navbar-light .navbar-nav .nav-link {
    margin: 0 20px;
    padding: 6px 0px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    color: black;
    font-family: 'Arial';
}
	
	
	
/* Service Area Page Start */
.service-area-slide .container {
	padding: 125px 0 125px 0;
}
.parallax6 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/about-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.service-area-slide .square5 {
	background: rgba(255,255,255,0);
	margin: 20px;
	padding: 80px 0 80px 0;
}
.service-area-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.service-area-slide h2 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3.1rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.service-area-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.service-area-slide span {
	color: rgb(246,177,24);
}
.service-area-slide .square5{
	
}
.service-area-slide .square5 h2{
	color: white;
}
/* Service Area Page End */

}

/* ======================================== */
/* === Mobile CSS Section ================= */
/* ======================================== */
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 991px) {
.home-header-section {
	padding-top: 125px;
}
.home-header-section a {
	background: rgb(255,197,39);
	padding: 10px 25px 10px 25px;
	text-shadow: none;
	color: rgb(255,255,255);
	font-weight: 500;
	border-radius: 2.5rem;
	font-size: 18px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0 0 0 0;
    font-size: 18px;
    color: rgb(33, 37, 41);
    text-align: left;
    list-style: none;
    background-color: rgb(0,0,0);
    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;
		font-weight: 600;
		text-transform: uppercase;
    color: rgb(255,255,255);
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(22,22,22) !important;
}
.home-page-section-1 {
	padding: 75px 0 75px 0;
    background: rgb(255,255,255);
}
.home-page-section-1 h2 {
	font-family: 'Montserrat';
	font-size: 1.6rem;
    text-align: left;
		font-weight: 600;
	color: rgb(40, 64, 83);
}
.home-page-section-1 h3 {
	text-align: left;
    font-size: 1.2rem;
		color: rgb(107, 104, 104);
		font-weight: 600;
}
.home-page-section-1 hr {
	border-top: 2px solid rgb(241,197,82);
	width: 80px;
	opacity: 1;
}
.home-page-section-1 p {
	font-family: 'font2';
	font-size: 17px;
	font-weight: 550;
	color: rgb(107, 104, 104);
}
.home-page-section-1 i {
	font-size: 40px;
	color: rgb(246,177,24);
}
.home-page-section-1 span {
	color: rgb(107, 104, 104);
	font-weight: 600;
	font-family: 'Montserrat';
}
.home-page-section-1 a {
	background: rgb(246,177,24);
	padding: 5px 25px;
	border-radius: 2.5rem;
	color: rgb(255,255,255);
}
.home-page-section-1 a:hover {
	color: rgba(246,177,24,0.8);
}
.home-page-section-1 a.home-links {
	background: rgb(255,255,255);
	padding: 0;
	color: rgb(107,104,104);
}
.parallax {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/parallax.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.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: 125px 81px 0 0!important;
    padding: 50px 5px!important;
		background: rgb(107,104,104,0.7)!important
}
.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)!important
}
.home-page-section-2 .container-fluid {
	padding: 75px 0 75px 0;
}
.home-page-section-2 h4 {
	font-size: 25px;
	color: rgb(255,255,255);
	font-family: 'Arial';
	text-align: center;
}
.home-page-section-2 p {
	color: rgb(5,30,96);
  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-3 {
  background: rgb(255,255,255);
}
.home-page-section-3 .container {
	padding: 125px 0 125px 0;
}
.parallax2 {
  background-image: linear-gradient(rgb(0,0,0,0.7), rgb(0,0,0,0.7)), url("/img/parallax2.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-3 h1 {
	font-family: font;
	font-size:3rem;
    text-align: center;
	color: rgb(246,177,24);
}
.home-page-section-3 h4 {
	font-size: 20px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
}
.home-page-section-3 li {
	color: rgb(129,141,148);
	font-size: 17px;
	font-family: 'font2';
}
.home-page-section-3 i {
	font-size: 40px;
	border-radius: 100%;
	border: 1px solid rgb(255,255,255);
	padding: 25px;
}
.home-page-section-3 p {
	color: rgb(255,255,255);
	font-size: 17px;
	text-align: center;
	font-family: 'font2';
}
.home-page-section-3 strong {
	color: rgb(246,177,24);
}
.home-page-section-3 img {
	border-radius: 0.6rem;
}
.home-page-section-4 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.home-page-section-4 h4 {
	color: rgb(40,64,83);
	font-size: 2rem;
	font-family: 'Montserrat';
	padding-top: 20px;
	font-weight: 600;
	text-align: center;
}
.home-page-section-4 h5 {
	color: rgb(40,64,83);
	font-size: 1.4rem;
	font-family: 'Montserrat';
	padding-top: 20px;
	font-weight: 600;
	text-align: left;
}
.home-page-section-4 p {
	font-family: 'font2';
	font-size: 18px;
	text-align: left;
	font-weight: 550;
	color: rgb(107,104,104);
}
.home-page-section-4 i {
	font-size: 20px;
	border-radius: 100%;
	box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
	color: rgb(255,197,39);
	border: 1px solid rgb(255,255,255);
	padding: 20px;
}
.home-page-section-4 img {
	border-radius: 0.6rem;
}
.home-page-section-5 .container {
	padding: 125px 0 125px 0;
}
.parallax3 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/parallax3.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-5 .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(255 255 255 / 70%);
    margin: 8px 0!important;
    padding: 50px 0 50px 0;
    min-width: 25px!important;
    display: block!important;
}
.home-page-section-5 .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: 8px 0!important;
    min-width: 0!important;
    text-align: start!important;
}
.home-page-section-5 p {
	font-weight: 600;
	font-family: 'Montserrat';
	line-height: 22px;
	color: rgb(0,0,0);
	font-size: 25px;
}
.home-page-section-5 h5 {
	color: rgb(255, 197, 38);
	font-size: 36px;
	text-align: center;
	font-weight: 600;
	font-family: 'Montserrat';
}
.home-page-section-6 {
	background: rgb(255,255,255);
	padding: 75px 0px 0px 0px;
}
.home-page-section-6 h5 {
	font-weight: 600;
	text-align: center;
	padding-bottom: 40px;
	font-family: 'Montserrat';
	font-size: 2.5rem;
	color: rgb(99,99,99);
}
.home-page-section-6 div[class*='col-'] {
padding:0;
position: relative;
overflow: hidden;
}
.home-page-section-7 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.home-page-section-7 p {
	text-align: center;
}
.home-page-section-7 a {
	background: rgb(255, 197, 38);
	border-radius: 2.5rem;
	font-weight: 600;
	padding: 15px 20px 15px 20px;
	color: rgb(255,255,255);
	font-family: 'font2';
}
.home-page-section-8 .container {
	padding: 125px 0 125px 0;
}
.parallax5 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/parallax5.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 0.8rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 6px double rgb(255,255,255);
	visibility: hidden;
}
.card h2 {
	font-family: 'Montserrat';
	font-size: 1.5rem;
	color: rgb(20,20,20);
	font-weight: 600;
	text-align: center;
}
.card span {
	font-size:1.2rem;
	font-weight:600;
	font-style: italic;
	text-transform: none;
	color: rgba(255,255,255);
}
.card p {
	font-size: 15px;
	font-family: 'font2';
	font-weight: 500;
	text-align: center;
	font-style: italic;
	color: rgb(129,141,148);
}
.card i {
	font-size: 30px;
	color: rgb(255, 197, 38);
}
.card hr {
	border-top: 4px solid rgb(241,197,82);
	width: 80px;
	opacity: 1;
	padding-bottom: 25px;
	margin:auto;
}
.card .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	text-shadow: 1px 1px 1px #444;
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card .btn span {
	position:relative;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px #444;
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}
.card:hover .btn {
	background:transparent !important;
	color: rgb(255, 255, 255);
}
.card:hover span {
	left:12px;
}
.card img {
	border-radius: 100%;
	max-width: 100px;
}
.first-footer .container {
	padding: 50px 15px 50px 15px;
	text-align: center;

}
.parallax4 {
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/parallax4.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.contact-map{
	padding-top: 40px;
}
.first-footer h4 {
	font-size: 20px;
  font-family: 'font2';
  font-weight: 600;
  text-decoration: underline;
  color: rgb(255, 255, 255);
}
.first-footer ul {
	padding: 0;
	list-style-type: none; 
}

.first-footer li {
    color: rgb(255,255,255);
    font-family: 'font2';
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}
.first-footer p {
	color: rgb(255,255,255);
	font-family: 'font2';
	text-align: center;
	font-size: 16px;
}
.first-footer a {
	font-size: 16px;
	color: rgb(255,255,255);
	font-family: 'font2';
}
.first-footer a:hover {
	color: rgb(172,203,6);
}
.first-footer img {
	padding-bottom: 10px;
}
.home-contact {
	background: rgb(255,255,255);
  padding: 75px 0 75px 0;
}
.home-contact h3 {
  font-size: 3rem;
	font-family: 'font';
	text-align: center;
	padding-bottom: 40px;
  color: rgb(246,177,24);
}
.home-contact span {
	color: rgb(101,140,160);
}
/**** About Section ****/
.about-slide .container {
	padding: 125px 0 125px 0;
}
.parallax6 {
	background-image: linear-gradient(rgb(0,0,0,0.5), rgb(0,0,0,0.5)), url("/img/about-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.about-slide .square5 {
	background: rgb(255,255,255,0.9);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.about-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 3rem;
	text-align: center;
}
.about-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(0,0,0);
	text-align: center;
	font-family: 'Montserrat';
}
.about-slide span {
	color: rgb(246,177,24);
}
.about-page-section-1 {
	padding: 125px 0 75px 0;
	background: rgb(255,255,255);
}
.about-page-section-1 h1 {
	font-family: 'Montserrat';
	font-size: 1.4rem;
	text-align: center;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.about-page-section-1 h2 {
	font-family: 'Montserrat';
	font-size: 2rem;
	text-align: left;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.about-page-section-1 p {
	font-size: 16px;
	text-align: justify;
	font-family: 'font2';
	color: rgb(107, 104, 104);
}
.about-page-section-1 li {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
}
.about-page-section-1 strong {
	color: rgb(246,177,24);
	font-family: 'font2';
}
.about-page-section-1 img {
	border-radius: 1.2rem;
}
.about-page-section-2 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.about-page-section-2 h2 {
	font-weight: 600;
	font-family: 'Montserrat';
	font-size: 2.5rem;
	padding-bottom: 20px;
	color: rgb(0,0,0);
	text-align: center;
}
.card2 {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 0.8rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 6px double rgb(255,255,255);
	visibility: hidden;
}
.card2 h3 {
	font-family: 'Montserrat';
	font-size: 1.5rem;
	color: rgb(20,20,20);
	font-weight: 600;
	text-align: center;
}
.card2 span {
	font-size:1.2rem;
	font-weight:600;
	font-style: italic;
	text-transform: none;
	color: rgba(255,255,255);
}
.card2 p {
	font-size: 15px;
	font-family: 'font2';
	font-weight: 500;
	text-align: center;
	font-style: italic;
	color: rgb(129,141,148);
}
.card2 i {
	font-size: 30px;
	color: rgb(255, 197, 38);
}
.card2 hr {
	border-top: 4px solid rgb(241,197,82);
	width: 80px;
	opacity: 1;
	padding-bottom: 25px;
	margin:auto;
}
.card2 .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	text-shadow: 1px 1px 1px #444;
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card2 .btn span {
	position:relative;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px #444;
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card2 h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}
.card2:hover .btn {
	background:transparent !important;
	color: rgb(255, 255, 255);
}
.card2:hover span {
	left:12px;
}
.card2 img {
	border-radius: 100%;
	max-width: 100px;
}
.about-page-section-3 .container {
	padding: 125px 0 125px;
}
.parallax7 {
	background-image: linear-gradient(rgb(0,0,0,0.6), rgb(0,0,0,0.6)), url("/img/parallax7.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.about-page-section-3 h4 {
	font-size: 3rem;
	color: rgb(255,255,255);
	font-weight: 600;
	font-family: 'Montserrat';
	text-align: left;
}
.about-page-section-3 p {
	font-size: 18px;
	color: rgb(255,255,255);
	font-weight: 6=500;
	font-family: 'font2';
	text-align: left;
}
.about-page-section-3 a {
	padding: 15px 35px 15px 35px;
	background: rgb(255, 197, 38);
	color: rgb(255,255,255);
	border-radius: 2.5rem;
}
/**** Service Page Section ****/
.kitchen-slide .container {
	padding: 125px 0 125px 0;
}
.parallax10 {
	background-image: linear-gradient(rgb(0,0,0,0.5), rgb(0,0,0,0.5)), url("/img/kitchen-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.kitchen-slide .square8 {
	background: rgb(255,255,255,0.9);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.kitchen-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 1.7rem;
	text-align: center;
}
.kitchen-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(0,0,0);
	text-align: center;
	font-family: 'Montserrat';
}
.kitchen-slide span {
	color: rgb(246,177,24);
}
.serv1 {
	padding: 125px 0 75px 0;
	background: rgb(240,240,240);
}
.serv1 h1 {
	font-family: 'Montserrat';
	font-size: 1.4rem;
	text-align: center;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.serv1 h2 {
	font-family: 'Montserrat';
	font-size: 2rem;
	text-align: left;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.serv1 p {
	font-size: 18px;
	text-align: justify;
	font-family: 'font2';
	color: rgb(107, 104, 104);
}
.serv1 li {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
}
.serv1 strong {
	color: rgb(246,177,24);
	font-family: 'font2';
}
.serv1 img {
	border-radius: 1.2rem;
}
.serv1 a {
	background: rgb(246,177,24);
	color: rgb(255,255,255);
	border-radius: 2.5rem;
	font-family: 'font2';
	padding: 15px 30px 15px 30px;
}
.serv1 a:hover {
	background: rgb(246,177,24,0.8);
	color: rgb(255,255,255);
}
.serv1-gallery {
	padding: 75px 0 75px 0;
	background: rgb(245,245,245);
}
.serv1-gallery h2{
	color: rgb(40, 64, 83);
	font-size: 2rem;
	font-weight: 600;
	padding-bottom: 40px;
	text-align: center;
	font-family: 'Montserrat';
}
.serv2 {
	padding: 100px 0 100px 0;
	background: rgb(255,255,255);
}
.serv2 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv2 p {
	font-size: 16px;
	padding-top: 20px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv2 i {
	font-size: 20px;
	color: rgb(255,255,255);
}
.serv2 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv2 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv2 img {
	border-radius: 0.6rem;
}
.serv2 .box{
    box-shadow: 1px 1px 8px white;
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 8px #ddd;
}
.serv2 span{
    transition: 200ms;
    font-weight: 600;
    font-size: 18px;
}
.serv2 .bg-dark {
    background-color: rgb(38,38,38)!important;
}
.serv2 .bg-dark:hover {
    background-color: rgb(246,177,24)!important;
}
.serv2 .content{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv2 .content_2{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv2 .content_3{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv2 .content_4{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv2 .content_5{
    overflow: hidden;
    max-height: 0px;
		height: auto;
    transition: 300ms ease-in;
}
.serv2 .content_6{
    overflow: hidden;
    max-height: 0px;
		height: auto;
    transition: 300ms ease-in;
}
.serv2 .header{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.serv2 .header_2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv2 .header_3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv2 .header_4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv2 .header_5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv2 .header_6{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.bathroom-slide .container {
	padding: 125px 0 125px 0;
}
.parallax11 {
	background-image: linear-gradient(rgb(0,0,0,0.5), rgb(0,0,0,0.5)), url("/img/bathroom1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.bathroom-slide .square9 {
	background: rgb(255,255,255,0.9);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.bathroom-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 1.7rem;
	text-align: center;
}
.bathroom-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(0,0,0);
	text-align: center;
	font-family: 'Montserrat';
}
.bathroom-slide span {
	color: rgb(246,177,24);
}
.basement-slide .container {
	padding: 125px 0 125px 0;
}
.parallax12 {
	background-image: linear-gradient(rgb(0,0,0,0.5), rgb(0,0,0,0.5)), url("/img/basement1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.basement-slide .square10 {
	background: rgb(255,255,255,0.9);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.basement-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 1.7rem;
	text-align: center;
}
.basement-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(0,0,0);
	text-align: center;
	font-family: 'Montserrat';
}
.basement-slide span {
	color: rgb(246,177,24);
}
.garage-slide .container {
	padding: 125px 0 125px 0;
}
.parallax13 {
	background-image: linear-gradient(rgb(0,0,0,0.5), rgb(0,0,0,0.5)), url("/img/garage1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.garage-slide .square11 {
	background: rgb(255,255,255,0.9);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.garage-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 1.7rem;
	text-align: center;
}
.garage-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(0,0,0);
	text-align: center;
	font-family: 'Montserrat';
}
.garage-slide span {
	color: rgb(246,177,24);
}
.deck-slide .container {
	padding: 125px 0 125px 0;
}
.parallax14 {
	background-image: linear-gradient(rgb(0,0,0,0.5), rgb(0,0,0,0.5)), url("/img/deck.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.deck-slide .square12 {
	background: rgb(255,255,255,0.9);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.deck-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 1.7rem;
	text-align: center;
}
.deck-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(0,0,0);
	text-align: center;
	font-family: 'Montserrat';
}
.deck-slide span {
	color: rgb(246,177,24);
}
.door-slide .container {
	padding: 125px 0 125px 0;
}
.parallax15 {
	background-image: linear-gradient(rgb(0,0,0,0.5), rgb(0,0,0,0.5)), url("/img/door.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.door-slide .square13 {
	background: rgb(255,255,255,0.9);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.door-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 1.7rem;
	text-align: center;
}
.door-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(0,0,0);
	text-align: center;
	font-family: 'Montserrat';
}
.door-slide span {
	color: rgb(246,177,24);
}
/* Gallery Page Start */
.gallery1 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.gallery1 h1 {
	font-family: 'Montserrat';
	color: rgb(91,130,2);
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 2rem;
	text-align: left;
}
.gallery1 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(107,104,104);
	text-align: justify;
}
.gallery1 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-weight: 600;
	padding:8px 20px 8px 20px;
	font-size: 14px;
}
.gallery1 button:hover {
	background: rgb(246,177,24,0.8);
}
.gallery1 img {
	border-radius: 0.6rem;
}
.gallery1 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.gallery2 {
	padding: 75px 0 75px 0;
	background: rgb(249,249,249);
}
.gallery2 h1 {
	font-family: 'Montserrat';
	color: rgb(91,130,2);
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 2rem;
	text-align: left;
}
.gallery2 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(107,104,104);
	text-align: justify;
}
.gallery2 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-weight: 600;
	padding:8px 20px 8px 20px;
	font-size: 14px;
}
.gallery2 button:hover {
	background: rgb(246,177,24,0.8);
}
.gallery2 img {
	border-radius: 0.6rem;
}
.gallery2 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.gallery3 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.gallery3 h1 {
	font-family: 'Montserrat';
	color: rgb(91,130,2);
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 2rem;
	text-align: left;
}
.gallery3 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(107,104,104);
	text-align: justify;
}
.gallery3 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-weight: 600;
	padding:8px 20px 8px 20px;
	font-size: 14px;
}
.gallery3 button:hover {
	background: rgb(246,177,24,0.8);
}
.gallery3 img {
	border-radius: 0.6rem;
}
.gallery3 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.gallery4 {
	padding: 75px 0 75px 0;
	background: rgb(249,249,249);
}
.gallery4 h1 {
	font-family: 'Montserrat';
	color: rgb(91,130,2);
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 2rem;
	text-align: left;
}
.gallery4 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(107,104,104);
	text-align: justify;
}
.gallery4 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-weight: 600;
	padding:8px 20px 8px 20px;
	font-size: 14px;
}
.gallery4 button:hover {
	background: rgb(246,177,24,0.8);
}
.gallery4 img {
	border-radius: 0.6rem;
}
.gallery4 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.gallery5 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.gallery5 h1 {
	font-family: 'Montserrat';
	color: rgb(91,130,2);
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 2rem;
	text-align: left;
}
.gallery5 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(107,104,104);
	text-align: justify;
}
.gallery5 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-weight: 600;
	padding:8px 20px 8px 20px;
	font-size: 14px;
}
.gallery5 button:hover {
	background: rgb(246,177,24,0.8);
}
.gallery5 img {
	border-radius: 0.6rem;
}
.gallery5 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.gallery6 {
	padding: 75px 0 75px 0;
	background: rgb(249,249,249);
}
.gallery6 h1 {
	font-family: 'Montserrat';
	color: rgb(91,130,2);
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 2rem;
	text-align: left;
}
.gallery6 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(107,104,104);
	text-align: justify;
}
.gallery6 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-weight: 600;
	padding:8px 20px 8px 20px;
	font-size: 14px;
}
.gallery6 button:hover {
	background: rgb(246,177,24,0.8);
}
.gallery6 img {
	border-radius: 0.6rem;
}
.gallery6 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.gallery7 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.gallery7 h1 {
	font-family: 'Montserrat';
	color: rgb(91,130,2);
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 2rem;
	text-align: left;
}
.gallery7 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(107,104,104);
	text-align: justify;
}
.gallery7 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-weight: 600;
	padding:8px 20px 8px 20px;
	font-size: 14px;
}
.gallery7 button:hover {
	background: rgb(246,177,24,0.8);
}
.gallery7 img {
	border-radius: 0.6rem;
}
.gallery7 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.gallery-slide .container {
	padding: 125px 0 125px 0;
}
.parallax9 {
	background-image: linear-gradient(rgb(0,0,0,0.5), rgb(0,0,0,0.5)), url("/img/project-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.gallery-slide .square7 {
	background: rgb(255,255,255,0.9);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.gallery-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 3rem;
	text-align: center;
}
.gallery-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(0,0,0);
	text-align: center;
	font-family: 'Montserrat';
}
.gallery-slide span {
	color: rgb(246,177,24);
}
.gallery-page {
	padding: 75px 0 75px 0;
	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	padding-bottom: 40px;
	text-transform: uppercase;
	color: rgb(0,0,0);
}
.gallery-section-2 {
	background: rgb(244,244,244);
	padding: 125px 0 125px 0;
}
.gallery-section-2 h3 {
	color: rgb(40, 64, 83);
	font-size: 2rem;
	font-family: 'Montserrat';
	font-weight: 600;
	padding-bottom: 40px;
	text-align: center;
}
.gallery-section-2 h4 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(40, 64, 83);
    text-align: center;
}
.gallery-section-2 i {
	font-size: 45px;
	color: rgb(246,177,24);
}
.gallery-section-2 p {
    color: rgb(107, 104, 104);
    font-size: 17px;
    text-align: center;
    font-family: 'font2';
}
/* Gallery Page End */


/* Service Area Page Start */
.service-area-slide .container {
	padding: 125px 0 125px 0;
}
.parallax6 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/about-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.service-area-slide .square5 {
	background: rgba(255,255,255,0);
	margin: 20px;
	padding: 80px 0 80px 0;
}
.service-area-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 2.5rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.service-area-slide h2 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 2rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.service-area-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.service-area-slide span {
	color: rgb(246,177,24);
}
/* Service Area Page End */




/* Reviews Page Start */
.referrals-page-section-1 {
	background: rgb(255,255,255);
	padding: 125px 0 50px 0;
}
.referrals-page-section-1 h1 {
	color: rgb(246,177,24);
	font-size: 3rem;
	text-align: center;
	font-family: 'font';
}
.referrals-page-section-1 p {
	color: rgb(129,141,148);
	font-size: 17px;
	font-family: 'font2';
	text-align: center;
}
.referrals-page-section-1 span {
	font-weight: 600 !important;
	text-transform: uppercase;
	color: rgb(246,177,24);
}
/*Reviews Page End */
.contact-slide .container {
	padding: 125px 0 125px 0;
}
.parallax8 {
	background-image: linear-gradient(rgb(0,0,0,0.5), rgb(0,0,0,0.5)), url("/img/contact-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.contact-slide .square6 {
	background: rgb(255,255,255,0.9);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.contact-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 3rem;
	text-align: center;
}
.contact-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(0,0,0);
	text-align: center;
	font-family: 'Montserrat';
}
.contact-slide span {
	color: rgb(246,177,24);
}
.main-contact {
	background: rgb(255,255,255);
	padding: 125px 0 125px 0;
}
.card3 {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 3px;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 6px double rgb(255,255,255);
	visibility: hidden;
}
.card3 h3 {
	font-family: 'Montserrat';
	font-size: 1.75rem;
	color: rgb(246,177,24);
	font-weight: 600;
	text-align: left;
}
.card3 span {
	font-size:1.2rem;
	font-weight:600;
	font-style: italic;
	text-transform: none;
	color: rgba(255,255,255);
}
.card3 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 500;
	text-align: left;
	color: rgb(129,141,148);
}
.card3 i {
	font-size: 30px;
	padding-left: 10px;
	color: rgb(255, 197, 38);
}
.card3 hr {
	border-top: 4px solid rgb(241,197,82);
	width: 80px;
	opacity: 1;
	padding-bottom: 25px;
	margin:auto;
}
.card3 .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	text-shadow: 1px 1px 1px #444;
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card3 .btn span {
	position:relative;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px #444;
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card3 h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}
.card3:hover .btn {
	background:transparent !important;
	color: rgb(255, 255, 255);
}
.card3:hover span {
	left:12px;
}
.card3 img {
	border-radius: 100%;
	max-width: 100px;
}
.mobile-top-header {
	display:block !important;
	padding: 0 30px 0;
	background: rgb(135,170,188);
	z-index: 4;
	overflow:visible;
}
.header-contact_info a {
    color: rgb(255,255,255);
    margin: 0;
}
.top-header a, .top-header i, .top-header p {
    color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
    color: rgb(0,0,0);
}
.btn {
    background: rgb(249,78,1);
    width: 50%;
    padding: 10px 0px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
}
.footer-section {
    padding-top: 30px;
    /* background: #1f1f1f; */
    /* color: white; */
    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);
}
/** Second Footer **/
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}
/** Second Footer **/
/************************* NEW CELL PHONE TEMPLATE DISPLAY STYLING 2020 END ***********************************/

.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;
    /* justify-content: center; */
    /* align-items: center; */
    top: 100%;
    border: 0;
    background: #232323;
    border-radius: 0;
    z-index: 1100;
    overflow: auto;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
    font-size: 2em;
    color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
    top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;
	padding: 40px 0 0;
	top:0;
	left:0;
	width:100%;
	text-align: center;
}
.mobile-menu-top-hero h2 {
	padding:0 25px;
}

#home .show-form {
	background: white;
	position:relative;
	top:2em;
	left:0;
	opacity: 0;
}

#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;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: #fff;
    outline: none;
    z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
    
.section-b .pic {
    width: 90%;
    padding: 30%;
    position: relative;
    left: 26px;
    top: 32px;
}
    
.about-section .overlay {
    background: #a501104f;
    padding: 12% 0%;
}
    
.about-showcase .overlay {
    padding: 9% 0%;
    padding-top: 18%;
}
    
.reviews-a {
    background: white;
    text-align: center;
    padding: 13% 7%;
}
    
.services-section h1 {
    font-size: 2rem; 
}

}

/*@media screen and (max-width: 425px) {*/
@media screen and (max-width: 555px) {
	
body,html{
	overflow-x: hidden; 
}

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

	
	
	.home-page-section-1 {
	padding: 75px 0 75px 0;
  background: rgb(255,255,255);
}
.home-page-section-1 h2 {
	font-family: 'Montserrat';
	font-size: 1.6rem;
  text-align: left;
	font-weight: 600;
	color: rgb(40, 64, 83);
}
.home-page-section-1 h3 {
	text-align: left;
  font-size: 1.2rem;
	color: rgb(107, 104, 104);
	font-weight: 600;
}
.home-page-section-1 hr {
	border-top: 2px solid rgb(241,197,82);
	width: 80px;
	opacity: 1;
}
.home-page-section-1 p {
	font-family: 'font2';
	font-size: 17px;
	font-weight: 600;
	color: rgb(10,10,10);
}
.home-page-section-1 i {
	font-size: 30px;
	color: rgb(246,177,24);
}
.home-page-section-1 span {
	color: rgb(107, 104, 104);
	font-weight: 600;
	font-family: 'Montserrat';
}
.home-page-section-1 a {
	background: rgb(246,177,24);
	padding: 5px 25px;
	border-radius: 2.5rem;
	color: rgb(255,255,255);
}
.home-page-section-1 a:hover {
	color: rgb(246,177,24,0.8);
}
.home-page-section-1 a.home-links {
	background: rgb(255,255,255);
	padding: 0;
	color: rgb(107,104,104);
}
.parallax {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/parallax.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.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: 125px 81px 0 0!important;
    padding: 50px 5px!important;
		background: rgb(107,104,104,0.7)!important
}
.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.8)!important
}
.home-page-section-2 .container-fluid {
	padding: 75px 0 75px 0;
}
.home-page-section-2 h4 {
	font-size: 25px;
	color: rgb(255,255,255);
	font-family: 'Arial';
	text-align: center;
}
.home-page-section-2 p {
	font-weight: 600;
	color: rgb(12,12,12);
  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-3 {
  background: rgb(255,255,255);
}
.home-page-section-3 .container {
	padding: 125px 0 125px 0;
}
.parallax2 {
  background-image: linear-gradient(rgb(0,0,0,0.7), rgb(0,0,0,0.7)), url("/img/parallax2.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-3 h1 {
	font-family: font;
	font-size:3rem;
    text-align: center;
	color: rgb(246,177,24);
}
.home-page-section-3 h4 {
	font-size: 20px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
}
.home-page-section-3 li {
	color: rgb(129,141,148);
	font-size: 17px;
	font-family: 'font2';
}
.home-page-section-3 i {
	font-size: 40px;
	border-radius: 100%;
	border: 1px solid rgb(255,255,255);
	padding: 25px;
}
.home-page-section-3 p {
	color: rgb(255,255,255);
	font-size: 17px;
	text-align: center;
	font-family: 'font2';
}
.home-page-section-3 strong {
	color: rgb(246,177,24);
}
.home-page-section-3 img {
	border-radius: 0.6rem;
}
.home-page-section-4 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.home-page-section-4 h4 {
	color: rgb(40,64,83);
	font-size: 2rem;
	font-family: 'Montserrat';
	padding-top: 20px;
	font-weight: 600;
	text-align: center;
}
.home-page-section-4 h5 {
	color: rgb(40,64,83);
	font-size: 1.4rem;
	font-family: 'Montserrat';
	padding-top: 20px;
	font-weight: 600;
	text-align: left;
}
.home-page-section-4 p {
	font-family: 'font2';
	font-size: 18px;
	text-align: left;
	font-weight: 550;
	color: rgb(107,104,104);
}
.home-page-section-4 i {
	font-size: 20px;
	border-radius: 100%;
	box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
	color: rgb(255,197,39);
	border: 1px solid rgb(255,255,255);
	padding: 20px;
}
.home-page-section-4 img {
	border-radius: 0.6rem;
}
.home-page-section-5 .container {
	padding: 125px 0 125px 0;
}
.parallax3 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/parallax3.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-5 .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(255 255 255 / 80%);
    margin: 8px 0!important;
    padding: 50px 50px 50px 50px;
    min-width: 25px!important;
    display: block!important;
}
.home-page-section-5 .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: 35px 0!important;
    min-width: 0!important;
    text-align: start!important;
}
.home-page-section-5 p {
	font-weight: 600;
	font-family: 'Montserrat';
	line-height: 22px;
	color: rgb(0,0,0);
	font-size: 13px;
}
.home-page-section-5 h5 {
	color: rgb(255, 197, 38);
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	font-family: 'Montserrat';
}
.home-page-section-6 {
	background: rgb(255,255,255);
	padding: 75px 0px 0px 0px;
}
.home-page-section-6 h5 {
	font-weight: 600;
	text-align: center;
	padding-bottom: 40px;
	font-family: 'Montserrat';
	font-size: 2.5rem;
	color: rgb(99,99,99);
}
.home-page-section-6 div[class*='col-'] {
padding:0;
position: relative;
overflow: hidden;
}
.home-page-section-7 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.home-page-section-7 p {
	text-align: center;
}
.home-page-section-7 a {
	background: rgb(255, 197, 38);
	border-radius: 2.5rem;
	font-weight: 600;
	padding: 15px 20px 15px 20px;
	color: rgb(255,255,255);
	font-family: 'font2';
}
.home-page-section-8 .container {
	padding: 125px 0 125px 0;
}
.parallax5 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/parallax5.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 0.8rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 6px double rgb(255,255,255);
	visibility: hidden;
}
.card h2 {
	font-family: 'Montserrat';
	font-size: 1.5rem;
	color: rgb(20,20,20);
	font-weight: 600;
	text-align: center;
}
.card span {
	font-size:1.3rem;
	font-weight:600;
	font-style: italic;
	text-transform: none;
	color: rgba(255,255,255);
}
.card p {
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
	font-style: italic;
	color: rgb(12,12,12);
}
.card i {
	font-size: 30px;
	color: rgb(255, 197, 38);
}
.card hr {
	border-top: 4px solid rgb(241,197,82);
	width: 80px;
	opacity: 1;
	padding-bottom: 25px;
	margin:auto;
}
.card .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	text-shadow: 1px 1px 1px #444;
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card .btn span {
	position:relative;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px #444;
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}
.card:hover .btn {
	background:transparent !important;
	color: rgb(255, 255, 255);
}
.card:hover span {
	left:12px;
}
.card img {
	border-radius: 100%;
	max-width: 100px;
}
.first-footer .container {
	padding: 50px 20px 50px 20px;
}
.parallax4 {
  background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/parallax4.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}

.home-contact {
	background: rgb(255,255,255);
  padding: 75px 0 75px 0;
}
.home-contact h3 {
  font-size: 3rem;
	font-family: 'font';
	text-align: center;
	padding-bottom: 40px;
  color: rgb(246,177,24);
}
.home-contact span {
	color: rgb(101,140,160);
}
/**** About Section ****/
.about-slide .container {
	padding: 125px 0 125px 0;
}
.parallax6 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/about-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
	padding-top:100px;
}
.about-slide .square5 {
	background: rgba(255,255,255,0);
	margin: 0px 10px 0px 10px;
	padding: 80px 0 80px 0;
}
.about-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.about-slide h2 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3.1rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.about-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.about-slide span {
	color: rgb(246,177,24);
}
.about-page-section-1 {
	padding: 125px 0 75px 0;
	background: rgb(255,255,255);
}
.about-page-section-1 h1 {
	font-family: 'Montserrat';
	font-size: 1.4rem;
	text-align: center;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.about-page-section-1 h2 {
	font-family: 'Montserrat';
	font-size: 2rem;
	text-align: left;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.about-page-section-1 p {
	font-size: 16px;
	text-align: justify;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(12,12,12);
}
.about-page-section-1 li {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
}
.about-page-section-1 strong {
	color: rgb(246,177,24);
	font-family: 'font2';
}
.about-page-section-1 img {
	border-radius: 1.2rem;
}
.about-page-section-2 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.about-page-section-2 h2 {
	font-weight: 600;
	font-family: 'Montserrat';
	font-size: 2.5rem;
	padding-bottom: 20px;
	color: rgb(0,0,0);
	text-align: center;
}
.card2 {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 0.8rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 6px double rgb(255,255,255);
	visibility: hidden;
}
.card2 h3 {
	font-family: 'Montserrat';
	font-size: 1.5rem;
	color: rgb(20,20,20);
	font-weight: 600;
	text-align: center;
}
.card2 span {
	font-size:1.2rem;
	font-weight:600;
	font-style: italic;
	text-transform: none;
	color: rgba(255,255,255);
}
.card2 p {
	font-size: 15px;
	font-family: 'font2';
	font-weight: 500;
	text-align: center;
	font-style: italic;
	color: rgb(129,141,148);
}
.card2 i {
	font-size: 30px;
	color: rgb(255, 197, 38);
}
.card2 hr {
	border-top: 4px solid rgb(241,197,82);
	width: 80px;
	opacity: 1;
	padding-bottom: 25px;
	margin:auto;
}
.card2 .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	text-shadow: 1px 1px 1px #444;
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card2 .btn span {
	position:relative;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px #444;
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card2 h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}
.card2:hover .btn {
	background:transparent !important;
	color: rgb(255, 255, 255);
}
.card2:hover span {
	left:12px;
}
.card2 img {
	border-radius: 100%;
	max-width: 100px;
}
.about-page-section-3 .container {
	padding: 125px 0 125px;
}
.parallax7 {
	background-image: linear-gradient(rgb(0,0,0,0.6), rgb(0,0,0,0.6)), url("/img/parallax7.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.about-page-section-3 h4 {
	font-size: 3rem;
	color: rgb(255,255,255);
	font-weight: 600;
	font-family: 'Montserrat';
	text-align: left;
}
.about-page-section-3 p {
	font-size: 18px;
	color: rgb(255,255,255);
	font-weight: 500;
	font-family: 'font2';
	text-align: left;
}
.about-page-section-3 a {
	padding: 15px 35px 15px 35px;
	background: rgb(255, 197, 38);
	color: rgb(255,255,255);
	border-radius: 2.5rem;
}
.general {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.cardg {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 1.8rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 6px double rgb(255,255,255);
	visibility: hidden;
	box-shadow: 0px 0px 32px -10px #06060685;
}
.cardg h2 {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 19px;
	color: rgb(129,141,148);
	text-align: center;
}
.cardg span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.cardg p {
	font-size: 17px;
	font-family: 'font2';
	font-weight:600;
	text-align: center;
	color: rgb(12,12,12);
}
.cardg i {
	color: rgb(255, 197, 38);
	font-size: 30px;
}
.cardg a {
	color: rgb(255, 197, 38);
	font-weight: 800;
}
/**** Service Page Section ****/

.home-slide .container {
	padding: 125px 0 125px 0;
}
.parallax-new-3 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/home-add-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.home-slide .square8 {
	background: rgb(255,255,255,0);
	margin: 0px 10px 0px 10px;
	padding: 80px 0 80px 0;
}
.home-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.home-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
	font-family: 'Montserrat';
}
.home-slide span {
	color: rgb(246,177,24);
}
.room-slide .container {
	padding: 125px 0 125px 0;
}
.parallax-new-2 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/room-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.room-slide .square8 {
	background: rgba(255,255,255,0);
	margin: 0px 10px 0px 10px;
	padding: 80px 0 80px 0;
}
.room-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.room-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.room-slide span {
	color: rgb(246,177,24);
}
.general-slide .container {
	padding: 125px 0 125px 0;
}
.parallax-new-1 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/general-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.general-slide .square8 {
	background: rgba(255,255,255,0);
	margin: 0px 10px 0px 10px;
	padding: 80px 0 80px 0;
}
.general-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.general-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.general-slide span {
	color: rgb(246,177,24);
}
.kitchen-slide .container {
	padding: 125px 0 125px 0;
}
.parallax10 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/kitchen-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.kitchen-slide .square8 {
	background: rgb(255,255,255,0);
	margin: 0px 10px 0px 10px;
	padding: 80px 0 80px 0;
}
.kitchen-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.kitchen-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
	font-family: 'Montserrat';
}
.kitchen-slide span {
	color: rgb(246,177,24);
}
.serv1 {
	padding: 125px 0 75px 0;
	background: rgb(240,240,240);
}
.serv1 h1 {
	font-family: 'Montserrat';
	font-size: 1.4rem;
	text-align: center;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.serv1 h2 {
	font-family: 'Montserrat';
	font-size: 2rem;
	text-align: left;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.serv1 p {
	font-size: 18px;
	text-align: justify;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(12,12,12);
}
.serv1 li {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
}
.serv1 strong {
	color: rgb(246,177,24);
	font-family: 'font2';
}
.serv1 img {
	border-radius: 1.2rem;
}
.serv1 img.bath-img {
	width: 100%;
	height: 100%;
}
.serv1 img.deck-img {
	width: 100%;
	height: 100%;
}
.serv1 a {
	background: rgb(246,177,24);
	color: rgb(255,255,255);
	border-radius: 2.5rem;
	font-family: 'font2';
	padding: 15px 30px 15px 30px;
}
.serv1 a:hover {
	background: rgb(246,177,24,0.8);
	color: rgb(255,255,255);
}
.serv1-gallery {
	padding: 75px 0 75px 0;
	background: rgb(245,245,245);
}
.serv1-gallery h2{
	color: rgb(40, 64, 83);
	font-size: 2rem;
	font-weight: 600;
	padding-bottom: 40px;
	text-align: center;
	font-family: 'Montserrat';
}
.serv1-gallery a.view {
	padding: 10px;
	background: rgb(75,75,75);
	border: 5px double rgb(255,255,255);
	border-radius: 0.8rem;
	font-size: 22px;
	font-family: font2;
	font-weight: 600;
	text-align: center;
	color: rgb(255,255,255);
}
.serv2 {
	padding: 100px 0 100px 0;
	background: rgb(255,255,255);
}
.serv2 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv2 p {
	font-size: 16px;
	padding-top: 20px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv2 i {
	font-size: 20px;
	color: rgb(255,255,255);
}
.serv2 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv2 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv2 img {
	border-radius: 0.6rem;
}
.serv2 .box{
    box-shadow: 1px 1px 8px white;
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 8px #ddd;
}
.serv2 span{
    transition: 200ms;
    font-weight: 600;
    font-size: 18px;
}
.serv2 .bg-dark {
    background-color: rgb(38,38,38)!important;
}
.serv2 .bg-dark:hover {
    background-color: rgb(246,177,24)!important;
}
.serv2 .content{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv2 .content_2{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv2 .content_3{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv2 .content_4{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv2 .content_5{
    overflow: hidden;
    max-height: 0px;
		height: auto;
    transition: 300ms ease-in;
}
.serv2 .content_6{
    overflow: hidden;
    max-height: 0px;
		height: auto;
    transition: 300ms ease-in;
}
.serv2 .header{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.serv2 .header_2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv2 .header_3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv2 .header_4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv2 .header_5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv2 .header_6{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.bathroom-slide .container {
	padding: 125px 0 125px 0;
}
.parallax11 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/bathroom1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.bathroom-slide .square9 {
	background: rgba(255,255,255,0);
	margin: 0px 10px 0px 10px;
	padding: 80px 0 80px 0;
}
.bathroom-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.bathroom-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.bathroom-slide span {
	color: rgb(246,177,24);
}
.basement-slide .container {
	padding: 125px 0 125px 0;
}
.parallax12 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/basement2.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.basement-slide .square10 {
	background: rgb(255,255,255,0);
	margin: 0px 10px 0px 10px;
	padding: 80px 0 80px 0;
}
.basement-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.basement-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.basement-slide span {
	color: rgb(246,177,24);
}
.garage-slide .container {
	padding: 125px 0 125px 0;
}
.parallax13 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/garage1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.garage-slide .square11 {
	background: rgba(255,255,255,0);
	margin: 0px 10px 0px 10px;
	padding: 80px 0 80px 0;
}
.garage-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.garage-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.garage-slide span {
	color: rgb(246,177,24);
}
.deck-slide .container {
	padding: 125px 0 125px 0;
}
.parallax14 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/deck.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.deck-slide .square12 {
	background: rgba(255,255,255,0);
	margin: 0px 10px 0px 10px;
	padding: 80px 0 80px 0;
}
.deck-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 2.5rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.deck-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.deck-slide span {
	color: rgb(246,177,24);
}
.door-slide .container {
	padding: 125px 0 125px 0;
}
.parallax15 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/door.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.door-slide .square13 {
	background: rgb(255,255,255,0);
	margin: 0px 10px 0px 10px;
	padding: 80px 0 80px 0;
}
.door-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.door-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.door-slide span {
	color: rgb(246,177,24);
}
/* Gallery Page Start */
.gallery-slide .container {
	padding: 125px 0 125px 0;
}
.parallax9 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/project-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.gallery-slide .square7 {
	background: rgb(255,255,255,0);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.gallery-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(255,255,255);
	font-size: 3rem;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.gallery-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: center;
	font-family: 'Montserrat';
	text-shadow: 2px 2px 1px rgb(12,12,12);
}
.gallery-slide span {
	color: rgb(246,177,24);
}
.gallery-slide ul {
	list-style: none;
}
.gallery-slide a.btn1, .gallery-slide a.btn2, .gallery-slide a.btn3,
.gallery-slide a.btn4, .gallery-slide a.btn5, .gallery-slide a.btn6,
.gallery-slide a.btn7, .gallery-slide a.btn8, .gallery-slide a.btn9 {
	display: block;
	position: relative;
	padding: 10px 40px;
	margin: 0 0 4px;
	left: 0;
	text-decoration: none;
	border-radius: 10px;
	font-size: 24px;
	color: rgb(255,255,255);
}
.gallery-slide a.btn1 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/additions/001.jpeg) 0 no-repeat;
	background-size: cover;
}
.gallery-slide a.btn2 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/basement/001.jpg) 0 no-repeat;
	background-size: cover;
}
.gallery-slide a.btn3 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/bathroom/001.jpg) 0 no-repeat;
	background-size: cover;
}
.gallery-slide a.btn4 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/deck-and-stairs/001.jpg) 0 no-repeat;
	background-size: cover;
}
.gallery-slide a.btn5 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/doors-and-windows/001.JPEG) 0 no-repeat;
	background-size: cover;
}
.gallery-slide a.btn6 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/interior/001.JPEG) 0 no-repeat;
	background-size: cover;
}
.gallery-slide a.btn7 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/kitchen/001.JPEG) 0 no-repeat;
	background-size: cover;
}
.gallery-slide a.btn8 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/patios-and-porches/002.JPEG) 0 no-repeat;
	background-size: cover;
}
.gallery-slide a.btn9 {
	background: linear-gradient(to right, rgb(12,12,12) 65%, rgba(12,12,12,0)), url(../img/gallery/sun-rooms/after/002.JPEG) 0 no-repeat;
	background-size: cover;
}
.gallery-page {
	padding: 75px 0 75px 0;
	background: rgb(255,255,255);
}
.gallery-page h1 {
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	text-shadow: 2px 2px 1px rgb(12,12,12);
	text-transform: uppercase;
	color: rgb(91,130,0);
}
.gallery-page h3 {
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: rgb(86,87,86);
}
.gallery-page span {
	color: rgb(87, 86, 87);
}
/* Gallery Page End */
/* Reviews Page Start */
.referrals-page-section-1 {
	background: rgb(255,255,255);
	padding: 125px 0 50px 0;
}
.referrals-page-section-1 h1 {
	color: rgb(246,177,24);
	font-size: 3rem;
	text-align: center;
	font-family: 'font';
}
.referrals-page-section-1 p {
	color: rgb(129,141,148);
	font-size: 17px;
	font-family: 'font2';
	text-align: center;
}
.referrals-page-section-1 span {
	font-weight: 600 !important;
	text-transform: uppercase;
	color: rgb(246,177,24);
}
/*Reviews Page End */
.contact-slide .container {
	padding: 125px 0 125px 0;
}
.parallax8 {
	background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/contact-slide-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
	overflow: hidden;
  background-size: cover;
}
.contact-slide .square6 {
	background: rgb(255,255,255,0.9);
	margin: 0px 180px 0px 180px;
	padding: 80px 0 80px 0;
}
.contact-slide h1 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 3rem;
	text-align: center;
}
.contact-slide p {
	font-size: 22px;
	font-weight: 600;
	color: rgb(0,0,0);
	text-align: center;
	font-family: 'Montserrat';
}
.contact-slide span {
	color: rgb(246,177,24);
}
.main-contact {
	background: rgb(255,255,255);
	padding: 125px 0 125px 0;
}
.card3 {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 3px;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255,0);
	border: 6px double rgb(255,255,255);
	visibility: hidden;
}
.card3 h3 {
	font-family: 'Montserrat';
	font-size: 1.75rem;
	color: rgb(246,177,24);
	font-weight: 600;
	text-align: left;
}
.card3 span {
	font-size:1.2rem;
	font-weight:600;
	font-style: italic;
	text-transform: none;
	color: rgba(255,255,255);
}
.card3 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: left;
	color: rgb(12,12,12);
}
.card3 i {
	font-size: 30px;
	padding-left: 10px;
	color: rgb(255, 197, 38);
}
.card3 hr {
	border-top: 4px solid rgb(241,197,82);
	width: 80px;
	opacity: 1;
	padding-bottom: 25px;
	margin:auto;
}
.card3 .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	text-shadow: 1px 1px 1px #444;
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card3 .btn span {
	position:relative;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px #444;
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card3 h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}
.card3:hover .btn {
	background:transparent !important;
	color: rgb(255, 255, 255);
}
.card3:hover span {
	left:12px;
}
.card3 img {
	border-radius: 100%;
	max-width: 100px;
}
/******************************************** DAVIDS MOBILE CODE END *************************************************/

.view-gallery-btn {
	position:relative;
	display: inline-block;
	background: #b34141;
	padding: 5px 30px;
	color: #fff;
	font-weight: 600;
}

#login-page .btn-primary.disabled, .btn-primary:disabled {
	background-color:#1f1f1f;
}

#login-page .about-header-section {
    text-align: center;
    padding: 0;
    background: linear-gradient(to bottom, rgba(19, 19, 19, 0.81), rgba(4, 4, 4, 0.81)), url(../img/backgrounds/service-page-two-header-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
#login-page .about-header-section {
	height:100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
#login-page .about-header-section form {
	background:#fff;
	padding: 30px;
	margin:auto;
	text-align: left;
	box-shadow: 0px 0px 20px 1px #000;
}

#login-page #form-login {
	padding:30px 0 50px;
}
#login-page #form-login .btn {
	width:100%;
	margin: 0 0 15px;
	box-shadow: none;
}
#login-page #form-login .btn-secondary {
	padding:0;
	text-align:inherit;
	color: inherit;
	background-color: transparent;
	width:inherit;
	border:none;
}
#login-page #form-login .btn-secondary:hover {
	background-color:transparent !important;
	color:#585858;
}
#login-page .btn-primary {
	border:none;
	color:#fff;
	background-color:#252525;
}

#login-page input {
	padding:6px 10px;
	margin: 0 0 15px;
	width: 100%;
}
body#login-page {
	visibility:visible;
}
#login-page .login-form-container {
	position: relative;
	overflow: hidden;
	padding: 0;
	/* height: inherit; */
}
#login-page #form-login {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logout-btn {
	position:relative;
	display:inline-block;
	color:#fff;
	font-weight: 700;
	padding:6px 30px;
	background: #b34141;
}
#image-uploads .upload-container {
	padding: 50px 0 !important;
}
#image-uploads .form-control {
	margin-left:10px;
}
    
}

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


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

    
.section-a .overlay {
    padding: 17% 0%;
    background: #ffffffb8;
    color: #a50110;
}
    
.section-b {
    background: white;
    padding: 14% 0%;
}
    
.section-c {
    background: #f3f3f3;
    padding: 17% 0%;
    text-align: center;
}
    
.section-c h1, .section-c h4 {
    color: #565656;
}
    
.section-d .overlay {
    padding: 22% 0%;
    background: rgba(165, 1, 16, 0.23);
    color: white;
    text-align: center;
}
    
.btn {
    background: #a50110;
    width: 56%;
    padding: 14px 0px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
}
    
.divider-a .btn {
    background: #a5011000;
    width: 45%;
    padding: 14px 0px;
    color: #b9b9b9;
    cursor: pointer;
    outline: none;
    border: 2px solid #ffffff;
}
    
.services-c {
    background: #f3f3f3;
    padding: 11% 0%;
    text-align: center;
}
    
.divider-b {
    background: #e4e4e4;
    padding: 20% 0%;
    text-align: center;
    color: #90020f;
}
    
.services-d {
    background: white;
    padding: 13% 0%;
    text-align: center;
}
    
.gallery-a {
    padding: 12% 0%;
    text-align: center;
    background: white;
}
    
.residential-a {
    padding: 11% 1%;
    background: white;
}
    
}