/* ========================================== */
/* === CSS Table of Contents ================ */
/* === 2023 © Guardian Sages ================ */ 
/* ========================================== */

/* ========================================== */
/* === 1. Top Header Section ================ */
/* === 2. Navigation Section ================ */
/* === 3. Website Pages Section ============= */
/* ===    a. Home Section =================== */
/* ===    b. About Section ================== */
/* ===    c. Services Section =============== */
/* ===    d. Gallery Section ================ */
/* ===    e. Areas We Service Section ======= */
/* ===    f. Testimonials Section =========== */
/* ===    g. Contact Section ================ */
/* ===    h. Sections On Every Page ========= */
/* === 4. Misc. Section ===================== */
/* ===    a. Referrals Owl Carousel ========= */
/* ===    b. Default Classes ================ */
/* ===    c. Gallery Function Section ======= */
/* ===    d. Reviews Function Section ======= */
/* === 5. Footer Section ==================== */
/* === 6. Lg. Laptop CSS Section ============ */
/* === 7. Sm. Laptop CSS Section ============ */
/* === 8. Tablet CSS Section ================ */
/* === 9. Mobile CSS Section ================ */
/* === 10. Sm. Mobile CSS Section =========== */
/* ========================================== */

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

@font-face {
	font-family: 'font2';
	src:url('../fonts/Liberation.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Monoton-Regular.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');
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */

a {
	text-decoration: none;
}
.top-header {
	position: fixed; width: 100%;  padding: 10px 0 10px 0;     background: /*linear-gradient(90deg, rgba(251, 169, 12, 1) 33%, rgba(255, 255, 255, 1) 31.2%)*/white;	z-index: 3; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; border-top: 2px solid #761a05;border-right: 10px solid #761a05;
}

.top-header img {
    margin-top: 4px;
    padding: 25px 25px 75px 25px;
    background: #FBA90C;
    margin-bottom: -70px;
    margin-left: -200px;
    border-bottom-right-radius: 50px;
    position: relative;
    top: -20px;
}
.top-header .header-contact-email {
	padding: 10px;
    border-radius: 10px;
    background: #fba90c; color: black;
    width: fit-content;
}

.top-header .header-contact-phone {
	padding: 10px;
    border-radius: 10px;
    background: #761a05;color: #fff;
    width: fit-content;
}


.top-header i {
    width: 35px;
    height: 35px; margin: 0px 5px 0px 5px;
    background: #fba90c;
    padding: 10px 10px 10px 11px;
    border-radius: 35px;
    color: #761a05;
}

.top-header i:hover {
	border-radius: 0px; background: #761a05; color: #fba90c;
}

.top-header a {
	color: inherit;
	font-weight: 600;
}
.top-header a.red{
	color:#761a05; 
}
/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}
.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(255,255,255); 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(12,12,12); 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;
}
.dropdown {
	float: left; position: relative;
}
.dropdown .dropbtn {
	font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #043174;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
	display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
	display: block;
}
.dropdown-one .dItem {
	color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
	background-color: #ddd;
}
.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;
}
.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 h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font'; text-align: center; font-size: 2rem; color: rgb(246,177,24);
}
.top-header-animate {

}
.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; overflow-x: hidden;
}
.navbar-scroll {
	padding: 85px 0 0; position: fixed; background: #fff; width: 100%; z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; border-bottom: 5px solid #761a05;border-right: 10px solid #761a05;
}
.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: 10px; font-weight: 600; font-size: 20px; color: #761A05; font-family: math; text-transform: uppercase;
}
.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: #fff; background: #761a05;
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%;
}
.mobile-top-header {
	display: none !important;
}

/* ========================================== */
/* === Website Pages Section ================ */
/* ========================================== */

/**** Home Section ****/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.homepage-hero {
/*background: linear-gradient(to right, #00000096, #00000096), url(/img/homepage/flooring-01.jpg);*/
background: linear-gradient(to right, #00000057, #0000001f), url(/img/homepage/home-slider2.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-overlay {

  width: 100%;
  padding: 80px 0;
}

.hero-content {
  max-width: 850px;
  color: #fff;
}

.hero-content h1 {
  font-size: 50px; font-family: math; text-transform: uppercase;
  margin-bottom: 10px; text-shadow: 1px 1px 1px #000;
}

.hero-content h1 span {
	color: #fba90c; text-shadow: 2px 2px 1px #000;
}

.hero-content h2 {
  font-size: 30px; font-family: font2;
  font-weight: 600; letter-spacing: 2px;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 1.1rem; font-family: font2; font-weight: 500; letter-spacing: .5px;
  line-height: 1.7; margin-top: 35px;
  margin-bottom: 30px;
}

.hero-ctas .btn {
  margin-right: 15px; font-weight: 600;    text-shadow: 1px 1px 15px #000; font-size: 25px;
padding: 25px; margin-top: 50px;
}

 .btn-primary {
	background: #761a05; color: #fff; border: 1px solid #fff;
}
.btn-secondary {
	background: #fba90c; color: #761a05; border: 1px solid #fff;
}

 .btn-primary:hover {
	background: #fff; color: #761a05; text-shadow: none; text-transform: uppercase;
 }
 .btn-secondary:hover {
	background: #fff; color: #fba90c; text-shadow: none; text-transform: uppercase;
 }
 
 
 
 @media (max-width: 991px){
	
.hero-overlay {
    width: 100%;
    padding: 80px 0;
    text-align: center;
}

 }
/* ===============================
   SERVICES SECTION
================================ */

.home-services {
  padding: 150px 0;
  background: rgb(245, 245, 245);
}

/* ===============================
   SERVICE CARD BASE
================================ */

.service-card {
  position: relative;
  height: 420px;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 12px 35px rgba(0,0,0,0.18);
  margin-bottom: 30px;
}

/* ===============================
   FRONT TITLE (DEFAULT STATE)
================================ */

.service-front {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0)
  );
  z-index: 1;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.service-front h3 {
  margin: 0;
  color: #ffffff; background: #761a05; border-top-right-radius: 25px;
  padding: 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

/* ===============================
   CURTAIN PANEL (HIDDEN)
================================ */

.service-curtain {
  position: absolute;
  inset: 0;
  background: #761a05c4;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(100%);
  transition: transform 0.45s ease;
  z-index: 1;border-radius: 8px;
  text-shadow: 1px 1px 15px #000;
}

.service-curtain h3 {
  color: #fff;
  font-size: 30px; font-family: math;
  margin-bottom: 15px;
}

.service-curtain p {
  color: #fff; font-weight: 500;
  font-size: 17px; font-family: font2;
  line-height: 35px; letter-spacing: .5px;
  margin-bottom: 26px;
}

/* ===============================
   CTA BUTTON
================================ */

.service-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #fba90c;
  color: #ffffff; width: fit-content;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.service-btn:hover {
  background: #fff; color: #761a05; text-shadow: none;
}

/* ===============================
   HOVER STATES
================================ */

.service-card:hover {
	box-shadow: 1px 1px 10px 1px #000; cursor: pointer;
}

.service-card:hover .service-front {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.service-card:hover .service-curtain {
  transform: translateY(0);
}

/* ===============================
   MOBILE FALLBACK
================================ */

@media (max-width: 991px) {
  .service-front {
    opacity: 0;
    pointer-events: none;
  }

  .service-curtain {
    transform: translateY(0);
    background: rgba(0,0,0,0.85);
  }
  
.service-card {
    position: relative;
    height: 480px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 12px 35px rgba(0,0,0,0.18);
    margin-bottom: 30px;
}
  
}


/* ===============================
   FULLSCREEN WHY CHOOSE US
================================ */

.why-choose-us-full {
  width: 100%;
}

/* Left side */
.why-left {
  display: flex;
  align-items: center;
  padding: 80px 80px 80px 125px;
 background: linear-gradient(to right, #761a0538, #761a0538), url(/img/homepage/wg-03.png);
    background-size: 50%;
    background-color: #761a05;
}

.why-inner {
  max-width: 640px;
}

.why-left h2 {
  font-size: 40px; text-transform: uppercase;
  font-weight: 600; color: #fba90c;
  margin-bottom: 25px; font-family: math;
}

.why-left h3 {
  font-size: 20px;
  font-weight: 600; font-family: font2;
  color: #fff;
  margin-bottom: 25px;
}

.why-left p {
  font-size: 17px;
  line-height: 1.7; font-family: font2;
  color: #fff;
  margin-bottom: 25px;
}

/* Bullet list */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #fff;
}

.why-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #fba90c;
  font-weight: 700;
}

/* Right side image */
.why-right {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 991px) {
  .why-left {
    padding: 60px 30px;
  }

  .why-right {
    min-height: 350px;
  }
}


.our-process {
    padding: 150px 0;
      background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.71) 100%), url(/img/homepage/flooring-04.jpg);
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
}

.process-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Header */
.process-header {
    max-width: 720px;
    margin-bottom: 80px;
}

.process-subtitle {
    color: #fba90c;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    display: block;
    margin-bottom: 12px;
}

.process-title {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 18px;
	    font-family: math;
    text-transform: uppercase;
    color: #761a05;
}

.process-overview {
    font-size: 18px;
    line-height: 1.7;
    color: #555; font-family: font2;
}

/* Pillars */
.process-pillars {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}

.process-pillar {
    position: relative;
    padding-left: 26px;
    border-left: 3px solid #ffc10754;
}

.process-pillar::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 0;
    height: 40px;
    width: 3px;
    background: #fba90c;
}

.pillar-step {
    font-size: 28px;
    font-weight: 700;
    color: #fba90c;
    display: block;
    margin-bottom: 10px;
}

.process-pillar h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #761a05;
}

.process-pillar p {
    font-size: 16px;
    line-height: 1.6;
    color: #555; font-family: font2;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 1200px) {
    .process-pillars {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 50px;
    }
}

@media (max-width: 991px) {
    .our-process {
        padding: 70px 0;
		text-align: center;
    }

    .process-pillars {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .process-pillar {
        padding-left: 20px;
    }

    .process-title {
        font-size: 2rem;
    }
	.process-inner {
		max-width: 1400px;
		margin: 0 15px;
		padding: 0 10px;
	}
	
	
	
}

.home-gallery {
	padding: 100px 0px 100px 0px;
}

.home-gallery h3 {
	font-family: math; font-size: 50px; letter-spacing: 1px; font-weight: 600; text-align: center; color: #FBA90C; margin-bottom: 50px;
}

/* Wrapper */
#oe-gal.oe-gal-wrap { --oe-gap: 10px; --oe-bg:#0b0b0c; --oe-accent:#c37f2c; }
#oe-gal .oe-gal-stage {
  position: relative; display: grid; grid-template-columns: 48px 1fr 48px; gap: var(--oe-gap);
  align-items: center; margin-bottom: 12px;
}
/* 16:9 viewport that letterboxes images consistently */
#oe-gal .oe-gal-viewport {
  position: relative; width: 100%;
  aspect-ratio: 16 / 9; /* keeps uniform height */
  background: var(--oe-bg); border-radius: 8px; overflow: hidden;
  display: grid; place-items: center;
}
#oe-gal #oe-gal-img {
  max-width: 100%; max-height: 100%;
  width: 100%; height: 100%;
  object-fit: contain; /* no crop; consistent quality */
  background: var(--oe-bg);
}
/* Caption */
#oe-gal .oe-gal-cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 6px 10px; font-size: 0.9rem; color: #fff; background: rgba(0,0,0,.35);
  text-align: right;
}
/* Arrows */
#oe-gal .oe-gal-nav {
  inline-size: 48px; block-size: 48px; border-radius: 50%;
  border: 0; background: rgba(0,0,0,.55); display: grid; place-items: center; cursor: pointer;
  transition: transform .1s ease, background .2s ease; color: #fff;
}
#oe-gal .oe-gal-nav:hover { background: rgba(0,0,0,.75); transform: scale(1.04); }
#oe-gal .oe-gal-nav svg { width: 24px; height: 24px; fill: none; stroke: #fff; stroke-width: 2; }
/* Thumbs row */
#oe-gal .oe-gal-thumbs {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(72px, 96px);
  gap: var(--oe-gap); overflow-x: auto; padding-bottom: 6px; scrollbar-width: thin;
      justify-content: center;
}
#oe-gal .oe-gal-thumb {
  position: relative; border: 2px solid transparent; border-radius: 6px; overflow: hidden;
  aspect-ratio: 1 / 1; background: #111; cursor: pointer; flex: 0 0 auto;
}
#oe-gal .oe-gal-thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block; /* thumbs crop for neat grid */
}
#oe-gal .oe-gal-thumb[aria-selected="true"] { border-color: var(--oe-accent); box-shadow: 0 0 0 2px rgba(195,127,44,.35); }
/* Focus ring */
#oe-gal .oe-gal-thumb:focus-visible, #oe-gal .oe-gal-nav:focus-visible { outline: 2px solid var(--oe-accent); outline-offset: 2px; }

/* Responsive tune */
@media (max-width: 640px){
  #oe-gal .oe-gal-stage { grid-template-columns: 40px 1fr 40px; }
  #oe-gal .oe-gal-nav { inline-size: 40px; block-size: 40px; }
}

/**** About Section ****/
.awr-about{
      --awr-red: #f51113;
      --awr-white: #ffffff;
      --awr-black: #000000;
      --awr-text: #0b1220;
      --awr-muted: #5b667a;
      --awr-bg: #fff;
      --awr-border: #e6e8ee;
      --awr-radius: 16px;
      --awr-radius-sm: 12px;
      --awr-shadow: 0 6px 24px rgba(0,0,0,.10);
      --awr-maxw: 1200px;
      --awr-gap: 24px;
      --awr-sec-pad: clamp(48px, 8vw, 96px) 16px;
      color: var(--awr-text);
      background: var(--awr-bg);
      line-height: 1.55;
      scroll-behavior: smooth; /* scoped */
    }
    .awr-about a{ color: #fff; text-decoration: none; }
    .awr-about a:hover{ text-decoration: underline; }
    .awr-wrap{ max-width: var(--awr-maxw); margin-inline: auto; }
		.awr-why-item strong {
			font-family: math; font-size: 20px; color: #fba90c;  text-transform: uppercase;
		}

		#awr-what {
			    padding: 125px 0 125px 0;
        background-image: linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0 / 20%)), url(/img/homepage/flooring-04.jpg);
    min-height: auto; background-position: bottom center;
    background-attachment: fixed;
		}
		#awr-what h2 {
			font-weight: 800; font-family: math; text-shadow: 1px 1px 1px #000; color: #fff;
		}
			#awr-what p {
				color: #fff;  font-family: font2;
			}
			#awr-who {
		background: linear-gradient(to right, #761a0538, #761a0538), url(/img/homepage/wg-03.png);
    background-size: 50%;
    background-color: #761a05;
    background-repeat: repeat;
			}
			
				#awr-where {
				    background-image: linear-gradient(rgb(255, 255, 255, 0), rgb(255, 255, 255, 0)), url(/img/about/about-002.jpg);
    background-size: cover; background-attachment: fixed; padding: 100px 0px;
			}
			#awr-where h2 {
			font-weight: 800; font-family: sans-serif; text-shadow: 1px 1px 1px #000; color: #fff;
		}
			#awr-where p {
				color: #000; font-family: font2;
			}
				#awr-why {
				    background: linear-gradient(to right, #fba90c3d, #fba90c3d), url(/img/homepage/wg-03.png);
    background-size: 50%;
    background-color: #fba90c;
    background-repeat: repeat;
			}
			
			
			
	@media(max-width: 991px){
		
		#awr-what {
			padding: 125px 0 125px 0;
			background-image: linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0 / 20%)), url(/img/homepage/flooring-04.jpg);
			min-height: auto;
			background-position: bottom center;
			background-attachment: fixed;
			text-align: center;
		}
		.awr-mini ul {
			margin: 6px 0 0;
			padding-left: 18px;
			color: #fff;
			font-family: font2;
			line-height: 35px;
			list-style-type: none;
		}
		
	}
    /* ===== HERO ===== */
    .awr-hero{
      position: relative;
      min-height: min(92vh, 880px);
      display: grid;
      place-items: center;
      color: var(--awr-white);
      background: var(--awr-black);
      isolation: isolate; /* keep overlay contained */
    }
    .awr-hero::before{
      content: "";
      position: absolute; inset: 0;
      /*background: url("/img/homepage/flooring-02.jpg") center/cover no-repeat;*/
      background: url("/img/homepage/hfs-about.jpg") center/cover no-repeat;
      opacity: 0.9;
      z-index: -2;
    }
    .awr-hero::after{
      /* Why: ensure text remains readable on any image */
      content: "";
      position: absolute; inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.55));
      z-index: -1;
    }
    .awr-hero-inner{ width: 100%; padding: 32px 16px; }
    .awr-hero-grid{
      display: grid;
      gap: 28px;
      grid-template-columns: 1fr;
    }
    @media (min-width: 900px){
      .awr-hero-grid{ grid-template-columns: 2fr 1fr; align-items: end; gap: 32px; }
    }
    .awr-eyebrow{ display: inline-block; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); font-weight: 700; letter-spacing: .4px; }
    .awr-hero-title{ margin: 8px 0 6px; font-weight: 900; letter-spacing: -.02em; font-size: clamp(32px, 5.5vw, 56px); line-height: 1.05;font-family: monospace; }
    .awr-hero-sub{ margin: 0; color: #e8ecf4; font-size: clamp(16px, 2.4vw, 18px); max-width: 70ch; font-family: font2; }
    .awr-cta-row{ display:flex; gap:12px; margin-top: 18px; flex-wrap: wrap; }
    .awr-btn{
      display:inline-flex; align-items:center; justify-content:center; gap:.6rem;
      padding: 12px 18px; border-radius: 12px; border: 2px solid #fff;
      background: #fba90c; color: #761a05 !important; font-weight: 800;
      box-shadow: var(--awr-shadow);
	      width: max-content;
    }
    .awr-btn--ghost{
      background: transparent; color: var(--awr-white) !important; border-color: rgba(255,255,255,.6); 
    }
    .awr-btn:focus{ outline: 3px solid rgba(245,17,19,.45); outline-offset: 2px; }
		.awr-mini i {
			font-size: 35px; padding: 10px; background: #f9cb47; color: #000; width: fit-content; border-radius: 10px; height: 55px;
		}
    /* Legend nav */
    .awr-legend{
      backdrop-filter: blur(6px);
      background: #ffffff1c;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: var(--awr-radius);
      padding: 16px;
    }
    .awr-legend h3{ margin:0 0 8px; font-size: 14px; letter-spacing:.3px; text-transform: uppercase; color:#d7dde9; }
    .awr-legend-list{
      display:flex; flex-wrap: wrap; gap:10px;
      list-style:none; margin:0; padding:0;
    }
    .awr-legend-link{
      display:inline-block; padding:8px 12px; border-radius: 999px;
      background: #761a05; color:#fff; border:1px solid rgba(255,255,255,.25);
      font-weight:700; font-size:14px;
    }
    .awr-legend-link:hover{ background: rgba(255,255,255,.18); text-decoration: none; }

    /* ===== Sections ===== */
    .awr-sec{ padding: var(--awr-sec-pad); }
    .awr-sec h2{ margin:0 0 10px; font-size: clamp(24px, 3.5vw, 36px); line-height: 1.2; letter-spacing:-.01em;  font-weight: 800;     font-family: math;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
    color: #fff; }
    .awr-sec p{ margin: 10px 0 25px;  font-size: 16px;  font-weight: 500; line-height: 30px; font-family: font2; color: #fff;}

    /* Who */
    .awr-who-grid{ display:grid; gap: 22px; grid-template-columns: 1fr; }
    @media (min-width: 900px){ .awr-who-grid{ grid-template-columns: 1.4fr 1fr; } }
    .awr-timeline{ display:flex; flex-wrap:wrap; gap:10px; margin-top:14px; }
    .awr-chip{ border:1px solid var(--awr-border); border-radius: 999px; padding:8px 12px; background:#f9cb47; font-weight:700; }

    /* What */
    .awr-card-grid{ display:grid; gap:18px; grid-template-columns: 1fr; }
    @media (min-width:700px){ .awr-card-grid{ grid-template-columns: repeat(2,1fr);} }
    @media (min-width:1000px){ .awr-card-grid{ grid-template-columns: repeat(3,1fr);} }
    .awr-mini{
      border:1px solid var(--awr-border); border-radius: var(--awr-radius);
      padding:18px; background:#761a05; box-shadow: 0 1px 3px rgba(0,0,0,.05);
      height:100%; display:flex; flex-direction:column; gap:8px;
    }
    .awr-mini h3{ margin:10px 0 0 0; font-size:25px; color: #fff; font-weight: 600; font-family: math;}
    .awr-mini ul{ margin: 6px 0 0; padding-left: 18px; color: #fff; font-family: font2; line-height: 35px;}
    
    /* Where */
    .awr-area{
      border:1px solid var(--awr-border); border-radius: var(--awr-radius); padding:18px; background:#fff;
    }
	.awr-area img {
		max-width: 125%; margin-left: -55px; padding: 25px; background: #fba90c; border-radius: 10px;
	}
    .awr-area-list{ columns: 2; column-gap: 18px; list-style: disc; margin:10px 0 0 18px; color: var(--awr-muted); }
    @media (max-width:640px){ .awr-area-list{ columns: 1; } }
		.awr-area h4 {
			font-family: math; text-transform: uppercase;
		}
		.awr-area-list li {
			font-family: font2;
		}
		
		
	@media(max-width: 991px){
		
.awr-area img {
    max-width: 100%;
    margin-left: 0;
    padding: 25px;
    background: #fba90c;
    border-radius: 10px;
}
		
	}
    /* Why */
    .awr-why-grid{ display:grid; gap:18px; grid-template-columns: 1fr; }
    @media (min-width:800px){ .awr-why-grid{ grid-template-columns: repeat(2,1fr);} }
    .awr-why-item{
      display:flex; gap:12px; align-items:flex-start;
      border:1px solid var(--awr-border); border-radius: var(--awr-radius-sm);
      padding:16px; background:#fff;
    }
	
	.awr-why-item p  {
		color: #000;
	}
    .awr-check{
      flex:0 0 auto; width:22px; height:22px; border-radius:50%;
      background: #f9cb47;
      box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);
    }

    /* CTA */
    .awr-cta-sec{
      background: #761a05;
      color:#fff;
      position: relative;
      overflow: hidden;
    }
    .awr-cta-sec::before{
      content:""; position:absolute; inset:-20%; /*background: radial-gradient(60% 60% at 50% 40%, rgba(245,17,19,.28), transparent 60%);*/
      pointer-events:none;
    }
    .awr-cta-box{
      position:relative; border:1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.06);
      border-radius: var(--awr-radius);
      padding: clamp(24px, 4vw, 36px);
      box-shadow: var(--awr-shadow);
    }
    .awr-cta-box h2{ color:#fff; font-family: math;}
    .awr-cta-actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 14px; }

    /* Utilities */
    .awr-kicker{ color: #f9cb47;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-family: math;
    text-shadow: 1px 1px 1px #000;
    font-size: 30px;
    letter-spacing: 1px; }
	
	.contact-areas {
  position: relative;
  background: url('/img/homepage/portland.jpg') center/cover no-repeat;
  padding: 100px 20px;
  text-align: center;
  color: #fff;
}
.ca-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
}
.ca-inner {
  position: relative;
  max-width: 800px;
  margin: auto;
  z-index: 1;
}
.ca-inner h2 {
  font-size: 40px; font-family: math;
  font-weight: 800;
}
.ca-inner p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.ca-grid ul {
  columns: 2;
  column-gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.ca-grid li {
  padding: 6px 0;
  font-size: 18px;
  
  
}

/**** Services Section ****/
/* ================================
   SERVICE INTRO HERO (UNIQUE)
================================ */

.svc-intro-hero {
  position: relative;
  min-height: 100vh;
  /*background-image: url('/img/homepage/flooring-installation-01.jpg');*/
  /*background-image: url('/img/services/hfs-service-bg.jpg');*/
  background-image: url('/img/services/hfs-service-bg-2.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.svc-intro-overlay {
  position: absolute;
  inset: 0;
     background: linear-gradient(to right, #0000003d, #0000003d);
}

.svc-intro-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 40px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
}

/* LEFT CONTENT */

.svc-intro-eyebrow {
  display: inline-block;
  margin-bottom: 14px; font-family: math;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fba90c;
}

.svc-intro-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15; font-family: math;
  color: #ffffff;
  margin-bottom: 22px;
}

.svc-intro-text {
  font-size: 18px;
  line-height: 1.7;
  color: #e6e6e6;
  max-width: 640px; font-family: font2;
  margin-bottom: 34px;
}

/* CTA BUTTONS */

.svc-intro-cta {
  display: flex;
  gap: 18px;
}

.svc-btn-primary {
  padding: 14px 32px;
  background: #fba90c;
  color: #761a05;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
}

.svc-btn-primary:hover {
  background: #A36D09; color: #fff;
}

.svc-btn-secondary {
  padding: 14px 32px;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
}

.svc-btn-secondary:hover {
  background: #ffffff;
  color: #000000;
}

/* RIGHT LEGEND */

.svc-intro-legend {
  background: #761a057d;
  backdrop-filter: blur(8px);
  padding: 32px;
  border-radius: 10px;
}

.svc-intro-legend h3 {
color: #fba90c;
    font-size: 25px;
    text-transform: uppercase;
    font-family: math;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 16px;
}

.svc-intro-legend ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.svc-intro-legend li {
  margin-bottom: 12px;
}

.svc-intro-legend a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  opacity: 0.85;
}

.svc-intro-legend a:hover {
  opacity: 1;
  text-decoration: underline;
}



/* ================================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
 
.svc-intro-inner {
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
    padding: 100px 24px;
}
  .svc-intro-title {
    font-size: 2rem;
  }
}


@media (max-width: 690px){
.svc-intro-inner {
    grid-template-columns:1fr;
    gap: 50px;
    padding: 100px 24px;
}
	
.svc-btn-primary {
    padding: 14px 18px;
    background: #fba90c;
    color: #761a05;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
}
.svc-intro-overlay {
    position: relative;
    inset: 0;
    background: linear-gradient(to right, #0000003d, #0000003d);
}
.svc-intro-cta {
    display: flex;
    gap: 5px;
    flex-direction: revert;
}
	
}

/* Legend sub-links */
.svc-legend-sub {
  margin-left: 14px;
  font-size: 14px;
  opacity: 0.85;
}

.svc-legend-sub a {
  font-weight: 500;
}


/* ================================
   WHY CHOOSE US — SERVICE PAGE
================================ */

.svc-why-section {
  background: #ffffff;
  padding: 100px 0;
}

.svc-why-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Header */

.svc-why-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600; font-family: math;
  color: #761a05;
}

.svc-why-title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 18px;
  color: #111111; font-family: math;
}

.svc-why-intro {
  max-width: 700px;
  font-size: 17px;
  line-height: 1.7;
  color: #555555; font-family: font2;
  margin-bottom: 60px;
}

/* Grid */

.svc-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* Item */

.svc-why-item {
  background: #fba90c1c;
  padding: 36px 32px;
  border-radius: 10px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.svc-why-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px; font-family: math;
  color: #111111;
}

.svc-why-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555; font-family: font2;
}

.svc-why-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
  background: #761a05;
}

.svc-why-item:hover h3 {
	color: #fff;
}
.svc-why-item:hover p {
	color: #fff;
}



/* ================================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .svc-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .svc-why-grid {
    grid-template-columns: 1fr;
  }

  .svc-why-title {
    font-size: 32px;
  }
}

/* ================================
   SERVICE HUB SECTION
================================ */

.svc-hub-section {
  background: #f5f5f5;
  padding: 100px 0;
}

.svc-hub-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Header */

.svc-hub-eyebrow {
  display: inline-block;
  margin-bottom: 12px; font-family: math;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fba90c; 
}

.svc-hub-title {
  font-size: 40px; font-family: math;
  font-weight: 800;
  margin-bottom: 18px;
  color: #761a05;
}

.svc-hub-intro {
  max-width: 720px;
  font-size: 17px; font-family: font2;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 60px;
}

/* Grid */

.svc-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* Card */

.svc-hub-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.svc-hub-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 50px rgba(0,0,0,0.18);
}

/* Image */

.svc-hub-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.svc-hub-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.svc-hub-card:hover .svc-hub-image img {
  transform: scale(1.06);
}

/* Content */

.svc-hub-content {
  padding: 32px 28px;
}

.svc-hub-content h3 {
  font-size: 22px;
  font-weight: 700; font-family: math;
  margin-bottom: 12px;
  color: #111111;
}

.svc-hub-content p {
  font-size: 16px; font-family: font2;
  line-height: 1.6;
  color: #555555;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .svc-hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .svc-hub-grid {
    grid-template-columns: 1fr;
  }

  .svc-hub-title {
    font-size: 32px;
  }
}

/* ================================
   INSTALLATION SERVICE SECTION
================================ */

.svc-install-section {
     background: linear-gradient(to right, #fba90c3d, #fba90c3d), url(/img/homepage/wg-03.png);
    background-size: 50%;
    background-color: #fba90c;
  padding: 110px 0;
}

.svc-install-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Image */

.svc-install-image {
  height: 520px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

/* Content */

.svc-install-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #761a05;
}

.svc-install-title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 14px;
      color: #000;
    font-family: math;
}

.svc-install-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #761a05; font-family: font2;
  margin-bottom: 26px;
}

.svc-install-text {
  font-size: 17px;
  line-height: 1.7; font-family: font2;
  color: #000;
  margin-bottom: 18px;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .svc-install-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .svc-install-image {
    height: 380px;
  }

  .svc-install-title {
    font-size: 34px;
  }
}

/* ================================
   INSTALLATION PROCESS SECTION
================================ */

.svc-install-process-section {
  background: #f5f5f5;
  padding: 110px 0;
}

.svc-install-process-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

/* Header */

.svc-install-process-eyebrow {

  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 0.12em;
  
  font-weight: 600;text-align: center;
  color: rgb(196, 41, 56);
}

.svc-install-process-title {
  font-size: 38px;
  font-weight: 800; text-align: center;
  margin-bottom: 75px; font-family: math;text-transform: uppercase;
  color: #761a05;
}

.svc-install-process-intro {
  max-width: 700px;
  font-size: 17px;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 60px;
}

/* Grid */

.svc-install-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

/* Step Card */

.svc-install-step {
  background: #ffffff;
  padding: 36px 30px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.svc-install-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

.svc-install-step-number {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: #761a05;
  margin-bottom: 14px;
}

.svc-install-step h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px; font-family: math;
  color: #111111;
}

.svc-install-step p {
  font-size: 16px;
  line-height: 1.6; font-family: font2;
  color: #555555;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .svc-install-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .svc-install-process-grid {
    grid-template-columns: 1fr;
  }

  .svc-install-process-title {
    font-size: 32px;
  }
}

/* ================================
   RESTORATION SERVICE SECTION
================================ */

.svc-restore-section {
  background: linear-gradient(to right, #761a0538, #761a0538), url(/img/homepage/wg-03.png);
    background-size: 50%;
    background-color: #761a05;
  padding: 110px 0;
}

.svc-restore-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Image */

.svc-restore-image {
  height: 520px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

/* Content */

.svc-restore-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fba90c; font-family: math;
}

.svc-restore-title {
  font-size: 40px;
  font-weight: 800; font-family: math;
  margin-bottom: 14px;
  color: #fff;
}

.svc-restore-subtitle {
  font-size: 20px;
  font-weight: 500; font-family: font2;
  color: #fba90c; font-weight: 600;
  margin-bottom: 26px;
}

.svc-restore-text {
  font-size: 17px;
  line-height: 1.7;
  color: #fff; font-family: font2;
  margin-bottom: 18px;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .svc-restore-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .svc-restore-image {
    height: 380px;
  }

  .svc-restore-title {
    font-size: 34px;
  }
}

/* ================================
   RESTORATION PROCESS SECTION
================================ */

.svc-restore-process-section {
  background: #f5f5f5;
  padding: 110px 0;
}

.svc-restore-process-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

/* Header */

.svc-restore-process-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px; font-family: math;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(196, 41, 56);
}

.svc-restore-process-title {
  font-size: 38px;
  font-weight: 800; font-family: math;
  margin-bottom: 75px; text-align: center;
  color: #111111;
}

.svc-restore-process-intro {
  max-width: 720px;
  font-size: 17px; font-family: font2;
  line-height: 1.7;
  color: #555555; 
  margin-bottom: 60px;
}

/* Grid */

.svc-restore-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

/* Step */

.svc-restore-step {
  background: #ffffff;
  padding: 36px 30px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.svc-restore-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

.svc-restore-step-number {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: #761a05;
  margin-bottom: 14px;
}

.svc-restore-step h3 {
  font-size: 25px;
  font-weight: 700; font-family: math;
  margin-bottom: 10px;
  color: #111111;
}

.svc-restore-step p {
  font-size: 16px;
  line-height: 1.6; font-family: font2;
  color: #555555;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .svc-restore-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .svc-restore-process-grid {
    grid-template-columns: 1fr;
  }

  .svc-restore-process-title {
    font-size: 32px;
  }
}

/* ================================
   REFINISHING SERVICE SECTION
================================ */

.svc-refinish-section {
      background: linear-gradient(to right, #fba90c3d, #fba90c3d), url(/img/homepage/wg-03.png);
    background-size: 50%;
    background-color: #fba90c;
  padding: 110px 0;
}

.svc-refinish-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Image */

.svc-refinish-image {
  height: 520px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

/* Content */

.svc-refinish-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #761a05;
}

.svc-refinish-title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #111111; font-family: math;
}

.svc-refinish-subtitle {
  font-size: 20px;
  font-weight: 500; font-family: math;
  color: #761a05;
  margin-bottom: 26px;
}

.svc-refinish-text {
  font-size: 17px;
  line-height: 1.7;
  color: #000; font-family: font2;
  margin-bottom: 18px;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .svc-refinish-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .svc-refinish-image {
    height: 380px;
  }

  .svc-refinish-title {
    font-size: 34px;
  }
}


/* ================================
   REFINISHING PROCESS SECTION
================================ */

.svc-refinish-process-section {
  background: #f5f5f5;
  padding: 110px 0;
}

.svc-refinish-process-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

/* Header */

.svc-refinish-process-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(196, 41, 56);
}

.svc-refinish-process-title {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 75px; font-family: math;
  color: #111111; text-align: center;
}

.svc-refinish-process-intro {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 60px;
}

/* Grid */

.svc-refinish-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

/* Step Card */

.svc-refinish-step {
  background: #ffffff;
  padding: 36px 30px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.svc-refinish-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

.svc-refinish-step-number {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: #761a05;
  margin-bottom: 14px;
}

.svc-refinish-step h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111111; font-family: math;
}

.svc-refinish-step p {
  font-size: 16px;
  line-height: 1.6; font-family: font2;
  color: #555555;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .svc-refinish-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .svc-refinish-process-grid {
    grid-template-columns: 1fr;
  }

  .svc-refinish-process-title {
    font-size: 32px;
  }
}



/**** Gallery Section ****/
.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);
}

/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Contact Section ****/
/* ================================
   CONTACT HERO
================================ */

.contact-hero {
  min-height: 85vh;
  /*background-image: url('/img/homepage/flooring-01.jpg');*/
  background-image: url('/img/services/hfs-contact-bg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.45)
  );
}

.contact-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 100%;
  padding: 140px 40px;
  color: #ffffff;

  /* NEW */
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.contact-hero-eyebrow {
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600; font-family: math;
  color: #fba90c;
}

.contact-hero-title {
  font-size: 46px;
  font-weight: 800; font-family: math;
  margin: 18px 0;
}

.contact-hero-text {
  max-width: 680px;
  font-size: 18px;
  line-height: 1.7; font-family: font2;
  margin-bottom: 32px;
}

.contact-btn-primary {
  padding: 14px 32px;
  background: #761a05;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
}

@media (max-width: 690px){
.contact-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 100%;
    padding: 80px 40px;
    color: #ffffff;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.contact-hero {
    min-height: 101vh;
    /* background-image: url('/img/homepage/flooring-01.jpg'); */
    background-image: url('/img/services/hfs-contact-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-btn-primary {
    padding: 14px 32px;
    background: #761a05;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    display: inline-flex;
}


}

/* ================================
   CONTACT FLIP CARDS
================================ */

.contact-services {
  background: #f5f5f5;
  padding: 100px 0;
}

.contact-services-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.contact-services-eyebrow {
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase; font-family: math;
  font-weight: 600; text-align: center;
  color: #761a05;
}

.contact-services-title {
  font-size: 38px;
  font-weight: 800; text-align: center; font-family: math;
  margin: 14px 0 60px;
}

.contact-flip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* Card */

.contact-flip-card {
  perspective: 1200px;
}

.contact-flip-inner {
  position: relative;
  height: 300px;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.contact-flip-card:hover .contact-flip-inner {
  transform: rotateY(180deg);
}

/* Front / Back */

.contact-flip-front,
.contact-flip-back {
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  backface-visibility: hidden;
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-flip-front i {
  font-size: 42px;
  color: #761a05;
  margin-bottom: 16px;
}

.contact-flip-front h3 {
  font-size: 22px; font-family: math;
}

.contact-flip-back {
  transform: rotateY(180deg); background: #761a05;
}

.contact-flip-back h3 {
  margin-bottom: 14px; font-family: math; color: #fff;
}

.contact-flip-back ul {
  padding-left: 18px; font-family: font2; line-height: 35px; color: #fff;
}


@media (max-width: 991px){
	.contact-flip-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}
}


/**** Testimonials Section ****/
.testimonials {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}


/**** Sections On Every Page ****/
.contact-section {
	padding: 150px 0 150px 0;
    background: linear-gradient(to right, #fba90c3d, #fba90c3d), url(/img/homepage/wg-03.png);
    background-size: 50%;
    background-color: #fba90c; text-align: center;
}

.contact-section .contact-content {
	padding: 35px; border-radius: 7px; background: #fff;     box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
}

.contact-section h2 {
	font-family: math; font-size: 35px; text-transform: uppercase; margin-bottom: 15px; color: #761a05; text-align: center;
}

.contact-section h3 {
	font-size: 1.5rem; font-family: font2; font-weight: 800;  color: rgb(12,12,12); text-decoration: none; line-height: 20px;
}

.contact-section h3 strong {
	color: #761a05; 	font-size: 2rem; text-transform: uppercase; font-family: math;
}

.contact-section p {
	font-family: font2; font-size: 17px; line-height: 35px;
}

.contact-section a {
	text-decoration: none;
}

/* ===============================
   ESTIMATE CTA SECTION
================================ */

.estimate-cta {
  background-position: center bottom !important;
  background-repeat: no-repeat;
  padding: 175px 0;
  /*background: linear-gradient(to right, #00000069, #00000069), url(/img/homepage/flooring-03.jpg);*/
  background: linear-gradient(to right, #00000069, #00000069), url(/img/homepage/ready-hfs.jpg);
    background-size: cover;
    height: 100%;
    background-color: #fff;
  position: relative;
}
.bg-v2{
  background: linear-gradient(to right, #00000069, #00000069), url(/img/services/hfs-start.jpg);

    background-size: cover;

}
.estimate-overlay {
/*  background: #761a0596;*/
  width: 100%;
  height: 100%; padding: 50px;
}

.estimate-content {
  max-width: 780px;
  color: #ffffff;
}

.estimate-content h2 {
  font-size: 40px;
  font-weight: 800; font-family: math;
  margin-bottom: 20px; text-transform: uppercase;
}

.estimate-content p {
  font-size: 18px;
  line-height: 1.7; font-family: font2;
  margin-bottom: 35px;
  color: #e6e6e6;
}

/* Buttons */
.estimate-buttons a {
  display: inline-block;
  padding: 14px 30px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  margin-right: 15px;
}

.estimate-cta .btn-primary {
  background: #761a05;
  color: #ffffff;
}

.estimate-cta .btn-primary:hover {
  background: rgb(251, 169, 12);
}

.estimate-cta .btn-secondary {
  background: #fba90c;
  border: 2px solid #ffffff;
  color: #761a05;
}

.estimate-cta .btn-secondary:hover {
  background: #761a05;
  color: #fff;
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 991px) {
  .estimate-cta {
    padding: 90px 0;
	text-align:center;
  }

  .estimate-content h2 {
    font-size: 32px;
  }

  .estimate-buttons a {
    display: block;
    margin-bottom: 15px;
  }
}


/* ========================================== */
/* === Misc. Section ======================== */
/* ========================================== */

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

/**** Default Classes ****/
body {
	font-family: 'Montserrat', sans-serif;
}
body#barbajs {
	visibility: visible;
}

.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;
}
.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; width: 50px; height: 50px; position: fixed; top: 100%; right: 30px; z-index: 99; border: none; outline: none; background-color: #000000; color: #ffffff; cursor: pointer; font-size: 14px; padding-top: 0; border-radius: 0px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
	background-color: #424242; color: #fff;
}

/**** Gallery Function Section ****/
#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;
}

.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 Function ****/
.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 Section ======================= */
/* ========================================== */
.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: #fff; font-size: 18px; font-weight: 400;
}
.footer-section .h-card {
	text-align: center;
}
.footer-section .upper-footer {
    text-align: center;
  /*  background: linear-gradient(to right, #fba90c3d, #fba90c3d), url(/img/homepage/wg-03.png);*/
    background-size: 50%;	padding: 50px;
    background-color: #fba90c; margin-bottom: 50px;
}

.footer-section .upper-footer img {

}

.footer-section .footer-legend {
	    /*padding: 35px 15px 35px 15px;*/ padding-bottom: 25px;
    background: #fba90c; position: relative; left: -25%;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 2px #444;
    color: #fff;
    text-shadow: 1px 1px 15px #000;
}
.footer-section .footer-legend h4 {
	font-size: 25px; text-shadow: none; font-weight: 600; background: #761a05; color: #fff; padding: 15px;border-radius: 10px;
	border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;
}

.footer-section p {
 font-size: 15px; font-family: 'font2';
}
.footer-section a {
	color: inherit; 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 {
	font-size:18px; line-height: 35px; font-family: math; font-weight: 500; text-transform: uppercase; padding-left: 35px; color:#761a05;
}
.service-cities h5:hover {
	color: #761a05; text-shadow: none; font-weight: 600;
}
.service-cities h4 {
	font-size: 30px; font-family: math; font-weight: 500;  color: #761a05; text-transform: uppercase;
}
.service-cities h3 {
	font-size: 35px; font-family: math; font-weight: 500; color: #761a05; text-transform: uppercase;
}
.bottom-footer {
	padding: 25px 0px 15px 0px;     background: linear-gradient(to right, #761a0538, #761a0538), url(/img/homepage/wg-03.png);
    background-size: 50%;
    background-color: #761a05; margin-top: 50px;
}
.bottom-footer a {
	color: #fff;
}
.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: #0a0a0a; text-decoration: none !important; color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: #000;
}





/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1550px) {
	
.top-header {
    position: fixed;
    width: 100%;
    padding: 10px 0 10px 0;
    background: linear-gradient(90deg, rgba(251, 169, 12, 1) 41.2%, rgba(255, 255, 255, 1) 31.2%);
    z-index: 3;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
    border-top: 2px solid #761a05;
    border-right: 10px solid #761a05;
}
.top-header img {
    margin-top: 4px;
    padding: 0;
    background: #FBA90C;
    margin-bottom: 0;
    margin-left: 0;
    border-bottom-right-radius: 0;
	    top: 10px;
}
.navbar-scroll {
    padding: 115px 0 0;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
    border-bottom: 5px solid #761a05;
    border-right: 10px solid #761a05;
}
.navbar-collapse ul {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
	/*** Don't place anything here, unless absolutely necessary ***/
}
/* === Sm. Laptop CSS Section ================= */
@media screen and (max-width: 1024px) {
	
}
 
/* === Mobile CSS Section ===================== */
@media screen and (max-width: 991px) {
.top-header img {
    margin-top: 4px;
    padding: 10px;
    background: #FBA90C;
    margin-bottom: 0;
    margin-left: 0;
    border-bottom-right-radius: 0;
	        max-width: 190px;
    position: relative;
    top: 0;
}

.top-header i {
    width: 35px;
    height: 35px;
    margin: 0px 5px 0px 5px;
    background: #fba90c;
    padding: 10px 10px 10px 11px;
    border-radius: 35px;
    color: #761a05;
	transition: 0.3s;
}


/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 10px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
}
.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;
}
.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;
}
.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);
}
.top-header {
	background: white; display: none;
	border-top: 0px solid #761a05;
    border-right: 0px solid #761a05;
}
.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;
}

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile {
	position: relative; display: none; top: 0; 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: rgb(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform: scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 1.3em; font-family: 'Raleway'; text-align: center;
}
.navbar-sidebar {
	padding-top: 84px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 3; overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition: margin-left .4s;
}
.modal {
	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}
.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
	width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0;
	
	    color: #761a05;
		font-family: math;
		font-size:1.2rem;
}
.nav-link{
		font-size:1.2rem;

	    color: #761a05;
		font-family: math; 
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/**** Home Section ****/
.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;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.home1 {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font2'; font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify; color: rgb(150,150,150);
}
.home1 span {
	color: rgb(83,82,82);
}

/**** About Section ****/


/**** Services Section ****/


/**** Gallery Section ****/
.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);
}

/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Testimonials Section ****/
.testimonials {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}

/**** Contact Section ****/


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h3 {
	font-size: 1.4rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
	    line-height: 35px;
}

/**** Footer Section ****/
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color:black;
}
.service-cities a {
	font-size: 18px; line-height: 10px; color: black;
}
.footer-section .footer-legend {
    /* padding: 35px 15px 35px 15px; */
    padding-bottom: 25px;
    background: #fba90c;
    position: relative;
    left: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 2px #444;
    color: #fff;
    text-shadow: 1px 1px 15px #000;
    margin-bottom: 30px;
}
.service-cities h5 {
    font-size: 18px;
    line-height: 35px;
    font-family: math;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 0;
    color: #761a05;
}
.bottom-footer div[class*='col-']:nth-child(3) {
    display: flex;
    justify-content: center;
    font-size: 14px;
}
/**** Misc. Section ****/
 
.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;
}
.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;
}

}
/* === Sm. Mobile CSS Section ================= */
@media screen and (max-width: 375px) {

}