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

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

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

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

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Monoton-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font4';
	src:url('../fonts/NostalgicWhispers-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}
.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}

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

.home-faqs h3 {
	text-align: center; font-family: font4; color: green; font-size: 50px; margin-bottom: 50px;
}

.home-faqs img {
	border: 2px solid #000; box-shadow: -15px -15px 0px 0px green;
}


    /* Unique, collision-proof styles */
    .aslz-faq-wrap { max-width: 1100px; margin: 0 auto; }
    .aslz-faq { border: 1px solid #e6e6e6; border-radius: 10px; overflow: hidden; }
    .aslz-faq-item + .aslz-faq-item { border-top: 1px solid #eee; }
    .aslz-faq-toggle { position: absolute; opacity: 0; pointer-events: none; }
    .aslz-faq-label {
      display: flex; align-items: center; gap: .6rem;
      cursor: pointer; padding: 1rem 1.25rem; font-weight: 600;
      background: #fafafa; font-family: font2; color: #000; text-shadow: 0px 0px 1px #000;
    }
    .aslz-faq-indicator { width: 1.75rem; height: 1.5rem; border-radius: 50%;
      border: 2px solid #0e7a4f; display:inline-flex; align-items:center; justify-content:center;
      font-size: .85rem; line-height: 1; color:#0e7a4f;
    }
    .aslz-faq-panel {
      max-height: 0; overflow: hidden; transition: max-height .35s ease;
      background: #fff;
    }
    .aslz-faq-panel-inner { padding: 0 1.25rem 1rem; }
    .aslz-faq-panel p { margin: .85rem 0 .5rem; font-family: font2; }
    .aslz-faq-panel ul { margin: 0 0 .5rem 1.25rem; }
    .aslz-faq-panel a { text-decoration: underline; color: green; font-weight: 600;}
    /* one-open-at-a-time via radios */
    .aslz-faq-toggle:checked + .aslz-faq-label + .aslz-faq-panel { max-height: 800px; }
    .aslz-faq-toggle:not(:checked) + .aslz-faq-label .aslz-faq-indicator { content:"+"; }
    .aslz-faq-toggle:checked + .aslz-faq-label .aslz-faq-indicator { background:#0e7a4f; color:#fff; }
    /* accessibility focus */
    .aslz-faq-label:focus { outline: 3px solid #bfe8d6; outline-offset: 2px; }


/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; z-index: 1; padding: 10px 0 10px 0; background: transparent;	z-index: 3; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child {
	display: flex; justify-content: flex-end; align-items: center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0; font-size: 15px; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color: transparent;
}
.top-header div[class*='col-']:nth-child(2) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: #69af07; border-radius: 1.6rem;
	font-size: 0.9rem;
	
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 8px 9px 8px; background: transparent; font-weight: 600; font-family: 'font2'; color: #69af07; border-radius: 1.6rem;
	
	font-size: 0.9rem;
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(5) {
	display: flex; justify-content: flex-start; align-items: center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display: flex; justify-content: center; align-items: center; color: #69af07;height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(196,41,56,0.8);	text-decoration:none !important; color: rgb(255,255,255);
}
.top-header .dropdown-menu {
	background: whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color: #222; padding: 3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px; outline: none !important; border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important; color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline: none !important; box-shadow: none !important;
}

/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255,255,255); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(12,12,12); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255,255,255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.dropdown {
    float: left;
    position: relative;font-family: font4;font-weight: 600;
}
.dropdown:hover {
	    color: #69af07 !important; 
    text-decoration: underline !important;
}
.dropdown h5 {
	margin-left: 10px; text-decoration: underline; color: #396001;
}
.dropbtn {
    font-size: 18px;
    border: none;
    padding: 14px 16px;
    background-color: inherit;
    font-weight: 600;
	font-family: font4;
    letter-spacing: 2px;
    cursor: pointer;
}

/* Main dropdown with increased width */
.dropdown-one {
    display: none;
    position: absolute;
    background-color: #f5f5f5;
    width: 225px; /* Adjust this width as needed */
    z-index: 1000;
}

/* Each nested dropdown aligns beside the parent item */
.dropdown-two {
    display: none;
    position: absolute;
    top: 0;
    left: 100%; /* Aligns directly to the right of the parent */
    background-color: #f9f9f9;
    min-width: 575px;
}

 .dropdown-three {
    display: none;
    position: absolute;
    top: 0;
    left: 100%; /* Aligns directly to the right of the parent */
    background-color: #f9f9f9;
    min-width: 160px;
}

.dropdown-four{
    display: none;
    position: absolute;
    top: 0;
    left: 100%; /* Aligns directly to the right of the parent */
    background-color: #f9f9f9;
    min-width: 160px;
}

 .dropdown-five {
    display: none;
    position: absolute;
    top: 50%;
    left: 100%; /* Aligns directly to the right of the parent */
    background-color: #f9f9f9;
    min-width: 175px;
}

 .dropdown-six {
    display: none;
    position: absolute;
    top: 50%;
    left: 100%; /* Aligns directly to the right of the parent */
    background-color: #f9f9f9;
    min-width: 160px;
}

/* Dropdown item styling */
.dItem {
    color: black;
    padding: 12px 16px;
    text-align: left;
    cursor: pointer;
    white-space: nowrap; /* Ensures the text stays on one line */
}
.dItem span {
	 color: #396001; font-size: 20px;
	 transform: rotate(-90deg);
    position: absolute;
    margin-top: -2px;
}
/* Hover effect */
.dItem:hover {
    background-color: #ddd; 
}

/* Display the main dropdown on hover */
.dropdown:hover .dropdown-one {
    display: block;
}

/* Display nested dropdowns next to their parent items */
#link1:hover > .dropdown-two {
	 display: block; background: #f5f5f5; box-shadow: 0px 0px 0px 1px #69af07;
}
#link2:hover > .dropdown-three {
	 display: block; background: #f5f5f5; box-shadow: 0px 0px 0px 1px #69af07;
}
#link3:hover > .dropdown-four {
	 display: block; background: #f5f5f5; box-shadow: 0px 0px 0px 1px #69af07;
}
#link4:hover > .dropdown-five {
	 display: block; background: #f5f5f5; box-shadow: 0px 0px 0px 1px #69af07; margin-top: 0;
}
#link5:hover > .dropdown-six {
    display: block; background: #f5f5f5; margin-top: 0; box-shadow: 0px 0px 0px 1px #69af07;
}


.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px; text-transform: uppercase; padding-top: 20px;	line-height: 5px; font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333; white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}
.tab {
	overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
	background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
	background-color: #ddd;
}
.tab button.active {
	background-color: #ccc;
}
.tabcontent {
	display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font'; text-align: center; font-size: 2rem; color: rgb(246,177,24);
}
.top-header-animate {
	background: transparent;
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
	padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out; overflow-x: hidden; 
}
.navbar-scroll {
	padding: 50px 0 0; position: fixed; background: #f5f5f5; width: 100%; z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; border-bottom: 2px solid #396001;
}
.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-scroll img {
	margin-top: -50px; margin-bottom: 25px;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em; position: absolute; top: 6px; right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700; text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px; padding: 6px 0px; font-weight: 900; font-size: 18px; color: #000; font-family: 'font4'; letter-spacing: 2px;
}
.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: #69af07;
    text-decoration: underline !important;
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%;
}
.mobile-top-header {
	display: none !important;
}


/*homepage payment reminder popup*/
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}
#as-payment-popup .modal-dialog {
  max-width: 900px; /* or whatever you want */
}

.modal.as-payment{
	font-family: 'font4'; 
}


.modal.as-payment p span{
	
	font-weight: 800; 
	
}
.modal.as-payment .modal-contact {
	
	font-weight: 800; 
	
}
/**/
/**/
/**/




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

/**** Home Section ****/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.home1 {
	padding: 175px 0 75px 0;
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/patio-1.jpg) top right no-repeat;
    background-size: cover;
    background-position: center;
}
.home1 .pad {
	padding: 50px 50px 15px 50px; background: #ffffffc7; margin-left: 75px;
}
.home1 .gallery-view {
	background: #69AF07; color: #fff; text-align: center; padding: 25px 0px 25px 0px;
}
.home1 .quote-view {
	background: #483B33; color: #fff; text-align: center; padding: 25px 0px 25px 0px;
}
.home1 h1 {
	font-family: 'font4'; font-size: 25px; text-align: left; font-weight: 500; color: #483B33; font-style: italic; 
}
.home1 h2 {
	font-size: 40px; text-align: center; color: #69AF07; padding: 25px 0px 25px 0px;
}
.home1 p {
	font-size: 17px; font-family: Arial; font-weight: 600; text-align: justify; color: #000;font-style: normal;
}
.home1 h1 span {
	color: #483b33; font-size: 50px;font-style: normal; line-height: 50px;
}

.home1 .banner{
	width: 100%;
	background-color:#69AF07;
	color: white;
	text-align: center;
	margin-top: 70px;
	padding: 15px 0;
}
.home1 .banner h2{
	width: 100%;
	/*background-color:#69AF07;*/
	color: white;
	text-align: center;
}

.home1 a {
	color: inherit;
}
.home2 {
	padding: 150px 0px 150px 0px;
}
.home2 h2 {
	font-family: 'font4'; font-size: 35px; text-align: left; font-weight: 500; color: #483B33; padding-bottom: 25px;
}
.home2 h3 {
	font-family: font4; font-size: 50px; color: #3a6400; text-align: center;
}
.home2 h4 {
	font-family: font4; font-size: 40px; text-align: center; color: #3a3a3a;
}
.home2 h5 {
	font-family: font4; font-size: 20px;  color: #3a3a3a; padding: 15px 0px 35px 0px; letter-spacing: 1px; font-weight: 600;
}
.home2 p {
	font-size: 17px; font-family: Arial; font-weight: 500; text-align: justify; color: #444;font-style: normal; line-height: 35px; margin-right: 100px;
}
.home2 i {
	font-size: 35px; color: #9f8447;
}
.home2 hr {
	height: 3px; width: 50%; margin-left: 25px; background: #9f8447;
}
.home2 img {
	height: 300px; width: 250px;
}
.home2 .clicka:hover i {
	color: #69af07; border-radius: 100%; background: #281a00;
}
.home2 .clicka:hover hr {
	background: #69af07; opacity: 99%;
}
.home2 .clicka:hover h5 {
	color: #69af07;
}
.home3 {
	padding: 150px;
	background: linear-gradient(339deg, #483b33ad 25%, #69af0769 90%), url(/img/backgrounds/garden-1.png) top right no-repeat;
    background-size: cover;
    background-position: center;
}
.home3 h2 {
	font-family: font4; font-size: 45px; color: #fed683;text-shadow: 1px 2px 1px #000;
}
.home3 li {
	font-size: 20px; color: #fff; font-family: font2; font-weight: 600; line-height: 40px; text-shadow: 1px 1px 1px #000;
}
.home4 {
	padding: 150px 75px 150px 75px; background: #F6F3EC;
}
.home4 .card1 {
	padding: 50px 25px; background: #fff;
}
.home4 h2 {
	color: #69af07; font-family: font4; text-align: center; font-size: 50px; font-weight: 600;
}
.home4 h3 {
	color: #9f8447; font-family: font4; font-size: 25px; text-align: center; font-style: italic; padding: 25px 0px 100px 0px;
}
.home4 h4 {
	font-family: font4; color: #483B33; font-size: 25px; padding: 25px 0px 25px 0px; font-weight: 600;
}
.home4 h5 {
	font-family: font4; font-style: italic;color: #9f8447; font-size: 20px;
}
.home4 p {
	font-size: 17px; font-family: Arial; font-weight: 500; color: #444;font-style: normal; line-height: 35px;
}
.home4 .card1 i {
	color: #fff; background:  #69af07; border-radius: 100%; font-size: 50px; width: 100px; height: 100px; position: relative;
	padding-top: 25px;
    padding-left: 25px;    margin-top: -100px;
    margin-bottom: 50px; display: block;
}
.home4 .card1:hover i {
	background: #483B33
}
.home4 .card1:hover h4 {
	color: #69af07;
}
.home5 {
	
}
.home5 .hype {
	padding: 100px;
}
.home5 h3 {
	font-family: font4; color: #483B33; font-weight: 600; font-size: 45px;
}
.home5 h4 {
	font-family: font4;color: #9f8447; font-style: italic; font-size: 20px;
}
.home5 h5 {
	font-family: Arial; font-size: 18px; line-height: 40px;
}
.home5 p {
	font-family: font4; font-size: 25px;
}
.home5 a {
	color: #483B33; font-size: 20px;
}
.home5 i {
	font-size: 35px; color: #69af07;
}
.home6 {
	padding: 150px 50px 150px 50px;  background: linear-gradient(339deg, #483b3300 25%, #69af0700 90%), url(/img/backgrounds/water-flowers-1.jpg) top right no-repeat;
    background-size: cover; height: 100%;
    background-position: center;
}
.home6 .bawks {
	background: #4c4038e6; padding: 100px 50px 100px 50px;
}
.home6 h3 {
	font-size: 35px; font-family: font4; color: #f5f5f5;
}
.home6 h4 {
	font-size: 50px; color: #69af07;
}
.home6 h5  {
	color: #9f8447; font-size: 25px; font-family: font4; margin-left: 75px;
}
.home6 i {
	color: #9f8447;
}
.home6 hr {
	background:  #9f8447;height: 2px; opacity: 95%; width: 90%;
}
.home6 mark {
	background: #b48b3c; padding: 15px 25px; position: relative; top: 0%; color: #fff; font-family: font4;
	display:inline-block;
}
.home7 {
	padding:100px;/* background: linear-gradient(339deg, #483b3300 25%, #69af0700 90%), url(/img/backgrounds/gp-2.jpg) top right no-repeat;*/
	background: #f5f5f5;
    background-size: cover; height: 100%;
    background-position: center;text-align: center;
}

.home7 h2 {
	font-family: font4; font-size: 50px;color: #000;
}
.home7 h3 {
	font-family: font4; font-size: 30px; font-weight: 600;color: #375d01;
}
.home7 h4 {
	font-family: font4; font-size: 20px;
}
.home7 h6 {
	font-family: font4; color: #b48b3c;
}
.home7 p {
	font-family: Arial; font-size: 17px; line-height: 35px;
}
.map-section {
	background: #f5f5f5;
}
 .h-3 {
	font-family: font4; font-size: 35px;
}
 .h-4 {
	font-family: font4; font-size: 25px; letter-spacing: 1px;
}
.map-p {
	font-family: Arial; font-size: 17px; line-height: 35px;
}
 /* Custom styles for city list */
      .map-section   .city-list ul {
            list-style-type: none;
            padding: 0;
												cursor: pointer !important;
        }

       .map-section  .city-list ul li {
            margin: 10px 0;
            padding: 10px;
            background-color: #f0f0f0;
            border-radius: 5px;
            cursor: pointer !important;
            transition: background-color 0.3s ease;
        }

       .map-section  .city-list ul li:hover {
            background-color: #ddd;
        }

        /* Ensure the map fits nicely */
       .map-section  iframe {
            width: 100%;
            height: 500px;
            border: 0;
        }
/**** About Section ****/
.about-1 {
	padding: 150px 50px 100px 50px; background: #9f8447;
    background-size: cover;
}

.about-1 h1 {
	font-family: 'font4'; font-weight: 500; font-size: 35px; color: #2f4d04; text-shadow: 2px 2px 50px white; letter-spacing: 5px;
}
.about-1 h2 {
	font-family: 'math'; font-weight: 600; font-size: 25px; color: #4c4038; text-shadow: 2px 2px 50px white; letter-spacing: 3px;
}
.about-1 h5 {
	color: #2f4d04; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px white;
}
.about-1 hr {
	background: #4c4038;
}
.about-1 p {
	font-family: 'font2'; color: #444; font-size: 17px; line-height: 35px; text-shadow: 2px 2px 25px white;   margin-right: 100px; font-weight: 600;

}
.about-1 img {

}
.about-1 .margy1 {

}
.about-1 li {
	color:  #4c4038; line-height: 40px; font-size: 20px; font-family: 'sans-serif';
}
.about-1 li p{
	margin-right: 0;
}






.parallax4 {
  background: radial-gradient(circle, rgba(255,255,255,0.4990371148459384) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 50%) 100%), url(/img/about/truck-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  150px;
	color: #fff;
	box-shadow: 1px 1px 10px 3px #4449;

  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-1 {
	padding: 150px 50px 100px 50px; background: #9f8447;
    background-size: cover;
}

.testimonial-1 h1 {
	font-family: 'font4'; font-weight: 500; font-size: 35px; color: #2f4d04; text-shadow: 2px 2px 50px white; letter-spacing: 5px;
}
.testimonial-1 h2 {
	font-family: 'math'; font-weight: 600; font-size: 25px; color: #4c4038; text-shadow: 2px 2px 50px white; letter-spacing: 3px;
}
.testimonial-1 h5 {
	color: #2f4d04; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px white;
}
.testimonial-1 hr {
	background: #4c4038;
}
.testimonial-1 p {
	font-family: 'font2'; color: #444; font-size: 17px; line-height: 35px; text-shadow: 2px 2px 25px white;   margin-right: 0; font-weight: 600;

}
.testimonial-1 img {

}
.testimonial-1 .margy1 {

}
.testimonial-1 li {
	color:  #4c4038; line-height: 40px; font-size: 20px; font-family: 'sans-serif';
}
.testimonial-1 li p{
	margin-right: 0;
}




/**** Services Section ****/
.service-intro {
	/*padding: 100px; background: linear-gradient(339deg, #483b3300 25%, #69af0700 90%), url(/img/backgrounds/floral-01.png) top right no-repeat;*/
	padding: 100px; background: linear-gradient(339deg, #483b3300 25%, #69af0700 90%), url(/img/backgrounds/floral-01-new.png) top right no-repeat;
    background-size: cover; height: 100%; background-color: #69af07;
    background-position: center;
}
.service-intro .container-fluid {
	background: #ffffffc2; padding: 50px; border-radius: 25px;
}
.service-intro .padder {
	padding: 10px 50px 100px 50px;
}
.service-main .hr-1 {
	height: auto; display: block; position: relative;
}
.service-intro .hr-1 hr {
	background: #69af07; height: 5px; opacity: 75%;
}
.service-intro .hr-2 hr {
	background: #9f8447; height: 5px; opacity: 75%;
}
.service-intro h1 {
	font-family: font4; font-size: 45px; text-align: center;
}
.service-intro h2{
	font-family: font4; font-size: 40px; font-weight: 600; text-align: center; letter-spacing: 2px;
}
.service-intro h2 span {
	    background: conic-gradient(from 295deg, #6AAF08, #ffffff00);
					padding: 0px 5px 0px 5px;
}
.service-intro h2 strong {
	    background: conic-gradient(from 295deg, #9f8447, #ffffff00);
					padding: 0px 5px 0px 5px;
}
.service-intro h3 {
	font-family: font4; font-size: 25px;text-align: center; line-height: 40px; letter-spacing: 1px;
}
.service-intro h3:hover {
	font-weight: 600;
}
.service-intro h3 span {
	font-size: 20px; 
}
.service-intro h3:hover span {
	font-size: 20px; color: #69af07; text-shadow: 1px 1px 1px #fff;
}
.service-intro h3 strong {
	font-size: 20px; font-weight: 500;
}
.service-intro h3:hover strong {
	font-size: 20px; color: #9f8447; text-shadow: 1px 1px 1px #fff;
}
.service-intro p {
	font-family: Arial; font-size: 17px; line-height: 35px; text-align: center;
}
.service-intro img {
	max-width: 75%; border-radius: 25px;
}
.service-intro  a {
	color: inherit;
}

.service-intro .gallery-view {
    background: #69AF07;
    color: #fff;
    text-align: center;
    padding: 25px 10px 25px 10px;
				border-radius: 15px;
				font-family: font4;
}

.service-intro .gallery-view:hover {
				background: white;
				color:black;
}

.service-main {
	padding: 100px 50px 100px 50px;/*background: linear-gradient(270deg, rgba(105,175,7,0.1524350804775035) 50%, rgba(72,59,51,0.146832839581145) 50%);*/
	background: #fff;
}
.service-main .paddy {
	padding: 0px 150px 0px 325px;
}

.light-bg{
	background: #99c17e70 !important;
}
.medium-bg{
	background: #58a72382 !important;

}
.dark-bg{
	
	background: #58a723b8 !important;

}

.service-main .service-card-1 {
	padding: 15px;
	/*background: #69af07;*/
	background:#99c17e;
	height: 550px;
	/*height: auto;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
	
	border-radius: 10px;
}
.service-main .service-card-2 {
    padding: 15px;
    background: #9f8447;
	height: 550px;
    /* height: auto; */
    color: #f5f5f5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-main .service-card-3 {
    padding: 15px;
    background: #9f8447;
	height: 550px;
    /* height: auto; */
    color: black;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-main .service-card-1 span, .service-main .service-card-2 span, .service-main .service-card-3 span{
			font-weight: 700;
			text-decoration: underline; 
}
.service-main .cardy-1 img {
box-shadow: 1px 1px 10px 3px #69af07;
}
.service-main .cardy-2 img {
box-shadow: 1px 1px 10px 3px #9f8447;
}
.service-main h2 {
	font-family: font4; font-size: 25px;text-align: center; font-weight: 600; letter-spacing: 2px;
}
.service-main h3 {
	font-family: font4; font-size: 25px;text-align: center; font-weight: 600; letter-spacing: 2px;
}
.service-main p {
	font-family: Arial; font-size: 15px; line-height: 35px; text-align: center;
}
.service-main  img {
	width: 600px; height: 400px; border-radius: 15px;
}
.service-main  .img-fluid.full {
	width: 100%; height: auto; border-radius: 15px;
}

/* SERVICE CTA */
.service-cta {
    margin-top: 15px;
				text-align: center;
}

/* LINK STYLE */
.service-cta a {
    font-size: 15px;
    font-weight: 600;
    color: #207e20; /* matches your green theme */
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

/* underline animation */
.service-cta a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #207e20;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

/* hover */
.service-cta a:hover {
    color: #145a14;
}

.service-cta a:hover::after {
    transform: scaleX(1);
}
.service-why {
	padding: 100px 50px 100px 50px;/*background: linear-gradient(270deg, rgba(105,175,7,0.1524350804775035) 50%, rgba(72,59,51,0.146832839581145) 50%);*/
	background: #483b33c4;
}




.service-why .container-fluid {
    background: #ffffffc2;
    padding: 50px;
    border-radius: 25px;
}

.service-why .containerless {
	
	color:white;
}
.service-why .containerless h2 {
	font-family: font4; font-size: 2rem;text-align: center; font-weight: 600; letter-spacing: 2px;
}
.service-why .paddy {
	padding: 0px 150px 0px 325px;
}
.service-why .service-card-1 {
	padding: 15px;
	/*background: #69af07;*/
	background:#99c17e;
	height: 550px;
	/*height: auto;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
	
	border-radius: 10px;
}
.service-why .service-card-2 {
    padding: 15px;
    background: #9f8447;
	height: 550px;
    /* height: auto; */
    color: #f5f5f5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-why .service-card-3 {
    padding: 15px;
    background: #9f8447;
	height: 550px;
    /* height: auto; */
    color: black;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-why .service-card-1 span, .service-why .service-card-2 span{
			font-weight: 700;
			text-decoration: underline; 
}
.service-why .cardy-1 img {
box-shadow: 1px 1px 10px 3px #69af07;
}
.service-why .cardy-2 img {
box-shadow: 1px 1px 10px 3px #9f8447;
}
.service-why h2 {
	font-family: font4; font-size: 25px;text-align: center; font-weight: 600; letter-spacing: 2px;
}
.service-why h3 {
	font-family: font4; font-size: 25px;text-align: center; font-weight: 600; letter-spacing: 2px;
}
.service-why p {
	font-family: Arial; font-size: 15px; line-height: 35px; text-align: center;
}
.service-why  img {
	width: 600px; height: 400px; border-radius: 15px;
}
.service-why  .img-fluid.full {
	width: 100%; height: auto; border-radius: 15px;
}

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

/**** Areas We Service Section ****/
.area-intro {
	background: #e0bc6d; padding: 100px 0px 100px 0px;
}
.area-intro h1 {
	font-family: font4; font-size: 50px; text-align: center; padding: 0px 0px 100px 0px;
}
.general-area {
	background: #dceeca; padding: 100px 50px 100px 50px;
}
.general-area h1 {
	font-family: font4; font-size: 50px; text-align: center; padding: 0px 0px 100px 0px;
}
.general-area h2 {
	font-size: 2.5rem; font-family: font4; font-weight: 600; color: #483b33; letter-spacing: 2px;
}
.general-area h4 {
	font-size: 20px; font-family: font4; color: #483b33;
}
.general-area h4 span {
	font-weight: 600; text-decoration: underline;
}
.general-area p {
	font-size: 17px;  font-family: Arial; line-height: 35px; text-align: left;
}
.general-area iframe {
	width: 100%; height: 425px; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.area {
	padding: 75px; background: #f5f5f5;
}
.area h2 {
	font-size: 2.5rem; font-family: font4; font-weight: 600; color: #69af07; letter-spacing: 2px;
}
.area h4 {
	font-size: 20px; font-family: font4; color: #483b33;
}
.area h4 span {
	font-weight: 600; text-decoration: underline;
}
.area p {
	font-size: 17px;  font-family: Arial; line-height: 35px;
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.area2 {
	padding: 75px; background: #fff;
}
.area2 h2 {
	font-size: 2.5rem; font-family: font4; font-weight: 600; color: #9f8447; letter-spacing: 2px;
}
.area2 h4 {
	font-size: 20px; font-family: font4; color: #483b33;
}
.area2 h4 span {
	font-weight: 600; text-decoration: underline;
}
.area2 p {
	font-size: 17px; font-family: Arial; line-height: 35px;
}
.area2 iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}




/* Specific Service Area Page*/
.service-location-intro {
	background: #e0bc6d; padding: 80px 0px 50px 0px;
}
.service-location-intro h1 {
	font-family: font4; font-size: 2.6rem;; text-align: center; padding: 0px 0px  0px 0px;
}
.service-location-intro p {
	font-size: 17px;  font-family: Arial; line-height: 35px;
}

.service-location {
	padding: 0px  0px; background: #f5f5f5;
}
.service-location h2 {
	font-size: 2rem; font-family: font4; font-weight: 600; color: #69af07; letter-spacing: 2px;
}
.service-location h4 {
	font-size: 20px; font-family: font4; color: #483b33;
}
.service-location h4 span {
	font-weight: 600; text-decoration: underline;
}
.service-location p {
	font-size: 17px;  font-family: Arial; line-height: 35px;
}
.service-location iframe {
	width: 100%; height: 480px; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.service-location .padder {
	padding: 50px 10px; 
}

.service-location .service-image.scene1 {
    /* background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/yard-care-1.jpg); */
    background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/section-1-reordered/004.jpg);
    background-position: center center;
    height: 100%;
    background-size: cover;
}
.service-location .service-image.scene2 {
    /* background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/yard-care-1.jpg); */
    background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/section-1-reordered/011.jpg);
    background-position: center center;
    height: 100%;
    background-size: cover;
}

.service-location-closer {
	padding: 50px  10px; background: #dceeca;
}
.service-location-closer h2 {
	font-size: 2rem; font-family: font4; font-weight: 600; color: #69af07; letter-spacing: 2px;
}
.service-location-closer h4 {
	font-size: 20px; font-family: font4; color: #483b33;
}
.service-location-closer h4 span {
	font-weight: 600; text-decoration: underline;
}
.service-location-closer p {
	font-size: 17px;  font-family: Arial; line-height: 35px;
}
.service-location-closer iframe {
	width: 100%; height: 480px; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

.mb-1 {
	display: flex;
}

.mb-1 i {
	font-size: 20px;
}


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


/**** Sections On Every Page ****/
.contact-section {
 background: #483B33; height: 100%;
}
.contact-section .container-fluid {
	padding: 0px;
}
.contact-section .imagine {
	 background: linear-gradient(339deg, #483b3300 25%, #69af0700 90%), url(/img/backgrounds/landscape-home-5.jpeg) top right no-repeat;
    background-size: cover; height: 900px;
    background-position: center;
}
.contact-section .formed {
	padding: 50px 0px 50px 0px; height: auto;
}
.contact-section h3 {
	font-size: 45px; font-family: font4; font-weight: 800; text-align: center; color: #f5f5f5; margin-left: 25px; padding-bottom: 25px;
}
.contact-section h1 {
	color: #9f8447; font-family: font4; font-style: italic; font-size: 20px; text-align: left; margin-left: 25px;
}
.contact-section h4 {
	color: #9f8447; font-family: font4; font-style: italic; font-size: 20px; text-align: center; margin-left: 25px;
}
/* ========================================== */
/* === Misc. Section ======================== */
/* ========================================== */

/****  Referrals Owl Carousel ****/
.owl-carousel .owl-stage-outer {
	padding: 40px 0;
}
.owl-nav {
	position: absolute; width: 100%; top: 10%; display: none;
}
.owl-carousel .item {
	display: block; height: 100%;
}
.owl-carousel .owl-item span {
	font-size: 20px; font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background: transparent !important; color: #212121 !important; opacity: .5 !important;
}
.owl-nav .owl-next {
	left: 100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size: 3em; display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline: none;
}

/**** Default Classes ****/
body {
	font-family: 'Montserrat', sans-serif;
}
body#barbajs {
	visibility: visible;
}
a, button, .btn {
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
a {
	cursor:pointer;	text-decoration: none !important;
}
a:hover {
	color: #252525; text-decoration: underline;
}
.btn {
	cursor: pointer; border-radius: 0;
}
.btn.alert-trigger {
	color: #fdfdfd; background-color:#333;
}
.btn:hover {
	opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);	border-color: #949494; color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4); color: #fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
	border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none; box-shadow: none;
}
.section-divider {
	position: relative; padding: 50px 0;
}
.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left; font-size: inherit;
}
.block-overlay {
	position: absolute; display: inline-block; background:rgba(0, 0, 0, 0.6); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; z-index: 0;
}
.fadeDiv {
	position: fixed; display: inline-block; z-index: 1050; color: #fff; background: #300e87; padding: 50px; top: 150px; bottom: 150px; left: 300px; right: 300px; transform:scale(0,0); box-shadow: 0px 0px 20px -1px #000; transition: all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position: fixed; display: inline-block; padding: 50px; z-index: 1050; top: 150px; bottom: 150px; left: 300px; right: 300px; transform: scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position: absolute; right: 20px; top: 10px; font-weight: 900; font-size: 2em; font-family: 'Lato'; cursor: pointer;
}
.navbar-collapse ul {
	width: 100%; justify-content: center; align-items: center;
}
.overlay {
	height: 100%; width: 100%; background: #ffffffbf;
}
#myBtn {
	display: block; width: 50px; height: 50px; position: fixed; top: 100%; right: 30px; z-index: 99; border: none; outline: none; background-color: #000000; color: #ffffff; cursor: pointer; font-size: 14px; padding-top: 0; border-radius: 0px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
	background-color: #424242; color: #fff;
}

/**** Gallery Function Section ****/
#portfolio input {
	display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; margin: 0; top: 0; left: -60px; z-index: 2; width: 60px; height: 60px; -webkit-appearance: none; background-image: url(/img/icons/close-btn-icon-red.png); background-repeat: no-repeat; background-color: transparent; background-size: contain; color: #ffffff; border: none; cursor: pointer; outline: none !important; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline :none !important;
}
#portfolio {
	display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}
#portfolio li {
	display: flex; justify-content: center; align-items: center; float: left; position: relative; overflow: hidden; margin: 0 10px 20px;
}
#portfolio li a {
	transform: scale(1,1); display: block; width: 100%; height: 295px; width: 490px; overflow: hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
}
#portfolio li a:hover {
	transform: scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; margin: auto; width: 100%; height: auto; transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color: #000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1); z-index: 1; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

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

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

/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .footer-box {
	padding: 50px; /*width: 600px; height: 600px;    position: relative;
    left: 34%;
    top: -25%;*/
}
.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: #483B33; color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px; font-family: 'font2'; line-height: 30px;
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.footer-section h2 {
	font-family: font4; font-size: 75px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.footer-section .h-card {
	text-align: center;
}
.footer-section i {
	font-size: 25px; margin: 0px 3px 0px 3px; width: 50px; height: 50px; background: #9f8447; padding: 10px; border-radius: 10px;
}
.service-cities {

}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height: 8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; color: rgb(255, 255, 255);
}
.service-cities h3 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; color: rgb(255, 255, 255);
}
.bottom-footer .vms-link-wrapper {
	position: relative; top: -10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; font-size: 14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display: flex; justify-content: center;	align-items: center; border: 1px solid #fff; border-radius: 100px; height: 28px; width: 28px; margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration: none !important; color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}





/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1500px) {
	
	.top-header div[class*='col-']:nth-child(5) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.home3 {
    padding: 150px 30px;;
    background: linear-gradient(339deg, #483b33ad 25%, #69af0769 90%), url(/img/backgrounds/garden-1.png) top right no-repeat;
    background-size: cover;
    background-position: center;
}

.home5 .hype {
    padding: 100px 15px;;
}
.home6 {
    padding: 150px 50px 150px 50px;
    background: linear-gradient(339deg, #483b3300 25%, #69af0700 90%), url(/img/backgrounds/water-flowers-1.jpg) top right no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
}
.home6 .bawks {
    background: #4c4038e6;
    padding: 100px 15px 100px 15px;
}
.home6 h4 {
    font-size: 2rem;
    color: #69af07;
}
.home6 h5 {
    color: #9f8447;
    font-size: 25px;
    font-family: font4;
    margin-left: 15px;
}

.parallax4 {
    background: radial-gradient(circle, rgba(255,255,255,0.4990371148459384) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 50%) 100%), url(/img/about/truck-1.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    padding: 150px 35px;;
    color: #fff;
    box-shadow: 1px 1px 10px 3px #4449;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-main {
	padding: 100px 10px 100px 10px;/*background: linear-gradient(270deg, rgba(105,175,7,0.1524350804775035) 50%, rgba(72,59,51,0.146832839581145) 50%);*/
	background: #fff;
}
.service-main .paddy {
	padding: 0px 15px 0px 15px;
}
.service-main .service-card-1 {
	padding: 15px;
	/*background: #69af07;*/
	background:#99c17e;
	height: auto;
	
	border-radius: 10px;
}
.service-main .service-card-2 {
	padding: 15px; background: #9f8447;
	
	
	height: auto;
	
	
	color: #f5f5f5; border-radius: 10px;
}
.service-main .cardy-1 img {
box-shadow: 1px 1px 10px 3px #69af07;
}
.service-main .cardy-2 img {
box-shadow: 1px 1px 10px 3px #9f8447;
}
.service-main  img {
    width: auto;
    height: auto;
    border-radius: 15px;
}
.service-main h2 {
	font-family: font4; font-size: 25px;text-align: center; font-weight: 600; letter-spacing: 2px;
}
.service-main h3 {
	font-family: font4; font-size: 25px;text-align: center; font-weight: 600; letter-spacing: 2px;
}
.service-main p {
	font-family: Arial; font-size: 15px; line-height: 35px; text-align: center;
}
.service-main  img {
	width: auto; height: auto; border-radius: 15px;
}
	
	
	
	/*** Don't place anything here, unless absolutely necessary ***/
}
/* === Sm. Laptop CSS Section ================= */
@media screen and (max-width: 1024px) {
	
}
/* === Tablet CSS Section ===================== */
@media screen and (max-width: 991px) {

/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
}
.mobile-menu {
	text-align: center; position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em; top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100; overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0; left:0; width: 100%; text-align: center;
}
.mobile-menu-top-hero h2 {
	padding: 0 25px;
}
#mobile-menu-header {
	margin-top: 0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style: none; padding: 0 20px; margin-top: 8em; position: relative; width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.top-header {
	background: white; display: none;
}
.top-header img{
	width: 100px; 
	
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display: none;
}
.header-contact_info .navbar-brand {
	font-size: 1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content: flex-start;
}
.top-header div[class*='col-'] {
	display: flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background: none; margin: 0; display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size: inherit; line-height: inherit;
}

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile, .navbar-sidebar .dropdown-menu-mobile-2 {
	position: relative; display: none; top: 0; left: 0; z-index: 1000; float: left; height: 0px; margin: 0; width: 100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform: scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate, .dropdown-menu-animate-2 {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a, .navbar-sidebar .dropdown-menu-mobile-2 a {
 font-weight:600 !important; font-size: 1.1rem; font-family: 'font4';
        color: black;; text-align: center;
}
.navbar-sidebar {
	padding-top: 150px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 2; overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition: margin-left .4s;
}


.modal {
	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}
.modal-body.as-payment{
	
	
}
.modal-body.as-payment p span{
	
	font-weight: 800; 
	
}





.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;

}
.nav-link{
        font-family: 'font4';
								color: black;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
	width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0;
        font-family: 'font4';
								color: black;
	
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/**** Home Section ****/
.home-header-section {
	padding-top: 125px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit;	white-space: nowrap; background: 0 0; border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.home1 {
	padding: 175px 0 75px 0;
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/patio-1.jpg) top right no-repeat;
    background-size: cover;
    background-position: center;
}
.home1 .pad {
	padding: 50px 10px 15px 10px; background: #ffffffc7; margin-left: 5px;
}
.home1 .gallery-view {
	background: #69AF07; color: #fff; text-align: center; padding: 25px 0px 25px 0px;
}
.home1 .quote-view {
	background: #483B33; color: #fff; text-align: center; padding: 25px 0px 25px 0px;
}
.home1 h1 {
	font-family: 'font4'; font-size: 1.5rem; text-align: left; font-weight: 500; color: #483B33; font-style: italic; 
}
.home1 h2 {
	font-size: 2.3rem; text-align: center; color: #69AF07; padding: 25px 0px 25px 0px;
}
.home1 p {
	font-size: 1rem; font-family: Arial; font-weight: 600; text-align: justify; color: #000;font-style: normal;
}
.home1 h1 span {
	color: #483b33; font-size: 2.4rem;font-style: normal; line-height: 50px;
}

.home1 .banner{
	width: 100%;
	background-color:#69AF07;
	color: white;
	text-align: center;
	margin-top: 70px;
	padding: 15px 0;
}
.home1 .banner h2{
	width: 100%;
	/*background-color:#69AF07;*/
	color: white;
	text-align: center;
	font-size: 1.5rem;
}

.home1 a {
	color: inherit;
}
.home2 {
	padding: 110px 0px 110px 0px;
	text-align: center;
}
.home2 h2 {
	font-family: 'font4'; font-size: 35px; text-align: left; font-weight: 500; color: #483B33; padding-bottom: 25px;
}
.home2 h3 {
	font-family: font4; font-size: 2.5rem; color: #3a6400; text-align: center;
}
.home2 h4 {
	font-family: font4; font-size: 2.5rem; text-align: center; color: #3a3a3a;
}
.home2 h5 {
	font-family: font4; font-size: 1.3rem;  color: #3a3a3a; padding: 15px 0px 35px 0px; letter-spacing: 1px; font-weight: 600;
}
.home2 p {
	font-size: 17px; font-family: Arial; font-weight: 500; text-align: justify; color: #444;font-style: normal; line-height: 35px; margin-right: 0;
}
.home2 i {
	font-size: 2rem; color: #9f8447;
}
.home2 hr {
	height: 3px; width: 100%; margin-left: 0; background: #9f8447;
}
.home2 img {
	height: auto; width: 250px;
}
.home2 .clicka:hover i {
	color: #69af07; border-radius: 100%; background: #281a00;
}
.home2 .clicka:hover hr {
	background: #69af07; opacity: 99%;
}
.home2 .clicka:hover h5 {
	color: #69af07;
}
.home3 {
	padding: 150px 10px;
	background: linear-gradient(339deg, #483b33ad 25%, #69af0769 90%), url(/img/backgrounds/garden-1.png) top right no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home3 h2 {
	font-family: font4; font-size: 2.5rem; color: #fed683;text-shadow: 1px 2px 1px #000;
	text-align:center;
	
}
.home3 ul {
	list-style-type: none;
	padding:0;
}
.home3 li {
	font-size: 1.3rem; color: #fff; font-family: font2; font-weight: 600; line-height: 40px; text-shadow: 1px 1px 1px #000;
	text-align:center;
}
.home4 {
	padding: 150px 15px 150px 15px; background: #F6F3EC;
}
.home4 .card1 {
    padding: 50px 5px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home4 h2 {
	color: #69af07; font-family: font4; text-align: center; font-size: 2.5rem; font-weight: 600;
}
.home4 h3 {
	color: #9f8447; font-family: font4; font-size: 1.4rem; text-align: center; font-style: italic; padding: 25px 0px 100px 0px;
}
.home4 h4 {
	font-family: font4; color: #483B33; font-size:  1.4rem; padding: 25px 0px 25px 0px; font-weight: 600;
}
.home4 h5 {
	font-family: font4; font-style: italic;color: #9f8447; font-size:  1.1rem;
}
.home4 p {
	font-size: 1rem; font-family: Arial; font-weight: 500; color: #444;font-style: normal; line-height: 35px;
	text-align: center;
}
.home4 .card1 i {
	color: #fff; background:  #69af07; border-radius: 100%; font-size: 3rem; width: 100px; height: 100px; position: relative;
	padding-top: 25px;
    padding-left: 25px;    margin-top: -50px;
    margin-bottom: 50px; display: block;
}
.home4 .card1:hover i {
	background: #483B33
}
.home4 .card1:hover h4 {
	color: #69af07;
}
.home5 {
        text-align: center;
}
.home5 .hype {
	padding: 100px 10px;
}
.home5 h3 {
	font-family: font4; color: #483B33; font-weight: 600; font-size: 2.5rem;
}
.home5 h4 {
	font-family: font4;color: #9f8447; font-style: italic; font-size: 1.2rem;
}
.home5 h5 {
	font-family: Arial; font-size: 18px; line-height: 40px;
}
.home5 p {
	font-family: font4; font-size: 25px;
}
.home5 i {
	font-size: 2rem; color: #69af07;
}
.home6 {
	padding: 150px 10px 150px 10px;  background: linear-gradient(339deg, #483b3300 25%, #69af0700 90%), url(/img/backgrounds/water-flowers-1.jpg) top right no-repeat;
    background-size: cover; height: 100%;
    background-position: center;
	text-align:center;
				
}
.home6 .bawks {
	background: #4c4038e6; padding: 100px 10px 100px 10px;
}
.home6 h3 {
	font-size: 35px; font-family: font4; color: #f5f5f5;
	text-align:center;
	
}
.home6 h4 {
	font-size: 1.5rem; color: #69af07;
	text-align:center;
}
.home6 h5  {
	color: #9f8447; font-size: 25px; font-family: font4; margin-left: 0;
}
.home6 i {
	color: #9f8447;
}
.home6 hr {
	background:  #9f8447;height: 2px; opacity: 95%; width: 100%;
}
.home6 mark {
	background: #b48b3c; padding: 15px 10px; position: relative; top: 80%; color: #fff; font-family: font4;
	display: inline-block; 
}
.home7 {
	padding:100px 10px;/* background: linear-gradient(339deg, #483b3300 25%, #69af0700 90%), url(/img/backgrounds/gp-2.jpg) top right no-repeat;*/
	background: #f5f5f5;
    background-size: cover; height: 100%;
    background-position: center;text-align: center;
}

.home7 h2 {
	font-family: font4; font-size: 2.55rem;color: #000;
}
.home7 h3 {
	font-family: font4; font-size: 1.7rem; font-weight: 600;color: #375d01;
}
.home7 h4 {
	font-family: font4; font-size: 20px;
}
.home7 h6 {
	font-family: font4; color: #b48b3c;
}
.home7 p {
	font-family: Arial; font-size: 17px; line-height: 35px;
}
.map-section {
	background: #f5f5f5;
}
 .h-3 {
	font-family: font4; font-size: 35px;
}
 .h-4 {
	font-family: font4; font-size: 25px; letter-spacing: 1px;
}
.map-p {
	font-family: Arial; font-size: 17px; line-height: 35px;
}
 /* Custom styles for city list */
      .map-section   .city-list ul {
            list-style-type: none;
            padding: 0;
												cursor: pointer !important;
        }

       .map-section  .city-list ul li {
            margin: 10px 0;
            padding: 10px;
            background-color: #f0f0f0;
            border-radius: 5px;
            cursor: pointer !important;
            transition: background-color 0.3s ease;
        }

       .map-section  .city-list ul li:hover {
            background-color: #ddd;
        }

        /* Ensure the map fits nicely */
       .map-section  iframe {
            width: 100%;
            height: 500px;
            border: 0;
        }
/**** About Section ****/
.about-1 {
	padding: 150px 10px 100px 10px; background: #9f8447;
    background-size: cover;
}

.about-1 h1 {
	font-family: 'font4'; font-weight: 500; font-size: 2rem; color: #2f4d04; text-shadow: 2px 2px 50px white; letter-spacing: 5px;
}
.about-1 h2 {
	font-family: 'math'; font-weight: 600; font-size: 1.5rem; color: #4c4038; text-shadow: 2px 2px 50px white; letter-spacing: 3px;
}
.about-1 h5 {
	color: #2f4d04; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px white;
}
.about-1 hr {
	background: #4c4038;
}
.about-1 p {
	font-family: 'font2'; color: #444; font-size: 1rem; line-height: 35px; text-shadow: 2px 2px 25px white;   margin-right: 0px; font-weight: 600;

}
.about-1 img {

}
.about-1 .margy1 {

}
.about-1 ul {
	list-style-type: none;
	padding: 0; 
}
.about-1 li {
	color:  #4c4038; line-height: 40px; font-size: 20px; font-family: 'sans-serif';
}
.about-1 li p{
	margin-right: 0;
}


.parallax4 {
  background: radial-gradient(circle, rgba(255,255,255,0.4990371148459384) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 50%) 100%), url(/img/about/truck-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  150px 10px;
	color: #fff;
	box-shadow: 1px 1px 10px 3px #4449;

  background-repeat: no-repeat;
  background-size: cover;
		text-align:center;
}

/**** Services Section ****/
.service-intro {
	/*padding: 100px 10px; background: linear-gradient(339deg, #483b3300 25%, #69af0700 90%), url(/img/backgrounds/floral-01.png) top right no-repeat;*/
	padding: 100px 10px; background: linear-gradient(339deg, #483b3300 25%, #69af0700 90%), url(/img/backgrounds/floral-01-new.png) top right no-repeat;
    background-size: cover; height: 100%; background-color: #69af07;
    background-position: center;
}
.service-intro .container-fluid {
	background: #ffffffc2; padding: 50px 5px; border-radius: 25px;
}
.service-intro .padder {
	padding: 10px 10px 100px 10px;
}
.service-main .hr-1 {
	height: auto; display: block; position: relative;
}
.service-intro .hr-1 hr {
	background: #69af07; height: 5px; opacity: 75%;
}
.service-intro .hr-2 hr {
	background: #9f8447; height: 5px; opacity: 75%;
}
.service-intro h1 {
	font-family: font4; font-size: 2rem; text-align: center;
}
.service-intro h2{
	font-family: font4; font-size: 2rem; font-weight: 600; text-align: center; letter-spacing: 2px;
}
.service-intro h2 span {
	    background: conic-gradient(from 295deg, #6AAF08, #ffffff00);
					padding: 0px 5px 0px 5px;
}
.service-intro h2 strong {
	    background: conic-gradient(from 295deg, #9f8447, #ffffff00);
					padding: 0px 5px 0px 5px;
}
.service-intro h3 {
	font-family: font4; font-size: 1.5rem;text-align: center; line-height: 50px; letter-spacing: 1px;
}
.service-intro h3:hover {
	font-weight: 600;
}
.service-intro h3 span {
	font-size: 1.2rem; 
}
.service-intro h3:hover span {
	font-size: 1.2rem; color: #69af07; text-shadow: 1px 1px 1px #fff;
}
.service-intro h3 strong {
	font-size: 1.2rem; font-weight: 500;
}
.service-intro h3:hover strong {
	font-size: 1.2rem; color: #9f8447; text-shadow: 1px 1px 1px #fff;
}
.service-intro p {
	font-family: Arial; font-size: 1rem; line-height: 35px; text-align: center;
}
.service-intro img {
	max-width: 75%; border-radius: 25px;
}
.service-intro  a {
	color: inherit;
}
.service-main {
	padding: 100px 10px 100px 10px;/*background: linear-gradient(270deg, rgba(105,175,7,0.1524350804775035) 50%, rgba(72,59,51,0.146832839581145) 50%);*/
	background: #fff;
}
.service-main .paddy {
	padding: 0px 15px 0px 15px;
}
.service-main .service-card-1 {
	padding: 15px;
	/*background: #69af07;*/
	background:#99c17e;
	height: auto;
	/*height: auto;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
	
	border-radius: 10px;
}
.service-main .service-card-2 {
    padding: 15px;
    background: #9f8447;
	height: auto;
    /* height: auto; */
    color: #f5f5f5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-main .service-card-1 span, .service-main .service-card-2 span{
			font-weight: 700;
			text-decoration: underline; 
}
.service-main .cardy-1 img {
box-shadow: 1px 1px 10px 3px #69af07;
}
.service-main .cardy-2 img {
box-shadow: 1px 1px 10px 3px #9f8447;
}
.service-main h2 {
	font-family: font4; font-size: 25px;text-align: center; font-weight: 600; letter-spacing: 2px;
}
.service-main h3 {
	font-family: font4; font-size: 25px;text-align: center; font-weight: 600; letter-spacing: 2px;
}
.service-main p {
	font-family: Arial; font-size: 15px; line-height: 35px; text-align: center;
}
.service-main  img {
	width: auto; height: auto; border-radius: 15px;
}


/**** Areas We Service Section ****/
.area-intro {
	background: #e0bc6d; padding: 100px 0px 100px 0px;
}
.area-intro h1 {
	font-family: font4; font-size: 2.5rem; text-align: center; padding: 0px 0px 10px 0px;
}
.general-area {
	background: #dceeca; padding: 100px 10px 100px 10px;
}
.general-area h1 {
	font-family: font4; font-size: 2.5rem; text-align: center; padding: 0px 0px 100px 0px;
}
.general-area h2 {
	font-size: 2rem; font-family: font4; font-weight: 600; color: #483b33; letter-spacing: 2px;
}
.general-area h4 {
	font-size: 20px; font-family: font4; color: #483b33;
}
.general-area h4 span {
	font-weight: 600; text-decoration: underline;
}
.general-area p {
	font-size: 17px;  font-family: Arial; line-height: 35px; text-align: left;
}
.general-area iframe {
	width: 100%; height: 425px; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.area {
	padding: 75px 10px;; background: #f5f5f5;
}
.area h2 {
	font-size: 2rem; font-family: font4; font-weight: 600; color: #69af07; letter-spacing: 2px;
}
.area h4 {
	font-size: 20px; font-family: font4; color: #483b33;
}
.area h4 span {
	font-weight: 600; text-decoration: underline;
}
.area p {
	font-size: 1rem;  font-family: Arial; line-height: 35px;
}
.area iframe {
	width: 100%; height:400px; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.area2 {
	padding: 75px 10px; background: #fff;
}
.area2 h2 {
	font-size: 2rem; font-family: font4; font-weight: 600; color: #9f8447; letter-spacing: 2px;
}
.area2 h4 {
	font-size: 20px; font-family: font4; color: #483b33;
}
.area2 h4 span {
	font-weight: 600; text-decoration: underline;
}
.area2 p {
	font-size: 17px; font-family: Arial; line-height: 35px;
}
.area2 iframe {
	width: 100%; height: 400px; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
/**/

.contact-section .formed {
    padding: 50px 0px 50px 0px;
				text-align: center;
}

.footer-section h2 {
    font-family: font4;
    font-size: 2.5rem;
				text-align: center;
}


/**** Misc. Section ****/
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff; cursor: pointer; outline: none; border: none;
}
.alert h1,
.alert p {
	top: 2em; opacity: 0; position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform: scale(1,1); border: 0; background: white; border-radius: 0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.alert-dismissible .close {
	position: absolute; top: 0; right: 0; background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none; z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em; vertical-align: -0.2em; cursor: pointer;
}

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

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

}