﻿/* 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: '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');
}

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

-webkit-transition: all .30s ease;
-moz-transition: all .30s ease;
-o-transition: all .30s ease;
transition: all .30s ease;

****************************************/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 25px;
  display: none;
  background-color: white;
  overflow: auto;
	word-break: break-word;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 110%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}


.tablink {
  background-color: #555;
  color: black;
  float: center ;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 57px;
  width: 100%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: black;
  display: none;
  padding: 50px;
  height: 100%;
	text-align: center;

}


.tablink1 {
  background-color: transparent;
  color: black;
  float: center;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 57px;
  width: inherit;
}

.tablink1:hover {
  background-color: #777;
}



/* Style the tab content */
.tabcontent1 {
  color: black;
  display: none;
  padding: 50px;
  text-align: center;
	align-content: center;
}

#London {background-color:red;}
#Paris {background-color:green;}
#Tokyo {background-color:blue;}
#Oslo {background-color:orange;}








.dropbtn {
  background-color: transparent;
  color: white;
  padding: 16px;
  font-size: 22px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  font-size: 15px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-content a:hover {background-color: transparent;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: transparent;}



















#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(39, 39, 39, 0.98), rgba(29, 29, 29, 0.94)), url(../img/slider/slider-bg-2.jpg) center center no-repeat;
    /* background-attachment: fixed; */
    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;
	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;
}
.btn-primary:hover {
	background-color:#3e3e3e !important;
}
#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%;
}
.owl-carousel .item {
	display:block;
	height:100%;
	/* background:whitesmoke; */
	/* box-shadow: 0px 0px 30px -11px #000; */
	/* padding:40px; */
}
.owl-carousel .owl-item span {
	font-size: 22px;
	font-weight:700;
	color:#353535;
}
.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: #cac2b7;
}

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


.card {
	max-height: 100%;
	background: rgba(255,255,255,0.20) !important;
	height: 100%;
	margin: 0 0 20px;
	padding: 18px 0;
	background: transparent;
	visibility: hidden;
}
.card h1 {
	font-size:1.4em;
	font-weight:700;
}
.card span {
	font-size:18px;
	font-weight:500;
	color:rgba(22,22,22,1);
}
.card .btn {
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
}
.card .btn span {
	position:relative;
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card .btn:hover {
	background:transparent !important;
	color:inherit;
}
.card .btn:hover span {
	left:12px;
}

.home-service-section {
	background: linear-gradient(to bottom, #ffffff00 40%, rgba(27, 27, 27, 0)), url(../img/backgrounds/home-service-bg.jpg) 0 4em no-repeat;
	padding-bottom: 20em !important;
	overflow: hidden;
}
.pre-footer-section {
	padding:0 !important;
}
.pre-footer-section .hours {
	display:flex;
	color: #fff;
	flex-direction:column;
	justify-content:center;
	padding:120px;
	background: #1d1d1d;
}
.pre-footer-section div[class*='col-']:last-child {
	padding:0;
}
.pre-footer-section .hours p {
	display:flex;
	padding:0 200px 0 0;
	flex-direction:row;
	justify-content:space-between;
}
.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: #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. */
}

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



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

body {
	font-family: 'Montserrat', sans-serif;
	visibility:hidden;
}


a {
	color: #757474;
	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;
}

#image-uploads .btn-primary.disabled,
#image-uploads .btn-primary.disabled span,
.btn-primary:disabled,
.btn-primary:disabled span {
	color:#fff;
	/* background-color: #272727; */
	border: none;
	cursor: not-allowed;
}
.btn {
	background: transparent;
	padding: 14px 30px;
	color: #252525;
	cursor:pointer;
	font-weight: 700;
	outline: none;
	border: 1px solid #a2a2a2;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {background: none;color: inherit;outline: none;box-shadow: none;}
.btn-primary:hover {
    /* border:none; */
    border-color: #3e3e3e;
}
.btn.focus, .btn:focus {
	outline:none;
	box-shadow: none;
}


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

.alert {
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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: 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 */
    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-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;
    /* box-shadow: 0px 0px 20px 0px #000; */
    -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;
	/* padding: 0 50px; */
	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;
	/* margin: 10px 0; */
	/* flex-direction:column; */
	/* justify-content:center; */
	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 {
    /* background: #e9ecef; */
    -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;
}

#about .top-header,
#about #scroll-header {
	/* position:relative; */
}
#about #scroll-header {
	/* padding:0; */
}
#about .top-header a {
	/* color:#333; */
}
.top-header {
	position: absolute;
	width:100%;
	z-index:1;
	padding: 6px 0;
	z-index: 3;
}
.top-header div[class*='col-']:first-child {
	display:flex;
	justify-content: space-evenly;
	align-items:center;
}
.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:flex-end;
	align-items:center;
}

.top-header a,
.top-header i {
	color:#ffffff;
	margin: 0;
}

.navbar-scroll {
	padding: 75px 0 0;
	position: absolute;
	/* background: #f3f3f3; */
	/* margin-top: 25px; */
	width: 100%;
	z-index: 1;
}
#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 16px;
	padding: 6px 0px;
	font-weight: 400;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	/* cursor: pointer; */
	overflow: hidden;
}
.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: #ffffff;
}
.navbar-light .navbar-nav .active>.nav-link:before, .navbar-light .navbar-nav .nav-link.active:before {
	position:absolute;
	content:'';
	width:100%;
	height: 1px;
	bottom:3px;
	left:0;
	background:#e6e6e6;
}
#projects .navbar-light .navbar-nav .active>.nav-link:before, #projects .navbar-light .navbar-nav .nav-link.active:before {
	position:absolute;
	content:'';
	width:100%;
	height: 1px;
	bottom:3px;
	left:0;
	background:#4e4e4e;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #ffffff;
}

.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-light .navbar-nav .nav-link li:focus ::before, .navbar-light .navbar-nav li:hover ::before {
	position:absolute;
	content:'';
	width:100%;
	height:1px;
	bottom:3px;
	left:0;
	background:#e6e6e6;
}
#projects .navbar-light .navbar-nav .nav-link li:focus ::before, #projects .navbar-light .navbar-nav li:hover ::before {
	position:absolute;
	content:'';
	width:100%;
	height:1px;
	bottom:3px;
	left:0;
	background:#4e4e4e;
}
.navbar-light .navbar-nav li:active ::before {
	position:absolute;
	content:'';
	width:100%;
	height:1px;
	bottom:3px;
	left:0;
	background:#e6e6e6;
}

.navbar-collapse {
	/* height:100%; */
}

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

#logo-pic {
    width: 73%;
}

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



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

.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;
    padding: 60px 0 0;
}

.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/installer.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/design.jpeg);
    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/lawn-mower.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: #272727;
    font-size: 2em;
    font-weight: 500;
    text-transform: uppercase;
}

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

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

.home-welcome-section .overlay {
    padding: 26% 0%;
    background: rgba(0, 0, 0, 0.48);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #ffffff;
}

.home-welcome-section .overlay:hover {
    background: rgba(0, 0, 0, 0.57);
    color: white;
}

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

.section-a .overlay {
    padding: 4% 0%;
    background: #0000005c;
    color: white;
}

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

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

.section-b .pic {
    background-image: url(/img/backgrounds/roll-install.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 #grass {
    width: 143%;
    position: relative;
    left: -119px;
}

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

.section-d .overlay {
    padding: 6% 0%;
    background: rgba(15, 128, 41, 0.23);
    color: white;
    text-align: center;
}


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



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


/* ========================================================== */
/* 			           ABOUT PAGE                         	  */
/* ========================================================== */

.about-info-section {
	padding: 50px 20px;
	background: #101010;
	color: #d2d2d2;
}
.about-info-section h3 {
	color: #cccccc;
	font-weight:700;
}

.about-info-section div[class*='col-'] {
	padding: 45px 30px;
}
.about-info-section .row:first-child {
	border-bottom:1px solid #b5b5b5;
}
.about-info-section div[class*='col-']:first-child {
	border-right: 1px solid #b5b5b5;
}

.about-header-section {
    text-align: center;
    padding: 220px 0 120px;
    background: linear-gradient(to bottom, rgba(2, 2, 2, 0.76), rgba(4, 4, 4, 0.2)), url(../img/slider/slider-bg-2.jpg) 0 -15em no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    position: relative;
}
.about-header-section h1 {
	color:#fff;
}

/*About Showcase*/
.about-showcase {
    background-image: url(/img/backgrounds/cutting.jpg);
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center;
    text-align: center;
}
.about-showcase h1 {
	padding:80px 0;
}
.about-showcase .overlay {
    background: rgba(0,0,0,0.55);
    /* padding: 6% 0%; */
    /* padding-top: 12%; */
    color: white;
    border-bottom: 1px solid #272663;
}

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

.about-a h1 {
    color: black ;
}

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

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

/*About Secton*/
.about-section {
    background: url(/img/backgrounds/weed-wack.jpg) 0  no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.about-section .overlay {display: none;}

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

.about-b img {
    width: 100%;
    /* margin-top: 4%; */
}

.about-b h1 {
    color: black;
}

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




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



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


/* ========================================================== */
/* 			           SERVICES PAGE                          */
/* ========================================================== */

.service-content-section {
}
.service-content-section div[class*='col-'] {
	position:relative;
	background: #ffffff;
	padding: 50px 80px 0;
	margin-top: -8em;
	/* box-shadow: 0 -21px 40px -16px #000; */
	border: none;
}
.service-content-section p {
	border:none;
}

.services-showcase {
    background-image: url(/img/backgrounds/backyard-landscape-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -42rem;
    text-align: center;
    color: white;
}

.services-showcase .overlay {
    background: rgba(0,0,0,0.55);
    padding: 125px 0;
    color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*Services Section*/
.services-section {
    color: white;
    padding: 0;
}
.services-section h1 {
	position:absolute;
	font-size: 2.5em;
	font-weight: 100;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
}
.services-section div[class*='col-'] {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding: 0;
}
.services-section div[class*='col-'] a {
	display:flex;
	justify-content:center;
	align-items:center;
}
.services-section div[class*='col-'] a .block-overlay {
	background-color:#0a0a0aa3;
	-webkit-transition: all .08s ease;
	-moz-transition: all .08s ease;
	-o-transition: all .08s ease;
	transition: all .08s ease;
}
.services-section div[class*='col-'] a:hover .block-overlay {
	background-color:rgba(222, 173, 21, 0.08);
}

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

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

.services-section .col-sm {
    /* overflow: hidden; */
    /* padding: 0% 4px; */
}

.services-section .pic1 {
    background-image: url(/img/backgrounds/landscape.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/pathway.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/sprinkler1.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: #ffffff70;
    text-align: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #000000;
}

.services-section .overlay:hover {
    background: #0d61208f;
    color: white;
}


.divider-a {
    background-image: url("/img/backgrounds/synthetic.jpeg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: black;
    text-align: center;
}

.divider-a .overlay {
    padding: 4% 0%;
}

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

.divider-b {
    background-image: url("/img/backgrounds/conditioner2.jpg");
    background-size: cover;
    background-position: center;
    padding: 4% 0%;
    text-align: center;
    color: #0f8029;
}

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

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



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


/* ========================================================== */
/* 			            INSALL PAGE                           */
/* ========================================================== */

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

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

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

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

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


/* ========================================================== */
/* 			            DESIGN PAGE                           */
/* ========================================================== */

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

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

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

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

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

/* ========================================================== */
/* 			            MAINTAIN PAGE                         */
/* ========================================================== */

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

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

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

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

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

/* ========================================================== */
/* 			            REPLACEMENTS PAGE                     */
/* ========================================================== */

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

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

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

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

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

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

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

.residential-a .pic {
    background-image: url("/img/backgrounds/backyard-grass.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;
}

/* ========================================================== */
/* 			            PROFESSIONALS PAGE                    */
/* ========================================================== */

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

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

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

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

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

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

.gallery-section-divider {
	overflow:hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.projects-section {
	position:relative;
	overflow:hidden;
}
#project-1 .projects-section img {
	transform:scale(1.08,1.08)
}

.projects-section .mosaic-row {
	position: absolute;
    width: 100%;
    height: auto;
    top: 0;
}
.projects-section .mosaic-row div[class*='col-'] {
	position: absolute;
    top: 0;
    right: 0;
}
.projects-section .mosaic-row div[class*='col-'] img {
	
}

.projects-section a {
	/* position: relative; */
	/* width:100%; */
	/* height:100%; */
	/* top:0; */
	/* left:0; */
	/* overflow: hidden; */
}

.projects-section a img {
	transform: scale(1.06,1.06);
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.projects-section a:hover img {
	transform:scale(1.3,1.3);
}
.projects-section a .block-overlay {
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#08080891;
	opacity:0;
	z-index:1;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.projects-section a .block-overlay p {
	color:#f18907;
	font-size:1.3em;
	font-weight:100;
}
.projects-section a:hover .block-overlay {
	background-color:rgba(247, 247, 247, 0.97);
	opacity:1;
}
.projects-section div[class*='col-'] {
	padding:0;
	position: relative;
	overflow: hidden;
}



.gallery-a {
    padding: 6% 0%;
    text-align: center;
    background: white;
}

#portfolio {
  display: flex;
  padding: 0;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
}

#portfolio li {
  display: block;
  float: left;
  /* width: 100%; */
  /* height:160px; */
  position:relative;
  margin: 6px;
  overflow:hidden;
}

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

#portfolio 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;
    -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;
}


/* ========================================================== */
/* 			           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;
}
.contact-content-section .the-dream {
	background:#d4bc99;
	padding:50px;
	color:#655757;
}
.contact-content-section .the-dream a {
	font-weight:700;
	color:#525252;
}
.contact-content-section .the-dream h3 {
	font-weight:700;
}
.contact-content-section div[class*='col-']:last-child {
	padding: 30px;
	background: #e6e6e6;
}
.contact-content-section #general-form {
	background-color:#a5141400 !important;
}

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

.reviews-a h1 {
    color: #0f8029;
}

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

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

/* ========================================================== */
/* 			            ARTIFICIAL PAGE                       */
/* ========================================================== */
.artificial-a {
    padding: 5% 1%;
    background: white;
}

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

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

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

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

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

.service-area .pic {
    background-image: url("/img/backgrounds/lawn-mower.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;
}


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

.footer-section {
	padding: 0 0 10px;
	background: #efefef;
	color: #212121;
	font-size: 14px;
	font-weight: 400;
	/* text-align: center; */
}
.footer-section a {
	/* color:#c5c5c5; */
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	margin-bottom:1em;
}
.service-cities h4 {
	font-size:20px;
}
.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: #0a0a0a;
	text-decoration:none !important;
	color: #929292;
}



/* 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) {

.service-content-section {
    padding: 0 !important;
}

.service-content-section p {
    padding: 40px;
    margin: -60px 0 0;
}

.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 p {
    padding: 0;
}

.section-divider {
	padding: 40px 10px;
}

.home-service-section {
    padding-bottom: 0 !important;
    background-position: bottom right;
}

.card {
    position: relative;
    max-height: 100%;
    height: 325px;
    margin: 0 0 20px;
}

.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 a, .top-header i {
    color: #2f2f2f;
}

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

.header-contact_info a {
    color: #333;
    margin: 0;
}
.header-contact_info .navbar-brand {
	font-size:1.2em;
}

.mobile-top-header .logo {
    /* position: absolute; */
    /* top: 0; */
    /* width: 100%; */
    /* padding-bottom: 0; */
}
.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;
}
.mobile-top-header {
	display:block !important;
	padding: 0 30px 0;
	background: white;
	z-index: 4;
	overflow:visible;
}
.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.25em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size:inherit;
	line-height: inherit;
}
.alert {
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;    
}
.alert h1,
.alert p {
	top: 2em;
	opacity: 0;
	position:relative;
}
.alert h1 {
	/* padding:0 0 30px; */
	margin-top: 0;
	color: #2b1663;
}
.alert {
    position: fixed;
    transform:scale(0,0);
    padding: 6em;
    border: 0;
    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;
}
.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;
    transform: scale(0,0);
    padding: 6em;
    border: 0;
    background: #232323;
    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;
    /* height: 85%; */
    /* width: 60%; */
    transform: scale(0,0);
    padding: 6em;
    border: 0;
    box-shadow: 0px 0px 40px -6px #000;
    border-radius: 0;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    align-items: center;
    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'] {
    
}
.mobile-menu .nav-link {
    font-size: 2em;
}
.mobile-menu-custom-show {
    position: fixed;
    color: rgb(255, 255, 255);
    background: #232323;
    transform: scale(1,1);
    visibility: visible;
    padding: 2rem;
    border: 0;
    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;
}

#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: #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) {
	
.section-b #info {
    padding: 7% 5%;
    text-align: center;
}
    
.section-b .pic {
    top: -6px;
}
    
.btn {
    /* background: #a50110; */
    /* width: 43%; */
    /* padding: 14px 0px; */
    /* color: #ffffff; */
    /* cursor: pointer; */
    /* outline: none; */
    /* border: none; */
}
    
.footer-section {
    padding-top: 40px;
    /* background: #1f1f1f; */
    /* color: white; */
    text-align: center;
}
    
.about-showcase .overlay {
    padding: 13% 0%;
    padding-top: 28%;
}
    
.about-section .overlay {
    background: #a501104f;
    padding: 19% 0%;
}
    
.services-showcase .overlay {
    padding: 13% 0%;
    padding-top: 28%;
}
    
.services-section .col-sm {
    padding: 1% 0%;
}
    
#portfolio {
    /* display: block; */
    /* padding-left: 9%; */
}
    
.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 {
    background: #90020f;
    padding: 8% 0%;
    color: white;
    text-align: center;
}
    
.services-c {
    background: #f3f3f3;
    padding: 8% 0%;
    text-align: center;
}
    
.services-c img {
    width: 85%;
    margin-top: 4%;
}
    
.divider-b {
    background: #e4e4e4;
    padding: 10% 0%;
    text-align: center;
    color: #90020f;
}
    
.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 {
}
    
}

@media screen and (max-width: 375px) {
    
.mobile-top-header .logo {
    position: absolute;
    top: 3px;
    width: 100%;
    padding-bottom: 0;
}
    
.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;
}
    
}