/* 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/vogue.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}
body,html{
	overflow-x:hidden;
}


.shc-reviews { font-family: Arial, sans-serif; background:#fff; padding:2rem 1rem; }
.shc-reviews-grid { max-width:1100px; margin:0 auto; }
.shc-reviews-head { display:flex; justify-content:center; align-items:flex-end; margin-bottom:50px; }
.shc-reviews-head h2 { font-family: font; font-weight: 600; font-size: 45px; letter-spacing: 2px; text-align: center !important; }
.shc-reviews-head small { color:#666; }
.shc-reviews-list { display:grid; grid-template-columns:repeat(12,1fr); gap:16px; list-style:none; padding:0; margin:0; }
.shc-review-card { grid-column:span 4; border:2px solid #000; 	background: linear-gradient(336deg, rgb(0 0 0 / 0%) 0%, rgb(68 68 68 / 0%) 50%, rgb(255 255 255 / 55%) 100%), url(/img/p-2.jpg) no-repeat;border-radius:12px; padding:16px; box-shadow:0 4px 12px rgba(0,0,0,.08); display:none; }
@media(max-width:980px){.shc-review-card{grid-column:span 6;}}
@media(max-width:640px){.shc-review-card{grid-column:span 12;}}
.shc-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;}
.shc-author{font-weight:600;color: #f9f9f9; font-size: 20px; text-shadow: 1px 1px 1px #000; font-family: font; letter-spacing: 1px;}
.shc-stars{color:gold;font-size:1.1rem;}
.shc-quote{margin:10px 0;line-height:1.4;background:transparent;padding:10px;border-radius:8px; height: 150px; color: #f9f9f9; font-family: font2; font-weight: 600; letter-spacing: 1px;}
.shc-meta{display:flex;flex-wrap:wrap;gap:10px 14px;font-size:.9rem;color:#C4C2C2;}
.shc-meta a{color:#EAE720;text-decoration:none; font-family: font2; }
.shc-meta a:hover{text-decoration:underline; font-weight: 600; color:#EAE720; letter-spacing: 1px;}
.shc-controls{text-align:center;margin-top:20px;}
.shc-show-btn{border:2px solid #000;background:#F4F392;color:#000;padding:10px 18px;border-radius:999px;font-weight:600;cursor:pointer;}
.shc-ctas{display:none;gap:10px;justify-content:center;margin-top:14px;}
.shc-ctas a{padding:10px 16px;border-radius:999px;text-decoration:none;font-weight:700;border:1px solid #ccc;}
.shc-cta-primary{border:2px solid #000;background:#F4F392;color:#000;}
.shc-cta-ghost{background:#fff;color:#1f6feb;}


:root {
  --faq-max-width: 100%;
  --faq-radius: 12px;
  --faq-border: 1px solid #e5e7eb;   /* neutral-200 */
  --faq-border-strong: 1px solid #d1d5db; /* neutral-300 */
  --faq-shadow: 0 1px 2px rgba(0,0,0,.06), 0 8px 24px rgba(0,0,0,.04);
  --faq-bg: #ffffff;
  --faq-bg-alt: #f9fafb;    /* neutral-50 */
  --faq-text: #111827;      /* neutral-900 */
  --faq-muted: #4b5563;     /* neutral-600 */
  --faq-accent: #0a66c2;    /* accessible blue */
  --faq-focus: #0ea5e9;     /* sky-500 */
}

#shc-faq.faq-section {
  max-width: var(--faq-max-width);
	background: linear-gradient(336deg, rgb(0 0 0 / 0%) 0%, rgb(68 68 68 / 0%) 50%, rgb(255 255 255 / 55%) 100%), url(/img/p-2.jpg) no-repeat;
    color: rgb(255, 255, 255);
  
  padding: 0 1rem;
  color: var(--faq-text);
}
.faq-section .container {
	padding: 50px; background: #fff;
}
.faq-section h2
{
  font-size: 40px;
  line-height: 1.2; font-family: font; font-weight: 600; letter-spacing: 2px;
  margin: 0 0 1.25rem; text-align: center; margin-bottom: 50px;
  letter-spacing: -0.01em;
}

.faq-item {
  background: var(--faq-bg);
  border: var(--faq-border);
  border-radius: var(--faq-radius);
  box-shadow: var(--faq-shadow);
  overflow: clip;
  margin: 0 0 1rem;
}

.faq-item:last-child {
  margin-bottom: 0;
}

/* Trigger (button) */
.faq-trigger {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 1rem 3rem 1rem 1.125rem;
  font: inherit; font-size: 20px;
  font-family: font2; font-weight: 600; letter-spacing: 1px;
  line-height: 1.35;
  color: var(--faq-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}

.faq-trigger:hover {
  background: var(--faq-bg-alt);
}

.faq-trigger:focus {
  outline: none;
}

.faq-trigger:focus-visible {
  box-shadow: 0 0 0 3px rgba(14,165,233,.35);
  border-radius: calc(var(--faq-radius) - 2px);
}

/* Chevron indicator */
.faq-trigger::after {
  content: "";
  position: absolute;
  right: .875rem;
  top: 50%;
  translate: 0 -50%;
  width: 1.1rem;
  height: 1.1rem;
  /* Inline SVG chevron (currentColor) */
  background: no-repeat center/100%
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" stroke="%23111827" fill="none" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  transition: transform .2s ease;
  opacity: .9;
}

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

/* Panel */
.faq-panel {
  border-top: var(--faq-border-strong);
  padding: 25px;
  background: #fff;
}

.faq-panel:not([hidden]) {
  animation: faq-fade-slide .24s ease;
}

.faq-panel p {
  margin: 1rem 1.125rem 0.25rem; color: #000;
  color: var(--faq-muted); font-family: font2; font-size: 17px; line-height: 35px; letter-spacing: 1px;
}

.faq-panel ul {
  margin: 0 1.125rem 1rem 1.5rem;
  padding-left: 0;
}

.faq-panel li {
  margin: .4rem 0; font-family: font2; font-size: 14px; line-height: 30px; 
  color: var(--faq-text);
}

/* Links */
.faq-panel a {
  color: var(--faq-accent);
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.faq-panel a:hover,
.faq-panel a:focus-visible {
  text-decoration-thickness: 2px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .faq-trigger::after {
    transition: none;
  }
  .faq-panel:not([hidden]) {
    animation: none;
  }
}

/* Print: expand all and simplify */
@media print {
  .faq-trigger {
    padding-right: 1.125rem;
  }
  .faq-trigger::after {
    display: none !important;
  }
  .faq-panel {
    border-top: 0;
  }
  .faq-panel[hidden] {
    display: block !important;
  }
  .faq-item {
    break-inside: avoid;
    box-shadow: none;
    border: 0;
  }
}

/* Animation */
@keyframes faq-fade-slide {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Optional: compact variant if needed on tight sections */
@media (max-width: 520px) {
  .faq-trigger {
    padding: .875rem 2.5rem .875rem .9rem;
    font-weight: 600;
  }
  .faq-panel p {
    margin: .875rem .9rem .25rem;
  }
  .faq-panel ul {
    margin: 0 .9rem .9rem 1.25rem;
  }
}



.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}

.lm {
	color: #000;
	margin-left: 55px;
    padding-top: 10px;
}
.lm h5 {
  font-size: 25px;
	color: #fff;
	text-align: left;
	text-shadow: 1px 1px 1px #000;
	font-family: 'font';
}
.lm h6 {
	font-size: 15px;
	color: #fff;
	font-family: 'font';
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}
.pge111 {
	padding: 115px 75px 75px 100px; background-image: linear-gradient(rgb(255 255 255), rgb(0 0 0 / 0%)), url(/img/exc-5.jpg); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.pge111 .box {
padding: 25px 25px 25px 50px;	background: rgb(255,255,255);	border: 5px solid #C9242B;
}
.pge111 .box hr {
	background: #000; width: 75%; border: 1px solid #C9242B;
}
.pge111 .pad {
	padding-top: 35px;
}
.pge111 h1 {
	color: #C9242B; font-size: 30px; font-weight: 600; text-align: left; font-family: 'font2';
}
.pge111 h3 {
	color: rgb(40,187,148); font-size: 30px; font-weight: 600; text-align: left;
}
.pge111 h4 {
	color:#000;	font-weight: 600;	font-size: 23px; text-align: left;
}
.pge111 h5 {
	color: rgb(255,177,73);	font-weight: 600;	font-size: 19px; text-align: left;
}
.pool111 p {
	font-size: 17px; text-align: justify;	font-weight: 600;	font-family: 'font2';	color: rgb(120,120,120);
}
.pge111 a {
	color: rgb(120,120,120); font-size: 16px;	font-weight: 600;	font-family: 'font2'; text-transform: uppercase;
}
.pge111 a:hover {
	color: #C9242B;
	font-weight: 600;
	padding-left: 5px;
}
.pge111 ul {
	color: rgb(40,187,148);
	list-style-type: '▸';
}
.pge111 li {
	text-indent: 10px;
}

.pge111a {
	padding: 115px 75px 75px 100px; background-image: linear-gradient(rgb(255 255 255), rgb(0 0 0 / 0%)), url(/img/exc-4.jpg); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.pge111a .box {
padding: 25px 25px 25px 50px;	background: rgb(255,255,255);	border: 5px solid #C9242B;
}
.pge111a .box hr {
	background: #000; width: 75%; border: 1px solid #C9242B;
}
.pge111a .pad {
	padding-top: 35px;
}
.pge111a h1 {
	color: #C9242B; font-size: 30px; font-weight: 600; text-align: left; font-family: 'font2';
}
.pge111a h3 {
	color: rgb(40,187,148); font-size: 30px; font-weight: 600; text-align: left;
}
.pge111a h4 {
	color:#000;	font-weight: 600;	font-size: 23px; text-align: left;
}
.pge111a h5 {
	color: rgb(255,177,73);	font-weight: 600;	font-size: 19px; text-align: left;
}
.pool111a p {
	font-size: 17px; text-align: justify;	font-weight: 600;	font-family: 'font2';	color: rgb(120,120,120);
}
.pge111a a {
	color: rgb(120,120,120); font-size: 16px;	font-weight: 600;	font-family: 'font2'; text-transform: uppercase;
}
.pge111aa a:hover {
	color: #C9242B;
	font-weight: 600;
	padding-left: 5px;
}
.pge111a ul {
	color: rgb(40,187,148);
	list-style-type: '▸';
}
.pge111 li {
	text-indent: 10px;
}

.pge2 {
	padding: 15px 0 100px 0; background-image: linear-gradient(rgb(255,255,255,0.2), rgb(255,255,255,0.2)), url("/img/home-bg-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.pge2 .pad {
	padding-top: 50px;
}
.pge2 .box {
	background: rgb(39,187,148); padding: 30px;	border-radius: 15px; border: 1px dashed rgb(40,187,148);
}
.pge2 h2 {
	color: rgb(255,255,255); padding-top: 40px; font-size: 25px; font-weight: 600;
}
.pge2 .txt {
	color: rgb(255,255,255); font-size: 16px; font-weight: 600; font-family: 'font2';
}
.pge2 img {
	border-radius: 15px;
}
.pge2 a.learn-more {
    padding: 13px 45px;
    background: rgb(246,110,0);
    border-radius: 1.6rem;
    font-size: 15px;
    font-family: 'font2';
    font-weight: 600;
    color: rgb(255,255,255);
		text-shadow: 1px 1px 1px #444;
}
.pge11a  {
	padding: 115px 0 100px 0; background: linear-gradient(308deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, #C9242B 15%, #C9242B 85%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.pge11  {
	padding: 115px 0 100px 0; background: linear-gradient(308deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgb(183 183 183) 15%, rgb(183 183 183) 85%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.pge11a p {
	font-size: 17px; text-align: justify;	font-weight: 600;	font-family: 'font2';	color: rgb(255,255,255);
}
.pge11a h2 {
	color: #fff; font-size: 30px; font-weight: 600; text-align: left; font-family: 'font2';
}
.pge11 h2 span {
	    color: #fff;
}
.pge11a h2 span {
	    color: #000;
}
.pge11 .box {
	border-radius: 15px; padding: 25px;	background: rgb(255,255,255);	border: 5px solid rgb(148,234,198);
}
.pge11 .box2 {
	border-radius: 15px; padding: 25px;	background: rgb(255,255,255);	border: 5px solid rgb(148,234,198); 
}
.pge11 .pad {
	padding-top: 35px;
}
.pge11 h2 {
	color: #FF0000; font-size: 30px; font-weight: 600; text-align: left; font-family: 'font2'; text-shadow: 1px 1px 1px #000;
}
.pge11 h3 {
	color: rgb(40,187,148); font-size: 30px; font-weight: 600; text-align: left; text-shadow: 1px 1px 2px #444;
}
.pge11 h4 {
	color: rgb(255,177,73);	font-weight: 600;	font-size: 23px; text-align: left; /*text-shadow: 1px 1px 1px #444;*/
}
.pge11 h5 {
	color: rgb(255,177,73);	font-weight: 600;	font-size: 19px; text-align: left; /*text-shadow: 1px 1px 1px #444;*/
}
.pge11 h6 {

color: rgb(120,120,120);
}
.pge11 p {
	font-size: 17px; text-align: justify;	font-weight: 600;	font-family: 'font2';	color: rgb(255,255,255);
}
.pge11 a {
	color: rgb(120,120,120); font-size: 16px;	font-weight: 600;	font-family: 'font2';
}
.pge11 a:hover {
	color: rgb(200,200,200);
}
.pge11 ul {
	color: rgb(40,187,148);
	list-style-type: '▸';
}
.pge11 li {
	text-indent: 10px;
}
.davids-logo {
	position: absolute;
	/*border: 5px solid rgb(255,255,255);*/
	margin-top: 147px;
	z-index: 2;
}
.davids-logo2 {
	position: inherit;
	/*border: 5px solid rgb(255,255,255);*/
	/*margin-top: -300px;
	margin-bottom: -105px;*/
	margin-left: 5px;
	z-index: 1;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
   background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/img/home-image-1.jpg");
	 opacity: 1.5;
	 /*background: #444;*/
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 150px;*/
	box-shadow: 1px 1px 10px 1px #000;
}
.sidenav mark {
	background: #fff9;
}
.sidenav a {
  /*padding: 8px 8px 8px 32px;*/
  text-decoration: none;
  font-size: 16px;
  color: #FF0000;
	font-weight: 600;
	text-shadow: 1px 1px 10px #444;
  /*display: block;*/
  transition: 0.3s;
}

.sidenav a span {
	padding-left: 15px;
}
.sidenav i {
	font-size: 40px;
}
.sidenav h2 {
	font-size: 30px;
	color: #FF0000;
	text-shadow: 1px 1px 1px #444;
	font-weight: 600;
	text-decoration: underline;
/*	padding-top: 125px;*/
	
}
.sidenav h3 {
	color: #444;
	padding-top: 50px;
	text-shadow: 1px 1px 1px #000;
	font-size: 18px;
	text-align: center;
	font-family: 'font2';
	font-weight: 700;
}
.sidenav h5 {
	font-size: 14px;
	color: #fff;
	    padding: 5px 0px 5px 0px;
    margin-top: 10px;
    margin-bottom: 10px;

}
.sidenav p {
	color: #fff;
	padding-left: 50px;
	font-size: 18px;
	text-shadow: 1px 1px 5px #000;

}
.sidenav strong {
	font-size: 30px;
}
.sidenav a h3:hover {
  color: #FF0000;
	font-weight: 600;
}
.sidenav a h5:hover {
  color: #FF0000;
	font-weight: 600;
}
.sidenav iframe {
	box-shadow: 1px 1px 10px 1px #000;
	border-radius: .5rem;
	margin-left: -15px;
}
.sidenav .closebtn {
  position: absolute;
  top: -50px;
  right: 5px;
    padding-top: 85px;
		color: red;
    font-size: 36px;
  margin-left: 50px;
}
.marquee {
	padding: 35px 0 20px 0;
	/*border-top: 5px solid rgb(0,0,0);*/
}
.marquee h6 {
	font-size: 20px;
	color: rgb(255,255,255);
	text-transform: lowercase;
	text-shadow: 1px 1px 1px #000;
}
.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255);
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 20px;
	line-height: 5px;
	font-weight: 600;
}
.multi-column-dropdown {
	list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #999;
}
/* ============================================================================================ */
/* === Tabs      **(ONLY MOBILE FREINDLY WITH A SMALL NUMBER OF TABS WITH A MAX OF 20 CHARACTERS  ================= */
/* ============================================================================================ */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background: #000;
  font-family: 'font2';
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
	font-family: 'font2';
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #fff !important;
	color: #fff;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
	box-shadow: 1px 1px 10px 3px #000;
}
.tabcontent h3 {
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: 'font';
	text-align: center;
	font-size: 2rem;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
}
.tabcontent h3 span {
	background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/p-5.jpg");
	/*box-shadow: 1px 1px 10px 1px #000;*/
	padding: 5px 5px 5px 3px;
	font-size: 1.9rem;
}
/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed;
	width: 100%;
	/*padding: 10px 0 10px 0;*/
	   /* background: url(/img/ss-1.jpg) no-repeat;*/
	z-index: 10;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.top-header div[class*='col-']:first-child {
	display:flex;
	justify-content: flex-end;
	align-items:center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0;
	font-size:15px;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	/*background-color:#fbfbfb;
	color:#222;*/
}
.top-header div[class*='col-']:nth-child(2) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) a {
	padding: 9px 15px 9px 15px;
	background: transparent;
	font-weight: 600;
	font-family: 'font2';
	color: rgb(240,240,240);
	border-radius: 1.6rem;
	border: 1px double #000;
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px 9px 15px;
	background: transparent;
	font-family: 'font2';
	color: rgb(240,240,240);
	font-weight: 600;
	border-radius: 1.6rem;
	border: 1px double #000;
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(5) {
	display:flex;
	justify-content: flex-start;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display:flex;
	justify-content:center;
	align-items:center;
	border-top: 2px solid rgb(0,0,0);
	border-right: 1px solid rgb(0,0,0);
	border-left: 1px solid rgb(0,0,0);
	border-bottom: 2px solid rgb(0,0,0);
	color: rgb(0,0,0);
	background: #fff;
	/*text-shadow: 1px 1px 1px #000;*/
	/*border-radius:15px;*/
	height: 34px;
	width: 34px;
	margin: 0 4px;
	box-shadow: 1px 1px 15px 1px #fff;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: #fff;
	text-decoration:none !important;
	color: #FF0000;
	text-shadow: 1px 1px 1px #000;
	border: 1px solid #fff;
}
.top-header .dropdown-menu {
	background:whitesmoke;
	border-radius: 0;
}
.top-header .dropdown-menu a {
	color:#222;
	padding:3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100;
	padding: 6px 25px;
	outline: none !important;
	border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important;
	color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #000;
    background-color: rgb(255, 255, 255);
    border-color: #666e76;
    box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline:none !important;
	box-shadow:none !important;
}

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

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

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 150px;
}
.home-header-section .slider-logo span {
	font-family: 'font';
	color: #000;
	
	text-shadow: 1px 1px 1px #444;

}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 18px;
    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-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.dropdown-item {
    display: block;
    width: 100%;
		font-weight: 600;
		font-family: 'font2';
    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;
}
.home1 {
	padding: 75px 25px 75px 25px;
    background: rgb(230,230,230);
}

.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font';
	font-size: 2.5rem;
  text-align: center;
	font-weight: 800;
	color: #000;
}
.home1 h2 {
	font-family: 'font2';
	text-align: center;
	font-size: 23px;
	color: #fff;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #444;
		box-shadow: 1px 1px 10px 1px #000;
}
.home1 h2:hover {
	background: #000;
	font-weight: 600;
}
.home1 h4 {
	font-family: 'font2';
	text-align: center;
	color: #fff;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FF0000;
		box-shadow: 1px 1px 10px 1px #000;
}
.home1 h4:hover {
	background: #000;
	font-weight: 600;
}
.home1 u {
	color: #000;
}
.home1 .mini {
	font-size: 25px;
	font-family: 'font2';
}
.home1 p {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
	color: rgb(0,0,0);
}
.home1 span {
	color: #444;
}
.home1 img {
	box-shadow: 1px 1px 10px 1px #000;
	margin-top: 50px;
	    height: 160px;
    width: 283px;
}
.home1 ul {
	
}
.home1 li {
	margin-left: 55px;
	font-size: 18px;
	color: rgb(0,0,0);
}


.home1 .mobile-contact{
	display:none; 
	/*display:block;; */
}

.home1 .mobile-contact a{
	background: black;
	color: white;
	font-size: 1.3rem;
	
	    font-family: 'font';
			text-align:center;
			
	
	
	
}

.home2 .container {
	padding: 125px 0 125px 0;
}
.parallax {
  background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/exc-5.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 0px;
	border-radius: 0.2rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255,0.9);
	border: none;
	visibility: hidden;
	box-shadow: 1px 1px 10px 1px #000;
}
.card h2 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	color: #FF0000;
	text-align: center;
}
.card h3 {
	font-family: 'font2';
	font-size: 25px;
	font-weight: 600;
	color: #FF0000;
}
.card h4 {
	font-family: 'font2';
	font-size: 20px;
	font-weight: 600;
	color: #FF0000;
}
.card p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
	color: rgb(90,90,90);
}
.card span {
	font-size: inherit;
	font-weight:600;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000c2;
}
.card i {
	font-size: 85px;
	color: #FF0000;
}
.home3 {
	/*padding: 125px 0 125px 0;*/
  background: rgb(255,255,255);
}
.home3 h2 {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	padding-top: 25px;
	font-weight: 400;
	font-family: 'font';
}
.card2 {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border-radius: 0.2rem;
	padding: 0px 0px 0px 0px;
	background: linear-gradient(90deg, #FF0000 0%, #FF0000 75%, rgba(255,255,255,1) 75%);
	/*border: 1px solid rgb(196,41,56);*/
	visibility: hidden;
}
.card2 h2 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: left;
}
.card2 h2 span {
	font-size: 11px;
	font-weight: 500;
}
.card2 h3 {
	font-size: 23px;
	font-weight: 500;
	font-family: 'font2';
	text-transform: uppercase;
}
.card2 i {
	font-size: 45px;
	color: rgb(100,100,100);
}
.card2 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: left;
	color: rgb(255,255,255);
}
.card2 a {
	color: #FF0000;
	font-weight: 800;
	font-family: 'font2';
}
.card2 a:hover {
	color: rgb(196,41,56,0.8);
}
.card2 img {
	background: #fff;
/*margin-top: 45px;*/
border: 5px solid #000;
}

.card2a {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border-radius: 0.2rem;
	padding: 0px 0px 0px 0px;
	     /*   background: linear-gradient(90deg, rgb(0 0 0 / 42%) 0%, rgb(68 68 68 / 47%) 50%, rgb(255 255 255 / 55%) 100%), url(/img/p-1.jpg) no-repeat;*/
	/*border: 1px solid rgb(196,41,56);*/
	visibility: hidden;
}
.card2a:hover {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border-radius: 0.2rem;
	padding: 0px 0px 0px 0px;
 background: linear-gradient(261deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 16%) 50%, rgb(0 0 0 / 72%) 100%);
	/*border: 1px solid rgb(196,41,56);*/
	visibility: hidden;
}
.card2a:active {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border-radius: 0.2rem;
	padding: 0px 0px 0px 0px;
 background: linear-gradient(261deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 16%) 50%, rgb(0 0 0 / 72%) 100%), url(/img/p-4.jpg) no-repeat;
 box-shadow: 1px 1px 10px 9px #000000;
	/*border: 1px solid rgb(196,41,56);*/
	visibility: hidden;
}

.card2a h2 {
	font-family: 'font2';
	font-size: 21px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-shadow: 1px 1px 1px #000;
	text-align: left;
}
.card2a i {
	font-size: 45px;
	color: rgb(100,100,100);
}
.card2a p {
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
	text-align: left;
	text-shadow: 1px 1px 1px #000;
	color: rgb(255,255,255);
}
.card2a a {
	color: #FF0000;
	font-weight: 800;
	font-family: 'font2';
}
.card2a a:hover {
	color: rgb(196,41,56,0.8);
}
.card2a img:hover {
/*	background: #fff;*/
/*margin-top: 45px;*/
/*border: 5px solid #000;*/
 transform: scale(1.5);
}
.shc1 h2 {
	padding-left: 15px;
}
.shc1 p {
	padding: 5px 15px 20px 15px;
}
/*.shc1:hover {
    background: linear-gradient(261deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 16%) 50%, rgb(0 0 0 / 72%) 100%), url(/img/p-4.jpg) no-repeat;
    box-shadow: 1px 1px 10px 9px #000000;
}*/
.card22 {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border-radius: 0.2rem;
	padding: 0px 0px 0px 0px;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 100%);
	/*border: 1px solid rgb(196,41,56);*/
	visibility: hidden;
}
.card22 h2 {
	font-family: 'font2';
	font-size: 30px;
	padding-top: 10px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: right;
}
.card22 h3 {
	font-size: 23px;
	font-weight: 500;
	font-family: 'font2';
	text-align: right;
	text-transform: uppercase;
}
.card22 i {
	font-size: 45px;
	color: rgb(100,100,100);
}
.card22 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: right;
	color: rgb(255,255,255);
}
.card22 a {
	color: #FF0000;
	font-weight: 800;
	font-family: 'font2';
}
.card22 a:hover {
	color: #FF0000;
}
.card22 img {
	background: #fff;
/*margin-top: 45px;*/
border: 5px solid #FF0000;

}
.home3a div[class*='col-'] {
padding:0;
position: relative;
overflow: hidden;
}
.home4 {
	    padding: 250px 0 250px 75px;
			background-color: #000;
	background: url(/img/db5.png) no-repeat;
	background-position: right;
}
.home4 .pad {
	padding: 115px 0px 0px 50px;
}
.home4 h3 {
	color: #fff;
	font-size: 35px;
	text-align: left;
	font-weight: 800;
	font-family: 'font2';
	    text-shadow: 1px 1px 5px #000;
}
.home4 h4 {
	color: #fff;
	font-size: 27px;
	text-align: left;
	font-weight: 800;
	font-family: 'font2';
	    text-shadow: 1px 1px 5px #000;
}
.home4 h5 {
	color: #fff;
	font-size: 23px;
	text-align: left;
	font-weight: 800;
	font-family: 'font2';
}
.home4 h6 {
	font-size: 25px;
	text-align: center;
	color: #fff;
	text-decoration: underline;
	/*text-shadow: 1px 1px 1px #FF0000;*/
}
.home4 a {
	font-size: 19px;
	text-align: center;
	color: #fff;
	text-decoration: underline;
	/*text-shadow: 1px 1px 1px #FF0000;*/
}
.home4 span {
	color: rgb(0,0,0);
	text-shadow: 1px 1px 1px #444;
}
.home4 p {
	  font-weight: 600;
    color: rgb(230,230,230);
		text-align: left;
    font-family: 'font2';
    font-size: 17px;
}
.home4 img {
	border-radius: 0.2rem;
	box-shadow: 1px 1px 10px 1px #000;
}
.home4 li {
	color: #fff;
	font-size: 17px;
}
.home4 hr {
	background: #fff;
}
.home5 .container {
	padding: 125px 0 125px 0;
}
.home5 h2 {
	text-align: center;
    font-weight: 900;
    font-family: 'font2';
    color: #FF0000;
		padding-top: 25px;
		text-shadow: 1px 1px 1px #000;
}
.home5 h2 strong {
	color: #fff;
}
.home5 h3 {
	color: #c42938;
	font-size: 25px;
	
}
.home5 h4 {
	font-family: 'font2';
}
.home5 h4 a {
	color: inherit;
}
.parallax2 {
      background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url(/img/crg-construction-land-development-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
padding: 250px 50px 250px 50px;
}
.card3 {
	max-height: 100%;
	height: auto;
	color: #fff;
	margin: 0 0 0 0;
	border-radius: 0.2rem;
	padding: 10px 0px 10px 0px;
    background-image: linear-gradient(rgb(222 209 209 / 68%), rgb(211 211 211 / 89%)), url(/img/service-image-4.jpg);
    border: none;
	visibility: hidden;
	    box-shadow: 1px 1px 10px 1px #000;
}
.card3 h4 {
	font-family: 'font';
	font-size: 20px;
	color: #C9242B;
	padding-top: 0px;
	line-height: 0px;
	text-align: center;
}
.card3 h4 strong {
	font-size: 25px;
	font-weight: 900;
}
.card3 ul {
	padding-top: 50px;
}
.card3 h5 {
	font-size: 14px;
	color: #C9242B;
}
.card3 h6 {
	font-weight: 600;
	font-family: 'font';
	color: #000;
	font-size: 18px;
	text-align: center;
}
.card3 hr {
	background: #C9242B;
}
.card3 span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card3 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: center;
	color: #fff;
}
.card3 img {
	/*border-radius: 25%;*/
	width: 50%;
	    box-shadow: 1px 1px 10px 1px #000;
}


.card33 {
	max-height: 100%;
	height: auto;
	color: #fff;
	margin: 0 0 0 0;
	border-radius: 0.2rem;
	padding: 10px 0px 10px 0px;
        background-image: linear-gradient(rgb(222 209 209 / 68%), rgb(211 211 211 / 89%)), url(/img/service-image-3.jpg);
    border: none;
	visibility: hidden;
	    box-shadow: 1px 1px 10px 1px #000;
}
.card33 h4 {
	font-family: 'font';
	font-size: 20px;
	color: #C9242B;
	padding-top: 0px;
	line-height: 0px;
	text-align: center;
}
.card33 h4 strong {
	font-size: 25px;
	font-weight: 900;
}
.card33 ul {
	padding-top: 50px;
}
.card33 h5 {
	font-size: 14px;
	color: #C9242B;
}
.card33 h6 {
	font-weight: 600;
	font-family: 'font';
	color: #000;
	font-size: 18px;
	text-align: center;
}
.card33 hr {
	background: #C9242B;
}
.card33 span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card33 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: center;
	color: #fff;
}
.card33 img {
	/*border-radius: 25%;*/
	width: 63%;
	    box-shadow: 1px 1px 10px 1px #000;
}


/*.card3 img:hover {
	border-radius: 100%;
	transition: 2.3s;
	padding: 100px;
}*/
.home-contact {
	background: rgb(255,255,255);
    padding: 100px 0 350px 0;
   /* box-shadow: -2px -2px 5px 3px #fff;
    border-bottom: 50px solid rgb(0 0 0);
    border-bottom-left-radius: 700px;*/
}
.home-contact h3 {
  font-size: 40px;
	font-family: 'font2';
	font-weight: 800;
	text-align: center;
	padding-bottom: 40px;
  color: #444;
}
.home-contact span {
	color: rgb(0,0,0);
}
/**** About Section ****/ 
.about-page-section-1 {
	padding: 125px 0 75px 0;
	background: rgb(222,222,222);
}
.about-page-section-1 h1 {
	font-family: 'font2';
	font-size: 3rem;
	text-align: center;
	font-weight: 600;
	padding-bottom: 40px;
	color: #444;
}
.about-page-section-1 h1 span {
	color: #000;
}
.about-page-section-1 h1 strong {
	color: inherit;
	text-shadow: 1px 1px 1px #000;

}
.about-page-section-1 h2 {
	color: #444;
	text-align: right;
	font-size: 2.5rem;
	
}
.about-page-section-1 h2 span {
	background: #000;
	color: #fff;
	padding: 3px;
}
.about-page-section-1 h3 {
	font-family: 'font2';
	font-size: 2.1rem;
	text-align: center;
	font-weight: 600;
	padding-bottom: 10px;
	color: #444;
}
.about-page-section-1 h3 span {
	background: #000;
	color: #fff;
	padding: 3px;
}
.about-page-section-1 h4 {
	font-family: 'font2';
	font-size: 1.6rem;
	text-align: left;
	font-weight: 600;
	padding-bottom: 10px;
	color: #444;
}
.about-page-section-1 h4 span {
	background: #000;
	color: #fff;
	padding: 3px;
}
.about-page-section-1 p {
	font-size: 18px;
	text-align: left;
	font-family: 'font2';
	color: rgb(0,0,0);
}
.about-page-section-1 li {
	font-size: 18px;
	font-family: 'font2';
	color: rgb(0,0,0);
}
.about-page-section-1 h2 strong {
	color: #c9242b;
	font-family: 'font2';
	text-decoration: underline;
}
.about-page-section-1 li strong {
	color: #c9242b;
	font-family: 'font2';
	font-size: 20px;
	text-decoration: underline;
}
.about-page-section-1 img {
	width: 50%;
}
/**** Service Page Section ****/
.serv1 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.serv1 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv1 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv1 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv1 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv1 img {
	border-radius: 0.6rem;
}
.serv1 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.serv2 {
	padding: 75px 0 75px 0;
	background: rgb(249,249,249);
}
.serv2 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv2 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv2 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv2 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv2 img {
	border-radius: 0.6rem;
}
.serv2 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.serv3 {
	padding: 75px 0 75px 0;
	background: rgb(255,255,255);
}
.serv3 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv3 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv3 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv3 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv3 img {
	border-radius: 0.6rem;
}
.serv3 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.serv4 {
	padding: 75px 0 75px 0;
	background: rgb(249,249,249);
}
.serv4 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv4 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv4 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv4 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv4 img {
	border-radius: 0.6rem;
}
.serv4 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}

.serv5 {
	padding: 200px 0 200px 0;
	background:
		linear-gradient(336deg, rgba(0,0,0,0.72) 0%, rgba(25,25,25,0.62) 52%, rgba(255,255,255,0.18) 100%),
		url(/img/p-2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}

.serv5:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 20%, rgba(246,177,24,0.18), transparent 32%),
		radial-gradient(circle at 85% 70%, rgba(255,255,255,0.08), transparent 34%);
	pointer-events: none;
}

.serv5 .container-fluid {
	position: relative;
	z-index: 2;
}

.serv5 .row {
	margin-bottom: 55px;
}

.serv5 .row:first-child {
	margin-bottom: 75px;
}

.serv5 .row > [class*="col-"]:not(.col-lg-1):not(.col-xl-1) {
	padding: 34px;
	background: rgba(0,0,0,0.42);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 14px;
	box-shadow: 0 18px 45px rgba(0,0,0,0.28);
	backdrop-filter: blur(2px);
}

.serv5 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: clamp(2.25rem, 5vw, 3.4rem);
	line-height: 1.1;
	padding-bottom: 25px;
	margin-bottom: 25px;
	text-align: center;
	text-shadow: 2px 2px 12px rgba(0,0,0,0.65);
	position: relative;
}

.serv5 h1:after {
	content: "";
	display: block;
	width: 120px;
	height: 4px;
	margin: 24px auto 0 auto;
	background: rgb(246,177,24);
	border-radius: 30px;
	box-shadow: 0 0 18px rgba(246,177,24,0.45);
}

.serv5 h2 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: clamp(1.65rem, 3vw, 2.25rem);
	line-height: 1.15;
	padding-bottom: 10px;
	margin-bottom: 18px;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.55);
}

.serv5 h5 {
	font-size: 15px;
	color: #fff;
}

.serv5 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgba(255,255,255,0.92);
	text-align: justify;
	line-height: 1.8;
}

.serv5 strong {
	color: rgb(246,177,24);
	font-weight: 800;
}

.serv5 ul {
	margin: 18px 0 28px 0;
	padding: 0;
	list-style: none;
}

.serv5 li {
	position: relative;
	padding: 10px 0 10px 30px;
	color: rgba(255,255,255,0.94);
	font-family: 'font2';
	font-size: 16px;
	line-height: 1.55;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

.serv5 li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 11px;
	height: 11px;
	background: rgb(246,177,24);
	border-radius: 50%;
	box-shadow: 0 0 12px rgba(246,177,24,0.55);
}

.serv5 button {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.8);
	background:
		linear-gradient(336deg, rgba(0,0,0,0.28) 0%, rgba(68,68,68,0.2) 50%, rgba(255,255,255,0.18) 100%),
		url(/img/p-5.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	font-size: 20px;
	border-radius: 10px;
	padding: 12px 20px;
	box-shadow: 0 12px 30px rgba(0,0,0,0.24);
	transition: 0.3s ease;
}

.serv5 button:hover {
	background: #fff;
	color: #000;
	transform: translateY(-3px);
}

.serv5 img {
	border-radius: 0.8rem;
	box-shadow: 0 18px 42px rgba(0,0,0,0.4);
	border: 1px solid rgba(255,255,255,0.16);
	transition: 0.3s ease;
}

.serv5 img:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 55px rgba(0,0,0,0.5);
}

.serv5 iframe {
	width: 100%;
	min-height: 430px;
	border-radius: 0.8rem;
	box-shadow: 0 18px 42px rgba(0,0,0,0.4);
	border: 1px solid rgba(255,255,255,0.16) !important;
}

.serv5 a {
	padding: 12px 18px;
	border-radius: 10px;
	color: white;
	font-family: inherit;
	display: inline-flex;
	width: max-content;
	background: #000;
	border: 1px solid rgba(255,255,255,0.15);
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(0,0,0,0.22);
	transition: 0.3s ease;
}

.serv5 a:hover {
	color: black;
	background: white;
	transform: translateY(-3px);
}

@media(max-width: 991px) {
	.serv5 {
		padding: 130px 0 100px 0;
		background-attachment: scroll;
	}

	.serv5 .row {
		margin-bottom: 35px;
	}

	.serv5 .row > [class*="col-"]:not(.col-lg-1):not(.col-xl-1) {
		padding: 25px 20px;
	}

	.serv5 p {
		text-align: left;
	}

	.serv5 iframe {
		min-height: 330px;
	}
}

@media(max-width: 575px) {
	.serv5 {
		padding: 105px 0 75px 0;
	}

	.serv5 h1 {
		font-size: 2rem;
	}

	.serv5 h2 {
		font-size: 1.55rem;
	}

	.serv5 a,
	.serv5 button {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
}

.serv5 a.serv5-cta {
	padding: 14px 22px;
	border-radius: 12px;
	color: #000;
	font-family: 'font2';
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	background: rgb(246,177,24);
	border: 2px solid rgb(246,177,24);
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(0,0,0,0.28);
	transition: 0.3s ease;
}

.serv5 a.serv5-cta:hover {
	color: #fff;
	background: #000;
	border-color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 20px 42px rgba(0,0,0,0.38);
}


.service-cta{
	background: black;
	box-shadow: 1px 2px 10px white;
	color: white;
	padding: 5px;
	font-family: 'font';
	border-radius: 10px;
	border: 2px solid black; 
}
.location-cta{
    padding: 10px;
    border-radius: 10px;
    color: white;
    font-family: inherit;
    display: inline-flex;
    width: max-content;
    background: black;
}
.service-cta a:hover{
	color:black;
	background: white; 
}
.serv51 {
	padding: 200px 100px 200px 50px;
    background: linear-gradient(336deg, rgb(0 0 0 / 0%) 0%, rgb(68 68 68 / 0%) 50%, rgb(255 255 255 / 55%) 100%), url(/img/p-4.jpg) no-repeat;
		
}
.serv51 h1 {
	font-family: 'font';
	color: #727070;
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}
.serv51 h1 strong {
	color: #000;
	text-shadow: 1px 1px 1px #444;
	font-weight: 500;
}
.serv51 h1 span {
	background: #fff;
	padding: 3px;
	color: #444;
}
.serv51 h2 {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-family: 'font';
}
.serv51 h4 {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-family: 'font';
}
.serv51 h5 {
	font-size: 15px;
	color: #fff;
}
.serv51 p {
	font-size: 16px;
	font-family: 'font2';
	color: #fff;
	text-align: justify;
}
.serv51 button {
	color: #fff;
	border: 1px solid rgb(255,255,255);
	 background: linear-gradient(336deg, rgb(0 0 0 / 0%) 0%, rgb(68 68 68 / 0%) 50%, rgb(255 255 255 / 55%) 100%), url(/img/p-5.jpg) no-repeat;
	font-size: 20px;
}
.serv51 button:hover {
	background: #fff;
	color: #000;
}
.serv51 img {
	border-radius: 0.6rem;
}
.serv51 li {
	color: #fff;
	font-size: 17px;
	font-family: 'font2';
}
.serv6 {
	padding: 100px 0 100px 0;
	background: rgb(245,245,245);
}
.serv6 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv6 p {
	font-size: 16px;
	padding-top: 20px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv6 i {
	font-size: 20px;
	color: rgb(255,255,255);
}
.serv6 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv6 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv6 img {
	border-radius: 0.6rem;
}
.serv6 .box{
    box-shadow: 1px 1px 8px white;
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 8px #ddd;
}
.serv6 span{
    transition: 200ms;
    font-weight: 600;
    font-size: 18px;
}
.serv6 .bg-dark {
    background-color: rgb(38,38,38)!important;
}
.serv6 .bg-dark:hover {
    background-color: rgb(246,177,24)!important;
}
.serv6 .content{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_2{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_3{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_4{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_5{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_6{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .header{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.serv6 .header_2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_6{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}


/**** Process Page ****/ 
.process {
	padding: 100px 0 100px 0;
    background: linear-gradient(336deg, rgb(0 0 0 / 0%) 0%, rgb(68 68 68 / 0%) 50%, rgb(255 255 255 / 55%) 100%), url(/img/p-4.jpg) no-repeat;

}

 
.process .process-card{
	
    max-height: 100%;
    height: 100%;
    color: #fff;
    margin: 0 0 0px;
    border-radius: 5px;
    padding: 7px;
    background: rgb(255,255,255);
    visibility: visible;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	
}
.process h1 {
	font-family: 'font2';
	font-size: 35px;
	text-align: center;
	font-weight: 900;
	color: white;
}
.process h2 {
	font-family: 'font2';
	font-size: 25px;
	text-align: center;
	font-weight: 900;
	padding-bottom: 30px;
	color: rgb(110,110,110);
}
.process h3.card-title {
	font-family: 'font';
	font-size: 1.3rem;;
	text-align: center;
	font-weight: 900;
	padding-bottom: 10px;
	color: black;

}
.process h5 {
	font-family: 'font';
	font-size: 25px;
	text-align: center;
	font-weight: 900;
	padding-bottom: 30px;
	color: rgb(110,110,110);
}
.process p {
	font-size: 19px;
	text-align: justify;
	font-family: 'font2';
	color: rgb(110,110,110);
}
.process li {
	font-size: 19px;
	font-family: 'font2';
	color: rgb(110,110,110);
}
.process strong {
	color: rgb(194,3,16);
	font-family: 'font2';
}


/* Carousel Section Start */
.motion1 {
	background: rgb(255,255,255);
	padding: 100px 0 75px 0;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 40px;
	width: 40px;
  border-radius: 100%;
	line-height: 0.9;
	color: rgb(83,82,82);
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .slide {
  flex: 0 0 100%;
	padding: 0px 100px 0px 100px;
}
.motion1 h2 {
	font-family: 'font';
	color: rgb(83,82,82);
	font-size: 2rem;
}
.motion1 span {
	color: rgb(196,41,56);
}
.motion1 .slide p {
  color: rgb(150,150,150);
	font-family: 'font2';
	text-align: justify;
	font-size: 17px;
	font-weight: 600;
}
/* Carousel Section End */

/* Gallery Page Start */
.gallery-page {
	padding: 75px 0 50px 0;
	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem;
	font-weight: 600;
	font-family: 'font2';
	padding-bottom: 40px;
	text-align: center;
	color: rgb(129,141,148);
}
.gallery-page h2 {
	font-size: 1.5rem;
	font-weight: 600;
	font-family: 'font2';
	padding-bottom: 10px;
	text-align: center;
	color: rgb(129,141,148);
}
/* Gallery Page End */
/* Reviews Page Start */
.referrals-page-section-1 {
	background: rgb(255,255,255);
	padding: 125px 0 50px 0;
}
.referrals-page-section-1 h1 {
	color: rgb(246,177,24);
	font-size: 3rem;
	text-align: center;
	font-family: 'font';
}
.referrals-page-section-1 p {
	color: rgb(129,141,148);
	font-size: 17px;
	font-family: 'font2';
	text-align: center;
}
.referrals-page-section-1 span {
	font-weight: 600 !important;
	text-transform: uppercase;
	color: rgb(246,177,24);
}
.review-gallery {
	padding: 75px 0 75px 0;
	background: rgb(38,38,38);
}
.review-gallery h2{
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
	font-family: 'font';
}
/*Reviews Page End */
/* Service Areas Page Start */
.area1 {
	background: rgb(255,255,255);
	padding: 100px 0 75px 0;
}
.area1 h1 {
	font-size: 30px;
	font-weight: 600;
	color: rgb(196,41,56);
	font-family: 'Montserrat';
	text-align: left;
}
.area1 p {
	font-family: 'font2';
	font-size: 15px;
	font-weight: 600;
	color: rgb(120,120,120);
	text-align: justify;
}
.area2 {
	background: rgb(251,251,251);
	padding: 75px 0 75px 0;
}
.area2 h2 {
	font-size: 30px;
	font-weight: 600;
	color: rgb(196,41,56);
	font-family: 'Montserrat';
	text-align: left;
}
.area2 p {
	font-family: 'font2';
	font-size: 15px;
	font-weight: 600;
	color: rgb(120,120,120);
	text-align: justify;
}
.area3 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.area3 h1 {
	font-size: 30px;
	font-weight: 600;
	color: rgb(196,41,56);
	font-family: 'Montserrat';
	text-align: left;
}
.area3 p {
	font-family: 'font2';
	font-size: 15px;
	font-weight: 600;
	color: rgb(120,120,120);
	text-align: justify;
}
/* Service Areas Page End */
.contact-page-1 {
	background: linear-gradient(336deg, rgb(0 0 0 / 0%) 0%, rgb(68 68 68 / 0%) 50%, rgb(255 255 255 / 55%) 100%), url(/img/p-5.jpg) no-repeat;
	padding: 150px 25px 350px 75px;
}
.contact-page-1 h1 {
	font-family: 'font';
  font-size: 3rem;
	font-weight: 600;
  color: #444;
	text-shadow: 1px 1px 1px #000;
	text-align: left;
}
.contact-page-1 h1 strong {
	color: #000;
	font-weight: 500;
}
.contact-page-1 h1 span {
	background: #fff;
	padding: 3px;
}
.contact-page-1 h2 {
	font-family: 'font';
}
.contact-page-1 h2 strong {
	color:  #000;
	text-decoration: underline;
}
.contact-page-1 h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
}
.contact-page-1 p {
	color: rgb(0,0,0);
	font-size: 18px;
	font-weight: 600;
	font-family: 'font2';
	padding-bottom: 40px;
	text-align: left;
}
.contact-page-1 li {
	font-weight: 500;
	color: #000;
}
.contact-page-1 .box {
padding: 25px 25px 25px 50px; background: #ffffff52; border: 5px solid #000;
}
/******************************************** DAVIDS MOBILE CODE END *************************************************/

/*******************  Referrals Owl Carousel *************************/
.owl-carousel {
}
.owl-carousel .owl-stage-outer {
	padding:40px 0;
}
.owl-nav {
	position:absolute;
	width: 100%;
	top:10%;
	display: none;
}
.owl-carousel .item {
	display:block;
	height:100%;
}
.owl-carousel .owl-item span {
	font-size: 20px;
	font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position:absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background:transparent !important;
	color:#212121 !important;
	opacity:.5 !important;
}
.owl-nav .owl-next {
	left:100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size:3em;
	display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline:none;
}

/*******************  Home Page Service Cards *************************/
.pre-footer-section {
	padding:0 !important;
	overflow:;
}
.pre-footer-section div[class*='col-']:last-child {
	background: url(/img/home-image-2.jpg) bottom no-repeat;
	background-size:cover;
}
.pre-footer-section .hours {
	display:flex;
	color: #fff;
	flex-direction:column;
	justify-content:center;
	padding:120px;
	background: #1d1d1d;
}
.pre-footer-section div[class*='col-']:last-child {
	padding:165px;
}
.pre-footer-section .hours p {
	display:flex;
	padding:0 200px 0 0;
	flex-direction:row;
	justify-content:space-between;
}
.pre-footer-section a {
	margin: 40px 0 0;
	color:#fff;
	font-size: 20px;
	font-weight:700;
}
.pre-footer-section a:hover {
	color:#8a8a8a;
}

/* ========================================================== */
/* 			            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;
}
.section-divider {
	position:relative;
	padding: 50px 0;
}
.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left;
    font-size: inherit;
}
.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;
	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;
	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%;
	justify-content: center;
	align-items: center;
}
.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;
}

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

.top-header-animate {
	    background: transparent;
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a;
	font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
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;
}
.navbar-scroll {
	padding: 85px 0 25px;
	position: fixed;
	/*    background: url(/img/mb-1.jpg) no-repeat;*/
			    border-bottom-right-radius: 55px;
    background: linear-gradient(336deg, rgb(0 0 0 / 0%) 0%, rgb(68 68 68 / 0%) 50%, rgb(255 255 255 / 55%) 100%), url(/img/p-5.jpg) no-repeat;
	box-shadow: 1px 1px 10px 1px #000;
	width: 100%;
	z-index: 9;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
	border-bottom: 10px solid #000;
    border-right: 5px solid #000;
    border-left: 5px solid #000;
    border-bottom-left-radius: 55px;
    border-bottom-right-radius: 55px;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0);
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background:#fdfdfd;
	position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;
	font-size: 1.5em;
	position: absolute;
	top: 6px;
	right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em;
	font-weight:700;
	text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px;
  padding: 6px 0px;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
	text-shadow: 1px 1px 1px #000;
/*	background: linear-gradient(0deg, rgb(255 255 255 / 75%) 0%, rgb(255 255 255 / 0%) 75%);
    padding: 5px;
		border-radius: .2px;*/
/*	background: linear-gradient(336deg, rgb(0 0 0 / 0%) 0%, rgb(68 68 68 / 0%) 50%, rgb(255 255 255 / 55%) 100%), url(/img/p-7.jpg) no-repeat;*/
  font-family: 'font2';
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	text-decoration: overline !important;
color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}

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

#portfolio input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: 0;
    top: 0;
    left: -60px;
    z-index: 2;
    width: 60px;
    height: 60px;
    -webkit-appearance: none;
    background-image: url(/img/icons/close-btn-icon-red.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none !important;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;
	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline:none !important;
}
#portfolio {
  display: flex;
  padding: 0;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
}
#portfolio li {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  position:relative;
  overflow:hidden;
  margin: 0 10px 20px;
}
#portfolio li a {
  transform:scale(1,1);
  display:block;
  width:100%;
  height: 295px;
  width: 490px;
  overflow:hidden;
  -o-transition:all .30s ease;
  -moz-transition:all .30s ease;
  -webkit-transition:all .30s ease;
  transition:all .30s ease;
}
#portfolio li a:hover {
	transform:scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  margin: auto;
  width: 100%;
  height: auto;
  transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color:#000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1);
	z-index: 1;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}

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

.mfp-ready .mfp-figure {
  opacity: 0;
  margin-left:-100px;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler{
    opacity: 0;
    margin-left:-100px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler{
    opacity: 1;
    margin-left:0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler{
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    margin-left:-100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
    opacity: 0;
    margin-left:-20px;
}
.mfp-iframe-scaler{ overflow: visible; /*so the close button is shown*/}
.mfp-zoom-out-cur { cursor: auto; }
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: pointer; }

/* ========================================================== */
/* 			            REVIEWS PAGE                          */
/* ========================================================== */
.carousel-indicators li {
    position: relative;
    top: 51px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
    background-color: #0f8029;
}

/* ========================================================== */
/* 			           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;
	background: linear-gradient(336deg, rgb(0 0 0 / 0%) 0%, rgb(68 68 68 / 0%) 50%, rgb(255 255 255 / 55%) 100%), url(/img/p-2.jpg) no-repeat;
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 400;
	/*border-bottom: 46px solid #000000;
    border-bottom-left-radius: 375px;*/
}
.footer-section h3 {
	font-size: 1.5rem;
	color: rgb(30,30,30);
	font-weight: bold;
	font-family: 'font';
	 text-shadow: 1px 1px 1px #000;
}
.footer-section h3 span {
	color: #000;
	text-shadow: none;
}
.footer-section p {
	color: rgb(0,0,0);
	font-size: 16px;
	font-family: 'font2';
	    color: #bcbcbc;
}
.footer-section p strong {
	color: #000;
	/*background: #fff;*/
	font-family: 'font';
	font-weight: 800;
	    text-shadow: 1px 1px 5px #fff;
    text-decoration: underline;
}
.footer-section a {
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	font-family: 'font2';
	cursor: pointer;
}
.footer-section h5 {
	   /* background: linear-gradient(to right, #181919 35%, #444444), url(/img/footer-1.jpg) right -1em no-repeat;
			padding: 10px;*/
		 font-size: 18px;
			line-height: 35px;
			font-family: 'font2';
			padding-bottom: 7px;
}
.footer-section h5:hover {
	  /*background: linear-gradient(to right, #181919 35%, #44444463), url(/img/footer-1.jpg) right -1em no-repeat;*/
		text-decoration: overline;

}
.footer-section h6 {
	color: #000;
}
.footer-section h6 strong {
	font-family: 'font';
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	margin-bottom:1em;
}.service-cities img {
	padding-bottom: 20px;
}
.service-cities h4 {
	font-size: 25px;
	font-family: 'font';
	font-weight: 500;
	text-decoration: underline;
	    color: #e2e2e2;
    text-shadow: 1px 1px 5px #000;
}
.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 #fff;
	/*border-radius:100px;*/
	height:28px;
	width:28px;
	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #C9242B;
	text-decoration:none !important;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 10px 1px #000;
}

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

/* ======================================== */
/* === Tablet CSS Section ================= */
/* ======================================== */
@media screen and (max-width: 1500px) {
.navbar-light .navbar-nav .nav-link {
    margin: 0px 16px;
    padding: 6px 0px;
    font-weight: 900;
    font-size: 13px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    /* background: linear-gradient(336deg, rgb(0 0 0 / 0%) 0%, rgb(68 68 68 / 0%) 50%, rgb(255 255 255 / 55%) 100%), url(/img/p-7.jpg) no-repeat; */
    font-family: 'font2';
}
}

/* ======================================== */
/* === Mobile CSS Section ================= */
/* ======================================== */
@media screen and (max-width: 991px) {
/******************************************** DAVIDS MOBILE CODE START *************************************************/
.home-header-section {
	padding-top: 125px;
}
.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;
}

.home1 .mobile-contact{
	/*display:none; */
	display:block;;
	margin:30px 0 50px 0 ;
}

.home1 .mobile-contact a{
	background: black;
	color: white;
	
	    font-family: 'font';
			text-align:center;
			
	padding:20px; 
	margin:30px 0 ;
	
	
	
        background-image: linear-gradient(to right, #000000 0%, #6f6e6d 51%, #b9b9b9 100%);
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 220% auto;
        color: white;
        box-shadow: 0 0 10px black;
	font-size: 1.3rem;
        border-radius: 6px;
				display: flow;
				
				width:220px;
	
}

.home1 .mobile-contact a:hover{
    /* background: transparent; */
    /* display: inline-flex; */
    /* background: #f8ba37; */
    background-position: right center;
    color: black;;
    text-decoration: none;
		transform: scale(1.05); 
	
}



.home-page-section-1 {
	padding: 50px 0 30px 0;
    background: rgb(255,255,255);
}
.home-page-section-1 h1 {
	font-family: 'font2';
	font-size: 3rem;
  text-align: center;
	font-weight: 600;
	line-height: 40px;
	color: rgb(246,177,24);
}
.home-page-section-1 h4 {
	text-align: center;
    font-size: 1.75rem;
}
.home-page-section-1 i {
	font-size: 60px;
	color: rgb(246,177,24);
}
.home-page-section-1 span {
	color: rgb(87, 86, 87);
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 1.8rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 6px double rgb(255,255,255);
	visibility: hidden;
}
.card h2 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	color: rgb(129,141,148);
	text-align: center;
}
.card span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card p {
	font-size: 17px;
	font-family: 'font2';
	font-weight:300;
	text-align: center;
	color: rgb(129,141,148);
}
.card hr {
	border-top: 4px solid rgb(241,197,82);
	width: 80px;
	opacity: 1;
	padding-bottom: 25px;
	margin:auto;
}
.card .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	text-shadow: 1px 1px 1px #444;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 .square1 {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: calc(100% - 0px)!important;
    max-width: 558px!important;
    margin: 60px 81px 0 0!important;
    padding: 50px 50px !important;
		background: rgb(246,177,24,0.7) !important
}
.parallax1 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/parallax.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-2 .square2 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  margin: 0 0 8px!important;
  padding: 50px!important;
	background: rgb(255,255,255,0.7)!important
}
.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 h4 {
	font-size: 25px;
  color: rgb(255,255,255);
  font-family: 'font2';
  text-align: center;
  font-weight: 600;
}
.home-page-section-2 p {
	color: rgb(60,60,60);
  font-weight: 600;
	font-family: 'font2';
  font-size: 16px;
}
.home-page-section-2 span {
	font-size: 20px;
	font-family: 'font';
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-page-section-2 strong {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-page-section-3 {
	padding: 75px 0 75px 0;
    background: rgb(255,255,255);
}
.home-page-section-3 h2 {
	font-size: 1.6rem;
	font-family: 'font2';
  text-align: left;
	font-weight: 600;
	color: rgb(100,100,100);
}
.home-page-section-3 h3 {
	text-align: left;
    font-size: 1.5rem;
		font-weight: 600;
		font-family: 'font2';
		color: rgb(100,100,100);
}
.home-page-section-3 hr {
	border-top: 2px solid rgb(246,177,24);
	width: 80px;
	opacity: 1;
}
.home-page-section-3 p {
	font-family: 'font2';
	font-size: 17px;
	font-weight: 600;
	color: rgb(150,150,150);
}
.home-page-section-3 i {
	font-size: 40px;
	color: rgb(246,177,24);
}
.home-page-section-3 span {
	color: rgb(107, 104, 104);
	font-weight: 600;
	font-family: 'Montserrat';
}
.home-page-section-3 a {
	background: rgb(246,177,24);
	padding: 5px 25px;
	border-radius: 2.5rem;
	color: rgb(255,255,255);
}
.home-page-section-3 a:hover {
	color: rgb(255,255,255);
	background: rgb(246,177,24,0.7);
}
.home-page-section-4 .container {
	padding: 125px 0 125px 0;
}
.parallax2 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/parallax.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
	padding: 50px 10px; 

}
.home-page-section-4 .square3 {
	  float: none!important;
    top: 0!important;
    left: 0!important;
    width: calc(100% - 0px)!important;
    position: relative!important;
    height: auto!important;
    max-width: 100%!important;
		background: rgb(246,177,24,0.7);
    margin: 8px 0!important;
    padding: 50px 0 50px 0;
    min-width: 25px!important;
    display: block!important;
}
.home-page-section-4 .square4 {
	float: none!important;
    top: 0!important;
    left: 0!important;
    width: auto!important;
    position: relative!important;
		background: rgb(255 255 255 / 50%);
    height: auto!important;
    padding: 40px 20px 45px!important;
    max-width: none!important;
    margin: 24px 0!important;
    min-width: 0!important;
    text-align: start!important;
}
.home-page-section-4 p {
	  font-weight: 600;
    line-height: 22px;
    color: rgb(102,102,102);
		text-align: left;
    font-family: 'font2';
    font-size: 20px;
}
.home-page-section-4 h5 {
	color: rgb(255,255,255);
	font-size: 36px;
	text-align: center;
	font-weight: 600;
	font-family: 'font2';
}
.home4 {
    padding: 250px 0 250px 0px;
    background-color: #000;
    background: url(/img/db5.png) no-repeat;
    background-position: right;
		background-size: cover; 
}

.home-contact {
	background: rgb(255,255,255);
    padding: 75px 0 75px 0;
}
.home-contact h3 {
  font-size: 3rem;
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
	padding-bottom: 40px;
  color: rgb(246,177,24);
}
.home-contact span {
	color: rgb(101,140,160);
	font-size: 2rem; 
}
/**** About Section ****/ 
.about-page-section-1 {
	padding: 125px 0 75px 0;
	background: rgb(255,255,255);
}
.about-page-section-1 h1 {
	font-family: 'font2';
	font-size: 3rem;
	text-align: center;
	font-weight: 600;
	padding-bottom: 40px;
	color: rgb(246,177,24);
}
.about-page-section-1 p {
	font-size: 18px;
	text-align: justify;
	font-family: 'font2';
	color: rgb(129,141,148);
}
.about-page-section-1 li {
	font-size: 18px;
	font-family: 'font2';
	color: rgb(129,141,148);
}
.about-page-section-1 strong {
	color: rgb(246,177,24);
	font-family: 'font2';
}
/**** Service Page Section ****/
.serv1 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.serv1 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv1 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv1 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv1 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv1 img {
	border-radius: 0.6rem;
}
.serv1 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.serv2 {
	padding: 75px 0 75px 0;
	background: rgb(249,249,249);
}
.serv2 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv2 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv2 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv2 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv2 img {
	border-radius: 0.6rem;
}
.serv2 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.serv3 {
	padding: 75px 0 75px 0;
	background: rgb(255,255,255);
}
.serv3 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv3 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv3 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv3 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv3 img {
	border-radius: 0.6rem;
}
.serv3 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.serv4 {
	padding: 75px 0 75px 0;
	background: rgb(249,249,249);
}
.serv4 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv4 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv4 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv4 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv4 img {
	border-radius: 0.6rem;
}
.serv4 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.serv5 {
	padding: 100px 0 100px 0;
	background: linear-gradient(336deg, rgb(0 0 0 / 0%) 0%, rgb(68 68 68 / 0%) 50%, rgb(255 255 255 / 55%) 100%), url(/img/p-2.jpg) no-repeat;/*rgb(49,46,46);*/
}
.serv5 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 2rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv5 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv5 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv5 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv5 img {
	border-radius: 0.6rem;
}
.serv6 {
	padding: 100px 0 100px 0;
	background: rgb(245,245,245);
}
.serv6 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv6 p {
	font-size: 16px;
	padding-top: 20px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv6 i {
	font-size: 20px;
	color: rgb(255,255,255);
}
.serv6 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv6 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv6 img {
	border-radius: 0.6rem;
}
.serv6 .box{
    box-shadow: 1px 1px 8px white;
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 8px #ddd;
}
.serv6 span{
    transition: 200ms;
    font-weight: 600;
    font-size: 18px;
}
.serv6 .bg-dark {
    background-color: rgb(38,38,38)!important;
}
.serv6 .bg-dark:hover {
    background-color: rgb(246,177,24)!important;
}
.serv6 .content{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_2{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_3{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_4{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_5{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_6{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .header{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.serv6 .header_2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_6{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
/* Gallery Page Start */
.gallery-page {
	padding: 75px 0 50px 0;
	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem;
	font-weight: 600;
	font-family: 'font2';
	padding-bottom: 40px;
	text-align: center;
	color: rgb(129,141,148);
}
/* Gallery Page End */
/* Reviews Page Start */
.referrals-page-section-1 {
	background: rgb(255,255,255);
	padding: 125px 0 50px 0;
}
.referrals-page-section-1 h1 {
	color: rgb(246,177,24);
	font-size: 3rem;
	text-align: center;
	font-family: 'font';
}
.referrals-page-section-1 p {
	color: rgb(129,141,148);
	font-size: 17px;
	font-family: 'font2';
	text-align: center;
}
.referrals-page-section-1 span {
	font-weight: 600 !important;
	text-transform: uppercase;
	color: rgb(246,177,24);
}
.review-gallery {
	padding: 75px 0 75px 0;
	background: rgb(38,38,38);
}
.review-gallery h2{
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
	font-family: 'font';
}
/*Reviews Page End */
.contact-page-1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.contact-page-1 h1 {
	font-family: 'font2';
  font-size: 3rem;
	font-weight: 600;
  color: rgb(246,177,24);
	text-align: center;
}
.contact-page-1 p {
	color: rgb(129,141,148);
	font-size: 20px;
	font-family: 'font2';
	padding-bottom: 40px;
	text-align: center;
}
/******************************************** DAVIDS MOBILE CODE END *************************************************/
.mobile-top-header {
	display:block !important;
	padding: 0 30px 0;
	background: rgb(135,170,188);
	z-index: 4;
	overflow:visible;
}
.header-contact_info a {
    color: rgb(255,255,255);
    margin: 0;
}
.top-header a, .top-header i, .top-header p {
    color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
    color: rgb(0,0,0);
}
.btn {
    background: rgb(249,78,1);
    width: 50%;
    padding: 10px 0px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
}
.footer-section {
    padding-top: 30px;
		padding: 0; 
    text-align: center;
}
.footer-section img {
	max-width: 210px;
	padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px;
	font-weight: 600;
	color: rgb(255,255,255);
}
.service-cities a {
	font-size: 18px;
	line-height: 10px;
	color: rgb(255,255,255);
}
/** Second Footer **/
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}
/** Second Footer **/
/************************* NEW CELL PHONE TEMPLATE DISPLAY STYLING 2020 END ***********************************/

.service-content-section {
    padding: 0 !important;
}
.service-content-section p {
    padding: 0;
    margin: 0;
    background: #fff;
}
.service-content-section div[class*='col-'] {
	padding: 30px 30px;
}
.contact-content-section div[class*='col-']:last-child {
	padding-top:40px;
}
.about-info-section div[class*='col-']:first-child {
    border-right:none;
    border-bottom: 1px solid #b5b5b5;
}
.about-header-section {
    background: linear-gradient(to bottom, rgba(2, 2, 2, 0.76), rgba(4, 4, 4, 0.2)), url(../img/slider/slider-bg-2.jpg) bottom left no-repeat;
}
.pre-footer-section .hours {
    padding:50px 20px;
}
.pre-footer-section .hours h1 {
	font-size:34px;
}
.pre-footer-section .hours p {
    padding: 0;
}
.section-divider {
	padding: 40px 10px;
}
.home-service-section {
    padding-bottom: 0 !important;
    background-position: bottom right;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	justify-content:center;
}
.lnr-star {
    font-size: 15px !important;
    position: relative;
    top: -6px;
}
.projects-section .row {
    height: inherit;
}
.projects-section div[class*='col-'] {
    padding: 0;
    position: relative;
}
.top-header {
	background: white;
	display:none;
}
.top-header .img-fluid{
	width: 115px; 
}
.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;
    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;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
		background: transparent;
		border: none;
    padding: 0.75rem 1.25rem;
    color: rgb(80,80,80);
		font-family: 'font2';
    outline: none;
    z-index: 3;
}
.alert-dismissible .close span {
    font-size: 35px;
}
.lnr {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.2em;
    cursor: pointer;
}
.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;
}
#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;
}

}

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

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