/* 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/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/font4.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
/*	flagged as Adelle font? */
	font-family: 'font5';
	src:url('../fonts/font5.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font6';
	src:url('../fonts/font6.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; 
}

.dropdown {
  float: left; position: relative;
}
.dropdown .dropbtn {
  font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #043174;
}
.dropdown-one {
  cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
  cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
  cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
  display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
  display: block;
}
.dropdown-one .dItem {
  color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
  background-color: #ddd;
}
.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px;	text-transform: uppercase; padding-top: 20px;	line-height: 5px;	font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333;	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}
.tab {
  overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
  background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font';	text-align: center;	font-size: 2rem; color: rgb(246,177,24);
}

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

/******* Mobile Navigation Section *******/
.navbar-sidebar {
	display:none;
}
.dropdown-wrapper {
	margin:0;	padding:0;
}
.navbar-sidebar .dropdown-menu-mobile {
	position:relative; display:none; top: 0; left: 0; z-index: 1000; float: left; height:0px; margin:0; width:100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform:scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
	
	

}
.dropdown-menu-animate {
	display:inline-block !important; transform:scale(1,1) !important;	padding:25px 0 !important; height:auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75);	font-weight:600 !important;	font-size: 1rem; text-align:center;

		font-family: 'font6';
    font-size: 1rem;
    color: #9a1818;
}
.navbar-sidebar {
	padding-top: 84px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 1;	overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition:margin-left .4s;
}
.modal {
	z-index: 3;	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:600px;
}
.bar {
	width:100%;	overflow:hidden;
}
.center .bar {
	display:inline-block;	width:auto;
}
.bar .bar-item {
	padding:8px 16px;	float:left;	width:auto;	border:none; display:block;	outline:0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position:static; float:left;
}
.bar .button {
	white-space:normal;
}
.bar-block .bar-item {
	width:100%;	display:block; padding:8px 16px; text-align:left;	border:none; white-space:normal; float:none; outline:0;
	
	font-family: 'font6';
    font-size: 1rem;
    color: #9a1818;
}
.nav-link{
	font-family: 'font6';
    font-size: 1rem;
    color: #9a1818;
}
.bar-block.center .bar-item {
	text-align:center;
}
.block {
	display:block; width:100%;
}
/******* Mobile Navigation Section *******/

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.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;
}
.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;
}
.home1 {
	    padding: 160px 0 25px 50px;
        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 / 87%) 100%), url(/img/06.png);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home1 .pad {
	padding-top: 5px;
}
.home1 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home1 h2 {
font-family: 'font6';
    text-align: center;
    color: #000;
}
.home1 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150); line-height: 35px;
}
.home1 h2 span {
	color: #9a1818; font-weight: 600;
}
.home1 h3 span {
	color: #9a1818; font-weight: 600;
}
.home1 .collager1 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/section-1/064.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
}

.home11 {
	    padding: 160px 0 25px 50px;
        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 / 87%) 100%), url(/img/06.png);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home11 .pad {
	padding-top: 5px;
}
.home11 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home11 h2 {
font-family: 'font6';
    text-align: left;
    color: #9a1818;
					font-size: 40px;
}
.home11 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home11 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150); line-height: 35px;
}
.home11 h2 span {
	color: #9a1818; font-weight: 600;
}
.home11 h3 span {
	color: #9a1818; font-weight: 600;
}
.home11 .collager1 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/rw-1.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
}



.home11-blank {
	    padding: 160px 20px 25px 20px;
        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 / 87%) 100%), url(/img/06.png);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    /*border-top-right-radius: 85%;*/
    margin-top: -50px;
    /*border-bottom-right-radius: 93%;*/
}
.home11-blank .pad {
	padding-top: 5px;
}
.home11-blank h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home11-blank h2 {
font-family: 'font6';
    text-align: left;
    color: #9a1818;
					font-size: 40px;
}
.home11-blank h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home11-blank p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: black; line-height: 35px;
}
.home11-blank h2 span {
	color: #9a1818; font-weight: 600;
}
.home11-blank h3 span {
	color: #9a1818; font-weight: 600;
}
.home11-blank .collager1 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/rw-1.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
}





.home-splitter-1 {
background: #9a1818;
    min-height: auto;
    /* background-attachment: fixed; */
    background-position: bottom;
    overflow: hidden;
padding: 150px 0px 150px 0px;
    background-repeat: no-repeat;
    background-size: cover; text-align: center; color: #fff;
}
.home-splitter-1 h3 {
font-family: 'font6';
    text-align: center; font-size: 35px;
}
.home-splitter-1 h5 {
    padding-top: 25px;
    background: #fff;
    width: 115px;
		font-size: 20px;
    height: 115px;
		font-family: font6;
		color: #9a1818;
    border-radius: 50%;
}
.home-splitter-1 h5:hover {
	box-shadow: 1px 1px 10px 1px #000;
}
.home-splitter-1 h6 {
    padding-top: 40px;
    background: #fff;
    width: 115px;
		font-size: 20px;
    height: 115px;
		font-family: font6;
		color: #9a1818;
    border-radius: 50%;
}
.home-splitter-1 h6:hover {
	box-shadow: 1px 1px 10px 1px #000;
}
.home-splitter-1 p {
	font-family: font2; font-size: 17px; line-height: 35px
}
.home-splitter-1 img {
	height: 550px; width: 550px; border-radius: 50%;
}
.home-splitter-2 {
background: #9a1818;
    min-height: auto;
    /* background-attachment: fixed; */
    background-position: bottom;
    overflow: hidden;
padding: 150px 50px 200px 50px;
    background-repeat: no-repeat;
    background-size: cover; color: #fff;
}
.home-splitter-2 h2 {
font-family: 'font6'; text-align: left; font-size: 45px; padding-bottom: 115px; text-indent: 100px;

}
.home-splitter-2 h2 span {
background: #f5f5f5;
    color: #9a1818;
    padding: 85px 15px 85px 15px;
    letter-spacing: 2px;
    text-decoration: underline;
    border-radius: 50%;
    font-size: 55px;
}
.home-splitter-2 h3 {
font-family: 'font6';
		text-indent: 5px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home-splitter-2 h3 span {
	background: #f5f5f5; color: #9a1818; padding: 0px 3px 0px 3px; letter-spacing: 2px;  font-size: 40px; 
}
.home-splitter-2  .baller {
	height: 45px; width: 45px;
}
.home-splitter-2 h6 {
	font-size: 15px; font-family: font2; text-align: left; line-height: 30px;
}
.home-splitter-2 hr {
	width: 15%; padding: 1px 0px 1px 0px; opacity: 100%;
}
.home-splitter-2 img {
	/*height: 550px; width: 550px*/; border-radius: 50%;
}
.home2 {
	    padding: 160px 50px 25px 0px;
        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 / 87%) 100%), url(/img/08.png);
    background-size: cover;
    min-height: auto;
    background-attachment: fixed;
    margin-top: -15px;border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}
.home2 .pad {
	padding-top: 25px;
}
.home2 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home2 h2 {
	font-family: font6; text-align: right; font-size: 50px; color: #9a1818;
}
.home2 h3 {
	font-family: font6; text-align: center; color: #000; font-size: 40px;
}
.home2 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: right;	color: rgb(150,150,150); line-height: 35px;
}
.home2 span {
	color: #9a1818;
}
.home2 .collager2 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/landscaping-collage-1.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
}

.home22 {
	    padding: 160px 50px 25px 0px;
        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 / 87%) 100%), url(/img/08.png);
    background-size: cover;
    min-height: auto;
    background-attachment: fixed;
    margin-top: -15px;border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}
.home22 .pad {
	padding-top: 25px;
}
.home22 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home22 h2 {
	font-family: font6; text-align: right; font-size: 40px; color: #9a1818;
}
.home22 h3 {
	font-family: font6; text-align: center; color: #000; font-size: 40px;
}
.home22 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: right;	color: black; line-height: 35px;
}
.home22 span {
	color: #9a1818;
}
.home22 .collager2 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/gravel-basic-001.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
}

.home22-blank {
	    padding: 160px 20px 25px 20px;
        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 / 87%) 100%), url(/img/08.png);
    background-size: cover;
    min-height: auto;
    background-attachment: fixed;
    margin-top: -15px;border-bottom-left-radius: 0%;
    border-top-left-radius: 0%;
}
.home22-blank .pad {
	padding-top: 25px;
}
.home22-blank h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home22-blank h2 {
	font-family: font6; text-align: right; font-size: 40px; color: #9a1818;
}
.home22-blank h3 {
	font-family: font6; text-align: center; color: #000; font-size: 40px;
}
.home22-blank p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: right;	color: black;; line-height: 35px;
}
.home22-blank span {
	color: #9a1818;
}
.home22-blank .collager2 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/gravel-basic-001.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
}





.home3 {
	    padding: 160px 0 25px 50px;
        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 / 87%) 100%), url(/img/snow-4.jpg);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home3 .pad {
	padding-top: 5px;
}
.home3 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home3 h2 {
font-family: 'font6';
    text-align: center;
    color: #000;
}
.home3 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150); line-height: 35px;
}
.home3 h2 span {
	color: #9a1818; font-weight: 600;
}
.home3 h3 span {
	color: #9a1818; font-weight: 600;
}
.home3 .collager3 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/section-1/069.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
}



.home33 {
	    padding: 160px 0 25px 50px;
        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 / 87%) 100%), url(/img/snow-4.jpg);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home33 .pad {
	padding-top: 5px;
}
.home33 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home33 h2 {
font-family: 'font6';
					font-size: 40px;
    color: #9a1818;
}
.home33 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home33 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150); line-height: 35px;
}
.home33 h2 span {
	color: #9a1818; font-weight: 600;
}
.home33 h3 span {
	color: #9a1818; font-weight: 600;
}
.home33 .collager3 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/sr-1.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
}


.home33-blank {
	    padding: 160px 20px 25px 20px;
        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 / 87%) 100%), url(/img/snow-4.jpg);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 0%;
    margin-top: -50px;
    border-bottom-right-radius: 0%;
}
.home33-blank .pad {
	padding-top: 5px;
}
.home33-blank h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home33-blank h2 {
font-family: 'font6';
					font-size: 40px;
    color: #9a1818;
}
.home33-blank h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home33-blank p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: black;; line-height: 35px;
}
.home33-blank h2 span {
	color: #9a1818; font-weight: 600;
}
.home33-blank h3 span {
	color: #9a1818; font-weight: 600;
}
.home33-blank .collager3 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/sr-1.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
}

.motion1 {
	background: #9a1818;
	padding: 105px 0 75px 0;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 40px;
	width: 40px;
  border-radius: 100%;
	line-height: 0.9;
	color: rgb(83,82,82);
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .landscaping-slider-1 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/section-1/063.jpg) right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 850px;
    padding: 50px 0px 100px 0px;
}
.motion1 .landscaping-slider-2 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/lm-7.jpg) right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    padding: 100px 0px 100px 0px;
}
.motion1 .landscaping-slider-3 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/snow-removal-3.jpg) right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    padding: 100px 0px 100px 0px;
}
.motion1 .landscaping-slider-4 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/lm-44.jpg) right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    padding: 100px 0px 100px 0px;
}
.motion1 .slide {
  flex: 0 0 100%;
	color: #f5f5f5;
	/*padding: 0px 100px 0px 100px;*/
}
.motion1 .slide .boxer1 {
	    background: #050505cc;
    padding: 100px 25px 25px 25px;
		border-radius: 50%;
		margin: 50px 0px 0px 100px;
    height: 350px;
    width: 350px;
}
.motion1 .slide .boxer2 {
	    background: #9a1818;
    padding: 40px 15px 15px 15px;
		border-radius: 50%;
    height: 200px;
    width: 200px;
    margin-top: -200px;
    margin-left: 40px;
		    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .boxer3 {
	    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
		    border-radius: 50%;
    height: 450px;
    width: 450px;
		margin-left: 55px;
		margin-top: 95px;
    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .boxer11 {
	    background: #050505cc;
    padding: 100px 25px 25px 25px;
		border-radius: 50%;
    height: 350px;
    width: 350px;
}
.motion1 .slide .boxer22 {
	    background: #9a1818;
    padding: 35px 15px 15px 15px;
		border-radius: 50%;
    height: 215px;
    width: 215px;
    margin-top: -250px;
    margin-left: -20px;
		    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .boxer33 {
	    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
		    border-radius: 50%;
    height: 450px;
    width: 450px;
		margin-left: -45px;
		margin-top: 45px;
    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 h2 {
	font-family: 'font6';
	text-align: center;
	font-size: 2rem;
}
.motion1 h4 {
	font-family: 'font6';
	text-align: center;
	font-size: 1rem;
}
.motion1 span {
	color: #9a1818;
}
.motion1 .slide p {
	font-family: 'font2';
	text-align: justify;
	font-size: 17px;
	color: #000;
	text-align: center;
	line-height: 35px;
	font-weight: 600;
}
.home-contact {
	padding: 50px 0 50px 0;
	 background: #9a1818;
  min-height: auto;
 /* background-attachment: fixed;*/
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-contact h3 {
    font-size: 35px;
    font-family: 'font6';
    font-weight: 800;
    text-align: left;
    color: #f5f5f5;
    line-height: 90px;
}
.home-contact p {
	font-family: font2; font-size: 17px; color: #f5f5f5; line-height: 55px;
}
.home-contact hr {
	background: #fff; padding: 1px 0px 1px 0px; width: 25%; margin-left: 75px;
}
.home-contact .former {
	    background: #ffff;
    border-radius: 50%; height: 500px; width: 500px;
}
.home-contact .boha {
background: #fff;
    height: 225px;
    width: 225px;
    border-radius: 50%;
    padding: 20px 10px 10px 10px;
	
}
.about-1 {
	padding: 150px 25px 100px 25px; background: #9a1818;
}

.about-1 h1 {
	font-family: 'font4'; font-weight: 500; font-size: 35px; color: #9a1818; text-shadow: 2px 2px 50px #444; /*text-indent: 150px;*/text-align: center;
}
.about-1 h5 {
	color: #9a1818; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #9a1818;
}
.about-1 p {
	font-family: 'font2'; color: black; font-size: 17px; line-height: 35px; text-shadow: 2px 2px 25px #444;   margin-right: 75px; margin-left: 50px; font-weight: 900;

}
.about-1 img {
	
}
.about-1 li {
	color:  #9a1818; line-height: 70px; font-size: 35px; font-family: 'font6'; text-shadow: 2px 2px 25px #444; margin-left: 50px;
}
.parallax4 {
  background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  100px;
	color: #fff;
	    border-radius: 50%;
    width: 80%;
	box-shadow: 1px 1px 10px 3px #000;

  background-repeat: no-repeat;
  background-size: cover;
}
.parallax5 {
     background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgb(255 255 255 / 0%) 40%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  150px;
	color: #fff;
	    border-radius: 50%;
    width: 75%;
	box-shadow: 1px 1px 10px 3px #000; margin-left: -250px;

  background-repeat: no-repeat;
  background-size: cover;
}
.parallax6 {
     background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgb(255 255 255 / 0%) 40%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  150px;
	color: #fff;
	    border-radius: 50%;
    width: 75%;
	box-shadow: 1px 1px 10px 3px #000;margin-left: -50px;

  background-repeat: no-repeat;
  background-size: cover;
}
.parallax7 {
     background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgb(255 255 255 / 0%) 40%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  150px;
	color: #fff;
	    border-radius: 50%;
    width: 75%;
	box-shadow: 1px 1px 10px 3px #000; margin-left: -250px;

  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials {
	padding: 200px 100px 100px 100px; background: #9a1818; color: #f5f5f5;
}
.testimonials  h1 {
	font-family: font6; font-size: 50px; text-align: center;
}
.testimonials  p {
	text-align: center; font-family: font2; line-height: 35px; font-size: 17px;
}
.home5 .container {
	padding: 125px 0 125px 0;
}
.parallax2 {
  background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/lawn-care-4.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.card3 {
	max-height: 100%;
	height: 275px;
	border-radius: 50% !important;
	color: #fff;
	margin: 0 0 0 0;
	border-radius: 0.2rem;
	padding: 40px 0px 10px 0px;
	background: rgb(255,255,255,0.9);
	border: none;
	visibility: hidden;
}
.card3 h4 {
	font-family: 'font';
	font-size: 20px;
	color: rgb(196,41,56);
	padding-top: 0px;
	line-height: 0px;
	text-align: center;
}
.card3 span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card3 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: center;
	color: rgb(90,90,90);
}
.card3 img {
	border-radius: 100%;
	width: 40%;
}
.service-intro {
	padding: 200px 0px 100px 0px; background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/lawn-care-4.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-intro .padder {
	    background: #fff9;
    padding: 100px 25px 25px 25px;
    height: 500px; text-align: center;
    width: 500px;
    border-radius: 50%;
}
.service-intro .padder:hover {
	background: #9a1818; color: #fff; box-shadow: 1px 1px 10px 3px #000;
}
.service-intro .padder:hover h2 {
	color: #fff;
}
.service-intro h1 {
    font-family: font6;
    font-size: 55px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.service-intro h2 {
	font-family: font4; font-size: 25px; text-align: center; color: #9a1818;
}
.service-intro p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.service-intro a {
	color: inherit;
}
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.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);
}

/**** Process Page ****/ 
.process {
	padding: 100px 0 100px 0;
	background: white;
	
	font-family: 'font2'; 
}
.process .process-card{
	
    max-height: 100%;
    height: 100%;
    color: #fff;
    margin: 0 0 0px;
    border-radius: 5px;
    padding: 7px;
    background: rgb(255,255,255);
    visibility: visible;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	
}
.process h1 {
	font-size: 35px;
	text-align: center;
	font-weight: 900;
	color: #9a1818;
}
.process h2 {
	font-size: 25px;
	text-align: center;
	font-weight: 900;
	padding-bottom: 30px;
	color: rgb(110,110,110);
}
.process h3.card-title {
	font-size: 1.3rem;;
	text-align: center;
	font-weight: 900;
	padding-bottom: 10px;
	color: black;

}
.process h5 {
	font-size: 25px;
	text-align: center;
	font-weight: 900;
	padding-bottom: 30px;
	color: rgb(110,110,110);
}
.process p {
	font-size: 19px;
	text-align: justify;
	color: black;
}
.process li {
	font-size: 19px;
	color: rgb(110,110,110);
}
.process strong {
	color: rgb(194,3,16);
}



/******************************************** DAVIDS MOBILE CODE END *************************************************/

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

/*******************  Home Page Service Cards *************************/
.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 {
	margin: 40px 0 0;	color:#fff;	font-size: 20px; font-weight:700;
}
.pre-footer-section a:hover {
	color:#8a8a8a;
}

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

/********* Set Timeout Function FadeDiv Styling **********/
.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;
}

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

.top-header-animate {
	background: #f5f5f5;
}
.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;
}
.navbar-scroll {
	padding: 110px 0 0px; position: fixed;	background: #000; width: 100%;	z-index: 4;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;    border-bottom: 2px solid #9a1818;
    border-right: 5px solid #9a1818;
    border-left: 5px solid #9a1818;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background:#fdfdfd;	position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em;	position: absolute;	top: 6px;	right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700;	text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px; padding: 6px 0px; font-weight: 500; font-size: 18px; color: rgb(255,255,255); font-family: 'font6'; letter-spacing: 1px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(196,41,56);
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}

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

#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;
}

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

.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 PAGE                          */
/* ========================================================== */
.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		                          */
/* ========================================================== */

.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex;	flex-direction: column;	justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px; background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9905303185727417) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.3098580496651786) 95%, rgba(154,24,24,1) 95%), url(/img/14.png);
    background-size: cover; font-size: 18px;	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	font-size: 15px;	font-family: 'font2';
}
.footer-section a {
	 font-size: 16px; color: #fff;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.h-card {
	background: #9a1818; border-radius: 50%; padding: 35px 25px 25px 25px; text-align: center; box-shadow: 0px 0px 0px 100px  #9a1818; color: #f5f5f5;
}
.h-card h2 {
	font-family: font4; font-size: 30px; text-shadow: 1px 1px 1px #000;
}
.h-card h2 span {
	font-family: font6; font-size: 20px;
}
.h-card h3 {
	font-size: 20px; font-family: 'font6'; font-weight: 500; text-align: center;text-decoration: underline; color: #f5f5f5;
}
.service-cities {
	margin-bottom:1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height:8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font6'; font-weight: 600; text-decoration: underline; 
}
.service-cities h3 {
	font-size: 20px; font-family: 'font6'; font-weight: 600; text-align: center;text-decoration: underline;
}
.bottom-footer {
	background: #9a1818; padding-top: 25px;
}
.bottom-footer .vms-link-wrapper {
	position:relative; top:-10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display:flex;	flex-direction: column;	justify-content:center;	align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:flex-end;	font-size:14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;	justify-content:center;	align-items:center;	border: 1px solid #fff;	border-radius:100px; height:28px;	width:28px;	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration:none !important;	color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0; background: #000; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}

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

.navbar-scroll {
	padding: 115px 0 0px; position: fixed;	background: #000; width: 100%;	z-index: 4;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;    border-bottom: 2px solid #9a1818;
    border-right: 5px solid #9a1818;
    border-left: 5px solid #9a1818;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}	

.home1 {
	    padding: 160px 0 25px 50px;
        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 / 87%) 100%), url(/img/06.png);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home1 .pad {
	padding-top: 5px;
	margin-right: 35px; 
}
.home1 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home1 h2 {
font-family: 'font6';
    text-align: center;
    color: #000;
}
.home1 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(0,0,0); line-height: 35px;
}
.home1 h2 span {
	color: #9a1818; font-weight: 600;
}
.home1 h3 span {
	color: #9a1818; font-weight: 600;
}
.home1 .collager1 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/section-1/064.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
}

.home11 {
	    padding: 160px 0 25px 50px;
        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 / 87%) 100%), url(/img/06.png);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home11 .pad {
	padding-top: 5px;
}
.home11 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home11 h2 {
font-family: 'font6';
    text-align: left;
    color: #9a1818;
					font-size: 40px;
}
.home11 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home11 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(0,0,0); line-height: 35px;
}
.home11 h2 span {
	color: #9a1818; font-weight: 600;
}
.home11 h3 span {
	color: #9a1818; font-weight: 600;
}
.home11 .collager1 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/rw-1.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
}

.home-splitter-1 {
background: #9a1818;
    min-height: auto;
    /* background-attachment: fixed; */
    background-position: bottom;
    overflow: hidden;
padding: 150px 0px 150px 0px;
    background-repeat: no-repeat;
    background-size: cover; text-align: center; color: #fff;
}
.home-splitter-1 h3 {
font-family: 'font6';
    text-align: center; font-size: 35px;
}
.home-splitter-1 h5 {
    padding-top: 25px;
    background: #fff;
    width: 115px;
		font-size: 20px;
    height: 115px;
		font-family: font6;
		color: #9a1818;
    border-radius: 50%;
}
.home-splitter-1 h5:hover {
	box-shadow: 1px 1px 10px 1px #000;
}
.home-splitter-1 h6 {
    padding-top: 40px;
    background: #fff;
    width: 115px;
		font-size: 20px;
    height: 115px;
		font-family: font6;
		color: #9a1818;
    border-radius: 50%;
}
.home-splitter-1 h6:hover {
	box-shadow: 1px 1px 10px 1px #000;
}
.home-splitter-1 p {
	font-family: font2; font-size: 17px; line-height: 35px
}
.home-splitter-1 img {
	height: 550px; width: 550px; border-radius: 50%;
}
.home-splitter-2 {
background: #9a1818;
    min-height: auto;
    /* background-attachment: fixed; */
    background-position: bottom;
    overflow: hidden;
padding: 150px 50px 200px 50px;
    background-repeat: no-repeat;
    background-size: cover; color: #fff;
}
.home-splitter-2 h2 {
font-family: 'font6'; text-align: left; font-size: 45px; padding-bottom: 115px; text-indent: 100px;

}
.home-splitter-2 h2 span {
background: #f5f5f5;
    color: #9a1818;
    padding: 85px 15px 85px 15px;
    letter-spacing: 2px;
    text-decoration: underline;
    border-radius: 50%;
    font-size: 55px;
}
.home-splitter-2 h3 {
font-family: 'font6';
		text-indent: 5px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home-splitter-2 h3 span {
	background: #f5f5f5; color: #9a1818; padding: 0px 3px 0px 3px; letter-spacing: 2px;  font-size: 40px; 
}
.home-splitter-2  .baller {
	height: 45px; width: 45px;
}
.home-splitter-2 h6 {
	font-size: 15px; font-family: font2; text-align: left; line-height: 30px;
}
.home-splitter-2 hr {
	width: 15%; padding: 1px 0px 1px 0px; opacity: 100%;
}
.home-splitter-2 img {
	/*height: 550px; width: 550px*/; border-radius: 50%;
}
.home2 {
	    padding: 160px 50px 25px 0px;
        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 / 87%) 100%), url(/img/08.png);
    background-size: cover;
    min-height: auto;
    background-attachment: fixed;
    margin-top: -15px;border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}
.home2 .pad {
	padding-top: 25px;
	margin-left: 30px; 
}
.home2 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home2 h2 {
	font-family: font6; text-align: right; font-size: 50px; color: #9a1818;
}
.home2 h3 {
	font-family: font6; text-align: center; color: #000; font-size: 40px;
}
.home2 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: right;	color: rgb(0,0,0); line-height: 35px;
}
.home2 span {
	color: #9a1818;
}
.home2 .collager2 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/landscaping-collage-1.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
}

.home22 {
	    padding: 160px 50px 25px 0px;
        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 / 87%) 100%), url(/img/08.png);
    background-size: cover;
    min-height: auto;
    background-attachment: fixed;
    margin-top: -15px;border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}
.home22 .pad {
	padding-top: 25px;
}
.home22 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home22 h2 {
	font-family: font6; text-align: right; font-size: 40px; color: #9a1818;
}
.home22 h3 {
	font-family: font6; text-align: center; color: #000; font-size: 40px;
}
.home22 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: right;	color: rgb(0,0,0); line-height: 35px;
}
.home22 span {
	color: #9a1818;
}
.home22 .collager2 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/debris-removal-001.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
}

.home3 {
	    padding: 160px 0 25px 50px;
        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 / 87%) 100%), url(/img/snow-4.jpg);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home3 .pad {
	padding-top: 5px;
	margin-right: 30px;
}
.home3 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home3 h2 {
font-family: 'font6';
    text-align: center;
    color: #000;
}
.home3 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(0,0,0); line-height: 35px;
}
.home3 h2 span {
	color: #9a1818; font-weight: 600;
}
.home3 h3 span {
	color: #9a1818; font-weight: 600;
}
.home3 .collager3 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/section-1/069.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
}
.home33 {
	    padding: 160px 0 25px 50px;
        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 / 87%) 100%), url(/img/snow-4.jpg);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home33 .pad {
	padding-top: 5px;
}
.home33 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home33 h2 {
font-family: 'font6';
					font-size: 40px;
    color: #9a1818;
}
.home33 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home33 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(0,0,0); line-height: 35px;
}
.home33 h2 span {
	color: #9a1818; font-weight: 600;
}
.home33 h3 span {
	color: #9a1818; font-weight: 600;
}
.home33 .collager3 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/sr-1.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
}
.motion1 {
	background: #9a1818;
	padding: 105px 0 75px 0;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 40px;
	width: 40px;
  border-radius: 100%;
	line-height: 0.9;
	color: rgb(83,82,82);
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .landscaping-slider-1 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/section-1/063.jpg) right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 850px;
    padding: 50px 0px 100px 0px;
}
.motion1 .landscaping-slider-2 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/lm-7.jpg) right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    padding: 100px 0px 100px 0px;
}
.motion1 .landscaping-slider-3 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/snow-removal-3.jpg) right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    padding: 100px 0px 100px 0px;
}
.motion1 .landscaping-slider-4 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/lm-44.jpg) right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    padding: 100px 0px 100px 0px;
}
.motion1 .slide {
  flex: 0 0 100%;
	color: #f5f5f5;
	/*padding: 0px 100px 0px 100px;*/
}

.motion1 .slide .landscaping-slider-1 .boxer1{
    background: #050505cc;
    padding: 100px 25px 25px 25px;
    border-radius: 50%;
    margin-right: -5px;
    margin-top: 35px;
    height: 350px;
    width: 350px;
}
.motion1 .slide .landscaping-slider-1 .boxer2{
background: #9a1818;
    padding: 40px 15px 15px 15px;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin-top: -400px;
    margin-left: -200px;
    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .landscaping-slider-1 .boxer3{
    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    margin-left: -107px;
    margin-top: 261px;
    box-shadow: 1px 1px 10px 1px #000;
}

.motion1 .slide .landscaping-slider-2 .boxer11{
				background: #050505cc;
    padding: 100px 25px 25px 25px;
    border-radius: 50%;
    height: 350px;
    width: 350px;
}
.motion1 .slide .landscaping-slider-2 .boxer22{
    background: #9a1818;
    padding: 35px 15px 15px 15px;
    border-radius: 50%;
    height: 215px;
    width: 215px;
    margin-top: -190px;
    margin-left: 33px;
    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .landscaping-slider-2 .boxer33{
    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    margin-left: 106px;
    margin-top: 45px;
    box-shadow: 1px 1px 10px 1px #000;
}

.motion1 .slide .landscaping-slider-3 .boxer1{
				background: #050505cc;
    padding: 100px 25px 25px 25px;
    border-radius: 50%;
    height: 350px;
    width: 350px;
}
.motion1 .slide .landscaping-slider-3 .boxer2{
    background: #9a1818;
    padding: 35px 15px 15px 15px;
    border-radius: 50%;
    height: 215px;
    width: 215px;
    margin-top: -190px;
    margin-left: 33px;
    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .landscaping-slider-3 .boxer3{
    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    margin-left: 106px;
    margin-top: 45px;
    box-shadow: 1px 1px 10px 1px #000;
}

.motion1 .slide .landscaping-slider-4 .boxer1{
    background: #050505cc;
    padding: 100px 25px 25px 25px;
    border-radius: 50%;
    height: 350px;
    width: 350px;
}
.motion1 .slide .landscaping-slider-4 .boxer22{
    background: #9a1818;
    padding: 35px 15px 15px 15px;
    border-radius: 50%;
    height: 215px;
    width: 215px;
    margin-top: -345px;
    margin-left: -165px;
    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .landscaping-slider-4 .boxer3{
    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    margin-left: -45px;
    margin-top: 213px;
    box-shadow: 1px 1px 10px 1px #000;
}

.motion1 h2 {
	font-family: 'font6';
	text-align: center;
	font-size: 2rem;
}
.motion1 h4 {
	font-family: 'font6';
	text-align: center;
	font-size: 1rem;
}
.motion1 span {
	color: #9a1818;
}
.motion1 .slide p {
	font-family: 'font2';
	text-align: justify;
	font-size: 17px;
	color: #000;
	text-align: center;
	line-height: 35px;
	font-weight: 600;
}
.home-contact {
	padding: 50px 0 50px 0;
	 background: #9a1818;
  min-height: auto;
 /* background-attachment: fixed;*/
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-contact h3 {
    font-size: 35px;
    font-family: 'font6';
    font-weight: 800;
    text-align: left;
    color: #f5f5f5;
    line-height: 90px;
}
.home-contact p {
	font-family: font2; font-size: 17px; color: #f5f5f5; line-height: 55px;
}
.home-contact hr {
	background: #fff; padding: 1px 0px 1px 0px; width: 25%; margin-left: 75px;
}
.home-contact .former {
	    background: #ffff;
    border-radius: 50%; height: 500px; width: 500px;
}
.home-contact .boha {
background: #fff;
    height: 225px;
    width: 225px;
    border-radius: 50%;
    padding: 20px 10px 10px 10px;
				margin-left:360px
	
}




.about-1 {
	padding: 150px 25px 100px 25px; background: #9a1818;
}

.about-1 h1 {
	font-family: 'font4'; font-weight: 500; font-size: 35px; color: #9a1818; text-shadow: 2px 2px 50px #444; /*text-indent: 150px;*/text-align: center;
}
.about-1 h5 {
	color: #9a1818; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #9a1818;
}
.about-1 p {
	font-family: 'font2'; color: black; font-size: 17px; line-height: 35px; text-shadow: 2px 2px 25px #444;   margin-right: 75px; margin-left: 50px; font-weight: 900;

}
.about-1 img {
	
}
.about-1 li {
	color:  #9a1818; line-height: 70px; font-size: 35px; font-family: 'font6'; text-shadow: 2px 2px 25px #444; margin-left: 50px;
}
.parallax4 {
  background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  80px 62px 62px 62px;
	color: #fff;
	    border-radius: 30%;
    width: 80%;
	box-shadow: 1px 1px 10px 3px #000;

  background-repeat: no-repeat;
  background-size: cover;
}
.parallax5 {
     background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgb(255 255 255 / 0%) 40%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  150px;
	color: #fff;
	    border-radius: 50%;
    width: 75%;
	box-shadow: 1px 1px 10px 3px #000; margin-left: -165px; margin-top: 245px;

  background-repeat: no-repeat;
  background-size: cover;
}
.parallax6 {
     background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgb(255 255 255 / 0%) 40%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  150px;
	color: #fff;
	    border-radius: 50%;
    width: 75%;
	box-shadow: 1px 1px 10px 3px #000;margin-left: -50px; margin-top: 50px; 

  background-repeat: no-repeat;
  background-size: cover;
}
.parallax7 {
     background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgb(255 255 255 / 0%) 40%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  150px;
	color: #fff;
	    border-radius: 50%;
    width: 75%;
	box-shadow: 1px 1px 10px 3px #000; margin-left: -130px; margin-top: 50px;

  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials {
	padding: 200px 100px 100px 100px; background: #9a1818; color: #f5f5f5;
}
.testimonials  h1 {
	font-family: font6; font-size: 50px; text-align: center;
}
.testimonials  p {
	text-align: center; font-family: font2; line-height: 35px; font-size: 17px;
}
.home5 .container {
	padding: 125px 0 125px 0;
}
.parallax2 {
  background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/lawn-care-4.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.card3 {
	max-height: 100%;
	height: 275px;
	border-radius: 50% !important;
	color: #fff;
	margin: 0 0 0 0;
	border-radius: 0.2rem;
	padding: 40px 0px 10px 0px;
	background: rgb(255,255,255,0.9);
	border: none;
	visibility: hidden;
}
.card3 h4 {
	font-family: 'font';
	font-size: 20px;
	color: rgb(196,41,56);
	padding-top: 0px;
	line-height: 0px;
	text-align: center;
}
.card3 span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card3 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: center;
	color: rgb(90,90,90);
}
.card3 img {
	border-radius: 100%;
	width: 40%;
}
.service-intro {
	padding: 235px 0px 100px 0px; background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/lawn-care-4.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-intro .padder {
	    background: #fff9;
    padding: 100px 25px 25px 25px;
    height: 500px; text-align: center;
    width: 500px;
    border-radius: 50%;
				margin-left: 250px; 
}
.service-intro .padder:hover {
	background: #9a1818; color: #fff; box-shadow: 1px 1px 10px 3px #000;
}
.service-intro .padder:hover h2 {
	color: #fff;
}
.service-intro h1 {
    font-family: font6;
    font-size: 55px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.service-intro h2 {
	font-family: font4; font-size: 25px; text-align: center; color: #9a1818;
}
.service-intro p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.service-intro a {
	color: inherit;
}

.mapper iframe{
	padding-top: 50px; 
	
}

}



/* === Mobile CSS Section ================= */
@media screen and (max-width: 991px) {
	
	.navbar-sidebar {
	padding-top: 110px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 4;	overflow: auto;
}

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.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;
}

/******************************************** DAVIDS MOBILE CODE END *************************************************/
.mobile-top-header {
	display:block !important;	padding: 0 30px 0; background: rgb(135,170,188); z-index: 5; overflow:visible;
}
.mobile-top-header img{
	max-width: 150px;
}
.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);
}
.btn {
	background: rgb(249,78,1); 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: 24px; font-weight: 600; color: rgb(255,255,255);
}
.service-cities a {
	font-size: 18px; line-height: 10px;	color: rgb(255,255,255);
}
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}
.service-content-section {
	padding: 0 !important;
}
.service-content-section p {
	padding: 0;	margin: 0; background: #fff;
}
.service-content-section div[class*='col-'] {
	padding: 30px 30px;
}
.contact-content-section div[class*='col-']:last-child {
	padding-top:40px;
}
.about-info-section div[class*='col-']:first-child {
	border-right:none; border-bottom: 1px solid #b5b5b5;
}
.about-header-section {
	background: linear-gradient(to bottom, rgba(2, 2, 2, 0.76), rgba(4, 4, 4, 0.2)), url(../img/slider/slider-bg-2.jpg) bottom left no-repeat;
}
.pre-footer-section .hours {
	padding:50px 20px;
}
.pre-footer-section .hours h1 {
	font-size:34px;
}
.pre-footer-section .hours p {
	padding: 0;
}
.section-divider {
	padding: 40px 10px;
}
.home-service-section {
	padding-bottom: 0 !important;	background-position: bottom right;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	justify-content:center;
}
.lnr-star {
	font-size: 15px !important;	position: relative;	top: -6px;
}
.projects-section .row {
	height: inherit;
}
.projects-section div[class*='col-'] {
	padding: 0;	position: relative;
}
.top-header {
	background: white; display:none;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display:none;
}
.header-contact_info .navbar-brand {
	font-size:1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content:flex-start;
}
.top-header div[class*='col-'] {
  display:flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background:none; margin:0; display: flex;	justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size:inherit; line-height: inherit;
}
.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: #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;
}
.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-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;
}


.home1 .pad {
	padding-top: 5px;
}
.home1 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home1 h2 {
font-family: 'font6';
    text-align: center;
    color: #000;
}
.home1 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(0,0,0); line-height: 35px;
}
.home1 h2 span {
	color: #9a1818; font-weight: 600;
}
.home1 h3 span {
	color: #9a1818; font-weight: 600;
}
.home1 .collager1 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/section-1/064.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
						margin-left: 58px; 
}

.home11 {
	    padding: 160px 0 25px 50px;
        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 / 87%) 100%), url(/img/06.png);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home11 .pad {
	padding-top: 5px;
}
.home11 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home11 h2 {
font-family: 'font6';
    text-align: left;
    color: #9a1818;
					font-size: 40px;
}
.home11 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home11 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(0,0,0); line-height: 35px;
}
.home11 h2 span {
	color: #9a1818; font-weight: 600;
}
.home11 h3 span {
	color: #9a1818; font-weight: 600;
}
.home11 .collager1 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/rw-1.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
						margin-left: 58px; 
}

.home-splitter-1 {
background: #9a1818;
    min-height: auto;
    /* background-attachment: fixed; */
    background-position: bottom;
    overflow: hidden;
padding: 150px 0px 150px 0px;
    background-repeat: no-repeat;
    background-size: cover; text-align: center; color: #fff;
}
.home-splitter-1 h3 {
font-family: 'font6';
    text-align: center; font-size: 35px;
}
.home-splitter-1 h5 {
    padding-top: 25px;
    background: #fff;
    width: 115px;
		font-size: 20px;
    height: 115px;
		font-family: font6;
		color: #9a1818;
    border-radius: 50%;
}
.home-splitter-1 h5:hover {
	box-shadow: 1px 1px 10px 1px #000;
}
.home-splitter-1 h6 {
    padding-top: 40px;
    background: #fff;
    width: 115px;
		font-size: 20px;
    height: 115px;
		font-family: font6;
		color: #9a1818;
    border-radius: 50%;
}
.home-splitter-1 h6:hover {
	box-shadow: 1px 1px 10px 1px #000;
}
.home-splitter-1 p {
	font-family: font2; font-size: 17px; line-height: 35px
}
.home-splitter-1 img {
	height: 550px; width: 550px; border-radius: 50%;
}
.home-splitter-2 {
background: #9a1818;
    min-height: auto;
    /* background-attachment: fixed; */
    background-position: bottom;
    overflow: hidden;
padding: 150px 50px 200px 50px;
    background-repeat: no-repeat;
    background-size: cover; color: #fff;
}
.home-splitter-2 h2 {
font-family: 'font6'; text-align: left; font-size: 30px; padding-bottom: 115px; text-indent: 100px;

}
.home-splitter-2 h2 span {
background: #f5f5f5;
    color: #9a1818;
    padding: 25px;
    letter-spacing: 2px;
    text-decoration: underline;
    border-radius: 50%;
    font-size: 35px;
}
.home-splitter-2 h3 {
font-family: 'font6';
		text-indent: 5px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home-splitter-2 h3 span {
	background: #f5f5f5; color: #9a1818; padding: 0px 3px 0px 3px; letter-spacing: 2px;  font-size: 40px; 
}
.home-splitter-2  .baller {
	height: 45px; width: 45px;
}
.home-splitter-2 h6 {
	font-size: 15px; font-family: font2; text-align: left; line-height: 30px;
}
.home-splitter-2 hr {
	width: 15%; padding: 1px 0px 1px 0px; opacity: 100%;
}
.home-splitter-2 img {
	/*height: 550px; width: 550px*/; border-radius: 50%;
}
.home2 {
	    padding: 160px 50px 25px 0px;
        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 / 87%) 100%), url(/img/08.png);
    background-size: cover;
    min-height: auto;
    background-attachment: fixed;
    margin-top: -15px;border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}
.home2 .pad {
	padding-top: 25px;
}
.home2 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home2 h2 {
	font-family: font6; text-align: right; font-size: 50px; color: #9a1818;
}
.home2 h3 {
	font-family: font6; text-align: center; color: #000; font-size: 40px;
}
.home2 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: right;	color: rgb(0,0,0); line-height: 35px;
}
.home2 span {
	color: #9a1818;
}
.home2 .collager2 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/landscaping-collage-1.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
}

.home22 {
	    padding: 160px 50px 25px 0px;
        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 / 87%) 100%), url(/img/08.png);
    background-size: cover;
    min-height: auto;
    background-attachment: fixed;
    margin-top: -15px;border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}
.home22 .pad {
	padding-top: 25px;
}
.home22 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home22 h2 {
	font-family: font6; text-align: right; font-size: 40px; color: #9a1818;
}
.home22 h3 {
	font-family: font6; text-align: center; color: #000; font-size: 40px;
}
.home22 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: right;	color: rgb(0,0,0); line-height: 35px;
}
.home22 span {
	color: #9a1818;
}
.home22 .collager2 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/debris-removal-001.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
}

.home3 {
	    padding: 160px 0 25px 50px;
        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 / 87%) 100%), url(/img/snow-4.jpg);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home3 .pad {
	padding-top: 5px;
}
.home3 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home3 h2 {
font-family: 'font6';
    text-align: center;
    color: #000;
}
.home3 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(0,0,0); line-height: 35px;
}
.home3 h2 span {
	color: #9a1818; font-weight: 600;
}
.home3 h3 span {
	color: #9a1818; font-weight: 600;
}
.home3 .collager3 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/section-1/069.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
						margin-left: 57px; 
}
.home33 {
	    padding: 160px 0 25px 50px;
        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 / 87%) 100%), url(/img/snow-4.jpg);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home33 .pad {
	padding-top: 5px;
}
.home33 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home33 h2 {
font-family: 'font6';
					font-size: 40px;
    color: #9a1818;
}
.home33 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home33 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(0,0,0); line-height: 35px;
}
.home33 h2 span {
	color: #9a1818; font-weight: 600;
}
.home33 h3 span {
	color: #9a1818; font-weight: 600;
}
.home33 .collager3 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/sr-1.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 950px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 50%;
		    margin-top: -140px;
						margin-left: 58px; 
}
.motion1 {
	background: #9a1818;
	padding: 105px 0 75px 0;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 40px;
	width: 40px;
  border-radius: 100%;
	line-height: 0.9;
	color: rgb(83,82,82);
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .landscaping-slider-1 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/section-1/063.jpg)  right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1075px;
    padding: 50px 0px 100px 0px;
}
.motion1 .landscaping-slider-2 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/lm-7.jpg) right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1075px;
    padding: 100px 0px 100px 0px;
}
.motion1 .landscaping-slider-3 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/snow-removal-3.jpg) right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1075px;
    padding: 100px 0px 100px 0px;
}
.motion1 .landscaping-slider-4 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/lm-44.jpg) right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1075px;
    padding: 100px 0px 100px 0px;
}

.motion1 .slide .landscaping-slider-1 .boxer1{
    background: #050505cc;
    padding: 100px 25px 25px 25px;
    border-radius: 50%;
    margin-right: -5px;
    margin-top: 35px;
    height: 350px;
    margin-left: -215px;
    width: 350px;
}
.motion1 .slide .landscaping-slider-1 .boxer2{
    background: #9a1818;
    padding: 40px 15px 15px 15px;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin-top: -550px;
    margin-left: 10px;
    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .landscaping-slider-1 .boxer3{
    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    margin-left: -220px;
    margin-top: -28px;
    box-shadow: 1px 1px 10px 1px #000;
}

.motion1 .slide .landscaping-slider-2 .boxer11{
				background: #050505cc;
    padding: 100px 25px 25px 25px;
    border-radius: 50%;
    height: 350px;
    width: 350px;
				margin-left:50px;
}
.motion1 .slide .landscaping-slider-2 .boxer22{
    background: #9a1818;
    padding: 35px 15px 15px 15px;
    border-radius: 50%;
    height: 215px;
    width: 215px;
    margin-top: -576px;
    margin-left: 260px;
    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .landscaping-slider-2 .boxer33{
    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    margin-left: 50px;
    margin-top: -20px;
    box-shadow: 1px 1px 10px 1px #000;
}


.motion1 .slide .landscaping-slider-3 .boxer1{
    background: #050505cc;
    padding: 100px 25px 25px 25px;
    border-radius: 50%;
    margin-right: -5px;
    margin-top: 35px;
    height: 350px;
    margin-left: 108px;
    width: 350px;
}
.motion1 .slide .landscaping-slider-3 .boxer2{
    background: #9a1818;
    padding: 40px 15px 15px 15px;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin-top: -560px;
    margin-left: 290px;
    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .landscaping-slider-3 .boxer3{
    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    margin-left: 120px;
    margin-top: -28px;
    box-shadow: 1px 1px 10px 1px #000;
}


.motion1 .slide .landscaping-slider-4 .boxer1{
    background: #050505cc;
    padding: 100px 25px 25px 25px;
    border-radius: 50%;
    height: 350px;
    width: 350px;
				margin-left: -35px;
}
.motion1 .slide .landscaping-slider-4 .boxer22{
    background: #9a1818;
    padding: 35px 15px 15px 15px;
    border-radius: 50%;
    height: 215px;
    width: 215px;
    margin-top: -547px;
    margin-left: -223px;
    box-shadow: 1px 1px 10px 1px #000;
}

.motion1 .slide .landscaping-slider-4 .boxer3{
    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    margin-left: -51px;
    margin-top: -40px;
    box-shadow: 1px 1px 10px 1px #000;
}


.motion1 .slide {
  flex: 0 0 100%;
	color: #f5f5f5;
	/*padding: 0px 100px 0px 100px;*/
}
.motion1 .slide .boxer1 {
	    background: #050505cc;
    padding: 100px 25px 25px 25px;
		border-radius: 50%;
    height: 350px;
    width: 350px;
}
.motion1 .slide .boxer2 {
	    background: #9a1818;
    padding: 40px 15px 15px 15px;
		border-radius: 50%;
    height: 200px;
    width: 200px;
    margin-top: -250px;
    margin-left: -850px;
		    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .boxer3 {
	    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
		    border-radius: 50%;
    height: 450px;
    width: 450px;
		margin-left: -45px;
		margin-top: 45px;
    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .boxer11 {
	    background: #050505cc;
    padding: 100px 25px 25px 25px;
		border-radius: 50%;
    height: 350px;
    width: 350px;
}
.motion1 .slide .boxer22 {
	    background: #9a1818;
    padding: 35px 15px 15px 15px;
		border-radius: 50%;
    height: 215px;
    width: 215px;
    margin-top: -550px;
    margin-left: 350px;
		    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .boxer33 {
	    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
		    border-radius: 50%;
    height: 450px;
    width: 450px;
		margin-left: -45px;
		margin-top: 45px;
    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 h2 {
	font-family: 'font6';
	text-align: center;
	font-size: 2rem;
}
.motion1 h4 {
	font-family: 'font6';
	text-align: center;
	font-size: 1rem;
}
.motion1 span {
	color: #9a1818;
}
.motion1 .slide p {
	font-family: 'font2';
	text-align: justify;
	font-size: 17px;
	color: #000;
	text-align: center;
	line-height: 35px;
	font-weight: 600;
}
.home-contact {
	padding: 50px 0 70px 0;
	 background: #9a1818;
  min-height: auto;
 /* background-attachment: fixed;*/
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-contact h3 {
    font-size: 35px;
    font-family: 'font6';
    font-weight: 800;
    text-align: left;
    color: #f5f5f5;
    line-height: 90px;
}
.home-contact p {
	font-family: font2; font-size: 17px; color: #f5f5f5; line-height: 55px;
}
.home-contact hr {
	background: #fff; padding: 1px 0px 1px 0px; width: 25%; margin-left: 75px;
}
.home-contact .former {
	    background: #ffff;
    border-radius: 50%; height: 500px; width: 500px;
}
.home-contact .boha {
background: #fff;
    height: 225px;
    width: 225px;
    border-radius: 50%;
    padding: 20px 10px 10px 10px;
				margin-left: 245px;
				margin-top: 40px; 
	
}
.about-1 {
	padding: 150px 25px 100px 25px; background: #9a1818;
}

.about-1 h1 {
	font-family: 'font4'; font-weight: 500; font-size: 35px; color: #9a1818; text-shadow: 2px 2px 50px #444; /*text-indent: 150px;*/text-align: center;
}
.about-1 h5 {
	color: #9a1818; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #9a1818;
}
.about-1 p {
	font-family: 'font2'; color: black; font-size: 17px; line-height: 35px; text-shadow: 2px 2px 25px #444;   margin-right: 15px; margin-left: 0px; font-weight: 900;

}
.about-1 img {
	
}
.about-1 li {
	color:  #9a1818; line-height: 70px; font-size: 35px; font-family: 'font6'; text-shadow: 2px 2px 25px #444; margin-left: 50px;
}
.parallax4 {
  background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  85px;
	color: #fff;
	    border-radius: 40%;
    width: 80%;
	box-shadow: 1px 1px 10px 3px #000;

  background-repeat: no-repeat;
  background-size: cover;
}
.parallax5 {
     background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgb(255 255 255 / 0%) 40%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  150px;
	color: #fff;
	    border-radius: 50%;
    width: 75%;
	box-shadow: 1px 1px 10px 3px #000; margin-left: -150px;

  background-repeat: no-repeat;
  background-size: cover;
}
.parallax6 {
     background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgb(255 255 255 / 0%) 40%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  150px;
	color: #fff;
	    border-radius: 50%;
    width: 75%;
	box-shadow: 1px 1px 10px 3px #000;margin-left: -115px;

  background-repeat: no-repeat;
  background-size: cover;
}
.parallax7 {
     background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgb(255 255 255 / 0%) 40%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  150px;
	color: #fff;
	    border-radius: 50%;
    width: 75%;
	box-shadow: 1px 1px 10px 3px #000; margin-left: -115px;

  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials {
	padding: 200px 100px 100px 100px; background: #9a1818; color: #f5f5f5;
}
.testimonials  h1 {
	font-family: font6; font-size: 50px; text-align: center;
}
.testimonials  p {
	text-align: center; font-family: font2; line-height: 35px; font-size: 17px;
}
.home5 .container {
	padding: 125px 0 125px 0;
}
.parallax2 {
  background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/lawn-care-4.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.card3 {
	max-height: 100%;
	height: 275px;
	border-radius: 50% !important;
	color: #fff;
	margin: 0 0 0 0;
	border-radius: 0.2rem;
	padding: 40px 0px 10px 0px;
	background: rgb(255,255,255,0.9);
	border: none;
	visibility: hidden;
}
.card3 h4 {
	font-family: 'font';
	font-size: 20px;
	color: rgb(196,41,56);
	padding-top: 0px;
	line-height: 0px;
	text-align: center;
}
.card3 span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card3 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: center;
	color: rgb(90,90,90);
}
.card3 img {
	border-radius: 100%;
	width: 40%;
}
.service-intro {
	padding: 200px 0px 100px 0px; background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/lawn-care-4.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-intro .padder {
	    background: #fff9;
    padding: 100px 25px 25px 25px;
    height: 500px; text-align: center;
    width: 500px;
    border-radius: 50%;
				margin-left: 125px;
}
.service-intro .padder:hover {
	background: #9a1818; color: #fff; box-shadow: 1px 1px 10px 3px #000;
}
.service-intro .padder:hover h2 {
	color: #fff;
}
.service-intro h1 {
    font-family: font6;
    font-size: 55px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.service-intro h2 {
	font-family: font4; font-size: 25px; text-align: center; color: #9a1818;
}
.service-intro p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.service-intro a {
	color: inherit;
}


/* ========================================================== */
/* 			           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: linear-gradient(180deg, #9a1818 0%, rgba(255,255,255,0.9905303185727417) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.3098580496651786) 95%, rgba(154,24,24,1) 95%), url(/img/14.png);*/
	background: #9a1818;
    background-size: cover; font-size: 18px;	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	font-size: 15px;	font-family: 'font2';
}
.footer-section a {
	 font-size: 16px; color: #fff;
}
.footer-section .service-cities p {
	margin:0 0 3px;
	font-weight: 800;
}
.h-card {
	background: #9a1818; border-radius: 50%; padding: 35px 25px 25px 25px; text-align: center; box-shadow: 0px 0px 0px 100px  #9a1818; color: #f5f5f5;
}
.h-card h2 {
	font-family: font4; font-size: 30px; text-shadow: 1px 1px 1px #000;
}
.h-card h2 span {
	font-family: font6; font-size: 20px;
}
.h-card h3 {
	font-size: 20px; font-family: 'font6'; font-weight: 500; text-align: center;text-decoration: underline; color: #f5f5f5;
}
.service-cities {
	margin-bottom:1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height:8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font6'; font-weight: 600; text-decoration: underline; 
}
.service-cities h3 {
	font-size: 20px; font-family: 'font6'; font-weight: 600; text-align: center;text-decoration: underline;
}
.bottom-footer {
	background: #9a1818; padding-top: 25px;
}
.bottom-footer .vms-link-wrapper {
	position:relative; top:-10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display:flex;	flex-direction: column;	justify-content:center;	align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:flex-end;	font-size:14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;	justify-content:center;	align-items:center;	border: 1px solid #fff;	border-radius:100px; height:28px;	width:28px;	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration:none !important;	color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0; background: #000; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}


}

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

/******* Mobile Navigation Section *******/
.navbar-sidebar {
	display:none;
}
.dropdown-wrapper {
	margin:0;	padding:0;
}
.navbar-sidebar .dropdown-menu-mobile {
	position:relative; display:none; top: 0; left: 0; z-index: 1000; float: left; height:0px; margin:0; width:100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform:scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate {
	display:inline-block !important; transform:scale(1,1) !important;	padding:25px 0 !important; height:auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75);	font-weight:600 !important;	font-size: 1.3em;	font-family:'Raleway'; text-align:center;
}
.navbar-sidebar {
	padding-top: 84px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 5;	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 {
	z-index: 3;	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:600px;
}
.bar {
	width:100%;	overflow:hidden;
}
.center .bar {
	display:inline-block;	width:auto;
}
.bar .bar-item {
	padding:8px 16px;	float:left;	width:auto;	border:none; display:block;	outline:0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position:static; float:left;
}
.bar .button {
	white-space:normal;
}
.bar-block .bar-item {
	width:100%;	display:block; padding:8px 16px; text-align:left;	border:none; white-space:normal; float:none; outline:0;
}
.bar-block.center .bar-item {
	text-align:center;
}
.block {
	display:block; width:100%;
}
.mobile-top-header {
	display:block !important;	padding: 0px 10px 0; background: rgb(256,256,256); z-index: 6; overflow:visible;
}
/******* Mobile Navigation Section *******/

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.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;
}
.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;
}
.home1 {
	    padding: 160px 0 25px 10px;
        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 / 87%) 100%), url(/img/06.png);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home1 .pad {
	padding-top: 5px;
}
.home1 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home1 h2 {
font-family: 'font6';
    text-align: center;
    color: #000;
}
.home1 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(0,0,0); line-height: 35px;
}
.home1 h2 span {
	color: #9a1818; font-weight: 600;
}
.home1 h3 span {
	color: #9a1818; font-weight: 600;
}
.home1 .collager1 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/section-1/064.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 375px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 98%;
		    margin-top: -10px;
						margin-left: -6px;
}

.home11 {
	    padding: 160px 0 25px 10px;
        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 / 87%) 100%), url(/img/06.png);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home11 .pad {
	padding-top: 5px;
}
.home11 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home11 h2 {
font-family: 'font6';
    text-align: left;
    color: #9a1818;
					font-size: 40px;
}
.home11 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home11 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(0,0,0); line-height: 35px; margin: 0px 30px 0px 25px; 
}
.home11 h2 span {
	color: #9a1818; font-weight: 600;
}
.home11 h3 span {
	color: #9a1818; font-weight: 600;
}
.home11 .collager1 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/rw-1.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 375px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 98%;
		    margin-top: 50px;
						margin-left: 0px;
}

.home-splitter-1 {
background: #9a1818;
    min-height: auto;
    /* background-attachment: fixed; */
    background-position: bottom;
    overflow: hidden;
padding: 10px 0px 150px 0px;
    background-repeat: no-repeat;
    background-size: cover; text-align: center; color: #fff;
}
.home-splitter-1 h3 {
font-family: 'font6';
    text-align: center; font-size: 35px;
}
.home-splitter-1 h5 {
    padding-top: 25px;
    background: #fff;
    width: 115px;
		font-size: 20px;
    height: 115px;
		font-family: font6;
		color: #9a1818;
    border-radius: 50%;
}
.home-splitter-1 h5:hover {
	box-shadow: 1px 1px 10px 1px #000;
}
.home-splitter-1 h6 {
    padding-top: 40px;
    background: #fff;
    width: 115px;
		font-size: 20px;
    height: 115px;
		font-family: font6;
		color: #9a1818;
    border-radius: 50%;
}
.home-splitter-1 h6:hover {
	box-shadow: 1px 1px 10px 1px #000;
}
.home-splitter-1 p {
	font-family: font2; font-size: 17px; line-height: 35px
}
.home-splitter-1 img {
	height: 375px; width: 550px; border-radius: 50%;
}
.home-splitter-2 {
background: #9a1818;
    min-height: auto;
    /* background-attachment: fixed; */
    background-position: bottom;
    overflow: hidden;
padding: 150px 50px 200px 50px;
    background-repeat: no-repeat;
    background-size: cover; color: #fff;
}
.home-splitter-2 h2 {
font-family: 'font6'; text-align: left; font-size: 19px; padding-bottom: 25px; text-indent: 0px;

}
.home-splitter-2 h2 span {
background: #f5f5f5;
    color: #9a1818;
    padding: 8px;
    letter-spacing: 2px;
    text-decoration: underline;
    border-radius: 50%;
    font-size: 18px;
}
.home-splitter-2 h3 {
font-family: 'font6';
		text-indent: 5px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home-splitter-2 h3 span {
	background: #f5f5f5; color: #9a1818; padding: 0px 3px 0px 3px; letter-spacing: 2px;  font-size: 40px; 
}
.home-splitter-2  .baller {
	height: 45px; width: 45px;
}
.home-splitter-2 h6 {
	font-size: 15px; font-family: font2; text-align: left; line-height: 30px;
}
.home-splitter-2 hr {
	width: 15%; padding: 1px 0px 1px 0px; opacity: 100%;
}
.home-splitter-2 img {
	/*height: 550px; width: 550px*/; border-radius: 50%;
}

.home2 {
	    padding: 160px 10px 25px 0px;
        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 / 87%) 100%), url(/img/08.png);
    background-size: cover;
    min-height: auto;
    background-attachment: fixed;
    margin-top: -15px;border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}
.home2 .pad {
	padding-top: 25px;
}
.home2 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home2 h2 {
	font-family: font6; text-align: right; font-size: 50px; color: #9a1818;
}
.home2 h3 {
	font-family: font6; text-align: center; color: #000; font-size: 40px;
}
.home2 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: right;	color: rgb(0,0,0); line-height: 35px;
}
.home2 span {
	color: #9a1818;
}
.home2 .collager2 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/landscaping-collage-1.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 375px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 100%;
		    margin-top: -140px;
						margin-left: 5px;
}

.home22 {
	    padding: 160px 10px 25px 0px;
        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 / 87%) 100%), url(/img/08.png);
    background-size: cover;
    min-height: auto;
    background-attachment: fixed;
    margin-top: -15px;border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}
.home22 .pad {
	padding-top: 25px;
}
.home22 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home22 h2 {
	font-family: font6; text-align: right; font-size: 40px; color: #9a1818;
}
.home22 h3 {
	font-family: font6; text-align: center; color: #000; font-size: 40px;
}
.home22 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: right;	color: rgb(0,0,0); line-height: 35px; margin: 0px 30px 0px 50px;
}
.home22 span {
	color: #9a1818;
}
.home22 .collager2 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/debris-removal-001.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 375px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 100%;
		    margin-top: 50px;
}

.home3 {
	    padding: 160px 10px 25px 10px;
        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 / 87%) 100%), url(/img/snow-4.jpg);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home3 .pad {
	padding-top: 5px;
}
.home3 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home3 h2 {
font-family: 'font6';
    text-align: center;
    color: #000;
}
.home3 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(0,0,0); line-height: 35px;
}
.home3 h2 span {
	color: #9a1818; font-weight: 600;
}
.home3 h3 span {
	color: #9a1818; font-weight: 600;
}
.home3 .collager3 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/section-1/069.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 375px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 98%;
		    margin-top: -5px;
						margin-left: -6px;
}
.home33 {
	    padding: 160px 0 25px 10px;
        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 / 87%) 100%), url(/img/snow-4.jpg);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home33 .pad {
	padding-top: 5px;
}
.home33 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home33 h2 {
font-family: 'font6';
					font-size: 40px;
    color: #9a1818;
}
.home33 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home33 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(0,0,0); line-height: 35px; margin: 0px 30px 0px 30px; 
}
.home33 h2 span {
	color: #9a1818; font-weight: 600;
}
.home33 h3 span {
	color: #9a1818; font-weight: 600;
}
.home33 .collager3 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/sr-1.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 375px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 98%;
		    margin-top: 50px;
						margin-left: 0px; 
}
.motion1 {
	background: #9a1818;
	padding: 105px 0 75px 0;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 40px;
	width: 40px;
  border-radius: 100%;
	line-height: 0.9;
	color: rgb(83,82,82);
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .landscaping-slider-1 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/section-1/063.jpg)  right no-repeat;
		background-position: 53% 10%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1150px;
    padding: 50px 0px 100px 0px;
}
.motion1 .landscaping-slider-2 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/lm-7.jpg) right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1150px;;
    padding: 100px 0px 100px 0px;
}
.motion1 .landscaping-slider-3 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/snow-removal-3.jpg) right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1150px;
    padding: 100px 0px 100px 0px;
}
.motion1 .landscaping-slider-4 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/lm-44.jpg) right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1150px;
    padding: 100px 0px 100px 0px;
}
.motion1 .slide {
  flex: 0 0 100%;
	color: #f5f5f5;
	max-width: 100%;
	/*padding: 0px 100px 0px 100px;*/
}

.motion1 .slide .landscaping-slider-1 .boxer1{
    background: #050505cc;
    padding: 100px 25px 25px 25px;
    border-radius: 50%;
    margin-right: -5px;
    margin-top: 35px;
				margin-left: 20px; 
    height: 350px;
    width: 350px;
}
.motion1 .slide .landscaping-slider-1 .boxer2{
    background: #9a1818;
    padding: 40px 15px 15px 15px;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin-top: -580px;
    margin-left: 200px;
    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .landscaping-slider-1 .boxer3{
    background: #ffffff85;
    padding: 100px 50px 25px 50px;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    margin-left: -38px;
    margin-top: 52px;
    box-shadow: 1px 1px 10px 1px #000;
}

.motion1 .slide .landscaping-slider-2 .boxer11{
				background: #050505cc;
    padding: 100px 25px 25px 25px;
    border-radius: 50%;
    height: 350px;
    width: 350px;
}
.motion1 .slide .landscaping-slider-2 .boxer22{
    background: #9a1818;
    padding: 35px 15px 15px 15px;
    border-radius: 50%;
    height: 215px;
    width: 215px;
    margin-top: -576px;
    margin-left: 165px;
    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .landscaping-slider-2 .boxer33{
    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    margin-left: -11px;
    margin-top: 45px;
    box-shadow: 1px 1px 10px 1px #000;
}

.motion1 .slide .landscaping-slider-3 .boxer1{
    background: #050505cc;
    padding: 100px 25px 25px 25px;
    border-radius: 50%;
    height: 350px;
    margin-left: 25px;
    width: 350px;
}
.motion1 .slide .landscaping-slider-3 .boxer2{
    background: #9a1818;
    padding: 35px 15px 15px 15px;
    border-radius: 50%;
    height: 215px;
    width: 215px;
    margin-top: -575px;
    margin-left: 165px;
    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .landscaping-slider-3 .boxer3{
    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    margin-left: -10px;
    margin-top: 45px;
    box-shadow: 1px 1px 10px 1px #000;
}

.motion1 .slide .landscaping-slider-4 .boxer1{
    background: #050505cc;
    padding: 100px 25px 25px 25px;
    border-radius: 50%;
    height: 350px;
    width: 350px;
				margin-left: -5px;
}
.motion1 .slide .landscaping-slider-4 .boxer22{
    background: #9a1818;
    padding: 35px 15px 15px 15px;
    border-radius: 50%;
    height: 215px;
    width: 215px;
    margin-top: -580px;
    margin-left: 145px;
    box-shadow: 1px 1px 10px 1px #000;
}

.motion1 .slide .landscaping-slider-4 .boxer3{
    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    margin-left: -10px;
    margin-top: 60px;
    box-shadow: 1px 1px 10px 1px #000;
}

.motion1 h2 {
	font-family: 'font6';
	text-align: center;
	font-size: 2rem;
}
.motion1 h4 {
	font-family: 'font6';
	text-align: center;
	font-size: 1rem;
}
.motion1 span {
	color: #9a1818;
}
.motion1 .slide p {
	font-family: 'font2';
	text-align: justify;
	font-size: 17px;
	color: #000;
	text-align: center;
	line-height: 35px;
	font-weight: 600;
}
.home-contact {
	padding: 50px 0 70px 0;
	 background: #9a1818;
  min-height: auto;
 /* background-attachment: fixed;*/
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-contact h3 {
    font-size: 35px;
    font-family: 'font6';
    font-weight: 800;
    text-align: left;
    color: #f5f5f5;
    line-height: 90px;
}
.home-contact p {
	font-family: font2; font-size: 17px; color: #f5f5f5; line-height: 55px;
}
.home-contact hr {
	background: #fff; padding: 1px 0px 1px 0px; width: 25%; margin-left: 75px;
}
.home-contact .former {
	    background: #ffff;
    border-radius: 50%; height: 500px; width: 500px;
}
.home-contact .boha {
background: #fff;
    height: 225px;
    width: 225px;
    border-radius: 50%;
    padding: 20px 10px 10px 10px;
				margin-left: 85px; 
	
}
.about-1 {
	padding: 150px 25px 100px 25px; background: #9a1818;
}

.about-1 h1 {
	font-family: 'font4'; font-weight: 500; font-size: 35px; color: #9a1818; text-shadow: 2px 2px 50px #444; /*text-indent: 150px;*/text-align: center;
}
.about-1 h5 {
	color: #9a1818; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #9a1818;
}
.about-1 p {
	font-family: 'font2'; color: black; font-size: 17px; line-height: 35px; text-shadow: 2px 2px 25px #444;   margin-right: 75px; margin-left: 50px; font-weight: 900; 

}
.about-1 img {
	
}
.about-1 li {
	color:  #9a1818; line-height: 70px; font-size: 35px; font-family: 'font6'; text-shadow: 2px 2px 25px #444; margin-left: 50px;
}
.parallax4 {
  background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  18px;
	color: #fff;
	    border-radius: 20%;
    width: 102%;
	box-shadow: 1px 1px 10px 3px #000;

  background-repeat: no-repeat;
  background-size: cover;
}
.parallax5 {
background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgb(255 255 255 / 0%) 40%, rgba(255, 255, 255, 1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    padding: 63px;
    color: #fff;
    border-radius: 50%;
    width: 23%;
    box-shadow: 1px 1px 10px 3px #000;
    margin-left: -20px;
    margin-top: 25px;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax6 {
background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgb(255 255 255 / 0%) 40%, rgba(255, 255, 255, 1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    padding: 63px;
    color: #fff;
    border-radius: 50%;
    width: 23%;
    box-shadow: 1px 1px 10px 3px #000;
    margin-left: 106px;
    margin-top: -100px;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax7 {
    background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgb(255 255 255 / 0%) 40%, rgba(255, 255, 255, 1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    padding: 63px;
    color: #fff;
    border-radius: 50%;
    width: 30%;
    box-shadow: 1px 1px 10px 3px #000;
    margin-left: 235px;
    margin-top: -250px;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials {
	padding: 200px 50px 50px 50px; background: #9a1818; color: #f5f5f5;
}
.testimonials  h1 {
	font-family: font6; font-size: 50px; text-align: center;
}
.testimonials  p {
	text-align: center; font-family: font2; line-height: 35px; font-size: 17px;
}
.home5 .container {
	padding: 125px 0 125px 0;
}
.parallax2 {
  background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/lawn-care-4.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.card3 {
	max-height: 100%;
	height: 275px;
	border-radius: 50% !important;
	color: #fff;
	margin: 0 0 0 0;
	border-radius: 0.2rem;
	padding: 40px 0px 10px 0px;
	background: rgb(255,255,255,0.9);
	border: none;
	visibility: hidden;
}
.card3 h4 {
	font-family: 'font';
	font-size: 20px;
	color: rgb(196,41,56);
	padding-top: 0px;
	line-height: 0px;
	text-align: center;
}
.card3 span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card3 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: center;
	color: rgb(90,90,90);
}
.card3 img {
	border-radius: 100%;
	width: 40%;
}

.service-intro {
	padding: 200px 0px 100px 0px; background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/lawn-care-4.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-intro .padder {
	    background: #fff9;
    padding: 100px 25px 25px 25px;
    height: 500px; text-align: center;
    width: 500px;
    border-radius: 50%;
				margin-left: -43px;
}
.service-intro .padder:hover {
	background: #9a1818; color: #fff; box-shadow: 1px 1px 10px 3px #000;
}
.service-intro .padder:hover h2 {
	color: #fff;
}
.service-intro h1 {
    font-family: font6;
    font-size: 55px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.service-intro h2 {
	font-family: font4; font-size: 25px; text-align: center; color: #9a1818;
}
.service-intro p {
	font-family: font2; font-size: 17px; line-height: 35px; margin: 0px 25px 0px 25px; 
}
.service-intro a {
	color: inherit;
}

/* ========================================================== */
/* 			           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: linear-gradient(180deg, #9a1818 0%, rgba(255,255,255,0.9905303185727417) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.3098580496651786) 95%, rgba(154,24,24,1) 95%), url(/img/14.png);*/
	background: #9a1818;
    background-size: cover; font-size: 18px;	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	font-size: 15px;	font-family: 'font2';
}
.footer-section a {
	 font-size: 16px; color: #fff;
}
.footer-section .service-cities p {
	margin:0 0 3px;
	font-weight: 800;
}
.h-card {
	background: #9a1818; border-radius: 50%; padding: 35px 25px 25px 25px; text-align: center; box-shadow: 0px 0px 0px 100px  #9a1818; color: #f5f5f5;
}
.h-card h2 {
	font-family: font4; font-size: 30px; text-shadow: 1px 1px 1px #000;
}
.h-card h2 span {
	font-family: font6; font-size: 20px;
}
.h-card h3 {
	font-size: 20px; font-family: 'font6'; font-weight: 500; text-align: center;text-decoration: underline; color: #f5f5f5;
}
.service-cities {
	margin-bottom:1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height:8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font6'; font-weight: 600; text-decoration: underline; 
}
.service-cities h3 {
	font-size: 20px; font-family: 'font6'; font-weight: 600; text-align: center;text-decoration: underline;
}
.bottom-footer {
	background: #9a1818; padding-top: 25px;
}
.bottom-footer .vms-link-wrapper {
	position:relative; top:-10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display:flex;	flex-direction: column;	justify-content:center;	align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:flex-end;	font-size:14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;	justify-content:center;	align-items:center;	border: 1px solid #fff;	border-radius:100px; height:28px;	width:28px;	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration:none !important;	color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0; background: #000; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}

}

@media screen and (max-width: 375px) {
        
								
/******* Mobile Navigation Section *******/

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.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;
}
.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;
}
.home1 {
	    padding: 160px 0 25px 10px;
        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 / 87%) 100%), url(/img/06.png);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home1 .pad {
	padding-top: 5px;
}
.home1 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home1 h2 {
font-family: 'font6';
    text-align: center;
    color: #000;
}
.home1 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(0,0,0); line-height: 35px;
}
.home1 h2 span {
	color: #9a1818; font-weight: 600;
}
.home1 h3 span {
	color: #9a1818; font-weight: 600;
}
.home1 .collager1 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/section-1/064.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 375px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 98%;
		    margin-top: -10px;
						margin-left: -6px;
}

.home11 {
	    padding: 160px 0 25px 10px;
        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 / 87%) 100%), url(/img/06.png);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home11 .pad {
	padding-top: 5px;
}
.home11 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home11 h2 {
font-family: 'font6';
    text-align: left;
    color: #9a1818;
					font-size: 33px;
}
.home11 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home11 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(0,0,0); line-height: 35px; margin: 0px 30px 0px 25px; 
}
.home11 h2 span {
	color: #9a1818; font-weight: 600;
}
.home11 h3 span {
	color: #9a1818; font-weight: 600;
}
.home11 .collager1 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/rw-1.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 375px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 98%;
		    margin-top: 50px;
						margin-left: 0px;
}

.home-splitter-1 {
background: #9a1818;
    min-height: auto;
    /* background-attachment: fixed; */
    background-position: bottom;
    overflow: hidden;
padding: 10px 0px 150px 0px;
    background-repeat: no-repeat;
    background-size: cover; text-align: center; color: #fff;
}
.home-splitter-1 h3 {
font-family: 'font6';
    text-align: center; font-size: 35px;
}
.home-splitter-1 h5 {
    padding-top: 25px;
    background: #fff;
    width: 115px;
		font-size: 20px;
    height: 115px;
		font-family: font6;
		color: #9a1818;
    border-radius: 50%;
}
.home-splitter-1 h5:hover {
	box-shadow: 1px 1px 10px 1px #000;
}
.home-splitter-1 h6 {
    padding-top: 40px;
    background: #fff;
    width: 115px;
		font-size: 20px;
    height: 115px;
		font-family: font6;
		color: #9a1818;
    border-radius: 50%;
}
.home-splitter-1 h6:hover {
	box-shadow: 1px 1px 10px 1px #000;
}
.home-splitter-1 p {
	font-family: font2; font-size: 17px; line-height: 35px
}
.home-splitter-1 img {
	height: 375px; width: 550px; border-radius: 50%;
}
.home-splitter-2 {
background: #9a1818;
    min-height: auto;
    /* background-attachment: fixed; */
    background-position: bottom;
    overflow: hidden;
padding: 150px 50px 200px 50px;
    background-repeat: no-repeat;
    background-size: cover; color: #fff;
}
.home-splitter-2 h2 {
font-family: 'font6'; text-align: left; font-size: 19px; padding-bottom: 25px; text-indent: 0px;

}
.home-splitter-2 h2 span {
background: #f5f5f5;
    color: #9a1818;
    padding: 8px;
    letter-spacing: 2px;
    text-decoration: underline;
    border-radius: 50%;
    font-size: 18px;
}
.home-splitter-2 h3 {
font-family: 'font6';
		text-indent: 5px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home-splitter-2 h3 span {
	background: #f5f5f5; color: #9a1818; padding: 0px 3px 0px 3px; letter-spacing: 2px;  font-size: 40px; 
}
.home-splitter-2  .baller {
	height: 45px; width: 45px;
}
.home-splitter-2 h6 {
	font-size: 15px; font-family: font2; text-align: left; line-height: 30px;
}
.home-splitter-2 hr {
	width: 15%; padding: 1px 0px 1px 0px; opacity: 100%;
}
.home-splitter-2 img {
	/*height: 550px; width: 550px*/; border-radius: 50%;
}

.home2 {
	    padding: 160px 10px 25px 0px;
        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 / 87%) 100%), url(/img/08.png);
    background-size: cover;
    min-height: auto;
    background-attachment: fixed;
    margin-top: -15px;border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}
.home2 .pad {
	padding-top: 25px;
}
.home2 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home2 h2 {
	font-family: font6; text-align: right; font-size: 50px; color: #9a1818;
}
.home2 h3 {
	font-family: font6; text-align: center; color: #000; font-size: 40px;
}
.home2 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: right;	color: rgb(0,0,0); line-height: 35px;
}
.home2 span {
	color: #9a1818;
}
.home2 .collager2 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/landscaping-collage-1.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 375px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 100%;
		    margin-top: -140px;
						margin-left: 5px;
}

.home22 {
	    padding: 160px 10px 25px 0px;
        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 / 87%) 100%), url(/img/08.png);
    background-size: cover;
    min-height: auto;
    background-attachment: fixed;
    margin-top: -15px;border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}
.home22 .pad {
	padding-top: 25px;
}
.home22 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home22 h2 {
	font-family: font6; text-align: right; font-size: 40px; color: #9a1818;
}
.home22 h3 {
	font-family: font6; text-align: center; color: #000; font-size: 40px;
}
.home22 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: right;	color: rgb(0,0,0); line-height: 35px; margin: 0px 30px 0px 50px;
}
.home22 span {
	color: #9a1818;
}
.home22 .collager2 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/debris-removal-001.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 375px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 100%;
		    margin-top: 50px;
						margin-left: 5px;
}

.home3 {
	    padding: 160px 10px 25px 10px;
        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 / 87%) 100%), url(/img/snow-4.jpg);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home3 .pad {
	padding-top: 5px;
}
.home3 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home3 h2 {
font-family: 'font6';
    text-align: center;
    color: #000;
}
.home3 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(0,0,0); line-height: 35px;
}
.home3 h2 span {
	color: #9a1818; font-weight: 600;
}
.home3 h3 span {
	color: #9a1818; font-weight: 600;
}
.home3 .collager3 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/section-1/069.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 375px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 98%;
		    margin-top: -5px;
						margin-left: -6px;
}
.home33 {
	    padding: 160px 0 25px 10px;
        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 / 87%) 100%), url(/img/snow-4.jpg);
    background-size: cover;
    min-height: auto;
   /* border-bottom-left-radius: 50%;*/
    border-top-right-radius: 85%;
    margin-top: -50px;
    border-bottom-right-radius: 93%;
}
.home33 .pad {
	padding-top: 5px;
}
.home33 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home33 h2 {
font-family: 'font6';
					font-size: 40px;
    color: #9a1818;
}
.home33 h3 {
font-family: 'font6';
    color: #000;
		text-indent: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}
.home33 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(0,0,0); line-height: 35px; margin: 0px 30px 0px 30px; 
}
.home33 h2 span {
	color: #9a1818; font-weight: 600;
}
.home33 h3 span {
	color: #9a1818; font-weight: 600;
}
.home33 .collager3 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/sr-1.jpg) right no-repeat;
    background-size: cover;    box-shadow: 1px 1px 10px 3px #000;
		    height: 375px;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 98%;
		    margin-top: 50px;
						margin-left: 0px; 
}
.motion1 {
	background: #9a1818;
	padding: 105px 0 75px 0;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 40px;
	width: 40px;
  border-radius: 100%;
	line-height: 0.9;
	color: rgb(83,82,82);
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .landscaping-slider-1 {
	 background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/section-1/063.jpg) right no-repeat;
		background-position: 57% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1150px;
    padding: 50px 0px 100px 0px;
}
.motion1 .landscaping-slider-2 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/lm-7.jpg) right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1150px;;
    padding: 100px 0px 100px 0px;
}
.motion1 .landscaping-slider-3 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/snow-removal-3.jpg) right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1150px;
    padding: 100px 0px 100px 0px;
}
.motion1 .landscaping-slider-4 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 77.5%, #ffffff00 82.5%), url(/img/lm-44.jpg) right no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1150px;
    padding: 100px 0px 100px 0px;
}
.motion1 .slide {
  flex: 0 0 100%;
	color: #f5f5f5;
	max-width: 100%;
	/*padding: 0px 100px 0px 100px;*/
}

.motion1 .slide .landscaping-slider-1 .boxer1{
    background: #050505cc;
    padding: 100px 25px 25px 25px;
    border-radius: 50%;
    margin-right: -5px;
    margin-top: 35px;
				margin-left: -8px; 
    height: 350px;
    width: 350px;
}
.motion1 .slide .landscaping-slider-1 .boxer2{
    background: #9a1818;
    padding: 40px 15px 15px 15px;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin-top: -475px;
    margin-left: 140px;
    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .landscaping-slider-1 .boxer3{
    background:#ffffffab;
    padding: 100px 50px 25px 50px;
    border-radius: 50%;
    height: 350px;
    width: 350px;
    margin-left: -5px;
    margin-top: -10px;
    box-shadow: 1px 1px 10px 1px #000;
}

.motion1 .slide .landscaping-slider-2 .boxer11{
				background: #050505cc;
    padding: 100px 25px 25px 25px;
    border-radius: 50%;
    height: 350px;
    width: 350px;
}
.motion1 .slide .landscaping-slider-2 .boxer22{
    background: #9a1818;
    padding: 35px 15px 15px 15px;
    border-radius: 50%;
    height: 215px;
    width: 215px;
    margin-top: -576px;
    margin-left: 165px;
    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .landscaping-slider-2 .boxer33{
    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    margin-left: -11px;
    margin-top: 45px;
    box-shadow: 1px 1px 10px 1px #000;
}

.motion1 .slide .landscaping-slider-3 .boxer1{
    background: #050505cc;
    padding: 100px 25px 25px 25px;
    border-radius: 50%;
    height: 350px;
    margin-left: 25px;
    width: 350px;
}
.motion1 .slide .landscaping-slider-3 .boxer2{
    background: #9a1818;
    padding: 35px 15px 15px 15px;
    border-radius: 50%;
    height: 215px;
    width: 215px;
    margin-top: -575px;
    margin-left: 165px;
    box-shadow: 1px 1px 10px 1px #000;
}
.motion1 .slide .landscaping-slider-3 .boxer3{
    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    margin-left: -10px;
    margin-top: 45px;
    box-shadow: 1px 1px 10px 1px #000;
}

.motion1 .slide .landscaping-slider-4 .boxer1{
    background: #050505cc;
    padding: 100px 25px 25px 25px;
    border-radius: 50%;
    height: 350px;
    width: 350px;
				margin-left: -5px;
}
.motion1 .slide .landscaping-slider-4 .boxer22{
    background: #9a1818;
    padding: 35px 15px 15px 15px;
    border-radius: 50%;
    height: 215px;
    width: 215px;
    margin-top: -580px;
    margin-left: 145px;
    box-shadow: 1px 1px 10px 1px #000;
}

.motion1 .slide .landscaping-slider-4 .boxer3{
    background: #ffffffd1;
    padding: 100px 50px 25px 50px;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    margin-left: -10px;
    margin-top: 60px;
    box-shadow: 1px 1px 10px 1px #000;
}

.motion1 h2 {
	font-family: 'font6';
	text-align: center;
	font-size: 2rem;
}
.motion1 h4 {
	font-family: 'font6';
	text-align: center;
	font-size: 1rem;
}
.motion1 span {
	color: #9a1818;
}
.motion1 .slide p {
font-family: 'font2';
    text-align: justify;
    font-size: 14px;
    color: #000;
    margin-top: -22px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
}
.home-contact {
	padding: 50px 0 70px 0;
	 background: #9a1818;
  min-height: auto;
 /* background-attachment: fixed;*/
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-contact h3 {
    font-size: 27px;
    font-family: 'font6';
    font-weight: 800;
    text-align: left;
    color: #f5f5f5;
    line-height: 80px;
}
.home-contact p {
	font-family: font2; font-size: 17px; color: #f5f5f5; line-height: 55px;
}
.home-contact hr {
	background: #fff; padding: 1px 0px 1px 0px; width: 25%; margin-left: 75px;
}
.home-contact .former {
	    background: #ffff;
    border-radius: 50%; height: 500px; width: 500px;
}
.home-contact .boha {
background: #fff;
    height: 225px;
    width: 225px;
    border-radius: 50%;
    padding: 20px 10px 10px 10px;
				margin-left: 60px; 
	
}
.about-1 {
	padding: 150px 25px 100px 25px; background: #9a1818;
}

.about-1 h1 {
	font-family: 'font4'; font-weight: 500; font-size: 22px; color: #9a1818; text-shadow: 2px 2px 50px #444; /*text-indent: 150px;*/text-align: center;
}
.about-1 h5 {
	color: #9a1818; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #9a1818;
}
.about-1 p {
	font-family: 'font2'; color: black; font-size: 17px; line-height: 35px; text-shadow: 2px 2px 25px #444;       margin-right: 45px;
    margin-left: 40px;
				font-weight: 900; 

}
.about-1 img {
	
}
.about-1 li {
	color:  #9a1818; line-height: 65px; font-size: 30px; font-family: 'font6'; text-shadow: 2px 2px 25px #444; margin-left: 45px;
}
.parallax4 {
  background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  18px;
	color: #fff;
	    border-radius: 20%;
    width: 102%;
	box-shadow: 1px 1px 10px 3px #000;

  background-repeat: no-repeat;
  background-size: cover;
}
.parallax5 {
background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgb(255 255 255 / 0%) 40%, rgba(255, 255, 255, 1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    padding: 50px;
    color: #fff;
    border-radius: 50%;
    width: 23%;
    box-shadow: 1px 1px 10px 3px #000;
    margin-left: -12px;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax6 {
background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgb(255 255 255 / 0%) 40%, rgba(255, 255, 255, 1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    padding: 50px;
    color: #fff;
    border-radius: 50%;
    width: 23%;
    box-shadow: 1px 1px 10px 3px #000;
    margin-left: 95px;
    margin-top: -100px;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax7 {
    background: radial-gradient(circle, rgb(255 255 255 / 7%) 14%, rgb(255 255 255 / 0%) 40%, rgba(255, 255, 255, 1) 82%, rgb(255 255 255 / 56%) 100%), url(/img/dogscaper-22.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    padding: 50px;
    color: #fff;
    border-radius: 50%;
    width: 30%;
    box-shadow: 1px 1px 10px 3px #000;
    margin-left: 199px;
    margin-top: -203px;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials {
	padding: 200px 50px 50px 50px; background: #9a1818; color: #f5f5f5;
}
.testimonials  h1 {
	font-family: font6; font-size: 33px; text-align: center;
}
.testimonials  p {
	text-align: center; font-family: font2; line-height: 35px; font-size: 15px;
}
.home5 .container {
	padding: 125px 0 125px 0;
}
.parallax2 {
  background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/lawn-care-4.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.card3 {
	max-height: 100%;
	height: 275px;
	border-radius: 50% !important;
	color: #fff;
	margin: 0 0 0 0;
	border-radius: 0.2rem;
	padding: 40px 0px 10px 0px;
	background: rgb(255,255,255,0.9);
	border: none;
	visibility: hidden;
}
.card3 h4 {
	font-family: 'font';
	font-size: 20px;
	color: rgb(196,41,56);
	padding-top: 0px;
	line-height: 0px;
	text-align: center;
}
.card3 span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card3 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: center;
	color: rgb(90,90,90);
}
.card3 img {
	border-radius: 100%;
	width: 40%;
}

.service-intro {
	padding: 200px 0px 100px 0px; background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/lawn-care-4.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-intro .padder {
    background: #fff9;
    padding: 60px 25px 25px 25px;
    height: 350px;
    width: 499px;
    width: 350px;
    border-radius: 50%;
    margin-left: -7px;
}
.service-intro .padder:hover {
	background: #9a1818; color: #fff; box-shadow: 1px 1px 10px 3px #000;
}
.service-intro .padder:hover h2 {
	color: #fff;
}
.service-intro h1 {
    font-family: font6;
    font-size: 45px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.service-intro h2 {
	font-family: font4; font-size: 25px; text-align: center; color: #9a1818;
}
.service-intro p {
    font-family: font2;
    font-size: 13px;
    line-height: 17px;
    margin: 0px 35px 0px 35px;
				font-weight: 700;
}
.service-intro a {
	color: inherit;
}

/* ========================================================== */
/* 			           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: linear-gradient(180deg, #9a1818 0%, rgba(255,255,255,0.9905303185727417) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.3098580496651786) 95%, rgba(154,24,24,1) 95%), url(/img/14.png);*/
	background: #9a1818;
    background-size: cover; font-size: 18px;	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	font-size: 15px;	font-family: 'font2';
}
.footer-section a {
	 font-size: 16px; color: #fff;
}
.footer-section .service-cities p {
	margin:0 0 3px;
	font-weight: 800;
}
.h-card {
	background: #9a1818; border-radius: 50%; padding: 35px 25px 25px 25px; text-align: center; box-shadow: 0px 0px 0px 100px  #9a1818; color: #f5f5f5;
}
.h-card h2 {
	font-family: font4; font-size: 30px; text-shadow: 1px 1px 1px #000;
}
.h-card h2 span {
	font-family: font6; font-size: 20px;
}
.h-card h3 {
	font-size: 20px; font-family: 'font6'; font-weight: 500; text-align: center;text-decoration: underline; color: #f5f5f5;
}
.service-cities {
	margin-bottom:1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height:8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font6'; font-weight: 600; text-decoration: underline; 
}
.service-cities h3 {
	font-size: 20px; font-family: 'font6'; font-weight: 600; text-align: center;text-decoration: underline;
}
.bottom-footer {
	background: #9a1818; padding-top: 25px;
}
.bottom-footer .vms-link-wrapper {
	position:relative; top:-10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display:flex;	flex-direction: column;	justify-content:center;	align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:flex-end;	font-size:14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;	justify-content:center;	align-items:center;	border: 1px solid #fff;	border-radius:100px; height:28px;	width:28px;	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration:none !important;	color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0; background: #000; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}
								
								
								
}