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


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

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

#reviews-icgd{
  --bg:#fff; --elev:#fff; --text:#0f172a; --muted:#64748b; --ring:rgba(2,6,23,.08);
  --shadow:0 1px 2px rgba(2,6,23,.06),0 4px 10px rgba(2,6,23,.04);
  --radius:16px; --gap:1rem;
  --body-lh:1.6; --clamp-lines:5; --fade-h:2.2em;
  --btn-bg:#fff; --btn-text:#0f172a; --btn-ring:rgba(2,6,23,.12);
  --pri-bg:#0ea5e9; --pri-text:#fff; --pri-bg-hover:#0284c7; --pri-ring:rgba(14,165,233,.35);
     background: linear-gradient(to right, #ffffff7d, #ffffff7d), url(/img/garage-door-001.jpg);
					padding: 100px 0px;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat; color:var(--text);
}
#reviews-icgd .reviews-container{max-width:1100px;margin:0 auto;padding:clamp(1.25rem,3vw,2rem);}
#reviews-icgd h2{font-size:45px;font-weight:800;line-height:1.15;margin:0 0 50px; color: #D3373C; text-align: center; text-shadow: 1px 1px 1px #000;}
#reviews-icgd .reviews-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--gap);}
#reviews-icgd .review-card{
  grid-column:span 12;background:var(--elev);border:1px solid var(--ring);border-radius:var(--radius);
  padding:1rem;box-shadow:var(--shadow);transition:box-shadow .2s ease,transform .15s ease;
}
#reviews-icgd .review-card:hover{box-shadow:0 2px 10px rgba(2,6,23,.08),0 10px 25px rgba(2,6,23,.06);transform:translateY(-1px);}
#reviews-icgd .review-card.hidden{display:none;}
@media (min-width:720px){#reviews-icgd .review-card{grid-column:span 6;}}
@media (min-width:1024px){#reviews-icgd .review-card{grid-column:span 4;}}

#reviews-icgd .review-header{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:.75rem;margin-bottom:.25rem;}
#reviews-icgd .avatar{
  width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-weight:800;color:var(--text);
  border:1px solid var(--ring);background:linear-gradient(180deg,#f8fafc,#D3373C);user-select:none;
}
#reviews-icgd .who .name{font-weight:800;line-height:1.2;}
#reviews-icgd .who .meta{color:var(--muted);font-size:.9rem;}
#reviews-icgd .stars{font-size:1rem;letter-spacing:2px;white-space:nowrap;color:#f59e0b;}

#reviews-icgd .review-body{margin:.5rem 0 .25rem;line-height:var(--body-lh);}
#reviews-icgd .review-body.clamp{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;position:relative;}
#reviews-icgd .review-body.clamp:not(.expanded){-webkit-line-clamp:var(--clamp-lines);max-height:calc(var(--clamp-lines)*var(--body-lh)*1em);}
#reviews-icgd .review-body.clamp:not(.expanded)::after{
  content:"";position:absolute;inset:auto 0 0 0;height:var(--fade-h);
  background:linear-gradient(to bottom,rgba(255,255,255,0),var(--elev));pointer-events:none;
}

#reviews-icgd .review-actions{display:flex;align-items:center;gap:.75rem;margin-top:.25rem;}
#reviews-icgd .toggle-more,#reviews-icgd .load-more{
  appearance:none;border:1px solid var(--btn-ring);background:var(--btn-bg);color:var(--btn-text);
  padding:.5rem .85rem;border-radius:999px;font-size:.92rem;font-weight:600;line-height:1;cursor:pointer;
  transition:box-shadow .15s ease,transform .06s ease,background-color .15s ease;
}
#reviews-icgd .toggle-more:hover,#reviews-icgd .load-more:hover{box-shadow:0 1px 3px rgba(2,6,23,.08),0 6px 14px rgba(2,6,23,.06);}
#reviews-icgd .toggle-more:active,#reviews-icgd .load-more:active{transform:translateY(1px);}
#reviews-icgd .toggle-more:focus-visible,#reviews-icgd .load-more:focus-visible,#reviews-icgd .leave-review:focus-visible,#reviews-icgd .backlink:focus-visible{
  outline:none;box-shadow:0 0 0 4px var(--pri-ring);
}

#reviews-icgd .backlink{margin-left:auto;font-size:13px;text-decoration:none;border-bottom:1px dashed currentColor;padding-bottom:1px;transition:color .15s ease,border-color .15s ease; color: #D3373C; font-weight: 600;}
#reviews-icgd .backlink:hover{color:#0ea5e9;border-color:#0ea5e9;}

#reviews-icgd .reviews-cta{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;}
#reviews-icgd .leave-review{
  display:inline-block;text-decoration:none;border-radius:999px;padding:.7rem 1rem;background:#D3373C;color:var(--pri-text);
  font-weight:700;line-height:1;transition:background-color .15s ease,box-shadow .15s ease,transform .06s ease;
}
#reviews-icgd .leave-review:hover{background:var(--pri-bg-hover);}
#reviews-icgd .leave-review:active{transform:translateY(1px);}
#reviews-icgd .hidden{display:none !important;}

/* Dark mode */
@media (prefers-color-scheme:dark){
  #reviews-icgd{
    --bg:#0b1220;--elev:#0f172a;--text:#e2e8f0;--muted:#94a3b8;--ring:rgba(226,232,240,.12);
    --shadow:0 1px 2px rgba(0,0,0,.35),0 8px 24px rgba(0,0,0,.35);--btn-bg:#111827;--btn-text:#e5e7eb;--btn-ring:rgba(226,232,240,.18);--pri-ring:rgba(14,165,233,.45);
  }
  #reviews-icgd .review-body.clamp:not(.expanded)::after{
    background:linear-gradient(to bottom,rgba(15,23,42,0),var(--elev));
  }
  #reviews-icgd .stars{color:#fbbf24;}
}
@media (prefers-reduced-motion:reduce){
  #reviews-icgd .review-card,#reviews-icgd .toggle-more,#reviews-icgd .load-more,#reviews-icgd .leave-review{transition:none !important;}
}
@media print{
  #reviews-icgd .reviews-cta,#reviews-icgd .toggle-more,#reviews-icgd .backlink{display:none !important;}
  #reviews-icgd .review-body.clamp{-webkit-line-clamp:unset;max-height:none;}
}


.home-faqs {
	padding: 100px 0px;
}
.home-faqs img{
	border-radius: 20px; 
}

  .icg-faq {max-width: 860px; margin: 2rem auto; padding: 0 1rem;}
  .icg-faq__title {font-size: 30px; margin-bottom: 25px; color: #D3373C; font-weight: 600;}
  .icg-faq__item + .icg-faq__item {border-top: 1px solid #e5e7eb;}
  .icg-faq__question {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 1rem 0;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    position: relative;
  }
  .icg-faq__question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .2s ease;
  }
  .icg-faq__question[aria-expanded="true"]::after {
    content: "–";
    transform: translateY(-50%);
  }
  .icg-faq__answer {padding: 0 0 1rem 0;}
  .icg-faq__answer p {margin: .25rem 0 .5rem;}
  .icg-faq__answer ul {margin: .5rem 0 0 1rem; padding: 0; list-style: disc;}
  .icg-faq__answer a {text-decoration: underline; text-underline-offset: 2px;color: #D3373C; font-weight: 600;}


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

/******************************************** DESKTOP CODING *************************************************/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: rgb(33, 37, 41);
    text-align: left;
    list-style: none;
    background-color: rgb(87, 86, 87);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    color: rgb(255,255,255);
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(22,22,22) !important;
}
.home-page-section-1 {
	padding: 75px 0 75px 0;
    background: rgb(20,20,20);
}
.home-page-section-1 h1 {
	font-family: font;
	font-size: 3rem;
    text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	color: rgb(255,255,255);
	text-shadow: 1px 1px 1px #000;
    font-weight: 600;
}
.home-page-section-1 h4 {
	text-align: center;
    font-size: 1.75rem;
}
.home-page-section-1 span {
	color: rgb(87, 86, 87);
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 0.7rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 10px double rgb(201,2,2);
	/*box-shadow: 0px 0px 32px -10px #06060685;*/
	visibility: hidden;
	
	position:relative;
	overflow:hidden;
	

}
.cta-container{
	position:relative;
	transform:translateY(50px);
	opacity: 0;
	transition: 0.4s;
	
}
.card:hover .cta-container{
	position:relative;
	transform:translateY(00px);
	opacity:1; 
	
}

.card-body{
/*	display:flex;
	flex-direction:column;
	align-items: center;
	justify-content: center; */
}
.card:hover {
	cursor:pointer;
}
.card h2 {
	font-family: font;
	font-size: 2rem;
	color: rgb(0,0,0);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.card span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card p {
	font-size:16px;
	font-weight:400;
	text-align: justify;
	color: rgb(0,0,0);
}
.card .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	text-shadow: 1px 1px 1px #444;rgb(126,181,77);
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card .btn span {
	position:relative;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px #444;rgb(126,181,77);
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}
.card:hover .btn {
	background:transparent !important;
	color: rgb(255, 255, 255);
}
.card:hover span {
	left:12px;
}
.home-page-section-2 {
	padding: 75px 0 75px 0;
    background: rgb(38,38,38);
}
.home-page-section-2 p {
	color: rgb(255,255,255);
    font-size: 25px;
	text-align: center;
	line-height: 3rem;
}
.home-page-section-2 .blockquote-footer {
    color: rgb(255,255,255);
    font-size: 18px;
	text-align: center;
}

.cta{
	background: black;
	color:white;
	font-family: inherit;
	text-transform:capitalize;
	border-radius: 5px;
	border: 2px solid white;
	padding:15px;
	display: inline-flex;
	flex-direction:column;
	width:max-content; 

	transition: all 0.24s;
	
 }
.cta:hover{
	background: white;
	color:black;
	border: 2px solid black;;

	
}

.home-page-section-3 {
	padding: 100px 0 100px 0;
    background: rgb(20,20,20);
}
.home-page-section-3 h1 {
	font-family: font;
	font-size:3rem;
    text-align: center;
	text-transform: uppercase;
	color: rgb(255,255,255);
	line-height: 40px;
    font-weight: 600;
}
.home-page-section-3 h2 {
	font-family: font;
	font-size:2.5rem;
    text-align: center;
	text-transform: uppercase;
	color: rgb(255,255,255);
	line-height: 40px;
    font-weight: 600;
}
.home-page-section-3 h5 {
	font-size: 20px;
	font-weight: 200;
	text-align: center;
}
.home-page-section-3 p {
	color: rgb(240,240,240);
	font-size: 1.2rem;
	text-align: justify;
	text-shadow: 1px 1px 1px white;
}
.home-page-section-3 img {
	border-radius: 0.6rem;
}
.home-quote-2 {
	padding: 100px 0 100px 0;
	background: rgb(38,38,38)
}
.home-quote-2 h1 {
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(255,255,255);
	font-size: 26px;
}
.home-quote-2 h3 {
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(255,255,255);
	font-size: 26px;
}
.home-contact {
	background: rgb(20,20,20);
    padding: 75px 0 75px 0;
}
.home-contact h3 {
    font-size: 3rem;
    font-weight: 600;
    color: rgb(255,255,255);
	font-family: 'font';
    position: relative;
    overflow: hidden;
	text-transform: uppercase;
}
.home-contact span {
	color: rgb(101,140,160);
	font-family: 'font';
}

.home-contact h3:after {
  display: inline-block;
  content: "";
  height: 8px;
  background: rgb(201,2,2);
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -2px;
  margin-left: 10px;
}


.service-areas {
	padding: 250px 0 100px 0;
    background: rgb(20,20,20);
}
.service-areas h1 {
	font-family: font;
	font-size:3rem;
    text-align: center;
	text-transform: uppercase;
	color: rgb(255,255,255);
	line-height: 40px;
    font-weight: 600;
}
.service-areas h2 {
	font-family: font;
	font-size:1.5rem;
    text-align: center;
	text-transform: uppercase;
	color: rgb(255,255,255);
	line-height: 40px;
    font-weight: 600;
}
.service-areas h3 {
	font-family: font;
	font-size:1.3rem;
    text-align: center;
	text-transform: uppercase;
	color: rgb(255,255,255);
	line-height: 40px;
    font-weight: 400;
}

.service-areas h5 {
	font-size: 20px;
	font-weight: 200;
	text-align: center;
}
.service-areas p {
	color: rgb(240,240,240);
	font-size: 1.2rem;
	text-align: justify;
	text-shadow: 1px 1px 1px white;
}
.service-areas img {
	border-radius: 0.6rem;
}
.service-areas iframe {
	border-radius: 0.6rem;
	width: 100%;
}
.service-areas ul{
	color:white;
}
.service-areas li{
	color:white;
}
/******************************************** DESKTOP CODING *************************************************/

.navbar-inverse .navbar-inner {
	display:none;
}

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

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

/*******************  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;
}

/*******************  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;
}
body#barbajs {
	visibility:visible;
}

a, button, .btn {
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}

a {
	cursor:pointer;
	text-decoration: none !important;
}

a:hover {
    color: #252525;
    text-decoration: underline;
}
.btn {
	cursor:pointer;
	border-radius: 0;
}
.btn.alert-trigger {
	color:#fdfdfd;
	background-color:#333;
}
.btn:hover {
    opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);
	border-color: #949494;
	color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4);
	color:#fff;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
    border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none;
	box-shadow: none;
}
.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	                      */
/* ========================================================== */

.top-header-animate {
	background: #ffffff00;
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a;
	font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
.top-header-animate a,
.top-header-animate a,
.top-header-animate i,
.top-header-animate {
	
}
.header-animate {
	padding: 115px 0 0 !important;
}
.header-animate a {
	font-size: 18px !important;;
}
.header-animate a:before {
	background:#222 !important;
}


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



body {
    padding: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
body#image-upload-page {
	visibility:visible;
}

.top-header .dropdown-menu {
	background:whitesmoke;
	border-radius: 0;
}
.top-header .dropdown-menu a {
	color:#222;
	padding:3px 20px !important;
}

.top-header {
	position: fixed;
	width:100%;
	z-index:1;
	padding: 10px 0 10px 0;
	background: rgb(26,26,26);
	z-index: 3;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.top-header div[class*='col-']:first-child {
	display:flex;
	justify-content: flex-end;
	align-items:center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0;
	font-size:15px;
	/* margin-right: 6px; */
	/* border: 1px solid #fff; */
	/* border-radius:100px; */
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color:#fbfbfb;
	color:#222;
}
.top-header div[class*='col-']:nth-child(2) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(4) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(5) {
	display:flex;
	justify-content: flex-start;
	align-items:center;
}

.top-header a,
.top-header i,
.top-header p {
	color: rgb(255,255,255);
	margin: 0;
}

.top-header div[class*='col-']:nth-child(5) a {
	display:flex;
	justify-content:center;
	align-items:center;
	border: 1px solid rgb(255,255,255);
	color: rgb(255,255,255);
	border-radius:100px;
	height: 34px;
	width: 34px;
	margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(101,140,160);
	text-decoration:none !important;
	color: rgb(0,0,0);
}
.top-header .dropdown-toggle {
	background: #21212100;
	padding: 6px 25px;
	outline: none !important;
	border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important;
	color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #000;
    background-color: rgb(255, 255, 255);
    border-color: #666e76;
    box-shadow:none !important;
}

.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline:none !important;
	box-shadow:none !important;
}

.navbar-scroll {
	padding: 115px 0 0;
	position: fixed;
	background: rgb(26,26,26);
	width: 100%;
	z-index: 2;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0);
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background:#fdfdfd;
	position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;
	font-size: 1.5em;
	position: absolute;
	top: 6px;
	right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em;
	font-weight:700;
	text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 16px;
	padding: 6px 0px;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	color: rgb(256,256,256);

	/*color: rgb(201,2,2);*/
	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: rgb(201,2,2);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(201,2,2);
}

.navbar-light .navbar-nav li a {
	position:relative;
}

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

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

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

.footer-section {
	padding: 50px 0;
	background: rgb(38,38,38);
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem;
	color: rgb(30,30,30);
	font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255);
	font-size: 16px;
}
.footer-section a {
	color: rgb(255,255,255);
	font-size: 16px;
}
.footer-section span {
	color: rgb(255,255,255);
	font-size: 14px;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	margin-bottom:1em;
}
.service-cities h5 {
	line-height:8px;;
}
.service-cities h4 {
	font-size:22px;
	text-transform: uppercase;
	font-weight: 600;
	color: rgb(255, 255, 255);
}
.bottom-footer .vms-link-wrapper {
	position:relative;
	top:-10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;
	justify-content:flex-end;
	font-size:14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;
	justify-content:center;
	align-items:center;
	border: 1px solid #444;
	border-radius:100px;
	height:28px;
	width:28px;
	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #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%;
}
   
.top-header {
    width: 100%;
    z-index: 3;
    padding: 8px 0;
    background: rgb(18,18,18);
}
    
}

@media screen and (max-width: 1024px) { /* Laptop Screen */
	
.home-page-section-1 {
	padding: 30px 0 30px 0;
    background: rgb(20,20,20);
}
.home-page-section-1 h1 {
	font-family: font;
	font-size: 2rem;
    text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	color: rgb(255,255,255);
	text-shadow: 1px 1px 1px #000;
    font-weight: 600;
}
.home-page-section-1 h4 {
	text-align: center;
    font-size: 1.75rem;
}
.home-page-section-1 span {
	color: rgb(87, 86, 87);
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 0.7rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 10px double rgb(201,2,2);
	/*box-shadow: 0px 0px 32px -10px #06060685;*/
	visibility: hidden;
}
.card:hover {
	cursor:pointer;
}
.card h2 {
	font-family: font;
	font-size: 1.5rem;
	color: rgb(0,0,0);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.card span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card p {
	font-size:14px;
	font-weight:400;
	text-align: justify;
	color: rgb(0,0,0);
}
.card .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	text-shadow: 1px 1px 1px #444;rgb(126,181,77);
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card .btn span {
	position:relative;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px #444;rgb(126,181,77);
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}
.card:hover .btn {
	background:transparent !important;
	color: rgb(255, 255, 255);
}
.card:hover span {
	left:12px;
}
.home-page-section-2 {
	padding: 30px 0 30px 0;
    background: rgb(38,38,38);
}
.home-page-section-2 p {
	color: rgb(255,255,255);
    font-size: 18px;
	text-align: justify;
	line-height: 2rem;
}
.home-page-section-2 .blockquote-footer {
    color: rgb(255,255,255);
    font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.home-page-section-3 {
	padding: 30px 0 30px 0;
    background: rgb(20,20,20);
}
.home-page-section-3 h1 {
	font-family: font;
	font-size: 2rem;
    text-align: center;
	text-transform: uppercase;
	color: rgb(255,255,255);
	line-height: 40px;
    font-weight: 600;
}
.home-page-section-3 h5 {
	font-size: 20px;
	font-weight: 200;
	text-align: center;
}
.home-page-section-3 p {
	color: rgb(240,240,240);
	font-size: 14px;
	text-align: justify;
	text-shadow: 1px 1px 1px rgb(20,20,20);
}
.home-page-section-3 img {
	border-radius: 0.6rem;
}
.home-quote-2 {
	padding: 50px 0 50px 0;
	background: rgb(38,38,38)
}
.home-quote-2 h1 {
	text-align: justify;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(255,255,255);
	font-size: 22px;
}
.home-contact {
    padding: 30px 0 30px 0;
	background: rgb(20,20,20);
}
.home-contact h3 {
    font-size: 24px;
    font-weight: 600;
    color: rgb(255,255,255);
	font-family: 'font';
    position: relative;
    overflow: hidden;
	text-transform: uppercase;
}
.home-contact span {
	color: rgb(101,140,160);
	font-family: 'font';
}
.home-contact h3:after {
  display: inline-block;
  content: "";
  height: 8px;
  background: rgb(201,2,2);
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -2px;
  margin-left: 10px;
}
.mobile-top-header {
	display:block !important;
	padding: 0 30px 0;
	background: rgb(135,170,188);
	z-index: 4;
	overflow:visible;
}
.header-contact_info a {
    color: rgb(255,255,255);
    margin: 0;
}
.top-header a, .top-header i, .top-header p {
    color: rgb(249,78,1);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
    color: rgb(249,78,1);
}
.btn {
    background: rgb(249,78,1);
    width: 50%;
    padding: 10px 0px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
}
.footer-section {
    padding-top: 30px;
    /* background: #1f1f1f; */
    /* color: white; */
    text-align: center;
}
.footer-section img {
	max-width: 210px;
	padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px;
	font-weight: 600;
	color: rgb(255,255,255);
}
.service-cities a {
	font-size: 18px;
	line-height: 10px;
	color: rgb(255,255,255);
}

.top-header {
	background: black;
	display:none;
}
.header-contact_info {
    font-size: 1.5em;
}
.navbar-scroll {
	display:none;
}
.header-contact_info .navbar-brand {
	font-size:1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content:flex-start;
}
.top-header div[class*='col-'] {
  display:flex;
  justify-content: left;
  width: 33.333%;
  padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex;
  justify-content: flex-end;
  width: 33.333%;
  padding: 15px 0;
}

.top-header div[class*='col-']:nth-child(2) {
	background:none;
	margin:0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size:inherit;
	line-height: inherit;
}
.alert h1,
.alert p {
	top: 2em;
	opacity: 0;
	position:relative;
}
.alert h1 {
	margin-top: 0;
	color: #2b1663;
}
.custom-show {
    position: fixed;
    transform:scale(1,1);
    border: 0;
    background: white;
    border-radius:0;
    z-index: 1100;
    overflow: inherit;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.mobile-menu {
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    display: block;
    padding-top: 6em;
    /* justify-content: center; */
    /* align-items: center; */
    top: 100%;
    border: 0;
    background: #232323;
    border-radius: 0;
    z-index: 1100;
    overflow: auto;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
    font-size: 2em;
    color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
    top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;
	padding: 40px 0 0;
	top:0;
	left:0;
	width:100%;
	text-align: center;
}
.mobile-menu-top-hero h2 {
	padding:0 25px;
}

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

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

}

@media screen and (max-width: 991px) { /* Tablet Screen */

.home-page-section-1 {
	padding: 30px 0 30px 0;
    background: rgb(20,20,20);
}
.home-page-section-1 h1 {
	font-family: font;
	font-size: 2rem;
    text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	color: rgb(255,255,255);
	text-shadow: 1px 1px 1px #000;
    font-weight: 600;
}
.home-page-section-1 h4 {
	text-align: center;
    font-size: 1.75rem;
}
.home-page-section-1 span {
	color: rgb(87, 86, 87);
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 0.7rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 10px double rgb(201,2,2);
	/*box-shadow: 0px 0px 32px -10px #06060685;*/
	visibility: hidden;
}
.card:hover {
	cursor:pointer;
}
.card h2 {
	font-family: font;
	font-size: 1.5rem;
	color: rgb(0,0,0);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.card span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card p {
	font-size:14px;
	font-weight:400;
	text-align: justify;
	color: rgb(0,0,0);
}
.card .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	text-shadow: 1px 1px 1px #444;rgb(126,181,77);
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card .btn span {
	position:relative;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px #444;rgb(126,181,77);
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}
.card:hover .btn {
	background:transparent !important;
	color: rgb(255, 255, 255);
}
.card:hover span {
	left:12px;
}
.cta-container{
	position:relative;
	transform:translateY(00px);
	opacity: 1;
	transition: 0.4s;
	
}
.card:hover .cta-container{
	position:relative;
	transform:translateY(00px);
	opacity:1; 
	
}

.home-page-section-2 {
	padding: 30px 0 30px 0;
    background: rgb(38,38,38);
}
.home-page-section-2 p {
	color: rgb(255,255,255);
    font-size: 18px;
	text-align: justify;
	line-height: 2rem;
}
.home-page-section-2 .blockquote-footer {
    color: rgb(255,255,255);
    font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.home-page-section-3 {
	padding: 30px 0 30px 0;
    background: rgb(20,20,20);
}
.home-page-section-3 h1 {
	font-family: font;
	font-size: 2rem;
    text-align: center;
	text-transform: uppercase;
	color: rgb(255,255,255);
	line-height: 40px;
    font-weight: 600;
}
.home-page-section-3 h5 {
	font-size: 20px;
	font-weight: 200;
	text-align: center;
}
.home-page-section-3 p {
	color: rgb(240,240,240);
	font-size: 14px;
	text-align: justify;
	text-shadow: 1px 1px 1px rgb(20,20,20);
}
.home-page-section-3 img {
	border-radius: 0.6rem;
}
.home-quote-2 {
	padding: 50px 0 50px 0;
	background: rgb(38,38,38)
}
.home-quote-2 h1 {
	text-align: justify;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(255,255,255);
	font-size: 22px;
}
.home-contact {
    padding: 30px 0 30px 0;
	background: rgb(20,20,20);
}
.home-contact h3 {
    font-size: 24px;
    font-weight: 600;
    color: rgb(255,255,255);
	font-family: 'font';
    position: relative;
    overflow: hidden;
	text-transform: uppercase;
}
.home-contact span {
	color: rgb(101,140,160);
	font-family: 'font';
}
.home-contact h3:after {
  display: inline-block;
  content: "";
  height: 8px;
  background: rgb(201,2,2);
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -2px;
  margin-left: 10px;
}
.mobile-top-header {
	display:block !important;
	padding: 0 30px 0;
	background: rgb(135,170,188);
	z-index: 4;
	overflow:visible;
}
.header-contact_info a {
    color: rgb(255,255,255);
    margin: 0;
}
.top-header a, .top-header i, .top-header p {
    color: rgb(249,78,1);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
    color: rgb(249,78,1);
}
.btn {
    background: rgb(249,78,1);
    width: 50%;
    padding: 10px 0px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
}
.footer-section {
    padding-top: 30px;
    /* background: #1f1f1f; */
    /* color: white; */
    text-align: center;
}
.footer-section img {
	max-width: 210px;
	padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px;
	font-weight: 600;
	color: rgb(255,255,255);
}
.service-cities a {
	font-size: 18px;
	line-height: 10px;
	color: rgb(255,255,255);
}

.top-header {
	background: black;
	display:none;
}
.header-contact_info {
    font-size: 1.5em;
}
.navbar-scroll {
	display:none;
}
.header-contact_info .navbar-brand {
	font-size:1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content:flex-start;
}
.top-header div[class*='col-'] {
  display:flex;
  justify-content: left;
  width: 33.333%;
  padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex;
  justify-content: flex-end;
  width: 33.333%;
  padding: 15px 0;
}

.top-header div[class*='col-']:nth-child(2) {
	background:none;
	margin:0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size:inherit;
	line-height: inherit;
}
.alert h1,
.alert p {
	top: 2em;
	opacity: 0;
	position:relative;
}
.alert h1 {
	margin-top: 0;
	color: #2b1663;
}
.custom-show {
    position: fixed;
    transform:scale(1,1);
    border: 0;
    background: white;
    border-radius:0;
    z-index: 1100;
    overflow: inherit;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.mobile-menu {
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    display: block;
    padding-top: 6em;
    /* justify-content: center; */
    /* align-items: center; */
    top: 100%;
    border: 0;
    background: #232323;
    border-radius: 0;
    z-index: 1100;
    overflow: auto;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
    font-size: 2em;
    color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
    top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;
	padding: 40px 0 0;
	top:0;
	left:0;
	width:100%;
	text-align: center;
}
.mobile-menu-top-hero h2 {
	padding:0 25px;
}

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

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

}

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

.home-page-section-1 {
	padding: 30px 0 30px 0;
    background: rgb(20,20,20);
}
.home-page-section-1 h1 {
	font-family: font;
	font-size: 2rem;
    text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	color: rgb(255,255,255);
	text-shadow: 1px 1px 1px #000;
    font-weight: 600;
}
.home-page-section-1 h4 {
	text-align: center;
    font-size: 1.75rem;
}
.home-page-section-1 span {
	color: rgb(87, 86, 87);
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 0.7rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 10px double rgb(201,2,2);
	/*box-shadow: 0px 0px 32px -10px #06060685;*/
	visibility: hidden;
}
.card:hover {
	cursor:pointer;
}
.card h2 {
	font-family: font;
	font-size: 1.2rem;
	color: rgb(0,0,0);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.card span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card p {
	font-size:14px;
	font-weight:400;
	text-align: justify;
	color: rgb(0,0,0);
}
.card .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	text-shadow: 1px 1px 1px #444;rgb(126,181,77);
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card .btn span {
	position:relative;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px #444;rgb(126,181,77);
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}
.card:hover .btn {
	background:transparent !important;
	color: rgb(255, 255, 255);
}
.card:hover span {
	left:12px;
}
.home-page-section-2 {
	padding: 30px 0 30px 0;
    background: rgb(38,38,38);
}
.home-page-section-2 p {
	color: rgb(255,255,255);
    font-size: 18px;
	text-align: justify;
	line-height: 2rem;
}
.home-page-section-2 .blockquote-footer {
    color: rgb(255,255,255);
    font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.home-page-section-3 {
	padding: 30px 0 30px 0;
    background: rgb(20,20,20);
}
.home-page-section-3 h1 {
	font-family: font;
	font-size: 2rem;
    text-align: center;
	text-transform: uppercase;
	color: rgb(255,255,255);
	line-height: 40px;
    font-weight: 600;
}
.home-page-section-3 h5 {
	font-size: 20px;
	font-weight: 200;
	text-align: center;
}
.home-page-section-3 p {
	color: rgb(240,240,240);
	font-size: 14px;
	text-align: justify;
	text-shadow: 1px 1px 1px rgb(20,20,20);
}
.home-page-section-3 img {
	border-radius: 0.6rem;
}
.home-quote-2 {
	padding: 50px 0 50px 0;
	background: rgb(38,38,38)
}
.home-quote-2 h1 {
	text-align: justify;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(255,255,255);
	font-size: 22px;
}
.home-contact {
    padding: 30px 0 30px 0;
	background: rgb(20,20,20);
}
.home-contact h3 {
    font-size: 24px;
    font-weight: 600;
    color: rgb(255,255,255);
	font-family: 'font';
    position: relative;
    overflow: hidden;
	text-transform: uppercase;
}
.home-contact span {
	color: rgb(101,140,160);
	font-family: 'font';
}
.home-contact h3:after {
  display: inline-block;
  content: "";
  height: 8px;
  background: rgb(201,2,2);
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -2px;
  margin-left: 10px;
}
.mobile-top-header {
	display:block !important;
	padding: 0 30px 0;
	background: rgb(135,170,188);
	z-index: 4;
	overflow:visible;
}
.header-contact_info a {
    color: rgb(255,255,255);
    margin: 0;
}
.top-header a, .top-header i, .top-header p {
    color: rgb(249,78,1);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
    color: rgb(249,78,1);
}
.btn {
    background: rgb(249,78,1);
    width: 50%;
    padding: 10px 0px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
}
.footer-section {
    padding-top: 30px;
    /* background: #1f1f1f; */
    /* color: white; */
    text-align: center;
}
.footer-section img {
	max-width: 210px;
	padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px;
	font-weight: 600;
	color: rgb(255,255,255);
}
.service-cities a {
	font-size: 18px;
	line-height: 10px;
	color: rgb(255,255,255);
}

.top-header {
	background: black;
	display:none;
}
.header-contact_info {
    font-size: 1.5em;
}
.navbar-scroll {
	display:none;
}
.header-contact_info .navbar-brand {
	font-size:1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content:flex-start;
}
.top-header div[class*='col-'] {
  display:flex;
  justify-content: left;
  width: 33.333%;
  padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex;
  justify-content: flex-end;
  width: 33.333%;
  padding: 15px 0;
}

.top-header div[class*='col-']:nth-child(2) {
	background:none;
	margin:0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size:inherit;
	line-height: inherit;
}
.alert h1,
.alert p {
	top: 2em;
	opacity: 0;
	position:relative;
}
.alert h1 {
	margin-top: 0;
	color: #2b1663;
}
.custom-show {
    position: fixed;
    transform:scale(1,1);
    border: 0;
    background: white;
    border-radius:0;
    z-index: 1100;
    overflow: inherit;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.mobile-menu {
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    display: block;
    padding-top: 6em;
    /* justify-content: center; */
    /* align-items: center; */
    top: 100%;
    border: 0;
    background: #232323;
    border-radius: 0;
    z-index: 1100;
    overflow: auto;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
    font-size: 2em;
    color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
    top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;
	padding: 40px 0 0;
	top:0;
	left:0;
	width:100%;
	text-align: center;
}
.mobile-menu-top-hero h2 {
	padding:0 25px;
}

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

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

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