/* ========================================== */
/* === 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/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Atteron.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');
}

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

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: sticky; width: 100%; padding: 10px 0 10px 0;    background: linear-gradient(to right, #bd992e9e, #bd992e9c), url(/img/homepage/woody-01.jpg) no-repeat;
    background-size: cover;	z-index: 3; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header img {
	position: relative;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    margin-bottom: -71px;
    /*background: linear-gradient(to right, #bd992e9e, #bd992e9c), url(/img/homepage/woody-01.jpg) no-repeat;*/
    background: none;
    background-size: cover;
    /*border: 3px solid #000;*/
}
.top-header .logo-floater{
	position: absolute;
	top:0%;
}
.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(0, 0, 0); border-radius: 1.6rem; border: 1px double rgb(0, 0, 0); font-weight: 600;
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: #fff;
}
.top-header div[class*='col-']:nth-child(4) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(0, 0, 0); border-radius: 1.6rem; border: 1px double rgb(0, 0, 0);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	background: #fff;
}
.top-header div[class*='col-']:nth-child(5) {
	display: flex; justify-content: flex-start; align-items: center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display: flex; justify-content: center; align-items: center; border: 1px solid rgb(255,255,255); color: rgb(255,255,255); background: rgb(0, 0, 0); border-radius:100px;	height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: #876814;	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 {
margin: 0 28px; padding: 6px 0px; font-weight: 900; font-size: 18px; color: rgb(255,255,255); font-family: 'font2';
}

.navbar a:hover, .dropdown:hover .dropbtn {
	color: #d3a723;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #353535; min-width: 200px; left: 15px;
}
.dropdown-two {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 200px; 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: #fff; padding: 12px 16px; display: block; text-align: left; font-family: font2;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
	background-color: #d3a723; color: #000;
}
.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px; text-transform: uppercase; padding-top: 20px;	line-height: 5px; font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333; white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}
.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: /*95px 0 0*/0px 0 0; position: sticky; background: #353535; 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: #d3a723;
}
.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);
}
.home-intro {
    background-size: cover; color: #fff;
}

.home-intro .intro-content {
	padding: 150px 50px 150px 50px; background: #0009;
}
.home-intro .container-fluid {
	padding: 0px;
}

.home-intro h1 {
	font-family: font3; font-size: 30px; text-transform: uppercase; font-weight: 600; letter-spacing: 2px; margin-bottom: 25px; line-height: 57px;
}

.home-intro h1 span {
	color: #EDDDAF; text-shadow: 1px 1px 1px #000; font-size: 45px; letter-spacing: 1px;
}
.home-intro h2 {
	font-family: font3; font-size: 25px; position: relative; left: 10%;
	text-transform: uppercase; font-weight: 500; letter-spacing: 1px; line-height: 50px;
}

.home-intro p {
	font-family: 'font2'; font-size: 15px; line-height: 30px; font-weight: 600; letter-spacing: 1px;
}

.home-steps {
	padding: 100px 150px 100px 150px; background: #f9f9f9;
}

.home-steps .step {
	padding: 50px 15px; border-radius: 10px; background: #fff; text-align: center; height: 100%;
	
	transition: background-color  .3s, box-shadow .3s;
	
}

.home-steps .step:hover {
	background: #EDDDAF; box-shadow: 1px 1px 10px 1px #000; cursor: pointer;
}

.home-steps .step:hover i {
	color: #000; text-shadow: 1px 1px 1px #775F1D;
}

.home-steps h2 {
	font-family: font3; font-size: 40px; letter-spacing: 2px; font-weight: 600; margin: 50px 0px 100px 0px; text-align: center;
}

.home-steps h3 {
	font-family: font3; font-size: 25px; letter-spacing: 1px; color: #000;text-shadow: 0px 0px 1px #000; font-weight: 600;
	position: relative; display: grid;
}

.home-steps h3 strong {
 font-size: 20px; font-weight: 500;
}

.home-steps p {
	font-family: 'font2'; font-size: 15px; line-height: 30px; font-weight: 600; letter-spacing: 1px;
}

.home-steps i {
	font-size: 65px; margin-bottom: 25px; color: #a89048; text-shadow: 1px 1px 1px #000;
}






.home1 {
	padding: 75px 0 150px 0; background: rgb(245,245,245); text-align: center;
}
.home1 .pad {
	padding-top: 85px;
}
.home1 .home-box {
	padding: 25px; background: #EDDDAF; text-align: center;  border-radius: 7px;
}
.home1 .home-box p {
	font-size: 15px; line-height: 30px;
}

.home1 .padder {
	padding: 15px; border-right: 1px solid #000; border-bottom: 1px solid #000;
}

.home1 .padder2 {
	padding: 15px; border-bottom: 1px solid #000;
}
.home1 .padder3 {
	padding: 15px;
}
.home1 .padder4 {
	padding: 15px; border-left: 1px solid #000; 
}
.home1 h2 {
	font-family: 'font3'; font-size: 45px;  font-weight: 800; color: #a89048; letter-spacing: 2px;
}
.home1 h3 {
	font-family: font3; font-size: 20px; font-weight: 600; letter-spacing: 1px;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; line-height:  35px;
}
.home1 span {
	color: rgb(83,82,82);
}
.home1 img {
	border-radius: 10px; border: 2px solid #000; box-shadow: 15px -15px 0px 0px #a89048; margin-top: 100px;
}

/* Custom Carousel Styling */
.custom-carousel {
    position: relative;
    height: 88vh;
    width: 100%;                 /* override: avoid 101% overflow */
    overflow: hidden;
    font-family: Arial, sans-serif;

    /* override: stop flex from squeezing the slide track */
    display: block;
}

/* Stationary Info Section */
.carousel-info {
    position: absolute;
    top: 50%;
    left: 31%;
    z-index: 2;                  /* stays above slides */
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    background: none;
    padding: 50px;
    margin-top: 25px;
    text-align: left;
}
.carousel-info .intro-content {
    padding: 175px 80px 150px 80px; background: #0009;
}

.custom-carousel img{
    width:70%;
}

.carousel-info h1 {
    font-family: font3; font-size: 30px; text-transform: uppercase; font-weight: 600; letter-spacing: 2px; margin-bottom: 25px; line-height: 57px;
}
.carousel-info h1 span {
    color: #EDDDAF; text-shadow: 1px 1px 1px #000; font-size: 45px; letter-spacing: 1px;
}
.carousel-info h2 {
    font-family: font3; font-size: 25px; position: relative; left: 10%;
    text-transform: uppercase; font-weight: 500; letter-spacing: 1px; line-height: 50px;
}
.carousel-info p {
    font-family: 'font2'; font-size: 15px; line-height: 30px; font-weight: 600; letter-spacing: 1px;
}

/* Services grid inside panel (unchanged) */
.carousel-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 20px 0;
}
.carousel-service {
  padding: 15px;
  background: linear-gradient(to right, #000000c4, #0000008f), url(/img/homepage/rb1-25.png) no-repeat;
  background-size: cover;
  color: #fff;
  background-color: #000000;
  margin: 10px 0px 10px 0px;
  border-radius: 15px;
}
.carousel-service h3 {
  font-family: font8;
  text-shadow: 1px 1px 1px #000;
  font-size: 18px;
  width: 175px;
}
.carousel-service h3 span { color: #121862; }
.carousel-quote-button {
  background-color: #121862;
  padding: 15px 25px;
  border-radius: 10px; font-family: font4;
  margin-top: 20px;
}
.carousel-quote-button h5 { margin: 0; color: #fff; }

/* ===== Carousel Slides — Cross-fade + Mini Zoom ===== */


:root { --slideDuration: 7000ms; }

@keyframes kb-zoom-in {
  from { transform: translateZ(0) scale(1); }
  to   { transform: translateZ(0) scale(1.10); } /* adjust to taste */
}

.carousel-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateZ(0) scale(1);
  background-size: cover;
  background-position: center;
  will-change: opacity, transform;
  transition: opacity .7s ease;
  backface-visibility: hidden;
}

.carousel-slide.is-active{
  opacity: 1;
  animation: kb-zoom-in var(--slideDuration) linear both;
  z-index: 2;
}

.carousel-slide.is-leaving{
  opacity: 0;
  transition:
    opacity .7s ease,
    transform 1.5s cubic-bezier(.2,.75,.2,1);
  z-index: 1;
}

/* Reduced motion stays respected */
@media (prefers-reduced-motion: reduce){
  .carousel-slide{ transition: none !important; transform: none !important; animation: none !important; }
}
/* Navigation Buttons (unchanged) */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff; width: 3%;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 3;
  font-size: 24px;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.carousel-nav:hover { background: rgba(0, 0, 0, 0.8); }
.carousel-nav.prev { left: 20px; }
.carousel-nav.next { right: 20px; }


/* explicit layers + isolation to avoid transform quirks */
.custom-carousel { position: relative; isolation: isolate; }

:root{
  --z-slides: 0;
  --z-slide-active: 1;
  --z-overlay: 50;   /* higher than any slide */
  --z-nav: 60;
}

.carousel-slides{ z-index: var(--z-slides); }
.carousel-slide{ z-index: var(--z-slides); }
.carousel-slide.is-active{ z-index: var(--z-slide-active); }
.carousel-slide.is-leaving{ z-index: var(--z-slides); }

.carousel-info{ z-index: var(--z-overlay); }
.carousel-nav{ z-index: var(--z-nav); }







.home-cards {
	    padding: 150px 100px;
    background: linear-gradient(to right, #00000099, #00000099), url(/img/homepage/woody-02.png) no-repeat;
    background-size: cover;
    background-color: #000;
}

.home-cards .decking-card {
	/*padding: 250px 00px 00px 00px;  background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/decking-01.png);*/
	padding: 250px 00px 00px 00px;  background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/stair-deck-ex.jpg);
	height: 100%; border-radius: 15px;
    background-size: cover;
	overflow: hidden;
}

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

.home-cards .outdoor-card {
	padding: 250px 00px 00px 00px;  background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/outdoor-01.png);
	height: 100%; border-radius: 15px;
    background-size: cover;
	overflow: hidden;

}

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

.home-cards .pergola-card {
	padding: 250px 00px 00px 00px;  background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/pergola-01.png);
	height: 100%; border-radius: 15px;
    background-size: cover;
	overflow: hidden;

}

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

.home-cards .decking-card:hover p {
	display: block; color: #fff;
}
.home-cards .outdoor-card:hover p {
	display: block; color: #fff;
}
.home-cards .pergola-card:hover p {
	display: block; color: #fff;
}

.home-cards .content-banner {
	background: #0009; padding: 10px 25px; color: #fff; border-radius: 15px;     height: 100%;
}

.home-cards h2 {
	font-family: font3; font-size: 35px; font-weight: 600; letter-spacing: 1px; text-indent: 10px;
}

.home-cards p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; line-height:  35px; opacity: 0; transition: 0.4s;
}


.home-cards .pergola-card:hover {
		transform: translateY(0);

	
}

.home-cards .decking-card:hover p {
  color: #fff; opacity: 1;
}

.home-cards .decking-card:hover .content-banner {
        transform: translateY(0px);

}
.home-cards .outdoor-card:hover p {
  color: #fff; opacity: 1;
}
.home-cards .outdoor-card:hover .content-banner {
        transform: translateY(0px);

}
.home-cards .pergola-card:hover p {
  color: #fff; opacity: 1;
}
.home-cards .pergola-card:hover .content-banner {
        transform: translateY(0px);

}
.home-cards .content-banner {
    background: #0009;
    padding: 10px 25px;
    color: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
        position: relative;
        transform: translateY(50px);
		transition: 0.4s;
}













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

.home-gallery h3 {
	font-family: font3; font-size: 50px; letter-spacing: 1px; font-weight: 600; text-align: center; color: #a89048; 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; }
}

/* ---------- Scoped styles ---------- */
.home-reviews {
	       background: linear-gradient(0deg, #00000078 25%, #000000b3 90%), url(/img/homepage/pruitt-deck-02.png);
    background-size: cover; padding: 150px 200px 150px 200px;
}

.home-reviews h2 {
	font-family: font3; font-size: 50px; text-align: center; letter-spacing: 2px; color: #fff; font-weight: 600; margin-bottom: 50px;
}

#pol-rev.pol-rev-wrap { --pol-accent:#c37f2c; --pol-ink:#0e0e11; --pol-card:#fff; }
#pol-rev .pol-rev-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}

#pol-rev .pol-rev-ctrls{display:flex;gap:8px}
#pol-rev .pol-rev-nav{width:44px;height:44px;border-radius:50%;border:0;background:#f2f3f5;color:#222;cursor:pointer}
#pol-rev .pol-rev-nav:hover{background:#e6e8eb}
#pol-rev .pol-rev-stage{overflow:hidden}
#pol-rev .pol-rev-track{display:flex;transition:transform .35s ease}
#pol-rev .pol-rev-page{flex:0 0 100%;padding:4px;     display: flex;}
#pol-rev .pol-rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}

#pol-rev .pol-rev-card{
  display:flex;flex-direction:column;gap:10px;background:var(--pol-card);
  border:1px solid #e7e8ec;border-radius:12px;padding:14px;min-height:220px
}
#pol-rev .pol-rev-top{display:flex;align-items:center;gap:10px}
#pol-rev .pol-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;
  background:rgba(195,127,44,.15);color:var(--pol-accent);font-weight:800}
#pol-rev .pol-name{font-weight:700;color:var(--pol-ink);font-family: font3;
    font-size: 20px;
    letter-spacing: 1px;}
#pol-rev .pol-stars{display:inline-flex;gap:2px}
#pol-rev .pol-stars svg{width:16px;height:16px;fill:#f4b400}
#pol-rev .pol-text{color:#1b1d22;font-size:.98rem; font-family: font2; line-height:30px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}
#pol-rev .pol-link{margin-top:auto;color:var(--pol-accent);text-decoration:none;font-size:.92rem; font-weight: 600;}
#pol-rev .pol-link:hover{text-decoration:underline}

@media (max-width: 900px){ #pol-rev .pol-rev-grid{grid-template-columns:3fr} }
@media (max-width: 560px){ #pol-rev .pol-rev-grid{grid-template-columns:1fr} }
/**** About Section ****/


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


.pruitt-hero{
/*  background:
    linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.55)),
    url('/img/section-1/gallery-013.jpg') center/cover no-repeat fixed;*/
  /*background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.55)), url('/img/section-1/480038492_1186858346774474_135046564753586462_n.jpg') center/cover no-repeat fixed;*/
  background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.55)), url('/img/services/pergola-bg.jpg') center/cover no-repeat fixed;
	padding-bottom: 150px;
}

.pruitt-hero h1 {
	    font-family: font3;
    letter-spacing: 2px;

}

.pruitt-hero-contact{
/*  background:
    linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.55)),
    url('/img/section-1/gallery-06.jpg') center/cover no-repeat fixed;*/
  background:
    linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.55)),
    url('/img/contact-hero-bg.jpg') center/cover no-repeat fixed;
	    padding-bottom: 150px;
}

.pruitt-hero-contact h1 {
	    font-family: font3;
    letter-spacing: 2px;

}

.text-warning {
	color: #8b6905 !important;
}
.pruitt-hero p {
	font-family: font2; letter-spacing: 1px; font-weight: 600;
}

.pruitt-about {
	    background: linear-gradient(to right, #bd992e00, #bd992e00), url(/img/homepage/woody-02.png) no-repeat;
    background-size: cover;
    padding: 150px 0px 150px 0px !important;
}
.pruitt-about h2 {
	font-family: font3; letter-spacing: 1px;
}

.pruitt-about p {
	font-family: font2; letter-spacing: 1px; font-weight: 600;
}


/* Teasers */
.pruitt-teasers{background: linear-gradient(180deg,#fff, #f8f9fb); padding: 200px 0px 200px 0px !important;}
.pruitt-teaser{transition:transform .25s ease, box-shadow .25s ease; height: 100% !important;}
.pruitt-teaser:hover{transform:translateY(-4px); box-shadow:0 1rem 2rem rgba(0,0,0,.15)!important}
.pruitt-teaser-img{height:180px; background-size:cover; background-position:center}
.pruitt-teasers h2 {
	font-family: font3; letter-spacing: 1px;
}

.pruitt-teasers h3 {
	font-family: font3; letter-spacing: 1px;
}

.pruitt-teasers p {
	font-family: font2; letter-spacing: 1px; font-weight: 600;
}

/* Service sections */
.pruitt-service-dark{background:#0e0f12; padding: 200px 0px 200px 0px !important;}
.pruitt-service{ padding: 200px 0px 200px 0px !important;}
.pruitt-service h2 {
	font-family: font3; letter-spacing: 1px;
}

.pruitt-service h3 {
	font-family: font3; letter-spacing: 1px;color:#c37f2c;
}

.pruitt-service p {
	font-family: font2; letter-spacing: 1px; font-weight: 600; 
}



.pruitt-banner{
  height:320px; background-size:cover; background-position:center;
  position:relative; border:1px solid rgba(255,255,255,.2)
}
.pruitt-banner-label{position:absolute; left:12px; bottom:12px}
.pruitt-thumb{aspect-ratio:16/10; overflow:hidden; border-radius:.5rem; border:1px solid rgba(0,0,0,.08)}
.pruitt-thumb img{width:100%;height:100%;object-fit:cover; transition:transform .25s ease}
.pruitt-thumb:hover img{transform:scale(1.05)}

/* Bullets */
.pruitt-ticks{list-style:none; padding-left:0;margin: 35px 0px 55px 0px !important;}
.pruitt-ticks li{position:relative; padding-left:28px; margin:.5rem 0; line-height: 35px;}
.pruitt-ticks li::before{
  content:"✓"; position:absolute; left:0; top:0;
  color:#c37f2c; font-weight:900
}
.pruitt-ticks-light li{color:#e9ecef}

/* Cards */
.pruitt-card{border:1px solid rgba(0,0,0,.06); transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease}
.pruitt-card:hover{transform:translateY(-3px); box-shadow:0 .85rem 1.6rem rgba(0,0,0,.12); border-color:rgba(0,0,0,.12)}
.pruitt-pill{
  border:1px dashed rgba(168,144,72,.45);
  color:#a89048; background:#fff; border-radius:999px; padding:.5rem .75rem; font-weight:700
}

/* CTA */
.pruitt-cta{
  background-image:
    radial-gradient(1000px 300px at 50% 0, rgba(255,255,255,.12) 0%, transparent 70%),
    linear-gradient(135deg, rgba(26,26,26,.80), rgba(13,13,13,.80)),
    url('/img/homepage/woody-02.png');
  background-size: 100% 100%, 100% 100%, cover;
  background-position: center top, center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
  color:#fff;
  background-color: #000 !important;
  padding: 100px 0px 100px 0px !important;
}

.pruitt-cta h2 {
	font-family: font3; letter-spacing: 1px;
}

.pruitt-cta p {
	font-family: font2; letter-spacing: 1px; font-weight: 600;
}
.btn-warning {
	background-color: #e3c876 !important;	border-color: #000 !important; border-width: 2px !important;
}

/**** 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);
}
.gallery-page h2 {
	font-size: 2rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}


.gallery-page .background-video{
	
	/*width: 100%;  */
	max-width:500px;
}
/**** 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 ****/


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


/**** Sections On Every Page ****/
.contact-section {
	    padding: 150px 0 150px 0;
    text-align: center;
    background: linear-gradient(to right, #ffffff5c, #ffffff5c), url(/img/homepage/woody-02.png) no-repeat;
    background-size: cover;
    background-color: #a89048;
}

.contact-section h3 {
	font-size: 3rem; font-family: font3; font-weight: 800;  color: rgb(12,12,12); letter-spacing: 2px; text-align: center; margin-bottom: 65px;
}

.contact-section h4 {
	font-family: font3; letter-spacing: 2px; color: #6f5d26; font-weight: 600;
}

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

.contact-section .contact-services {
	padding: 25px;  
}
.contact-section .contact-services .row{
	display: flex;
	align-items:stretch;
}
.contact-section .contact-services .row {
	height: 100%; 
}
.contact-section .contact-services .contact-card {
	padding: 15px;background: #fff9; margin: 10px;border-radius: 5px;
	    height: 100%;
		margin: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		
		transition: 0.3s; 
}

.contact-section .contact-services .contact-card:hover {

	transform: translateY(-10px);
	
}


.contact-section iframe {
	    border-radius: 10px;
    border: 2px solid #000;
    box-shadow: 15px -15px 0px 0px #a89048;
}

/* ========================================== */
/* === 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;
}
.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 .upper-footer {
	background: linear-gradient(to right, #bd992e9e, #bd992e9c), url(/img/homepage/woody-01.jpg) no-repeat;
    background-size: cover;  padding: 100px 100px 200px 100px;
}

.footer-section .upper-footer  img {
	position: relative;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    margin-bottom: -71px;
    /*background: linear-gradient(to right, #bd992e9e, #bd992e9c), url(/img/homepage/woody-01.jpg) no-repeat;*/
    background:none;
    background-size: cover;
	background-color: transparent;
    /*border: 3px solid #000;*/
}
.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px; background: rgb(224, 224, 224); font-size: 18px; font-weight: 400;
}
.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: rgb(255,255,255); font-size: 16px;
}
.service-cities a {
	color: #896D21; font-size: 16px; font-weight: 600; letter-spacing: 1px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height: 8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font3'; letter-spacing: 1px; font-weight: 600;
}
.service-cities h3 {
	font-size: 30px; font-family: 'font3'; font-weight: 600; letter-spacing: 1px; margin-bottom: 25px;
}
.service-cities h3 span {
	font-size: 50px; letter-spacing: 3px;
}

.bottom-footer {
	background: #353535; padding: 25px 0px 25px 0px;
}

.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: #444;
}





/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1600px) {
	
.top-header img {
    position: relative;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    margin-bottom: -71px;
    /* background: linear-gradient(to right, #bd992e9e, #bd992e9c), url(/img/homepage/woody-01.jpg) no-repeat; */
    background: none;
    background-size: cover;
    /* border: 3px solid #000; */
    max-width: 200px;
}
.custom-carousel {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
    display: block;
}
.carousel-info h1 {
    font-family: font3;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 25px;
    line-height: 47px;
}
.carousel-info h1 span {
    color: #EDDDAF;
    text-shadow: 1px 1px 1px #000;
    font-size: 2rem;
    letter-spacing: 1px;
}

	/*** Don't place anything here, unless absolutely necessary ***/
}
/* === Sm. Laptop CSS Section ================= */
@media screen and (max-width: 1440px) {
.home-steps {
    padding: 100px 60px 100px 60px;
    background: #f9f9f9;
}
}
/* === Tablet CSS Section ===================== */
@media screen and (max-width: 991px) {
	
/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 15px 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 {
	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(234,234,234); 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: 1rem; font-family: 'font3'; text-align: left;
}
.navbar-sidebar {
    padding-top: 54px;
    height: 100%;
    width: 200px;
    background-color: rgb(250,250,250);
    position: fixed !important;
    z-index: 2;
    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-family: 'font3';
    font-weight: 600;
	color:black;
}
.nav-link{
	    font-family: 'font3';
    font-weight: 600;
	color:black;
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}	
	
	
.top-header img {
    position: relative;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    margin-bottom: 0;
    /*background: linear-gradient(to right, #bd992e9e, #bd992e9c), url(/img/homepage/woody-01.jpg) no-repeat;*/
    background: none;
    background-size: cover;
    /* border: 3px solid #000; */
    max-width: 200px;
    width: 165px;
}
.home-intro {
    background-size: cover; color: #fff;
}

.home-intro .intro-content {
	padding: 70px 10px 70px 10px; background: #0009; text-align: center;
}
.home-intro .container-fluid {
	padding: 0px;
}

.home-intro h1 {
	font-family: font3; font-size: 30px; text-transform: uppercase; font-weight: 600; letter-spacing: 2px; margin-bottom: 25px; line-height: 57px;
}

.home-intro h1 span {
	color: #EDDDAF; text-shadow: 1px 1px 1px #000; font-size: 2.5rem; letter-spacing: 1px;
}
.home-intro h2 {
	font-family: font3; font-size: 25px; position: relative; left: 0%;
	text-transform: uppercase; font-weight: 500; letter-spacing: 1px; line-height: 50px;
}

.home-intro p {
	font-family: 'font2'; font-size: 15px; line-height: 30px; font-weight: 600; letter-spacing: 1px;
}

.home-steps {
	padding: 100px 10px 100px 10px; background: #f9f9f9;
}

.home-steps .step {
	padding: 50px 15px; border-radius: 10px; background: #fff; text-align: center; height: 100%;
}

.home-steps .step:hover {
	background: #EDDDAF; box-shadow: 1px 1px 10px 1px #000; cursor: pointer;
}

.home-steps .step:hover i {
	color: #000; text-shadow: 1px 1px 1px #775F1D;
}

.home-steps h2 {
	font-family: font3; font-size: 40px; letter-spacing: 2px; font-weight: 600; margin: 50px 0px 100px 0px; text-align: center;
}

.home-steps h3 {
	font-family: font3; font-size: 25px; letter-spacing: 1px; color: #000;text-shadow: 0px 0px 1px #000; font-weight: 600;
	position: relative; display: grid;
}

.home-steps h3 strong {
 font-size: 20px; font-weight: 500;
}

.home-steps p {
	font-family: 'font2'; font-size: 15px; line-height: 30px; font-weight: 600; letter-spacing: 1px;
}

.home-steps i {
	font-size: 65px; margin-bottom: 25px; color: #a89048; text-shadow: 1px 1px 1px #000;
}



/* Custom Carousel Styling */
.custom-carousel {
    position: relative;
    height: 95vh;
    width: 100%;                 /* override: avoid 101% overflow */
    overflow: hidden;
    font-family: Arial, sans-serif;

    /* override: stop flex from squeezing the slide track */
    display: block;
}

/* Stationary Info Section */
.carousel-info {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;                  /* stays above slides */
    width: 100%;
    height: auto;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    background: none;
    padding: 50px 10px;
    margin-top: 25px;
    text-align: left;
}
.carousel-info .intro-content {
    padding: 150px  10px 150px 10px; background: #0009;
}

.custom-carousel img{
    width:70%;
}

.carousel-info h1 {
    font-family: font3; font-size: 1rem; text-transform: uppercase; font-weight: 600; letter-spacing: 2px; margin-bottom: 25px; line-height: 57px;
}
.carousel-info h1 span {
    color: #EDDDAF; text-shadow: 1px 1px 1px #000; font-size: 2rem; letter-spacing: 1px;
}
.carousel-info h2 {
    font-family: font3;
    font-size: 1rem;
    position: relative;
    left: 10%;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 29px;
}
.carousel-info p {
    font-family: 'font2'; font-size: 15px; line-height: 30px; font-weight: 600; letter-spacing: 1px;
}




.home1 {
	padding: 75px 0 150px 0; background: rgb(245,245,245); text-align: center;
}
.home1 .pad {
	padding-top: 85px;
}
.home1 .home-box {
	padding: 25px; background: #EDDDAF; text-align: center;  border-radius: 7px;
}
.home1 .home-box p {
	font-size: 15px; line-height: 30px;
	color:black;
}

.home1 .padder {
	padding: 15px; border-right: 0; border-bottom: 0;
}

.home1 .padder2 {
	padding: 15px; border-bottom: 0;
}
.home1 .padder3 {
	padding: 15px;
}
.home1 .padder4 {
	padding: 15px; border-left: 0; 
}
.home1 h2 {
	font-family: 'font3'; font-size: 2.5rem;  font-weight: 800; color: #a89048; letter-spacing: 2px;
}
.home1 h3 {
	font-family: font3; font-size: 20px; font-weight: 600; letter-spacing: 1px;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; line-height:  35px;
}
.home1 span {
	color: rgb(83,82,82);
}
.home1 img {
	border-radius: 10px; border: 2px solid #000;     box-shadow: 7px -7px 0px 0px #a89048;
 margin-top: 100px;
}

.home-cards {
	    padding: 90px 10px;
    background: linear-gradient(to right, #00000099, #00000099), url(/img/homepage/woody-02.png) no-repeat;
    background-size: cover;
    background-color: #000;
}

.home-cards .decking-card {
	padding: 250px 00px 00px 00px;  background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/decking-01.png);
	height: 500px; border-radius: 15px;
    background-size: cover;
	overflow: hidden;
	transition: 0.5s;

}

 
.home-cards .outdoor-card {
	padding: 250px 00px 00px 00px;  background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/outdoor-01.png);
	height: 500px; border-radius: 15px;
    background-size: cover;
	overflow: hidden;
	transition: 0.5s;

}

 
.home-cards .pergola-card {
	padding: 250px 00px 00px 00px;  background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/pergola-01.png);
	height: 500px; border-radius: 15px;
    background-size: cover;
	overflow: hidden;
	transition: 0.5s;

}

 

.home-cards .decking-card:hover p {
  color: #fff; opacity: 1;
}

.home-cards .decking-card:hover .content-banner {
        transform: translateY(0px);

}
.home-cards .outdoor-card:hover p {
  color: #fff; opacity: 1;
}
.home-cards .outdoor-card:hover .content-banner {
        transform: translateY(0px);

}
.home-cards .pergola-card:hover p {
  color: #fff; opacity: 1;
}
.home-cards .pergola-card:hover .content-banner {
        transform: translateY(0px);

}
.home-cards .content-banner {
    background: #0009;
    padding: 10px 25px;
    color: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
        position: relative;
        transform: translateY(100px);
		transition: 0.4s;
}

.home-cards h2 {
	font-family: font3; font-size: 2rem; font-weight: 600; letter-spacing: 1px; text-indent: 10px;
}

.home-cards p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; line-height:  35px; color: transparent; opacity: 0; transition: 0.2s;
}

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

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


#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: flex-start;
}

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


.pruitt-hero{
  /*background:    linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.55)),url('/img/section-1/gallery-06.jpg') center/cover no-repeat fixed;*/
  background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.55)), url('/img/services/pergola-bg.jpg') center/cover no-repeat fixed; 
	    padding-bottom: 150px;
		
		padding: 100px 0 ;
		text-align:center;
}

.pruitt-hero h1 {
	    font-family: font3;
    letter-spacing: 2px;

}

.pruitt-hero-contact{
  background:
    linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.55)),
    url('/img/contact-hero-bg.jpg') center/cover no-repeat fixed;
	    padding-bottom: 150px;
		        text-align: center;
}

.pruitt-hero-contact h1 {
	    font-family: font3;
    letter-spacing: 2px;

}

.text-warning {
	color: #8b6905 !important;
}
.pruitt-hero p {
	font-family: font2; letter-spacing: 1px; font-weight: 600;
}

.pruitt-about {
	    background: linear-gradient(to right, #bd992e00, #bd992e00), url(/img/homepage/woody-02.png) no-repeat;
    background-size: cover;
    padding: 150px 0px 150px 0px !important;
}
.pruitt-about h2 {
	font-family: font3; letter-spacing: 1px;
}

.pruitt-about p {
	font-family: font2; letter-spacing: 1px; font-weight: 600;
}


/* Teasers */
.pruitt-teasers{background: linear-gradient(180deg,#fff, #f8f9fb); padding: 120px 0px 120px 0px !important;}
.pruitt-teaser{transition:transform .25s ease, box-shadow .25s ease; height: 100% !important;}
.pruitt-teaser:hover{transform:translateY(-4px); box-shadow:0 1rem 2rem rgba(0,0,0,.15)!important}
.pruitt-teaser-img{height:180px; background-size:cover; background-position:center}
.pruitt-teasers h2 {
	font-family: font3; letter-spacing: 1px;
}

.pruitt-teasers h3 {
	font-family: font3; letter-spacing: 1px;
}

.pruitt-teasers p {
	font-family: font2; letter-spacing: 1px; font-weight: 600;
}

/* Service sections */
.pruitt-service-dark{background:#0e0f12; padding: 200px 0px 200px 0px !important;}
.pruitt-service{ padding: 120px 0px 120px 0px !important;}
.pruitt-service h2 {
	font-family: font3; letter-spacing: 1px;
}

.pruitt-service h3 {
	font-family: font3; letter-spacing: 1px;color:#c37f2c;
}

.pruitt-service p {
	font-family: font2; letter-spacing: 1px; font-weight: 600; 
}



.pruitt-banner{
  height:320px; background-size:cover; background-position:center;
  position:relative; border:1px solid rgba(255,255,255,.2)
}
.pruitt-banner-label{position:absolute; left:12px; bottom:12px}
.pruitt-thumb{aspect-ratio:16/10; overflow:hidden; border-radius:.5rem; border:1px solid rgba(0,0,0,.08)}
.pruitt-thumb img{width:100%;height:100%;object-fit:cover; transition:transform .25s ease}
.pruitt-thumb:hover img{transform:scale(1.05)}

/* Bullets */
.pruitt-ticks{list-style:none; padding-left:0;margin: 35px 0px 55px 0px !important;}
.pruitt-ticks li{position:relative; padding-left:28px; margin:.5rem 0; line-height: 35px;}
.pruitt-ticks li::before{
  content:"✓"; position:absolute; left:0; top:0;
  color:#c37f2c; font-weight:900
}
.pruitt-ticks-light li{color:#e9ecef}

/* Cards */
.pruitt-card{border:1px solid rgba(0,0,0,.06); transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease}
.pruitt-card:hover{transform:translateY(-3px); box-shadow:0 .85rem 1.6rem rgba(0,0,0,.12); border-color:rgba(0,0,0,.12)}
.pruitt-pill{
  border:1px dashed rgba(168,144,72,.45);
  color:#a89048; background:#fff; border-radius:999px; padding:.5rem .75rem; font-weight:700
}

/* CTA */
.pruitt-cta{
  background-image:
    radial-gradient(1000px 300px at 50% 0, rgba(255,255,255,.12) 0%, transparent 70%),
    linear-gradient(135deg, rgba(26,26,26,.80), rgba(13,13,13,.80)),
    url('/img/homepage/woody-02.png');
  background-size: 100% 100%, 100% 100%, cover;
  background-position: center top, center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
  color:#fff;
  background-color: #000 !important;
  padding: 100px 0px 100px 0px !important;
}

.pruitt-cta h2 {
	font-family: font3; letter-spacing: 1px;
}

.pruitt-cta p {
	font-family: font2; letter-spacing: 1px; font-weight: 600;
}
.btn-warning {
	background-color: #e3c876 !important;	border-color: #000 !important; border-width: 2px !important;
	width:100%;
}

.btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.gallery-page .background-video {
    /* width: 100%; */
    max-width: 100%;
}

.home-reviews {
    background: linear-gradient(0deg, #00000078 25%, #000000b3 90%), url(/img/homepage/pruitt-deck-02.png);
    background-size: cover;
    padding: 90px 10px 90px 10px;
}


.contact-section iframe {
    border-radius: 10px;
    border: 2px solid #000;
    box-shadow: 7px -7px 0px 0px #a89048;
}
.footer-section .upper-footer {
    background: linear-gradient(to right, #bd992e9e, #bd992e9c), url(/img/homepage/woody-01.jpg) no-repeat;
    background-size: cover;
    padding: 100px 10px 100px 10px;
}
.footer-section {
    padding: 0 0 10px;
    background: rgb(224, 224, 224);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.service-cities h3 {
    font-size: 1.5rem;
    font-family: 'font3';
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.service-cities h3 span {
    font-size: 2.3rem;
    letter-spacing: 3px;
}
}
/* === Mobile CSS Section ===================== */
@media screen and (max-width: 425px) {



/**** 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: 45px;
}
.home1 h1 {
	font-family: 'font2'; font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
 
.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);
}
 

/**** 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: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}

/**** Footer Section ****/
.footer-section {
 text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
/*.service-cities h4 {
	font-size: 24px; font-weight: 600; color: rgb(255,255,255);
}
.service-cities a {
	font-size: 18px; line-height: 10px; color: rgb(255,255,255);
}*/

/**** 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) {

}