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

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

@import url("https://use.typekit.net/esy1mah.css");

@font-face {
	font-family: 'Roboto', sans-serif;
	src:url('../fonts/SaintMarcheRough.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: myFont;
    src:url('../fonts/fontman/Uni-Sans-Heavy-Italic.otf')
}

@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');
}


/*******************  Transitions Legend *************************

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

*******************  END / Transitions Legend *************************/



/*******************  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: proxima-nova-extra-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.h1, h1 {
    font-size: 2.9rem;
}

p {
    font-size: 20px;
}


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

a:hover {
    color: #008bfd;
    text-decoration: none;
}

.wow {
    visibility: hidden;
}

.btn {
	background: #da4848;
	width: 50%;
	color: #ffffff;
	cursor:pointer;
	outline: none;
	border: none;
	padding: 10px 25px;
	border-radius: 0;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #b93f3f;
	border-color: #000000;
	box-shadow: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #b33636;
    border-color: #000000;
    border: 0px solid black;
}
.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 30em;
    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);
	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%;
	position: relative;
	left: -188px;
}

#home .jarallax-video .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.41);
}

#myBtn {
    display: flex; /* Hidden by default */
    justify-content: center;
    align-items: center;
    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: #1e61b7; /* Set a background color */
    color: #ffffff;
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 14px;
    padding-top: 0; /* Some padding */
    border-radius: 50px; /* 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;
}

.jarallax .overlay {
	background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.08));
}


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

.nav-pills .nav-link {
	color: #3e3e3e;
	font-size: 1.5em;
	font-weight: 100;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #212121;
    /* border-bottom: 2px solid #32a9e0 !important; */
    border-radius:0;
    border:none;
}



.top-header {
	position: fixed;
	align-items: center;
	display: flex;
	width:100%;
	z-index: 1000;
	padding:35px 0;
	background: #ffffff;
	-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;
}
.dg-fin-left {
	
}
.dg-fin-left h2 {
	font-weight: 800;
	font-size: 2.7rem;
}
.dg-fin-left h2 span {
	font-weight: 500;
	font-size: 2rem;
}
.dg-fin-left p span {
	font-weight: bold;
}
.dg-fin-left a {
	color: rgba(0,113,193,1);
}
.dg-fin-mid {
}
.dg-fin-mid h2 {
	font-weight: 800;
	font-size: 2.7rem;
}
.dg-fin-mid h2 span {
	font-weight: 500;
	font-size: 2rem;
}
.dg-fin-mid p span {
	font-weight: bold;
}
.dg-fin-mid a {
	color: rgba(0,113,193,1);
}
.boxz {
	background: rgb(239, 239, 239);
	border-radius: 1.75rem;
	border: 1px solid rgb(237, 94, 94);
	padding: 20px 20px 20px 20px ;
	height: 100%;
}
.dg-fin-right .boxz {
	
}
.dg-fin-right h2 {
	font-weight: 800;
	font-size: 2.7rem;
}
.dg-fin-right h2 span {
	font-weight: 500;
	font-size: 2rem;
}
.dg-fin-right p span {
	font-weight: bold;
}
.dg-fin-right a {
	color: rgba(0,113,193,1);
}
.shrink-top-header {
	padding: 10px 0;
}
.shrink-top-header div[class*='col-']:nth-child(2) a {
	width: 100px !important;
	bottom: 0px;
	margin: auto;
}
.shrink-top-header div[class*='col-']:first-child a {
    padding: 12px !important;
    height: 20px !important;
    width: 20px !important;
    font-size: 6px !important;
}
.top-header a {
    /* padding: 16px !important; */
    font-size:20px !important;
}
.top-header .navbar-brand {
	position:absolute;
	width: 200px;
	bottom: -2px;
	padding: 0px;
	/*background: #fff;*/
	/*border-radius: 100px;*/
}
.top-header div[class*='col-'] {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header a {
	font-size: 1.5em;
	/* padding: 20px !important; */
	-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;
}
.top-header div[class*='col-']:first-child a {
	background:#ff000000;
	border:1px solid #333;
	padding: 20px;
	border-radius:100px;
	display:flex;
	justify-content:center;
	align-items:center;
	height: 30px;
	width: 30px;
	margin:0 5px;
}
.top-header div[class*='col-']:first-child i {
	font-size: 18px;
}
.shrink-top-header div[class*='col-']:first-child i {
	font-size:13px;
}
.top-header div[class*='col-']:first-child {
	justify-content:center;
}
.top-header div[class*='col-']:last-child {
	justify-content:flex-end;
}

.navbar-scroll {
	padding: 18px 0;
	position: fixed;
	background: rgba(20, 20, 20, 0);
	margin-top: 120px;
	width: 100%;
	z-index: 1000;
	-webkit-transition-property: all;
	-webkit-transition-duration: .30s;
	-webkit-transition-timing-function: ease-in-out;
	transition-property: all;
	transition-duration: .30s;
	transition-timing-function: ease-in-out;
}
.navbar-scroll div[class*='col-'] {
	display:flex;
	justify-content:center;
	align-items:center;
}
.navbar-light .navbar-brand {
	position: absolute;
	bottom: 20px;
	background: #fff;
	padding: 18px 28px 0;
	border-radius: 100px;
	width: 150px;
	height: 150px;
	margin: 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;
}
.navbar-light .navbar-nav .nav-link {
	font-size: 28px;
	padding: 0;
	margin: 0 14px 0;
	color: #ffffff;
	margin-top: 0px;
	-webkit-transition-property: all;
	-webkit-transition-duration: .08s;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-property: all;
	transition-duration: .08s;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.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: #4796fb;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #4796fb;
}

.navbar-collapse {
	height:100%;
}

.mobile-top-header {
	display:none !important;
}
.shrink {
	padding: 20px 0;
	background-color: #131313;
	border: none;
	margin-top: 48px;
}
.shrink .navbar-brand {
	width: 64px;
	height: 65px;
	border-radius: 100px;
	padding: 12px;
	bottom: -12px;
}
.shrink .nav-link {
	font-size:22px !important;
}
.shrink-top-header .header-contact_info a {
	font-size:20px !important;
}


.remove {
	display: none;
}
.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;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    width: 220px;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: white;
    text-align: left;
    list-style: none;
    background-color: #000000c4;
    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;
}

.dropdown-divider {
    margin: 0;
}

.dropdown .col-sm {
    padding: 0;
}

.dropdown .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f9b81f;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #6f6f6f;
}

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

.top-header-tabs {
	position:relative;
	padding:20px 20px;
}
.top-header-tabs div[class*='col-']:first-child h1 {
	font-size: 3em;
	color: #ce3838;
	font-weight:100;
	font-family: 'Quicksand', sans-serif;
}

.top-header-tabs div[class*='col-'] {
	display:flex;
	align-items:center;
}
.top-header-tabs div[class*='col-']:first-child {
	justify-content:flex-start;
}
.top-header-tabs div[class*='col-']:nth-child(2) {
	justify-content:center;
}
.top-header-tabs div[class*='col-']:last-child {
	justify-content:flex-end;
}


.section-b h5 {
	color:#e84646;
}
.section-a h5 {
	color:#e84646;
}
.section-a div[class*='col-']:nth-child(2) h5,
.section-a div[class*='col-']:nth-child(3) h5 {
	color:#0366a0;
}

#home .home-header-section {
	position:relative;
	overflow:hidden;
}
#home .home-header-section .wave-svg {
	position: absolute;
	width: 101%;
	max-width: none;
	height: auto;
	right: -1px;
	bottom: -70px;
	z-index: 0;
}
#home .section-b .wave-svg {
	position: absolute;
	width: 100%;
	max-width: none;
	height: auto;
	right: 0;
	bottom: 84%;
	z-index: 0;
}

.home-welcome-section .wave-svg-reverse {
	position: absolute;
	width: 101%;
	max-width: none;
	height: auto;
	right: 0;
	top: 99%;
	z-index: 1;
}
#home .video-jarallax-section {
	position:relative;
	overflow: hidden;
}
#home .video-jarallax-section .wave-svg {
	position: absolute;
	width: 102%;
	max-width: none;
	height: auto;
	right: -1px;
	bottom: 0;
	z-index: 1;
}
#home .video-jarallax-section .wave-svg-top {
	position: absolute;
	width: 101%;
	display: inline-block;
	max-width: none;
	height: auto;
	right: -1px;
	top: -40px;
	z-index: 1;
	transform: rotate(180deg);
}

#home .jarallax-video {
	padding: 400px 0;
}
#home .jarallax-video h2 {
	font-size:4em;
	font-weight: 900;
	color:#fff;
	text-align: center;
}

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

/*HOME WELCOME SECTION*/
.home-welcome-section {
    position: relative;
    background-image: url("/img/backgrounds/pattern1.jpg");
    background: #ffffff;
    color: #5d5d5d;
    text-align: center;
}
.home-welcome-section h1 {
	color: #3e3e3e;
	font-size: 3.5em;
	font-weight: 600;
}
.home-welcome-section  h1 span {
	color: #3e3e3e;
	font-size: 2rem;
	font-weight: 500;
}
.home-welcome-section h4 {
    font-weight: bold;
}

.home-welcome-section .overlay {
    background: rgba(255, 255, 255, 0);
}

/*SPLIT SECTION*/

.split-section {
	position:relative;
	padding: 100px;
	overflow: hidden;
}
.split-section div[class*='col-']:last-child .pic {
	/* display:flex; */
	/* justify-content:center; */
}

.split-section img {/* background: url("/img/backgrounds/comfort-maker.png"); *//* background-size: cover; */width: 80%;/* padding: 18% 0; *//* max-width: none; *//* display: block; */position: absolute;/* right: 0; */ bottom: -6rem; z-index: 1;}

.split-section .info {
    position: relative;
    padding: 0;
    z-index: 3;
    /* box-shadow: 0px 0px 30px -2px #33333345; */
}

.split-section .btn {
    position: relative;
    top: 12px;
}

.split-section ul {
    list-style: none;
    position: relative;
    left: -45px;
}

.split-section ul li:before {
    content: '*';
}

.split-section li {
    font-weight: 500;
    padding: 2%;
    font-size: 17px;
}

.split-section h1 {
    /* margin-bottom: 7%; */
    font-weight: 800;
    color: #0366a0;
    text-transform: uppercase;
}

.split-section #sub-header {
    position: relative;
    top: 17px;
    left: 2px;
    color: #ff0000;
    font-weight: 500;
}


/*SECTION A*/
.section-a {
	position:relative;
	padding: 6rem 0 0;
	background: linear-gradient(rgb(243, 243, 243), rgba(243, 243, 243, 0));
	color: #333333;
}

.section-a h1 {
    font-size: 65px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 56px;
    margin-bottom: 35px;
    color: #0366a0;
}

.section-a #column-b {
    padding-left: 3%;
}


.section-a #row-2 {
    margin-top: 26px;
}

.section-a #row2 {
    margin-top: 6%;
}


/*DIVIDER A*/
.divider-a {
    background: url("/img/backgrounds/ac-units.jpeg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: #ffffff;
    text-align: center;
}

.divider-a .overlay {
    /* padding: 8%; */
}

.divider-a .btn {
    width: 71%;
    border: 2px solid orange;
}

.divider-a .btn:hover {
    border: 2px solid orange;
}

.divider-a h2 {
    font-size: 46px;
}

/*SECTION B*/
.section-b {
	position:relative;
	z-index: 3;
	padding: 0 0 6rem;
	margin: -3rem 0 0;
}

.section-b .pic1 {
    padding: 29% 0;
    background: url("/img/backgrounds/vent1.jpg");
    background-size: cover;
}

.section-b .pic2 {
    padding: 29% 0;
    background: url("/img/backgrounds/ac-unit4.jpg");
    background-size: cover;
}

.section-b .pic3 {
    padding: 29% 0;
    background: url("/img/backgrounds/hvac.jpg");
    background-size: cover;
}

.section-b .pic1:hover {
    position: relative;
    top: -5px;
}

.section-b .pic2:hover {
    position: relative;
    top: -5px;
}

.section-b .pic3:hover {
    position: relative;
    top: -5px;
}
.section-b h1 {
	font-size: 65px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 56px;
    margin-bottom: 35px;
    color: #0366a0;
}
.section-b h3 {
    margin: 4% 0;
}

/*ESTIMATE SECTION DIVIDER*/
.estimate-section-divider {
	background:#e0e0e0;
	text-align: center;
	padding: 5% 0%;
	margin-bottom: 2rem;
}

.estimate-section-divider .btn {
    /* margin-top: 37px; */
}

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



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


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

/*ABOUT SHOWCASE*/
.about-showcase {
	position:relative;
	background-image: url("/img/backgrounds/ac-unit2.jpg");
	background-size: cover;
	background-position: 0 0;
	text-align: center;
	padding: 240px 0 300px;
}
.page-header-wrapper {
	position:relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about-showcase .wave-svg {
	position:absolute;
	bottom: 0;
	width:100%;
	left:0;
}

.about-showcase .overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	/* background:rgba(0, 0, 0, 0.45); */
}

.about-showcase h1 {
    position:relative;
    display: block;
    /* padding: 240px 0 210px; */
    /* top: 104px; */
    /* left: 0px; */
    font-size: 60px;
    color: white;
}

/*BANNER*/
.banner {
    background: #e2e2e2;
    padding: 1%;
    transform: rotate(1.1);
}


/*ABOUT A*/

.about-a {
    padding: 0 0 5rem;
    background: #ffffff;
    overflow: hidden;
}

.about-a p {
    line-height: 35px;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 38px;
    color: #676767;
}

.about-a img {
    width: 1250px !important;
    bottom: -85px;
    max-width: none;
    position: absolute;
}

.about-a h1 {
    margin-bottom: 5%;
    font-weight: 800;
    color: #0366a0;
    text-transform: uppercase;
}

.about-a .btn:hover {
    border: rgba(255,255,255,0.00);
}

.about-a #sub-header {
    margin-bottom: -12px;
    color: #dc3545;
}

/*ABOUT DIVIDE 1*/
.about-divide1 {
    background-image: url("/img/backgrounds/old-ac.jpg");
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

.about-divide1 .overlay {
    padding: 6% 0%;
    background: rgba(0,0,0,0.49);
    color: white;
}

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

.about-b #sub-header {
    margin-bottom: -3px;
    font-weight: 500;
    font-size: 19px;
    color: #7b7b7b;
}

.about-b .pic {
    background: url("/img/backgrounds/slider-bg-1.jpg");
    background-size: cover;
    width: 36%;
    padding: 16% 0%;
    /* position: relative; */
    /* left: 204px; */
    margin: auto;
    margin-top: 4%;
}

.about-b .info {
    border: 1px solid #eaeaea;
    width: 36%;
    margin: auto;
    padding: 28px 18px;
}

.about-b h3 {
    margin-top: 0px;
}

.about-b p {
    color: gray;
    font-weight: 500;
}

.about-b #social1 {
    font-size: 19px;
    color: #ef5959bd;
}

.about-b #social2 {
    font-size: 21px;
    position: relative;
    top: 1px;
    padding-left: 10px;
    color: #ef5959bd;
}
/* CUSTOMIZE TABS
-------------------------------------------------- */



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


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

.services-a h1,
.services-b h1,
.services-c h1,
.services-d h1,
.services-e h1,
.services-f h1 {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 4em;
    color: #0366a0;
    text-transform: uppercase;
    line-height: 55px;
}
#new-releases {
	width:100%;
	text-align: left;
	color: #fab203;
	/* margin: 20px 0 0; */
	font-size: 2.5em;
	font-weight: 100;
	/* margin: 0; */
	text-transform: capitalize;
}


/*SERVICES SHOWCASE*/
.services-showcase {
	position:relative;
	background-image: url("/img/backgrounds/ac-unit2.jpg");
	background-size: cover;
	background-position: 0 0;
	text-align: center;
	padding: 278px 0 258px;
	overflow: hidden;
}
.services-showcase .wave-svg {
	position:absolute;
	bottom: 0;
	width: 100%;
	max-width: none;
	left: 0;
}

.services-showcase .overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.45);
}

.services-showcase h1 {
    position:relative;
    font-size: 5em !important;
    font-weight: 800;
    display: block;
    font-size: 60px;
    color: white;
}

/*SERVICES A*/
body#hr-scroll-page {
	font-family:'Quicksand', 'sans-serif';
	background: black !important;
}

#hr-scroll-page .shrink {
	background-color:black;
	margin-top: 52px !important;
	padding: 30px !important;
}
#hr-scroll-page .top-header {
	padding: 12px;
	background: transparent;
}
#hr-scroll-page .shrink-top-header {
	background-color:black;
}
#hr-scroll-page .shrink-top-header a {
	color: rgb(183, 183, 183);
}
#hr-scroll-page .shrink-top-header div[class*='col-']:last-child a,
#hr-scroll-page .shrink-top-header div[class*='col-']:last-child i {
	/* color: rgba(255, 255, 255, 0.76) !important; */
}
#hr-scroll-page .shrink .navbar-nav .nav-link {
	color: #737373 !important;
}

#hr-scroll-page .top-header div[class*='col-']:first-child {
	justify-content:flex-start;
}
#hr-scroll-page .top-header div[class*='col-']:last-child {
	justify-content:flex-end;
}
#hr-scroll-page .top-header .navbar-brand {
	display:none !important;
}
#hr-scroll-page  .navbar-light .navbar-nav .nav-link {
	font-size: 18px !important;
	font-weight:100 !important;
	font-family:'Quicksand';
	color: rgba(0, 0, 0, 0.9);
}
#hr-scroll-page .navbar-scroll {
	padding:0;
	margin-top: 100px;
}
#hr-scroll-page .top-header div[class*='col-']:first-child a {
	width:20px;
	height:20px;
	border: none;
	background-color: rgb(0, 0, 0);
}
#hr-scroll-page .shrink-top-header div[class*='col-']:first-child a {
	border: none;
	background-color: #fab301d6;
}
#hr-scroll-page .shrink-top-header div[class*='col-']:first-child i {
	color:black !important;
}
#hr-scroll-page .shrink-top-header div[class*='col-']:last-child a {
	color:darkgrey;
}
#hr-scroll-page .top-header div[class*='col-']:first-child i {
	font-size:16px;
	color: #fab301;
	-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;
}
#hr-scroll-page .header-contact_info a {
	font-size:20px !important;
	font-weight:100;
	color:#333;
}
#hr-scroll-page .header-contact_info i {
	font-size:inherit;
	color: rgb(255, 180, 0);
}
.hr-scroll-showcase {
	padding: 0;
	text-align: center;
}
.hr-scroll-showcase .overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	padding: 0;
	left:0;
	background: linear-gradient(to bottom right, rgb(245, 0, 0), rgb(255, 192, 203), rgb(36, 131, 208) 48%, rgb(224, 198, 0) 76%);
}
.hr-scroll-showcase h3 {
	font-size: 2.5em;
	font-weight: 100;
	color: #151414 !important;
	margin: 0;
	padding: 200px 0 80px;
}
.hr-scroll-section {
	padding: 2rem 0 6rem;
	position: relative;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif;
	overflow: hidden;
	background: #000;
}
.hr-scroll-section div[class*='col-']:first-child {
	position:relative;
	width:100%;
	display: block;
	min-height: 100%;
	padding: 0;
	height: inherit;
}
.hr-scroll-section div[class*='col-']:first-child .nav-pills {
	display:block;
	position:relative;
	height: 600px;
	min-height: 100%;
}
.hr-scroll-section .tab-content {
	position: relative;
	padding: 0 50px;
	height: inherit;
	min-height: 100%;
}

#hr-scroll-page .service-cities div[class*='col-']:first-child a {
	color: #2f2f2f;
}
#hr-scroll-page .service-cities {
	margin:0;
	background: transparent;
	color: #2f2f2f;
}
#hr-scroll-page .service-cities p {
	font-size:14px;
	/* color: #c3c3c3; */
}
#hr-scroll-page .bottom-footer {
	border:none;
	background: transparent;
	color: #8e8e8e;
}
#hr-scroll-page .bottom-footer a,
#hr-scroll-page .bottom-footer i,
#hr-scroll-page .bottom-footer p {
	color:#333;
}
#hr-scroll-page .bottom-footer div[class*='col-']:last-child a {
	border-color:#5d5d5d;
}
#hr-scroll-page .footer-contact {
	background: #000;
	border-top: 1px solid #171717;
	border-bottom: 1px solid #171717;
}
#hr-scroll-page .footer-contact div[class*='col-'] {
	/* padding:0; */
}
#hr-scroll-page .footer-contact div[class*='col-']:nth-child(1) {
	border-right: 1px solid #171717;
}
#hr-scroll-page .footer-contact div[class*='col-']:nth-child(2) {
	border-right: 1px solid #171717;
}

#hr-scroll-page .footer-contact .header-contact_info {
	color: #2f2f2f !important;
	font-weight:100;
	font-family:'Quicksand';
}
#hr-scroll-page .footer-contact i {
    font-size: 25px;
    color: #2f2f2f;
    /* position: absolute; */
    top:0;
    width:inherit;
    left: 0;
}
#hr-scroll-page .footer-contact strong {
	display:none;
}
#hr-scroll-page .footer-logo {
	width:inherit !important;
	margin: 0 0 10px;
	font-size: 1.5em;
}
#hr-scroll-page .footer-section {
	background:transparent;
}
#hr-scroll-page .footer-section h4 {
	color:#2f2f2f;
}

.scrolling-wrapper-flexbox {
  display: flex;
  /* justify-content: flex-start; */
  /* align-items: flex-end; */
  /* width: 100%; */
  flex-wrap: nowrap;
  position: relative;
  overflow-x: auto;
  /* overflow-y: hidden; */
  margin: 10px 0 50px;
  padding: 0 0px 25px;
}

.card img {
	transform: scale(1.05,1.02);
	/* position: absolute; */
	top: 0;
	left: 0;
}
.card:last-child {/* padding-right: 20px; */}
.card:first-child {
	/* padding-left: 10px; */
}
.card:last-child h2 {
    margin-right: 0;
    padding-right: 0;
}

.card {
	flex: 0 0 auto;
	position: relative;
	/* display: block; */
	overflow: hidden;
	height: inherit;
	max-width: 100%;
	width: 23%;
	margin: 0 0 0 20px;
	min-width: unset;
	border: none;
	border-radius: 0;
	color: #fff;
	background: transparent;
	/* margin: 0 10px; */
	text-transform: uppercase;
	opacity: 0;
	/* outline: none; */
}
.card h2 {
	position: relative;
	background: transparent;
	padding: 10px 0;
	/* height: 50%; */
	font-size: 18px;
	font-weight: 100;
	width: 100%  !important;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/* border-radius: 100%; */
	text-transform: initial;
	/* margin: 0; */
	/* left: 0; */
	bottom: -10px;
	/* z-index: 3; */
}

.scrolling-wrapper-flexbox {
  -webkit-overflow-scrolling: touch !important;
}
.scrolling-wrapper-flexbox::-webkit-scrollbar {
	display: none;
}



.services-a {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.48), rgb(255, 255, 255)), url(/img/backgrounds/ac-unit4.jpg) bottom no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 4rem 0 24rem;
}
.services-a div[class*='col-'] {
	/* padding:0; */
}
.services-a img {
	position:absolute;
	left: 0;
	width: 110%;
	top: -8rem;
	max-width: none;
	z-index: 0;
}

.services-a .service-blocks {
    overflow: hidden;
    border-radius: 0px;
    width: 90%;
}

.services-a .service-blocks:hover {
    position: relative;
    top: -1px;
}

.services-a .pic1 {
    background-image: url("/img/backgrounds/black-ac2.jpg");
    background-size: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}

.services-a .pic2 {
    background-image: url("/img/backgrounds/vent1.jpg");
    background-size: cover;
    background-position: -85px 0px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}

.services-a .pic3 {
    background-image: url("/img/backgrounds/fridge.jpg");
    background-size: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}

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

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

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


.services-a #row2 {
    margin-top: 26px;
}

.services-a #sub-header {
    margin-bottom: -3px;
    font-weight: 500;
    font-size: 19px;
    color: #7b7b7b;
}

.services-a #info {
    margin-bottom: 51px;
    font-weight: 400;
    color: #7b7b7b;
}

.services-a .overlay {
    background: rgba(0, 0, 0, 0.33);
    padding: 29% 0%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: white;
}

.services-a .overlay:hover {
    background: rgba(0, 0, 0, 0.84);
    color: #1875ec;
}

.services-a #plus {
    font-size: 43px;
}

/*SERVICES B*/

.services-b .wave-svg {
	position: absolute;
	bottom: 100% !important;
	left: 0;
}
.services-b .services-b-img {
	position:absolute;
	right: 0;
	top: -8rem;
	z-index:0;
}

.services-b {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.48), rgb(255, 255, 255)), url(/img/backgrounds/ac-unit2.jpg) 0 0 no-repeat;
	background-size: 100%, 100%;
	position: relative;
	z-index: 1;
	padding: 4rem 0 24rem;
}

.services-b .pic {
    background-image: url("/img/backgrounds/black-ac2.jpg");
    background-size: cover;
    padding: 34% 0;
    width: 98%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 8px;
    margin-top: 10px;
    border-radius: 0px;
}

.services-b #header {
    padding: 0% 29%;
}

.services-b #col1 {
    text-align: left;
    font-size: 14px;
}

.services-b #col2 {
    text-align: left;
    font-size: 14px;
    margin-top: 6%;
}

.services-b #col3 {
    text-align: left;
    font-size: 14px;
    margin-top: 6%;
}

.services-b .info {
    padding-right: 32%;
    position: relative;
    left: 81px;
}

.services-b p {
    /* color: gray; */
}

.services-b h2 {
    color: black;
    margin-bottom: -14px;
}

.services-b #row2 {
    margin-top: 5%;
}

/*SERVICES C*/
.services-c {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.48), rgb(255, 255, 255)), url(/img/backgrounds/dual-heat-pumps-bg-3.jpg) 0 no-repeat;
    background-size: 100%, 100%;
    position: relative;
    z-index: 1;
    padding: 4rem 0 20rem;
}
.services-c .wave-svg {
	position: absolute;
	bottom: 100% !important;
	left: -1px;
	max-width: none;
	width: 100%;
}
.services-c .services-c-img {
	position:absolute;
	left: 0;
	width: 115%;
	max-width: none;
	top: -8rem;
	z-index:0;
}

.services-c .pic {
    background-image: url("/img/backgrounds/vent2.jpg");
    background-size: cover;
    padding: 34% 0;
    width: 98%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 8px;
    margin-top: 10px;
    border-radius: 0px;
}

.services-c #header {
    padding: 0% 29%;
}

.services-b #col1 {
    text-align: left;
    font-size: 14px;
}

.services-c #col2 {
    text-align: right;
    font-size: 14px;
    margin-top: 6%;
}

.services-c #col3 {
    text-align: right;
    font-size: 14px;
    margin-top: 6%;
}

.services-c .info {
    padding-right: 32%;
    position: relative;
    left: 81px;
    text-align: right;
}

.services-c p {
    /* color: gray; */
}

.services-c h2 {
    color: black;
    margin-bottom: -14px;
}

.services-c #row2 {
    margin-top: 5%;
}

/*SERVICES D*/
.services-d {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.48), rgb(255, 255, 255)), url(/img/backgrounds/ac-unit2.jpg) 0 0 no-repeat;
    background-size: 100%, 100%;
    position: relative;
    z-index: 1;
    padding: 4rem 0 24rem;
}
.services-d .wave-svg {
	position: absolute;
	bottom: 100% !important;
	left: 0;
}
.services-d .services-d-img {
	position:absolute;
	right: 0;
	top: -6rem;
	z-index:0;
}
.services-d .pic {
    background-image: url("/img/backgrounds/fridge.jpg");
    background-size: cover;
    padding: 34% 0;
    width: 98%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 8px;
    margin-top: 10px;
    border-radius: 0px;
}

.services-d #header {
    padding: 0% 29%;
}

.services-d #col1 {
    text-align: left;
    font-size: 14px;
}

.services-d #col2 {
    text-align: left;
    font-size: 14px;
    margin-top: 6%;
}

.services-d #col3 {
    text-align: left;
    font-size: 14px;
    margin-top: 6%;
}

.services-d .info {
    padding-right: 32%;
    position: relative;
    left: 81px;
}

.services-d p {
    /* color: gray; */
}

.services-d h2 {
    color: black;
    margin-bottom: -14px;
}

.services-d #row2 {
    margin-top: 5%;
}

/* SERVICES E */
.services-e {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.48), rgb(255, 255, 255)), url(/Comfortmaker/freezer-door-row.jpg) 0 0 no-repeat;
    background-size: 100%, 100%;
    position: relative;
    z-index: 1;
    padding: 4rem 0 18rem;
}
.services-e .wave-svg {
	position: absolute;
	bottom: 100% !important;
	left: -2px;
	width: 100%;
	max-width: none;
}
.services-e .services-e-img {
	position:absolute;
	/* left: -6rem; */
	width: 114%;
	top: -12rem;
	max-width: none;
	z-index:0;
}

/* SERVICES F */
.services-f {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.48), rgb(255, 255, 255)), url(/img/backgrounds/ac-unit2.jpg) 0 0 no-repeat;
    background-size: 100%, 100%;
    position: relative;
    z-index: 1;
    padding: 4rem 0 24rem;
}
.services-f .wave-svg {
	position: absolute;
	bottom: 100% !important;
	left: 0;
	max-width: none;
	width: 100%;
}
.services-f .services-f-img {
	position:absolute;
	right: 0;
	top: -10rem;
	z-index:0;
}



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



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


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

#portfolio {
  display: block;
  padding-left: 9%;
}

#portfolio 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 {
  display:block;
  background: #fff;
  width:100%;
  height:140px;
  width:260px;
  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%;
}

#portfolio li a:hover {
	opacity:.8;
	transform:scale(1.1);
}

/*GALLERY SHOWCASE*/
.gallery-showcase {
    background-image: url("/img/backgrounds/slider-bg-1.jpg");
    background-size: cover;
    padding: 0% 0;
    padding-top: 113px;
    text-align: center;
}

.gallery-showcase h1 {
    position:relative;
    top: 106px;
    left: 0;
    font-size: 63px;
    color: white;
}

/*GALLERY A*/
.gallery-a {
    text-align: center;
    padding: 4% 5%;
}

.gallery-a .image {
    width: 29%;
    height: 339px;
}

.carousel-control-prev {
    left: 0;
    top: 105px;
    background: black;
    width: 3%;
    height: 18%;
}

.carousel-control-next {
    right: 12px;
    top: 105px;
    background: black;
    width: 3%;
    height: 18%;
}


/* ========================== 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                           */
/* ========================================================== */

.contact-content-section #sub-header {
    margin-bottom:0;
    color: #dc3545;
}
.contact-content-section h1 {
    font-weight: 800;
    color: #0366a0;
    text-transform: uppercase;
}


.contact-showcase {
	position:relative;
	background-image: url("/img/backgrounds/ac-unit2.jpg");
	background-size: cover;
	background-position: 0 0;
	text-align: center;
	padding: 240px 0 210px;
}
.contact-showcase .wave-svg {
	position:absolute;
	bottom: -115px;
	width:100%;
	left:0;
}

.contact-showcase .overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	/* background:rgba(0, 0, 0, 0.45); */
}

.contact-showcase h1 {
    position:relative;
    display: block;
    /* padding: 240px 0 210px; */
    /* top: 104px; */
    /* left: 0px; */
    font-size: 60px;
    color: white;
}


.header-contact_info {
	font-weight:900;
	padding:0;
	margin:0;
}
.header-contact_info2 {
	font-weight:900;
	padding:0 0 0 0;
	margin: 0 -9px -103px 0;
}
.header-contact_info a {
	font-size: 2em !important;
	text-transform: uppercase;
	color:#0071c1;
}
.header-contact_info i {
	font-size:1.5em;
	color:#464646;
}
.shrink-top-header .header-contact_info i {
	font-size: inherit;
}

#address {
    font-weight: 600;
    font-size: 1.5em;
    color: #3a3a3a;
    line-height: 30px;
}
#address a {
	color:#3a3a3a;
}


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

#tabbed-page .footer-contact .header-contact_info {
	display: block;
	position: relative;
	padding-top: 15px;
}

#tabbed-page footer {
	background: #181818;
	color: #464646;
	font-family: 'Quicksand', sans-serif;
}
#tabbed-page .footer-section .vms-link-wrapper a,
#tabbed-page .bottom-footer div[class*='col-']:first-child p,
#tabbed-page .bottom-footer div[class*='col-']:last-child a {
	color: #9e9e9e;
}
#tabbed-page .footer-contact {
	background:#fff;
	border-top: 1px solid #b1b1b1;
	font-family: 'Quicksand', sans-serif;
}
#tabbed-page .footer-contact i {
    left: 0;
    display: block;
    color: #c53838;
    position: absolute;
    width: 100%;
}
#tabbed-page .footer-contact div[class*='col-'] {
	color: #737373 !important;
	padding: 35px 0;
	font-size:14px;
	text-transform: uppercase;
}
#tabbed-page .bottom-footer {
	border-top:none;
}
#tabbed-page .footer-section .footer-logo {
	width: 100% !important;
	font-size: 2em;
	color: #ce3838;
}
#tabbed-page .top-header-tabs div[class*='col-']:nth-child(2) a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #212121;
    font-size: 1.2em;
    border: 1px solid #212121;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    margin: 0 5px;
}


.footer-section .vms-link-wrapper a {
	color:#fff;
}
.footer-section .footer-logo {
	position:relative;
	margin-bottom: 20px;
	display: block;
	width:30% !important;
}


/*FOOTER PARALLAX*/
.footer-parallax {
    background: #181818;
    background-attachment: fixed;
}

/*FOOTER CONTACT*/
#services .footer-contact {padding: 0 0 25px;}
#services .footer-contact div[class*='col-'] {
	color:#5a5a5a;
}
.footer-contact {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 50px 0;
    background: #ffffff;
}
.footer-contact .wave-svg {
	position:absolute;
	left:0;
	width:100%;
	bottom:100%;
}

.footer-contact div[class*='col-'] {
    height: 100%;
    padding: 20px 0;
    color: #5a5a5a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-contact #col1 {
    border-right: 1px solid #525252;
}

.footer-contact #col2 {
    border-right: 1px solid #525252;
}

.footer-contact strong {
    /* color: white; */
    padding-right: 4px;
}

.footer-contact p {
    margin: 0;
}

.footer-contact i {
    font-size: 25px;
    position: absolute;
    top: -12px;
}

/*FOOTER SECTION*/
.footer-section {
	position: relative;
	z-index: 1;
	background: #181818;
	color: #5a5959;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}

.footer-section h4 {
    color: white;
}

.service-cities {
	margin-bottom:1em;
	background: #fff;
}
.service-cities h3 {
	text-align:left;
}
.service-cities div[class*='col-']:first-child a {
	/* color:#d0d0d0; */
}

/*BOTTOM FOOTER*/
.bottom-footer {
    padding:30px 0;
    color: #fff;
}
.bottom-footer div[class*='col-'] {
	display:flex;
	align-items:center;
}
.bottom-footer div[class*='col-']:first-child p {
	color:#fff;
	justify-content:flex-start
}
.bottom-footer div[class*='col-']:nth-child(2) {
	justify-content:center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	justify-content:flex-end;
	color:#fff;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	font-size:1.2em;
	border:1px solid #fff;
	border-radius:100px;
	height:40px;
	width:40px;
	margin:0 5px;
}

#foot-logo {
    width: 39%;
}


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

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

}

@media screen and (max-width : 1440px) {
.contact-content-section {
	padding:50px 0;
}

.about-a img {
	display:none;
}
.contact-showcase .wave-svg {
	bottom:0;
}

.services-a-img,
.services-b-img,
.services-c-img,
.services-d-img,
.services-e-img,
.services-f-img {
	width: 100% !important;
	/* bottom: 0 !important; */
	top: 40px !important;
	left: 0 !important;
	max-width: none;
	z-index: 0;
}
.services-a,
.services-b,
.services-c,
.services-d,
.services-e,
.services-f {
	background-size:cover;
	background: inherit;
	padding: 50px 0;
	height: 960px;
}
.services-f,
.services-d {
	background-position:right;
}
.services-d .row,
.services-b .row,
.services-f .row {
	flex-direction:column-reverse;
}
.services-a h1,
.services-b h1,
.services-c h1,
.services-d h1,
.services-e h1,
.services-f h1 {
	font-size:3em !important;
	line-height:45px;
}
.services-a .wave-svg,
.services-b .wave-svg,
.services-c .wave-svg,
.services-d .wave-svg,
.services-e .wave-svg,
.footer-contact .wave-svg {
    /* position: absolute; */
    /* bottom: 100% !important; */
    /* left: -2px; */
    /* width: 100.5%; */
    /* max-width: none; */
}


.hr-scroll-showcase {
	padding: 0;
}
#hr-scroll-page .hr-scroll-showcase h3 {
    font-size: 2em;
    font-weight: 100;
    padding:100px 0;
}
#hr-scroll-page .footer-section {
	text-align:center;
}
#hr-scroll-page .bottom-footer div[class*='col-'] {
	justify-content:center;
}
#hr-scroll-page .footer-contact {
	border:none;
}
#hr-scroll-page .footer-contact div[class*='col-'] {
	border: 1px solid #171717;
	padding: 30px 0;
	margin: 0 20px 15px;
}


.top-header-tabs div[class*='col-']:first-child h1 {
	font-size:2.5em;
}

.services-showcase .wave-svg {
    /* position: absolute; */
    /* bottom: 0; */
    /* width: 101%; */
    /* max-width: none; */
    /* left: -2px; */
}
#home .home-header-section .wave-svg {
    bottom: 0px;
}

.top-header .navbar-brand {
    position: absolute;
    width: 100px;
    bottom: -36px;
    padding: 6px;
    background: #fff;
    border-radius: 100px;
}
#home .video-jarallax-section .wave-svg-reverse {
	top:inherit;
}
.section-b {
	margin-top:1em;
}
.footer-contact div[class*='col-'] {
	border:none !important;
	margin:15px 0;
}
.service-cities {
	padding-top:0;
}
.estimate-section-divider {
    background: #e0e0e0;
    text-align: center;
    padding:50px 0;
    margin-bottom: inherit;
}
#home .jarallax-video {
    padding: 150px 0;
}
#home .jarallax-video h2 {
	font-size:2em;
}
#home .video-jarallax-section .wave-svg-top {
	top: -2px;
}

.card:last-child h2 {
	/* margin-right: 10px; */
}
.card:first-child {
	/* padding-left: 0; */
}

.card {
	/* flex: 0 0 auto; */
	/* justify-content: center; */
	/* align-items: center; */
	/* position: relative; */
	/* height: 200px; */
	width: 40%;
	border: none;
	border-radius: 0;
	color: #fff;
	/* padding: 0 0 0 15px; */
	text-transform: uppercase;
}
.card h2 {
	/* position: relative; */
	/* top:0; */
	/* left:0; */
	/* width:100%; */
	/* background: red; */
	/* height:inherit; */
	/* display:flex; */
	/* justify-content:center; */
	/* align-items:center; */
}

.home-welcome-section .wave-svg {
    position: absolute;
    width: 101% !important;
    max-width: none !important;
    height: auto;
    right: 0;
    bottom: 100% !important;
    z-index: 0;
    /* transform: scale(1.2); */
    border: none;
    outline: none;
}
	
.top-header a, .top-header i {
    /* color: #ffffff; */
    font-size: inherit;
    display: block;
}
#hr-scroll-page .header-contact_info i {
	display:none;
}

.top-header {
	display:none;
}
#hr-scroll-page .top-header {
	padding:0;
	background: black;
}
.header-contact_info {
    font-size: 1.04em;
}
.navbar-scroll {
	display:none;
}

.header-contact_info a {
    color: #333;
}
#hr-scroll-page .header-contact_info a {
	font-size:16px !important;
	color: rgb(204, 204, 204);
}

.mobile-top-header .logo {
	position:absolute;
	top: 2px;
	width: 70%;
	font-size: inherit;
	line-height: inherit;
	padding: 6px;
	background: #fff;
	border-radius: 100px;
}
.top-header div[class*='col-'] {
  display:flex;
  /* justify-content: left; */
  width: 33.333%;
  /* padding: 15px 0; */
}
.top-header div[class*='col-']:first-child {
	justify-content:flex-start !important;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex;
  justify-content: flex-end;
  align-items: center;
  width: 33.33%;
  /* padding: 22px 0; */
}
#hr-scroll-page .top-header div[class*='col-']:nth-child(2) {
	display:none;
}
#hr-scroll-page .top-header div[class*='col-']:last-child {
	width: 63%;
}

.mobile-top-header {
	display:block !important;
	/* padding: 0 30px 0; */
	/* background: #181818; */
	z-index: 4;
	overflow:visible;
}
.top-header div[class*='col-']:nth-child(2) {
	background:none;
	margin: -20px 0 0;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
#hr-scroll-page .top-header div[class*='col-']:first-child a {
	border:1.6px solid #585858;
}

.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;
    background: #181818;
    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: #181818;
    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: #181818;
    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 ul {
	list-style:none;
	margin:0;
	padding:0;
}
.mobile-menu ul li a {
	font-size:2em;
}

.alert {
    position: fixed;
    /* height: 85%; */
    /* width: 60%; */
    transform: scale(0,0);
    padding: 6em;
    border: 0;
    background: #181818;
    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'] {
    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: 0; */
    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: #181818;
    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%;
}
.mobile-menu-top-hero h2 {
    padding: 0 25px;
    margin-bottom: 25px;
    /* text-align: center; */
    border-bottom: 2px solid #2f2f2f;
}

#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;
}
    
.split-section img {
	width: 100% !important;
	/* left:0; */
	/* top: 0; */
	position: relative;
}
    
.split-section .info {padding: 0 0 0;}
    
.split-section {
    padding: 70px 0;
}
.split-section .row {
	flex-direction:column-reverse;
}
    
.split-section .pic {
    /* width: 103%; */
    /* padding: inherit; */
    /* position: relative; */
    /* top: 0; */
    /* left: 0; */
}
    
.section-a #par1 {
    position: relative;
    top: 2px;
}
    
.section-a #par2 {
    position: relative;
}
    
.section-a #par3 {
    position: relative;
    top: -1px;
}
    
.section-a #par4 {
    position: relative;
    top: -28px;
}
    
.about-showcase h1 {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 60px;
    color: white;
}
    
.overlay {
    padding: 6% 0;
}
    
.banner {
    padding: 1.8%;
}
    
.about-divide1 .overlay {
    padding: 13% 0%;
}
    
.about-showcase {
    padding: 10rem 0;
}
  
.services-showcase {
	padding:10rem 0;
}
    
.services-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.services-b .info {
    padding-right: 0%;
    position: relative;
    left: 0px;
}
    
.services-b .pic {
    padding: 38% 0;
    width: 111%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 146px;
    margin-top: 10px;
    border-radius: 0px;
}
    
.services-c .pic {
    padding: 37% 0;
    width: 109%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 70px;
    margin-top: 10px;
    border-radius: 0px;
}
    
.services-c .info {
    padding-right: 3%;
    position: relative;
    left: 21px;
    text-align: right;
}
    
.services-d .info {
    padding-right: 0%;
    position: relative;
    left: -26px;
}
    
.services-d .pic {
    padding: 37% 0;
    width: 110%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 118px;
    margin-top: 10px;
    border-radius: 0px;
}
   
.gallery-showcase {
    padding: 0% 0;
    padding-top: 68px;
}
    
.gallery-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.gallery-a .image {
    width: 29%;
    height: 200px;
}
    
.gallery-a .image {
    width: 29%;
    height: 200px;
}
    
.contact-showcase {
    text-align: center;
}
    
.contact-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.mission-showcase {
    padding: 0% 0;
    padding-top: 68px;
}
    
.mission-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
}
    
.parallax .overlay {
    padding: 9% 0;
}

.expertise-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.expertise-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.sectionA-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.sectionA-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.sectionA-1 .pic {
    padding: 32%;
    position: relative;
    top: 98px;
    left: -15px;
}
    
.sectionA-2 .pic {
    padding: 32%;
    position: relative;
    top: 104px;
    left: -3px;
}
    
.divider-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.divider-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.service2-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.service2-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.service1-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.service1-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
    color: white;
}
    
.service3-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.service3-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.service4-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.service4-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
    color: white;
}
}

@media screen and (max-width: 1190px) {
	
.contact-content-section {
	padding:50px 0;
}

.about-a img {
	display:none;
}
.contact-showcase .wave-svg {
	bottom:0;
}

.services-a-img,
.services-b-img,
.services-c-img,
.services-d-img,
.services-e-img,
.services-f-img {
	width: 100% !important;
	/* bottom: 0 !important; */
	top: 40px !important;
	left: 0 !important;
	max-width: none;
	z-index: 0;
}
.services-a,
.services-b,
.services-c,
.services-d,
.services-e,
.services-f {
	background-size:cover;
	background: inherit;
	padding: 50px 0;
	height: 960px;
}
.services-f,
.services-d {
	background-position:right;
}
.services-d .row,
.services-b .row,
.services-f .row {
	flex-direction:column-reverse;
}
.services-a h1,
.services-b h1,
.services-c h1,
.services-d h1,
.services-e h1,
.services-f h1 {
	font-size:3em !important;
	line-height:45px;
}
.services-a .wave-svg,
.services-b .wave-svg,
.services-c .wave-svg,
.services-d .wave-svg,
.services-e .wave-svg,
.footer-contact .wave-svg {
    /* position: absolute; */
    /* bottom: 100% !important; */
    /* left: -2px; */
    /* width: 100.5%; */
    /* max-width: none; */
}


.hr-scroll-showcase {
	padding: 0;
}
#hr-scroll-page .hr-scroll-showcase h3 {
    font-size: 2em;
    font-weight: 100;
    padding:100px 0;
}
#hr-scroll-page .footer-section {
	text-align:center;
}
#hr-scroll-page .bottom-footer div[class*='col-'] {
	justify-content:center;
}
#hr-scroll-page .footer-contact {
	border:none;
}
#hr-scroll-page .footer-contact div[class*='col-'] {
	border: 1px solid #171717;
	padding: 30px 0;
	margin: 0 20px 15px;
}


.top-header-tabs div[class*='col-']:first-child h1 {
	font-size:2.5em;
}

.services-showcase .wave-svg {
    /* position: absolute; */
    /* bottom: 0; */
    /* width: 101%; */
    /* max-width: none; */
    /* left: -2px; */
}
#home .home-header-section .wave-svg {
    bottom: 0px;
}

.top-header .navbar-brand {
    position: absolute;
    width: 100px;
    bottom: -36px;
    padding: 6px;
    background: #fff;
    border-radius: 100px;
}
#home .video-jarallax-section .wave-svg-reverse {
	top:inherit;
}
.section-b {
	margin-top:1em;
}
.footer-contact div[class*='col-'] {
	border:none !important;
	margin:15px 0;
}
.service-cities {
	padding-top:0;
}
.estimate-section-divider {
    background: #e0e0e0;
    text-align: center;
    padding:50px 0;
    margin-bottom: inherit;
}
#home .jarallax-video {
    padding: 150px 0;
}
#home .jarallax-video h2 {
	font-size:2em;
}
#home .video-jarallax-section .wave-svg-top {
	top: -2px;
}

.card:last-child h2 {
	/* margin-right: 10px; */
}
.card:first-child {
	/* padding-left: 0; */
}

.card {
	/* flex: 0 0 auto; */
	/* justify-content: center; */
	/* align-items: center; */
	/* position: relative; */
	/* height: 200px; */
	width: 40%;
	border: none;
	border-radius: 0;
	color: #fff;
	/* padding: 0 0 0 15px; */
	text-transform: uppercase;
}
.card h2 {
	/* position: relative; */
	/* top:0; */
	/* left:0; */
	/* width:100%; */
	/* background: red; */
	/* height:inherit; */
	/* display:flex; */
	/* justify-content:center; */
	/* align-items:center; */
}

.home-welcome-section .wave-svg {
    position: absolute;
    width: 101% !important;
    max-width: none !important;
    height: auto;
    right: 0;
    bottom: 100% !important;
    z-index: 0;
    /* transform: scale(1.2); */
    border: none;
    outline: none;
}
	
.top-header a, .top-header i {
    /* color: #ffffff; */
    font-size: inherit;
    display: block;
}
#hr-scroll-page .header-contact_info i {
	display:none;
}

.top-header {
	display:none;
}
#hr-scroll-page .top-header {
	padding:0;
	background: black;
}
.header-contact_info {
    font-size: 1.04em;
}
.navbar-scroll {
	display:none;
}

.header-contact_info a {
    color: #333;
}
#hr-scroll-page .header-contact_info a {
	font-size:16px !important;
	color: rgb(204, 204, 204);
}

.mobile-top-header .logo {
	position:absolute;
	top: 2px;
	width: 70%;
	font-size: inherit;
	line-height: inherit;
	padding: 6px;
	background: #fff;
	border-radius: 100px;
}
.top-header div[class*='col-'] {
  display:flex;
  /* justify-content: left; */
  width: 33.333%;
  /* padding: 15px 0; */
}
.top-header div[class*='col-']:first-child {
	justify-content:flex-start !important;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex;
  justify-content: flex-end;
  align-items: center;
  width: 33.33%;
  /* padding: 22px 0; */
}
#hr-scroll-page .top-header div[class*='col-']:nth-child(2) {
	display:none;
}
#hr-scroll-page .top-header div[class*='col-']:last-child {
	width: 63%;
}

.mobile-top-header {
	display:block !important;
	/* padding: 0 30px 0; */
	/* background: #181818; */
	z-index: 4;
	overflow:visible;
}
.top-header div[class*='col-']:nth-child(2) {
	background:none;
	margin: -20px 0 0;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
#hr-scroll-page .top-header div[class*='col-']:first-child a {
	border:1.6px solid #585858;
}

.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;
    background: #181818;
    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: #181818;
    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: #181818;
    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 ul {
	list-style:none;
	margin:0;
	padding:0;
}
.mobile-menu ul li a {
	font-size:2em;
}

.alert {
    position: fixed;
    /* height: 85%; */
    /* width: 60%; */
    transform: scale(0,0);
    padding: 6em;
    border: 0;
    background: #181818;
    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'] {
    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: 0; */
    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: #181818;
    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%;
}
.mobile-menu-top-hero h2 {
    padding: 0 25px;
    margin-bottom: 25px;
    /* text-align: center; */
    border-bottom: 2px solid #2f2f2f;
}

#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;
}
    
.split-section img {
	width: 100% !important;
	/* left:0; */
	/* top: 0; */
	position: relative;
}
    
.split-section .info {padding: 0 0 0;}
    
.split-section {
    padding: 70px 0 95px;
}
.split-section .row {
	flex-direction:column-reverse;
}
    
.split-section .pic {
    /* width: 103%; */
    /* padding: inherit; */
    /* position: relative; */
    /* top: 0; */
    /* left: 0; */
}
    
.section-a #par1 {
    position: relative;
    top: 2px;
}
    
.section-a #par2 {
    position: relative;
}
    
.section-a #par3 {
    position: relative;
    top: -1px;
}
    
.section-a #par4 {
    position: relative;
    top: -28px;
}
    
.about-showcase h1 {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 60px;
    color: white;
}
    
.overlay {
    padding: 6% 0;
}
    
.banner {
    padding: 1.8%;
}
    
.about-divide1 .overlay {
    padding: 13% 0%;
}
    
.about-showcase {
    padding: 10rem 0;
}
  
.services-showcase {
	padding:10rem 0;
}
    
.services-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.services-b .info {
    padding-right: 0%;
    position: relative;
    left: 0px;
}
    
.services-b .pic {
    padding: 38% 0;
    width: 111%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 146px;
    margin-top: 10px;
    border-radius: 0px;
}
    
.services-c .pic {
    padding: 37% 0;
    width: 109%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 70px;
    margin-top: 10px;
    border-radius: 0px;
}
    
.services-c .info {
    padding-right: 3%;
    position: relative;
    left: 21px;
    text-align: right;
}
    
.services-d .info {
    padding-right: 0%;
    position: relative;
    left: -26px;
}
    
.services-d .pic {
    padding: 37% 0;
    width: 110%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 118px;
    margin-top: 10px;
    border-radius: 0px;
}
   
.gallery-showcase {
    padding: 0% 0;
    padding-top: 68px;
}
    
.gallery-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.gallery-a .image {
    width: 29%;
    height: 200px;
}
    
.gallery-a .image {
    width: 29%;
    height: 200px;
}
    
.contact-showcase {
    text-align: center;
}
    
.contact-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.mission-showcase {
    padding: 0% 0;
    padding-top: 68px;
}
    
.mission-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
}
    
.parallax .overlay {
    padding: 9% 0;
}

.expertise-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.expertise-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.sectionA-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.sectionA-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.sectionA-1 .pic {
    padding: 32%;
    position: relative;
    top: 98px;
    left: -15px;
}
    
.sectionA-2 .pic {
    padding: 32%;
    position: relative;
    top: 104px;
    left: -3px;
}
    
.divider-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.divider-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.service2-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.service2-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.service1-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.service1-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
    color: white;
}
    
.service3-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.service3-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.service4-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.service4-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
    color: white;
}

}

@media screen and (max-width: 768px) {
.contact-content-section {
	padding:50px 0;
}

.about-a img {
	display:none;
}
.contact-showcase .wave-svg {
	bottom:0;
}

.services-a-img,
.services-b-img,
.services-c-img,
.services-d-img,
.services-e-img,
.services-f-img {
	width: 100% !important;
	/* bottom: 0 !important; */
	top: 40px !important;
	left: 0 !important;
	max-width: none;
	z-index: 0;
}
.services-a,
.services-b,
.services-c,
.services-d,
.services-e,
.services-f {
	background-size:cover;
	background: inherit;
	padding: 50px 0;
	height: 960px;
}
.services-f,
.services-d {
	background-position:right;
}
.services-d .row,
.services-b .row,
.services-f .row {
	flex-direction:column-reverse;
}
.services-a h1,
.services-b h1,
.services-c h1,
.services-d h1,
.services-e h1,
.services-f h1 {
	font-size:3em !important;
	line-height:45px;
}
.services-a .wave-svg,
.services-b .wave-svg,
.services-c .wave-svg,
.services-d .wave-svg,
.services-e .wave-svg,
.footer-contact .wave-svg {
    /* position: absolute; */
    /* bottom: 100% !important; */
    /* left: -2px; */
    /* width: 100.5%; */
    /* max-width: none; */
}


.hr-scroll-showcase {
	padding: 0;
}
#hr-scroll-page .hr-scroll-showcase h3 {
    font-size: 2em;
    font-weight: 100;
    padding:100px 0;
}
#hr-scroll-page .footer-section {
	text-align:center;
}
#hr-scroll-page .bottom-footer div[class*='col-'] {
	justify-content:center;
}
#hr-scroll-page .footer-contact {
	border:none;
}
#hr-scroll-page .footer-contact div[class*='col-'] {
	border: 1px solid #171717;
	padding: 30px 0;
	margin: 0 20px 15px;
}


.top-header-tabs div[class*='col-']:first-child h1 {
	font-size:2.5em;
}

.services-showcase .wave-svg {
    /* position: absolute; */
    /* bottom: 0; */
    /* width: 101%; */
    /* max-width: none; */
    /* left: -2px; */
}
#home .home-header-section .wave-svg {
    bottom: 0px;
}

.top-header .navbar-brand {
    position: absolute;
    width: 100px;
    bottom: -36px;
    padding: 6px;
    background: #fff;
    border-radius: 100px;
}
#home .video-jarallax-section .wave-svg-reverse {
	top:inherit;
}
.section-b {
	margin-top:1em;
}
.footer-contact div[class*='col-'] {
	border:none !important;
	margin:15px 0;
}
.service-cities {
	padding-top:0;
}
.estimate-section-divider {
    background: #e0e0e0;
    text-align: center;
    padding:50px 0;
    margin-bottom: inherit;
}
#home .jarallax-video {
    padding: 150px 0;
}
#home .jarallax-video h2 {
	font-size:2em;
}
#home .video-jarallax-section .wave-svg-top {
	top: -2px;
}

.card:last-child h2 {
	/* margin-right: 10px; */
}
.card:first-child {
	/* padding-left: 0; */
}

.card {
	/* flex: 0 0 auto; */
	/* justify-content: center; */
	/* align-items: center; */
	/* position: relative; */
	/* height: 200px; */
	width: 40%;
	border: none;
	border-radius: 0;
	color: #fff;
	/* padding: 0 0 0 15px; */
	text-transform: uppercase;
}
.card h2 {
	/* position: relative; */
	/* top:0; */
	/* left:0; */
	/* width:100%; */
	/* background: red; */
	/* height:inherit; */
	/* display:flex; */
	/* justify-content:center; */
	/* align-items:center; */
}

.home-welcome-section .wave-svg {
    position: absolute;
    width: 101% !important;
    max-width: none !important;
    height: auto;
    right: 0;
    bottom: 100% !important;
    z-index: 0;
    /* transform: scale(1.2); */
    border: none;
    outline: none;
}
	
.top-header a, .top-header i {
    /* color: #ffffff; */
    font-size: inherit;
    display: block;
}
#hr-scroll-page .header-contact_info i {
	display:none;
}

.top-header {
	display:none;
}
#hr-scroll-page .top-header {
	padding:0;
	background: black;
}
.header-contact_info {
    font-size: 1.04em;
}
.navbar-scroll {
	display:none;
}

.header-contact_info a {
    color: #333;
}
#hr-scroll-page .header-contact_info a {
	font-size:16px !important;
	color: rgb(204, 204, 204);
}

.mobile-top-header .logo {
	position:absolute;
	top: 2px;
	width: 70%;
	font-size: inherit;
	line-height: inherit;
	padding: 6px;
	background: #fff;
	border-radius: 100px;
}
.top-header div[class*='col-'] {
  display:flex;
  /* justify-content: left; */
  width: 33.333%;
  /* padding: 15px 0; */
}
.top-header div[class*='col-']:first-child {
	justify-content:flex-start !important;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex;
  justify-content: flex-end;
  align-items: center;
  width: 33.33%;
  /* padding: 22px 0; */
}
#hr-scroll-page .top-header div[class*='col-']:nth-child(2) {
	display:none;
}
#hr-scroll-page .top-header div[class*='col-']:last-child {
	width: 63%;
}

.mobile-top-header {
	display:block !important;
	/* padding: 0 30px 0; */
	/* background: #181818; */
	z-index: 4;
	overflow:visible;
}
.top-header div[class*='col-']:nth-child(2) {
	background:none;
	margin: -20px 0 0;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
#hr-scroll-page .top-header div[class*='col-']:first-child a {
	border:1.6px solid #585858;
}

.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;
    background: #181818;
    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: #181818;
    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: #181818;
    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 ul {
	list-style:none;
	margin:0;
	padding:0;
}
.mobile-menu ul li a {
	font-size:2em;
}

.alert {
    position: fixed;
    /* height: 85%; */
    /* width: 60%; */
    transform: scale(0,0);
    padding: 6em;
    border: 0;
    background: #181818;
    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'] {
    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: 0; */
    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: #181818;
    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%;
}
.mobile-menu-top-hero h2 {
    padding: 0 25px;
    margin-bottom: 25px;
    /* text-align: center; */
    border-bottom: 2px solid #2f2f2f;
}

#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;
}
    
.split-section img {
	width: 100% !important;
	/* left:0; */
	/* top: 0; */
	position: relative;
}
    
.split-section .info {padding: 0 0 0;}
    
.split-section {
    padding: 70px 0 95px;
}
.split-section .row {
	flex-direction:column-reverse;
}
    
.split-section .pic {
    /* width: 103%; */
    /* padding: inherit; */
    /* position: relative; */
    /* top: 0; */
    /* left: 0; */
}
    
.section-a #par1 {
    position: relative;
    top: 2px;
}
    
.section-a #par2 {
    position: relative;
}
    
.section-a #par3 {
    position: relative;
    top: -1px;
}
    
.section-a #par4 {
    position: relative;
    top: -28px;
}
    
.about-showcase h1 {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 60px;
    color: white;
}
    
.overlay {
    padding: 6% 0;
}
    
.banner {
    padding: 1.8%;
}
    
.about-divide1 .overlay {
    padding: 13% 0%;
}
    
.about-showcase {
    padding: 10rem 0;
}
  
.services-showcase {
	padding:10rem 0;
}
    
.services-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.services-b .info {
    padding-right: 0%;
    position: relative;
    left: 0px;
}
    
.services-b .pic {
    padding: 38% 0;
    width: 111%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 146px;
    margin-top: 10px;
    border-radius: 0px;
}
    
.services-c .pic {
    padding: 37% 0;
    width: 109%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 70px;
    margin-top: 10px;
    border-radius: 0px;
}
    
.services-c .info {
    padding-right: 3%;
    position: relative;
    left: 21px;
    text-align: right;
}
    
.services-d .info {
    padding-right: 0%;
    position: relative;
    left: -26px;
}
    
.services-d .pic {
    padding: 37% 0;
    width: 110%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 118px;
    margin-top: 10px;
    border-radius: 0px;
}
   
.gallery-showcase {
    padding: 0% 0;
    padding-top: 68px;
}
    
.gallery-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.gallery-a .image {
    width: 29%;
    height: 200px;
}
    
.gallery-a .image {
    width: 29%;
    height: 200px;
}
    
.contact-showcase {
    text-align: center;
}
    
.contact-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.mission-showcase {
    padding: 0% 0;
    padding-top: 68px;
}
    
.mission-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
}
    
.parallax .overlay {
    padding: 9% 0;
}

.expertise-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.expertise-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.sectionA-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.sectionA-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.sectionA-1 .pic {
    padding: 32%;
    position: relative;
    top: 98px;
    left: -15px;
}
    
.sectionA-2 .pic {
    padding: 32%;
    position: relative;
    top: 104px;
    left: -3px;
}
    
.divider-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.divider-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.service2-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.service2-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.service1-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.service1-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
    color: white;
}
    
.service3-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.service3-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
}
    
.service4-showcase {
    padding: 0% 0;
    padding-top: 68px;
    text-align: center;
}
    
.service4-showcase h1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 63px;
    color: white;
}

}

@media screen and (max-width: 425px) {
	
.img-fluid {
    /* max-width: 55%; */
    /* height: auto; */
    /* position: relative; */
    /* left: 33px; */
}
    
.split-section .pic {
    /* width: 100%; */
    /* padding: 34%; */
    /* margin-top: 31px; */
    /* position: relative; */
    /* top: 0; */
    /* left: 0; */
}
    
.section-a #row-2 {
    margin-top: 0;
}
    
.section-a #par1 {
    position: relative;
    top: 2px;
    margin-top: 8%;
}
    
.section-a #row-2 {
    margin-top: 9px;
}
    
.section-a #par4 {
    position: relative;
    top: -20px;
}
    
.section-a #par3 {
    position: relative;
    top: 2px;
}
    
.divider-a {
    padding: 8% 0%;
    text-align: center;
}
    
.banner {
    padding: 2.8%;
}
    
.about-a .pic {
    margin-top: 8%;
}
    
.about-divide1 .overlay {
    padding: 21% 0%;
}
    
.about-b .pic {
    width: 80%;
    padding: 27% 0%;
}
    
.about-b .info {
    border: 1px solid #eaeaea;
    width: 80%;
    margin: auto;
    padding: 39px 18px;
}
    
.overlay {
    padding: 9% 0;
}
    
.services-a .service-blocks {
    width: 100%;
    margin-top: 4%;
}
    
.services-b #header {
    padding: 0% 9%;
}
    
.services-b .pic {
    padding: 38% 0;
    width: 100%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 0;
    margin-top: 10px;
    border-radius: 0px;
}
    
.services-c .info {
    padding-right: 3%;
    position: relative;
    left: 4px;
    text-align: center;
}
    
.services-c #col3 {
    text-align: center;
    font-size: 14px;
    margin-top: 6%;
}
    
.services-c .pic {
    padding: 30% 0;
    width: 84%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: -27px;
    left: 37px;
    margin-top: 10px;
    border-radius: 0px;
}
    
.services-c #header {
    padding: 0% 12%;
}
    
.services-d #header {
    padding: 0% 9%;
}
    
.services-d .pic {
    padding: 37% 0;
    width: 100%;
    box-shadow: 7px 9px 37px #464646;
    position: relative;
    top: 0;
    margin-top: 10px;
    border-radius: 0px;
}
    
.services-showcase {
    /* padding: 0% 0; */
    /* padding-top: 68px; */
    /* text-align: center; */
    /* overflow: hidden; */
}
    
.service4-a .pic {
    padding: 32%;
    position: relative;
    top: -4px;
    left: 0;
}
    
.sectionA-1 .pic {
    padding: 32%;
    position: relative;
    top: -4px;
    left: 0;
}
    
.sectionA-2 .pic {
    padding: 32%;
    position: relative;
    top: -7px;
    left: 0;
}

}