/* ========================================== */
/* === 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/Landster.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font4';
	src:url('../fonts/Plante.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font5';
	src:url('../fonts/Cinzel-Regular.otf') format('opentype');
	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%; background: #78BF42;	z-index:10; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

.top-header img {
	padding: 0px; border-radius: 100%; background: /*#1A150E*/ #999289; margin-bottom: -150px; width: 200px;margin-top: 1px;
}

.top-header .header-contact-email {
	padding: 10px; border-radius: 25px; background: #fff; color: #3f6c19; width: max-content; font-family: font5;
	border: 1px solid #3f6c19; margin-top: 10px;
}

.top-header .header-contact-phone {
	padding: 10px; border-radius: 25px; background: #3f6c19; color: #fff; width: fit-content; font-family: font5;
	border: 1px solid #fff; margin-top: 10px;
}

.top-header  a {
	color: inherit;
}

.top-header-animate {
	background: rgb(255,255,255); margin-top: -75px;
}

.top-header-animate img {
border-radius: 0px;
    width: 125px;
    padding: 0px;
    margin-top: 65px;
    margin-bottom: -115px;
	

}


@media (max-width: 991px){
.top-header img {
    padding: 0px;
    border-radius: 100%;
    background: /*#1A150E*/ #999289;
    margin-bottom: 0;
    max-width: 150px;
    margin-top: 1px;
}
}
/* ======================================== */
/* === 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);
}


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 {
	 position: fixed; background: /*#1a150e*/#999289; width: 100%; z-index: 3;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; padding-top: 25px; border-bottom: 1px solid #fff;
}
.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: 600;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-family: font5;
    margin-top: 50px;
    letter-spacing: 1px;
}
.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: #a3dc4e;
}
.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: 15px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}


.hero-slider {
  position: relative;
  height: 800px;
  overflow: hidden;
  color: #fff; margin-top: 100px;
  font-family: system-ui, sans-serif;
}

.hero-banner {
  position: absolute;
  top:75px;
  width: 100%; display: none;
  z-index: 2; background-size: cover !important;
 padding: 75px 0px 75px 0px;
       background: radial-gradient(circle, rgb(255 255 255 / 92%) 68%, rgb(255 255 255 / 78%) 100%), url(/img/homepage/gb-01.webp);
}

.hero-banner h1 {
  margin: 0 auto;
    font-size: 60px;
    text-align: center;
    font-weight: 500;
    color: #214d23;
    font-family: font4;
    text-transform: uppercase;
    
}

.slides {
  height: 100%;
}

.slide {
  position: absolute;
  inset: 0; padding-top: 135px;
  opacity: 0;
  transition: opacity 0.8s ease;
  background-size: cover;
  background-position: center;
}

.slide::before {
  content: "";
  position: absolute;
  inset: 0;
 /* background: rgba(0,0,0,0.55);*/
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide-content {
  position: relative;
  max-width: 1100px; left: 0%;
  margin: 0 auto;
  padding: 7rem 2rem 2rem;
}

.slide-content h1 {
  font-size: 3.2rem; font-family: font5; font-weight: 600; letter-spacing: 1px;
}

.slide-content h2 {
  font-size: 2.85rem; font-family: font5; font-weight: 600; letter-spacing: 1px;
}

.slide-content h3 {
     font-weight: 500;
    opacity: 0.9; color: white;;
    font-family: font3;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    font-size: 2rem;
	padding: 15px;
	background: #3f6c19;
	width: max-content;
	border-radius: 5px; 
}

.slide-content p {
  max-width: 600px;
  line-height:35px; font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

.slide-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.slide-ctas .btn {
  padding: 0.7rem 1.4rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
  width: fit-content;
}

.btn.primary { background: #4caf50; color: #fff; border-radius: 5px;    font-family: font5;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-size:1.2rem;
    font-weight: 500;}
.btn.secondary { background: #3f301d; color: #fff;  border-radius: 5px;    font-family: font5;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-size:1.2rem;

    font-weight: 500;}
.btn.outline {
 border-radius: 5px;    font-family: font5;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
	font-size:1rem;

  color: #243a31; background: #fff;
}

.nav {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 2;
}

.nav.prev { left: 1rem; }
.nav.next { right: 1rem; }

.dots {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  z-index: 2;
}

.dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
}

.dots button.active {
  background: #fff;
}


/* =========================
   BACKGROUND ZOOM ANIMATION
========================= */

@keyframes slowZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.09); }
}

/* BACKGROUND LAYER */
.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  transform: scale(1);
  will-change: transform;
}

/* GRADIENT OVERLAY */
.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 10%) 25%,
    rgb(0 0 0 / 5%) 100%
  );
  z-index: 1;
}

/* APPLY ZOOM ONLY WHEN ACTIVE */
.slide.active::after {
  animation: slowZoom 8s linear forwards;
}

/* KEEP CONTENT ABOVE BACKGROUND */
.slide-content {
  position: relative;
  z-index: 2;
}

/* =========================
   SLIDE BACKGROUNDS
========================= */

.slide-landscaping::after {
  background-image: url("/img/homepage/landscaping-01.webp");
}

.slide-lawn::after {
  background-image: url("/img/homepage/lawn-care-01.webp");
}

.slide-irrigation::after {
  background-image: url("/img/homepage/irrigation-01.webp");
}

.slide-debris::after {
  background-image: url("/img/homepage/debris-removal-01.webp");
}

.slide-mulch::after {
  background-image: url("/img/homepage/mulch-01.jpeg");
}
.slide-pinestraw::after {
  background-image: url("/img/homepage/br-pinestraw.jpg");
}





@media (max-width: 991px){
	
.hero-slider {
    position: relative;
    height: 75vh;
    overflow: hidden;
    color: #fff;
    margin-top: 0;
    font-family: system-ui, sans-serif;
}
.slide {
    padding-top: 35px;
}
.slide-content h2 {
    font-size: 2rem;
    font-family: font5;
    font-weight: 600;
    letter-spacing: 1px;
}
.slide-content h3 {
    font-weight: 500;
    opacity: 0.9;
    color: white;
    font-family: font3;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    font-size: 1.5rem;
    padding: 15px;
    background: #3f6c19;
    width: fit-content;
    border-radius: 5px;
}

.slide-ctas {
    display: grid;
    gap: 1rem;
	grid-template-columns: 1fr 1fr 1fr;
	
}
.slide-content {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 2rem 2rem;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.slide-content p {
    max-width: 600px;
    line-height: 35px;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    display: none;
}
.nav {
    position: absolute;
    top: 85%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    border: none;
    color: #fff;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    z-index: 2;
}

}



@media (max-width: 690px){
.slide-ctas {
    display: grid;
    gap: 1rem;
	grid-template-columns: 1fr ;
	
}

	
}



.home1 {
	    padding: 75px 0 75px 0;
    background: radial-gradient(circle, rgb(255 255 255 / 86%) 68%, rgb(255 255 255 / 78%) 100%), url(/img/homepage/meadow-01.webp);
    text-align: center;
    background-attachment: fixed;
    background-color: #000000 !important;
}

.home1 h2 {
	font-family:/* 'font4'*/'font5'; font-size: 35px; font-weight: 500; color: #243a31; line-height: 65px;
}

.home1 h3 {
	font-family: font5; font-size: 1.5rem; color: #3f6c19;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; line-height: 35px;
}
.home1 span {
	    color: rgb(28 39 29);
    background: #8BC34A;
    padding: 10px;
    border-radius: 5px;
    font-size: 64px;
    letter-spacing: 3px;
}

.home1 img {
	box-shadow: 1px 1px 10px 1px #000; border-radius: 10px;
}

.home1 .cardy1 {
	padding: 25px; border-radius: 10px; border: 1px dashed #243a31; margin: 10px 0px 10px 0px; background: #fff; height: 100%; 
}

.home1 .cardy1 p {
	font-size: 15px; line-height: 30px;
}

@media (max-width: 991px){
.home1 h2 {
    font-family: /* 'font4'*/'font5';
    font-size: 2rem;
    font-weight: 500;
    color: #243a31;
    line-height: 55px;
}
.home1 span {
    color: rgb(28 39 29);
    background: #8BC34A;
    padding: 10px;
    border-radius: 5px;
    font-size: 2rem;
    letter-spacing: 3px;
}
}

.estimate-section {
  position: relative;
  background-image: url('/img/homepage/lawn-care-02.webp');
  background-size: cover;
  background-position: center;
  padding: 6rem 2rem;
  color: #fff;
}

.estimate-overlay {
  position: absolute;
  inset: 0;
/*background: rgb(0 0 0 / 75%);*/
background: #99928969; 
}

.estimate-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

.estimate-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 3.5rem;
}

.estimate-intro h2 {
  font-size: 45px; font-family: font5;
  margin-bottom: 15px;
}

.estimate-intro h3 {
font-weight: 900;
    opacity: 100%;
    font-family: font3;
    letter-spacing: 2px;
    color: #3f6c19;
    text-transform: uppercase;
    background: #fff;
    width: fit-content;
       padding: 20px 15px 15px 15px;
    border-radius: 10px;
    justify-content: center;
    position: relative;
    display: inline-flex;
    margin-bottom: 35px;
}

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

.estimate-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.estimate-card {
      background: radial-gradient(circle, rgb(255 255 255 / 59%) 68%, rgb(255 255 255 / 0%) 100%), url(/img/homepage/meadow-01.webp);
    background-size: 25%;

  backdrop-filter: blur(4px);
  padding: 2.2rem 2rem;
  text-align: center;
  border-radius: 8px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.estimate-card:hover {
  transform: translateY(-6px);
  background: #7ed957; cursor: pointer;
}

.estimate-card:hover h4 {
	 color: #3f301d
}

.estimate-card:hover p {
	color: #fff;
}

.estimate-card:hover i {
	color: #fff;
}

.estimate-card i {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #7ed957; /* easy brand tweak */
}

.estimate-card h4 {
 font-size:  1.5rem;
    color: #3f301d;
    margin-bottom: 0.8rem;
    font-family: font5;
    font-weight: 600;
    letter-spacing: 1px;
}

.estimate-card p {
  line-height: 30px; color: #000;
  font-size: 15px; font-family: font2; font-weight: 600;
}

@media (max-width: 991px){
.estimate-intro h2 {
    font-size: 2rem;
    font-family: font5;
    margin-bottom: 15px;
}
}




.showcaser {
  background:
    radial-gradient(circle, rgb(255 255 255 / 86%) 68%, rgb(255 255 255 / 78%) 100%),
    url(/img/homepage/meadow-01.webp);
  background-attachment: fixed;
  background-color: #000 !important;
}

.services-showcase {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

.service-tile {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 340px;
  overflow: hidden;
  border-radius: 15px;
}

.tile-wide {
  min-height: 440px;
  margin-bottom: 1.5rem;
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.service-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
  transition: background 0.4s ease;
}
.service-tile::before {
  pointer-events: none;
}
.service-tile::before {
  z-index: 1;
}

.tile-overlay {
  z-index: 2;
  position: absolute;
}
.tile-content {
  position: relative;
  z-index: 3;
}
.service-tile:hover::before {
  background: rgba(0,0,0,0.78);
}

.tile-mini-title {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  z-index: 2;
  color: #fff; background: #0009; padding: 15px; border-radius: 5px;
  font-family: font5;
  font-size: 35px;
  letter-spacing: 0.04em;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.service-tile:hover .tile-mini-title {
  opacity: 0;
  transform: translateY(10px);
}

.tile-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
}

.tile-content {
  color: #fff;
  max-width: 420px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
}

.service-tile:hover .tile-content {
  opacity: 1;
  transform: translateY(0);
}

.tile-content h3 {
  font-family: font5;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

.tile-content p {
  font-family: font2;
  font-size: 17px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 1.2rem;
}

.tile-btn {
  display: inline-block;
  padding: 0.6rem 1.3rem;
  background: #7ed957;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
}

.tile-btn:hover {
  background: #fff;
}

/* Landscaping Expanded Layout */
.tile-landscaping {
  max-width: none;
}

.tile-landscape-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.5rem;
}

.tile-landscape-points {
  list-style: none;
  padding: 50px; background: #fff9;
  margin-top: -25px; border-radius: 15px;
}

.tile-landscape-points li {
  position: relative; color: #000;
  padding-left: 1.4rem;
  margin-bottom: 0.9rem;
  font-family: font3;
  font-size: 20px; letter-spacing: 1px;
  line-height: 1.6;
}

.tile-landscape-points li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #7ed957;
  font-size: 1.4rem;
}

/* Accessibility */
.visually-hidden {
  position: absolute;
  left: -9999px;
}

/* Mobile */
@media (max-width: 991px) {
.tile-landscape-points {
    list-style: none;
    padding: 10px;
    background: #fff9;
    margin-top: -25px;
    border-radius: 15px;
    display: none;
}
	
.tile-wide {
    min-height: 900px;
    margin-bottom: 1.5rem;
}
.tile-wide p {

	display:none;
}
.tile-mini-title {
    position: absolute;
    bottom: 1.6rem;
    left: 0;
    font-size: 2rem;
}
.service-tile {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 560px;
    overflow: hidden;
    border-radius: 15px;
}
.tile-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 2rem;
}
  .tile-grid {
    grid-template-columns: 1fr;
  }

  .tile-landscape-layout {
    grid-template-columns: 1fr;
  }
}

.tile-landscape-left {
	margin-top: 60px;
}


.process-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

.process-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.process-header h2 {
  font-size: 45px;
  margin-bottom: 25px;
  font-family: font5;
}

.process-header h2 span {
	background: #3f6c19; padding: 5px 15px 5px 15px; border-radius: 5px; color: #fff; font-size: 65px;
}

.process-header h3 {
  font-size: 1.85rem;
  font-weight: 500; letter-spacing: 1px;
  margin-bottom: 1rem; text-transform: uppercase; color: #392b0a;
  font-family: font3;
}

.process-header p {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 850px; font-family: font2;
  margin: 0 auto;
}

.process-cards {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.process-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
      background: radial-gradient(circle, rgb(255 255 255 / 86%) 68%, rgb(255 255 255 / 78%) 100%), url(/img/homepage/meadow-01.webp);
    background-color: #fff !important; background-size: 25%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(0,0,0,0.08);
}

/*.process-card.left {
	margin-left: -100px; margin-right: 100px;
}
*/
.process-card.right {
	margin-left: 100px; margin-right: -100px;
}

.process-card.left .process-image {
  order: 1;
}
.process-card.left .process-content {
  order: 2;
}

.process-card.right .process-content {
  order: 1;
}
.process-card.right .process-image {
  order: 2;
}

.process-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.process-content {
  padding: 2.5rem;
}

.process-content h4 {
  font-size: 30px;
  margin-bottom: 0.6rem;
  font-family: font5;
  color: #222;
}

.process-content h4 span {
	color: #3f6c19; font-size: 45px; font-family: font5;
}

.process-content p {
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  line-height: 1.6;
  font-family: font2;
  color: #444;
}

.process-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.process-content ul li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.7rem;
  font-size: 1.1rem;
  line-height: 1.6;
  font-family: font2;
  color: #333;
}

.process-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #7ed957;
  font-size: 1.3rem;
}

/* Mobile */
@media (max-width: 991px) {
  .process-card {
    grid-template-columns: 1fr;
  }
  .process-header h2 {
    font-size: 2.4rem;
    margin-bottom: 25px;
    font-family: font5;
}
.process-header h2 span {
    font-size: 3rem;
	    display: inline-block;
}
  .process-image {
    order: 1 !important;
  }

  .process-content {
    order: 2 !important;
    text-align: center;
	padding: 1.5rem; 
  }
  .process-content ul{
	padding:0;
  }
.process-content ul li {
    position: relative;
    padding-left: .6rem;
    margin-bottom: 0.7rem;
    font-size: 1.1rem;
    line-height: 1.6;
    font-family: font2;
    color: #333;
}
.process-card.right {
    margin-left: 0;
    margin-right: 0;
}
  
}


/**** About Section ****/
/* ================================
   ABOUT HERO
================================ */

.about-hero {
  position: relative;
  min-height: 107vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
}

.about-hero-content {
    position: relative;
    max-width: 1200px;
	    top: 25px;
    margin: 0 auto;
    padding: 6rem 2rem;
    color: #fff;
    z-index: 1;
    background:  #00000069;
    border-radius: 20px;
}
.about-hero-content {
    display: flex;
    flex-direction: column;
}
.about-hero-content h1 {
  font-family: font5;
  font-size: 55px;
  margin-bottom: 10px;
}

.about-hero-content h2 {
  font-family: font3;
  font-size: 22px;
  letter-spacing: 2px;
  color: #a3dc4e;
  margin-bottom: 20px;
  text-transform: uppercase;
  
      font-weight: 900;
    text-shadow: 1px 3px black;
}

.about-hero-content p {
  max-width: 750px;
  font-family: font2;
  font-size: 18px;
  line-height: 34px;
}

/* Legend */
.about-legend {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.about-legend a {
  font-family: font5;
font-size: 1.1rem;
  letter-spacing: 1px;
  color: #a3dc4e;
  text-transform: uppercase;
  text-decoration: none;
    font-weight: 900;
    text-shadow: 1px 3px black;
}

.about-legend a:hover {
  color: #fff;
}
.about-legend {
    order: 1;
}

.about-hero-content h1,
.about-hero-content h2,
.about-hero-content p {
    order: 2;
}


@media (max-width: 991px) {
    
    .about-legend {
        order: 3; /* moves it to the bottom */
        margin-top: 25px;
    }

    .about-hero-content h1,
    .about-hero-content h2,
    .about-hero-content p {
        order: 1;
    }
.about-hero-content {
    position: relative;
    max-width: 1200px;
    top: 25px;
    margin: 0 auto;
    padding: 6rem 1rem;
    color: #fff;
    z-index: 1;
    background: #00000069;
    border-radius: 20px;
}
}

/* ================================
   BASE ABOUT SECTION
================================ */

.about-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 1.5rem;
}
.about-section .about-text.centered{
    text-align: center;
}
.about-section h2 {
  font-family: font5;
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #243a31;
}

.about-section p {
  font-family: font2;
  font-size: 1.15rem;
  line-height: 34px;
}

/* ================================
   WHO WE ARE
================================ */

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.about-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 1px 1px 12px rgba(0,0,0,0.3);
}

/* ================================
   WHAT WE DO – FLIP CARDS
================================ */

.about-services {
  background:
    radial-gradient(circle, rgb(255 255 255 / 88%) 68%, rgb(255 255 255 / 78%) 100%),
    url(/img/homepage/meadow-01.webp);
  background-attachment: fixed;
  padding: 5rem 1.5rem;
}
.about-services .btn.brown {
    background: #3f6c19;
    color: #fff;
    border-radius: 5px;
    font-family: font5;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
}
.about-section-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 3.5rem;
}

.about-section-header h2 {
font-size: 45px;
    font-family: font5;
    margin-bottom: 25px;
}

.about-section-header p {
  font-size: 1.2rem; line-height: 35px; font-family: font2;
}

/* ================================
   ABOUT – FLIP CARDS (5 ACROSS)
================================ */

/* Layout row */
.flip-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  max-width: 1750px;
  margin: 0 auto;
}

/* Card container */
.flip-card {
  perspective: 1200px;
}

/* Inner flip wrapper */
.flip-inner {
  position: relative;
  width: 100%;
  height: 460px;
  transform-style: preserve-3d;
  transition: transform 0.7s ease;
}

/* Flip on hover */
.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

/* Shared face styles */
.flip-front,
.flip-back {
  position: absolute;
  inset: 0;
  border-radius: 15px;
  backface-visibility: hidden;
  overflow: hidden;
}



/* ================================
   FRONT FACE
================================ */

.flip-front {
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

/* Dark overlay */
.flip-front::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
}

/* Front content */
.flip-front i,
.flip-front h3 {
  position: relative;
  z-index: 1;
}

.flip-front i {
  font-size: 42px;
  margin-bottom: 12px;
  color: #a3dc4e;
}

.flip-front h3 {
  font-family: font5;
  font-size: 22px;
  letter-spacing: 1px;
}

/* ================================
   BACK FACE
================================ */

.flip-back {
    background: #a3dc4e;
    transform: rotateY(180deg);
    padding: 25px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flip-back h4 {
  font-family: font5;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #243a31;
}

.flip-back p {
  font-family: font2;
  font-size: 1.2rem;
  line-height: 28px;
  margin-bottom: 15px;
  color: #444;
}

.flip-back ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flip-back ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-family: font2; line-height: 25px;
  font-size: 1rem;
  color: #333;
}

.flip-back ul li::before {
  content: "☑";
  position: absolute;
  left: 0;
  top: 0;
  color: #3f301d;
  font-size: 20px;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 1800px){
.flip-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1750px;
    margin: 0 auto;
}
}
@media (max-width: 1400px) {
  .flip-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .flip-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .flip-row {
    grid-template-columns: 1fr;
  }
}


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

.about-why {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 15rem 1.5rem;
  color: #fff;
}

.about-why-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
}

.about-why-content {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
}

.about-why .why-box {
	text-align: center; padding: 50px 25px 50px 25px; background: #78a92feb; border-radius: 10px;
}

.about-why-content h2 {
  font-size: 45px; font-family: font5;
  margin-bottom: 35px;
}

.about-why-content p {
	font-family: font2;   font-size: 1.15rem;
; line-height: 35px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.why-grid div {
  background: rgb(0 0 0 / 63%);
  padding: 30px;
  border-radius: 12px;
  font-family: font5;
  font-size: 1.25rem; margin-top: 25px;
}

.why-grid i {
  display: block;
  font-size: 35px;
  color: #a3dc4e;
  margin-bottom: 10px;
}

/* ================================
   HOW WE HELP
================================ */

.about-help {
  background: #fff;
  padding: 5rem 1.5rem;
}

.about-help h2 {
	font-family: font5; font-size: 50px; text-align: center; margin-bottom: 75px;
}

.about-help h3 {
	font-family: font5; font-size: 1.8rem; color: #3f6c19;
}

.about-help p {
	font-family: font2;
  font-size: 1.125rem;
  line-height: 35px;
}

.about-help .help-box {
	padding: 50px 15px; border-radius: 10px;     border: 2px dotted #3f6c19; text-align: center; height: 100%;
	background: radial-gradient(circle, rgb(255 255 255 / 69%) 68%, rgb(255 255 255 / 78%) 100%), url(/img/homepage/meadow-01.webp);
    background-attachment: fixed;
}

.help-inner {
  max-width: /*900px*/;
  margin: 0 auto;
}

.help-list {
  list-style: none;
  padding: 0;
  margin-top: 2.5rem;
}

.help-list li {
  font-family: font2;
  font-size: 18px;
  line-height: 34px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}

.help-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #7ed957;
  font-weight: bold;
}

.about-help img {
    border-radius: 15px;
    box-shadow: 1px 1px 12px rgba(0,0,0,0.3);
}
/* ================================
   CTA
================================ */

.about-cta {
  background: #2c652e;
  color: #fff;
  text-align: center;
  padding: 4rem 1.5rem;
}

.about-cta h2 {
  font-size: 40px; font-family: font5;
  margin-bottom: 20px;
}

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

@media (max-width: 991px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-content h1 {
    font-size: 40px;
  }

  .flip-inner {
    height: 500px;
	
  }
  .flip-back{
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; 	
  }
  
.about-help img {
	
	margin: 20px 0; 
    border-radius: 15px;
    box-shadow: 1px 1px 12px rgba(0,0,0,0.3);
    width: 100%;
}
}

.about-serve {
    padding: 10rem 1.5rem;
    background: radial-gradient(circle, #1a150ec2 68%, #1a150ec2 100%), url(/img/homepage/dirt-bg-01.webp);
    background-attachment: fixed;
    text-align: center;
    background-color: #1a150e;
    background-size: 10%;
    color: #fff;
}

.about-serve h2 {
	font-family: font5; font-size: 45px;
}
.about-serve p {
	font-family: font2;
  font-size: 1.25rem;
	
	line-height: 35px;
}
.serve-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  max-width: 1200px;
  margin: 3rem auto 0;
}

.serve-grid span {
  background: #f5f5f5;
  padding: 15px; color: #3f6c19;
  border-radius: 6px;
  font-family: font5;
}


/**** Services Section ****/
/* ================================
   FULL SCREEN SERVICES HERO
================================ */

.services-hero-full {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

/* Grid layout */
.services-hero-grid {
  display: grid;
  grid-template-columns: 4fr 8fr; /* col-4 / col-8 feel */
  height: 100%;
}

/* LEFT CONTENT */
.services-hero-left {
  padding: 6rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
}

.services-hero-left h1 {
  font-family: font5;
  font-size: 55px;
  margin-bottom: 10px;
  color: #243a31;
}

.services-hero-left h2 {
  font-family: font3;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3f6c19;
  margin-bottom: 20px;
}

.services-hero-left p {
  font-family: font2;
  font-size: 18px;
  line-height: 34px;
  max-width: 420px;
}

 
/* RIGHT IMAGE */
.services-hero-right {
  position: relative;
  background-size: cover;
  background-position: center;
    display: flex;
    align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

/* Dark overlay for contrast */
.services-hero-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.35) 0%,
    rgba(0,0,0,0.15) 35%,
    rgba(0,0,0,0.0) 70%
  );
}

/* FLOATING LEGEND */
.services-hero-legend {
    position: absolute;
    bottom: 235px;
    right: 415px;
    z-index: 2;
    background: #ffffffd1;
    padding: 125px 130px;
    border-radius: 12px;
    display: grid;
    gap: 12px;;
}

.services-hero-legend a {
  font-family: font5;
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1d451f;
  text-decoration: none;
  transition: color 0.2s ease;
}

.services-hero-legend a:hover {
  color: #a3dc4e;
}

/* ================================
   RESPONSIVE
================================ */
@media(max-width : 1500px){
.services-hero-legend {
    position: absolute;
    bottom: 235px;
    right: 0;
    z-index: 2;
    background: #ffffffd1;
    padding: 125px 130px;
    border-radius: 12px;
    display: grid;
    gap: 12px;
}
}
@media (max-width: 1100px) {
  .services-hero-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-hero-left {
    padding: 4rem 2rem;
  }

  .services-hero-right {
    min-height: 50vh;
    display: flex;
    align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  }

  .services-hero-legend {
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 991px) {
.services-hero-left h1 {
    font-family: font5;
    font-size:2rem;
    margin-bottom: 10px;
    color: #243a31;
}

.services-hero-left p {
    font-family: font2;
    font-size: 18px;
    line-height: 34px;
    max-width: max-content;
}
.services-hero-legend {
    position: absolute;
    bottom: 235px;
    right: 415px;
    z-index: 2;
    background: #ffffffd1;
    padding: 125px 10px;
    border-radius: 12px;
    display: grid;
    gap: 12px;
}
.services-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
}

  .services-hero-full {
    height: auto; /* important */
    overflow: visible; /* prevents clipping */
  }

  .services-hero-right {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  }

  .services-hero-legend {
    position: relative; /* key change */
    bottom: auto;
    right: auto;
    margin: 20px;
    padding: 25px;
    width: auto;
  }
.services-hero-legend a {
    font-family: font5;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #1d451f;
    text-decoration: none;
    transition: color 0.2s ease;
}
}

.services-why {

  max-width: 100%;
  margin: 0 auto;
  padding: 10rem 1.5rem;
      background: radial-gradient(circle, rgb(255 255 255 / 86%) 68%, rgb(255 255 255 / 78%) 100%), url(/img/homepage/meadow-01.webp);
    background-attachment: fixed;
    background-color: #000 !important;
}

.services-why h2 {
	font-family: font5; font-size: 45px;
}

.services-why p {
	font-size: 1.2rem; line-height: 35px; font-family: font2;
}

.services-why-list {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
    column-count: 2;
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.services-why-list li {
    font-family: font3;
    font-size: 1.6rem;
    margin-bottom: 12px;
    padding: 25px;
    border: 1px solid #4CAF50;
    background: #fff;
    border-radius: 15px;
    width: auto;
	    display: flex;
    align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.services-why-list li i {
	color: #236325;     font-size: 30px;
    margin-right: 25px;
}


.services-card-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
}

.service-card {
  padding: 40px 20px;
  background: #fff;
  color: #3f6c19;
  font-family: font5; font-size: 25px;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
}




@media (max-width: 991px) {
	
	
.services-why h2 {
    font-family: font5;
    font-size: 2rem;
}
.services-why-list {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
    column-count: 1;
	    grid-template-columns: 1fr;

}
.services-card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}


}



/* ================================
   SERVICES – DETAIL SECTIONS
================================ */

.service-section {
  padding: 6rem 1.5rem;
}
.service-section a.primary-cta {
    background: #4caf50;
    color: #fff;
    border-radius: 5px;
    font-family: font5;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 15px;
    display: inline-flex;
    width: auto;
    text-align: center;
    flex-wrap: wrap;
}
.service-section a.primary-cta:hover {
    background: #38cd3e;
}
.service-section.alt {
  background: #f9f9f9;
}
 
.service-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.service-section.reverse .service-text {
  order: 2;
}

.service-section.reverse .service-image {
  order: 1;
}

.service-text h2 {
  font-family: font5;
  font-size: 42px;
  margin-bottom: 15px;
  color: #243a31;
}

.service-text p {
  font-family: font2;
  font-size: 1.2rem;
  line-height: 34px;
  margin-bottom: 20px;
}

.service-text ul {
  list-style: none;
  padding: 0;
}

.service-text ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-family: font2;
  font-size: 1.15rem;
}

.service-text ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #7ed957;
  font-weight: bold;
}

.service-image {
  min-height: 420px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

/* Mobile */
@media (max-width: 991px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-section.reverse .service-text,
  .service-section.reverse .service-image {
    order: unset;
  }
  
  
.service-text h2 {
    font-family: font5;
    font-size: 2rem;
    margin-bottom: 15px;
    color: #243a31;
}
}


.services-cta {
  background: #243a31;
  color: #fff;
  text-align: center;
  padding: 5rem 1.5rem;
}

.services-overview {
	padding: 125px 25px;
	    background: radial-gradient(circle, #1a150ec2 68%, #1a150ec2 100%), url(/img/homepage/dirt-bg-01.webp);
    background-attachment: fixed;
    text-align: center;
    background-color: #1a150e;
    background-size: 10%;
}

/**** Gallery Section ****/
.gallery-page {
	padding: 195px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

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

/* Location Cards */
.location-card-wrap {
  margin-top: 25px;
}

.location-card {
  height: 100%;
  padding: 22px 20px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.location-card h5 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.35rem;
}

.location-card p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #555;
}

.location-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

@media (max-width: 991px){
.location-card-wrap {
    margin-top: 25px;
    display: grid;
    gap: 20px;
}

.area iframe{
	height: 500px; 
}

}
/**** 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;
	background: radial-gradient(circle, rgb(255 255 255 / 86%) 68%, rgb(255 255 255 / 78%) 100%), url(/img/homepage/meadow-01.webp);
    background-attachment: fixed;
    background-color: #000 !important;
}

.contact-section .contact-content {
	padding: 75px 25px; position: relative; border: 5px solid #3f301d; border-right: none; left: 12%; border-radius: 25px;
	background: #fff;  border-top-right-radius: 0px;  border-bottom-right-radius: 0px; border-top-width: 7px; height: 100%;
}

.contact-section .form-box {
	border: 5px solid #3f301d; border-left: none; background: #fff; border-radius: 25px; padding: 100px 15px; height: 100%;
	border-top-width: 7px;
}
.contact-section h2 {
	font-size: 40px; font-family: font5; font-weight: 500; 
}

.contact-section h2 span {
	color: #3f6c19;
}

.contact-section h3 {
	    font-size: 20px;
    font-family: 'font5';
    font-weight: 400;
   
    line-height: 30px; color: #000;
}

.contact-section h3 strong {
	color: #3f6c19; text-transform: uppercase;
}

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

.contact-section hr {
	height: 2px; opacity: 85%; background: #3f301d;
}




.contact-section-v2{
	
	
	
}
.contact-section-v2 {
	padding: 50px 0 50px 0;
	background: radial-gradient(circle, rgb(255 255 255 / 86%) 68%, rgb(255 255 255 / 78%) 100%), url(/img/homepage/meadow-01.webp);
    background-attachment: fixed;
    background-color: #000 !important;
}




.contact-section-v2 .contact-grid{
	
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	
	gap: 0px; 
	
	
}



.contact-section-v2 .contact-content {
    padding: 75px 25px;
    position: relative;
    top: 29.9%;
    border: 5px solid #3f301d;
    /*border-right: none;*/
    left: 15px;
    border-radius: 25px;
    background: #fff;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-width: 7px;
}
.contact-section-v2 h2 {
	font-size: 40px; font-family: font5; font-weight: 500; 
}

.contact-section-v2 h2 span {
	color: #3f6c19;
}

.contact-section-v2 h3 {
	    font-size: 20px;
    font-family: 'font5';
    font-weight: 400;
   
    line-height: 30px; color: #000;
}

.contact-section-v2 h3 strong {
	color: #3f6c19; text-transform: uppercase;
}

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

.contact-section-v2 hr {
	height: 2px; opacity: 85%; background: #3f301d;
}


@media (max-width: 991px){
.contact-section .contact-content {
    padding: 75px 25px;
    position: relative;
    border: 5px solid #3f301d;
     border-right: 5px solid; 
    left: 0;
    border-radius: 25px;
    background: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-width: 7px;
    height: 100%;
}
.contact-section h2 {
    font-size: 2rem;
    font-family: font5;
    font-weight: 500;
}
.contact-section h3 {
    font-size: 1rem;
    font-family: font2;
    font-weight: 800;
    text-align: center;
    color: rgb(12,12,12);
}
}

/* ========================================== */
/* === 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 .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: radial-gradient(circle, rgb(255 255 255 / 86%) 68%, rgb(255 255 255 / 78%) 100%), url(/img/homepage/meadow-01.webp);
    background-attachment: fixed;
    background-color: #000 !important; font-size: 18px; font-weight: 400;
}
.footer-section .upper-footer {
	background: #999289; padding: 50px; margin-bottom: 100px;
}
.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 {
    font-weight: 900;
    font-size: 16px;
    color: #78bf42;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
font-size: 15px; line-height: 25px;font-family: 'font2';
}
.service-cities h4 {
	font-size:  1.65rem; font-family: 'font5'; 
}
.service-cities h3 {
	font-size: 40px; font-family: 'font5'; 
}
.bottom-footer {
	padding: 25px 0px 15px 0px; background: #78bf42; margin-top: 100px;
}
.bottom-footer a {
	color: #fff;
}
.bottom-footer .vms-link-wrapper {
	position: relative; top: -10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; font-size: 14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display: flex; justify-content: center;	align-items: center; border: 1px solid #fff; border-radius: 100px; height: 28px; width: 28px; margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration: none !important; color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0;margin-bottom: -10px;background: #1a150e; 
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}





/* === 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) {
	
}
 
/* === Mobile 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-top-header .logo {
	
	top:15px;
	position:absolute;
}

.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(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform: scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 1.3em; font-family: 'Raleway'; text-align: center;
}
.navbar-sidebar {
	padding-top: 84px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 4; 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: /* 'font4'*/ 'font5';
        font-size: 1rem;
        font-weight: 500;
        color: #243a31;
	
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/**** Home Section ****/
.home-header-section {
	padding-top: 125px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit;	white-space: nowrap; background: 0 0; border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
 
/**** About Section ****/


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


/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
 

/**** 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 {
	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;
}
.bottom-footer div[class*='col-']:nth-child(3) {
    display: flex;
    justify-content: center;
    font-size: 14px;
}
/**** Misc. Section ****/
 
.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) {

}