/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');

@font-face {
	font-family: 'font';
	src:url('../fonts/CaslBdRg.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}
body,html{
	overflow-x:hidden; 
}
.mt-spacer{
	margin-top:150px; 
}
.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}


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

.home-faqs img {
	border-radius: 7px; border: 3px solid #000; box-shadow: -15px -15px 0px 0px #146c37; margin-top: 50px;
}

.faq-section {
  max-width: 800px;
  margin: 0 auto;
}

.faq-section h2 {
	font-family: Montserrat; color: #146c37; text-align: center;
}

.accordion-item {
  border-bottom: 1px solid #e2e2e2;
}

.accordion-header {
  width: 100%;
  text-align: left;
  padding: 16px;
  background: #f7f7f7;
  border: none;
  cursor: pointer; font-family: font2;
  font-size: 1.1rem;
  font-weight: 600;
  transition: background 0.3s ease;
}

.accordion-header:hover {
  background: #e9e9e9;
}

.accordion-content {
  display: none;
  padding: 16px;
  background: #fff;
}

.accordion-content ul {
  margin-top: 10px;
  padding-left: 20px;
}

.accordion-content ul li {
  margin-bottom: 6px;
}

.accordion-item p {
	font-family: font2;
}

.accordion-item a {
	color: #146c37; font-weight: 600;
}

.home-reviews {
	    background-image: linear-gradient(rgb(0 0 0 / 0%), #00000000), url(/img/home-slide-2.jpg);
    background-size: cover; padding: 100px 0px;
}
.reviews-section {
  max-width: 1200px;
  margin: 0 auto;    
}

.reviews-section h2 {
	font-family: Montserrat; text-align: center; font-weight: 600; font-size: 45px; padding: 10px; color: #fff; text-shadow: 1px 1px 1px #000;
}

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

.review-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  position: relative;
}


.review-card h3 {
	font-family: font2; font-weight: 600; font-size: 22px; letter-spacing: 1px;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.avatar {
  width: 55px;
  height: 55px;
  background: #0F8029;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700; margin-right: 15px;
  font-size: 18px;
  text-transform: uppercase;
}


.stars {
  color: #ffb400;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.review-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* controls initial clamp */
  -webkit-box-orient: vertical; font-family: font2;
  transition: max-height 0.3s ease;
}

.review-text.expanded {
  -webkit-line-clamp: unset;
}

.read-more-btn {
  margin-top: auto;
  background: none;
  border: none;
  color: #0F8029;
  cursor: pointer;
  padding: 0;
  margin-top: 10px;
}

.hidden {
  display: none;
}

.reviews-button-wrapper {
  text-align: center;
  margin-top: 30px;
}

#loadMoreBtn {
  padding: 12px 25px;
  background: #0F8029;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  border: none;
}


/***************************************

-webkit-transition: all .30s ease;
-moz-transition: all .30s ease;
-o-transition: all .30s ease;
transition: all .30s ease;

****************************************/

/************************* NEW DESKTOP TEMPLATE DISPLAY STYLING 2020 START ***********************************/
.home-header-section {
	padding-top: 105px;
}


/******* Mobile Navigation Section *******/
.mobile-menu {
	display:none;
}
.dropdown-wrapper {
	margin:0;
	padding:0;
}
.mobile-menu .dropdown-menu-mobile {
	  position:relative;
	  display:none;
	  top: 100%;
	  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: #101010;
	  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;
}
.mobile-menu .dropdown-menu-mobile a {
	color:#545454;
	font-weight:600 !important;
	font-size: 1.3em;
	font-family:'Raleway';
	text-align:center;
}
/******* Mobile Navigation Section *******/

.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: 18px;
    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%;
		font-weight: 600;
		font-family: 'font2';
    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;
}


.gift-certificate {
	padding: 30px 0 30px 0; background: rgb(20,108,55);
}
.gift-certificate h1 {
	font-size: 2.5rem; text-align: center; color: rgb(255,255,255);
}
.gift-certificate hr {
height: 1px; background-color: black; border: none; width:70%;
}
.gift-certificate h3 {
	font-size: 1.7rem; text-align: center; color: rgb(255,255,255);
}
.gift-certificate a {
	color: rgb(255,255,255);
}
.gift-certificate a:hover {
	color: rgb(255,255,255);
}





/* CUSTOM CAROUSEL STYLES — SAFE AND ISOLATED */
.custom-carousel {
  position: relative;
  height: 85vh;
  width: 101%;
  overflow: hidden;
  font-family: Arial, sans-serif;
  z-index: 0;
}

.custom-carousel .carousel-slides {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}

.custom-carousel .carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

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

.custom-carousel .carousel-info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  background: rgba(0, 0, 0, 0.4);
}

.custom-carousel .carousel-info h1 {
  color: #fff;
  font-family: font4;
  font-size: 35px;
  text-shadow: 1px 1px 1px #000;
  letter-spacing: 2px;
}

.custom-carousel .carousel-info h1 span {
  color: #9d0817;
  font-size: 70px;
}

.custom-carousel .carousel-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 20px 0;
}

.custom-carousel .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 0;
  border-radius: 15px;
}

.custom-carousel .carousel-service h3 {
  font-family: font8;
  text-shadow: 1px 1px 1px #000;
  font-size: 18px;
  width: 175px;
}

.custom-carousel .carousel-service h3 span {
  color: #9D0817;
}

.custom-carousel .carousel-quote-button {
  background-color: #28a745;
  padding: 15px 25px;
  border-radius: 10px;
  font-family: font4;
  margin-top: 20px;
}

.custom-carousel .carousel-quote-button h5 {
  margin: 0;
  color: #fff;
}

.custom-carousel .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: 4;
  font-size: 24px;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.custom-carousel .carousel-nav:hover {
  background: rgba(0, 0, 0, 0.8);
}

.custom-carousel .carousel-nav.prev {
  left: 20px;
}

.custom-carousel .carousel-nav.next {
  right: 20px;
}




















.container-padder{
	
	padding: 35px 10px; 
}
.company-banner{
	
	padding: 0; background: rgb(20,108,55);

		display:flex;
		justify-content: center;
		align-items: center; 
}



.company-banner h2 {
	font-size: 2.5rem; text-align: center; color: rgb(255,255,255); font-weight: 700;
	transition: 0.3s; 
}
.company-banner h2 span{
	text-decoration: underline; 
}
.company-banner hr {
height: 1px; background-color: black; border: none; width:70%;
}
.company-banner h3 {
	font-size: 1.7rem; text-align: center; color: rgb(255,255,255);
}
.company-banner a {
	color: rgb(255,255,255);
}
.company-banner a:hover h2 {
	color: rgb(128 195 155);
}

.company-banner img {
	width: 65%;
}

.home-page-section-1 {
	padding: 100px 0 125px 0;
	background: rgb(255,255,255);
}
.home-page-section-1 h1 {
	color: rgb(35,31,32);
	font-size: 3rem;
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	top: 50px;
	margin: 0 0 20px;
	border-radius: 1.5rem;
	padding: 18px 10px;
	background: rgba(255,255,255);
	border: none;
	box-shadow: none;
	visibility: hidden;
}
.card h2 {
	font-size:2rem;
	text-align: center;
	color: rgb(35,31,32);
}
.card p {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	font-family: 'font2';
	color: rgb(12,12,12);
}
.card a {
	font-size: 16px;
	font-weight: 600;
	color: rgb(255,255,255);
	background: rgb(20,108,55);
	padding: 9px 15px 9px 15px;
	border-radius: 1.6rem;
	border: none;
}
.card a:hover {
	color: rgb(255,255,255);
	background: rgb(20,108,55,0.8);
}
.card i {
	font-size: 60px;
	color: rgb(20,108,55);
}
.card .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(24,149,11);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card .btn span {
	position:relative;
	color: rgb(24,149,11);
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}

.card:hover .btn {
	background:transparent !important;
	color: rgb(24,149,11);
}
.card:hover span {
	left:12px;
}

/* Initial hidden state */
.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Reveal when in viewport */
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}


.home-page-section-2 {
	background: rgb(245,245,245);
	padding: 75px 0 75px 0 !important;
}
.home-page-section-2 h2 {
	font-size: 3rem;
	color: rgb(20,108,55);
	padding-bottom: 40px;
	text-align: center;
}
.home-page-section-2 p {
	font-size: 16px;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(12,12,12);
}
.home-page-section-2 li {
	font-size: 16px;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(12,12,12);
}
.home-page-section-2 strong {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(20,108,55);
}
.home-page-section-2 img {
	border-radius: 0.6rem;
}
.home-page-section-3 {
	padding: 75px 0 75px 0;
	background: linear-gradient(30deg, rgb(135,170,188), rgb(167,197,212), rgb(135,170,188));
	border-top: 5px solid rgb(101,140,160);
	border-bottom: 5px solid rgb(101,140,160);
}
blockquote {
font-size: 2rem;
text-align: center;
line-height: 50px;
color: rgba(255,255,255);
font-weight: 600;
}
cite {
display: block;
text-align: center;
font-family: Verdana, Arial, sans-serif;
margin-top: 1rem;
font-size: 16px;
color: #FFFFFF;
font-style: normal;
}
blockquote q {
font-family: Georgia, serif;
font-style: italic;
letter-spacing: .1rem;
}
blockquote q span { 
will-change: opacity, filter;
opacity: 0;
filter: blur(0px);
}
q {
quotes: "“" "”" "‘" "’";
}
q:before {
content: open-quote;
margin-right: .8rem;
}
q:after {
content: close-quote;
}
q:before, q:after {
color: rgb(101,140,160);
font-size: 4rem;
}
.home-page-section-4 div[class*='col-'] {
padding:0;
position: relative;
overflow: hidden;
}
.flat-contact-section {
	padding: 75px 0 75px 0;
	background: rgb(245,245,245);
}
.flat-contact-section h2 {
	font-size: 3rem;
	text-align: center;
	color: rgb(20,108,55);
	padding-bottom: 40px;
}
.flat-contact-section h3 {
	font-size: 1.8rem;
	text-align: center;
	color: rgb(20,108,55);
	padding-bottom: 15px;
}

.home-gallery   {
	padding: 50px 0; 
}
.home-gallery h3 {
    text-align: center;
    font-size: 2.5rem;
    color: rgb(20,108,55);
}
/* 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; }
}

/* Reusable Chemeketa Course Banner */

.kgd-course-banner {
  padding: 34px 15px;
  background:
    linear-gradient(90deg, rgba(20,108,55,.94), rgba(20,108,55,.86)),
    url(/img/homepage/leaf-pattern.png);
  background-size: cover;
  background-position: center;
}

.kgd-course-banner__inner {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 26px;
  padding: 30px 34px;
  background: rgba(255,255,255,.96);
  border-radius: 1.5rem;
  box-shadow: 0 12px 32px rgba(0,0,0,.18);
  border-left: 8px solid rgb(20,108,55);
}

.kgd-course-banner__icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgb(20,108,55);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}

.kgd-course-banner__icon i {
  font-size: 38px;
}

.kgd-course-banner__content span {
  display: inline-block;
  margin-bottom: 8px;
  font-family: 'font2';
  font-size: 14px;
  font-weight: 700;
  color: rgb(20,108,55);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.kgd-course-banner__content h2 {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1.2;
  color: rgb(35,31,32);
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.kgd-course-banner__content p {
  margin: 0;
  font-family: 'font2';
  font-size: 16px;
  line-height: 28px;
  color: rgb(12,12,12);
  font-weight: 600;
}

.kgd-course-banner__action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 13px 22px;
  background: rgb(20,108,55);
  color: #fff;
  border-radius: 999px;
  font-family: 'font2';
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: .25s ease;
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}

.kgd-course-banner__action a:hover {
  background: rgba(20,108,55,.82);
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}

@media (max-width: 991px) {
  .kgd-course-banner__inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 30px 24px;
  }

  .kgd-course-banner__icon {
    margin: 0 auto;
  }

  .kgd-course-banner__content h2 {
    font-size: 1.65rem;
  }

  .kgd-course-banner__action a {
    width: 100%;
    max-width: 260px;
  }
}

@media (max-width: 575px) {
  .kgd-course-banner {
    padding: 26px 12px;
  }

  .kgd-course-banner__inner {
    padding: 26px 18px;
    border-left: none;
    border-top: 7px solid rgb(20,108,55);
  }

  .kgd-course-banner__content h2 {
    font-size: 1.4rem;
  }

  .kgd-course-banner__content p {
    font-size: 15px;
    line-height: 26px;
  }
}



/*FAQ Page*/
.faq {
	padding: 120px 0 75px 0;
	background: white;
}
.faq h1 {
	font-size: 2.7rem;
	font-weight: 800;
	padding-bottom: 15px;
	color: #118652;
	text-align: center;
	
	
}
.faq h2 {
	font-size: 1.3rem;
	font-weight: 800;
	padding-bottom: 5px;
	color: black; 
	text-align: center;
}
.faq .box{
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.faq span{
  transition: 200ms;
  font-weight: 600;
  font-size: 1.1rem;
}
.faq .bg-dark {
  background-color: #118652!important;
}
.faq .bg-dark:hover {
  background-color:#118652!important;
}
.faq .content, .faq .content_2, .faq .content_3, .faq .content_4, .faq .content_5,
.faq .content_6, .faq .content_7, .faq .content_8, .faq .content_9, .faq .content_10, .faq .content_11, .faq .content_12 {
  overflow: hidden;
  max-height: 0px;
  transition: 300ms ease-in;
	background: rgb(255,255,255);
	border: 0px solid black !important;
}
.faq .header, .faq .header_2, .faq .header_3, .faq .header_4, .faq .header_5,
.faq .header_6, .faq .header_7, .faq .header_8, .faq .header_9, .faq .header_10, .faq .header_11, .faq .header_12 {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
    margin: 20px 0 0;
	border-radius:10px; 
}
/*FAQ Page END*/	




.about-page-section-1 {
	padding: 125px 0 75px 0;
	background: rgb(245,245,245);
}
.about-page-section-1 h1 {
	font-size: 3rem;
	color: rgb(20,108,55);
	text-align: center;
	padding-bottom: 40px;
}
.about-page-section-1 h2 {
	font-size: 3rem;
	color: rgb(20,108,55);
	text-align: center;
	padding-bottom: 40px;
}
.about-page-section-1 p {
	font-size: 18px;
	font-family: 'font2';
	font-weight: 600;
	text-align: justify;
	color: rgba(12,12,12);
}
.about-page-section-1 li {
	color: rgb(12,12,12);
	font-weight: 600;
	font-family: 'font2';
	font-size: 16px;
}
.about-page-section-1 strong {
	color: rgb(20,108,55);
}
.about-page-section-1 span {
	color: rgba(135,170,188);
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
}
.about-page-section-1 img {
	width: 100%; height: 100%; border-radius: 0.8rem;
}
.testimonials h2{
	font-size: 3rem;
	color: rgb(20,108,55);
	text-align: center;
	padding-bottom: 20px;
}
.serv1 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.serv1 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv1 p {
	font-size: 16px;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(12,12,12);
	text-align: justify;
}
.serv1 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv1 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv1 img {
	border-radius: 0.6rem;
}
.serv1 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.service-page-section-2 {
	padding: 100px 0 100px 0;
	background: linear-gradient(to left, rgb(255, 255, 255) 40%, rgba(27, 27, 27, 0)), url(../img/service-image-2.jpg) 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.service-page-section-2 h3 {
	text-align: right;
	font-size: 4rem;
	color: rgb(135,170,188);
	font-family: 'font';
}
.service-page-section-2 h4 {
	text-align: right;
	color: rgb(135,170,188);
	font-family: 'font';
	font-size: 2.5rem;
}
.service-page-section-2 p {
	text-align: right;
	font-size: 18px;
	font-weight: 600;
	color: rgb(12,12,12);
}
/*** Josh CSS Section Start ***/
.josh-section-header {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.josh-section-header h1 {
	font-size: 2rem;
	padding-top: 20px;
	padding-bottom: 20px;
	color: rgb(20,108,55);
	text-align: center;
}
.josh-section-header h2 {
	font-size: 2rem;
	color: rgb(20,108,55);
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.josh-section-header img {
	border-radius: 0.6rem;
}
.josh-section-header p {
	font-size: 16px;
	color: rgb(12,12,12);
	font-family: 'font2';
	font-weight: 600;
	text-align: justify;
}
.josh-section-header .plant-service-box {

	background: rgb(20 108 55 / 70%);
	color: white;
	
	border-radius: 20px;
	padding: 15px; 
	
	
	
}
.josh-section-header .plant-service-box *{

	color: white;
}
.josh-section-header strong {
	color: rgb(20,108,55);
	font-weight: 600;
	font-family: 'font2';
}
.josh-section-header li {
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	color: rgb(12,12,12);
}
.josh-section-content {
	padding: 25px 0 75px 0;
	background: rgb(255,255,255);
}

.owners-assistant-simple-cta {
    display: inline-block;
    margin-top: 18px;
    padding: 12px 24px;
    background: rgb(20,108,55);
    color: rgb(255,255,255) !important;
    border: 2px solid rgb(20,108,55);
    border-radius: 999px;
    font-family: 'font2';
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: .3s ease;
}

.owners-assistant-simple-cta:hover {
    background: transparent;
    color: rgb(20,108,55) !important;
    transform: translateY(-3px);
}


/*Owners Assistant Services Page*/


/**** Owner's Assistant Services Page ****/

.owners-assistant-hero {
	padding: 110px 0 80px 0;
	background:
		linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,250,247,0.96));
}

.owners-assistant-image-stack {
	position: relative;
	padding: 20px;
}

.owners-assistant-image-stack img {
	width: 100%;
	border-radius: 18px;
	box-shadow: 0 14px 35px rgba(0,0,0,0.14);
	border: 6px solid rgb(255,255,255);
}

.owners-assistant-offset {
	margin-top: 24px;
	margin-left: 42px;
	max-width: calc(100% - 42px);
}

.owners-assistant-intro-card {
	height: 100%;
	padding: 45px;
	background: rgb(255,255,255);
	border-radius: 24px;
	box-shadow: 0 18px 45px rgba(0,0,0,0.1);
	border-left: 8px solid rgb(20,108,55);
}

.owners-assistant-intro-card span,
.owners-assistant-heading span,
.owners-assistant-license-content span {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'font2';
	font-weight: 900;
	color: rgb(20,108,55);
}

.owners-assistant-intro-card h1 {
	font-size: 2.65rem;
	line-height: 1.15;
	color: rgb(20,108,55);
	margin-bottom: 18px;
	text-align: left;
}

.owners-assistant-intro-card p,
.owners-assistant-heading p,
.owners-assistant-feature-box p,
.owners-assistant-service-card p,
.owners-assistant-license-content p,
.owners-assistant-cta-card p {
	font-size: 16px;
	color: rgb(35,35,35);
	font-family: 'font2';
	font-weight: 600;
	line-height: 1.75;
	text-align: justify;
}

.owners-assistant-btn {
	display: inline-block;
	margin-top: 16px;
	padding: 13px 26px;
	background: rgb(20,108,55);
	color: rgb(255,255,255) !important;
	border: 2px solid rgb(20,108,55);
	border-radius: 999px;
	font-size: 15px;
	font-family: 'font2';
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: .3s ease;
}

.owners-assistant-btn:hover {
	background: transparent;
	color: rgb(20,108,55) !important;
	transform: translateY(-3px);
}


/**** Overview ****/

.owners-assistant-overview {
	padding: 75px 0;
	background: rgb(255,255,255);
}

.owners-assistant-heading {
	max-width: 930px;
	margin: 0 auto 40px auto;
	text-align: center;
}

.owners-assistant-heading h2,
.owners-assistant-license-content h2,
.owners-assistant-cta-card h2 {
	font-size: 2.2rem;
	line-height: 1.25;
	color: rgb(20,108,55);
	padding-top: 0;
	padding-bottom: 14px;
	text-align: center;
}

.owners-assistant-heading p {
	text-align: center;
}

.owners-assistant-feature-box {
	height: 100%;
	padding: 32px;
	background: rgb(246,250,247);
	border-radius: 20px;
	border: 1px solid rgba(20,108,55,0.14);
	box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}

.owners-assistant-feature-box.green {
	background: rgb(20 108 55 / 88%);
}

.owners-assistant-feature-box h3 {
	font-size: 1.5rem;
	color: rgb(20,108,55);
	font-weight: 800;
	margin-bottom: 12px;
}

.owners-assistant-feature-box.green h3,
.owners-assistant-feature-box.green p {
	color: rgb(255,255,255);
}


/**** How I Assist ****/

.owners-assistant-how {
	padding: 80px 0;
	background:
		linear-gradient(rgba(20,108,55,0.9), rgba(20,108,55,0.92)),
		url("https://kellisgardendesign.com/img/section-6/003.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.owners-assistant-how .owners-assistant-heading h2,
.owners-assistant-how .owners-assistant-heading p {
	color: rgb(255,255,255);
}

.owners-assistant-card-row {
	margin-bottom: 24px;
}

.owners-assistant-service-card {
	height: 100%;
	padding: 34px;
	background: rgba(255,255,255,0.94);
	border-radius: 20px;
	box-shadow: 0 16px 40px rgba(0,0,0,0.18);
	transition: .3s ease;
}

.owners-assistant-service-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 48px rgba(0,0,0,0.24);
}

.owners-assistant-service-card strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: rgb(20,108,55);
	color: rgb(255,255,255);
	font-size: 18px;
	font-family: 'font2';
	font-weight: 900;
}

.owners-assistant-service-card h3 {
	font-size: 1.45rem;
	color: rgb(20,108,55);
	font-weight: 900;
	margin-bottom: 12px;
}


/**** License Section ****/

.owners-assistant-license {
	padding: 80px 0;
	background: rgb(246,250,247);
}

.owners-assistant-license-content {
	padding: 40px;
	background: rgb(255,255,255);
	border-radius: 22px;
	box-shadow: 0 14px 34px rgba(0,0,0,0.08);
	border-left: 8px solid rgb(20,108,55);
}

.owners-assistant-license-content h2 {
	font-size: 3rem;
	text-align: left;
}

.owners-assistant-license-image img {
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 14px 34px rgba(0,0,0,0.12);
}


/**** Fit / Expectations ****/

.owners-assistant-fit {
	padding: 80px 0;
	background: rgb(255,255,255);
}

.owners-assistant-fit-list,
.owners-assistant-expect-box {
	height: 100%;
	padding: 34px;
	border-radius: 20px;
	background: rgb(246,250,247);
	border: 1px solid rgba(20,108,55,0.14);
	box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}

.owners-assistant-expect-box {
	background: rgb(20 108 55 / 88%);
}

.owners-assistant-expect-box h3 {
	color: rgb(255,255,255);
	font-size: 1.7rem;
	margin-bottom: 16px;
}

.owners-assistant-fit-list ul,
.owners-assistant-expect-box ul {
	padding-left: 20px;
	margin-bottom: 0;
}

.owners-assistant-fit-list li,
.owners-assistant-expect-box li {
	font-size: 16px;
	line-height: 1.7;
	font-weight: 600;
	font-family: 'font2';
	margin-bottom: 10px;
}

.owners-assistant-fit-list li {
	color: rgb(35,35,35);
}

.owners-assistant-expect-box li {
	color: rgb(255,255,255);
}


/**** CTA ****/

.owners-assistant-cta {
	padding: 80px 0 95px 0;
	background: rgb(246,250,247);
}

.owners-assistant-cta-card {
	padding: 45px 34px;
	background: rgb(255,255,255);
	border-radius: 24px;
	text-align: center;
	box-shadow: 0 18px 45px rgba(0,0,0,0.1);
	border-top: 8px solid rgb(20,108,55);
}

.owners-assistant-cta-card p {
	max-width: 900px;
	margin: 0 auto 16px auto;
	text-align: center;
}


/**** Responsive ****/

@media(max-width: 991px) {
	.owners-assistant-hero,
	.owners-assistant-overview,
	.owners-assistant-how,
	.owners-assistant-license,
	.owners-assistant-fit,
	.owners-assistant-cta {
		padding: 65px 0;
	}

	.owners-assistant-how {
		background-attachment: scroll;
	}

	.owners-assistant-intro-card,
	.owners-assistant-license-content,
	.owners-assistant-cta-card {
		text-align: center;
	}

	.owners-assistant-intro-card h1,
	.owners-assistant-license-content h2 {
		text-align: center;
		font-size: 2.2rem;
	}

	.owners-assistant-intro-card p,
	.owners-assistant-feature-box p,
	.owners-assistant-service-card p,
	.owners-assistant-license-content p {
		text-align: center;
	}

	.owners-assistant-offset {
		margin-left: 0;
		max-width: 100%;
	}

	.owners-assistant-image-stack {
		margin-bottom: 30px;
	}

	.owners-assistant-license-image {
		margin-top: 30px;
	}
}

@media(max-width: 575px) {
	.owners-assistant-intro-card,
	.owners-assistant-feature-box,
	.owners-assistant-service-card,
	.owners-assistant-license-content,
	.owners-assistant-fit-list,
	.owners-assistant-expect-box,
	.owners-assistant-cta-card {
		padding: 26px 20px;
	}

	.owners-assistant-intro-card h1,
	.owners-assistant-heading h2,
	.owners-assistant-license-content h2,
	.owners-assistant-cta-card h2 {
		font-size: 1.85rem;
	}

	.owners-assistant-btn {
		width: 100%;
		text-align: center;
	}
}













/*Privacy Policy*/

.privacy-policy {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.privacy-policy h1 {
	font-size:2.6rem;
	padding-top: 20px;
	padding-bottom: 20px;
	color: rgb(20,108,55);
	text-align: center;
	text-decoration: underline;
}
.privacy-policy h2 {
	font-size: 2rem;
	color: rgb(20,108,55);
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.privacy-policy img {
	border-radius: 0.6rem;
}
.privacy-policy p {
	font-size: 16px;
	color: rgb(12,12,12);
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
}
.privacy-policy strong {
	color: rgb(20,108,55);
	font-weight: 600;
	font-family: 'font2';
}
.privacy-policy ul {
	padding-left: 0;
}
.privacy-policy li {
list-style-position: inside;	
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	font-family: 'font2';
	color: rgb(12,12,12);
}

.privacy-policy ul {
    margin-left: 0;
    padding-left: 0;
}
.privacy-policy li {
    margin-left: 1em;
}
.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 .item h2 {
	font-size: 2.75rem;
	font-weight: 700;
	font-family: 'font';
	color: rgb(24,149,11);
	text-shadow: 1px 1px 1px #000;
	text-align: center;
}
.owl-carousel .item h3 {
	font-size: 2.25rem;
	font-weight: 700;
	font-family: 'font';
	color: rgb(24,149,11);
	text-shadow: 1px 1px 1px #000;
	text-align: center;
}
.owl-carousel .item p {
	font-size: 18px;
	color: rgb(0,0,0);
	text-align: center;
}
.owl-carousel .item h4 {
	font-size: 2rem;
	color: rgb(12,12,12);
	text-align: center;
}
.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;
}

#owl-coding .owl-carousel .item {
    -webkit-animation-duration: 30s !important;
    animation-duration: 30s !important;
}

/*** Josh CSS Section Ends ***/
 

.gallery-section-divider {
	background: rgb(245,245,245);
	padding: 125px 0px 100px 0px;
}
.gallery-section-divider h1 {
	text-align: center;
	color: rgb(20,108,55);
	font-size: 3rem;
	padding-bottom: 40px;
	font-weight: 700;
}
.gallery-section-divider h2 {
	text-align: center;
	color: rgb(20,108,55);
	font-size: 2rem;
	padding-bottom: 40px;
}
.gallery-section-divider h3 {
	text-align: center;
	color: rgb(20,108,55);
	font-size: 1.4rem;
	padding-bottom: 20px;
}
 
/* WRAPPER: responsive grid */
.gallery-section-divider .doc-list{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;                   /* space between cards */
  align-items: stretch;        /* make rows consistent */
  text-align: left;
  margin: 0;
  padding: 0;
}

/* CARD: full-width clickable tiles */
.gallery-section-divider .doc-list a.design-doc{
  display: grid;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgb(20,108,55);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
  transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
  min-height: 56px;            /* consistent height */
}

 
 
/* Hover / focus states */
.gallery-section-divider .doc-list a.design-doc:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
  background: rgb(16,92,47);
}
.gallery-section-divider .doc-list a.design-doc:focus{
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Optional: light variant for dark backgrounds */
.gallery-section-divider.dark .doc-list a.design-doc{
  background: #eef5ef;
  color: #154a28;
}
.gallery-section-divider.dark .doc-list a.design-doc::before{ opacity: .8; }
.gallery-section-divider.dark .doc-list a.design-doc:hover{
  background: #e4efe6;
}

/* Gallery Page Start */
.gallery-page .container {
	padding: 100px 0 75px 0;
}
.gallery-page .container-fluid {
	padding: 100px 40px 75px 40px;
}
.parallax3 {
  background-image: linear-gradient(rgb(0,0,0,0.5), rgb(0,0,0,0.5)), url("/img/gallery-directory-bg.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: 50% 50%;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
	
}
.gallery-page h1 {
	font-size: 35px;
	font-weight: 600;
	text-align: left;
	/*color: rgb(247,141,31);*/
	color: white;
}
.gallery-page h2 {
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
	/*color: rgb(247,141,31);*/
	color: white;
}
.gallery-page ul {
	list-style: none;
	padding: 0;
}
.gallery-page .g-btn-1 {
	/*background: linear-gradient(to right, rgba(59,54,70) 65%, rgb(6 46 69 / 0%)), url(/img/btn1.jpg) right -1em no-repeat;*/
		background: linear-gradient(to right, rgb(20,108,55) 100%, rgb(20,108,55)), url(/img/btn1.jpg) right -1em no-repeat;
	background-size: cover, 45% !important;
	padding: 10px 30px;
	margin: 0 0 4px;
	border-radius: 7px;
	display: block;
	font-size: 17px;
	font-weight: 600;
	color: rgb(255,255,255);
	transition:0.5s;
}
.gallery-page .g-btn-1:hover {
	/*background: linear-gradient(to right, rgba(59,54,70) 65%, rgb(6 46 69 / 0%)), url(/img/btn1.jpg) right -1em no-repeat;*/
	background: linear-gradient(to right, rgb(80 140 104) 100%, rgb(255 255 255)), url(/img/btn1.jpg) right -1em no-repeat;
}
.gallery-page .g-btn-2 {
	/*background: linear-gradient(to right, rgba(59,54,70) 65%, rgb(6 46 69 / 0%)), url(/img/btn1.jpg) right -1em no-repeat;*/
		background: linear-gradient(to right, rgb(20,108,55) 100%, rgb(20,108,55)), url(/img/btn1.jpg) right -1em no-repeat;

	background-size: cover, 45% !important;
	padding: 10px 40px;
	margin: 0 0 4px;
	border-radius: 7px;
	display: block;
	font-size: 17px;
	font-weight: 600;
	color: rgb(255,255,255);
}
.gallery-page .g-btn-3 {
	/*background: linear-gradient(to right, rgba(59,54,70) 65%, rgb(6 46 69 / 0%)), url(/img/btn1.jpg) right -1em no-repeat;*/
		background: linear-gradient(to right, rgb(20,108,55) 100%, rgb(20,108,55)), url(/img/btn1.jpg) right -1em no-repeat;

	background-size: cover, 45% !important;
	padding: 10px 40px;
	margin: 0 0 4px;
	border-radius: 7px;
	display: block;
	font-size: 17px;
	font-weight: 600;
	color: rgb(255,255,255);
}
.gallery-page .g-btn-4 {
	/*background: linear-gradient(to right, rgba(59,54,70) 65%, rgb(6 46 69 / 0%)), url(/img/btn1.jpg) right -1em no-repeat;*/
	
		background: linear-gradient(to right, rgba(59,54,70) 100%, rgb(6 46 69 / 0%)), url(/img/btn1.jpg) right -1em no-repeat;

	background-size: cover, 45% !important;
	padding: 10px 40px;
	margin: 0 0 4px;
	border-radius: 7px;
	display: block;
	font-size: 17px;
	font-weight: 600;
	color: rgb(255,255,255);
}
.gallery-page .box {
	padding: 0px 5px 0px 50px;
}
.gallery-page p {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(255,255,255);
	text-align: left;
	font-size: 17px;
}


.referrals-section-1 {
	padding: 100px 0 100px 0;
	background: rgb(255,255,255);
}
.referrals-section-1 h1 {
	text-align: center;
	font-size: 3rem;
	color: rgb(20,108,55);
}
.referrals-section-1 h2 {
	text-align: center;
	font-size: 2.5rem;
	color: rgb(20,108,55);
}
.referrals-section-1 h3 {
	text-align: center;
	font-size: 1.5rem;
	color: rgb(20,108,55);
}
.referrals-section-1 span {
	color: rgb(12,12,12);
	font-size: 18px;
	text-align: center;
	font-family: 'font2';
}
.referrals-section-1 p {
	text-align: center;
	font-family: 'font2';
	font-weight: 600;
	font-size: 16px;
	color: rgba(12,12,12);
}
.referrals-section-1 a {
	font-size: 16px;
	font-weight: 600;
	color: rgb(255,255,255);
	background: rgb(20,108,55);
	padding: 9px 15px 9px 15px;
	border-radius: 1.6rem;
	border: none;
}
.referrals-section-1 a:hover {
	color: rgb(255,255,255);
	background: rgb(20,108,55,0.8);
}

/**** Process Page ****/ 
.process {
	padding: 100px 0 100px 0;
	background: rgb(255,255,255);
}
.process .process-card{
	
    max-height: 100%;
    height: 100%;
    color: #fff;
    margin: 0 0 0px;
    border-radius: 5px;
    padding: 7px;
    background: rgb(20 108 55 / 30%);
    visibility: visible;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	
}
.process h1 {
    font-size: 2.5rem;
    color: rgb(20,108,55);
    padding-bottom: 40px;
    text-align: center;
}
.process h2 {
	font-size: 25px;
	text-align: center;
	font-weight: 500;
	padding-bottom: 30px;
	color: rgb(29,29,29);
}
.process h3.card-title {
	font-size: 1.3rem;;
	text-align: center;
	font-weight: 600;
	padding-bottom: 10px;
	color: rgb(29,29,29);

}
.process h5 {
	font-family: 'font';
	font-size: 25px;
	text-align: center;
	font-weight: 900;
	padding-bottom: 30px;
	color: rgb(29,29,29);
}
.process p {
	font-size: 19px;
	text-align: center;
	font-family: 'font2';
	color: rgb(12,12,12);
}
.process li {
	font-size: 19px;
	font-family: 'font2';
	color: rgb(110,110,110);
}
.process strong {
	color: rgb(29,29,29);
	font-family: 'font2';
}

.gift-card-section {
	padding: 100px 0 75px 0; background: rgb(245,245,245);
}
.gift-card-section h1 {
	font-size: 3rem; text-align: center; color: rgb(20,108,55);
}
.gift-card-section h2 {
	font-size: 1.8rem; text-align: center; color: rgb(20,108,55);
}
.gift-card-section h3 {
	font-size: 2.3rem; text-align: center; color: rgb(20,108,55);
}
.gift-card-section p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.gift-card-section img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}
.contact-page-section-1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.contact-page-section-1 h1 {
	color: rgb(20,108,55);
	font-size: 3rem;
	text-align: center;
}
.contact-page-section-1 h2 {
	color: rgb(20,108,55);
	font-size: 3rem;
	text-align: center;
}
.contact-page-section-1 h3 {
	color: rgb(20,108,55);
	font-size: 3rem;
	text-align: center;
}
.contact-page-section-1 h4 {
	font-size: 18px;
	font-weight: 600;
	color: rgb(12,12,12);
	text-align: center;
}
.contact-page-section-1 strong {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: rgb(20,108,55);
}
.contact-page-section-1 span {
	font-size: 18px;
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
	padding-bottom: 40px;
	color: rgb(12,12,12);
}
.contact-page-section-1 p {
	font-size: 18px;
	text-align: center;
	font-family: 'font2';
	font-weight: 600;
	color: rgb(12,12,12);
}



/************************* NEW DESKTOP TEMPLATE DISPLAY STYLING 2020 END ***********************************/



.navbar-inverse .navbar-inner {
	display:none;
}

.mobile-menu {
	display:none;
}
.dropdown-wrapper {
	margin:0;
	padding:0;
}
.mobile-menu .dropdown-menu-mobile {
	  position:relative;
	  display:none;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  float: left;
	  height:0px;
	  margin:0;
	  width:100%;
	  padding: 0;
	  font-size: 1rem;
	  color: #e6e6e6 !important;
	  text-align: left;
	  list-style: none;
	  background-color: #101010;
	  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;
}
.mobile-menu .dropdown-menu-mobile a {
	color:#545454;
	font-weight:600 !important;
	font-size: 1.3em;
	font-family:'Raleway';
	text-align:center;
}

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

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

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

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

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


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

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

/*******************  Home Page Service Cards *************************/
#referrals .referrals-section {
    background: #0a0a0a;
    color: #a5a5a5;
}

#referrals .card .btn {
	position:inherit;
	width: 100%;
	text-align: left;
	margin: 0;
	display: block;
	padding: 16px 20px;
}
#referrals .card {
    position: relative;
    max-height: 100%;
    height: 100%;
    margin:inherit;
    padding: inherit;
    background: transparent;
}
#referrals .card-header {
	padding: 0;
}



.home-service-section {
	overflow: hidden;
}
#home .inner-content-section {
	background: linear-gradient(to left, rgb(255, 255, 255) 50%, rgba(27, 27, 27, 0)), url(../img/home-image-1.jpg) 0 no-repeat;
	padding: 2em 0 3em !important;
	overflow: hidden;
	background-size: inherit;
}
.pre-footer-section {
	padding:0 !important;
	overflow:;
}
.pre-footer-section div[class*='col-']:last-child {
	background: url(/img/home-image-2.jpg) bottom no-repeat;
	background-size:cover;
}
.pre-footer-section .hours {
	display:flex;
	color: #fff;
	flex-direction:column;
	justify-content:center;
	padding:120px;
	background: #1d1d1d;
}
.pre-footer-section div[class*='col-']:last-child {
	padding:165px;
}
.pre-footer-section .hours p {
	display:flex;
	padding:0 200px 0 0;
	flex-direction:row;
	justify-content:space-between;
}
.pre-footer-section a {
	/* background:#252525; */
	margin: 40px 0 0;
	color:#fff;
	font-size: 20px;
	font-weight:700;
}
.pre-footer-section a:hover {
	color:#8a8a8a;
}

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

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

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


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

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

a, button, .btn {
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}

a {
	cursor:pointer;
	text-decoration: none !important;
}

a:hover {
    color: #252525;
    text-decoration: underline;
}
#image-uploads .badge {
	font-size:1.2em;
}
#image-uploads form {
	display:flex;
	justify-content:space-between;
}
#image-uploads #upload-preview .btn {
	background-color:#d84a4a;
	color:#fff;
}
#image-uploads .btn {
	padding:6px 20px;
	margin:0 10px;
	outline: none !important;
	background-color: transparent;
	border-color: #929292;
	/* color: #333; */
	border-radius: 0;
}
#image-uploads .btn:hover {
	background-color:#2d2d2d;
	color:#fff;
}

#image-uploads .btn-primary.disabled,
#image-uploads .btn-primary.disabled span,
.btn-primary:disabled,
.btn-primary:disabled span {
	color:#fff;
	border: none;
	cursor: not-allowed;
}
.btn {
	cursor:pointer;
	border-radius: 0;
}
.btn.alert-trigger {
	color:#fdfdfd;
	background-color:#333;
}
.btn:hover {
    opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);
	border-color: #949494;
	color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4);
	color:#fff;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
    border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none;
	box-shadow: none;
}


.section-divider {
	position:relative;
	padding: 50px 0;
}

.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left;
    font-size: inherit;
}
.custom-show {
    position: fixed;
    transform: scale(1,1);
    border: 0;
    background: white;
    border-radius: 0;
    z-index: 1100;
    overflow: inherit;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}

.block-overlay {
	position:absolute;
	display:inline-block;
	background:rgba(0, 0, 0, 0.2);
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
}


/********* Set Timeout Function FadeDiv Styling **********/
.fadeDiv {
	position:fixed;
	display: inline-block;
	/* width:100%; */
	z-index:1050;
	color: #fff;
	background: #300e87;
	padding:50px;
	top:150px;
	bottom:150px;
	left:300px;
	right:300px;
	transform:scale(0,0);
	box-shadow: 0px 0px 20px -1px #000;
	transition:all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position:fixed;
	display: inline-block;
	padding:50px;
	z-index:1050;
	/* background:red; */
	top:150px;
	bottom:150px;
	left:300px;
	right:300px;
	transform:scale(1,1);
}

.fadeDiv .fadeDiv-close {
	position:absolute;
	right: 20px;
	top: 10px;
	font-weight:900;
	font-size: 2em;
	font-family:'Lato';
	cursor:pointer;
}

.navbar-collapse ul {
	width:100%;
	padding-top: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding-right: 40px; */
}

.overlay {
	height: 100%;
	width: 100%;
	background: #ffffffbf;
}

#myBtn {
    display: block; /* Hidden by default */
    width: 50px;
    height: 50px;
    position: fixed; /* Fixed/sticky position */
    top:100%; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #000000; /* Set a background color */
    color: #ffffff;
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 14px;
    padding-top: 0; /* Some padding */
    border-radius: 0px; /* Rounded corners */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
    background-color: #424242; /* Add a dark-grey background on hover */
    color:#fff;
}


/*******************  Jarallax Styling *************************/

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


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

.top-header-animate {
	background: #ffffff00;
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a;
	font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
.header-animate {
	padding: 60px 0 0 !important;
	background: rgba(135,170,188,0.6);
}
.header-animate a {
	color:rgba(255,255,255) !important;
	font-size: 17px !important;
}
.header-animate a:before {
	background:#222 !important;
}
.body-wrapper {
	position:relative;
	height:100%;
	width:100%;
	background: white;
	top: 0;
	left: 0;
	-webkit-transition-property: all;
	-webkit-transition-duration: .20s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-property: all;
	transition-duration: .20s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.body-wrapper-animate {
	margin-left:-400px;
	-webkit-transition-property: all;
	-webkit-transition-duration: .30s;
	-webkit-transition-timing-function: ease-in-out;
	transition-property: all;
	transition-duration: .30s;
	transition-timing-function: ease-in-out;
}
.sidebar-flyout {
    position: fixed;
    background: linear-gradient(rgb(25, 25, 25), rgba(0, 0, 0, 0.95)), url(/img/backgrounds/adjusting-lawn-sprinkler.jpg) -30em 0 no-repeat !important;
    background-size: cover;
    z-index: 4;
    height: 100%;
    width: 400px;
    top: 0;
    right: 0;
    margin-right: -400px;
    background: #101010;
    padding: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.sidebar-flyout ul li a .block-overlay {
	opacity:1;
	-webkit-transition-property: all;
	-webkit-transition-duration: .30s;
	-webkit-transition-timing-function: ease-in-out;
	transition-property: all;
	transition-duration: .30s;
	transition-timing-function: ease-in-out;
	display: none;
}
.sidebar-flyout ul li a:hover .block-overlay {
	opacity:0;
}
.sidebar-flyout h2 {
	position: relative;
	color: white;
	line-height: 32px;
	font-size: 1.5em;
}
.sidebar-flyout h3 {
	font-size:1.5em;
	margin-left: 50px;
	margin-top: 1em;
	text-transform:uppercase;
	color: #e6e6e6;
}
.sidebar-flyout h3 img {
	width:8%;
}
.sidebar-flyout ul {
	list-style:none;
	color: #ffffff;
	margin: 30px 0 0;
	padding: 0 0 30px;
	overflow-y: scroll;
	position: relative;
	height: 100vh;
}
.sidebar-flyout ul::-webkit-scrollbar {
	width: 0 !important;
}
.sidebar-flyout ul li a {
	display: block;
	padding: 10px 50px;
	position: relative;
	align-items:center;
	height:100%;
	width:inherit;
	text-decoration: none;
}
.sidebar-flyout ul li a img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.sidebar-flyout-animate {
	margin-right: 0;
}
.sidebar-flyout .lnr {
	color: white;
	font-size: 1em;
}
.sidebar-flyout .services-button {
	position:absolute;
	padding: 0;
	margin: 0;
	top: 18px;
	right: 20px;
}
.sidebar-flyout ul li a {
	color: #e6e6e6;
	font-weight: 400;
}



body {
    padding: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
body#image-upload-page {
	visibility:visible;
}

.top-header .dropdown-menu {
	background:whitesmoke;
	border-radius: 0;
}
.top-header .dropdown-menu a {
	color:#222;
	padding:3px 20px !important;
}

.top-header {
	position: fixed;
	width:100%;
	z-index:1;
	padding: 0 0;
	background: rgba(255,255,255);
	border-bottom: 5px solid rgb(60,36,17,0);
	z-index: 5;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.top-header div[class*='col-']:first-child {
	display:flex;
	justify-content: flex-end;
	align-items:center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0;
	font-size:15px;
	/* margin-right: 6px; */
	/* border: 1px solid #fff; */
	/* border-radius:100px; */
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color:#fbfbfb;
	color:#222;
}
.top-header div[class*='col-']:nth-child(2) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(4) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header div[class*='col-']:nth-child(5) {
	display:flex;
	justify-content: flex-start;
	align-items:center;
}

.top-header a,
.top-header i,
.top-header p {
	color: rgb(20,108,55);
	margin: 0;
}

.top-header div[class*='col-']:nth-child(5) a {
	display:flex;
	justify-content:center;
	align-items:center;
	border: 1px solid #dcdcdc;
	border-radius:100px;
	height: 34px;
	width: 34px;
	margin: 0 4px;
	color: rgb(20,108,55);
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: #0a0a0a;
	text-decoration:none !important;
	color: #929292;
}
.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;
}

.navbar-scroll {
	background: rgb(20,108,55);
	padding: 60px 0 0;
	position: fixed;
	width: 100%;
	z-index: 4;
	-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 40px;
	padding: 6px 0px;
	font-weight: 600;
	font-size: 17px;
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(255,255,255);
}

.navbar-light .navbar-nav li a {
	position:relative;
}

.navbar-collapse {
	height:100%;
}

.mobile-top-header {
	display:none !important;
}

#logo-pic {
    width: 73%;
}

.shrink {
	height: 85px;
	background-color: #f7f7f7;
	border: none;
	margin-top: 0;
}


.remove {
	display: none;
}
.small {
	height: 180px;
    width: 180px;
	-webkit-transition: all .4s ease;
  	transition: all .4s ease;
	margin-left: 25px;
}


/* ========================================================== */
/* 			           HOME PAGE 		                      */
/* ========================================================== */

.estimate-section-divider {
	background:#e0e0e0;
	text-align:center;
}

iframe {
	border:none;
}
#home .about-welcome-section {
	background-color: yellow;
}

/*Home Welcome Section*/
.home-welcome-section {
    text-align: center;
    padding: 60px 0 0;
}

.home-welcome-section #row2 {
    margin-top: 4%;
    text-align: center;
}

.home-welcome-section .content-wrap {
    overflow: hidden;
} 

.home-welcome-section .pic1 {
    background-image: url(/img/backgrounds/installer.jpg);
    background-size: cover;
    -webkit-transition: all .2s ease;
  	transition: all .2s ease;
}

.home-welcome-section .pic1:hover {
    transform: scale(1.2);
}

.home-welcome-section .pic2 {
    background-image: url(/img/backgrounds/design.jpeg);
    background-size: cover;
    -webkit-transition: all .2s ease;
  	transition: all .2s ease;
}

.home-welcome-section .pic2:hover {
    transform: scale(1.2);
}

.home-welcome-section .pic3 {
    background-image: url(/img/backgrounds/lawn-mower.jpg);
    background-size: cover;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.home-welcome-section .pic3:hover {
    transform: scale(1.2);
}

.home-welcome-section h1 {
    color: #272727;
    font-size: 2em;
    font-weight: 500;
    text-transform: uppercase;
}

.home-welcome-section h3 {
    margin-top: 22px;
    color: #656565;
}

.home-welcome-section p {
    color: #797171;
}

.home-welcome-section .overlay {
    padding: 26% 0%;
    background: rgba(0, 0, 0, 0.48);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #ffffff;
}

.home-welcome-section .overlay:hover {
    background: rgba(0, 0, 0, 0.57);
    color: white;
}

/*Section A*/
.section-a {
    text-align: center;
    background-image: url(/img/backgrounds/field.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.section-a .overlay {
    padding: 4% 0%;
    background: #0000005c;
    color: white;
}

.section-a p {
    color: #ffffff;
}

/*Section B*/
.section-b {
    background: white;
    padding: 4% 0%;
}

.section-b .pic {
    background-image: url(/img/backgrounds/roll-install.jpg);
    background-size: cover;
    background-position: 0% 44%;
    width: 100%;
    padding: 30%;
    position: relative;
    left: 69px;
}

.section-b #info {
    padding: 7% 0%;
    text-align: right;
}

.section-b h2 {
    color: #0d3345;
}

.section-b p {
    color: #797171;
}

/*Section C*/
.section-c {
    background: #f3f3f3;
    padding: 4% 0%;
    text-align: center;
}

.section-c #info {
    background: #f3f3f3;
    margin-right: 10px;
    margin-top: 10px;
    padding: 2% 1%;
}

.section-c #icon1 {
    width: 36%;
    margin-bottom: 19px;
}

.section-c #icon2 {
    width: 11%;
    margin-bottom: -11px;
    position: relative;
    top: -19px;
}

.section-c #icon3 {
    width: 28%;
    margin-bottom: 12px;
    position: relative;
    top: 0px;
}

.section-c #icon4 {
    width: 31%;
    margin-bottom: 19px;
}

.section-c #icon5 {
    width: 38%;
    margin-bottom: -5px;
    position: relative;
    top: -15px;
}

.section-c #icon6 {
    width: 37%;
    margin-bottom: 37px;
    position: relative;
    top: 19px;
}

.section-c h1, .section-c h4 {
    color: #000000;
}

.section-c p {
    color: #797171;
}

.section-c #grass {
    width: 143%;
    position: relative;
    left: -119px;
}

/*Section D*/
.section-d {
    background-image: url(/img/backgrounds/mower.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.section-d .overlay {
    padding: 6% 0%;
    background: rgba(15, 128, 41, 0.23);
    color: white;
    text-align: center;
}


/* CUSTOMIZE TABS
-------------------------------------------------- */



/* CUSTOM CAROUSEL
-------------------------------------------------- */


/* ========================================================== */
/* 			           ABOUT PAGE                         	  */
/* ========================================================== */

.about-info-section {
	padding: 50px 20px;
	background: #101010;
	color: #d2d2d2;
}
.about-info-section h3 {
	color: #cccccc;
	font-weight:700;
}

.about-info-section div[class*='col-'] {
	padding: 45px 30px;
}
.about-info-section .row:first-child {
	border-bottom:1px solid #b5b5b5;
}
.about-info-section div[class*='col-']:first-child {
	border-right: 1px solid #b5b5b5;
}

.about-header-section {
    text-align: center;
    padding: 220px 0 120px;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.62), rgba(6, 6, 6, 0.92) 44%), url(../img/backgrounds/service-page-two-header-bg.jpg) 0 -15em no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    position: relative;
}
.about-header-section h1 {
	color:#fff;
}

/*About Showcase*/
.about-showcase {
    background-image: url(/img/backgrounds/cutting.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
}
.about-showcase h1 {
	padding:80px 0;
}
.about-showcase .overlay {
    background: rgba(0,0,0,0.55);
    color: white;
    border-bottom: 1px solid #272663;
}

/*About A*/
.about-a {
	background: white;
    padding: 4% 0%;
    text-align: center;
}

.about-a h1 {
    color: black ;
}

.section-b h2 {
    color: #656565;
}

.about-a p {
    color: #797171;
}

/*About Secton*/
.about-section {
    background: url(/img/backgrounds/weed-wack.jpg) 0  no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.about-section .overlay {display: none;}

/*About B*/
.about-b {
	background: white;
	padding: 50px 0;
	text-align: center;
}

.about-b img {
    width: 100%;
    /* margin-top: 4%; */
}

.about-b h1 {
    color: black;
}

.about-b p {
    color: #797171;
}




/* CUSTOMIZE TABS
-------------------------------------------------- */



/* CUSTOM CAROUSEL
-------------------------------------------------- */


/* ========================================================== */
/* 			           SERVICES PAGE                          */
/* ========================================================== */

.service-content-section {
}
.service-content-section div[class*='col-'] {
	position:relative;
	background: #ffffff;
	padding: 50px 80px 0;
	border-radius: 1.5rem;
	margin-top: -8em;
	/* box-shadow: 0 -21px 40px -16px #000; */
	border: none;
}
.service-content-section p {
	border:none;
}

.services-showcase {
    background-image: url(/img/backgrounds/backyard-landscape-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -42rem;
    text-align: center;
    color: white;
}

.services-showcase .overlay {
    background: rgba(0,0,0,0.55);
    padding: 125px 0;
    color: #ffffff;
}

/*Services A*/
.services-a {
	background: white;
	padding: 50px 0;
	text-align: center;
}

.services-a h1 {
    color: #000000;
}

.services-a p {
    color: #797171;
}

/*Services B*/
.services-b {
	background: white;
    padding: 4% 0%;
    text-align: center;
}

.services-b img {
    width: 45%;
    margin-top: 4%;
}

.services-b h1 {
    color: #000000;
}

.services-b p {
    color: #797171;
}

/*Services C*/
.services-c {
	background: #ffffff;
	padding: 4% 0%;
	text-align: center;
}

.services-c img {
    width: 45%;
    margin-top: 4%;
}

.services-c h1 {
    color: #000000;
}

.services-c p {
    color: #797171;
}

/*Services D*/
.services-d {
	background: white;
    padding: 4% 0%;
    text-align: center;
}

.services-d img {
    width: 45%;
    margin-top: 4%;
}

.services-d h1 {
    color: #000000;
}

.services-d p {
    color: #797171;
}

/*Services Section*/
.services-section {
    color: white;
    padding: 0;
}
.services-section h1 {
	position:absolute;
	font-size: 2.5em;
	font-weight: 100;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
}
.services-section div[class*='col-'] {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding: 0;
}
.services-section div[class*='col-'] a {
	display:flex;
	justify-content:center;
	align-items:center;
}
.services-section div[class*='col-'] a .block-overlay {
	background-color:#0a0a0aa3;
	-webkit-transition: all .08s ease;
	-moz-transition: all .08s ease;
	-o-transition: all .08s ease;
	transition: all .08s ease;
}
.services-section div[class*='col-'] a:hover .block-overlay {
	background-color:rgba(222, 173, 21, 0.08);
}

.services-section a {
    color: #ffffff;
    cursor: pointer;
}

.services-section a:hover {
    color: #ffffff;
    cursor: pointer;
    text-decoration-color: white;
}

.services-section .pic1 {
    background-image: url(/img/backgrounds/landscape.jpg);
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease;
  	transition: all .2s ease;
}

.services-section .pic1:hover {
    transform: scale(1.2);
}

.services-section .pic2 {
    background-image: url(/img/backgrounds/pathway.jpg);
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease;
  	transition: all .2s ease;
}

.services-section .pic2:hover {
    transform: scale(1.2);
}

.services-section .pic3 {
    background-image: url(/img/backgrounds/sprinkler1.jpg);
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease;
  	transition: all .2s ease;
}

.services-section .pic3:hover {
    transform: scale(1.2);
}

.services-section .overlay {
    padding: 17% 0%;
    background: #ffffff70;
    text-align: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #000000;
}

.services-section .overlay:hover {
    background: #0d61208f;
    color: white;
}


.divider-a {
    background-image: url("/img/backgrounds/synthetic.jpeg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: black;
    text-align: center;
}

.divider-a .overlay {
    padding: 4% 0%;
}

.divider-a .btn {
    background: #a5011000;
    width: 29%;
    padding: 14px 0px;
    color: black;
    cursor: pointer;
    outline: none;
    border: 2px solid black;
}

.divider-b {
    background-image: url("/img/backgrounds/conditioner2.jpg");
    background-size: cover;
    background-position: center;
    padding: 4% 0%;
    text-align: center;
    color: #0f8029;
}

.divider-b p {
    color: #656565;
}

/* CUSTOMIZE TABS
-------------------------------------------------- */



/* CUSTOM CAROUSEL
-------------------------------------------------- */


/* ========================================================== */
/* 			            INSALL PAGE                           */
/* ========================================================== */

.install-a {
    padding: 5% 1%;
    background: white;
}

.install-a .pic {
    background-image: url("/img/backgrounds/install2.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.install-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.install-a h1 {
    color: #656565;
}

.install-a p {
    color: #797171;
}


/* ========================================================== */
/* 			            DESIGN PAGE                           */
/* ========================================================== */

.design-a {
    padding: 5% 1%;
    background: white;
}

.design-a .pic {
    background-image: url("/img/backgrounds/yard.jpeg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.design-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.design-a h1 {
    color: #656565;
}

.design-a p {
    color: #797171;
}

/* ========================================================== */
/* 			            MAINTAIN PAGE                         */
/* ========================================================== */

.maintain-a {
    padding: 5% 1%;
    background: white;
}

.maintain-a .pic {
    background-image: url("/img/backgrounds/lawn.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.maintain-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.maintain-a h1 {
    color: #656565;
}

.maintain-a p {
    color: #797171;
}

/* ========================================================== */
/* 			            REPLACEMENTS PAGE                     */
/* ========================================================== */

.replacement-a {
    padding: 5% 1%;
    background: white;
}

.replacement-a .pic {
    background-image: url("/img/backgrounds/acunit2.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.replacement-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.replacement-a h1 {
    color: #656565;
}

.replacement-a p {
    color: #797171;
}

/* ========================================================== */
/* 			            RESIDENTIAL PAGE                      */
/* ========================================================== */

.residential-a {
    padding: 5% 1%;
    background: white;
}

.residential-a .pic {
    background-image: url("/img/backgrounds/backyard-grass.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.residential-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.residential-a h1 {
    color: #656565;
}

.residential-a p {
    color: #797171;
}

/* ========================================================== */
/* 			            PROFESSIONALS PAGE                    */
/* ========================================================== */

.professionals-a {
    padding: 5% 1%;
    background: white;
}

.professionals-a .pic {
    background-image: url("/img/backgrounds/black-room.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.professionals-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.professionals-a h1 {
    color: #656565;
}

.professionals-a p {
    color: #797171;
}

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

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

#delete-msg {
	position:relative;
	text-align:center;
	margin:0 0 2em;
}
#portfolio input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: 0;
    top: 0;
    left: -60px;
    z-index: 2;
    width: 60px;
    height: 60px;
    -webkit-appearance: none;
    background-image: url(/img/icons/close-btn-icon-red.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none !important;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;
	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline:none !important;
}
.projects-section {
	position:relative;
	overflow:hidden;
}
#project-1 .projects-section img {
	transform:scale(1.08,1.08)
}
.projects-section .mosaic-row {
	position: absolute;
    width: 100%;
    height: auto;
    top: 0;
}
.projects-section .mosaic-row div[class*='col-'] {
	position: absolute;
    top: 0;
    right: 0;
}
.projects-section a img {
	transform: scale(1.06,1.06);
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.projects-section a:hover img {
	transform:scale(1.3,1.3);
}
.projects-section a .block-overlay {
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#08080891;
	opacity:0;
	z-index:1;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.projects-section a .block-overlay p {
	color:#f18907;
	font-size:1.3em;
	font-weight:100;
}
.projects-section a:hover .block-overlay {
	background-color:rgba(247, 247, 247, 0.97);
	opacity:1;
}
.projects-section div[class*='col-'] {
	padding:0;
	position: relative;
	overflow: hidden;
}
.gallery-a {
    padding: 6% 0%;
    text-align: center;
    background: white;
}
#portfolio, #portfolio2, #portfolio3, #portfolio4, #portfolio5, #portfolio6, #portfolio7, #portfolio8, #portfolio9, #portfolio10, #portfolio11, #portfolio12 {
  display: flex;
  padding: 0;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
}
#portfolio li, #portfolio2 li, #portfolio3 li, #portfolio4 li, #portfolio5 li, #portfolio6 li, #portfolio7 li, #portfolio8 li, #portfolio9 li, #portfolio10 li, #portfolio11 li, #portfolio12 li {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  position:relative;
  overflow:hidden;
  margin: 0 10px 20px;
}
#portfolio li a, #portfolio2 li a, #portfolio3 li a, #portfolio4 li a, #portfolio5 li a, #portfolio6 li a, #portfolio7 li a, #portfolio8 li a, #portfolio9 li a, #portfolio10 li a, #portfolio11 li a, #portfolio12 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, #portfolio2 li a:hover, #portfolio3 li a:hover, #portfolio4 li a:hover, #portfolio5 li a:hover, #portfolio6 li a:hover, #portfolio7 li a:hover, #portfolio8 li a:hover, #portfolio9 li a:hover, #portfolio10 li a:hover, #portfolio11 li a:hover, #portfolio12 li a:hover {
	transform:scale(1.1,1.1) !important;
}
#portfolio li a img, #portfolio2 li a img, #portfolio3 li a img, #portfolio4 li a img, #portfolio5 li a img, #portfolio6 li a img, #portfolio7 li a img, #portfolio8 li a img, #portfolio9 li a img, #portfolio10 li a img, #portfolio11 li a img, #portfolio12 li a img {
	display:block;
   position: absolute;
   top: -9999px;
   bottom: -9999px;
   left: -9999px;
   right: -9999px;
   margin: auto;
   width: 100%;
   height: 100%;
   transform:scale(1,1);
}
#portfolio li:hover .block-overlay, #portfolio2 li:hover .block-overlay, #portfolio3 li:hover .block-overlay, #portfolio4 li:hover .block-overlay, #portfolio5 li:hover .block-overlay, #portfolio6 li:hover .block-overlay, #portfolio7 li:hover .block-overlay, #portfolio8 li:hover .block-overlay, #portfolio9 li:hover .block-overlay, #portfolio10 li:hover .block-overlay, #portfolio11 li:hover .block-overlay, #portfolio12 li:hover .block-overlay {
	background-color: rgba(0,0,0,0.4);
}
#portfolio .block-overlay, #portfolio2 .block-overlay, #portfolio3 .block-overlay, #portfolio4 .block-overlay, #portfolio5 .block-overlay, #portfolio6 .block-overlay, #portfolio7 .block-overlay, #portfoli8 .block-overlay, #portfolio9 .block-overlay, #portfolio10 .block-overlay, #portfolio11 .block-overlay, #portfolio12 .block-overlay {
	background: #13131333;
	z-index: 1;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.project-upload #portfolio li:hover .block-overlay {
	background-color:#000000cc;
}
.project-upload #portfolio li:before {
	position:absolute;
	content:'Delete Image';
	/* width:100%; */
	/* height:50px; */
	display:inline-block;
	/* top:0; */
	color: #fff;
	z-index:3;
	font-size: 2em;
}

/* ========================== Gallery ZoomIn Effect ================================ */

.mfp-ready .mfp-figure {
  opacity: 0;
  margin-left:-100px;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler{
    opacity: 0;
    margin-left:-100px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler{
    opacity: 1;
    margin-left:0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler{
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    margin-left:-100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
    opacity: 0;
    margin-left:-20px;
}
.mfp-iframe-scaler{ overflow: visible; /*so the close button is shown*/}
.mfp-zoom-out-cur { cursor: auto; }
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: pointer; }


/* ========================================================== */
/* 			           CONTACT PAGE                           */
/* ========================================================== */

.header-contact_info {
	font-size:16px;
	font-weight:400;
	padding:0;
	margin:0;
}
.contact-header-section {
	position:relative;
	background-image: url(/img/backgrounds/fence4.jpg);
	background-size: cover;
	color:#ffffff;
	padding:168px 0 80px;
}
.contact-content-section {
	background: white;
}
.contact-content-section .the-dream {
	background: rgb(255, 255, 255,0.6);
	padding:24px;
	border:7px solid rgba(135,170,188,0.6);
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
	border-right: none;
}
.contact-content-section .the-dream a {
	font-weight:700;
	color:#525252;
}
.contact-content-section .the-dream h3 {
	font-weight:700;
}
.contact-content-section .the-dream p {
	font-size: 20px;
	color:rgb(12,12,12);
}
.contact-content-section .the-dream strong {
	text-transform:uppercase;
	color: rgb(12,81,4);
}
.contact-content-section div[class*='col-']:last-child {
	padding: 30px;
	background: rgba(135,170,188,0.6);
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}
.contact-content-section #general-form {
	background-color:#a5141400 !important;
}

/* ========================================================== */
/* 			            REVIEWS PAGE                          */
/* ========================================================== */
.reviews-a {
    background: white;
    text-align: center;
    padding: 7%;
}

.reviews-a h1 {
    color: #0f8029;
}

.reviews-a p {
    margin-top: 0;
    margin-bottom: 0rem;
    color: gray;
}

.carousel-indicators li {
    position: relative;
    top: 51px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgb(191, 190, 190);
}

.carousel-indicators .active {
    background-color: #0f8029;
}

.bottom-section .pic1 {
    background-image: url("/img/backgrounds/acunit2.jpg");
    background-size: cover;
    background-position: 0% 82%;
    text-align: center;
}

.bottom-section .col-sm {
    padding: 0;
}

.bottom-section .overlay {
    background: #ffffffb0;
    padding: 7%;
}

/* ========================================================== */
/* 			            ARTIFICIAL PAGE                       */
/* ========================================================== */
.artificial-a {
    padding: 5% 1%;
    background: white;
}

.artificial-a .pic {
    background-image: url("/img/backgrounds/gallery9.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.artificial-a .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.artificial-a h1 {
    color: #656565;
}

.artificial-a p {
    color: #797171;
}

/* ========================================================== */
/* 			            SERVICE AREA PAGE                     */
/* ========================================================== */
.service-area {
    padding: 5% 1%;
    background: white;
}

.service-area .pic {
    background-image: url("/img/backgrounds/lawn-mower.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

.service-area .overlay {
    background: rgba(255, 255, 255, 0.09);
}

.service-area h1 {
    color: #656565;
}

.service-area p {
    color: #797171;
}


/* ========================================================== */
/* 			           FOOTER		                          */
/* ========================================================== */

.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-section {
	padding: 0 0 10px;
	background: rgba(255,255,255);
	color: rgb(110,110,110);
	font-family: 'font2';
	font-size: 16px;
}
.footer-section a {
	color: rgb(110,110,110);
	font-family: 'font2';
}
.footer-section img {
	padding-bottom: 30px;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.footer-section a.privacy{
	
	padding: 7px;
	background: rgb(20,108,55);
	color: white;
	font-family: inherit;
	border: 1px solid black; 
	display: inline-block;
	font-size: 0.9rem;
}
.service-cities {
	margin-bottom:1em;
}
.service-cities h4 {
	font-size: 18px;
	text-decoration: underline;
	font-weight: 600;
	font-family: 'font2';
	color: rgb(110,110,110);
}
/*** Footer Section 2 ***/
.service-cities .footer-title h4 {
	text-align: center;
	font-size:32px;
	font-weight: 600;
	color: rgb(122,122,122);
}
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: right;
}
/*** Footer Section 2 ***/
.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 rgb(110,110,110);
	background: rgb(0,0,0,0);
	color: rgb(110,110,110);
	border-radius:100px;
	height:28px;
	width:28px;
	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: rgb(20,108,55);
	border: 1px solid rgb(255,255,255);
	text-decoration:none !important;
	color: rgb(255,255,255);
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media screen and (max-width : 1440px) {
	
.navbar-light .navbar-nav .nav-link {
    margin: 0 15px;
    padding: 6px 0px;
    font-weight: 600;
    font-size: 1rem;
    color: rgb(255,255,255);
}

.company-banner{
	
	padding: 0; background: rgb(20,108,55);

		display:flex;
		flex-direction: column; 
		justify-content: center;
		align-items: center; 
}
.company-banner h2 {
	font-size: 2rem; text-align: center; color: rgb(255,255,255); font-weight: 700; 
}
.company-banner h2 span{
	text-decoration: underline; 
}
.company-banner hr {
height: 1px; background-color: black; border: none; width:70%;
}
.company-banner h3 {
	font-size: 1.7rem; text-align: center; color: rgb(255,255,255);
}
.company-banner a {
	color: rgb(255,255,255);
}
.company-banner a:hover {
	color: rgb(255,255,255);
}

	
	
	
}

@media screen and (max-width: 1024px) {

.top-header {
	z-index: 5;
}

}

/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 991px) {

.home-header-section {
	padding-top: 105px;
}

.home-header-section iframe {
	padding-top: 25px;
}


/* CUSTOM CAROUSEL STYLES — SAFE AND ISOLATED */
.custom-carousel {
  position: relative;
  height: 40vh;
  width: 101%;
  overflow: hidden;
  font-family: Arial, sans-serif;
  z-index: 0;
}

.company-banner img {
    width: 100%;
}
.home-page-section-1 {
	padding: 30px 0 30px 0;
	background: rgb(255,255,255);
}
.home-page-section-1 h1 {
	color: rgb(35,31,32);
	font-size: 2rem;
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	top: 50px;
	margin: 0 0 20px;
	border-radius: 1.5rem;
	padding: 18px 10px;
	background: rgba(255,255,255);
	border: none;
	box-shadow: none;
	visibility: hidden;
}
.card h2 {
	font-size:2rem;
	text-align: center;
	color: rgb(35,31,32);
}
.card p {
	font-size: 16px;
	text-align: center;
	font-family: 'font2';
	color: rgb(110,110,110);
}
.card a {
	font-size: 16px;
	font-weight: 600;
	color: rgb(255,255,255);
	background: rgb(20,108,55);
	padding: 9px 15px 9px 15px;
	border-radius: 1.6rem;
	border: none;
}
.card a:hover {
	color: rgb(255,255,255);
	background: rgb(20,108,55,0.8);
}
.card i {
	font-size: 60px;
	color: rgb(20,108,55);
}
.card .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(24,149,11);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card .btn span {
	position:relative;
	color: rgb(24,149,11);
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card:hover .btn {
	background:transparent !important;
	color: rgb(24,149,11);
}
.card:hover span {
	left:12px;
}
.home-page-section-2 {
	background: rgb(245,245,245);
	padding: 50px 20px 30px 20px !important;
}
.home-page-section-2 h2 {
	font-size: 2rem;
	color: rgb(20,108,55);
	padding-bottom: 40px;
	text-align: center;
}
.home-page-section-2 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(110,110,110);
}
.home-page-section-2 li {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(110,110,110);
}
.home-page-section-2 strong {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(20,108,55);
}
.home-page-section-2 img {
	border-radius: 0.6rem;
}
.home-page-section-3 {
	padding: 75px 0 75px 0;
	background: linear-gradient(30deg, rgb(135,170,188), rgb(167,197,212), rgb(135,170,188));
	border-top: 5px solid rgb(101,140,160);
	border-bottom: 5px solid rgb(101,140,160);
}
blockquote {
font-size: 2rem;
text-align: center;
line-height: 50px;
color: rgba(255,255,255);
font-weight: 600;
}
cite {
display: block;
text-align: center;
font-family: Verdana, Arial, sans-serif;
margin-top: 1rem;
font-size: 16px;
color: #FFFFFF;
font-style: normal;
}
blockquote q {
font-family: Georgia, serif;
font-style: italic;
letter-spacing: .1rem;
}
blockquote q span { 
will-change: opacity, filter;
opacity: 0;
filter: blur(0px);
}
q {
quotes: "“" "”" "‘" "’";
}
q:before {
content: open-quote;
margin-right: .8rem;
}
q:after {
content: close-quote;
}
q:before, q:after {
color: rgb(101,140,160);
font-size: 4rem;
}
.home-page-section-4 div[class*='col-'] {
padding:0;
position: relative;
overflow: hidden;
}
.flat-contact-section {
	padding: 75px 0 75px 0;
	background: rgb(245,245,245);
}
.flat-contact-section h3 {
	font-size: 2rem;
	text-align: center;
	color: rgb(20,108,55);
	padding-bottom: 40px;
}
.about-page-section-1 {
	padding: 50px 0 30px 0;
	background: rgb(245,245,245);
}
.about-page-section-1 h2 {
	font-size: 2rem;
	color: rgb(20,108,55);
	text-align: center;
	padding-bottom: 40px;
}
.about-page-section-1 p {
	font-size: 16px;
	font-family: 'font2';
	text-align: justify;
	color: rgba(110,110,110);
}
.about-page-section-1 li {
	color: rgb(110,110,110);
	font-family: 'font2';
	font-size: 16px;
}
.about-page-section-1 strong {
	color: rgb(20,108,55);
}
.about-page-section-1 span {
	color: rgba(135,170,188);
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
}
.serv1 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.serv1 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv1 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv1 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv1 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv1 img {
	border-radius: 0.6rem;
}
.serv1 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.service-page-section-2 {
	padding: 100px 0 100px 0;
	background: linear-gradient(to left, rgb(255, 255, 255) 40%, rgba(27, 27, 27, 0)), url(../img/service-image-2.jpg) 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.service-page-section-2 h3 {
	text-align: right;
	font-size: 4rem;
	color: rgb(135,170,188);
	font-family: 'font';
}
.service-page-section-2 h4 {
	text-align: right;
	color: rgb(135,170,188);
	font-family: 'font';
	font-size: 2.5rem;
}
.service-page-section-2 p {
	text-align: right;
	font-size: 18px;
	color: rgb(122,122,122);
}
/*** Josh CSS Section Start ***/
.josh-section-header {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.josh-section-header h1 {
	font-size: 2rem;
	padding-top: 20px;
	padding-bottom: 20px;
	color: rgb(20,108,55);
	text-align: center;
}
.josh-section-header h2 {
	font-size: 2rem;
	color: rgb(20,108,55);
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.josh-section-header img {
	border-radius: 0.6rem;
}
.josh-section-header p {
	font-size: 16px;
	color: rgb(110,110,110);
	font-family: 'font2';
	text-align: justify;
}
.josh-section-header strong {
	color: rgb(20,108,55);
	font-family: 'font2';
}
.josh-section-header li {
	font-size: 16px;
	text-align: left;
	font-family: 'font2';
	color: rgb(110,110,110);
}

.josh-section-header .plant-service-box {

	background: rgb(20 108 55 / 70%);
	color: white;
	
	border-radius: 20px;
	padding: 15px; 
	
	
}
.josh-section-header .plant-service-box *{

	color: white;
	text-align:center !important;

}

.josh-section-content {
	padding: 25px 0 75px 0;
	background: rgb(255,255,255);
}
.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 .item h2 {
	font-size: 2.75rem;
	font-weight: 700;
	font-family: 'font';
	color: rgb(24,149,11);
	text-shadow: 1px 1px 1px #000;
	text-align: center;
}
.owl-carousel .item h3 {
	font-size: 2.25rem;
	font-weight: 700;
	font-family: 'font';
	color: rgb(24,149,11);
	text-shadow: 1px 1px 1px #000;
	text-align: center;
}
.owl-carousel .item p {
	font-size: 18px;
	color: rgb(0,0,0);
	text-align: center;
}
.owl-carousel .item h4 {
	font-size: 2rem;
	color: rgb(12,12,12);
	text-align: center;
}
.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;
}

#owl-coding .owl-carousel .item {
    -webkit-animation-duration: 30s !important;
    animation-duration: 30s !important;
}

/*** Josh CSS Section Ends ***/
.gallery-section-divider {
	background: rgb(245,245,245);
	padding: 50px 0px 30px 0px;
}
.gallery-section-divider h1 {
	text-align: center;
	color: rgb(20,108,55);
	font-size: 2rem;
	padding-bottom: 40px;
}
.referrals-section-1 {
	padding: 50px 0 50px 0;
	background: rgb(255,255,255);
}
.referrals-section-1 h1 {
	text-align: center;
	font-size: 2rem;
	color: rgb(20,108,55);
}
.referrals-section-1 h3 {
	text-align: center;
	font-size: 1.2rem;
	color: rgb(20,108,55);
}
.referrals-section-1 span {
	color: rgb(110,110,110);
	font-size: 18px;
	text-align: center;
	font-family: 'font2';
}
.referrals-section-1 p {
	text-align: center;
	font-family: 'font2';
	font-size: 16px;
	color: rgba(110,110,110);
}

.referrals-section-1 a {
	font-size: 16px;
	font-weight: 600;
	color: rgb(255,255,255);
	background: rgb(20,108,55);
	padding: 9px 15px 9px 15px;
	border-radius: 1.6rem;
	border: none;
}
.referrals-section-1 a:hover {
	color: rgb(255,255,255);
	background: rgb(20,108,55,0.8);
}

.contact-page-section-1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.contact-page-section-1 h3 {
	color: rgb(20,108,55);
	font-size: 3rem;
	text-align: center;
}
.contact-page-section-1 h4 {
	font-size: 18px;
	color: rgb(110,110,110);
	text-align: center;
}
.contact-page-section-1 strong {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: rgb(20,108,55);
}
.contact-page-section-1 span {
	font-size: 18px;
	font-family: 'font2';
	text-align: center;
	padding-bottom: 40px;
	color: rgb(110,110,110);
}
.contact-page-section-1 p {
	font-size: 18px;
	text-align: center;
	font-family: 'font2';
	color: rgb(110,110,110);
}
.mobile-top-header {
	display:block !important;
	padding: 0 30px 0;
	background: rgb(255,255,255);
	z-index: 4;
	overflow:visible;
}
.header-contact_info a {
    color: rgb(255,255,255);
    margin: 0;
}
.top-header a, .top-header i {
    color: rgb(20,108,55);
}
/*
.btn {
    background: rgb(135,170,188);
    width: 50%;
    padding: 10px 0px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
}
*/
.footer-section {
    padding-top: 30px;
    text-align: center;
}
.footer-section img {
	max-width: 210px;
	padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 19px;
	font-weight: 600;
	color: rgb(12,12,12);
}
.service-cities a {
	font-size: 14px;
	line-height: 10px;
	color: rgb(12,12,12);
}

.bottom-footer div[class*='col-']:nth-child(3) {
	justify-content:center;
}
.top-header {
	display:none;
}
.header-contact_info {
    font-size: 1.5em;
}
.navbar-scroll {
	display:none;
}
.header-contact_info .navbar-brand {
	font-size:1.3em;
}

.top-header div[class*='col-']:first-child {
	justify-content:flex-start;
}
.top-header div[class*='col-'] {
  display:flex;
  justify-content: left;
  width: 33.333%;
  padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex;
  justify-content: flex-end;
  width: 33.333%;
  padding: 15px 0;
}

.top-header div[class*='col-']:nth-child(2) {
	background:none;
	margin:0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size:inherit;
	line-height: inherit;
}

.alert h1,
.alert p {
	top: 2em;
	opacity: 0;
	position:relative;
}
.alert h1 {
	margin-top: 0;
	color: #2b1663;
}

.custom-show {
    position: fixed;
    transform:scale(1,1);
    border: 0;
    background: white;
    border-radius:0;
    z-index: 1100;
    overflow: inherit;
    -webkit-transition-property: all;
    -webkit-transition-duration: .30s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .30s;
    transition-timing-function: ease-in-out;
}
.mobile-menu {
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    display: block;
    padding-top: 6em;
    top: 100%;
    border: 0;
    background: rgb(20,108,55);
    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: 1.85rem;
		font-weight: 600; 
    color: white !important;
		margin: 5px 0; 
}
.mobile-menu-custom-show {
    top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;
	padding: 40px 0 0;
	top:0;
	left:0;
	width:100%;
	text-align: center;
}
.mobile-menu-top-hero h2 {
	padding:0 25px;
}

#home .show-form {
	background: white;
	position:relative;
	top:2em;
	left:0;
	opacity: 0;
}

#mobile-menu-header {
  margin-top:0;
  background: #ffffff00;
  box-shadow: none;
}
#mobile-menu-header ul {
	list-style:none;
	padding:0 20px;
	margin-top: 8em;
	position: relative;
	width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff;
	padding: 20px 20px;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: #fff;
    outline: none;
    z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}

}

/*@media screen and (max-width: 425px) {*/
@media screen and (max-width: 690px) {

body,html{
	overflow-x: hidden; 
}

.gift-card-section {
	padding: 50px 0 50px 0; background: rgb(245,245,245);
}
.gift-card-section h1 {
	font-size: 2rem; text-align: center; color: rgb(20,108,55);
}
.gift-card-section p {
	font-size: 14px; text-align: justify; color: rgb(12,12,12);
}
.gift-card-section img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}
.gift-certificate {
	padding: 30px 0 30px 0; background: rgb(20,108,55);
}
.gift-certificate h1 {
	font-size: 1.75rem; text-align: center; color: rgb(255,255,255);
}
.gift-certificate a {
	color: rgb(255,255,255);
}
.gift-certificate a:hover {
	color: rgb(255,255,255);
}

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