/* ========================================== */
/* === 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: 'font1';
	src:url('../fonts/LEMONMILK-Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font11';
	src:url('../fonts/LEMONMILK-Regular.otf') format('opentype');
	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-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 ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; z-index: 1; padding: 10px 0 10px 0;     background: linear-gradient(to right, #ffffff96, #ffffff96), url(/img/homepage/wood-5.png);
    background-size: cover;
    background-color: #fff;
    background-repeat: repeat;	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: transparent;
}
.top-header div[class*='col-']:nth-child(2) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(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: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px 9px 15px; background: transparent; font-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(4) a:hover {
	color: rgb(120,120,120);
}
.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: rgb(196,41,56); border-radius:100px;	height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(196,41,56,0.8);	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;
}
.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 {
	background: rgb(255,255,255);
}
.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: 95px 0 0; position: fixed; background: #48413c; 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 28px; padding: 6px 0px; font-weight: 900; font-size: 18px; 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(196,41,56);
}
.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);
}

.showcase {
    position: relative;
    height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	
	background: linear-gradient(0deg, #00000000 25%, #0000000d 90%), url(/img/homepage/ad-home-slider.jpg) top right no-repeat;
	background-position: 50% 50%;
	
}

.background-video {
    width: 100%;
    height: 900px;
    overflow: hidden;
    object-fit: cover;
}
.video-overlay {
/*	    position: relative;
    padding: 200px 100px 100px 100px;
    margin-top: -895px;
    width: 100%; height: 900px;*/
        position: absolute;
        padding: 50px 10px 50px 10px;
        background: #ffffff00;
        margin-top: -0;
        margin-bottom: 0;
        width: 100%;
        top: 25%;
    
}
.video-overlay .row {
	--bs-gutter-x: 0;
}
.video-overlay h1 {
	font-family: font1; font-size: 45px; color: #b88d64; font-weight: 600; text-align: center; letter-spacing: 2px; text-shadow: 1px 1px 1px #000;
}
.video-overlay h1 span {
	font-size: 20px; font-family: font11; font-weight: 600; color: #282828; letter-spacing: 1px; text-shadow: none;
}
.video-overlay h1 i {
	font-family: font4; letter-spacing: 3px; font-weight: 500; font-size: 40px; color: #736c45;
}
.video-overlay h3 {
	font-family: font4;
    letter-spacing: 1px; position: relative; left: 20%;
    font-size: 20px; font-weight: 600;
    text-transform: uppercase;
    color: #282828;
}
.video-overlay h3 span {
	color: #b88d64;
}
.video-overlay h4 {
	padding: 35px; border-radius: 10px; color: #fff; font-size: 20px; letter-spacing: 2px; width: fit-content;
	background: #b88d64; text-align: center; font-family: font11; font-weight: 600; text-transform: uppercase;
}

.video-overlay a {
	width:auto;     display: inline-block;
}

.video-overlay h4:hover {
	box-shadow: 0px 0px 0px 15px #b88d64;  border-radius: 0px;
}
.video-overlay .boxer1 {
	padding: 25px; background: #ffffff9c; border-radius: 10px;
}
.video-overlay .boxer2 {
	padding: 15px; 
}
.home1 {
	padding: 75px 0 75px 0; background: rgb(245,245,245); text-align: center;
}
.home1 .pad {
	padding: 50px;
}
.home1 .pad2 {
	padding: 50px; border-right: 2px solid #b88d64; border-left: 2px solid #b88d64;
}
.home1 h2 {
	font-family: 'font1'; font-size: 23px;font-weight: 500; color: #b88d64;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; color: rgb(150,150,150); line-height: 35px;
}
.home1 span {
	color: rgb(83,82,82);
}

.home-intro {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/wood-5.png);
    background-size: cover;
    background-color: #fff;
    background-repeat: repeat;
    background-attachment: fixed;
}

.home-intro .container {
	background: #fff; padding: 0px;
}


.home-intro .intro-content {
	padding: 100px 25px 100px 25px;
}

.intro-image {
  position: relative;
  height: 100%;
  background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-26.jpeg);
  background-size: cover;
  background-position: center;
  padding: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-image .tab-content {
    display: none;
    position: absolute;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/wood-5.png);
    background-size: cover;
    background-color: #fff;
    background-repeat: repeat;
    background-attachment: fixed;
    padding: 70px 25px 25px 25px;
    top: 60%;
    color: #48413c;
    max-width: 100%;
    text-align: left;
    animation: fadeIn 0.4s ease;;
}

.intro-image .tab-content.active {
  display: block;
}

.intro-image .tab-content h3 {
  font-family: font1;
  font-size: 22px;
  margin-bottom: 10px;
}

.intro-image .tab-content p {
  font-family: font2;
  font-size: 17px;
  line-height: 35px; font-weight: 600;
}

.intro-image .tab-content li {
	font-family: font2; font-size: 15px; line-height: 30px; color: #000;
}

/* Optional: Animate */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}

.tab-trigger.active {
  background: #b88d64;
  color: #fff;
}

.home-intro .process {
	padding: 20px 15px 10px 15px; background: #efe9e0; 
}

.home-intro .process .row {
	--bs-gutter-x: .5rem;
}

.home-intro h2 {
	font-family: font1; font-size: 25px; color: #48413c; line-height: 45px;
}
.home-intro h2 span {
	color: #b88d64; font-size: 35px; text-shadow: 1px 1px 1px #000; font-family: font11;letter-spacing: 1px;
}
.home-intro h4 {
	font-family: font1; font-size: 16px; padding: 15px; background: #48413c; color: #fff; letter-spacing: 1px; cursor: pointer;
}

.home-intro i {
	font-size: 35px; padding: 10px; color: #fff;
}

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

.home-services {
	padding: 150px 0px 150px 0px; 
}
.home-services .service-card {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/wood-5.png);
    background-size: cover; position: relative; left: 15%; border-radius: 5px;
    background-color: #fff;max-width: 75%;
    background-repeat: repeat; margin-bottom: 75px;
    background-attachment: fixed;
	height: 100%;
	
		display: flex;
	flex-direction: column;
	justify-content: center; 

	
}

.home-services .service-card:hover {
	box-shadow: 1px 1px 10px 1px #000; background-color: #48413c; color: #fff;
}

.home-services h3 {
	font-family: font11; padding: 15px; text-align: center;
}

.home-services p {
	font-family: font2; font-size: 17px; line-height: 35px; padding: 25px; text-align: center; font-weight: 600;
}

.home-services .service-card img {
	
}

.home-choose {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/wood-5.png);
    background-size: cover; padding: 50px 0px 100px 0px;
    background-color: #fff;
    background-repeat: repeat;
    background-attachment: fixed;
}

.home-choose .choose-card {
    padding: 50px 15px 35px 15px;
    background: #48413c87;
    border-radius: 5px;
    margin-top: 75px;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-choose .choose-card:hover {
	background: #48413c; box-shadow: 0px 0px 0px 3px #fff; transition: 1.5s; cursor: pointer;
}

.home-choose .choose-card p {
	font-size: 15px; line-height: 30px;
}

.home-choose h2 {
	font-family: font1; font-size: 20px; letter-spacing: 1px; text-align: center; line-height: 50px;
}

.home-choose h2 span {
	font-family: font11; font-size: 30px; font-weight: 600;
}

.home-choose h3 {
	font-family: font1; font-size: 20px; text-align: center;
}

.home-choose p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center; font-weight: 600;
}

.home-faq {
	
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/wood-5.png);
    background-size: cover; 
    background-color: #fff; padding: 100px 0px 100px 0px;
    background-repeat: repeat;
    background-attachment: fixed;
}

.home-faq .container {
	padding: 0px 25px 0px 0px; background: #fff; box-shadow: -25px -25px 0px 0px #48413c; border: 5px solid #b88d64;
}
.home-faq .faq-image {
	height: 980px; 	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-3.jpeg);
    background-size: cover; background-position: center;
}

.log-faq {
  max-width: 800px;
  margin: 40px auto;
  
}
.log-faq h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #b88d64; font-family: font11;
}
.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.faq-question {
  background: none;
  border: none; font-family: font2;font-weight: 600;
  color: #48413c;
  font-size: 20px;
  text-align: left;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  outline: none;
  transition: color 0.3s;
}
.faq-question:hover,
.faq-question.active {
  color: #b88d64;
}
.faq-answer {
  display: none;
  padding: 10px 0 0;
  font-size: 15px;
  color: #333;
}
.faq-answer ul {
  margin-top: 5px; 
  padding-left: 20px;font-family: font2;
}
.faq-answer ul li {
  margin-bottom: 5px; font-weight: 600; color: #48413c;
}


.home-transform {
	padding: 150px 0px 150px 0px;
	background: linear-gradient(to right, #ffffffa1, #ffffffa1), url(/img/homepage/ad-14.jpg);
    background-size: cover; background-position: center; background-attachment: fixed;
}

.home-transform .bawks {
	padding: 100px; 	background: linear-gradient(to right, #b88d64a3, #b88d64a3), url(/img/homepage/wood-5.png);
    background-size: cover;  color: #fff; background-color: #fff9;
    background-repeat: repeat; text-align: center;
    background-attachment: fixed; border-radius: 10px;
}

.home-transform h3 {
	font-family: font1; font-size: 20px; letter-spacing: 1px; line-height: 50px; text-shadow: 1px 1px 1px #000;
}
.home-transform h3 span {
	font-family: font11; font-size: 35px;
}
.home-transform p {
	font-family: font2; font-size: 17px; line-height: 35px; font-weight: 600; margin: 0px 75px 0px 75px; text-shadow: none;
}

.home-transform mark {
	padding: 25px; border-radius: 5px; font-family: font1; letter-spacing: 1px; font-size: 17px; text-align: center; color: #fff; background: #48413c;
}



/**** Services Section ****/
.log-intro {
	padding: 150px 100px 150px 100px;     background-image: linear-gradient(#245695eb, #245695a8), url(/img/homepage/tr-1.png); color: #fff;
}

.log-intro h1 {
	font-family: font11; font-size: 45px; letter-spacing: 1px;
}
.log-intro h2 {
	font-family: font11; font-size: 25px; padding: 10px; text-align: center; color:#48413c;
	
	transition: 0.4s;
}
.log-intro h2:hover {
	color: #fff; background: #48413c; border-radius: 10px; font-weight: 600;
}
.log-intro  p {
	font-family: font2; font-size: 17px; line-height: 35px;
}

.log-intro .intro-content {
}
.log-intro .intro-legend {
	background: #fff; padding: 25px; border-radius: 15px;
}

.log-restore-bg{
	background-image: linear-gradient(#000000b5, #00000082), url(/img/services/log-restore-bg.jpg);
	background-size:cover; 
}
.log-restore-side{
    background-image: linear-gradient(#00000061, #00000042), url(/img/services/log-restore-side.jpg);
    height: 100%;
    background-position: 50% 50%;
}




.log-repair-bg{
	background-image: linear-gradient(#00000061, #00000042), url(/img/services/log-repair-bg.jpg);
	background-size:cover; 
	
}
.log-repair-side{
    background-image: linear-gradient(#00000061, #00000042), url(/img/services/log-repair-side.jpg);
    height: 100%;
    background-position: 50% 50%;
}



.log-maintenance-bg{
	background-image: linear-gradient(#000000b5, #00000082), url(/img/services/log-maintain-bg.jpg);
	background-size: cover;
	

}
.log-maintenance-side{
    background-image: linear-gradient(#00000061, #00000042), url(/img/services/log-maintain-side.jpg);
    height: 100%;
    background-position: 50% 50%;
}


.log-hub {
	position: relative; padding: 100px 0px 100px 0px; background: #f5f5f5;
}

.log-hub .link-card {
	background: #fff; border: 2px solid #245695; height: auto; position: relative; height: 650px; margin: 25px 0px 25px 0px;
}
.log-hub .link-card img {
	height: 325px; width: 100%;
}
.log-hub .link-card:hover {
	 background: #245695; color: #fff;
}

.log-hub .link-card:hover h2 {
	color: #fff;
}

.log-hub .link-card:hover p {
	color: #fff;
}

.log-hub .link-card:hover mark {
	display: block;
}
.log-hub h2 {
	font-family: font11; text-align: center; padding: 15px 0px 15px 0px; color: #245695;
}

.log-hub  p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center; margin: 0px 50px 0px 50px; 
}

.log-hub a {
	color: inherit;
}

.log-hub mark {
    padding: 15px;
    text-align: center;
    font-family: font2;
    color: #fff;
    background: #b2985b;
    display: none;
    font-weight: 600;
    position: absolute;
    width: 100%;
    font-size: 20px;
    bottom: 0;
}
.log-body ul{
    list-style-type:none;
	padding: 0;
}
.log-body ul li p{
    font-size: 1.35rem;

}

.log-body {
	position: relative;background-image: linear-gradient(#ffffffb0, #ffffffb0), url(/img/homepage/tr-1.png);
    background-size: cover;
}

.log-body .container-fluid {
	padding: 0px;
}
.log-body h1 {
	font-family: font11; font-size: 35px; letter-spacing: 1px; color: #48413c; margin-bottom: 15px;
}
.log-body h3 {
	font-family: font11; font-size: 35px; letter-spacing: 1px; color: #48413c; margin-bottom: 15px;
}
.log-body p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.log-body p i {
	color: #7c5b0f; font-family: font2;
}
.log-body .residential-roofing-content {
	padding: 125px 50px 125px 50px;
}
 


 
.log-cards {
	padding: 100px 10px;
	background-image: linear-gradient(#fcfcfcde, #fcfcfcde), url(/img/homepage/roof-shingle-1.jpg);
    background-size: cover; background-position: center center; background-attachment: fixed;
}

.log-cards .cardy {
	padding: 25px; background:#48413c; border-radius: 15px; margin: 25px 35px 25px 35px; color: #fff;    height: 370px;
	display:flex;
	flex-direction: column;
	justify-content: center; 

	transition: 0.3s;
	
}

.log-cards .cardy:hover {
	background: #b2985b; box-shadow: 1px 1px 10px 1px #000;   
}
.log-cards h2 {
	font-family: font11; font-size: 2.7rem; letter-spacing: 1px; text-align: center;
}
.log-cards h3 {
	font-family: font11; font-size: 25px; letter-spacing: 1px; text-align: center;
}

.log-cards p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center;
}



.log-choose {
	padding: 100px;background-image: linear-gradient(#b2985b17, #b2985b17), url(/img/homepage/tr-1.png);
    background-size: cover;
}
.log-choose ul{
    list-style-type:none; 
}
.log-choose h2 {
	font-family: font11; font-size: 35px; letter-spacing: 1px; text-align: center;
}
.log-choose h2 span {
	color: #48413c; font-weight: 600;
}
.log-choose p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center;
}
.log-choose mark {
	padding: 15px; border-radius: 5px; font-family: font2; font-size: 20px; text-align: center; color: #fff; background: #48413c;
	transition: 0.3s; 
}
.log-choose mark:hover {
	background: #fff; color: #48413c; box-shadow: 0px 0px 0px 2px #245695; font-weight: 600;
}

@media (max-width: 991px){
	
.log-intro {
    padding: 60px 10px 60px 10px;
    color: #fff;
}

.log-intro h1 {
    font-family: font11;
    font-size: 2rem;
    letter-spacing: 1px;
}
.log-cards .cardy {
    padding: 25px;
    background: #48413c;
    border-radius: 15px;
    margin: 25px 15px 25px 15px;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
}


.log-choose {
    padding: 60px 10px 60px 10px;
    background-image: linear-gradient(#b2985b17, #b2985b17), url(/img/homepage/tr-1.png);
    background-size: cover;
}

.log-choose ul {
    list-style-type: none;
	padding: 0;
}
.log-choose mark {
    padding: 15px;
    border-radius: 5px;
    font-family: font2;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #48413c;
    transition: 0.3s;
    display: inline-flex;
}

}




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

.about-intro {
	 background: linear-gradient(to right, #000000b5, #000000b5), url(/img/homepage/ad-23.jpeg) no-repeat;
    background-size: cover; padding: 	150px;
    height: 100%; background-color: #fff; border-left: 10px solid #48413c;  border-right: 10px solid #48413c;
    background-position: center center;
}
.about-intro .bawks {
	text-align: center; padding: 100px; border: 5px solid #fff; color: #fff; background: #151c24b8;
}
.about-intro h1 {
	font-family: font1; font-size: 30px;
}
.about-intro h1 span {
	font-family: font11; font-size: 45px; color: #48413c; text-shadow: 1px 1px 1px #000;
}
.about-intro p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.about-history {
		 background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/wood-5.png) no-repeat;
    background-size: cover; padding: 50px 0px 50px 0px;
    height: 100%; background-color: #b88d64; color: #fff;
    background-position: center center;
}
.about-history .boarder {
	border-right: 5px solid #fff;
}
.about-history h2 {
	font-family: font11; font-size: 50px; text-align: center; margin-top: 25px;
}
.about-history p {
	font-family: font2; font-size: 17px; line-height: 35px; margin-left: 100px; margin-right: -100px; margin-top: 50px;
}
.about-benefits {
	padding: 100px; background: #f9f9f9; border-left: 10px solid #48413c;  border-right: 10px solid #48413c;  border-bottom: 10px solid #48413c;
}
.about-benefits .sq {
	padding: 25px; border: 2px dashed #48413c; margin: 15px 0px 15px 0px;
}
.about-benefits .sq p {
	font-size: 15px; line-height: 30px; text-align: left;
}
.about-benefits h3 {
	font-family: font11; font-size: 35px; text-align: center;
}
.about-benefits h4 {
	font-family: font1;
}
.about-benefits p {
	font-family: font2; line-height: 35px; font-size: 17px; text-align: center;
}
.about-benefits i {
	font-size: 35px; color: #7C726B;
}
.about-benefits img {
	box-shadow: 15px -15px 0px 0px #151c24;
}

/**** Services Section ****/
.service-intro {
	 background: linear-gradient(to right, #000000b5, #000000b5), url(/img/homepage/ad-15.jpeg) no-repeat;
    background-size: cover; padding: 	150px 40px;
    height: 100%; background-color: #fff; 
    background-position: center center;
}

.service-intro h1 {
	font-family: font11; font-size: 30px; color: #48413c;
}

.service-intro h3 {
	font-family: font1; font-size: 1rem; line-height: 50px; color: #fff;
}

.service-intro p {
	font-family: font2; font-size: 17px; line-height: 35px; font-weight: 600;
}

.service-intro .intro-content {
	padding: 100px 50px; background: #fff9;
}

.service-intro .intro-legend {
	padding: 25px 15px 25px 15px; background: #d39a6499; height: 100%;
}

.service-intro  .row {
	    --bs-gutter-x: 0;
}

.service-steps {
	padding: 150px 100px 150px 100px; 	background: linear-gradient(to right, #b88d64a3, #b88d64a3), url(/img/homepage/wood-5.png);
    background-size: cover;  color: #fff; background-color: #fff9;
    background-repeat: repeat; text-align: center;
    background-attachment: fixed;
}

.service-steps .step {
	padding: 25px; border: 2px dashed #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-steps h3 {
	font-family: font1; font-size: 16px; font-weight: 600; letter-spacing: 1px;
}

.service-steps p {
	font-family: font2; font-size: 15px; line-height: 30px; font-weight: 500;
}


.service-body {
 	background: linear-gradient(to right, #b88d64a3, #b88d64a3), url(/img/homepage/wood-5.png);
    background-size: cover;  background-color: #fff9;
    background-repeat: repeat; 
    background-attachment: fixed;
}

.service-body h2 {
	font-family: font11; font-size: 25px;
}

.service-body p {
	font-family: font2; font-size: 17px; line-height: 35px; font-weight: 600;
}

.service-body .repair-content {
	padding: 100px 15px 100px 30px;
}

.service-body .repair-image {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-21.jpeg);
    background-size: cover; background-position: center; height: 100%;
}


.service-body .restoration-content {
	padding: 100px 30px 100px 15px;
}

.service-body .restoration-image {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-15.jpeg);
    background-size: cover; background-position: center; height: 100%;
}

.service-body .renovation-content {
	padding: 100px 15px 100px 30px;
}

.service-body .renovation-image {
	/*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-17.jpg);*/
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-18a.jpg);
    background-size: cover; background-position: center; height: 100%;
}

.service-body .chinking-content {
	padding: 100px 30px 100px 15px;
}

.service-body .chinking-image {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-6.jpeg);
    background-size: cover; background-position: center; height: 100%;
}

.service-body .media-blasting-content {
	padding: 100px 15px 100px 30px;
}

.service-body .media-blasting-image {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-28.jpeg);
    background-size: cover; background-position: center; height: 100%;
}
.service-body .media-maintenance {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/section-1/ad-25.jpg);
    background-size: cover; background-position: center; height: 100%;
}
.service-body .staining-content {
	padding: 100px 30px 100px 15px;
}

.service-body .staining-image {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-20.jpeg);
    background-size: cover; background-position: center; height: 100%;
}

.service-body .container {
	padding: 0px; background: #fff; 
}
.service-body .more-info-cta{
	
	
}



.service-body .more-info-cta  {
    padding: 15px;
    border-radius: 5px;
    font-family: font2;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #48413c;
    transition: 0.3s;
    display: inline-flex;
}

.service-body .more-info-cta:hover {
    background: #fff;
    color: #48413c;
    box-shadow: 0px 0px 0px 2px #245695;
    font-weight: 600;
}
/**** 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 {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area{
	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);
}
/**** Oregon Log Home Service Area Page Revamp ****/

.area {
	position: relative;
	padding: 90px 0;
	background:
		radial-gradient(circle at top left, rgba(196,41,56,0.08), transparent 35%),
		linear-gradient(135deg, rgb(255,255,255) 0%, rgb(246,246,246) 100%);
	overflow: hidden;
}

.area.area-alt {
	background:
		radial-gradient(circle at bottom right, rgba(196,41,56,0.08), transparent 35%),
		linear-gradient(135deg, rgb(245,245,245) 0%, rgb(255,255,255) 100%);
}

.area-hero {
	padding-top: 150px;
}

.area .row {
	row-gap: 35px;
}

.area-content-card,
.area-final-card {
	padding: 38px;
	background: rgba(255,255,255,0.92);
	border: 1px solid rgba(12,12,12,0.08);
	border-left: 7px solid #48413c;
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(12,12,12,0.1);
}

.area-eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 13px;
	font-family: font2;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #48413c;
}
.area h1 {
	font-size: clamp(3rem, 4vw, 3rem);
	line-height: 1.1;
	font-family: font2;
	font-weight: 900;
	color: #48413c;
	margin-bottom: 18px;
	position: relative;
	padding-bottom: 16px;
}

.area h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 4px;
	background: #48413c;
	border-radius: 30px;
}
.area h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.1;
	font-family: font2;
	font-weight: 900;
	color: #48413c;
	margin-bottom: 18px;
	position: relative;
	padding-bottom: 16px;
}

.area h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 4px;
	background: #48413c;
	border-radius: 30px;
}

.area h3 {
	font-size: 1.25rem;
	font-family: font2;
	font-weight: 900;
	color: #48413c;
	margin-bottom: 12px;
}

.area h4 {
	font-size: 1.1rem;
	line-height: 1.6;
	font-family: font2;
	font-weight: 800;
	color: rgb(75,75,75);
	margin-bottom: 20px;
}

.area p {
	font-size: 17px;
	line-height: 1.8;
	text-align: justify;
	color: rgb(35,35,35);
	margin-bottom: 18px;
}

.area iframe {
	width: 100%;
	min-height: 430px;
	height: 100%;
	border-radius: 18px;
	border: 6px solid #fff !important;
	box-shadow: 0 20px 50px rgba(0,0,0,0.2);
	transition: 0.3s ease;
}

.area iframe:hover {
	transform: translateY(-4px);
	box-shadow: 0 26px 60px rgba(0,0,0,0.26);
}

.area-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	margin-top: 10px;
	padding: 13px 22px;
	background: #48413c;
	color: #fff !important;
	border: 2px solid #48413c;
	border-radius: 12px;
	font-family: font2;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: 0.3s ease;
	box-shadow: 0 14px 30px rgba(196,41,56,0.2);
}

.area-cta:hover {
	background: #fff;
	color: #48413c !important;
	transform: translateY(-3px);
	box-shadow: 0 20px 42px rgba(12,12,12,0.18);
}

.area-section-heading {
	max-width: 950px;
	margin: 0 auto 45px auto;
	text-align: center;
}

.area-section-heading h2:after {
	left: 50%;
	transform: translateX(-50%);
}

.area-section-heading p {
	text-align: center;
}

.area-service-grid,
.area-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.area-service-card,
.area-benefit-card {
	padding: 30px;
	background: #fff;
	border-radius: 18px;
	border-top: 6px solid #48413c;
	box-shadow: 0 16px 40px rgba(12,12,12,0.09);
	transition: 0.3s ease;
}

.area-service-card:hover,
.area-benefit-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 55px rgba(12,12,12,0.14);
}

.area-service-card p,
.area-benefit-card p {
	text-align: left;
	margin-bottom: 0;
}

.area-cost-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.area-cost-grid div {
	padding: 18px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid rgba(196,41,56,0.2);
	box-shadow: 0 12px 28px rgba(12,12,12,0.08);
	font-family: font2;
	font-weight: 900;
	text-align: center;
	color: rgb(75,75,75);
}

.area-final {
	background:
		linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.72)),
		url("/img/homepage/home-bg.jpg");
	background-size: cover;
	background-position: center;
}

.area-final-card {
	max-width: 1050px;
	margin: 0 auto;
	border-left-color: #fff;
	text-align: center;
}

.area-final-card h2:after {
	left: 50%;
	transform: translateX(-50%);
}

.area-final-card p {
	text-align: center;
}

@media(max-width: 991px) {
	.area,
	.area-hero {
		padding: 70px 0;
	}

	.area-content-card,
	.area-final-card {
		padding: 28px 22px;
	}

	.area p {
		text-align: left;
	}

	.area iframe {
		min-height: 340px;
	}

	.area-service-grid,
	.area-benefit-grid,
	.area-cost-grid {
		grid-template-columns: 1fr;
	}
}

@media(max-width: 575px) {
	.area h2 {
		font-size: 1.85rem;
	}

	.area-cta {
		width: 100%;
		text-align: center;
	}
}




/* ==========================================================
   INDIVIDUAL SERVICE AREA PAGE TEMPLATE
   Class Prefix: .service-area-city
   Use for city-specific pages like Portland, OR
========================================================== */
.service-area-city {
	position: relative;
	padding: 95px 0;
	background:
		radial-gradient(circle at top right, rgba(72,65,60,0.08), transparent 34%),
		linear-gradient(135deg, #ffffff 0%, #f6f5f2 100%);
	overflow: hidden;
}
.service-area-city:nth-of-type(even),
.service-area-city.city-alt {
	background:
		radial-gradient(circle at bottom left, rgba(72,65,60,0.08), transparent 34%),
		linear-gradient(135deg, #f4f2ee 0%, #ffffff 100%);
}
.service-area-city.service-area-city__hero {
	padding-top: 180px;
	background-image:
		linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)),
		url("../img/services/lhr-area-bg.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.service-area-city .row {
	row-gap: 38px;
}

/* ==========================================================
   CONTENT CARDS
========================================================== */

.service-area-city__card {
	position: relative;
	padding: 42px;
	background: rgba(255,255,255,0.94);
	border: 1px solid rgba(72,65,60,0.12);
	border-left: 8px solid #48413c;
	border-radius: 20px;
	box-shadow: 0 20px 48px rgba(12,12,12,0.11);
	overflow: hidden;
}

.service-area-city__card:before {
    content: "";
    position: absolute;
    top: 0;
    right: -90px;
    width: 210px;
    height: 210px;
    background: rgba(72,65,60,0.055);
    border-radius: 50%;
    pointer-events: none;
}

.service-area-city__card > * {
	position: relative;
	z-index: 2;
}

/* ==========================================================
   TYPOGRAPHY
========================================================== */

.service-area-city__eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 13px;
	font-family: font2;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #48413c;
}

.service-area-city h1,
.service-area-city h2 {
	font-family: font2;
	font-weight: 900;
	color: #48413c;
	line-height: 1.08;
	margin-bottom: 18px;
	position: relative;
	padding-bottom: 16px;
}

.service-area-city h1 {
	font-size: clamp(2.35rem, 4.5vw, 3.65rem);
}

.service-area-city h2 {
	font-size: clamp(2rem, 4vw, 3rem);
}

.service-area-city h1:after,
.service-area-city h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 82px;
	height: 4px;
	background: #48413c;
	border-radius: 40px;
}

.service-area-city h3 {
	font-size: 1.25rem;
	font-family: font2;
	font-weight: 900;
	color: #48413c;
	margin-bottom: 12px;
}

.service-area-city h4 {
	font-size: 1.08rem;
	line-height: 1.6;
	font-family: font2;
	font-weight: 800;
	color: #5d5650;
	margin-bottom: 22px;
}

.service-area-city p {
	font-size: 17px;
	line-height: 1.8;
	color: #2f2f2f;
	text-align: justify;
	margin-bottom: 18px;
}

/* ==========================================================
   MAP / MEDIA PANEL
========================================================== */

.service-area-city__map-wrap {
	position: relative;
	height: 100%;
	min-height: 430px;
	border-radius: 20px;
	overflow: hidden;
	border: 7px solid #ffffff;
	box-shadow: 0 22px 52px rgba(0,0,0,0.22);
	background: #48413c;
}

.service-area-city__map-wrap iframe {
	width: 100%;
	height: 100%;
	min-height: 430px;
	border: 0;
	display: block;
	filter: saturate(0.92) contrast(1.02);
}

.service-area-city__map-label {
	position: absolute;
	left: 18px;
	bottom: 18px;
	padding: 10px 16px;
	background: rgba(72,65,60,0.92);
	color: #fff;
	font-family: font2;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 999px;
	font-size: 12px;
	box-shadow: 0 12px 26px rgba(0,0,0,0.25);
}

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

.service-area-city__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	margin-top: 8px;
	padding: 14px 24px;
	background: #48413c;
	color: #fff !important;
	border: 2px solid #48413c;
	border-radius: 12px;
	font-family: font2;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: 0.3s ease;
	box-shadow: 0 14px 30px rgba(72,65,60,0.2);
}

.service-area-city__cta:after {
	content: "→";
	margin-left: 10px;
	transition: 0.3s ease;
}

.service-area-city__cta:hover {
	background: #fff;
	color: #48413c !important;
	transform: translateY(-3px);
	box-shadow: 0 20px 42px rgba(12,12,12,0.18);
}

.service-area-city__cta:hover:after {
	transform: translateX(4px);
}

/* ==========================================================
   SECTION HEADINGS
========================================================== */

.service-area-city__heading {
	max-width: 950px;
	margin: 0 auto 46px;
	text-align: center;
}

.service-area-city__heading h2:after {
	left: 50%;
	transform: translateX(-50%);
}

.service-area-city__heading p {
	text-align: center;
}

/* ==========================================================
   SERVICE / BENEFIT CARDS
========================================================== */

.service-area-city__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.service-area-city__feature-card {
	position: relative;
	padding: 30px;
	background: #fff;
	border-radius: 18px;
	border: 1px solid rgba(72,65,60,0.10);
	border-top: 6px solid #48413c;
	box-shadow: 0 16px 40px rgba(12,12,12,0.09);
	transition: 0.3s ease;
	overflow: hidden;
}

.service-area-city__feature-card:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background: rgba(72,65,60,0.06);
	border-bottom-left-radius: 100%;
	pointer-events: none;
}

.service-area-city__feature-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 55px rgba(12,12,12,0.14);
}

.service-area-city__feature-card p {
	text-align: left;
	margin-bottom: 0;
}
/* ==========================================================
   Individual Service Area FAQ Section
========================================================== */

.service-area-city__faq {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

.service-area-city__faq-item {
	padding: 28px;
	background: #fff;
	border-radius: 18px;
	border: 1px solid rgba(72,65,60,0.12);
	border-left: 6px solid #48413c;
	box-shadow: 0 16px 40px rgba(12,12,12,0.09);
	transition: 0.3s ease;
}

.service-area-city__faq-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 55px rgba(12,12,12,0.14);
}

.service-area-city__faq-item h3 {
	margin-bottom: 12px;
	color: #48413c;
	font-family: font2;
	font-weight: 900;
	font-size: 1.18rem;
	line-height: 1.3;
}

.service-area-city__faq-item p {
	margin-bottom: 0;
	text-align: left;
	font-size: 16px;
	line-height: 1.7;
}

@media(max-width: 991px) {
	.service-area-city__faq {
		grid-template-columns: 1fr;
	}
}
/* ==========================================================
   FINAL CTA SECTION
========================================================== */

.service-area-city__final {
	background:
		linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.72)),
		url("/img/homepage/home-bg.jpg");
	background-size: cover;
	background-position: center;
}

.service-area-city__final-card {
	max-width: 1050px;
	margin: 0 auto;
	padding: 48px;
	background: rgba(255,255,255,0.95);
	border-radius: 22px;
	border: 1px solid rgba(255,255,255,0.45);
	box-shadow: 0 24px 60px rgba(0,0,0,0.28);
	text-align: center;
}

.service-area-city__final-card h2:after {
	left: 50%;
	transform: translateX(-50%);
}

.service-area-city__final-card p {
	text-align: center;
}

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

@media(max-width: 991px) {
	.service-area-city,
	.service-area-city__hero {
		padding: 75px 0;
	}

	.service-area-city__card,
	.service-area-city__final-card {
		padding: 30px 24px;
	}

	.service-area-city p {
		text-align: left;
	}

	.service-area-city__map-wrap,
	.service-area-city__map-wrap iframe {
		min-height: 350px;
	}

	.service-area-city__grid,
	.service-area-city__chip-grid {
		grid-template-columns: 1fr;
	}
}

@media(max-width: 575px) {
	.service-area-city h1 {
		font-size: 2.1rem;
	}

	.service-area-city h2 {
		font-size: 1.85rem;
	}

	.service-area-city__cta {
		width: 100%;
		text-align: center;
	}

	.service-area-city__map-wrap,
	.service-area-city__map-wrap iframe {
		min-height: 300px;
	}
}
/**** Contact Section ****/


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


/**** Sections On Every Page ****/

.contact-intro {
	 background: linear-gradient(to right, #000000b5, #000000b5), url(/img/homepage/ad-22.jpeg) no-repeat;
    background-size: cover; padding: 	150px;
    height: 100%; background-color: #fff; border-left: 10px solid #48413c;  border-right: 10px solid #48413c;
    background-position: center center;
}
.contact-intro .bawks {
	text-align: center; padding: 100px; border: 5px solid #fff; color: #fff; background: #b88d646e;
}
.contact-intro h1 {
	font-family: font1; font-size: 30px; line-height: 75px;
}
.contact-intro h1 span {
	font-family: font11; font-size: 45px; color: #48413c; text-shadow: 1px 1px 1px #000;
}
.contact-intro p {
	font-family: font2; font-size: 17px; line-height: 35px;
}

.mapper{
	
    width: 100%;
    /*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/4-state-v2.png) no-repeat;*/
    background-size: cover;
    height: 95vh;
}


.contact {
background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/wood-5.png);
    background-size: cover;  background-color: #fff;
    background-repeat: repeat; 
    background-attachment: fixed;  padding: 100px 0px 100px 0px;
}

.contact .contact-content {
	padding: 100px; background: #fff;
}
.contact .form-box {
	padding: 25px; height: 100%; background: #48413c; color: #fff !important;
	
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact h2 {
	font-family: font11; font-size: 30px;
}
.contact h3 {
	font-family: font11; font-size: 20px;
}

.contact h3 span {
	font-size: 15px;font-family: font1;
}
.contact h4 {
	font-family: font2; font-weight: 600; letter-spacing: 1px; line-height: 50px; margin-top: 25px;
}
.contact p {
	font-size: 17px; line-height: 35px; font-family: font2; font-weight: 600;
}

.contact mark {
	padding: 25px; border-radius: 5px; position: relative; font-family: font1; font-size: 17px; background: #b88d64; top: 50px; color: #fff;
}
/* ========================================== */
/* === 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;
}
a, button, .btn {
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
a {
	cursor:pointer;	text-decoration: none !important;
}
a:hover {
	color: #252525; text-decoration: underline;
}
.btn {
	cursor: pointer; border-radius: 0;
}
.btn.alert-trigger {
	color: #fdfdfd; background-color:#333;
}
.btn:hover {
	opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);	border-color: #949494; color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4); color: #fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
	border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none; box-shadow: none;
}

.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: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/wood-5.png);
    background-size: cover;
    background-color: #fff;
    background-repeat: repeat;
    background-attachment: fixed; font-size: 18px; font-weight: 400;
}

.footer-section .upper-footer {
	background: #48413c;
}
.footer-section .upper-footer h6 {
	font-family: font1; font-size: 20px; letter-spacing: 1px; padding: 25px; text-align: center; color: #fff; margin-bottom: 0px;
}
.footer-section .upper-footer h6:hover {
	background: #b88d64;
}

.footer-section .mid-footer {
	padding: 100px; background: #fff;
}

.footer-section .whiter {
	    background: #fff;
    padding: 150px 50px 150px 50px;
    margin-bottom: -20px;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.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 {
	line-height: 8px;
}
.service-cities h4 {
	font-size: 18px; font-family: 'font1'; 
}
.service-cities h3 {
	font-size: 25px; font-family: 'font11'; 
}

.bottom-footer {
	padding: 25px 0px 15px 0px; background: #48413c; 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; background: #f9f9f9; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: #48413c;
}

.footer-region-triggers {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 30px 0;
}

.frt-btn {
  padding: 10px 20px;
  background: #b88d64;
  border: none; font-family: font1;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
}

.frt-btn:hover {
	background: #48413c;
}

.fr-modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.fr-modal__inner {
  background: #fff;
  width: 95%;
  max-width: 900px;
  margin: 60px auto;
  padding: 30px 20px;
  position: relative;
  border-radius: 8px;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.fr-modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  color: #333;
  cursor: pointer;
}

.fr-modal__inner h3 {
  font-size: 24px; font-family: font11;
  margin-bottom: 10px;
  color: #333;
  text-align: center;
}

.fr-modal__inner h4 {
  font-size: 16px; font-family: font1;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  color: #444;
}

.fr-modal__content {
  display: block;
}

.fr-modal__map--full iframe {
  width: 100%;
  height: 450px;
  border: none;
  display: block;
  border-radius: 6px;
}

/* County Columns Grid */
.fr-modal__counties-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  gap: 20px;
  padding: 0 10px 20px;
}

.fr-col {
  flex: 1 1 30%;
  min-width: 200px;
}

.fr-col ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.fr-col li {
  font-size: 15px; font-family: font2;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  color: #333;
}

.fr-col li::before {
  content: "📍 ";
  margin-right: 4px;
  color: #b88d64;
}


/* Modal Scroll Lock */
body.fr-modal-open {
  overflow: hidden;
}




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


/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 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;
}
.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,.navbar-sidebar .dropdown-menu-mobile-2 {
	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, .dropdown-menu-animate-2 {
	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, .navbar-sidebar .dropdown-menu-mobile-2 a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 1rem;   text-align: left;
}
.navbar-sidebar {
	padding-top: 84px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 1; 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;
	
	
    font-weight: 900;
    color: black;
    font-family: 'font2';
	
}
.nav-link{
    font-weight: 900;
    color: black;
    font-family: 'font2';
	
}
.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;
}



.showcase {
    position: relative;
    height: 120vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.background-video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
.video-overlay {
/*	    position: relative;
    padding: 200px 100px 100px 100px;
    margin-top: -895px;
    width: 100%; height: 900px;*/
        position: absolute;
        padding: 50px 10px 50px 10px;
        background: #ffffff00;
        margin-top: -0;
        margin-bottom: 0;
        width: 100%;
        top: 5%;
    
}
.video-overlay .row {
	--bs-gutter-x: 0;
}
.video-overlay h1 {
	font-family: font1; font-size: 1.8rem; color: #b88d64; font-weight: 600; text-align: center; letter-spacing: 2px; text-shadow: 1px 1px 1px #000;
}
.video-overlay h1 span {
	font-size: 20px; font-family: font11; font-weight: 600; color: #282828; letter-spacing: 1px; text-shadow: none;
}
.video-overlay h1 i {
	font-family: font4; letter-spacing: 3px; font-weight: 500; font-size: 2rem; color: #736c45;
}
.video-overlay h3 {
	font-family: font4;
    letter-spacing: 1px; position: relative; left: 0%;
    font-size: 20px; font-weight: 600;
    text-transform: uppercase;
    color: #282828;
}
.video-overlay h3 span {
	color: #b88d64;
}
.video-overlay h4 {
	padding: 35px 5px; border-radius: 10px; color: #fff; font-size: 20px; letter-spacing: 2px; width: fit-content;
	background: #b88d64; text-align: center; font-family: font11; font-weight: 600; text-transform: uppercase;
}

.video-overlay a {
	width:auto;     display: inline-block;
}

.video-overlay h4:hover {
	box-shadow: 0px 0px 0px 15px #b88d64;  border-radius: 0px;
}
.video-overlay .boxer1 {
	padding: 25px; background: #ffffff9c; border-radius: 10px;
}
.video-overlay .boxer2 {
	padding: 15px; 
}
.home1 {
	padding: 75px 0 75px 0; background: rgb(245,245,245); text-align: center;
}
.home1 .pad {
	padding: 50px 10px;
}
.home1 .pad2 {
	padding: 50px 10px; border-right: 2px solid #b88d64; border-left: 2px solid #b88d64;
}
.home1 h2 {
	font-family: 'font1'; font-size: 23px;font-weight: 500; color: #b88d64;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; color: rgb(150,150,150); line-height: 35px;
}
.home1 span {
	color: rgb(83,82,82);
}

.home-intro {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/wood-5.png);
    background-size: cover;
    background-color: #fff;
    background-repeat: repeat;
    background-attachment: fixed;
}

.home-intro .container {
	background: #fff; padding: 0px;
}


.home-intro .intro-content {
	padding: 100px 25px 100px 25px;
	text-align: center;
}

.intro-image {
  position: relative;
  height: 100%;
  background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-26.jpeg);
  background-size: cover;
  background-position: center;
  padding: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-image .tab-content {
    display: none;
    position: absolute;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/wood-5.png);
    background-size: cover;
    background-color: #fff;
    background-repeat: repeat;
    background-attachment: fixed;
    padding: 70px 25px 25px 25px;
    top: 60%;
    color: #48413c;
    max-width: 100%;
    text-align: left;
    animation: fadeIn 0.4s ease;;
}

.intro-image .tab-content.active {
  display: block;
}

.intro-image .tab-content h3 {
  font-family: font1;
  font-size: 22px;
  margin-bottom: 10px;
}

.intro-image .tab-content p {
  font-family: font2;
  font-size: 17px;
  line-height: 35px; font-weight: 600;
}

.intro-image .tab-content li {
	font-family: font2; font-size: 15px; line-height: 30px; color: #000;
}

/* Optional: Animate */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}

.tab-trigger.active {
  background: #b88d64;
  color: #fff;
}

.home-intro .process {
	padding: 20px 15px 10px 15px; background: #efe9e0; 
}

.home-intro .process .row {
	--bs-gutter-x: .5rem;
}

.home-intro h2 {
	font-family: font1; font-size: 25px; color: #48413c; line-height: 45px;
}
.home-intro h2 span {
	color: #b88d64; font-size: 35px; text-shadow: 1px 1px 1px #000; font-family: font11;letter-spacing: 1px;
}
.home-intro h4 {
	font-family: font1; font-size: 16px; padding: 15px; background: #48413c; color: #fff; letter-spacing: 1px; cursor: pointer;
	        text-align: center;
}

.home-intro i {
	font-size: 35px; padding: 10px; color: #fff;
}

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

.home-services {
	padding: 150px 0px 150px 0px; 
}
.home-services .service-card {
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/wood-5.png);
    background-size: cover;
    position: relative;
    left: 0;
    border-radius: 5px;
    background-color: #fff;
    max-width: 100%;
    background-repeat: repeat;
    margin-bottom: 75px;
    background-attachment: fixed;
}

.home-services .service-card:hover {
	box-shadow: 1px 1px 10px 1px #000; background-color: #48413c; color: #fff;
}

.home-services h3 {
	font-family: font11; padding: 15px; text-align: center;
}

.home-services p {
	font-family: font2; font-size: 17px; line-height: 35px; padding: 25px; text-align: center; font-weight: 600;
}

.home-services .service-card img {
	
}

.home-choose {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/wood-5.png);
    background-size: cover; padding: 50px 0px 100px 0px;
    background-color: #fff;
    background-repeat: repeat;
    background-attachment: fixed;
}

.home-choose .choose-card {
	padding:  50px 15px 35px 15px; background: #48413c87; border-radius: 5px; margin-top: 75px; color: #fff;
}

.home-choose .choose-card:hover {
	background: #48413c; box-shadow: 0px 0px 0px 3px #fff; transition: 1.5s; cursor: pointer;
}

.home-choose .choose-card p {
	font-size: 15px; line-height: 30px;
}

.home-choose h2 {
	font-family: font1; font-size: 20px; letter-spacing: 1px; text-align: center; line-height: 50px;
}

.home-choose h2 span {
	font-family: font11; font-size: 30px; font-weight: 600;
}

.home-choose h3 {
	font-family: font1; font-size: 20px; text-align: center;
}

.home-choose p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center; font-weight: 600;
}

.home-faq {
	
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/wood-5.png);
    background-size: cover; 
    background-color: #fff; padding: 100px 0px 100px 0px;
    background-repeat: repeat;
    background-attachment: fixed;
}

.home-faq .container {
	padding: 0; background: #fff; box-shadow: -25px -25px 0px 0px #48413c; border: 5px solid #b88d64;
}
.home-faq .faq-image {
	height: 980px; 	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-3.jpeg);
    background-size: cover; background-position: center;
}

.log-faq {
  max-width: 800px;
  margin: 40px auto;
  
}
.log-faq h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #b88d64; font-family: font11;
}
.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.faq-question {
  background: none;
  border: none; font-family: font2;font-weight: 600;
  color: #48413c;
  font-size: 20px;
  text-align: left;
  width: 100%;
  padding: 10px 10px	;
  cursor: pointer;
  outline: none;
  transition: color 0.3s;
}
.faq-question:hover,
.faq-question.active {
  color: #b88d64;
}
.faq-answer {
  display: none;
  padding: 10px 15px 0;
  font-size: 15px;
  color: #333;
}
.faq-answer ul {
  margin-top: 5px; 
  padding-left: 20px;font-family: font2;
}
.faq-answer ul li {
  margin-bottom: 5px; font-weight: 600; color: #48413c;
}


.home-transform {
	padding: 110px 0px 110px 0px;
	background: linear-gradient(to right, #ffffffa1, #ffffffa1), url(/img/homepage/ad-14.jpg);
    background-size: cover; background-position: center; background-attachment: fixed;
}

.home-transform .bawks {
	padding: 50px 10px; 	background: linear-gradient(to right, #b88d64a3, #b88d64a3), url(/img/homepage/wood-5.png);
    background-size: cover;  color: #fff; background-color: #fff9;
    background-repeat: repeat; text-align: center;
    background-attachment: fixed; border-radius: 10px;
}

.home-transform h3 {
	font-family: font1; font-size: 20px; letter-spacing: 1px; line-height: 50px; text-shadow: 1px 1px 1px #000;
}
.home-transform h3 span {
	font-family: font11; font-size: 1.5rem;
}
.home-transform p {
	font-family: font2; font-size: 17px; line-height: 35px; font-weight: 600; margin: 0px  5px 0px 5px; text-shadow: none;
}

.home-transform mark {
	padding: 25px; border-radius: 5px; font-family: font1; letter-spacing: 1px; font-size: 17px; text-align: center; color: #fff; background: #48413c;
}
/**** About Section ****/

.about-intro {
	 background: linear-gradient(to right, #000000b5, #000000b5), url(/img/homepage/ad-23.jpeg) no-repeat;
    background-size: cover; padding: 50px 10px;
    height: 100%; background-color: #fff; border-left: 10px solid #48413c;  border-right: 10px solid #48413c;
    background-position: center center;
}
.about-intro .bawks {
	text-align: center; padding: 20px 10px; border: 5px solid #fff; color: #fff; background: #151c24b8;
}
.about-intro h1 {
	font-family: font1; font-size: 30px;
}
.about-intro h1 span {
	font-family: font11; font-size: 2rem; color: #48413c; text-shadow: 1px 1px 1px #000;
}
.about-intro p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.about-history {
		 background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/wood-5.png) no-repeat;
    background-size: cover; padding: 50px 0px 50px 0px;
    height: 100%; background-color: #b88d64; color: #fff;
    background-position: center center;
}
.about-history .boarder {
	border-right: 5px solid #fff;
}
.about-history h2 {
	font-family: font11; font-size: 2.3rem; text-align: center; margin-top: 25px;
}
.about-history p {
	font-family: font2; font-size: 17px; line-height: 35px; margin-left: 0px; margin-right: -0px; margin-top: 50px;
}
.about-benefits {
	padding: 30px 5px;; background: #f9f9f9; border-left: 10px solid #48413c;  border-right: 10px solid #48413c;  border-bottom: 10px solid #48413c;
}
.about-benefits .sq {
	padding: 25px 5px; border: 2px dashed #48413c; margin: 15px 0px 15px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center; 

}
.about-benefits .sq p {
	font-size: 15px; line-height: 30px; text-align: center;
}
.about-benefits h3 {
	font-family: font11; font-size: 35px; text-align: center;
}
.about-benefits h4 {
	font-family: font1; text-align: center;
}
.about-benefits p {
	font-family: font2; line-height: 35px; font-size: 17px; text-align: center;
}
.about-benefits i {
	font-size: 35px; color: #7C726B;
}
.about-benefits img {
	box-shadow: 15px -15px 0px 0px #151c24;
}

/**** Services Section ****/
.service-intro {
	 background: linear-gradient(to right, #000000b5, #000000b5), url(/img/homepage/ad-15.jpeg) no-repeat;
    background-size: cover; padding:  50px 10px;
    height: 100%; background-color: #fff; 
    background-position: center center;
}

.service-intro h1 {
	font-family: font11; font-size: 2rem; color: #48413c;
}

.service-intro h3 {
	font-family: font1; font-size: 1rem; line-height: 50px; color: #fff;
}

.service-intro p {
	font-family: font2; font-size: 17px; line-height: 35px; font-weight: 600;
}

.service-intro .intro-content {
	padding: 100px 10px; background: #fff9; text-align: center;
}

.service-intro .intro-legend {
	padding: 25px 15px 25px 15px; background: #d39a6499; height: 100%;
	text-align:center;
}

.service-intro  .row {
	    --bs-gutter-x: 0;
}

.service-steps {
	padding: 50px 10px  50px 10px; 	background: linear-gradient(to right, #b88d64a3, #b88d64a3), url(/img/homepage/wood-5.png);
    background-size: cover;  color: #fff; background-color: #fff9;
    background-repeat: repeat; text-align: center;
    background-attachment: fixed;
}

.service-steps .step {
	padding: 25px 5px; border: 2px dashed #fff;
}

.service-steps h3 {
	font-family: font1; font-size: 16px; font-weight: 600; letter-spacing: 1px;
}

.service-steps p {
	font-family: font2; font-size: 15px; line-height: 30px; font-weight: 500;
}


.service-body {
 	background: linear-gradient(to right, #b88d64a3, #b88d64a3), url(/img/homepage/wood-5.png);
    background-size: cover;  background-color: #fff9;
    background-repeat: repeat; 
    background-attachment: fixed;
}

.service-body h2 {
	font-family: font11; font-size: 1.4rem;
}

.service-body p {
	font-family: font2; font-size: 1rem; line-height: 35px; font-weight: 600;
}

.service-body .repair-content {
	padding: 60px 15px 60px 15px; text-align: center;
}

.service-body .repair-image {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-21.jpeg);
    background-size: cover; background-position: center; height: 400px;
}


.service-body .restoration-content {
	padding: 60px 15px 60px 15px; text-align: center;
}

.service-body .restoration-image {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-15.jpeg);
    background-size: cover; background-position: center; height: 400px;
}

.service-body .renovation-content {
	padding: 60px 15px 60px 15px; text-align: center;
}

.service-body .renovation-image {
	/*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-17.jpg);*/
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-18a.jpg);
    background-size: cover; background-position: center; height: 400px;
}

.service-body .chinking-content {
	padding: 60px 15px 60px 15px; text-align: center;
}

.service-body .chinking-image {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-6.jpeg);
    background-size: cover; background-position: center; height: 400px;
}

.service-body .media-blasting-content {
	padding: 60px 15px 60px 15px; text-align: center;
}

.service-body .media-blasting-image {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-28.jpeg);
    background-size: cover; background-position: center; height: 400px;
}
.service-body .media-maintenance {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/section-1/ad-25.jpg);
    background-size: cover; background-position: center; height: 400px;
}
.service-body .staining-content {
	padding: 60px 15px 60px 15px; text-align: center;
}

.service-body .staining-image {
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/ad-20.jpeg);
    background-size: cover; background-position: center; height: 400px;
}

.service-body .container {
	padding: 0px; background: #fff; 
}

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

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


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


/**** Sections On Every Page ****/

.contact-intro {
	 background: linear-gradient(to right, #000000b5, #000000b5), url(/img/homepage/ad-22.jpeg) no-repeat;
    background-size: cover; padding: 	50px 10px;
    height: 100%; background-color: #fff; border-left: 10px solid #48413c;  border-right: 10px solid #48413c;
    background-position: center center;
}
.contact-intro .bawks {
	text-align: center; padding: 60px 10px; border: 5px solid #fff; color: #fff; background: #b88d646e;
}
.contact-intro h1 {
	font-family: font1; font-size: 1.8rem; line-height:  45px;
}
.contact-intro h1 span {
	font-family: font11; font-size: 2rem; color: #48413c; text-shadow: 1px 1px 1px #000;
}
.contact-intro p {
	font-family: font2; font-size: 17px; line-height: 35px;
}

.mapper{
	
    width: 100%;
    /*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/4-state-v2.png) no-repeat;*/
	background: white; 
    background-size: cover;         background-position: center center;
    height: 95vh;
}


.contact {
background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/wood-5.png);
    background-size: cover;  background-color: #fff;
    background-repeat: repeat; 
    background-attachment: fixed;  padding: 50px 0px 50px 0px;
        text-align: center;
}

.contact .contact-content {
	padding: 40px 10px; background: #fff;
}
.contact .form-box {
	padding: 25px 5px; height: 100%; background: #48413c; color: #fff !important;
}
.contact h2 {
	font-family: font11; font-size: 30px;
}
.contact h3 {
	font-family: font11; font-size: 20px;
}

.contact h3 span {
	font-size: 15px;font-family: font1;
}
.contact h4 {
	font-family: font2; font-weight: 600; letter-spacing: 1px; line-height: 50px; margin-top: 25px;
}
.contact p {
	font-size: 17px; line-height: 35px; font-family: font2; font-weight: 600;
}

.contact mark {
	padding: 25px; border-radius: 5px; position: relative; font-family: font1; font-size: 17px; background: #b88d64; top: 50px; color: #fff;
}
.footer-section .whiter {
    background: #fff;
    padding: 50px 10px 50px 10px;
    margin-bottom: -20px;
	text-align: center;
}
.footer-section .mid-footer {
    padding: 40px 10px;;
    background: #fff;
}
.footer-region-triggers {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

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

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

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


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

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

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



/**** Misc. Section ****/
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff; cursor: pointer; outline: none; border: none;
}
.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;
}
.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) {

}