/* 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/corp.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');
}

/* ============================================================================================ */
/* === Tabs      **(ONLY MOBILE FREINDLY WITH A SMALL NUMBER OF TABS WITH A MAX OF 20 CHARACTERS  ================= */
/* ============================================================================================ */



/*============ NEW PAGE CODE START ===========*/


.crb-reviews {
  padding: 100px 200px;
    background: linear-gradient(to right, #000000bf, #000000ba), url(/img/interior/057.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.crb-reviews .crb-service-heading {
	color: #fff;
}

.crb-reviews__intro {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.crb-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.crb-review-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(31, 31, 26, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(20, 20, 20, 0.05);
}

.crb-review-card--hidden {
  display: none;
}

.crb-review-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.crb-review-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
      background: #ca28393d;
    color: #ca2839;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.crb-review-card__meta {
  min-width: 0;
}

.crb-review-card__author {
  margin: 0 0 4px;
  font-size: 1.08rem;
  line-height: 1.2;
  color: #1f1f1a;
}

.crb-review-card__source {
  margin: 0;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6d685f;
}

.crb-review-card__stars {
  margin-bottom: 16px;
  color: #c79a43;
  font-size: 1rem;
  letter-spacing: 0.16em;
}

.crb-review-card__body {
  margin-bottom: 20px;
}

.crb-review-card__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #4d483f;
}

.crb-review-card__text--short {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.crb-review-card.crb-is-expanded .crb-review-card__text--short {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.crb-review-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}

.crb-review-card__toggle,
.crb-review-card__link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.crb-review-card__toggle {
  border: 1px solid rgba(31, 31, 26, 0.12);
  background: transparent;
  color: #1f1f1a;
  cursor: pointer;
}

.crb-review-card__toggle:hover {
  background: #f4efe8;
  border-color: rgba(139, 107, 69, 0.25);
}

.crb-review-card__link {
   background: #ca28393d;
    color: #ca2839;
}

.crb-review-card__link:hover {
  background: #ca2839;
  color: #fff;
}

.crb-reviews__footer {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.crb-reviews__load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #ca2839;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}

.crb-reviews__load-more:hover {
  background: #444;
}

.crb-reviews__load-more.crb-is-hidden {
  display: none;
}

@media (max-width: 1024px) {
  .crb-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .crb-reviews {
    padding: 70px 0;
  }

  .crb-reviews__grid {
    grid-template-columns: 1fr;
  }

  .crb-review-card {
    padding: 22px;
    border-radius: 20px;
  }
}

.crb-faq {
  padding: 100px 0;
  background: #ffffff;
}

.crb-faq__intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.crb-faq__list {
  max-width: 900px;
  margin: 0 auto;
}

.crb-faq__item {
  border-bottom: 1px solid rgba(31,31,26,0.1);
}

.crb-faq__question {
  width: 100%;
  text-align: left;
  padding: 22px 0;
  font-size: 1.15rem;
  font-weight: 600;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}

.crb-faq__question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.crb-faq__item.crb-active .crb-faq__question::after {
  transform: rotate(45deg);
}

.crb-faq__answer {
  display: none;
  padding-bottom: 22px;
}

.crb-faq__answer p {
  margin: 0 0 14px;
  line-height: 1.7;
  color: #6d685f;
}

.crb-faq__answer ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.crb-faq__answer li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.crb-faq__answer a {
  color: #ca2839;font-weight: 600;
  text-decoration: underline;
}



.crb-service-page {
  --crb-color-bg: #f6f4ef;
  --crb-color-surface: #ffffff;
  --crb-color-surface-alt: rgba(255, 255, 255, 0.12);
  --crb-color-text: #1f1f1a;
  --crb-color-text-light: rgba(255, 255, 255, 0.92);
  --crb-color-muted: #6d685f;
  --crb-color-border: rgba(31, 31, 26, 0.1);
  --crb-color-accent: #8b6b45;
  --crb-color-accent-dark: #6f5435;
  --crb-color-shadow: rgba(20, 20, 20, 0.12);
  --crb-radius-sm: 12px;
  --crb-radius-md: 18px;
  --crb-radius-lg: 28px;
  --crb-shell: min(1280px, calc(100% - 40px));
  --crb-transition: 0.3s ease;
  color: var(--crb-color-text);
  background: var(--crb-color-bg);
}

.crb-service-page *,
.crb-service-page *::before,
.crb-service-page *::after {
  box-sizing: border-box;
}

.crb-service-shell {
  width: 95%;
  margin: 0 auto;
}

.crb-service-eyebrow {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em; display: inline-block;
  text-transform: uppercase; width: fit-content;
  background: #d42c3c; color: #fff; padding: 10px; border-radius: 50px;
}

.crb-service-title,
.crb-service-heading,
.crb-service-process-step__title,
.crb-service-mini-card h3 {
  margin: 0;
  line-height: 1.05;
}

.crb-service-title {
  font-size:65px; font-weight: 500;
	line-height: 75px;
  color: #fff; font-family: font;
}

.crb-service-heading {
  font-size: clamp(2rem, 3.25vw, 3.4rem);
    font-family: 'font';
    color: #272525;

}

.crb-service-text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--crb-color-muted);
}

.crb-service-bullets {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.crb-service-bullets li {
  position: relative;
  padding-left: 24px;
  color: var(--crb-color-text-light);
  line-height: 1.6;
}

.crb-service-bullets li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ad2734;
}

.crb-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.crb-service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: var(--crb-transition);
}

.crb-service-btn--primary {
  background: #444;
  color: #fff;
}

.crb-service-btn--primary:hover {
  background: #ca2839;
  color: #fff;
}

.crb-service-btn--secondary {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ca2839;
}

.crb-service-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
}

/* HERO */
.crb-service-hero {
    position: relative;
    min-height: 1200px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    isolation: isolate;
    padding: 100px 150px;
}

.crb-service-hero__bg,
.crb-service-hero__bg img,
.crb-service-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.crb-service-hero__bg img {
  object-fit: cover;
}

.crb-service-hero__overlay {
  background: linear-gradient(
    90deg,
    rgba(20, 16, 12, 0.82) 0%,
    rgba(20, 16, 12, 0.72) 42%,
    rgba(20, 16, 12, 0.38) 100%
  );
  z-index: 1;
}

.crb-service-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 360px);
  gap: 36px;
  align-items: center;
  width: 100%;
  padding: 110px 0 80px;
}

.crb-service-hero__content {
  max-width: 800px;
}

.crb-service-hero__text {
  margin-top: 24px;
  color: var(--crb-color-text-light);
  max-width: 680px;
}

.crb-service-hero__nav {
  display: flex;
  justify-content: flex-end;
}

.crb-service-hero__nav-card {
  width: 100%;
  max-width: 340px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--crb-radius-lg);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
	    left: -75%;
    position: relative;
}

.crb-service-hero__nav-title {
  margin: 0 0 18px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.crb-service-hero__legend {
  display: grid;
  gap: 10px;
}

.crb-service-hero__legend-link {
  display: block;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  transition: var(--crb-transition);
}

.crb-service-hero__legend-link:hover,
.crb-service-hero__legend-link:focus {
  background: #fff;
  color: var(--crb-color-text);
}

/* INTRO */
.crb-service-intro {
  padding: 100px 0;
  background: #fff;
}

.crb-service-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.crb-service-intro__media img {
    display: block;
    width: 75%;
    position: relative;
    left: 20%;
    height: auto;
    border-radius: var(--crb-radius-lg);
    border: 5px solid #fff;
    box-shadow: -15px -15px 0px 0px #921919;
}

.crb-service-intro__content {
  display: grid;
  gap: 22px;
}

.crb-service-mini-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.crb-service-mini-card {
  padding: 22px 20px;
  border: 1px solid var(--crb-color-border);
  border-radius: var(--crb-radius-md);
      background: #6d6d6d;
    color: #fff;
}

.crb-service-mini-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'font';
}

.crb-service-mini-card p {
  margin: 0;
  color: #fff;
  line-height: 1.65;
}

/* PROCESS */
.crb-service-process {
     align-items: center;
    min-height: 1008px;
    padding: 75px 0px 50px 0px;
    color: #fff;
}

.kitchen-bg {
	    background: linear-gradient(to right, #000000bf, #000000ba), url(/img/interior/053.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.bathroom-bg {
	    background: linear-gradient(to right, #000000bf, #000000ba), url(/img/interior/003.PNG);
    background-size: cover;
    background-attachment: fixed; padding-bottom: 150px !important;
}

.home-addition-bg {
	    background: linear-gradient(to right, #000000bf, #000000ba), url(/img/interior/022.PNG);
    background-size: cover;
    background-attachment: fixed;
}

.crb-service-process__intro {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.crb-service-process__intro .crb-service-heading {
  color: #fff;
}

.crb-service-process__intro .crb-service-text {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.74);
	    margin-bottom: 75px;
}

.crb-service-process__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.crb-service-process-step {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 420px;
  padding: 28px 22px;
  border: 1px solid #d42c3c;
  border-radius: var(--crb-radius-md);
  background: rgba(255, 255, 255, 0.15);
}

.crb-service-process-step__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.crb-service-process-step__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 125px;
    border-bottom-right-radius: 35%;
    position: relative;
    top: -36%;
    left: -12%;
    background: linear-gradient(#7b1d26, #d42c3c);
		    box-shadow: 1px 1px 10px 1px #000;
    color: #fff;
    font-size: 50px;
}

.crb-service-process-step__number {
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.crb-service-process-step__title {
  margin-bottom: 14px;
  font-size: clamp(1.4rem, 1.7vw, 2rem);
  color: #fff;
	    font-family: font;
    letter-spacing: 3px;
}

.crb-service-process-step__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.76);
}

#crb-kitchen-process-step-2 {
	margin-top: 100px;margin-bottom: -100px;
}

#crb-kitchen-process-step-4 {
	margin-top: 100px;	margin-bottom: -100px;
}


#crb-bathroom-process-step-2 {
	margin-top: 100px;margin-bottom: -100px;
}

#crb-bathroom-process-step-4 {
	margin-top: 100px;	margin-bottom: -100px;
}


#crb-additions-process-step-2 {
	margin-top: 100px;margin-bottom: -100px;
}

#crb-additions-process-step-4 {
	margin-top: 100px;	margin-bottom: -100px;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .crb-service-hero__inner,
  .crb-service-intro__grid {
    grid-template-columns: 1fr;
  }

  .crb-service-hero__nav {
    justify-content: flex-start;
  }

  .crb-service-hero {
    min-height: auto;
  }

  .crb-service-hero__inner {
    padding: 100px 0 70px;
  }

  .crb-service-process {
    min-height: auto;
  }

  .crb-service-process__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .crb-service-shell {
    width: min(100% - 24px, 1280px);
  }

  .crb-service-intro,
  .crb-service-process {
    padding: 70px 0;
  }

  .crb-service-mini-cards,
  .crb-service-process__grid {
    grid-template-columns: 1fr;
  }

  .crb-service-hero__nav-card,
  .crb-service-process-step {
    padding: 22px;
  }

  .crb-service-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .crb-service-btn {
    width: 100%;
  }

  .crb-service-process-step {
    min-height: auto;
  }
}


/* WHY CHOOSE US */
.crb-why {
  padding: 100px 150px;
  background: #f9f7f3;
}

.crb-why__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 60px;
  align-items: start;
}

/* LEFT CONTENT */
.crb-why__content {
  display: grid;
  gap: 20px;
  max-width: 600px;
}

.crb-why__actions {
  margin-top: 10px;
}

/* RIGHT LIST */
.crb-why__list {
  display: grid;
  gap: 18px;
}

/* ITEM */
.crb-why__item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px 18px;
  border-radius: var(--crb-radius-md);
  background: #fff;
  border: 1px solid var(--crb-color-border);
  transition: var(--crb-transition);
}

.crb-why__item:hover {
  transform: translateY(-3px); background: #444;
  box-shadow: 0 14px 30px rgba(0,0,0,0.08); color: #fff;
}

.crb-why__item:hover .crb-why__icon  {
	color: #fff; background: #fff9;
}

.crb-why__item:hover .crb-why__text h3 {
	color: #fff;
}

.crb-why__item:hover .crb-why__text p {
	color: #fff;
}

/* ICON */
.crb-why__icon {
    width: 65px;
    height: 65px;
    flex: 0 0 65px;
    border-radius: 50%;
    background: #ca28391f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #ca2839;
}

/* TEXT */
.crb-why__text h3 {
  margin: 0 0 6px; color: #ca2839; text-transform: uppercase;
  font-size: 23px; font-family: font; letter-spacing: 1px;
}

.crb-why__text p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--crb-color-muted);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .crb-why__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .crb-why__content {
    max-width: 100%;
  }
}


/* MINIMAL STATS BAND */
.crb-stats--minimal {
  padding: 70px 0;
  background: #444;
  color: #fff;
}

/* ROW */
.crb-stats__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}

/* ITEM */
.crb-stats__item {
  flex: 1;
  text-align: center;
  padding: 28px 18px;
  position: relative;
  transition: transform 0.35s ease, color 0.35s ease;
}

/* VALUE */
.crb-stats__value {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
  color: #ca2839;
  transition: transform 0.35s ease, color 0.35s ease;
}

/* LABEL */
.crb-stats__label {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  transition: color 0.35s ease;
}

/* DIVIDER */
.crb-stats__divider {
  width: 1px;
  background: rgba(255,255,255,0.12);
}

/* 🔥 HOVER EFFECT */
.crb-stats__item:hover {
  transform: translateY(-6px);
}

.crb-stats__item:hover .crb-stats__value {
  transform: scale(1.08);
  color: #fff;
}

.crb-stats__item:hover .crb-stats__label {
  color: #fff;
}

/* subtle glow on hover */
.crb-stats__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 70%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.crb-stats__item:hover::after {
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .crb-stats__row {
    flex-wrap: wrap;
  }

  .crb-stats__item {
    flex: 50%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .crb-stats__divider {
    display: none;
  }
}

@media (max-width: 600px) {
  .crb-stats__item {
    flex: 100%;
  }
}



/*============ NEW PAGE CODE END ===========*/


.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  font-family: 'font2';
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.tabcontent h1 {
	padding-top: 40px;
	padding-bottom: 20px;
	font-family: 'font';
	text-align: center;
	font-size: 2rem;
	color: #d42c3c;
}
.tabcontent h2 {
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: 'font';
	text-align: center;
	font-size: 2rem;
	color: #d42c3c;
}
.tabcontent h3 {
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: 'font';
	text-align: center;
	font-size: 2rem;
	color: #d42c3c;
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed;
	width: 100%;
	z-index: 1;
	padding: 10px 0 10px 0;
	background: linear-gradient(#7b1d26, #d42c3c);
	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;
	-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: #FFF;
	font-weight: 600;
	font-family: 'font2';
	color: rgb(120,120,120);
	border-radius: 1.6rem;
	border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: #fff;
}
.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: #fff;
	font-family: 'font2';
	color: rgb(120,120,120);
	font-weight: 600;
	border-radius: 1.6rem;
	border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	background: #fff;
}
.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: 1px solid rgb(255,255,255);
	color: rgb(255,255,255);
	    background: linear-gradient(#7b1d26, #d42c3c);
	border-radius:100px;
	height: 34px;
	width: 34px;
	margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(83, 82, 82);
	text-decoration:none !important;
	color: rgb(255,255,255);
}
.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,
.mobile-menu .dropdown-menu-mobile-3 {
	  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: rgb(255,255,255);
	  border: 0;
	  visibility: hidden;
	  border-radius: 0;
	  transform:scale(1,0);
	  -webkit-transition: all .30s ease;
	  -moz-transition: all .30s ease;
	  -o-transition: all .30s ease;
	  transition: all .30s ease;
}
.dropdown-menu-animate,
.dropdown-menu-animate-2,
.dropdown-menu-animate-3 {
	display:inline-block !important;
	transform:scale(1,1) !important;
	padding:25px 0 !important;
	height:auto !important;
	visibility: visible !important;
}
.mobile-menu .dropdown-menu-mobile a,
.mobile-menu .dropdown-menu-mobile-2 a,
.mobile-menu .dropdown-menu-mobile-3 a {
	color: rgb(100,100,100);
	font-weight: 600 !important;
	font-size: 17px;
	font-family: 'font2';
	text-align: center;
}
/******* Mobile Navigation Section *******/

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



.home-slider{
	
	position: relative;
	    height: 100vh;
	/*background: linear-gradient(90deg, #ffffffd9 15.4%, #ffffffd9 15.4%, rgba(255, 255, 255, 0.85) 84.7%, #ffffffd9 84.7%), url(/img/home-slider-001.png);*/
	background: url(/img/home-slider-001.png);
	background-position: 50% 50%;
	background-attachment: fixed; 
	background-size: cover; 
}
.slider-overlay{
	
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 45%;
}

.slider-overlay h1{
	
	font-family: 'font2';
	font-size: 3rem;
  text-align: left;
	font-weight: 600;
	
	padding: 0 30px; 
	color: white;
	text-shadow: rgb(0, 0, 0) 2px 2px 2px;
	line-height: 55px; 
	/*color: rgb(246,177,24);*/
	
}
















.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: #d42c3c;
}
.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 #d42c3c;
	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;*/
    width: 100%;
    /*max-width: 558px!important;*/
    max-width: 100%;
    /*margin: 60px 81px 0 0!important;*/
		
    margin: 0px 81px 0 0!important;
    padding: 50px 50px !important;
		    background: linear-gradient(#d42c3c, #7b1d26); !important
}
.parallax1 {
  /*background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/framing3.jpg");*/
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/kitchen-bg-001.png");
  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 25px 75px 45px;
    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 #d42c3c;
	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: #7b1d26;
}
.home-page-section-3 span {
	color: rgb(107, 104, 104);
	font-weight: 600;
	font-family: 'Montserrat';
}
.home-page-section-3 a {
	background: linear-gradient(#7b1d26, #d42c3c);
	padding: 5px 25px;
	border-radius: 2.5rem;
	color: rgb(255,255,255);
}
.home-page-section-3 a.basic {
	background: none;
	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-3 a.basic:hover {
	color: rgb(255,255,255);
	background: none;
	
	
}
.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/framing5.jpg");*/
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/outdoor-bg-001.png");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.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: linear-gradient(#7b1d26, #d42c3c);;
    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';
}
.home-contact {
	background: rgb(255,255,255);
    padding: 75px 0 75px 0;
}
.home-contact h3 {
   font-size: 65px;
    font-family: 'font';
    font-weight: 500;
    text-align: center;
    padding-bottom: 40px;
    color: #d42c3c;
}
.home-contact span {
	color: rgb(101,140,160);
}
/**** 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: #d42c3c;
}
.about-page-section-1 h2 {
	font-family: 'font2';
	font-size: 1.8rem;
	/*text-align: center;*/
	font-weight: 600;
	padding-bottom:10px;
	color: black;
}
.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: #d42c3c;
	font-family: 'font2';
}
/**** Service Page Section ****/
.window-services {
	padding: 150px 0 75px 0; background: rgb(255,255,255);
}
.window-services h1 {
	font-size: 3rem; font-family: font; text-align: center; color: rgb(212,44,60);
}
.window-services h2 {
	font-size: 2.5rem; font-family: font; color: rgb(212,44,60);
}
.window-services h4 {
	font-size: 1.5rem; color: rgb(75,75,75);
}
.window-services p {
	font-size: 17px; font-family: font2; font-weight: 600; text-align: justify; color: rgb(12,12,12);
}
.window-services img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 5px rgb(0,0,0);
}
.serv1 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.serv1 h1 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv1 h2 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 1.9rem;
	padding-bottom: 40px;
	text-align: left;
}
.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(255,255,255);
}
.serv2 h1 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv2 h1 span{
	font-family: 'font';
	color: #d42c3c;
	font-size: 1.5rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv2 h2 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 3.1rem;
/*	padding-bottom: 10px;*/
	text-align: center;
}
.serv2 h3 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 1.9rem;
/*	padding-bottom: 10px;*/
	text-align: justify;
}
.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 iframe {
	/*border-radius: 0.6rem;*/
	/*width: auto ;*/
}
.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 h2 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 3.1rem;
	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 h2 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 3.1rem;
	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: rgb(245,245,245);
}
.serv5 h1 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv5 h2 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 2.1rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv5 h3 {
	font-family: 'font';
	color: black;
	font-size: 1.35rem;
	padding-bottom: 20px;
	text-align: left;
}
.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: linear-gradient(#7b1d26, #d42c3c);
	font-size: 14px;
	color: #fff;
}
.serv5 button:hover {
		background: linear-gradient(#d42c3c, #7b1d26);
}
.serv5 img {
	border-radius: 0.6rem;
}
.serv6 {
	padding: 100px 0 100px 0;
	background: rgb(245,245,245);
}
.serv6 h1 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv6 h2 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 3.1rem;
	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(83,82,82)!important;
}
.serv6 .bg-dark:hover {
    background: linear-gradient(#7b1d26, #d42c3c);!important;
		text-shadow: 1px 1px 1px #000;
}
.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: auto;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_4{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_5{
    overflow: auto;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_6{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_7{
    overflow: auto;
    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;
}
.serv6 .header_7{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.st-charles-section-1 {
	padding: 75px 0 75px 0;
	background: rgb(249,249,249);
}
.st-charles-section-1 h1 {
	font-size: 2.5rem;
	font-family: font;
	font-weight: 600;
	color: rgb(129,141,148);
}

.st-charles-section-1 h2 {
	font-size: 2.5rem;
	font-family: font;
	font-weight: 600;
	color: rgb(129,141,148);
}
.st-charles-section-1 h3 {
	font-size: 1.5rem;
	font-weight: 600;
	color: rgb(75,75,75);
}
.st-charles-section-1 h4 {
	font-size: 1.5rem;
	font-weight: 600;
	color: rgb(75,75,75);
}
.st-charles-section-1 p {
	font-size: 16px;
	text-align: justify;
	color: rgb(12,12,12);
}
.st-charles-section-1 img {
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
}
.clayton {
	padding: 150px 0 75px 0;
	background: rgb(255,255,255);
}
.maplewood {
	padding: 75px 0 75px 0;
	background: rgb(249,249,249);
}
.clayton h1, .maplewood h1 {
	font-size: 2rem;
	font-family: font;
	font-weight: 600;
	color: rgb(129,141,148);
}
.clayton h2, .maplewood h2 {
	font-size: 2rem;
	font-family: font;
	font-weight: 600;
	color: rgb(129,141,148);
}
.clayton h3, .maplewood h3 {
	font-size: 1.5rem;
	font-weight: 600;
	color: rgb(75,75,75);
}
.clayton h5, .maplewood h5 {
	font-size: 1.5rem;
	font-weight: 600;
	color: rgb(75,75,75);
}
.clayton p, .maplewood p {
	font-size: 18px;
	text-align: justify;
	color: rgb(12,12,12);
}
.clayton iframe, .maplewood iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0.8rem;
}
/* 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.8rem;
	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: #d42c3c;
	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: #d42c3c;
}
.review-gallery {
	padding: 75px 0 75px 0;
	background: rgb(38,38,38);
}
.review-gallery h2{
	color: #d42c3c;
	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: 'font';
  font-size: 3rem;
	font-weight: 500;
  color: #d42c3c;
	text-align: center;
}
.contact-page-1 h2 {
	font-family: 'font';
  font-size: 1.8rem;
	font-weight: 500;
  color: #d42c3c;
	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 *************************************************/

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

#login-page .btn-primary.disabled, .btn-primary:disabled {
	background-color:#1f1f1f;
}

#login-page .about-header-section {
    text-align: center;
    padding: 0;
    background: linear-gradient(to bottom, rgba(19, 19, 19, 0.81), rgba(4, 4, 4, 0.81)), url(../img/backgrounds/service-page-two-header-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
#login-page .about-header-section {
	height:100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
#login-page .about-header-section form {
	background:#fff;
	padding: 30px;
	margin:auto;
	text-align: left;
	box-shadow: 0px 0px 20px 1px #000;
}

#login-page #form-login {
	padding:30px 0 50px;
}
#login-page #form-login .btn {
	width:100%;
	margin: 0 0 15px;
	box-shadow: none;
}
#login-page #form-login .btn-secondary {
	padding:0;
	text-align:inherit;
	color: inherit;
	background-color: transparent;
	width:inherit;
	border:none;
}
#login-page #form-login .btn-secondary:hover {
	background-color:transparent !important;
	color:#585858;
}
#login-page .btn-primary {
	border:none;
	color:#fff;
	background-color:#252525;
}

#login-page input {
	padding:6px 10px;
	margin: 0 0 15px;
	width: 100%;
}
body#login-page {
	visibility:visible;
}
#login-page .login-form-container {
	position: relative;
	overflow: hidden;
	padding: 0;
	/* height: inherit; */
}
#login-page #form-login {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logout-btn {
	position:relative;
	display:inline-block;
	color:#fff;
	font-weight: 700;
	padding:6px 30px;
	background: #b34141;
}
#image-uploads .upload-container {
	padding: 50px 0 !important;
}
#image-uploads .form-control {
	margin-left:10px;
}


/*******************  Page Loader *************************/

/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; z-index:99999; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url(/images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}



/*******************  Referrals Owl Carousel *************************/
.owl-carousel {
}
.owl-carousel .owl-stage-outer {
	padding:40px 0;
}
.owl-nav {
	position:absolute;
	width: 100%;
	top:10%;
	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 *************************/
#referrals .referrals-section {
    background: #0a0a0a;
    color: #a5a5a5;
}

#referrals .card .btn {
	position:inherit;
	width: 100%;
	text-align: left;
	margin: 0;
	display: block;
	padding: 16px 20px;
}
#referrals .card {
    position: relative;
    max-height: 100%;
    height: 100%;
    margin:inherit;
    padding: inherit;
    background: transparent;
}
#referrals .card-header {
	padding: 0;
}
.home-service-section {
	overflow: hidden;
}
#home .inner-content-section {
	background: linear-gradient(to left, rgb(255, 255, 255) 50%, rgba(27, 27, 27, 0)), url(../img/home-image-1.jpg) 0 no-repeat;
	padding: 2em 0 3em !important;
	overflow: hidden;
	background-size: inherit;
}
.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 {
	/* background:#252525; */
	margin: 40px 0 0;
	color:#fff;
	font-size: 20px;
	font-weight:700;
}
.pre-footer-section a:hover {
	color:#8a8a8a;
}

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

.lnr-chevron-right {
  color: #232323;
  /* We can use "color" for setting the color
  of the SVG because we set its "fill" to
  "currentColor" */
  font-size: 22px;
  /* We can use "font-size" for changing the size
  of the SVG because its width and height were
  set 1em.
  To get crisp results, use sizes that are
  a multiple of 20; because Linearicons was
  designed on a 20 by 20 grid. */
}

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

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

body {
	font-family: 'Montserrat', sans-serif;
}
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;
}
#image-uploads .badge {
	font-size:1.2em;
}
#image-uploads form {
	display:flex;
	justify-content:space-between;
}
#image-uploads #upload-preview .btn {
	background-color:#d84a4a;
	color:#fff;
}
#image-uploads .btn {
	padding:6px 20px;
	margin:0 10px;
	outline: none !important;
	background-color: transparent;
	border-color: #929292;
	/* color: #333; */
	border-radius: 0;
}
#image-uploads .btn:hover {
	background-color:#2d2d2d;
	color:#fff;
}

#image-uploads .btn-primary.disabled,
#image-uploads .btn-primary.disabled span,
.btn-primary:disabled,
.btn-primary:disabled span {
	color:#fff;
	border: none;
	cursor: not-allowed;
}
.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;
}
.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;
}

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

.top-header-animate {
background: linear-gradient(#7b1d26, #d42c3c);
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a;
	font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
.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;
}

.navbar-scroll {
	padding: 135px 0 0;
	position: fixed;
	background: rgb(83, 82, 82);
	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 23px;
  padding: 6px 0px;
  font-weight: 900;
  font-size: 15px;
  color: rgb(255,255,255);
  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 {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}

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

.projects .about-header-section h1 {
	display:inline-flex;
	justify-content:center;
	align-items:center;
}
.projects .about-header-section .header-logout-btn {
	font-size:22px;
	display:block;
	margin-left:20px;
	color:#ca3535;
}

#delete-msg {
	position:relative;
	text-align:center;
	margin:0 0 2em;
}
#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;
}
.projects-section {
	position:relative;
	overflow:hidden;
}
#project-1 .projects-section img {
	transform:scale(1.08,1.08)
}
.projects-section .mosaic-row {
	position: absolute;
    width: 100%;
    height: auto;
    top: 0;
}
.projects-section .mosaic-row div[class*='col-'] {
	position: absolute;
    top: 0;
    right: 0;
}
.projects-section a img {
	transform: scale(1.06,1.06);
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.projects-section a:hover img {
	transform:scale(1.3,1.3);
}
.projects-section a .block-overlay {
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#08080891;
	opacity:0;
	z-index:1;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.projects-section a .block-overlay p {
	color:#f18907;
	font-size:1.3em;
	font-weight:100;
}
.projects-section a:hover .block-overlay {
	background-color:rgba(247, 247, 247, 0.97);
	opacity:1;
}
.projects-section div[class*='col-'] {
	padding:0;
	position: relative;
	overflow: hidden;
}
.gallery-a {
    padding: 6% 0%;
    text-align: center;
    background: white;
}
#portfolio {
  display: flex;
  padding: 0;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
}
#portfolio li {
  display: 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;
}
.project-upload #portfolio li:before {
	position:absolute;
	content:'Delete Image';
	/* width:100%; */
	/* height:50px; */
	display:inline-block;
	/* top:0; */
	color: #fff;
	z-index:3;
	font-size: 2em;
}
#portfolio li a img {
	display:block;
   position: absolute;
   top: -9999px;
   bottom: -9999px;
   left: -9999px;
   right: -9999px;
   margin: auto;
   width: 100%;
   height: 100%;
   transform:scale(1,1);
}
.project-upload #portfolio li:hover .block-overlay {
	background-color:#000000cc;
}
#portfolio li:hover .block-overlay {
	background-color:#000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: #13131333;
	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 {
  /* start state */
  /* animate in */
  /* animate out */
}
.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;
}

.bottom-section .pic1 {
    background-image: url("/img/backgrounds/acunit2.jpg");
    background-size: cover;
    background-position: 0% 82%;
    text-align: center;
}
/* ========================================================== */
/* 			           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: 0 0 10px;
	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: 15px;
	font-family: 'font2';
}
.footer-section a {
	color: rgb(255,255,255);
	font-size: 16px;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	margin-bottom:1em;
}.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height:8px;
}
.service-cities h4 {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600;
	text-decoration: underline;
	color: rgb(255, 255, 255);
}
.service-cities h3 {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600;
	/*text-decoration: underline;*/
	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: linear-gradient(#7b1d26, #d42c3c);
	text-decoration:none !important;
	color: #929292;
}



/* ======================================== */
/* === 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: 1250px) {
.slider-overlay {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 70%;
}
}

/* ======================================== */
/* === Mobile CSS Section ================= */
/* ======================================== */
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 991px) {
/******************************************** DAVIDS MOBILE CODE START *************************************************/
.home-header-section {
	padding-top: 160px;
}
.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-slider{
	
	position: relative;
	    height: 100vh;
	/*background: linear-gradient(90deg, #ffffffd9 15.4%, #ffffffd9 15.4%, rgba(255, 255, 255, 0.85) 84.7%, #ffffffd9 84.7%), url(/img/home-slider-001.png);*/
	background: url(/img/home-slider-001.png);
	background-position: 50% 50%;
	background-attachment: fixed; 
	background-size: cover; 
}
.slider-overlay{
	
	position: absolute;
	top:50%;
	left: 50%;
	
	transform: translate(-50%, -50%);
	
	width: 100%; 
	
}

.slider-overlay h1{
	
	font-family: 'font2';
	font-size: 2rem;
  text-align: center;
	font-weight: 600;
	
	padding: 00px; 
	color: white;
	text-shadow: rgb(0, 0, 0) 2px 2px 2px;
	line-height: 55px; 
	/*color: rgb(246,177,24);*/
	
}















.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: #d42c3c;
}
.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 #d42c3c;
	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:30px 10px!important;
		    background: linear-gradient(#d42c3c, #7b1d26); !important;
}
.parallax1 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/framing3.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:30px 10px!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 25px 75px 25px;
    background: rgb(255,255,255);
}
.home-page-section-3 h2 {
	font-size: 1.6rem;
	font-family: 'font2';
	text-align: center;
	font-weight: 600;
	color: rgb(100,100,100);
}
.home-page-section-3 h3 {
	text-align: center;
    font-size: 1.5rem;
		font-weight: 600;
		font-family: 'font2';
		color: rgb(100,100,100);
}
.home-page-section-3 hr {
	border-top: 2px solid #d42c3c;
	width: 100%;
	opacity: 1;
}
.home-page-section-3 p {
	font-family: 'font2';
	font-size: 17px;
	font-weight: 600;
	color: rgb(150,150,150);
	text-align: center;
	
}
.home-page-section-3 i {
	font-size: 40px;
	color: #7b1d26;
	text-align: center;

}
.home-page-section-3 span {
	color: rgb(107, 104, 104);
	font-weight: 600;
	font-family: 'Montserrat';
}
.home-page-section-3 a {
	background: linear-gradient(#7b1d26, #d42c3c);
	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/framing5.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.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: linear-gradient(#7b1d26, #d42c3c);;
    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: center;
    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';
}
.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: #d42c3c;
}
.home-contact span {
	color: rgb(101,140,160);
}
/**** About Section ****/ 
.about-page-section-1 {
	padding: 150px 0 75px 0;
	background: rgb(255,255,255);
}
.about-page-section-1 h1 {
	font-family: 'font2';
	font-size: 35px;
	text-align: center;
	font-weight: 600;
	padding-bottom: 40px;
	color: #d42c3c;
}
.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: #d42c3c;
	font-family: 'font2';
}
/**** Service Page Section ****/
.serv1 {
	padding: 130px 0 75px 0;
	background: rgb(255,255,255);
}
.serv1 h1 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv1 h2 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 1.9rem;
	padding-bottom: 40px;
	text-align: left;
}
.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: 150px 0 75px 0;
	background: rgb(255,255,255);
}
.serv2 h1 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv2 h1 span{
	font-family: 'font';
	color: #d42c3c;
	font-size: 1.5rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv2 h2 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 3.1rem;
/*	padding-bottom: 10px;*/
	text-align: center;
}
.serv2 h3 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 1.9rem;
/*	padding-bottom: 10px;*/
	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 iframe {
	/*border-radius: 0.6rem;*/
	width: 100% ;
}
.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 h2 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 3.1rem;
	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 h2 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 3.1rem;
	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: 150px 0 100px 0;
	background: rgb(245,245,245);
}
.serv5 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv5 h2 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 3.1rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv5 h3 {
    font-family: 'font';
    color: black;
    font-size: 1.35rem;
    padding-bottom: 20px;
    text-align: center;
}
.serv5 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv5 ul {
	padding: 0; 
}
.serv5 ul p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: center;
}
.serv5 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: linear-gradient(#7b1d26, #d42c3c);
	font-size: 14px;
	color: #fff;
}
.serv5 button:hover {
		background: linear-gradient(#d42c3c, #7b1d26);
}
.serv5 img {
	border-radius: 0.6rem;
}
.serv6 {
	padding: 100px 0 100px 0;
	background: rgb(245,245,245);
}
.serv6 h1 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv6 h2 {
	font-family: 'font';
	color: #d42c3c;
	font-size: 3.1rem;
	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(83,82,82)!important;
}
.serv6 .bg-dark:hover {
    background: linear-gradient(#7b1d26, #d42c3c);!important;
		text-shadow: 1px 1px 1px #000;
}
.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: auto;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_4{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_5{
    overflow: auto;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_6{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_7{
    overflow: auto;
    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;
}
.serv6 .header_7{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
/* Gallery Page Start */
.gallery-page {
	padding: 150px 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: #d42c3c;
	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: #d42c3c;
}
.review-gallery {
	padding: 75px 0 75px 0;
	background: rgb(38,38,38);
}
.review-gallery h2{
	color: #d42c3c;
	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: 'font';
  font-size: 3rem;
	font-weight: 500;
  color: #d42c3c;
	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;
    /* 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);
}
/** 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 ***********************************/

.bottom-footer div[class*='col-']:nth-child(3) {
	justify-content:center;
}
.top-header {
	background: white;
	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;
    top: 100%;
    border: 0;
    background: linear-gradient(rgb(123 29 38), rgb(212 44 60));
    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: 30px;
		font-weight: 900;
		font-family: 'font2';
    color: rgb(255,255,255) !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;
		background: transparent;
		border: none;
    padding: .75rem 1.25rem;
    color: #fff;
    outline: none;
    z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}

}

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