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


@import url('https://fonts.googleapis.com/css?family=Montserrat');

@font-face {
	font-family: 'Roboto', sans-serif;
	src:url('../fonts/SaintMarcheRough.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');
}

.employment-section-1 {
	padding: 75px 0 75px 0;
}
.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}


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

.lnr-chevron-right {
  color: #232323;
  /* We can use "color" for setting the color
  of the SVG because we set its "fill" to
  "currentColor" */
  font-size: 22px;
  /* 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. */
}



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

body {
    font-family: 'Montserrat', sans-serif;
}
html,body{
	  overflow-x: hidden;
		
}

a {
	color: #bda892;
	cursor:pointer;
}

a:hover {
    color: #252525;
    text-decoration: underline;
}

.btn {
	background: #143306;
	width: 29%;
	padding: 14px 0px;
	color: #d4bfa9;
	cursor:pointer;
	outline: none;
	border: 0px solid #f9a22f;
	margin-top: 37px;
	font-size: 13px;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #3caaca;
	border-color: #3caaca;
	box-shadow: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #3caaca;
    border-color: #3caaca;
}
.btn.focus, .btn:focus {
	outline:none;
	border:none;
	box-shadow: none;
}

.section-divider {
	position:relative;
	padding: 80px 0;
}

/*.alert {*/
/*    margin: auto;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/
/*.alert {*/
/*    position: fixed;*/
/*    transform: scale(0,0);*/
/*    padding: 6em;*/
/*    border: 0;*/
/*    background: white;*/
/*    box-shadow: 0px 0px 40px -6px #000;*/
/*    border-radius: 0;*/
/*    z-index: 1100;*/
/*    overflow: auto;*/
/*    justify-content: center;*/
/*    -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;*/
/*}*/

.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);*/
	background:rgba(0, 0, 0, 0);

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

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

#myBtn {
    display: block; /* 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 */
    padding-bottom: 5px;
    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;
}


/*******************  Jarallax Styling *************************/

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


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

body {
    background: #e9ecef;
}

.top-header {
	position:absolute;
	width:100%;
	z-index:1;
	padding: 6px 0;
	background: #1f1f1f;
}
.top-header a,
.top-header i {
	color:#ffffff;
}

.navbar-scroll {
	padding: 10px 0;
	position: absolute;
	background: #06330ea3;
	margin-top: 36px;
	width: 100%;
	z-index: 1;
}
.navbar-light .navbar-brand {
	color: #444444;
	font-size: 20px;
}
.navbar-light .navbar-nav .nav-link {
	font-size: 17px;
	font-weight: bold;
	padding: 0 22px;
	color: #ffffff;
}
.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: #bda892;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #bda892;
}

.navbar-collapse {
	height:100%;
}

.mobile-top-header {
	display:none !important;
}

#logo-pic {
    width: 100%;
}

.shrink {
	height: 85px;
	background-color: #f7f7f7;
	border: none;
	margin-top: 0;
}


.remove {
	display: none;
}
.small {
	height: 180px;
    width: 180px;
	-webkit-transition: all .4s ease;
  	transition: all .4s ease;
	margin-left: 25px;
}
/*.mobile-menu {*/
/*    position: fixed;*/
/*    transform: scale(0,0);*/
/*    padding: 6em;*/
/*    border: 0;*/
/*    background: white;*/
/*    box-shadow: 0px 0px 40px -6px #000;*/
/*    border-radius: 0;*/
/*    z-index: 1100;*/
/*    overflow: auto;*/
/*    justify-content: center;*/
/*    -webkit-transition-property: all;*/
/*    -webkit-transition-duration: .30s;*/
/*    -webkit-transition-timing-function: ease-in-out;*/
/*    transition-property: all;*/
/*    transition-duration: .30s;*/
/*    transition-timing-function: ease-in-out;*/
/*}*/
/*.alert {*/
/*    margin: auto;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/
/*.alert {*/
/*    position: fixed;*/
/*    transform: scale(0,0);*/
/*    padding: 6em;*/
/*    border: 0;*/
/*    background: white;*/
/*    box-shadow: 0px 0px 40px -6px #000;*/
/*    border-radius: 0;*/
/*    z-index: 1100;*/
/*    overflow: auto;*/
/*    justify-content: center;*/
/*    -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 {
	display:none;
}
.mobile-menu .dropdown-menu-mobile, .mobile-menu .dropdown-menu-mobile-2, .mobile-menu .dropdown-menu-mobile-3, .mobile-menu .dropdown-menu-mobile-4 {
	  position:relative;
	  display:none;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  float: left;
	  height:0px;
	  margin:0;
	  width:100%;
	  padding: 0;
	  font-size: 1em;
	  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, .dropdown-menu-animate-3, .dropdown-menu-animate-4 {
	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, .mobile-menu .dropdown-menu-mobile-3 a, .mobile-menu .dropdown-menu-mobile-4 a {
	/*color:#545454;*/
	color:white;;

	font-weight:600 !important;
	font-size: 0.8em;
	font-family:'Raleway';
	text-align:center;
}





.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: white;
    text-align: left;
    list-style: none;
    background-color: #272727c4;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 0px;
    clear: both;
    font-weight: 400;
    color: white;
    text-align: center;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}



/* ========================================================== */
/* 			           HOME PAGE 		                      */
/* ========================================================== */




.home-slider {
	
	padding: 300px 0px 100px 0px;
    /*background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/home-slider.jpg); background-size: cover;*/
		
		
background-image: linear-gradient(rgb(0 0 0 / 64%), rgb(0, 0, 05, 0.3)), url(../img/backgrounds/masonry.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: 50% 85%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
		
}
.home-slider h1 {
	font-family: 'Raleway';
	font-size: 2.9rem;
  text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: rgb(250,250,250);
	text-transform: uppercase;
}
.home-slider h1 span{
	color: #fff; text-indent: 0; line-height: 35px; font-size: 1rem; font-weight: 700; text-shadow: none;
	text-align:center;
}
.home-slider h2 {
/*	font-family: 'font4';
	font-size: 35px;
  text-align: left;
	line-height: 70px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 800;
	color: rgb(250,250,250);*/

	color: #fff; text-indent: 0; line-height: 35px; font-size: 1rem; font-weight: 700; text-shadow: none;
	text-align:center;
	}
.home-slider h3 {
	color: #fff; text-indent: 0; line-height: 35px; font-size: 1rem; font-weight: 700; text-shadow: none;
	text-align:center;
}
.home-slider h4 {
	color: #fff; text-indent: 0; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: underline;
}
.home-slider h4.pricing {
	color: #fff; text-indent: 0; line-height: 25px; font-size: 1.25rem; font-weight: 700; text-shadow: 5px 5px 5px black; text-decoration: none;
}
.home-slider h5 {
	color: #fff; font-size: 16px;
}
.home-slider h5 span {
	color: gold;
}
.home-slider p {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600; line-height: 35px;
	text-shadow: 1px 6px 15px  black;
	text-align: justify;
	color: rgb(250,250,250);
}

.home-slider a {
	background: #06330ea3;
	padding: 15px;
	border-radius:32px;
	color: white;
	font-weight: 800;
	border: 2px white solid;
	text-align: center;
	display: inline-block;
}

a.green{
	background: #06330ea3;
}
.home-slider a:hover {
	background: white;
	color: #222a45;
}

.home-slider .row.flags{
	/*display: none; */
}




.estimate-section-divider {
	background:#e0e0e0;
	text-align:center;
}

/*
iframe {
	border:none;
}
*/
#home .about-welcome-section {
	background-color: yellow;
}

/*Home Welcome Section*/
.home-welcome-section {
    text-align: center;
    background: #f3f3f3;
    padding: 3%;
}

.home-welcome-section #row2 {
    margin-top: 4%;
    text-align: center;
}

.home-welcome-section .content-wrap {
    overflow: hidden;
} 

.home-welcome-section .pic1 {
    background-image: url(/img/backgrounds/house7.jpg);
    background-size: cover;
    -webkit-transition: all .2s ease;
  	transition: all .2s ease;
}

.home-welcome-section .pic1:hover {
    transform: scale(1.2);
}

.home-welcome-section .pic2 {
    background-image: url(/img/backgrounds/micheals2.jpg);
    background-size: cover;
    -webkit-transition: all .2s ease;
  	transition: all .2s ease;
}

.home-welcome-section .pic2:hover {
    transform: scale(1.2);
}

.home-welcome-section .pic3 {
    background-image: url(/img/backgrounds/stone-works-seattle-wa.jpg);
    background-size: cover;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.home-welcome-section .pic3:hover {
    transform: scale(1.2);
}

.home-welcome-section h1 {
    color: #656565;
}

.home-welcome-section h3 {
    margin-top: 22px;
    color: #656565;
}

.home-welcome-section p {
    color: #797171;
}

.home-welcome-section .overlay {
    padding: 26% 0%;
    background: #143306ab;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: white;
}

.home-welcome-section .overlay:hover {
    background: #06330ea3;
    color: #d4bfa9;
}

/*Section A*/
.section-a {
    text-align: center;
    background-image: url(/img/backgrounds/brown-wall.jpeg);
    background-size: cover;
    background-attachment: fixed;
}

.section-a .overlay {
    padding: 4% 0%;
    background: #000000b8;
    color: #bda58c;
}

.section-a p {
    color: #ffffff;
}

/*Section B*/
.section-b {
    background: white;
    padding: 4% 0%;
}

.section-b .pic {
    /*background-image: url(/img/backgrounds/paint.jpg);*/
    background-image: url(/img/backgrounds/paint-1.jpg);
    background-size: cover;
    background-position: 0% 44%;
    width: 100%;
    padding: 30%;
    position: relative;
    left: 69px;
}

.section-b #info {
    padding: 7% 0%;
    text-align: right;
}

.section-b h2 {
    color: #0d3345;
}

.section-b p {
    color: #797171;
}

/*Section C*/
.section-c {
    background: #f3f3f3;
    padding: 4% 0%;
    text-align: center;
}

.section-c #info {
    background: #f3f3f3;
    margin-right: 10px;
    margin-top: 10px;
    padding: 2% 1%;
}

.section-c #icon1 {
    width: 36%;
    margin-bottom: 19px;
}

.section-c #icon2 {
    width: 11%;
    margin-bottom: -11px;
    position: relative;
    top: -19px;
}

.section-c #icon3 {
    width: 28%;
    margin-bottom: 12px;
    position: relative;
    top: 0px;
}

.section-c #icon4 {
    width: 31%;
    margin-bottom: 19px;
}

.section-c #icon5 {
    width: 38%;
    margin-bottom: -5px;
    position: relative;
    top: -15px;
}

.section-c #icon6 {
    width: 37%;
    margin-bottom: 37px;
    position: relative;
    top: 19px;
}

.section-c h1, .section-c h4 {
    color: #000000;
}

.section-c p {
    color: #797171;
}

.section-c .video {
    margin-top: 5%;
}

/*Section D*/
.section-d {
    background-image: url(/img/backgrounds/color-wall.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.section-d .overlay {
    padding: 6% 0%;
    background: #14330666;
    color: white;
    text-align: center;
}


/* CUSTOMIZE TABS
-------------------------------------------------- */



/* CUSTOM CAROUSEL
-------------------------------------------------- */


/* ========================================================== */
/* 			           ABOUT PAGE                         	  */
/* ========================================================== */
/*About Showcase*/
.about-showcase {
    background-image: url(/img/backgrounds/masonry5.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 0% -377px;
    text-align: center;
    color: white;
}

.about-showcase .overlay {
    padding: 6% 0%;
    padding-top: 12%;
    color: #ffffff;
    border-bottom: 0px solid #272663;
}

/*About A*/
.about-a {
	background: white;
    padding: 4% 0%;
    text-align: center;
}

.about-a h1 {
    color: #656565;
}

.section-b h2 {
    color: #656565;
}

.about-a p {
    color: #797171;
}

/*About Secton*/
.about-section {
    background-image: url(/img/backgrounds/mason.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.about-section .overlay {
    background: #000000a3;
    padding: 8% 0%;
}

/*About B*/
.about-b {
	background: white;
    padding: 4% 0%;
    text-align: center;
}

.about-b img {
    width: 45%;
    margin-top: 4%;
}

.about-b h1 {
    color: #656565;
}

.about-b p {
    color: #797171;
}

.about-b .btn {
    margin-top: 33px;
}




/* CUSTOMIZE TABS
-------------------------------------------------- */



/* CUSTOM CAROUSEL
-------------------------------------------------- */


/* ========================================================== */
/* 			           SERVICES PAGE                          */
/* ========================================================== */
.services-showcase {
    background-image: url(/img/backgrounds/masonry5.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 0% -377px;
    text-align: center;
    color: white;
}

.services-showcase .overlay {
    padding: 6% 0%;
    padding-top: 12%;
    color: white;
}

#more {
    color: #005ca7;
    font-weight: bold;
}

/*Services A*/
.services-a {
	background: white;
    padding: 4% 0%;
    text-align: center;
}

.services-a h1 {
    color: #656565;
}

.services-a p {
    color: #797171;
}

/*Services B*/
.services-b {
	background: white;
    padding: 4% 0%;
    text-align: center;
}

.services-b img {
    width: 45%;
    margin-top: 4%;
}

.services-b h1 {
    color: #656565;
}

.services-b p {
    color: #797171;
    margin-top: 11px;
}

/*Services C*/
.services-c {
	background: #f3f3f3;
    padding: 4% 0%;
    text-align: center;
}

.services-c img {
    width: 45%;
    margin-top: 4%;
}

.services-c h1 {
    color: #656565;
}

.services-c p {
    color: #797171;
    margin-top: 11px;
}

/*Services D*/
.services-d {
	background: white;
    padding: 4% 0%;
    text-align: center;
}

.services-d img {
    width: 45%;
    margin-top: 4%;
}

.services-d h1 {
    color: #656565;
}

.services-d p {
    color: #797171;
    margin-top: 11px;
}

.services-d a {
    margin-top: 10px;
}

/*Services Section*/
.services-section {
    color: white;
}

.services-section a {
    color: #ffffff;
    cursor: pointer;
}

.services-section a:hover {
    color: #ffffff;
    cursor: pointer;
    text-decoration-color: #3a3a3a;
}

.services-section .col-sm {
    overflow: hidden;
}

.services-section .pic1 {
    background-image: url(/img/backgrounds/building1.jpg);
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease;
  	transition: all .2s ease;
}

.services-section .pic1:hover {
    transform: scale(1.2);
}

.services-section .pic2 {
    background-image: url(/img/backgrounds/stucco.jpg);
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease;
  	transition: all .2s ease;
}

.services-section .pic2:hover {
    transform: scale(1.2);
}

.services-section .pic3 {
    background-image: url(/img/backgrounds/masonry.jpg);
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease;
  	transition: all .2s ease;
}

.services-section .pic3:hover {
    transform: scale(1.2);
}

.services-section .overlay {
    padding: 17% 0%;
    background: #06330ea3;
    text-align: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: white;
}

.services-section .overlay:hover {
    background: #06330ea3;
    color: white;
}

.services-section .col-sm {
    padding: 0;
}

.divider-a {
    background: #e4e4e4;
    padding: 4% 0%;
    color: #585858;
    text-align: center;
}

.divider-a .btn {
    background: #a5011000;
    width: 29%;
    padding: 14px 0px;
    color: #143306;
    cursor: pointer;
    outline: none;
    border: 2px solid #143306;
}

.divider-b {
    background: #e4e4e4;
    padding: 4% 0%;
    text-align: center;
    color: #143306;
}

.divider-b p {
    color: #656565;
}

/* CUSTOMIZE TABS
-------------------------------------------------- */



/* CUSTOM CAROUSEL
-------------------------------------------------- */


/* ========================================================== */
/* 			            STONEWORK PAGE                        */
/* ========================================================== */

.stone-a {
    padding: 5% 1%;
    background: white;
}

.stone-a .pic {
    background-image: url("/img/backgrounds/stone-works-moses-lake-wa.jpg");
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 320px;
}

.stone-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.stone-a h1 {
    color: #656565;
}

.stone-a p {
    color: #797171;
}


/* ========================================================== */
/* 			            PLASTER PAGE                          */
/* ========================================================== */

.plaster-a {
    padding: 5% 1%;
    background: white;
}

.plaster-a .pic {
    background-image: url("/img/backgrounds/store1.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.plaster-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.plaster-a h1 {
    color: #656565;
}

.plaster-a p {
    color: #797171;
}

/* ========================================================== */
/* 			            STUCCO PAGE                           */
/* ========================================================== */

.stucco-a {
    padding: 5% 1%;
    background: white;
}

.stucco-a .pic {
    background-image: url("/img/backgrounds/conditioner1.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.stucco-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.stucco-a h1 {
    color: #656565;
}

.stucco-a p {
    color: #797171;
}

/* ========================================================== */
/* 			            PAINTING PAGE                         */
/* ========================================================== */

.painting-a {
    padding: 5% 1%;
    background: white;
}

.painting-a .pic {
    background-image: url("/img/backgrounds/painting.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.painting-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.painting-a h1 {
    color: #656565;
}

.painting-a p {
    color: #797171;
}

/* ========================================================== */
/* 			            RESIDENTIAL PAGE                      */
/* ========================================================== */

.residential-a {
    padding: 5% 1%;
    background: white;
}

.residential-a .pic {
    background-image: url("/img/backgrounds/masonry1.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.residential-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.residential-a h1 {
    color: #656565;
}

.residential-a p {
    color: #797171;
}

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

.gallery-a {
    padding: 6% 0%;
    text-align: center;
    background: white;
}
.gallery-a h2{
	font-weight: 700; 
}
.gallery-a span{
	font-size:2rem;
}

#portfolio, #portfolio2, #portfolio3, #portfolio4, #portfolio5 {
  display: block;
}

#portfolio li, #portfolio2 li, #portfolio3 li, #portfolio4 li, #portfolio5 li {
  display: block;
  float: left;
  /* width:280px; */
  /* height:160px; */
  position:relative;
  margin:10px;
  overflow:hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
}

#portfolio li a, #portfolio2 li a, #portfolio3 li a, #portfolio4 li a, #portfolio5 li a {
  display:block;
  background: #fff;
  width:100%;
  height: 306px;
  width: 434px;
  overflow:hidden;
  position:relative;
  -o-transition:all .30s ease;
  -moz-transition:all .30s ease;
  -webkit-transition:all .30s ease;
  transition:all .30s ease;
}

#portfolio li a img, #portfolio2 li a img, #portfolio3 li a img, #portfolio4 li a img, #portfolio5 li a img {
   position: absolute;
   top: -9999px;
   bottom: -9999px;
   left: -9999px;
   right: -9999px;
   margin: auto;
   width: 120%;
}

#portfolio li a:hover, #portfolio2 li a:hover, #portfolio3 li a:hover, #portfolio4 li a:hover, #portfolio5 li a:hover {
	opacity:.8;
	transform:scale(1.1);
}
/* ========================== Gallery ZoomIn Effect ================================ */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ========================================================== */
/* 			           CONTACT PAGE                           */
/* ========================================================== */

.header-contact_info {
	font-size:1em;
	font-weight:400;
	color:#297cae;
	padding:0;
	margin:0;
}
.contact-header-section {
	position:relative;
	background-image: url(/img/backgrounds/fence4.jpg);
	background-size: cover;
	color:#ffffff;
	padding:168px 0 80px;
}
.contact-content-section {
	background: white;
}

/* ========================================================== */
/* 			            REVIEWS PAGE                          */
/* ========================================================== */
.reviews-a {
    background: white;
    text-align: center;
    padding: 7%;
}

.reviews-a .overlay {
    background: none;
}

.reviews-a h1 {
    color: #8c8c8c;
}

.reviews-a p {
    margin-top: 0;
    margin-bottom: 0rem;
    color: gray;
}

.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: #a50110;
}

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

.bottom-section .col-sm {
    padding: 0;
}

.bottom-section .overlay {
    background: #ffffffb0;
    padding: 7%;
}

/* ========================================================== */
/* 			            EXTERIOR/INTERIOR PAGE                          */
/* ========================================================== */
.exterior-a {
    padding: 5% 1%;
    background: white;
}

.exterior-a .pic {
    background-image: url("/img/backgrounds/interior.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.exterior-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.exterior-a h1 {
    color: #656565;
}

.exterior-a p {
    color: #797171;
}

/* ========================================================== */
/* 			            SERVICE AREA PAGE                     */
/* ========================================================== */
.service-area {
    padding: 5% 1%;
    background: white;
}

.service-area .pic {
    background-image: url("/img/backgrounds/stacked.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.service-area .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.service-area h1 {
    color: #656565;
}

.service-area p {
    color: #797171;
}

/* ========================================================== */
/* 			            PATIO PAGE                            */
/* ========================================================== */

.patio-a {
    padding: 5% 1%;
    background: white;
    text-align: center;
}

.patio-a .pic {
    background-image: url("/img/backgrounds/sheet-rock.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.patio-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.patio-a h1 {
    color: #656565;
}

.patio-a p {
    color: #797171;
}

#patio {
    margin-top: 50px;
    width: 100%;
}

/* ========================================================== */
/* 			            SHEETROCK PAGE                        */
/* ========================================================== */

.sheet-a {
    padding: 5% 1%;
    background: white;
    text-align: center;
}

.sheet-a .pic {
    background-image: url("/img/backgrounds/sheet-rock.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.sheet-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.sheet-a h1 {
    color: #656565;
}

.sheet-a p {
    color: #797171;
}

#sheet {
    margin-top: 50px;
}

/* ========================================================== */
/* 			            WALLS PAGE                            */
/* ========================================================== */

.wall-a {
    padding: 5% 1%;
    background: white;
}

.wall-a .pic {
    background-image: url("/img/backgrounds/low-wall.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.wall-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.wall-a h1 {
    color: #656565;
}

.wall-a p {
    color: #797171;
}

/* ========================================================== */
/* 			            WHY PAGE                              */
/* ========================================================== */

.why-a {
    padding: 5% 1%;
    background: white;
    text-align: center;
}

.why-a .pic {
    background-image: url("/img/backgrounds/low-wall.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.why-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.why-a h1 {
    color: #656565;
}

.why-a p {
    color: #797171;
}

#house {
    width: 19%;
    margin-top: 3%;
}

/* ========================================================== */
/* 			            Service1 PAGE                               */
/* ========================================================== */

.service1-a {
    padding: 5% 1%;
    background: white;
}

.service1-a .pic {
    background-image: url("/img/backgrounds/store1.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.service1-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.service1-a h1 {
    color: #656565;
}

.service1-a p {
    color: #797171;
}

/* ========================================================== */
/* 			            Service2 PAGE                               */
/* ========================================================== */

.service2-a {
    padding: 5% 1%;
    background: white;
}

.service2-a .pic {
    background-image: url("/img/backgrounds/man-plaster.jpg");
    background-size: cover;
    background-position: center;
    width: 55%;
    height: 320px;
    position: relative;
    left: 100px;
}

.service2-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.service2-a h1 {
    color: #656565;
}

.service2-a p {
    color: #797171;
}

/* ========================================================== */
/* 			            Service3 PAGE                               */
/* ========================================================== */

.service3-a {
    padding: 5% 1%;
    background: white;
}

.service3-a .pic {
    background-image: url("/img/backgrounds/brown-wall.jpeg");
    background-size: cover;
    background-position: center;
    width: 55%;
    height: 320px;
    position: relative;
    left: 100px;
}

.service3-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.service3-a h1 {
    color: #656565;
}

.service3-a p {
    color: #797171;
}

/* ========================================================== */
/* 			            COMMERCIAL PAGE                       */
/* ========================================================== */

.commercial-a {
    padding: 5% 1%;
    background: white;
}

.commercial-a .pic {
    background-image: url("/img/backgrounds/store3.jpg");
    background-size: cover;
    background-position: center;
    width: 55%;
    height: 320px;
    position: relative;
    left: 100px;
}

.commercial-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.commercial-a h1 {
    color: #656565;
}

.commercial-a p {
    color: #797171;
}

/* ========================================================== */
/* 			            OWNER PAGE                            */
/* ========================================================== */

.owner-a {
    padding: 5% 1%;
    background: white;
    text-align: center;
}

.owner-a .pic {
    background-image: url("/img/backgrounds/air-purifier.png");
    background-size: cover;
    background-position: center;
    width: 55%;
    height: 320px;
    position: relative;
    left: 100px;
}

.owner-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.owner-a h1 {
    color: #656565;
}

.owner-a h5 {
    color: #e19531
}

.owner-a p {
    color: #797171;
}

.owner-a img {
    margin-bottom: 10px;
}

.owner-a #stacked {
    width: 36%;
    margin-top: 3%;
}

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

.footer-section {
	padding:0 0 30px;
	background: #1f1f1f;
	color: white;
	text-align: center;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	margin-bottom:1em;
}




/* RESPONSIVE CSS
-------------------------------------------------- */

@media screen and (min-width : 1824px) {

}

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

.about-showcase .overlay {
    padding: 6% 0%;
    padding-top: 14%;
}
    
.services-showcase .overlay {
    padding: 6% 0%;
    padding-top: 14%;
}
    
#portfolio {
    display: block;
    padding-left: 11%;
}
    
.top-header {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 8px 0;
    background: #1f1f1f;
}
    
}

@media screen and (max-width: 1190px) {
	
.header-contact_info {
	font-size: .9em;
}

.top-header .col-sm-2 {
	padding-top: 11px;
}

.top-header .col-sm-3 {
	padding-top: 11px;
}
    
#portfolio {
    display: block;
    padding-left: 14%;
}
    
.about-showcase .overlay {
    padding: 6% 0%;
    padding-top: 16%;
}
    
.services-showcase .overlay {
    padding: 6% 0%;
    padding-top: 16%;
}

}

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

@media screen and (max-width: 991px) {
.top-header a, .top-header i {
    color: white;
}

.top-header {
	display:none;
}
.header-contact_info {
    font-size: 1.5em;
}
.navbar-scroll {
	display:none;
}

.header-contact_info a {
    color: #333;
}

.mobile-top-header .logo {
    position: absolute;
    top: 4px;
    left: 43px;
    width: 62%;
    padding-bottom: 0;
}
.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;
}
.mobile-top-header {
	display:block !important;
	padding: 0 30px 0;
	background: #06330ea3;
	z-index: 4;
	overflow:visible;
}
.top-header div[class*='col-']:nth-child(2) {
	background:none;
	margin:0;
}
.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;
	display:none;
}
.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 {
    position: fixed;
    transform: scale(0,0);
    padding: 6em;
    border: 0;
    background: white;
    box-shadow: 0px 0px 40px -6px #000;
    border-radius: 0;
    z-index: 1100;
    overflow: auto;
    justify-content: center;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}

.alert {
    position: fixed;
    transform: scale(0,0);
    padding: 6em;
    border: 0;
    background: white;
    box-shadow: 0px 0px 40px -6px #000;
    border-radius: 0;
    z-index: 1100;

    overflow: auto;
    justify-content: center;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.alert {
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mobile-menu div[class*='col'] {
    display: flex;
    justify-content: center;
}
.mobile-menu .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 20px 0;
    height: 100px;
    width: 100px;
    border-radius: 0px;
    color: #fff;
    background: #ff000000;
    border: 1px solid #fff;
    text-align: center;
}
.mobile-menu-custom-show {
    position: fixed;
    color: rgb(255, 255, 255);
    transform: scale(1,1);
    visibility: visible;
    padding: 2rem;
    border: 0;
    background: #a50110;
    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-top-hero {
	background-size: cover;
	padding: 40px 0 0;
	top:0;
	left:0;
	width:100%;
	text-align: center;
}
.mobile-menu-top-hero h2 {
	padding:0 25px;
}


#mobile-menu-header {
  margin-top:0;
  background: #ffffff00;
  box-shadow: none;
}
#mobile-menu-header ul {
	list-style:none;
	padding:0 20px;
	margin-top: 8em;
	position: relative;
	width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff;
	padding: 20px 20px;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
    outline: none;
    z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
#home .show-form {
	background: white;
	position:relative;
	top:2em;
	left:0;
	opacity: 0;
}*/

.dropdown-wrapper {
    margin: 0;
    padding: 0;
}

.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: 1.2em;
    /*color: #c5c5c5 !important;*/
    color: white !important;
}
.mobile-menu-custom-show {
    top: 0%;
		background: #06330ef0;
}
.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: inherit;
    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: #0000004f;
    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; 
}
    
.about-showcase {
    background-image: url(/img/backgrounds/stacked.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 0% -377px;
    text-align: center;
    color: white;
}

.services-showcase {
    background-image: url(/img/backgrounds/stacked.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 0% -377px;
    text-align: center;
    color: white;
}



.estimate-form {


}

.estimate-form h1{
	display:block !important;

	opacity:1 !important;
	padding-bottom: 40px; 
	
}
.estimate-form p{
	display:block !important;
	opacity: 1 !important;;
		padding-bottom: 30px; 

}
.show-form{
	opacity: 1 !important;
}


}

@media screen and (max-width: 425px) {
    
.about-showcase {
    background-image: url(/img/backgrounds/stacked.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 0% -377px;
    text-align: center;
    color: white;
}

.section-b #info {
    padding: 7% 5%;
    text-align: center;
}
    
.contact-content-section {
    background: white;
    text-align: center;
}
    
.section-b .pic {
    top: -6px;
}
    
.mobile-top-header .logo {
    position: absolute;
    top: 7px;
    left: 4px;
    width: 107%;
    padding-bottom: 0;
}
    
.btn {
    width: 43%;
    padding: 14px 0px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
		font-size: 7px;
}

    
.footer-section {
    padding: 0 0 30px;
    background: #1f1f1f;
    color: white;
    text-align: center;
}
    
.about-showcase .overlay {
    padding: 13% 0%;
    padding-top: 28%;
}
    
.about-section .overlay {
    background: #0000004f;
    padding: 19% 0%;
}
    
.services-showcase .overlay {
    padding: 13% 0%;
    padding-top: 28%;
}
    
.services-section .col-sm {
    padding: 1% 0%;
}
    
#portfolio {
    display: block;
    padding-left: 15%;
}
    
.home-welcome-section {
    text-align: center;
    background: #f3f3f3;
    padding: 12% 1%;
} 
    
.home-welcome-section p {
    color: #797171;
    margin-bottom: 18%;
}
    
.about-a {
    background: white;
    padding: 11% 0%;
    text-align: center;
}
    
.about-b {
    background: white;
    padding: 10% 0%;
    text-align: center;
}
    
.about-b img {
    width: 85%;
    margin-top: 4%;
}
    
.services-a {
    background: white;
    padding: 8% 0%;
    text-align: center;
}
    
.services-section {
    color: white;
    background: white;
}
    
.services-b img {
    width: 85%;
    margin-top: 4%;
}
    
.divider-a {
    padding: 8% 0%;
    text-align: center;
}
    
.services-c {
    background: #f3f3f3;
    padding: 8% 0%;
    text-align: center;
}
    
.services-c img {
    width: 85%;
    margin-top: 4%;
}
    
.divider-b {
    padding: 10% 0%;
    text-align: center;
}
    
.services-d img {
    width: 85%;
    margin-top: 4%;
}
    
.services-d {
    background: white;
    padding: 9% 0%;
    text-align: center;
}
    
.service-area {
    padding: 8% 1%;
    background: white;
}
    
.thermostats-a {
    padding: 9% 1%;
    background: white;
}
    
.furnace-a {
    padding: 9% 1%;
    background: white;
}
    
.ac-a {
    padding: 8% 1%;
    background: white;
}
    
.hvac-a {
    padding: 9% 1%;
    background: white;
}
    
.mobile-menu-custom-show {
    background: #06330ef0;
}

#portfolio li a {
  display:block;
  background: #fff;
  width:100%;
  height: 306px;
  width: 300px;
  overflow:hidden;
  position:relative;
  -o-transition:all .30s ease;
  -moz-transition:all .30s ease;
  -webkit-transition:all .30s ease;
  transition:all .30s ease;
}
#portfolio li a img {
   position: absolute;
   top: -9999px;
   bottom: -9999px;
   left: -9999px;
   right: -9999px;
   margin: auto;
   width: 120%;
}






    
}

@media screen and (max-width: 375px) {
    
.mobile-top-header .logo {
    position: absolute;
    top: 9px;
    left: -6px;
    width: 113%;
    padding-bottom: 0;
}
    
.section-a .overlay {
    padding: 17% 0%;
}
    
.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 {
    width: 56%;
    padding: 14px 0px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
}
    
.divider-a .btn {
    width: 45%;
    padding: 14px 0px;
    cursor: pointer;
    outline: none;
}
    
.services-c {
    background: #f3f3f3;
    padding: 11% 0%;
    text-align: center;
}
    
.divider-b {
    padding: 20% 0%;
    text-align: center;
}
    
.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;
}
    
}