/* 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.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font5';
	src:url('../fonts/font5.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font6';
	src:url('../fonts/font6.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font7';
	src:url('../fonts/font7.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font8';
	src:url('../fonts/font8.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;
	align-items: 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 0px 10px 0px;		background-size: cover; z-index: 3;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; background-repeat: repeat;
}
/*.top-header .container-fluid {
	background: #fff9;
}*/
.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;margin-top: 15px;
}
.top-header div[class*='col-']:nth-child(2) a {
	/*padding: 9px 15px 9px 15px;	background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120); border: 0;margin-right: 0px; */
	
    padding: 9px 15px 9px 15px;
    background: transparent;
    font-weight: 600;
    font-family: 'font2';
    color: rgb(120,120,120);
    border: 1px double rgb(120,120,120);
    margin-left: 0px;
	
	
}
.top-header div[class*='col-']:nth-child(2) a:hover {
	/*background: #2e364d; color: #2e364d; border: none;*/
	
background: #fff; color: #2e364d;

}
.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: 1.6rem; border: 1px double rgb(120,120,120);*/
}
/*.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;margin-top: 15px;
}
.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: 1px double rgb(120,120,120); margin-left: 0px;
}
.top-header div[class*='col-']:nth-child(4) a:hover {
background: #fff; color: #2e364d;
}
.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;
}
.davids-logo {
	    position: absolute;
   /*background: #fff;*/
       margin-bottom: -100px;
    /*margin-top: 135px;*/
    margin-top: 0px;
    z-index: 2;  
   border-radius: 100px;
}
.davids-logo-2 {
	       position: absolute;
    /* background: #fff; */
    margin-bottom: -100px;
    margin-top: 200px;
    z-index: 2;
    border-radius: 100px;
    margin-right: 225px;
}
.davids-logo-3 {
	       position: absolute;
    /* background: #fff; */
    margin-bottom: -100px;
    margin-top: 200px;
    z-index: 2;
    border-radius: 100px;
    margin-left: 225px;
}
/* ======================================== */
/* === 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: 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: 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: 'font2';
	color: black; 
}

.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  {
	font-family: 'font5'; color: #fff; text-shadow: 3px 3px 1px #2E364D;
}
.home-header-section .legend {
	padding: 25px;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7483368347338936) 50%, rgba(46, 54, 77, 0.7483368347338936) 50%);
}
.video {
	overflow: hidden; position: relative; z-index: 1; display: block;
}
.video .pad {
	    padding: 25px;
    position: absolute;
   background: linear-gradient(90deg, rgba(255,255,255,0.7483368347338936) 50%, rgba(46,54,77,0.7483368347338936) 50%);
    margin-top: 225px;
    margin-left: 175px; 
		width: 33%; box-shadow: 1px 1px 10px 3px #000;
}
.video .pad h3 {
	font-weight: 500; color: rgb(255,255,255); font-size: 45px; text-shadow: 0px 0px 5px #000; font-family: 'font4'; text-align: center; text-transform: uppercase; letter-spacing: 5px;
}
.video .pad h4 {
	 color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 24px; font-family: 'font5'; font-weight: 500; font-style: italic; margin-left: 15px;
}
.video .pad h5 {
	font-family: 'font8'; font-size: 17px; font-weight: 600; color: #2e364d; text-decoration: underline; text-shadow: 1px 1px 1px #fff;
}
.video .pad h4 span {
	color: #2e364d; text-shadow: none; padding-right: 20px; font-size: 23px;
}
.video .pad h6 {
	font-family: 'font2'; font-size: 14px; font-weight: 600; line-height: 15px;
}
.video .pad i {
	font-size: 45px; color: #fff; text-shadow: 5px 2px 1px #2e364d; margin-top: 25px;
}
.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;
}
.video .pad img {
	max-width: 25%;
}
.video .pad hr {
	margin: 5px 0;
}



/*Home Slider Video START*/
.video-background {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
	
	
  background: url('/img/homepage/hvac-parallax.jpg') no-repeat center center;
  background-size: cover;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
	background: white; 
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4); /* Optional dark overlay */
}

.video-overlay h1 {
  font-size: 6rem;
  margin: 0;
	font-weight: 900; 
}

.video-overlay p {
  font-size: 1.5rem;
  margin: 10px 0 0;
}

.video-overlay a {
	display: inline-flex;
	
}
@media(max-width:991px){
.video-background {
    height: 40vh;
}
}

.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: 75px; background: rgb(245,245,245);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font5';	font-size: 45px; text-align: left; font-weight: 500; color: #2e364d; text-transform: uppercase;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150); line-height: 35px;
}
.home1 span {
	color: rgb(83,82,82); font-family: 'font5'; font-size: 25px; font-weight: 500; text-transform: none;
}
.home1 img {
	box-shadow: 1px 1px 10px 3px #000;
}
  a.home-cta {
	
    background: black;

    font-family: 'font5';
    font-size: 1.3rem;
    color: white;
    box-shadow: 0px 0px 0px black;
    border-radius: 7px;
		display:inline-block;
    text-align: center;
		padding:15px;
    transition: 0.3s;
}
  a.home-cta:hover {
    background: white;
    color: rgb(92,106,147);;
    transform: scale(1.04);
}

  a.home-diamond-cta {
	
		margin-top:30px;
    background: transparent;

    font-family: 'font5';
    font-size: 1.3rem;
    color: white;
    box-shadow: 0px 0px 0px black;
    border-radius: 7px;
		display:inline-block;
    text-align: center;
		padding:15px;
    transition: 0.3s;
}
  a.home-diamond-cta:hover {
    background: white;
    color: rgb(92,106,147);;
    transform: scale(1.04);
}


.home-page-section-2 .banner {
	background: red;
}
.home-page-section-2 .square1 {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 235px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
    margin-left: 137px;
}
.home-page-section-2 .square1a {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 115px;
}
.home-page-section-2 .square1b {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 115px;
}
.home-page-section-2 .square1c {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 115px;
}
.parallax1 {
  /*background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/landscape-3-new.jpg");*/
  background-image: linear-gradient(rgb(255, 255, 255, 0.5), rgb(0 0 0 / 50%)), url(/img/landscape-3-new.jpg);
	
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax2 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/landscaping-install-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 100px 50px 100px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax2 .company-vision {
	    background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    padding: 25px 65px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}
.parallax2 .company-vision h2{
    font-size: 2.7rem;
    font-family: 'font5';
    color: white;
    text-shadow: 1px 1px 1px #fff;
		text-decoration:underline;
		text-align:center;
}
.parallax2 .company-vision span{
    font-size: 2rem;
    font-family: 'font5';
    color: white;
    text-shadow: 1px 1px 1px #fff;
		text-decoration:underline;
}
.parallax2 .company-vision p{
	font-size: 1.1rem; font-family: 'font2'; font-weight: 600; 	color: white; line-height: 35px;

}




.parallax3 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/ls-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax4 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/ls-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 250px 50px 250px 50px;
  background-repeat: no-repeat;
  background-size: cover;box-shadow: 1px 1px 10px 3px #000;
}
.parallax5 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/crew-1.jpeg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 250px 100px 150px 100px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}
.parallax6 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/landscape-installs-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 250px 100px 150px 100px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}
.parallax7 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/snow-removal-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 250px 100px 150px 100px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}

.home-page-section-2 .square2 {
  padding: 25px;
	height: 450px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 450px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .square22 {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .square2a {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .square2b {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .square2c {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 h4 {
	font-size: 25px;
  color: rgb(255,255,255);
  font-family: 'font2';
	text-align: center;
  font-weight: 600;
}
.home-page-section-2 p {
	color: rgb(60,60,60);
  font-weight: 600;
	text-align: center;
	transform: rotate(315deg);
	font-family: 'font2';
  font-size: 16px;
	margin: 75px 0px 0px 0px;
	line-height: 23px;
}
.home-page-section-2 .square2a  p {
	margin-top: 65px; 
}


.am-faq {max-width: 860px; margin: 2rem auto; padding: 0 1rem;}
  .am-faq__title {font-size: 40px; margin: 100px 0px 50px 0px; color: #2E364D; font-family: font5; font-weight: 600;}
  .am-faq__item + .am-faq__item {border-top: 1px solid #e5e7eb;}
  .am-faq__question {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 1rem 0;
    font: inherit;font-family: font5;
    font-weight: 500; font-size: 22px;
    cursor: pointer;
    position: relative;
  }
  .am-faq__question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .2s ease;
  }
  .am-faq__question[aria-expanded="true"]::after {
    content: "–";
    transform: translateY(-50%);
  }
  .am-faq__answer {padding: 0 0 1rem 0;}
  .am-faq__answer p {margin: .25rem 0 .5rem; font-family: font2;}
  .am-faq__answer ul {margin: .5rem 0 0 1rem; padding: 0; list-style: disc;}
  .am-faq__answer a {text-decoration: underline; text-underline-offset: 2px; color: #2E364D; font-weight: 600;}




.home-reviews {
	background-image: linear-gradient(rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5)), url(/img/section-1-compressed/0001.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    padding: 100px 50px 100px 50px;
    background-repeat: no-repeat;
    background-size: cover;
}


.home-reviews h2 {
	font-size: 50px;
    margin: 50px 0px 50px 0px;
    color: #2E364D;
    font-family: font5;
    font-weight: 600;
}
/* Layout */
.reviews3 { padding: 2rem 0; }
.reviews-head { text-align: center; margin-bottom: 1.5rem; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.25rem;
}
@media (max-width: 992px) { .reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .reviews-grid { grid-template-columns: 1fr; } }

/* Card */
.review-card {
  border: 1px solid #e5e7eb; border-radius: .75rem; padding: 1rem; background: #fff;
  display: flex; flex-direction: column; gap: .75rem;
}
.review-card.is-hidden { display: none; }

.review-top { display: grid; grid-template-columns: auto 1fr auto; gap: .75rem; align-items: center; }
.avatar {
  width: 44px; height: 44px; border-radius: 999px; background: #0b1220; color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: .9rem;
}
.avatar::before { content: attr(data-initials); }
.meta .author { font-size: 20px; margin: 0; line-height: 1.2; font-family: font5; }
.meta .when { font-size: .85rem; color: #6b7280; }
.stars span { letter-spacing: 1px; color: #f59e0b; } /* ★★★★★ */

.text {
  line-height: 1.55; font-family: font2;
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}
.text[aria-expanded="true"] { -webkit-line-clamp: unset; overflow: visible; }

.card-actions { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.moreless { border: 1px solid #e5e7eb; background: #f8fafc; padding: .35rem .6rem; border-radius: .5rem; cursor: pointer; }
.moreless:hover { background: #eef2f7; }
.source { font-size: .9rem; color: #2E364D; font-weight: 600; }

/* CTA */
.reviews-cta { text-align: center; margin-top: 35px; }
.btn-primary {
  border: 0; background: #0b1220; color: #fff; padding: .65rem 1rem; border-radius: .6rem; cursor: pointer; font-weight: 700;
}
.btn-primary:hover { opacity: .9; }




/* ABOUT MINI INTRO */

.about-mini-intro {
  padding: 90px 0 40px;
  background:
    linear-gradient(135deg, rgba(46,54,77,.96), rgba(46,54,77,.88)),
    url(/img/homepage/contour-2.png);
  background-size: 45%;
  background-position: center center;
  overflow: hidden;
}

.about-mini-intro__wrap {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  padding: 55px 65px;
  background: #fff;
  box-shadow: 1px 1px 12px 1px #2e364d;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
}

.about-mini-intro__wrap::before,
.about-mini-intro__wrap::after {
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  background: #2e364d;
  transform: rotate(45deg);
  box-shadow: 1px 1px 8px rgba(0,0,0,.35);
  z-index: 1;
}

.about-mini-intro__wrap::before {
  top: -45px;
  left: -45px;
}

.about-mini-intro__wrap::after {
  right: -45px;
  bottom: -45px;
}

.about-mini-intro__accent {
  position: absolute;
  top: -32px;
  right: 55px;
  width: 78px;
  height: 78px;
  background: #2e364d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  box-shadow: 1px 1px 8px rgba(0,0,0,.45);
  z-index: 1;
}

.about-mini-intro__accent i {
  transform: rotate(-45deg);
  font-size: 32px;
}

.about-mini-intro__content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.about-mini-intro__content span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 10px 22px;
  background: #2e364d;
  color: #fff;
  font-family: 'font2';
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 50px;
}

.about-mini-intro__content h1 {
  margin-bottom: 22px;
  color: #2e364d;
  font-family: 'font2';
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
}

.about-mini-intro__content p {
  max-width: 860px;
  margin: 0 auto;
  color: rgb(60,60,60);
  font-family: 'font2';
  font-size: 17px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 991px) {
  .about-mini-intro {
    padding: 70px 20px 35px;
    background-size: 80%;
  }

  .about-mini-intro__wrap {
    padding: 45px 35px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }

  .about-mini-intro__content h1 {
    font-size: 32px;
  }

  .about-mini-intro__content p {
    font-size: 16px;
    line-height: 29px;
  }
}

@media (max-width: 575px) {
  .about-mini-intro {
    padding: 55px 15px 30px;
  }

  .about-mini-intro__wrap {
    padding: 40px 22px;
  }

  .about-mini-intro__wrap::before,
  .about-mini-intro__wrap::after,
  .about-mini-intro__accent {
    display: none;
  }

  .about-mini-intro__content h1 {
    font-size: 27px;
  }

  .about-mini-intro__content span {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
/*NEW BLOCK FOR ABOUT PAGE*/
.about-page-section-1 .banner {
	background: red;
}
.about-page-section-1 .square1 {
    display: block !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 115px 15px 15px 15px !important;
    width: 235px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
    margin-left: 30px;
}
.about-page-section-1 .square1a {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 55px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 315px;
}
.about-page-section-1 .square1b {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 55px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 315px;
		margin-top: 7px;
}

.about-page-section-1 .square1c {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 55px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 315px;
margin-bottom: 0px;
}


.about-page-section-1 .square2 {
padding: 25px;
    height: 450px;
    /* box-shadow: 1px 1px 10px 1px #2e364d; */
    width: 450px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 1px #2e364d;
    margin: -25px 0px -25px -75px;
    background: linear-gradient(315deg, rgba(46, 54, 77, 1) 5%, rgba(46, 54, 77, 1) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 90%, rgba(46, 54, 77, 1) 90%, rgba(46, 54, 77, 1) 100%);
}
.about-page-section-1 .square22 {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .square2a {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -26px 0px -25px 235px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .square2b {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 235px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .square2c {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -26px 0px -25px 235px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .container {
	padding: 75px 0 75px 0;
}
.about-page-section-1 h4 {
font-size: 25px;
    color: rgb(255, 255, 255);
    font-family: 'font2';
    text-align: center;
    font-weight: 600;
    margin-top: -40px;
    position: relative;
}
.about-page-section-1 p {
	color: rgb(60,60,60);
  font-weight: 600;
	text-align: center;
	transform: rotate(315deg);
	font-family: 'font2';
  font-size: 16px;
	margin: 75px 0px 0px 0px;
	line-height: 23px;
}
.about-page-section-1 .square2a  p {
	margin-top: 65px; 
}


.about-us-1 h1 {
	font-size: 45px; font-family: 'font5'; text-align: center; color: #fff;
}
.about-us-1 h2 {
	font-size: 45px; font-family: 'font5'; text-align: center; color: #fff;
}
.about-us-1 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; text-align: center; color: #fff;
}
.home-page-section-2  .square2b  p {
	margin-top: 65px;
}
.about-us-2 h2 {
	font-size: 45px; font-family: 'font5'; text-align: center; color: #fff;
}
.about-us-2 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; text-align: center; color: #fff;
}
.home-page-section-2 .square2c p {
	margin-top: 95px;  
}
.about-us-3 h1 {
	font-size: 45px; font-family: 'font5'; text-align: center; color: #2E364D;
}
.about-us-3 h2 {
	font-size: 45px; font-family: 'font5'; text-align: center; color: #2E364D;
}
.about-us-3 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; text-align: center;
}
.home-page-section-2 span {
	font-size: 20px;
	font-family: 'font';
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-page-section-2 strong {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-3 {
	padding: 100px 125px 100px 125px; box-shadow: 1px 1px 10px 3px #2e364d; background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    background-size: auto;
}
.home-3 .container-fluid {
	background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg); background-size: auto; padding: 50px 50px 50px 50px; box-shadow: 1px 1px 10px 3px #2e364d;
}
.home-3 h2 {
	font-size: 45px; color: #fff; text-shadow: 1px 1px 1px #2e364d; font-family: 'font5';
}
.home-3 p {
	font-family: 'font2'; font-size: 17px; line-height: 35px; color: #f5f5f5;
}
.home-3 img {
	box-shadow: 1px 1px 10px 3px #000;  max-width: 85%;
}
.home-3 .square-3 {
         padding: 25px;
    height: 475px;
    width: 475px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
    margin: -55px -15px -25px 280px;
    background: #2e364d9e;
    border: 3px solid #fff;
}
.home-3 .square-3 p {
	transform: rotate(315deg); color: #f5f5f5; font-family: 'font2'; font-size: 17px; line-height: 28px; text-align: center; margin-top: 60px;
}
.home-4 {
	padding: 100px 125px 100px 125px; box-shadow: 1px 1px 10px 3px #2e364d; background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg);
    background-size: auto;
}
.home-4 .container-fluid {
	 background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);background-size: auto; padding: 50px 50px 50px 50px; box-shadow: 1px 1px 10px 3px #2e364d;
}
.home-4 h2 {
	font-size: 45px; color: #fff; text-shadow: 1px 1px 1px #2e364d; font-family: 'font5'; text-align: right;
}
.home-4 p {
	font-family: 'font2'; font-size: 17px; line-height: 35px; color: #f5f5f5;
}
.home-4 img {
	box-shadow: 1px 1px 10px 3px #000;  max-width: 85%;
}
.home-4 .square-4 {
     padding: 25px;
    height: 475px;
    width: 475px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
    margin: -55px -6px -25px 10px;
    background: #2e364d9e;
    border: 3px solid #fff;
}
.home-4 .square-4 p {
	transform: rotate(315deg); color: #f5f5f5; font-family: 'font2'; font-size: 16px; line-height: 30px; text-align: center; margin-top: 91px;
}
.home-5 {
	padding: 100px 125px 100px 125px; box-shadow: 1px 1px 10px 3px #2e364d; background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    background-size: auto;
}
.home-5 .container-fluid {
	background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg); background-size: auto; padding: 50px 50px 50px 50px; box-shadow: 1px 1px 10px 3px #2e364d;
}
.home-5 h2 {
	font-size: 45px; color: #fff; text-shadow: 1px 1px 1px #2e364d; font-family: 'font5';
}
.home-5 p {
	font-family: 'font2'; font-size: 17px; line-height: 35px; color: #f5f5f5;
}
.home-5 img {
	box-shadow: 1px 1px 10px 3px #000;  max-width: 85%;
}
.home-5 .square-5 {
         padding: 25px;
    height: 475px;
    width: 475px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
    margin: -55px -15px -25px 280px;
    background: #2e364d9e;
    border: 3px solid #fff;
}
.home-5 .square-5 p {
	transform: rotate(315deg); color: #f5f5f5; font-family: 'font2'; font-size: 17px; line-height: 30px; text-align: center; margin-top: 91px;
}
.home-6 {
	padding: 150px 75px 150px 75px; background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
}
.home-6 h3 {
	font-family: 'font5'; font-size: 30px; font-weight: 600; transform: rotate(315deg); margin-left: -13px;color: #fff;
    text-shadow: 1px 1px 1px #2e364d;
}
.home-6 h3 span {
	color: #2e364d; text-shadow: 1px 1px 1px #fff;
}
.home-6 p {
	font-family: 'font2'; font-size: 17px; font-weight: 600; transform: rotate(315deg); margin-right: 0px;
    margin-top: 35px;color: #fff;
    text-shadow: 1px 1px 1px #2e364d;
}
.home-6 p span {
		color: #2e364d; text-shadow: 1px 1px 1px #fff;
}
.home-6 .margy {
	margin-top: -175px;
}
.home-6 .square-6a {
         padding: 25px;
    height: 200px;
    width: 200px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
  /*  margin: -55px -15px -25px 280px;*/
     background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    border: 3px solid #fff;
}
.home-6 .square-6a-1 {
         padding: 25px;
    height: 100px;
    width: 100px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
  /*  margin: -55px -15px -25px 280px;*/
     background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    border: 3px solid #fff;
}
.home-6 .square-6a-1a {
         padding: 25px;
    height: 100px;
    width: 100px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 5px 3px #2e364d;
  /*  margin: -55px -15px -25px 280px;*/
	margin-top: 150px;
     background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    border: 3px solid #fff;
}
.home-6 .square-6a-2 {
         padding: 25px;
    height: 100px;
    width: 100px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 5px 3px #fff;
  /*  margin: -55px -15px -25px 280px;*/
    background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg);background-size: contain;
    border: 3px solid #2e364d;
}
.home-6 .square-6a-2b {
         padding: 25px;
    height: 100px;
    width: 100px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #fff;
  /*  margin: -55px -15px -25px 280px;*/
	margin-top: 150px;
    background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg);background-size: contain;
    border: 3px solid #2e364d;
}
.home-6 .square-6b {
         padding: 25px;
    height: 200px;
    width: 200px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #fff;
   /* margin: -55px -6px -25px 10px;*/
    background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg);
    border: 3px solid #2e364d;
		background-size: contain;
}
.home-6 .square-6c {
       padding: 25px;
    height: 350px;
    width: 350px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
  /*  margin: -55px -15px -25px 280px;*/
     background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    border: 3px solid #fff;
}
.home-6 .square-6d {
     padding: 25px;
    height: 350px;
    width: 350px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #fff;
   /* margin: -55px -6px -25px 10px;*/
   background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg);
    border: 3px solid #2e364d;
		background-size: contain;
}
.home-contact {
	box-shadow: 1px 1px 10px 3px #000;
}

.home-contact h3 {
	font-size: 2rem; font-family: 'font4'; font-weight: 600; text-align: center; color: rgb(255,255,255); text-shadow: 1px 1px 1px #2e364d;
}
.home-contact span {
	font-size: 2.5rem; font-family: 'font5'; color: #2e364d; text-shadow: 1px 1px 1px #fff;
}
.home-contact .parallax2 .pad {
    padding: 25px;
    position: relative;
    background: linear-gradient(90deg, rgba(255,255,255,0.7483368347338936) 50%, rgba(46,54,77,0.7483368347338936) 50%);
    margin-top: -15px;
    width: 100%;
    box-shadow: 1px 1px 10px 3px #000;
}
.home-contact .parallax2 .pad i {
	font-size: 45px;
    color: #fff;
    text-shadow: 5px 2px 1px #2e364d;
    margin-top: 25px;
}
.home-contact .parallax2 .pad h4 {
	color: rgb(255, 255, 255);
    text-shadow: 0px 0px 5px #000;
    font-size: 24px;
    font-family: 'font5';
    font-weight: 500;
    font-style: italic;
    margin-left: 15px;
}
.home-contact .pad h4 span {
    color: #2e364d;
    text-shadow: none;
    padding-right: 20px;
    font-size: 23px;
}
.about-us {
    padding: 150px 0px 150px 150px; background: #f5f5f5;
		}
.diamond-a {
		padding: 25px;
 height: 400px;
 width: 400px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
		background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/about-image-002.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
 margin-left: 135px;
 }
 .diamond-a-1 {
		padding: 25px;
 height: 400px;
 width: 400px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
		background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/emergency-snow-removal-1.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
 margin-left: 135px;
 }
 .diamond-aa {
		padding: 25px;
 height: 400px;
 width: 400px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/snow-plows-2.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
		 
 }
.diamond-b {
		padding: 25px;
 height: 400px;
 width: 400px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/about-image-001.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
 }
 .diamond-b-1 {
		padding: 25px;
 height: 400px;
 width: 400px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/irrigation-11.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
 }
	 .diamond-bb {
		padding: 25px;
 height: 400px;
 width: 400px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/irrigating-2.jpg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
		 margin-left: 105px;
 }
.diamond-c {
		padding: 25px;
 height: 400px;
 width: 400px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/about-image-003.jpeg);
 border: 3px solid #fff;
 background-size: cover;
 }
 .diamond-c-1 {
		padding: 25px;
 height: 400px;
 width: 400px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/ts-01.jpg);
 border: 3px solid #fff;
 background-size: cover;
 }
 .diamond-cc {
		padding: 25px;
 height: 400px;
 width: 400px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/ts-03.jpg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
		 margin-left: 105px;
 }
	 .diamond-d {
		padding: 25px;
 height: 400px;
 width: 400px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/landscaping-03.gif);
 border: 3px solid #fff;
 background-size: cover;
 }
 .diamond-d-1 {
		padding: 25px;
 height: 400px;
 width: 400px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/about-image-002.jpeg);
 border: 3px solid #fff;
 background-size: cover;
 }
 .diamond-dd {
		padding: 25px;
 height: 400px;
 width: 400px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/about-image-003.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
		 margin-left: 105px;
 }
	 .diamond-e {
		padding: 25px;
 height: 400px;
 width: 400px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/landscaping-03.gif);
 border: 3px solid #fff;
 background-size: cover;
 }
 .diamond-e-1 {
		padding: 25px;
 height: 400px;
 width: 400px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/li-01.jpg);
 border: 3px solid #fff;
 background-size: cover;
 }
 .diamond-ee {
		padding: 25px;
 height: 400px;
 width: 400px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/li-02.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
		 margin-left: 105px;
 }
 .about-us p {
	 transform: rotate(315deg);
 }
.about-us-1 {
    padding: 150px 50px 150px 50px; background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
}
.about-us-2 {
background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    background-size: auto;
    padding: 150px 50px 150px 50px;
    box-shadow: 1px 1px 10px 3px #2e364d;
}
.about-us-3 {
background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg);
    background-size: auto;
    padding: 150px 50px 150px 50px;
    box-shadow: 1px 1px 10px 3px #2e364d;
}
.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 0px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
	transform: rotate(315deg); font-size: 35px; font-family: 'font5';
	  padding-right: 130px;
    margin-right: 130px;
		color: #2e364d;
    margin-left: -130px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px;
}
.diamond-sub-1 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plower-1.gif);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #cedceb;
}
.diamond-sub-2 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/ts-11.jpg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #8C99BC;
}
.diamond-sub-3 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/irrigation-11.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #5D6D95;
}
.diamond-sub-4 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/li-1.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #475374;
}
.diamond-sub-5 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/lm-1.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #2e364d;
}
.service-1 h3 {
	transform: rotate(315deg); color: #fff; font-size: 25px; font-family: 'font5'; text-align: center; padding-top: 50px;
    padding-right: 75px;
}
.service-split {

}
.lefty {
	    background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg); padding: 50px;
}
.lefty h3 {
	font-family: 'font5'; font-size: 25px;
}
.lefty img {
	box-shadow: 1px 1px 10px 3px #000;
}
.middy {
	background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
}
.righty {
background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg); padding: 50px; color: #fff;
}
.righty h3 {
	font-family: 'font5'; font-size: 25px;
}
.righty img {
	box-shadow: 1px 1px 10px 3px #000;
}
.righty hr {
	background: #fff;
}
.service-2 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-2   h1 {
	font-family: 'font4'; font-size: 2.5rem; text-align: center;
}
.service-2 li p span{
	
	text-decoration: underline;
	font-weight: 900; 
}
.snow-plowing {
        margin: 250px 0px 250px 0px; background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat; color: #fff;
}
.snow-plowing  h1 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.snow-plowing  h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.snow-plowing  h3 {
	font-family: 'font4'; font-size: 23px; text-align: center;
}
.snow-plowing  p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px;
}
.irrigation {
background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg); color: #fff;
    background-size: auto;
       margin: 300px 0px 300px 0px;
    box-shadow: 1px 1px 10px 3px #2e364d;
}
.irrigation h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.irrigation p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px;
}
.tree-spraying {
background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg);
    background-size: auto;
        margin: 300px 0px 300px 0px;
    box-shadow: 1px 1px 10px 3px #2e364d;
}
.tree-spraying  h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.tree-spraying  p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px;
}
.landscape-maintenance {
        margin: 250px 0px 250px 0px; background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
				color: white;
				box-shadow: 1px 1px 10px 3px #2e364d;
}
.landscape-maintenance h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.landscape-maintenance p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px;
}
.landscape-installations {
  background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg); color: #fff;
    background-size: auto;
        margin: 250px 0px 250px 0px;
    box-shadow: 1px 1px 10px 3px #2e364d;
}
.landscape-installations h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.landscape-installations p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px;
}
.landscaping-installs-1 {
	 background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg); padding: 50px; box-shadow: 1px 1px 10px 3px #000;
}
.landscaping-installs-1 h1 {
	font-family: 'font5'; font-size: 35px; text-align: center; color: #2E364D;
}
.landscaping-installs-1 h1 i  {
	font-size: 55px;
}
.landscaping-installs-1 h3 {
	font-family: 'font5'; font-size: 30px;
}
.landscaping-installs-1 h3 i {
	font-size: 45px;
}
.landscaping-installs-1 h4 {
	font-family: 'font4'; font-size: 18px; letter-spacing: 2px; line-height: 40px; color: #2E364D;
}
.landscaping-installs-1 h6 {
	font-size: 15px; font-family: 'font2';
}
.landscaping-installs-1 p  {
	line-height: 35px; font-size: 17px; font-family: 'font2'; text-align: center;
}
.landscaping-installs-1 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.landscaping-installs-2 {
	box-shadow: 1px 1px 10px 3px #000;
}
.landscape-square-1 {
	    background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}
.snow-plow-diamond-1 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plows-2.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95;
}
.landscape-diamond-11 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-residential.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95;
}
.landscape-square-2 {
    background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}
.snow-plow-diamond-2 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plows-1.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d;
}
.landscape-diamond-22 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-commercial.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d;
}
.landscape-square-3 {
	    background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg);
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
}
.snow-plow-diamond-3 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/emergency-snow-removal-1.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #f5f5f5;
}
.landscape-diamond-33 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-hoa.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #f5f5f5;
}
.landscape-square-4 {
    background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}
.snow-plow-diamond-4 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plowers-2.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95;
}
.landscape-diamond-4 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/irrigation-11.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d;
}
.landscape-diamond-44 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-custom.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d;
}
.contact-us-1 {
	 background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg); padding: 150px 100px 150px 100px; box-shadow: 1px 1px 10px 3px #000;
}
.contact-us-1 h1 {
	font-family: 'font5'; font-size: 40px; color: #2e364d;
}
.contact-us-1 p {
	font-size: 17px; line-height: 35px; font-family: 'font2';
}
.contact-us-1 strong {
	font-family: 'font8'; color: #2e364d; font-size: 22px;
}
.contact-us-1 h4 i  {
	font-size: 20px; color: #2e364d; padding-right: 10px; line-height: 40px;
}
.contact-us-1 h4 {
	/*transform: rotate(315deg);*/ font-size: 17px;text-align: left; 
}
.contact-us-1 h5 {
	font-size: 17px; color: #2e364d; text-align: center; font-family: 'font4'; font-weight: 600; letter-spacing: 2px;
}
.contact-us-1 h5 i {
	font-size: 40px !important; color: #2e364d; 
}
.contact-us-1 .square-6c {
       padding: 25px;
    height: 500px;
    width: 500px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
  /*  margin: -55px -15px -25px 280px;*/
     background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    border: 3px solid #fff;
}
.parallax8 {
  background-image: linear-gradient(rgb(255,255,255,0.8), rgb(255,255,255,0.8)), url("/img/aerial-landscape-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
/*	width: 1000px; height: 1000px;*/
	/*transform: rotate(45deg) !important;*/
	padding: 150px 100px 150px 100px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}













.location-intro {
    padding: 100px 20px;
    /* background: linear-gradient(0deg, #000000e0 25%, #000000e0 90%), url(/img/services/ms-1.jpg); */
    background: linear-gradient(0deg, #000000e0 25%, #000000e0 90%), url(/img/decorative-rock-bark/bark/dec-rock-bark-001.jpg);
    background-position: center center;
    background-attachment: fixed;
    color: #fff;
    background-size: cover;
}
.location-intro h1 {
    font-family: 'font5';
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
}
.location-intro p {
    color:white;;
    font-weight: 600;
    text-align: left;
    font-family: 'font2';
    font-size: 16px;
}

.location-intro .loc-grid{
	
	display:grid;
	grid-template-columns: 1.5fr 1fr;
	gap:25px; 
}
.location-intro .loc-grid {
	
	display:grid;
	grid-template-columns: 1.5fr 1fr;
	gap:25px; 
}
.location-intro .loc-service-grid{
	
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	
	gap:20px; 
	
}
.loc-service {
  display: inline-flex;;  
					font-size:1.2rem;
  border-radius: 7px;
  padding: 10px;
	        font-family: 'font5';
  background: white;
  color: rgb(92,106,147);
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
	justify-content: center;
	align-items: center;
	
}

.loc-service:hover {
  background: rgb(140 154 193);
  color: white;
  transform: translateY(-2px);
}

.location-intro iframe {
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 10px 3px #000;
		border-radius: 7px; 
}

.location-bg-01{
    background: linear-gradient(0deg, #00000061 25%, #0000007d 90%), url(/img/services/am-area-01.webp);
    background-size: cover;
}

.location-bg-02{
    background: linear-gradient(0deg, #0000007d 25%, #0000007d 90%), url(/img/services/am-area-02.webp);
    background-size: cover;
}

.location-bg-03{
    background: linear-gradient(0deg, #0000007d 25%, #0000007d 90%), url(/img/services/am-area-03.webp);
    background-size: cover;
}
.location-bg-04{
    background: linear-gradient(0deg, #0000007d 25%, #0000007d 90%), url(/img/services/am-area-04.webp);
    background-size: cover;
}



@media (max-width: 991px){
	.location-intro {
 
    text-align: center;
}
.location-intro p {
    text-align: center;
}
.location-intro h1 {
    font-family: 'font5';
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}
	.location-intro iframe {
		height: 350px; 
}
	
.location-intro .loc-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}	
.location-intro .loc-service-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}


}






.service-areas-section-1{
	padding: 125px 0 0 0; 
	
}
.service-areas-section-1 h1{
    font-family: 'font5';
    font-size: 3rem;
    color: #2e364d;
	
}
.service-areas-section-1 h2{
    font-family: 'font5';
    font-size: 40px;
    color: #2e364d;
	
}
.service-areas-section-1 p{
	
    color: rgb(60,60,60);
    font-weight: 600;
    text-align: left;
    font-family: 'font2';
    font-size: 16px;
}
.service-areas-section-1 iframe{
	width: 100%;
	height: 100%;
	box-shadow: 1px 1px 10px 3px #000;
	
}

.service-areas-section-1 a{
    font-family: 'font5';
		padding: 11px; 
    font-size: 20px;
    background-color: #2e364d ;
		color: white  ;
		box-shadow: 1px 1px 1px 3px black; 
}


.service-areas-section-1 .location-service{
	
	
	padding: 15px;
	border-radius: 10px;
	background: rgb(92,106,147);
	display:grid;
	grid-template-columns: 2fr 1fr;
	
	
}


.service-areas-section-1 .location-service a.schedule-cta{
	background: white;
	font-family: 'font5';
	font-size: 1.3rem;
	color:rgb(92,106,147);
	    box-shadow: 0px 0px 0px black;
	border-radius: 7px;
		text-align:center;

	transition:0.3s; 
}
.service-areas-section-1 .location-service a.schedule-cta:hover{
	background: black;
	color:white;
	transform: scale(1.04);
}

.service-areas-section-1 .location-service *{
	
	
	color:white;	
	
}



@media (max-width:991px){
	
	
.service-areas-section-1 .location-service {
    padding: 15px;
    border-radius: 10px;
    background: rgb(92,106,147);
    display: grid;
    grid-template-columns: 1fr;
}
	
}

/*SERVICE PAGE*/
.service-page {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/section-1/003.jpeg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 100px 35px 100px 35px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}

.service-2 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-page .snow-plowing {
        margin: 60px 0px 60px 0px; background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat; color: #fff;
}
.service-page .snow-plowing  h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.service-page .snow-plowing  p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px;
}


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





/*Blog Page Start*/
.blog1 {
	padding: 125px 0 75px 0;
	background: rgb(255,255,255);
}
.blog1 h1 {
	text-align: center;
	font-weight: 600;
	font-family: 'font5';
	padding-bottom: 25px;
	color: #2E364D;
	font-size: 45px;
}
.blog1 h3 {
	font-family: 'font5';
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	text-align: center;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.blog1 h4 {
	font-weight: 600;
	font-family: 'font5';
	font-size: 21px;
	color: rgb(30,30,30);
}
.blog1 h5 {
	font-family: 'font5';
	color: rgb(20,20,20);
	font-size: 15px;
}
.blog1 hr {
	border: 0.15rem solid rgb(21,135,198);
  max-width: 110px;
  opacity: 1;
  color: rgb(21,135,198);
  margin: auto;
}
.blog1 img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.blog1 .img-fluid.box-image{
    width: 100%;
    height: 200px; /* Adjust the height as needed */
    object-fit: cover;
}
.blog1 .box {
	padding: 0px 0px 20px 0px;
	border-radius: 15px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px #00000029;
	height:630px;
}
.blog1 .pad {
	padding: 15px 10px 0px 10px;
}
.blog1 span {
	color: #2E364D;
}
.blog1 p {
	/*font-family: 'font';*/
	color: rgb(20,20,20);
	font-size: 1.15rem;
	font-family: 'Arial';
}
.blog1 a {
	color: rgb(226,64,0);
	font-size: 15px;
	font-family: 'font5';
	font-weight: 600;
}
.blog1 a:hover {
	color: rgb(226,64,0,0.8);
}




.blog-top {
	background: #2E364D;
	padding: 100px 0 50px 0;
}
.blog-top .box {
	padding: 110px 45px 0px 50px;
}
.blog-top h1 {
	color: white;
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 2rem;
	text-align: center;
}
.blog-top h5 {
	color: rgb(255,255,255);
	font-family: 'font';
	text-align: left;
	font-size: 20px;
}
.blog-top p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.blog-top a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.blog-top a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.blog-top iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}

.blog-top1 {
	background: rgb(21,135,198);
	padding: 60px 0 50px 0;
}
.blog-top1 .box {
	padding: 110px 45px 0px 50px;
}
.blog-top1 h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 35px;
	text-align: left;
}
.blog-top1 h5 {
	color: rgb(255,255,255);
	font-family: 'font';
	text-align: left;
	font-size: 20px;
}
.blog-top1 p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.blog-top1 a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	text-shadow: 1px 1px 1px #000;
/*	box-shadow: 1px 1px 2px 1px #000;*/
	background: rgb(68,68,68);
	border-radius: 5px;
}
.blog-top1 a:hover {
	color: rgb(255,255,255);
	
	background: rgb(226,64,0);
}
/*.blog-top1 span strong {
	 transform: rotate(90deg);
	 position: fixed;
}*/
.blog-top1 iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}


.blog-template {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.blog-template i {
	color: rgb(7, 155, 196);
}
.blog-template a {
	font-family: 'font5';
	color: rgb(7, 155, 196);
}
.blog-template h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font5';
	font-size: 35px;
}
.blog-template h2 {
	font-family: 'font5';
	color: rgb(20,20,20);
	font-size: 33px;
	text-shadow: 0 0 black;
	font-weight:300;
	text-align:left;
}
.blog-template h3 {
	font-family: 'font5';
	font-weight: 600;
	color: black;
	font-size: 25px;
}
.blog-template h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 400;
	font-family: 'font';
	font-size: 23px;
}
.blog-template h5 {
	font-family: 'font5';
	font-weight: 600;
	color: rgb(20,20,20);
	font-size: 25px;
}
.blog-template h6 {
	font-family: 'font5';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 23px;
}
.blog-template p {
	color: rgb(20,20,20);
	font-size: 1.1rem;
	/*font-family: 'font2';*/
	font-family: 'Arial';
	font-weight: 500;
}
.blog-template li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font5';
}
.blog-template span{

	font-weight: 900;
	text-shadow: 0 0 black;
	/*text-decoration: underline;*/
}
.blog-template span.transformer {

	font-weight: 900;
	text-shadow: 0 0 black;
	text-decoration: underline;
}
.blog-template li p span{
	color: black;
	font-size: 19px;
	font-family: 'font5';
	text-decoration:underline;
	font-weight:300;
}
.blog-template a.contact-today {
	padding: 10px; background: rgb(226,64,0); border: 1px solid rgb(12,12,12); border-radius: 10px;
	font-size: 24px; font-family: font2; font-weight: 600; text-align: center; text-shadow: 2px 2px 1px rgb(0,0,0); text-transform: uppercase; color: rgb(255,255,255);
}
.blog-template a.services {
	padding: 10px; background: rgb(21,135,198); border: 1px solid rgb(12,12,12); border-radius: 10px;
	font-size: 18px; font-family: font2; font-weight: 600; text-align: center; text-shadow: 2px 2px 1px rgb(0,0,0); text-transform: uppercase; color: rgb(255,255,255);
}
.blog-template .numbered{
	list-style-type: decmial; 
}

.blog-template1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.blog-template1 i {
	color: rgb(7, 155, 196);
}
.blog-template1 a {
	font-family: 'font';
	color: rgb(7, 155, 196);
}
.blog-template1 h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template1 h2 {
	font-family: 'font';
	font-weight: 600;
	color: rgb(20,20,20);
	font-size: 33px;
}
.blog-template1 h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 29px;
}
.blog-template1 h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template1 h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
	padding: 7px;
}
.blog-template1 h6 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 21px;
}
.blog-template11 p {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.blog-template li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.blog-template .img-fluid.box-image{
	
	border-radius: 20px; 
	box-shadow: 1px 1px 10px 3px rgb(12,12,12);
}


.page-scroll-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  width: 0%;
  background-color: rgb(5 73 23);
  z-index: 9999;
}


/*Blog Page End*/






/*SERVICE PAGE END*/

.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 {
	padding-top: 100px; 
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
/******************************************** 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: #2E364D;
}
.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: 136px 0 0; position: fixed;	background: #2E364D; width: 100%;	z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;  border-bottom: 2px solid #fff;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background:#fdfdfd;	position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em;	position: absolute;	top: 6px;	right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700;	text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 15px; padding: 6px 0px; font-weight: 900; font-size: 15px; color: rgb(255,255,255); font-family: 'font2';
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: 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: rgb(255,255,255);	color: #2E364D; font-size: 18px;	font-weight: 400; border-top: 2px solid #2E364D;
}
.footer-section h2 {
	color: #2E364D; font-size: 30px; font-family: 'font5'; text-transform: uppercase;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold; text-align: center;
}
.footer-section p {
	color: #2E364D; font-size: 15px;	font-family: 'font2';
}
.footer-section a {
	color: #2E364D; font-size: 16px;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	margin-bottom:1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	font-size: 20px; line-height: 40px; color: #2E364D; font-family: 'font5';
}
.service-cities h5:hover {
	background: #2E364D; color: #fff; text-indent: 15px; transition: 1.0s;
}
.service-cities h4 {
	font-size: 25px; font-family: 'font4'; font-weight: 600; text-decoration: underline; color: #2E364D; letter-spacing: 2px;
}
.service-cities h3 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; color: #2E364D;
}
.bottom-footer {
	background: #2E364D; padding-top: 15px; color: #fff;
}
.bottom-footer p  {
	color: #fff;
}
.bottom-footer a  {
	color: #fff;
}
.bottom-footer .vms-link-wrapper {
	position:relative; top:-10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display:flex;	flex-direction: column;	justify-content:center;	align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:flex-end;	font-size:14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;	justify-content:center;	align-items:center;	border: 1px solid #fff;	border-radius:100px; height:28px;	width:28px;	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration:none !important;	color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0; background: #2E364D; 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 : 1540px) and (min-width:1025px){
	/*** Don't place anything here, unless absolutely necessary ***/
.home-3 .square-3 {
    padding: 25px;
    height: 475px;
    width: 475px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
    margin: -55px -15px -25px 80px;
    background: #2e364d9e;
    border: 3px solid #fff;
}
	
	
.home-5 .square-5 {
    padding: 25px;
    height: 475px;
    width: 475px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
    margin: -55px -15px -25px 80px;
    background: #2e364d9e;
    border: 3px solid #fff;
}
	
	
	
}
/* === Tablet CSS Section ================= */
@media screen and (max-width: 1024px) {
	

.davids-logo img{
	width: 200px;
}

body,html{
	overflow-x: hidden; 
}

.video {
	overflow: hidden; position: relative; z-index: 1; display: block;
}
.video .pad {
	display: none;
	    padding: 25px;
    position: absolute;
   background: linear-gradient(90deg, rgba(255,255,255,0.7483368347338936) 50%, rgba(46,54,77,0.7483368347338936) 50%);
    margin-top: 225px;
    margin-left: 175px; 
		width: 33%; box-shadow: 1px 1px 10px 3px #000;
}

.navbar-sidebar {
	padding-top: 240px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 3;	overflow: auto;
}

.home1 {
	padding: 30px; background: rgb(245,245,245);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font5';	font-size: 45px; text-align: left; font-weight: 500; color: #2e364d; text-transform: uppercase;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150); line-height: 35px;
}
.home1 span {
	color: rgb(83,82,82); font-family: 'font5'; font-size: 25px; font-weight: 500; text-transform: none;
}
.home1 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home-page-section-2 .banner {
	background: red;
}
.home-page-section-2 .square1 {
    display: block !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 15px 15px 15px 15px !important;
    width: 235px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
    margin-left: 305px;
}
.home-page-section-2 .square1a {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 115px;
}
.home-page-section-2 .square1b {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 115px;
}
.home-page-section-2 .square1c {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 115px;
}
.parallax1 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/landscape-3-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax2 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/landscaping-install-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 100px 10px 100px 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax2 .company-vision {
	    background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    padding: 25px 20px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}
.parallax2 .company-vision h2{
    font-size: 2.7rem;
    font-family: 'font5';
    color: white;
    text-shadow: 1px 1px 1px #fff;
		text-decoration:underline;
		text-align:center;
}
.parallax2 .company-vision span{
    font-size: 2rem;
    font-family: 'font5';
    color: white;
    text-shadow: 1px 1px 1px #fff;
		text-decoration:underline;
}
.parallax2 .company-vision p{
	font-size: 1rem; font-family: 'font2'; font-weight: 600; 	color: white; line-height: 35px;
	text-align:center;

}
.parallax3 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/ls-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax4 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/ls-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 250px 50px 250px 50px;
  background-repeat: no-repeat;
  background-size: cover;box-shadow: 1px 1px 10px 3px #000;
}
.parallax5 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/crew-1.jpeg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 50px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}
.parallax6 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/landscape-installs-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 50px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}
.parallax7 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/snow-removal-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 50px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}

.home-page-section-2 .square2 {
padding: 25px;
    height: 450px;
    /* box-shadow: 1px 1px 10px 1px #2e364d; */
    width: 450px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 1px #2e364d;
    margin: -25px 0px -25px 200px;
    background: linear-gradient(315deg, rgba(46, 54, 77, 1) 5%, rgba(46, 54, 77, 1) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 90%, rgba(46, 54, 77, 1) 90%, rgba(46, 54, 77, 1) 100%);
}
.home-page-section-2 .square22 {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .square2a {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .square2b {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .square2c {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 h4 {
	font-size: 25px;
  color: rgb(255,255,255);
  font-family: 'font2';
	text-align: center;
  font-weight: 600;
}
.home-page-section-2 p {
	color: rgb(60,60,60);
  font-weight: 600;
	text-align: center;
	transform: rotate(315deg);
	font-family: 'font2';
  font-size: 16px;
	margin: 75px 0px 0px 0px;
	line-height: 23px;
}
.home-page-section-2 .square2a  p {
	margin-top: 65px; 
}


/*NEW BLOCK FOR ABOUT PAGE*/
.about-page-section-1 .banner {
	background: red;
}
.about-page-section-1 .square1 {
    display: block !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 115px 15px 15px 15px !important;
    width: 235px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
    margin-left: 30px;
}
.about-page-section-1 .square1a {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 55px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 315px;
}
.about-page-section-1 .square1b {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 55px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 315px;
		margin-top: 7px;
}

.about-page-section-1 .square1c {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 55px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 315px;
margin-bottom: 0px;
}


.about-page-section-1 .square2 {
padding: 25px;
    height: 450px;
    /* box-shadow: 1px 1px 10px 1px #2e364d; */
    width: 450px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 1px #2e364d;
    margin: -25px 0px -25px -75px;
    background: linear-gradient(315deg, rgba(46, 54, 77, 1) 5%, rgba(46, 54, 77, 1) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 90%, rgba(46, 54, 77, 1) 90%, rgba(46, 54, 77, 1) 100%);
}
.about-page-section-1 .square22 {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .square2a {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -26px 0px -25px 235px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .square2b {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 235px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .square2c {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -26px 0px -25px 235px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .container {
	padding: 75px 0 75px 0;
}
.about-page-section-1 h4 {
font-size: 25px;
    color: rgb(255, 255, 255);
    font-family: 'font2';
    text-align: center;
    font-weight: 600;
    margin-top: -40px;
    position: relative;
}
.about-page-section-1 p {
	color: rgb(60,60,60);
  font-weight: 600;
	text-align: center;
	transform: rotate(315deg);
	font-family: 'font2';
  font-size: 16px;
	margin: 75px 0px 0px 0px;
	line-height: 23px;
}
.about-page-section-1 .square2a  p {
	margin-top: 65px; 
}
/*End of NEW BLOCK*/







.about-us-1 h2 {
	font-size: 45px; font-family: 'font5'; text-align: center; color: #fff;
}
.about-us-1 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; text-align: center; color: #fff;
}
.home-page-section-2  .square2b  p {
	margin-top: 65px;
}
.about-us-2 h2 {
	font-size: 45px; font-family: 'font5'; text-align: center; color: #fff;
}
.about-us-2 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; text-align: center; color: #fff;
}
.home-page-section-2 .square2c p {
	margin-top: 95px;  
}
.about-us-3 h2 {
	font-size: 45px; font-family: 'font5'; text-align: center; color: #2E364D;
}
.about-us-3 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; text-align: center;
}
.home-page-section-2 span {
	font-size: 20px;
	font-family: 'font';
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-page-section-2 strong {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-3 {
    padding: 100px 35px 100px 35px;
    box-shadow: 1px 1px 10px 3px #2e364d;
    background-image: linear-gradient(rgb(255 255 255 / 15%), rgb(255 255 255 / 15%)), url(/img/nb-3-new.jpg);
    background-size: auto;

}
.home-3 .container-fluid {
	background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg); background-size: auto; padding: 50px 50px 50px 50px; box-shadow: 1px 1px 10px 3px #2e364d;
}
.home-3 h2 {
	font-size: 45px; color: #fff; text-shadow: 1px 1px 1px #2e364d; font-family: 'font5';
}
.home-3 p {
	font-family: 'font2'; font-size: 17px; line-height: 35px; color: #f5f5f5;
}
.home-3 img {
	box-shadow: 1px 1px 10px 3px #000;  max-width: 85%;
}
.home-3 .square-3 {
         padding: 25px;
    height: 475px;
    width: 475px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
    margin:95px -15px -25px -75px;
    background: #2e364d9e;
    border: 3px solid #fff;
}
.home-3 .square-3 p {
	transform: rotate(315deg); color: #f5f5f5; font-family: 'font2'; font-size: 17px; line-height: 28px; text-align: center; margin-top: 60px;
}
.home-4 {
    padding: 100px 35px 100px 35px;
    box-shadow: 1px 1px 10px 3px #2e364d;
    background-image: linear-gradient(rgb(255 255 255 / 15%), rgb(255 255 255 / 15%)), url(/img/nb-3-new.jpg);
    background-size: auto;
}
.home-4 .container-fluid {
	 background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);background-size: auto; padding: 50px 50px 50px 50px; box-shadow: 1px 1px 10px 3px #2e364d;
}
.home-4 h2 {
	font-size: 45px; color: #fff; text-shadow: 1px 1px 1px #2e364d; font-family: 'font5'; text-align: right;
}
.home-4 p {
	font-family: 'font2'; font-size: 17px; line-height: 35px; color: #f5f5f5;
}
.home-4 img {
	box-shadow: 1px 1px 10px 3px #000;  max-width: 85%; margin-top:0px;
}
.home-4 .square-4 {
         padding: 25px;
    height: 475px;
    width: 475px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
    margin:110px -14px -23px 25px;
    background: #2e364d9e;
    border: 3px solid #fff;
}
.home-4 .square-4 p {
	transform: rotate(315deg); color: #f5f5f5; font-family: 'font2'; font-size: 16px; line-height: 30px; text-align: center; margin-top: 91px;
}


.home-5 {
    padding: 100px 35px 100px 35px;
    box-shadow: 1px 1px 10px 3px #2e364d;
    background-image: linear-gradient(rgb(255 255 255 / 15%), rgb(255 255 255 / 15%)), url(/img/nb-3-new.jpg);
    background-size: auto;
}
.home-5 .container-fluid {
	background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg); background-size: auto; padding: 50px 50px 50px 50px; box-shadow: 1px 1px 10px 3px #2e364d;
}
.home-5 h2 {
	font-size: 45px; color: #fff; text-shadow: 1px 1px 1px #2e364d; font-family: 'font5';
}
.home-5 p {
	font-family: 'font2'; font-size: 17px; line-height: 35px; color: #f5f5f5;
}
.home-5 img {
	box-shadow: 1px 1px 10px 3px #000;  max-width: 85%;
}
.home-5 .square-5 {
         padding: 25px;
    height: 475px;
    width: 475px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
    margin:95px -15px -25px -75px;
    background: #2e364d9e;
    border: 3px solid #fff;
}
.home-5 .square-5 p {
	transform: rotate(315deg); color: #f5f5f5; font-family: 'font2'; font-size: 17px; line-height: 30px; text-align: center; margin-top: 91px;
}






.diamond-a {
		padding: 25px;
 height: 300px;
 width: 300px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
		background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/about-image-002.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
     margin: 55px 0px 0px 55px;
}
 
 .diamond-a-1 {
		padding: 25px;
 height: 180px;
 width: 180px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
		background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/emergency-snow-removal-1.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
margin: 60px 0px 0px 50px;

 }
 .diamond-aa {
		padding: 25px;
 height: 180px;
 width: 180px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
margin: 60px 0px 0px 50px;
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/snow-plows-2.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
		 
 }
.diamond-b {
padding: 25px;
    height: 300px;
    width: 300px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #fff;
    /* margin: -55px -6px -25px 10px; */
    background-image: linear-gradient(rgb(255 255 255 / 15%), rgb(255 255 255 / 15%)), url(/img/about-image-001.jpeg);
    background-repeat: no-repeat;
    border: 3px solid #fff;
    background-size: cover;
    margin: 0px 0px 55px 55px;
 }
 .diamond-b-1 {
		padding: 25px;
 height: 180px;
 width: 180px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/irrigation-11.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
 margin: 60px 0px 0px 50px;
 }
	 .diamond-bb {
		padding: 25px;
 height: 180px;
 width: 180px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/irrigating-2.jpg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
margin: 60px 0px 0px 50px;
 }
.diamond-c {
		padding: 25px;
    height: 300px;
    width: 300px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/about-image-003.jpeg);
 border: 3px solid #fff;
 background-size: cover;
    margin: 0px 0px 55px 55px;
 }
 .diamond-c-1 {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/ts-01.jpg);
 border: 3px solid #fff;
 background-size: cover;
     margin: 60px 0px 55px 55px;
 }
 .diamond-cc {
		padding: 25px;
 height: 180px;
 width: 180px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/ts-03.jpg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
     margin: 40px 0px 55px 55px;
 }
	 .diamond-d {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/landscaping-03.gif);
 border: 3px solid #fff;
 background-size: cover;
      margin: 0px 0px 55px 55px;
 }
 .diamond-d-1 {
		padding: 25px;
 height: 180px;
 width: 180px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/about-image-002.jpeg);
 border: 3px solid #fff;
 background-size: cover;
      margin: 50px 0px 55px 55px;
 }
 .diamond-dd {
		padding: 25px;
 height: 180px;
 width: 180px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/about-image-003.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
      margin: 40px 0px 55px 55px;
 }
	 .diamond-e {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/landscaping-03.gif);
 border: 3px solid #fff;
 background-size: cover;
      margin: 0px 0px 55px 55px;
 }
 .diamond-e-1 {
		padding: 25px;
 height: 180px;
 width: 180px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/li-01.jpg);
 border: 3px solid #fff;
 background-size: cover;
      margin: 50px 0px 55px 55px;
 }
 .diamond-ee {
		padding: 25px;
 height: 180px;
 width: 180px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/li-02.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
      margin: 50px 0px 55px 55px;
 }


.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 0px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
	transform: rotate(315deg); font-size: 35px; font-family: 'font5';
	  padding-right: 130px;
    margin-right: 130px;
		color: #2e364d;
    margin-left: -130px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px;
}.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: 80px 0px 0px 175px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
	transform: rotate(315deg); font-size: 35px; font-family: 'font5';
	  padding-right: 130px;
    margin-right: 130px;
		color: #2e364d;
    margin-left: -130px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px;
}.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 0px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
	transform: rotate(315deg); font-size: 35px; font-family: 'font5';
	  padding-right: 130px;
    margin-right: 130px;
		color: #2e364d;
    margin-left: -130px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px;
}.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 0px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
	transform: rotate(315deg); font-size: 35px; font-family: 'font5';
	  padding-right: 130px;
    margin-right: 130px;
		color: #2e364d;
    margin-left: -130px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px;
}.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
		margin-left: -20px;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px -25px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
    transform: rotate(315deg);
    font-size: 30px;
    font-family: 'font5';
    padding-right: 130px;
    margin-right: 130px;
    color: #2e364d;
    margin-left: -98px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px; margin: 0; text-align: center; margin: 0px 100px 0px 125px;
}


.diamond-sub-1 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plower-1.gif);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #cedceb;
	margin-top:150px;
}
.diamond-sub-2 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/ts-11.jpg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #8C99BC;
	margin-top:100px;
}
.diamond-sub-3 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/irrigation-11.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #5D6D95;
	margin-top:100px;

}
.diamond-sub-4 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/li-1.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #475374;
	margin-top:100px;

}
.diamond-sub-5 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/lm-1.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #2e364d;
	margin-top:100px;

}





.snow-plowing {
        margin: 300px 0px 300px 0px; background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat; color: #fff;
				    padding: 0px 0px 85px 0px;
}
.snow-plowing  h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.snow-plowing  p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 15px; margin: 0px 20px 0px 20px;
}
.irrigation {
background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg); color: #fff;
    background-size: auto;
       margin: 300px 0px 300px 0px;
    box-shadow: 1px 1px 10px 3px #2e364d;
		    padding: 0px 0px 85px 0px;
}
.irrigation h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.irrigation p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 15px; margin: 0px 20px 0px 20px;
}
.tree-spraying {
background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg);
    background-size: auto;
        margin: 300px 0px 300px 0px;
    box-shadow: 1px 1px 10px 3px #2e364d;
}
.tree-spraying  h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.tree-spraying  p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 15px; margin: 0px 20px 0px 20px;
}
.landscape-maintenance {
        margin: 300px 0px 300px 0px; background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat; color: #fff;
}
.landscape-maintenance h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.landscape-maintenance p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 15px; margin: 0px 20px 0px 20px;
}
.landscape-installations {
  background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg); color: #fff;
    background-size: auto;
        margin: 300px 0px 300px 0px;
    box-shadow: 1px 1px 10px 3px #2e364d;
}
.landscape-installations h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.landscape-installations p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 15px;
}
.landscaping-installs-1 {
	 background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg); padding: 50px; box-shadow: 1px 1px 10px 3px #000;
}
.landscaping-installs-1 h1 {
	font-family: 'font5'; font-size: 35px; text-align: center; color: #2E364D;
}
.landscaping-installs-1 h1 i  {
	font-size: 55px;
}
.landscaping-installs-1 h3 {
	font-family: 'font5'; font-size: 30px;
}
.landscaping-installs-1 h3 i {
	font-size: 45px;
}
.landscaping-installs-1 h4 {
	font-family: 'font4'; font-size: 18px; letter-spacing: 2px; line-height: 40px; color: #2E364D;
}
.landscaping-installs-1 h6 {
	font-size: 15px; font-family: 'font2';
}
.landscaping-installs-1 p  {
	line-height: 35px; font-size: 17px; font-family: 'font2'; text-align: center;
}
.landscaping-installs-1 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.landscaping-installs-2 {
	box-shadow: 1px 1px 10px 3px #000;
}
.landscape-square-1 {
	    background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}


.landscape-diamond-11 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-residential.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95; margin: 75px 0px 0px 0px;
}
.landscape-square-2 {
    background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}

.snow-plow-diamond-1 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plows-2.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95;  margin: 75px 0px 0px 140px;
}
.landscape-diamond-11 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-residential.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95;     margin: 75px 0px 0px 140px;
}
.landscape-square-2 {
    background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}

.snow-plow-diamond-2 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plows-1.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d; margin: 0px 0px 40px 215px;
}
.landscape-diamond-22 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-commercial.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d; margin: 0px 0px 40px 215px;
}
.landscape-square-3 {
	    background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg);
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
}
.snow-plow-diamond-3 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/emergency-snow-removal-1.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #f5f5f5; margin: 75px 0px 0px 140px;
}
.landscape-diamond-33 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-hoa.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #f5f5f5; margin: 75px 0px 0px 140px;;
}
.landscape-square-4 {
    background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}
.snow-plow-diamond-4 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plowers-2.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95; margin: 0px 0px 40px 215px;
}
.landscape-diamond-4 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/irrigation-11.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d;
}
.landscape-diamond-44 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-custom.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d; margin: 0px 0px 40px 215px;
}






.area:nth-child(odd) {
	padding: 120px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 120px 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 {
	padding-top: 100px; 
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

.parallax8 iframe{
	width: 100%;
	height: 100%;
}


}
/* === Mobile CSS Section ================= */
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 991px) {
	.nav-link{
		font-family: font2; 
	}
.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: 1rem;;
    color: #e6e6e6 !important;
    text-align: left;
    list-style: none;
    background-color: rgb(240,240,240);
    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;
		
}
.navbar-sidebar .dropdown-menu-mobile a {
    color: black;
    font-weight: 600 !important;
    font-size: 1rem;
    font-family: 'font2';
    text-align: center;
}

.top-header div[class*='col-']:nth-child(2) a:hover {
    background: transparent;
    color: #2e364d;
}
.top-header div[class*='col-']:nth-child(2) a {
    padding: 9px 15px 9px 15px;
    background: transparent;
    font-weight: 600;
    font-family: 'font2';
    color: rgb(120,120,120);
    border: 0px double rgb(120,120,120);
    margin-left: 0px;
}
/******************************************** 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: 4; overflow:visible;
}
.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(0,0,0);
}
.service-cities a {
	font-size: 18px; line-height: 10px;	color: rgb(0,0,0);
}
.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: #2E364D; 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;
}

body,html{
	overflow-x: hidden; 
}

.video {
	overflow: hidden; position: relative; z-index: 1; display: block;
}
.video .pad {
	display: none;
	    padding: 25px;
    position: absolute;
   background: linear-gradient(90deg, rgba(255,255,255,0.7483368347338936) 50%, rgba(46,54,77,0.7483368347338936) 50%);
    margin-top: 225px;
    margin-left: 175px; 
		width: 33%; box-shadow: 1px 1px 10px 3px #000;
}

.navbar-sidebar {
	padding-top: 240px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 3;	overflow: auto;
}

.home1 {
	padding: 30px; background: rgb(245,245,245);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font5';	font-size: 45px; text-align: left; font-weight: 500; color: #2e364d; text-transform: uppercase;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150); line-height: 35px;
}
.home1 span {
	color: rgb(83,82,82); font-family: 'font5'; font-size: 25px; font-weight: 500; text-transform: none;
}
.home1 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home-page-section-2 .banner {
	background: red;
}
.home-page-section-2 .square1 {
    display: block !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 15px 15px 15px 15px !important;
    width: 235px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
    margin-left: 200px;
}
.home-page-section-2 .square1a {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 115px;
}
.home-page-section-2 .square1b {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 115px;
}
.home-page-section-2 .square1c {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 115px;
}
.parallax1 {
  background-image: linear-gradient(rgb(255, 255, 255, 0.5), rgb(0 0 0 / 50%)), url(/img/landscape-3-new.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax2 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/landscaping-install-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 100px 10px 100px 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax3 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/ls-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax4 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/ls-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 250px 50px 250px 50px;
  background-repeat: no-repeat;
  background-size: cover;box-shadow: 1px 1px 10px 3px #000;
}
.parallax5 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/crew-1.jpeg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 100px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}
.parallax6 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/landscape-installs-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 50px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}
.parallax7 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/snow-removal-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 50px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}

.home-page-section-2 .square2 {
padding: 25px;
    height: 450px;
    /* box-shadow: 1px 1px 10px 1px #2e364d; */
    width: 450px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 1px #2e364d;
    margin: -25px 0px -25px 95px;
    background: linear-gradient(315deg, rgba(46, 54, 77, 1) 5%, rgba(46, 54, 77, 1) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 90%, rgba(46, 54, 77, 1) 90%, rgba(46, 54, 77, 1) 100%);
}
.home-page-section-2 .square22 {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .square2a {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .square2b {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .square2c {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 h4 {
	font-size: 25px;
  color: rgb(255,255,255);
  font-family: 'font2';
	text-align: center;
  font-weight: 600;
}
.home-page-section-2 p {
	color: rgb(60,60,60);
  font-weight: 600;
	text-align: center;
	transform: rotate(315deg);
	font-family: 'font2';
  font-size: 16px;
	margin: 75px 0px 0px 0px;
	line-height: 23px;
}
.home-page-section-2 .square2a  p {
	margin-top: 65px; 
}


/*NEW BLOCK FOR ABOUT PAGE*/
.about-page-section-1 .banner {
	background: red;
}
.about-page-section-1 .square1 {
    display: block !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 115px 15px 15px 15px !important;
    width: 235px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
    margin-left: 30px;
}
.about-page-section-1 .square1a {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 55px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 220px;
}
.about-page-section-1 .square1b {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 55px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 220px;
		margin-top: 7px;
}

.about-page-section-1 .square1c {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 55px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 220px;
margin-bottom: 0px;
}


.about-page-section-1 .square2 {
padding: 25px;
    height: 450px;
    /* box-shadow: 1px 1px 10px 1px #2e364d; */
    width: 450px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 1px #2e364d;
    margin: -25px 0px -25px -75px;
    background: linear-gradient(315deg, rgba(46, 54, 77, 1) 5%, rgba(46, 54, 77, 1) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 90%, rgba(46, 54, 77, 1) 90%, rgba(46, 54, 77, 1) 100%);
}
.about-page-section-1 .square22 {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .square2a {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -26px 0px -25px 140px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .square2b {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 140px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .square2c {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -26px 0px -25px 140px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .container {
	padding: 75px 0 75px 0;
}
.about-page-section-1 h4 {
font-size: 25px;
    color: rgb(255, 255, 255);
    font-family: 'font2';
    text-align: center;
    font-weight: 600;
    margin-top: -40px;
    position: relative;
}
.about-page-section-1 p {
	color: rgb(60,60,60);
  font-weight: 600;
	text-align: center;
	transform: rotate(315deg);
	font-family: 'font2';
  font-size: 16px;
	margin: 75px 0px 0px 0px;
	line-height: 23px;
}
.about-page-section-1 .square2a  p {
	margin-top: 65px; 
}








.about-us-1 h2 {
	font-size: 45px; font-family: 'font5'; text-align: center; color: #fff;
}
.about-us-1 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; text-align: center; color: #fff;
}
.home-page-section-2  .square2b  p {
	margin-top: 65px;
}
.about-us-2 h2 {
	font-size: 45px; font-family: 'font5'; text-align: center; color: #fff;
}
.about-us-2 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; text-align: center; color: #fff;
}
.home-page-section-2 .square2c p {
	margin-top: 95px;  
}
.about-us-3 h2 {
	font-size: 45px; font-family: 'font5'; text-align: center; color: #2E364D;
}
.about-us-3 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; text-align: center;
}
.home-page-section-2 span {
	font-size: 20px;
	font-family: 'font';
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-page-section-2 strong {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-3 {
    padding: 100px 35px 100px 35px;
    box-shadow: 1px 1px 10px 3px #2e364d;
    background-image: linear-gradient(rgb(255 255 255 / 15%), rgb(255 255 255 / 15%)), url(/img/nb-3-new.jpg);
    background-size: auto;

}
.home-3 .container-fluid {
	background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg); background-size: auto; padding: 50px 50px 50px 50px; box-shadow: 1px 1px 10px 3px #2e364d;
}
.home-3 h2 {
	font-size: 45px; color: #fff; text-shadow: 1px 1px 1px #2e364d; font-family: 'font5';
}
.home-3 p {
	font-family: 'font2'; font-size: 17px; line-height: 35px; color: #f5f5f5;
}
.home-3 img {
	box-shadow: 1px 1px 10px 3px #000;  max-width: 85%;
}
.home-3 .square-3 {
         padding: 25px;
    height: 400px;
    width: 400px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
    margin:95px -15px -25px -110px;
    background: #2e364d9e;
    border: 3px solid #fff;
}
.home-3 .square-3 p {
	/*transform: rotate(315deg); color: #f5f5f5; font-family: 'font2'; font-size: 17px; line-height: 28px; text-align: center; margin-top: 60px;*/
    transform: rotate(315deg);
    color: #f5f5f5;
    font-family: 'font2';
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin-top: 60px;
	

}
.home-4 {
    padding: 100px 35px 100px 35px;
    box-shadow: 1px 1px 10px 3px #2e364d;
    background-image: linear-gradient(rgb(255 255 255 / 15%), rgb(255 255 255 / 15%)), url(/img/nb-3-new.jpg);
    background-size: auto;
}
.home-4 .container-fluid {
	 background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);background-size: auto; padding: 50px 50px 50px 50px; box-shadow: 1px 1px 10px 3px #2e364d;
}
.home-4 h2 {
	font-size: 45px; color: #fff; text-shadow: 1px 1px 1px #2e364d; font-family: 'font5'; text-align: right;
}
.home-4 p {
	font-family: 'font2'; font-size: 17px; line-height: 35px; color: #f5f5f5;
}
.home-4 img {
	box-shadow: 1px 1px 10px 3px #000;  max-width: 85%; margin-top:0px;
}
.home-4 .square-4 {
         padding: 25px;
    height: 400px;
    width: 400px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
    margin: 95px -15px -25px 0px;
    background: #2e364d9e;
    border: 3px solid #fff;
}
.home-4 .square-4 p {
	transform: rotate(315deg); color: #f5f5f5; font-family: 'font2';    font-size: 15px; line-height: 22px; text-align: center; margin-top: 75px;
}


.home-5 {
    padding: 100px 35px 100px 35px;
    box-shadow: 1px 1px 10px 3px #2e364d;
    background-image: linear-gradient(rgb(255 255 255 / 15%), rgb(255 255 255 / 15%)), url(/img/nb-3-new.jpg);
    background-size: auto;
}
.home-5 .container-fluid {
	background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg); background-size: auto; padding: 50px 50px 50px 50px; box-shadow: 1px 1px 10px 3px #2e364d;
}
.home-5 h2 {
	font-size: 45px; color: #fff; text-shadow: 1px 1px 1px #2e364d; font-family: 'font5';
}
.home-5 p {
	font-family: 'font2'; font-size: 17px; line-height: 35px; color: #f5f5f5;
}
.home-5 img {
	box-shadow: 1px 1px 10px 3px #000;  max-width: 85%;
}
.home-5 .square-5 {
         padding: 25px;
    height: 400px;
    width: 400px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
    margin:95px -15px -25px -110px;
    background: #2e364d9e;
    border: 3px solid #fff;
}
.home-5 .square-5 p {
	transform: rotate(315deg); color: #f5f5f5;
	font-family: 'font2';
	font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin-top: 75px;
}






.diamond-a {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
		background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/about-image-002.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
     margin: 55px 0px 0px 55px;
}
 
 .diamond-a-1 {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
		background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/emergency-snow-removal-1.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
margin: 60px 0px 0px 50px;

 }
 .diamond-aa {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
margin: 60px 0px 0px 50px;
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/snow-plows-2.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
		 
 }
.diamond-b {
padding: 25px;
    height: 200px;
    width: 200px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #fff;
    /* margin: -55px -6px -25px 10px; */
    background-image: linear-gradient(rgb(255 255 255 / 15%), rgb(255 255 255 / 15%)), url(/img/about-image-001.jpeg);
    background-repeat: no-repeat;
    border: 3px solid #fff;
    background-size: cover;
    margin: 0px 0px 55px 55px;
 }
 .diamond-b-1 {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/irrigation-11.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
 margin: 60px 0px 0px 50px;
 }
	 .diamond-bb {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/irrigating-2.jpg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
margin: 60px 0px 0px 50px;
 }
.diamond-c {
		padding: 25px;
    height: 200px;
    width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/about-image-003.jpeg);
 border: 3px solid #fff;
 background-size: cover;
    margin: 0px 0px 55px 55px;
 }
 .diamond-c-1 {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/ts-01.jpg);
 border: 3px solid #fff;
 background-size: cover;
     margin: 60px 0px 55px 55px;
 }
 .diamond-cc {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/ts-03.jpg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
     margin: 40px 0px 55px 55px;
 }
	 .diamond-d {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/landscaping-03.gif);
 border: 3px solid #fff;
 background-size: cover;
      margin: 0px 0px 55px 55px;
 }
 .diamond-d-1 {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/about-image-002.jpeg);
 border: 3px solid #fff;
 background-size: cover;
      margin: 50px 0px 55px 55px;
 }
 .diamond-dd {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/about-image-003.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
      margin: 40px 0px 55px 55px;
 }
	 .diamond-e {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/landscaping-03.gif);
 border: 3px solid #fff;
 background-size: cover;
      margin: 0px 0px 55px 55px;
 }
 .diamond-e-1 {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/li-01.jpg);
 border: 3px solid #fff;
 background-size: cover;
      margin: 50px 0px 55px 55px;
 }
 .diamond-ee {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/li-02.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
      margin: 50px 0px 55px 55px;
 }


.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 0px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
	transform: rotate(315deg); font-size: 35px; font-family: 'font5';
	  padding-right: 130px;
    margin-right: 130px;
		color: #2e364d;
    margin-left: -130px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px;
}.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: 80px 0px 0px 175px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
	transform: rotate(315deg); font-size: 35px; font-family: 'font5';
	  padding-right: 130px;
    margin-right: 130px;
		color: #2e364d;
    margin-left: -130px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px;
}.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 0px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
	transform: rotate(315deg); font-size: 35px; font-family: 'font5';
	  padding-right: 130px;
    margin-right: 130px;
		color: #2e364d;
    margin-left: -130px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px;
}.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 0px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
	transform: rotate(315deg); font-size: 35px; font-family: 'font5';
	  padding-right: 130px;
    margin-right: 130px;
		color: #2e364d;
    margin-left: -130px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px;
}.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
    display: block !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 15px 15px 15px 15px !important;
    width: 260px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
    margin-left: -30px;


}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 500px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 500px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px -25px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
transform: rotate(315deg);
    font-size: 22px;
    font-family: 'font5';
    padding-right: 130px;
    margin-right: 130px;
    color: #2e364d;
    margin-left: -58px;
    padding-top: 65px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 35px;
}
.service-1 .diamond-service-2 p {
	/*transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px; margin: 0; text-align: center; margin: 0px 100px 0px 125px;*/
    transform: rotate(315deg);
    line-height: 20px;
    font-size: 15px;
    font-family: 'font2';
    padding-top: 5px;
    margin: 0;
    text-align: center;
    margin: 30px 50px 0px 70px;
}


.diamond-sub-1 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plower-1.gif);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #cedceb;
	margin-top:150px;
}
.diamond-sub-2 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/ts-11.jpg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #8C99BC;
	margin-top:100px;
}
.diamond-sub-3 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/irrigation-11.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #5D6D95;
	margin-top:100px;

}
.diamond-sub-4 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/li-1.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #475374;
	margin-top:100px;

}
.diamond-sub-5 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/lm-1.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #2e364d;
	margin-top:100px;

}





.snow-plowing {
        margin: 50px 0px 50px 0px; background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right; color: #fff;
				background-size: cover;
				    padding: 0px 0px 85px 0px;
}
.snow-plowing  h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.snow-plowing  p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px; margin: 0px 20px 0px 20px;
}
.irrigation {
background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg); color: #fff;
    background-size: auto;
       margin: 300px 0px 300px 0px;
    box-shadow: 1px 1px 10px 3px #2e364d;
		    padding: 0px 0px 85px 0px;
}
.irrigation h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.irrigation p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px; margin: 0px 20px 0px 20px;
}
.tree-spraying {
background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg);
    background-size: auto;
        margin: 300px 0px 300px 0px;
    box-shadow: 1px 1px 10px 3px #2e364d;
}
.tree-spraying  h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.tree-spraying  p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px; margin: 0px 20px 0px 20px;
}
.landscape-maintenance {
        margin: 300px 0px 300px 0px; background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat; color: #fff;
}
.landscape-maintenance h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.landscape-maintenance p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px; margin: 0px 20px 0px 20px;
}
.landscape-installations {
  background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg); color: #fff;
    background-size: auto;
        margin: 300px 0px 300px 0px;
    box-shadow: 1px 1px 10px 3px #2e364d;
}
.landscape-installations h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.landscape-installations p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px;
}
.landscaping-installs-1 {
	 background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg); padding: 50px; box-shadow: 1px 1px 10px 3px #000;
}
.landscaping-installs-1 h1 {
	font-family: 'font5'; font-size: 35px; text-align: center; color: #2E364D;
}
.landscaping-installs-1 h1 i  {
	font-size: 55px;
}
.landscaping-installs-1 h3 {
	font-family: 'font5'; font-size: 30px;
}
.landscaping-installs-1 h3 i {
	font-size: 45px;
}
.landscaping-installs-1 h4 {
	font-family: 'font4'; font-size: 18px; letter-spacing: 2px; line-height: 40px; color: #2E364D;
}
.landscaping-installs-1 h6 {
	font-size: 15px; font-family: 'font2';
}
.landscaping-installs-1 p  {
	line-height: 35px; font-size: 17px; font-family: 'font2'; text-align: center;
}
.landscaping-installs-1 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.landscaping-installs-2 {
	box-shadow: 1px 1px 10px 3px #000;
}
.landscape-square-1 {
	    background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}


.landscape-diamond-11 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-residential.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95; margin: 75px 0px 0px 0px;
}
.landscape-square-2 {
    background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}

.snow-plow-diamond-1 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plows-2.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95;  margin: 75px 0px 0px 75px;
}
.landscape-diamond-11 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-residential.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95;     margin: 75px 0px 0px 75px;
}
.landscape-square-2 {
    background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}

.snow-plow-diamond-2 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plows-1.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d; margin: 0px 0px 40px 120px;
}
.landscape-diamond-22 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-commercial.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d; margin: 0px 0px 40px 120px;
}
.landscape-square-3 {
	    background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg);
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
}
.snow-plow-diamond-3 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/emergency-snow-removal-1.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #f5f5f5; margin: 75px 0px 0px 75px;
}
.landscape-diamond-33 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-hoa.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #f5f5f5; margin: 75px 0px 0px 75px;;
}
.landscape-square-4 {
    background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}
.snow-plow-diamond-4 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plowers-2.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95; margin: 0px 0px 40px 120px;
}
.landscape-diamond-4 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/irrigation-11.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d;
}
.landscape-diamond-44 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-custom.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d; margin: 0px 0px 40px 120px;
}


.service-areas-section-1 iframe {
    width: 100%;
    height: 430px;
    box-shadow: 1px 1px 10px 3px #000;
}


.contact-us-1 {
    background-image: linear-gradient(rgb(255 255 255 / 75%), rgb(255 255 255 / 75%)), url(/img/nb-3-new.jpg);
    padding: 150px 50px 50px 50px;
    box-shadow: 1px 1px 10px 3px #000;
}
.contact-us-1 h1 {
	font-family: 'font5'; font-size: 40px; color: #2e364d;
}
.contact-us-1 p {
	font-size: 17px; line-height: 35px; font-family: 'font2';
}
.contact-us-1 strong {
	font-family: 'font8'; color: #2e364d; font-size: 22px;
}
.contact-us-1 h4 i  {
	font-size: 20px; color: #2e364d; padding-right: 10px; line-height: 40px;
}
.contact-us-1 h4 {
	/*transform: rotate(315deg);*/ font-size: 17px;text-align: left; 
}
.contact-us-1 h5 {
	font-size: 17px; color: #2e364d; text-align: center; font-family: 'font4'; font-weight: 600; letter-spacing: 2px;
}
.contact-us-1 h5 i {
	font-size: 40px !important; color: #2e364d; 
}
.contact-us-1 .square-6c {
       padding: 25px;
    height: 500px;
    width: 500px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
  /*  margin: -55px -15px -25px 280px;*/
     background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    border: 3px solid #fff;
}

.parallax8 {
  background-image: linear-gradient(rgb(255,255,255,0.8), rgb(255,255,255,0.8)), url("/img/aerial-landscape-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
/*	width: 1000px; height: 1000px;*/
	/*transform: rotate(45deg) !important;*/
	padding: 50px 50px 50px 50px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}

.parallax8 iframe{
	width: 100%;
	height: 300px;
}



.area:nth-child(odd) {
	padding: 120px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 120px 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 {
	padding-top: 100px; 
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}



}

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

body,html{
	overflow-x: hidden; 
}



.navbar-sidebar {
	padding-top: 130px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 3;	overflow: auto;
}
.mobile-top-header {
	display:block !important;	padding: 0 30px 0; z-index: 4; overflow:visible; height: 85px;
}
.video video{
	display: block;
	margin-top:80px;
}
.home1 {
	padding: 30px; background: rgb(245,245,245);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font5';	font-size: 45px; text-align: left; font-weight: 500; color: #2e364d; text-transform: uppercase;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150); line-height: 35px;
}
.home1 span {
	color: rgb(83,82,82); font-family: 'font5'; font-size: 25px; font-weight: 500; text-transform: none;
}
.home1 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home-page-section-2 .banner {
	background: red;
}
.home-page-section-2 .square1 {
    display: block !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 15px 15px 15px 15px !important;
    width: 160px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
    margin-left: 70px;
}
.home-page-section-2 .square1a {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 115px;
}
.home-page-section-2 .square1b {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 115px;
}
.home-page-section-2 .square1c {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 115px;
}
.parallax1 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/landscape-3-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax2 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/landscaping-install-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 100px 10px 100px 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax3 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/ls-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax4 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/ls-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 250px 50px 250px 50px;
  background-repeat: no-repeat;
  background-size: cover;box-shadow: 1px 1px 10px 3px #000;
}
.parallax5 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/crew-1.jpeg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 50px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}
.parallax6 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/landscape-installs-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 50px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}
.parallax7 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/snow-removal-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 50px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}

.home-page-section-2 .square2 {
padding: 25px;
    height: 300px;
    /* box-shadow: 1px 1px 10px 1px #2e364d; */
    width: 300px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 1px #2e364d;
    margin: -25px 0px -25px 0px;
    background: linear-gradient(315deg, rgba(46, 54, 77, 1) 5%, rgba(46, 54, 77, 1) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 90%, rgba(46, 54, 77, 1) 90%, rgba(46, 54, 77, 1) 100%);
}
.home-page-section-2 .square22 {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .square2a {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .square2b {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .square2c {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 h4 {
	font-size: 16px;
  color: rgb(255,255,255);
  font-family: 'font2';
	text-align: center;
  font-weight: 600;
}
.home-page-section-2 p {
	color: rgb(60,60,60);
  font-weight: 600;
	text-align: center;
	transform: rotate(315deg);
	font-family: 'font2';
  font-size: 10px;
	margin: 57px -30px -185px -28px;
	line-height: 17px;
}
.home-page-section-2 .square2a  p {
	margin-top: 65px; 
}


/*NEW BLOCK*/
.about-page-section-1 .banner {
	background: red;
}
.about-page-section-1 .square1 {
    display: block !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 115px 15px 15px 15px !important;
    width: 235px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
    margin-left: 30px;
}
.about-page-section-1 .square1a {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 35px 15px 15px 15px  !important;
       width: 160px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 70px;
}
.about-page-section-1 .square1b {
display: block !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 35px 15px 15px 15px !important;
    width: 160px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
    margin-left: 68px;
		margin-top: 7px;
}

.about-page-section-1 .square1c {
    display: block !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 35px 15px 15px 15px !important;
    width: 160px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
    margin-left: 68px;
margin-bottom: 0px;
}


.about-page-section-1 .square2 {
padding: 25px;
    height: 450px;
    /* box-shadow: 1px 1px 10px 1px #2e364d; */
    width: 450px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 1px #2e364d;
    margin: -25px 0px -25px -75px;
    background: linear-gradient(315deg, rgba(46, 54, 77, 1) 5%, rgba(46, 54, 77, 1) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 90%, rgba(46, 54, 77, 1) 90%, rgba(46, 54, 77, 1) 100%);
}
.about-page-section-1 .square22 {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .square2a {
  padding: 25px;
	height: 300px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 300px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -26px 0px -25px 0px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .square2b {
  padding: 25px;
	height: 300px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 300px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 0px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .square2c {
    padding: 25px;
    height: 300px;
    /* box-shadow: 1px 1px 10px 1px #2e364d; */
    width: 300px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 1px #2e364d;
    margin: -25px 0px -25px 0px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .container {
	padding: 75px 0 75px 0;
}
.about-page-section-1 h4 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-family: 'font2';
    text-align: center;
    font-weight: 600;
    margin-top: -20px;
    position: relative;
}
.about-page-section-1 p {
	color: rgb(60,60,60);
  font-weight: 600;
	text-align: center;
	transform: rotate(315deg);
	font-family: 'font2';
  font-size: 16px;
	margin: 75px 0px 0px 0px;
	line-height: 23px;
}
.about-page-section-1 .square2a  p {
	margin-top: 65px;
	  font-size: 10px;
	margin: 25px 5px 0px 0px;
}

.about-page-section-1 .square2b  p {
	margin-top: 65px;
	  font-size: 10px;
	margin: 25px 5px 0px 0px;
}

.about-page-section-1 .square2c  p {
	margin-top: 65px;
	  font-size: 10px;
	margin: 40px 5px 0px 0px;
}





.about-us-1 h2 {
	font-size: 45px; font-family: 'font5'; text-align: center; color: #fff;
}
.about-us-1 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; text-align: center; color: #fff;
}
.home-page-section-2  .square2b  p {
	margin-top: 65px;
}
.about-us-2 h2 {
	font-size: 45px; font-family: 'font5'; text-align: center; color: #fff;
}
.about-us-2 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; text-align: center; color: #fff;
}
.home-page-section-2 .square2c p {
	margin-top: 95px;  
}
.about-us-3 h2 {
	font-size: 45px; font-family: 'font5'; text-align: center; color: #2E364D;
}
.about-us-3 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; text-align: center;
}
.home-page-section-2 span {
	font-size: 20px;
	font-family: 'font';
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-page-section-2 strong {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-3 {
    padding: 100px 35px 100px 35px;
    box-shadow: 1px 1px 10px 3px #2e364d;
    background-image: linear-gradient(rgb(255 255 255 / 15%), rgb(255 255 255 / 15%)), url(/img/nb-3-new.jpg);
    background-size: auto;

}
.home-3 .container-fluid {
	background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg); background-size: auto; padding: 50px 50px 50px 50px; box-shadow: 1px 1px 10px 3px #2e364d;
}
.home-3 h2 {
	font-size: 45px; color: #fff; text-shadow: 1px 1px 1px #2e364d; font-family: 'font5';
}
.home-3 p {
	font-family: 'font2'; font-size: 17px; line-height: 35px; color: #f5f5f5;
}
.home-3 img {
	box-shadow: 1px 1px 10px 3px #000;  max-width: 85%;
}
.home-3 .square-3 {
         padding: 25px;
    height: 300px;
    width: 300px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
    margin:95px -15px -25px -24px;
    background: #2e364d9e;
    border: 3px solid #fff;
}
.home-3 .square-3 p {
	/*transform: rotate(315deg); color: #f5f5f5; font-family: 'font2'; font-size: 17px; line-height: 28px; text-align: center; margin-top: 60px;*/
    transform: rotate(315deg);
    color: #f5f5f5;
    font-family: 'font2';
    font-size: 12px;
    line-height: 15px;
    display: flex;
    text-align: center;
    margin-top: 60px;
    margin: 48px -23px -156px -29px;
}
.home-4 {
    padding: 100px 35px 100px 35px;
    box-shadow: 1px 1px 10px 3px #2e364d;
    background-image: linear-gradient(rgb(255 255 255 / 15%), rgb(255 255 255 / 15%)), url(/img/nb-3-new.jpg);
    background-size: auto;
}
.home-4 .container-fluid {
	 background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);background-size: auto; padding: 50px 50px 50px 50px; box-shadow: 1px 1px 10px 3px #2e364d;
}
.home-4 h2 {
	font-size: 45px; color: #fff; text-shadow: 1px 1px 1px #2e364d; font-family: 'font5'; text-align: center;
}
.home-4 p {
	font-family: 'font2'; font-size: 17px; line-height: 35px; color: #f5f5f5;
}
.home-4 img {
	box-shadow: 1px 1px 10px 3px #000;  max-width: 85%; margin-top:170px;
}
.home-4 .square-4 {
         padding: 25px;
    height: 300px;
    width: 300px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
    margin:95px -15px -25px -24px;
    background: #2e364d9e;
    border: 3px solid #fff;
}
.home-4 .square-4 p {
	/*transform: rotate(315deg); color: #f5f5f5; font-family: 'font2'; font-size: 16px; line-height: 30px; text-align: center; margin-top: 91px;*/
    transform: rotate(315deg);
    color: #f5f5f5;
    font-family: 'font2';
    font-size: 12px;
    line-height: 15px;
    display: flex;
    text-align: center;
    margin-top: 60px;
    margin: 61px -25px -156px -29px;
}


.home-5 {
    padding: 100px 35px 100px 35px;
    box-shadow: 1px 1px 10px 3px #2e364d;
    background-image: linear-gradient(rgb(255 255 255 / 15%), rgb(255 255 255 / 15%)), url(/img/nb-3-new.jpg);
    background-size: auto;
}
.home-5 .container-fluid {
	background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg); background-size: auto; padding: 50px 50px 50px 50px; box-shadow: 1px 1px 10px 3px #2e364d;
}
.home-5 h2 {
	font-size: 45px; color: #fff; text-shadow: 1px 1px 1px #2e364d; font-family: 'font5'; text-align: center;
}
.home-5 p {
	font-family: 'font2'; font-size: 17px; line-height: 35px; color: #f5f5f5;
}
.home-5 img {
	box-shadow: 1px 1px 10px 3px #000;  max-width: 85%;
}
.home-5 .square-5 {
         padding: 25px;
    height: 300px;
    width: 300px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
    margin:100px -15px -22px -23px;
    background: #2e364d9e;
    border: 3px solid #fff;
}
.home-5 .square-5 p {
	/*transform: rotate(315deg); color: #f5f5f5; font-family: 'font2'; font-size: 17px; line-height: 30px; text-align: center; margin-top: 91px;*/
	    transform: rotate(315deg);
    color: #f5f5f5;
    font-family: 'font2';
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin-top: 91px;
    /* margin-left: 0px; */
    margin: 50px 0px 0px 0px;

}






.diamond-a {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
		background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/about-image-002.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
     margin: 55px 0px 0px 55px;
}
 
 .diamond-a-1 {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
		background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/emergency-snow-removal-1.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
margin: 60px 0px 0px 50px;

 }
 .diamond-aa {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
margin: 60px 0px 0px 50px;
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/snow-plows-2.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
		 
 }
.diamond-b {
padding: 25px;
    height: 200px;
    width: 200px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #fff;
    /* margin: -55px -6px -25px 10px; */
    background-image: linear-gradient(rgb(255 255 255 / 15%), rgb(255 255 255 / 15%)), url(/img/about-image-001.jpeg);
    background-repeat: no-repeat;
    border: 3px solid #fff;
    background-size: cover;
    margin: 0px 0px 55px 55px;
 }
 .diamond-b-1 {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/irrigation-11.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
 margin: 60px 0px 0px 50px;
 }
	 .diamond-bb {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/irrigating-2.jpg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
margin: 60px 0px 0px 50px;
 }
.diamond-c {
		padding: 25px;
    height: 200px;
    width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/about-image-003.jpeg);
 border: 3px solid #fff;
 background-size: cover;
    margin: 0px 0px 55px 55px;
 }
 .diamond-c-1 {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/ts-01.jpg);
 border: 3px solid #fff;
 background-size: cover;
     margin: 60px 0px 55px 55px;
 }
 .diamond-cc {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/ts-03.jpg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
     margin: 40px 0px 55px 55px;
 }
	 .diamond-d {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/landscaping-03.gif);
 border: 3px solid #fff;
 background-size: cover;
      margin: 0px 0px 55px 55px;
 }
 .diamond-d-1 {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/about-image-002.jpeg);
 border: 3px solid #fff;
 background-size: cover;
      margin: 50px 0px 55px 55px;
 }
 .diamond-dd {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/about-image-003.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
      margin: 40px 0px 55px 55px;
 }
	 .diamond-e {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/landscaping-03.gif);
 border: 3px solid #fff;
 background-size: cover;
      margin: 0px 0px 55px 55px;
 }
 .diamond-e-1 {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/li-01.jpg);
 border: 3px solid #fff;
 background-size: cover;
      margin: 50px 0px 55px 55px;
 }
 .diamond-ee {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/li-02.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
      margin: 50px 0px 55px 55px;
 }


.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 0px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
	transform: rotate(315deg); font-size: 35px; font-family: 'font5';
	  padding-right: 130px;
    margin-right: 130px;
		color: #2e364d;
    margin-left: -130px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px;
}.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 0px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
	transform: rotate(315deg); font-size: 35px; font-family: 'font5';
	  padding-right: 130px;
    margin-right: 130px;
		color: #2e364d;
    margin-left: -130px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px;
}.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 0px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
	transform: rotate(315deg); font-size: 35px; font-family: 'font5';
	  padding-right: 130px;
    margin-right: 130px;
		color: #2e364d;
    margin-left: -130px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px;
}.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 0px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
	transform: rotate(315deg); font-size: 35px; font-family: 'font5';
	  padding-right: 130px;
    margin-right: 130px;
		color: #2e364d;
    margin-left: -130px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px;
}.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 160px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
		margin-left: -5px;

}
.service-1 .diamond-service-2 {
/*	 padding: 25px;*/
/*	height: 650px;*/
/*	width: 650px;*/
/*	transform: rotate(45deg);*/
/*	box-shadow: 1px 1px 10px 1px #2e364d;*/
/*	margin: -25px 0px -25px -175px;*/
/*  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);*/
	
	padding: 25px;
    height: 300px;
    width: 299px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 1px #2e364d;
    margin: -25px 0px -25px 0px;
    background: linear-gradient(315deg, rgba(46, 54, 77, 1) 5%, rgba(46, 54, 77, 1) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 1) 83%, rgba(255, 255, 255, 0) 83%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 90%, rgba(46, 54, 77, 1) 90%, rgba(46, 54, 77, 1) 100%);

	
	
}
.service-1 .diamond-service-2 h1 {
    /*transform: rotate(315deg);*/
    /*font-size: 30px;*/
    /*font-family: 'font5';*/
    /*padding-right: 130px;*/
    /*margin-right: 130px;*/
    /*color: #2e364d;*/
    /*margin-left: -98px;*/
    /*padding-top: 100px;*/
		
    transform: rotate(315deg);
    font-size: 14px;
    font-family: 'font5';
    padding-right: 20px;
    margin-right: 130px;
    color: #2e364d;
    margin-left: -26px;
    padding-top: 20px;	
		
	
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 20px;
}
.service-1 .diamond-service-2 p {
	/*transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px; margin: 0; text-align: center; margin: 0px 100px 0px 125px;*/

    transform: rotate(315deg);
    line-height: 17px;
    font-size: 10px;
    font-family: 'font2';
    padding-top: 5px;
    display: flex;
    margin: 0;
    text-align: center;
    font-weight: 900;
    margin: 0px -46px -156px -29px;


}


.diamond-sub-1 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plower-1.gif);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #cedceb;
	margin-top:150px;
}
.diamond-sub-2 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/ts-11.jpg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #8C99BC;
	margin-top:100px;
}
.diamond-sub-3 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/irrigation-11.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #5D6D95;
	margin-top:100px;

}
.diamond-sub-4 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/li-1.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #475374;
	margin-top:100px;

}
.diamond-sub-5 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/lm-1.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #2e364d;
	margin-top:100px;

}





.snow-plowing {
        margin: 300px 0px 300px 0px; background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat; color: #fff;
				    padding: 0px 0px 85px 0px;
}
.snow-plowing  h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.snow-plowing  p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px; margin: 0px 20px 0px 20px;
}
.irrigation {
background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg); color: #fff;
    background-size: auto;
       margin: 300px 0px 300px 0px;
    box-shadow: 1px 1px 10px 3px #2e364d;
		    padding: 0px 0px 85px 0px;
}
.irrigation h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.irrigation p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px; margin: 0px 20px 0px 20px;
}
.tree-spraying {
background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg);
    background-size: auto;
        margin: 300px 0px 300px 0px;
    box-shadow: 1px 1px 10px 3px #2e364d;
}
.tree-spraying  h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.tree-spraying  p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px; margin: 0px 20px 0px 20px;
}
.landscape-maintenance {
        margin: 300px 0px 300px 0px; background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat; color: #fff;
}
.landscape-maintenance h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.landscape-maintenance p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px; margin: 0px 20px 0px 20px;
}
.landscape-installations {
  background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg); color: #fff;
    background-size: auto;
        margin: 300px 0px 300px 0px;
    box-shadow: 1px 1px 10px 3px #2e364d;
}
.landscape-installations h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.landscape-installations p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px;
}
.landscaping-installs-1 {
	 background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg); padding: 50px; box-shadow: 1px 1px 10px 3px #000;
}
.landscaping-installs-1 h1 {
	font-family: 'font5'; font-size: 35px; text-align: center; color: #2E364D;
}
.landscaping-installs-1 h1 i  {
	font-size: 55px;
}
.landscaping-installs-1 h3 {
	font-family: 'font5'; font-size: 30px;
}
.landscaping-installs-1 h3 i {
	font-size: 45px;
}
.landscaping-installs-1 h4 {
	font-family: 'font4'; font-size: 18px; letter-spacing: 2px; line-height: 40px; color: #2E364D;
}
.landscaping-installs-1 h6 {
	font-size: 15px; font-family: 'font2';
}
.landscaping-installs-1 p  {
	line-height: 35px; font-size: 17px; font-family: 'font2'; text-align: center;
}
.landscaping-installs-1 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.landscaping-installs-2 {
	box-shadow: 1px 1px 10px 3px #000;
}
.landscape-square-1 {
	    background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}


.landscape-diamond-11 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-residential.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95; margin: 75px 0px 0px 0px;
}
.landscape-square-2 {
    background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}

.snow-plow-diamond-1 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plows-2.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95;  margin: 75px 0px 0px 0px;
}
.landscape-diamond-11 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-residential.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95;
}
.landscape-square-2 {
    background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}

.snow-plow-diamond-2 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plows-1.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d; margin: 0px 0px 40px 0px;
}
.landscape-diamond-22 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-commercial.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d; margin: 0px 0px 40px 0px;
}
.landscape-square-3 {
	    background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg);
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
}
.snow-plow-diamond-3 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/emergency-snow-removal-1.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #f5f5f5; margin: 75px 0px 0px 0px;
}
.landscape-diamond-33 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-hoa.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #f5f5f5; margin: 75px 0px 0px 0px;
}
.landscape-square-4 {
    background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}
.snow-plow-diamond-4 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plowers-2.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95; margin: 0px 0px 40px 0px;
}
.landscape-diamond-4 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/irrigation-11.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d;
}
.landscape-diamond-44 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-custom.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d; margin: 0px 0px 40px 0px;
}


.contact-us-1 {
    background-image: linear-gradient(rgb(255 255 255 / 75%), rgb(255 255 255 / 75%)), url(/img/nb-3-new.jpg);
    padding: 50px 50px 50px 50px;
    box-shadow: 1px 1px 10px 3px #000;
}
.contact-us-1 h1 {
	font-family: 'font5'; font-size: 40px; color: #2e364d;
}
.contact-us-1 p {
	font-size: 17px; line-height: 35px; font-family: 'font2';
}
.contact-us-1 strong {
	font-family: 'font8'; color: #2e364d; font-size: 22px;
}
.contact-us-1 h4 i  {
	font-size: 20px; color: #2e364d; padding-right: 10px; line-height: 40px;
}
.contact-us-1 h4 {
	/*transform: rotate(315deg);*/ font-size: 17px;text-align: left; 
}
.contact-us-1 h5 {
	font-size: 17px; color: #2e364d; text-align: center; font-family: 'font4'; font-weight: 600; letter-spacing: 2px;
}
.contact-us-1 h5 i {
	font-size: 40px !important; color: #2e364d; 
}
.contact-us-1 .square-6c {
       padding: 25px;
    height: 500px;
    width: 500px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
  /*  margin: -55px -15px -25px 280px;*/
     background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    border: 3px solid #fff;
}

.parallax8 {
  background-image: linear-gradient(rgb(255,255,255,0.8), rgb(255,255,255,0.8)), url("/img/aerial-landscape-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
/*	width: 1000px; height: 1000px;*/
	/*transform: rotate(45deg) !important;*/
	padding: 50px 50px 50px 50px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}

.parallax8 iframe{
	width: 100%;
	height: 300px;
}

.area:nth-child(odd) {
	padding: 120px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 120px 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 {
	padding-top: 100px; 
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

}

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



.navbar-sidebar {
	padding-top: 130px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 3;	overflow: auto;
}

.video video{
	margin-top:90px;
}
.home1 {
	padding: 30px; background: rgb(245,245,245);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font5';	font-size: 30px; text-align: left; font-weight: 500; color: #2e364d; text-transform: uppercase;
}
.home1 p {
	font-size: 13px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150); line-height: 35px;
}
.home1 span {
	color: rgb(83,82,82); font-family: 'font5'; font-size: 25px; font-weight: 500; text-transform: none;
}
.home1 img {
	box-shadow: 1px 1px 10px 3px #000;
}


.parallax1 {
  background-image: linear-gradient(rgb(255, 255, 255, 0.5), rgb(0 0 0 / 50%)), url(/img/landscape-3-new.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax2 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/landscaping-install-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 100px 10px 100px 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax3 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/ls-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax4 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/ls-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 250px 50px 250px 50px;
  background-repeat: no-repeat;
  background-size: cover;box-shadow: 1px 1px 10px 3px #000;
}
.parallax5 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/crew-1.jpeg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 50px 20px 150px 20px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}
.parallax6 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/landscape-installs-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 50px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}
.parallax7 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/snow-removal-1.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 50px 50px 150px 50px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}


.home-page-section-2 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-page-section-2 .banner {
	background: red;
}
.home-page-section-2 .square1 {
    display: block !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 15px 15px 15px 15px !important;
    width: 135px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
    margin-left: 45px;
}
.home-page-section-2 .square1 {
    border-radius: 65px;
}

.home-page-section-2 .square1a {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 115px;
}
.home-page-section-2 .square1b {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 115px;
}
.home-page-section-2 .square1c {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 230px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 115px;
}

.home-page-section-2 .square2 {
        display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    height: 300px;
    width: 300px;
    transform: rotate(45deg);
    /*box-shadow: 1px 1px 10px 1px #2e364d;*/
    box-shadow: none; 
    margin: -25px 0px -25px 0px;
    background: linear-gradient(315deg, rgb(46 54 77 / 0%) 5%, rgb(46 54 77 / 0%) 10%, rgb(255 255 255 / 0%) 10%, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 82%, rgb(255 255 255) 82%, rgb(255 255 255) 90%, rgba(255, 255, 255, 1) 90%, rgb(46 54 77 / 0%) 90%, rgb(46 54 77 / 0%) 100%);
}
/* Adjust the width and height of .square2 */
.home-page-section-2 .square2 {
    width: 230px;
    height: 230px;
}
.home-page-section-2 .square22 {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}



.home-page-section-2 .square1, .home-page-section-2 .square2 {
    /*margin-left: 0;*/
    /*margin-right: 0;*/
    margin-top: 20px; /*  */
    text-align: center;
}



    
    
.home-page-section-2 .square2a {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .square2b {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .square2c {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 h4 {
	font-size: 14px;
  color: rgb(255,255,255);
  font-family: 'font2';
	text-align: center;
  font-weight: 600;
}
.home-page-section-2 p {
	color: rgb(60,60,60);
  font-weight: 600;
	text-align: center;
	transform: rotate(315deg);
	font-family: 'font2';
  font-size: 9px;
	margin: 0;
	line-height: 12px;
}
.home-page-section-2 .square2a  p {
	margin-top: 65px; 
}


/*NEW BLOCK*/
.about-page-section-1 .banner {
	background: red;
}
.about-page-section-1 .square1 {
    display: block !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 115px 15px 15px 15px !important;
    width: 235px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
    margin-left: 30px;
}
.about-page-section-1 .square1a {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 35px 15px 15px 15px  !important;
       width: 160px;
    background: #2e364d;
		box-shadow: 1px 1px 5px 1px #000;
    margin-left: 70px;
}
.about-page-section-1 .square1b {
display: block !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 35px 15px 15px 15px !important;
    width: 160px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
    margin-left: 68px;
		margin-top: 7px;
}

.about-page-section-1 .square1c {
    display: block !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 35px 15px 15px 15px !important;
    width: 160px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
    margin-left: 68px;
margin-bottom: 0px;
}


.about-page-section-1 .square2 {
padding: 25px;
    height: 450px;
    /* box-shadow: 1px 1px 10px 1px #2e364d; */
    width: 450px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 1px #2e364d;
    margin: -25px 0px -25px -75px;
    background: linear-gradient(315deg, rgba(46, 54, 77, 1) 5%, rgba(46, 54, 77, 1) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 90%, rgba(46, 54, 77, 1) 90%, rgba(46, 54, 77, 1) 100%);
}
.about-page-section-1 .square22 {
  padding: 25px;
	height: 400px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 400px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 30px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .square2a {
  padding: 25px;
	height: 300px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 300px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -26px 0px -25px 0px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .square2b {
  padding: 25px;
	height: 300px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 300px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 0px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .square2c {
    padding: 25px;
    height: 300px;
    /* box-shadow: 1px 1px 10px 1px #2e364d; */
    width: 300px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 1px #2e364d;
    margin: -25px 0px -25px 0px;
       background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 82%, rgba(255,255,255,0) 82%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.about-page-section-1 .container {
	padding: 75px 0 75px 0;
}
.about-page-section-1 h4 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-family: 'font2';
    text-align: center;
    font-weight: 600;
    margin-top: -20px;
    position: relative;
}
.about-page-section-1 p {
	color: rgb(60,60,60);
  font-weight: 600;
	text-align: center;
	transform: rotate(315deg);
	font-family: 'font2';
  font-size: 16px;
	margin: 75px 0px 0px 0px;
	line-height: 23px;
}
.about-page-section-1 .square2a  p {
	margin-top: 65px;
	  font-size: 10px;
	margin: 25px 5px 0px 0px;
}

.about-page-section-1 .square2b  p {
	margin-top: 65px;
	  font-size: 10px;
	margin: 25px 5px 0px 0px;
}

.about-page-section-1 .square2c  p {
	margin-top: 65px;
	  font-size: 10px;
	margin: 40px 5px 0px 0px;
}





.about-us-1 h2 {
	font-size: 45px; font-family: 'font5'; text-align: center; color: #fff;
}
.about-us-1 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; text-align: center; color: #fff;
}
.home-page-section-2  .square2b  p {
	margin-top: 65px;
}
.about-us-2 h2 {
	font-size: 45px; font-family: 'font5'; text-align: center; color: #fff;
}
.about-us-2 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; text-align: center; color: #fff;
}
.home-page-section-2 .square2c p {
	margin-top: 95px;  
}
.about-us-3 h2 {
	font-size: 45px; font-family: 'font5'; text-align: center; color: #2E364D;
}
.about-us-3 p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; text-align: center;
}
.home-page-section-2 span {
	font-size: 20px;
	font-family: 'font';
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-page-section-2 strong {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-3 {
    padding: 100px 35px 100px 35px;
    box-shadow: 1px 1px 10px 3px #2e364d;
    background-image: linear-gradient(rgb(255 255 255 / 15%), rgb(255 255 255 / 15%)), url(/img/nb-3-new.jpg);
    background-size: auto;

}

.home-3 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.home-3 .container-fluid {
	background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg); background-size: auto; padding: 50px 50px 50px 50px; box-shadow: 1px 1px 10px 3px #2e364d;
}
.home-3 h2 {
	font-size: 45px; color: #fff; text-shadow: 1px 1px 1px #2e364d; font-family: 'font5'; padding-bottom:45px;
}
.home-3 p {
	font-family: 'font2'; font-size: 17px; line-height: 35px; color: #f5f5f5;
}
.home-3 img {
	box-shadow: 1px 1px 10px 3px #000;  max-width: 85%;
}
        .home-3 .square-3 {
                    display: flex;
        align-items: center;
        justify-content: center;
                 padding: 25px;
            height: 230px;
            width: 230px;
            transform: rotate(45deg);
            box-shadow: 1px 1px 10px 5px #2e364d;
            /*margin:95px -15px -25px -24px;*/
            margin:0px -30px;

            background: #2e364d9e;
            border: 3px solid #fff;
        }
        .home-3 .square-3 p {
                transform: rotate(315deg);
            color: #f5f5f5;
            font-family: 'font2';
            font-size: 9px;
            line-height: 12px;
            display: flex;
            text-align: center;
            margin-top: 60px;
            margin: 0;
        }
.home-4 {
    padding: 100px 35px 100px 35px;
    box-shadow: 1px 1px 10px 3px #2e364d;
    background-image: linear-gradient(rgb(255 255 255 / 15%), rgb(255 255 255 / 15%)), url(/img/nb-3-new.jpg);
    background-size: auto;
}
.home-4 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-4 .container-fluid {
	 background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);background-size: auto; padding: 50px 50px 50px 50px; box-shadow: 1px 1px 10px 3px #2e364d;
}
.home-4 h2 {
	font-size: 45px; color: #fff; text-shadow: 1px 1px 1px #2e364d; font-family: 'font5'; text-align: right; padding-bottom: 45px; 
}
.home-4 p {
	font-family: 'font2'; font-size: 17px; line-height: 35px; color: #f5f5f5;
}
.home-4 img {
	box-shadow: 1px 1px 10px 3px #000;  max-width: 85%; margin-top:170px;
}
        .home-4 .square-4 {
                            display: flex;
                align-items: center;
                justify-content: center;
                         padding: 25px;
                    height: 230px;
                    width: 230px;
                    transform: rotate(45deg);
                    box-shadow: 1px 1px 10px 5px #2e364d;
                    /*margin:95px -15px -25px -24px;*/
                    margin:0px -30px;
        
                    background: #2e364d9e;
                    border: 3px solid #fff;
        }
        .home-4 .square-4 p {
                        transform: rotate(315deg);
                    color: #f5f5f5;
                    font-family: 'font2';
                    font-size: 9px;
                    line-height: 12px;
                    display: flex;
                    text-align: center;
                    margin-top: 60px;
                    margin: 0;
        }


.home-5 {
    padding: 100px 35px 100px 35px;
    box-shadow: 1px 1px 10px 3px #2e364d;
    background-image: linear-gradient(rgb(255 255 255 / 15%), rgb(255 255 255 / 15%)), url(/img/nb-3-new.jpg);
    background-size: auto;
}
.home-5 .container-fluid {
	background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg); background-size: auto; padding: 50px 50px 50px 50px; box-shadow: 1px 1px 10px 3px #2e364d;
}
.home-5 h2 {
	font-size: 45px; color: #fff; text-shadow: 1px 1px 1px #2e364d; font-family: 'font5'; padding: 0 0 45px 0;
}
.home-5 p {
	font-family: 'font2'; font-size: 17px; line-height: 35px; color: #f5f5f5;
}
.home-5 img {
	box-shadow: 1px 1px 10px 3px #000;  max-width: 85%;
}
        .home-5 .square-5 {
                            display: flex;
                align-items: center;
                justify-content: center;
                         padding: 25px;
                    height: 230px;
                    width: 230px;
                    transform: rotate(45deg);
                    box-shadow: 1px 1px 10px 5px #2e364d;
                    /*margin:95px -15px -25px -24px;*/
                    margin:0px -30px;
        
                    background: #2e364d9e;
                    border: 3px solid #fff;
        }
        .home-5 .square-5 p {
                        transform: rotate(315deg);
                    color: #f5f5f5;
                    font-family: 'font2';
                    font-size: 9px;
                    line-height: 12px;
                    display: flex;
                    text-align: center;
                    margin-top: 60px;
                    margin: 0;
        }





.diamond-a {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
		background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/about-image-002.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
     margin: 55px 0px 0px 55px;
}
 
 .diamond-a-1 {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
		background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/emergency-snow-removal-1.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
margin: 60px 0px 0px 50px;

 }
 .diamond-aa {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
margin: 60px 0px 0px 50px;
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/snow-plows-2.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
		 
 }
.diamond-b {
padding: 25px;
    height: 200px;
    width: 200px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #fff;
    /* margin: -55px -6px -25px 10px; */
    background-image: linear-gradient(rgb(255 255 255 / 15%), rgb(255 255 255 / 15%)), url(/img/about-image-001.jpeg);
    background-repeat: no-repeat;
    border: 3px solid #fff;
    background-size: cover;
    margin: 0px 0px 55px 55px;
 }
 .diamond-b-1 {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/irrigation-11.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
 margin: 60px 0px 0px 50px;
 }
	 .diamond-bb {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/irrigating-2.jpg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
margin: 60px 0px 0px 50px;
 }
.diamond-c {
		padding: 25px;
    height: 200px;
    width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/about-image-003.jpeg);
 border: 3px solid #fff;
 background-size: cover;
    margin: 0px 0px 55px 55px;
 }
 .diamond-c-1 {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/ts-01.jpg);
 border: 3px solid #fff;
 background-size: cover;
     margin: 60px 0px 55px 55px;
 }
 .diamond-cc {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/ts-03.jpg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
     margin: 40px 0px 55px 55px;
 }
	 .diamond-d {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/landscaping-03.gif);
 border: 3px solid #fff;
 background-size: cover;
      margin: 0px 0px 55px 55px;
 }
 .diamond-d-1 {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/about-image-002.jpeg);
 border: 3px solid #fff;
 background-size: cover;
      margin: 50px 0px 55px 55px;
 }
 .diamond-dd {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/about-image-003.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
      margin: 40px 0px 55px 55px;
 }
	 .diamond-e {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/landscaping-03.gif);
 border: 3px solid #fff;
 background-size: cover;
      margin: 0px 0px 55px 55px;
 }
 .diamond-e-1 {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
background-image: linear-gradient(rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)),url(/img/li-01.jpg);
 border: 3px solid #fff;
 background-size: cover;
      margin: 50px 0px 55px 55px;
 }
 .diamond-ee {
		padding: 25px;
 height: 200px;
 width: 200px;
 transform: rotate(45deg);
 box-shadow: 1px 1px 10px 5px #fff;
/* margin: -55px -6px -25px 10px;*/
 background-image: linear-gradient(rgb(255 255 255/15%),rgb(255 255 255/15%)),url(/img/li-02.jpeg);
background-repeat: no-repeat;
 border: 3px solid #fff;
 background-size: cover;
      margin: 50px 0px 55px 55px;
 }


.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 0px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
	transform: rotate(315deg); font-size: 35px; font-family: 'font5';
	  padding-right: 130px;
    margin-right: 130px;
		color: #2e364d;
    margin-left: -130px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px;
}.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 0px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
	transform: rotate(315deg); font-size: 35px; font-family: 'font5';
	  padding-right: 130px;
    margin-right: 130px;
		color: #2e364d;
    margin-left: -130px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px;
}.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 0px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
	transform: rotate(315deg); font-size: 35px; font-family: 'font5';
	  padding-right: 130px;
    margin-right: 130px;
		color: #2e364d;
    margin-left: -130px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px;
}.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 335px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;

}
.service-1 .diamond-service-2 {
	 padding: 25px;
	height: 650px;
	/*box-shadow: 1px 1px 10px 1px #2e364d;*/
	width: 650px;
	transform: rotate(45deg);
	box-shadow: 1px 1px 10px 1px #2e364d;
	margin: -25px 0px -25px 0px;
  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);
}
.service-1 .diamond-service-2 h1 {
	transform: rotate(315deg); font-size: 35px; font-family: 'font5';
	  padding-right: 130px;
    margin-right: 130px;
		color: #2e364d;
    margin-left: -130px;
    padding-top: 100px;
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 45px;
}
.service-1 .diamond-service-2 p {
	transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px;
}.service-1 {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-1 .diamond-service-1 {
		display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
        padding: 15px 15px 15px 15px !important;
       width: 160px;
    background: #2e364d;
    box-shadow: 1px 1px 5px 1px #000;
		margin-left: -5px;

}
.service-1 .diamond-service-2 {
/*	 padding: 25px;*/
/*	height: 650px;*/
/*	width: 650px;*/
/*	transform: rotate(45deg);*/
/*	box-shadow: 1px 1px 10px 1px #2e364d;*/
/*	margin: -25px 0px -25px -175px;*/
/*  background: linear-gradient(315deg, rgba(46,54,77,1) 5%, rgba(46,54,77,1) 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 90%, rgba(46,54,77,1) 90%, rgba(46,54,77,1) 100%);*/
	
	padding: 25px;
    height: 300px;
    width: 299px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 1px #2e364d;
    margin: -25px 0px -25px 0px;
    background: linear-gradient(315deg, rgba(46, 54, 77, 1) 5%, rgba(46, 54, 77, 1) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 1) 83%, rgba(255, 255, 255, 0) 83%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 90%, rgba(46, 54, 77, 1) 90%, rgba(46, 54, 77, 1) 100%);

	
	
}
.service-1 .diamond-service-2 h1 {
    /*transform: rotate(315deg);*/
    /*font-size: 30px;*/
    /*font-family: 'font5';*/
    /*padding-right: 130px;*/
    /*margin-right: 130px;*/
    /*color: #2e364d;*/
    /*margin-left: -98px;*/
    /*padding-top: 100px;*/
		
    transform: rotate(315deg);
    font-size: 14px;
    font-family: 'font5';
    padding-right: 20px;
    margin-right: 130px;
    color: #2e364d;
    margin-left: -26px;
    padding-top: 20px;	
		
	
}
.service-1 .diamond-service-1 h2 {
	color: #fff; font-family: 'font4'; font-size: 20px;
}
.service-1 .diamond-service-2 p {
	/*transform: rotate(315deg); line-height: 30px; font-size: 15px; font-family: 'font2'; padding-top: 5px; margin: 0; text-align: center; margin: 0px 100px 0px 125px;*/

    transform: rotate(315deg);
    line-height: 17px;
    font-size: 10px;
    font-family: 'font2';
    padding-top: 5px;
    display: flex;
    margin: 0;
    text-align: center;
    font-weight: 900;
    margin: 0px -46px -156px -29px;


}


.diamond-sub-1 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plower-1.gif);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #cedceb;
	margin-top:150px;
}
.diamond-sub-2 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/ts-11.jpg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #8C99BC;
	margin-top:100px;
}
.diamond-sub-3 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/irrigation-11.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #5D6D95;
	margin-top:100px;

}
.diamond-sub-4 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/li-1.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #475374;
	margin-top:100px;

}
.diamond-sub-5 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/lm-1.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 10px #2e364d;
	margin-top:100px;

}





.snow-plowing {
        margin: 100px 0px 100px 0px; background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right repeat; color: #fff;
				    padding: 0px 0px 85px 0px;
}
.snow-plowing  h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.snow-plowing  p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px; margin: 0px 20px 0px 20px;
}
.irrigation {
background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg); color: #fff;
    background-size: auto;
       margin: 300px 0px 300px 0px;
    box-shadow: 1px 1px 10px 3px #2e364d;
		    padding: 0px 0px 85px 0px;
}
.irrigation h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.irrigation p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px; margin: 0px 20px 0px 20px;
}
.tree-spraying {
background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg);
    background-size: auto;
        margin: 300px 0px 300px 0px;
    box-shadow: 1px 1px 10px 3px #2e364d;
}
.tree-spraying  h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.tree-spraying  p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px; margin: 0px 20px 0px 20px;
}
.landscape-maintenance {
        margin: 300px 0px 300px 0px; background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat; color: #fff;
}
.landscape-maintenance h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.landscape-maintenance p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px; margin: 0px 20px 0px 20px;
}
.landscape-installations {
  background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg); color: #fff;
    background-size: auto;
        margin: 300px 0px 300px 0px;
    box-shadow: 1px 1px 10px 3px #2e364d;
}
.landscape-installations h2 {
	font-family: 'font4'; font-size: 35px; text-align: center;
}
.landscape-installations p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px;
}
.landscaping-installs-1 {
	 background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg); padding: 50px; box-shadow: 1px 1px 10px 3px #000;
}
.landscaping-installs-1 h1 {
	font-family: 'font5'; font-size: 35px; text-align: center; color: #2E364D;
}
.landscaping-installs-1 h1 i  {
	font-size: 55px;
}
.landscaping-installs-1 h3 {
	font-family: 'font5'; font-size: 30px;
}
.landscaping-installs-1 h3 i {
	font-size: 45px;
}
.landscaping-installs-1 h4 {
	font-family: 'font4'; font-size: 18px; letter-spacing: 2px; line-height: 40px; color: #2E364D;
}
.landscaping-installs-1 h6 {
	font-size: 15px; font-family: 'font2';
}
.landscaping-installs-1 p  {
	line-height: 35px; font-size: 17px; font-family: 'font2'; text-align: center;
}
.landscaping-installs-1 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.landscaping-installs-2 {
	box-shadow: 1px 1px 10px 3px #000;
}
.landscape-square-1 {
	    background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}


.landscape-diamond-11 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-residential.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95; margin: 75px 0px 0px 0px;
}
.landscape-square-2 {
    background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}

.snow-plow-diamond-1 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plows-2.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95;  margin: 75px 0px 0px 0px;
}
.landscape-diamond-11 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-residential.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95;
}
.landscape-square-2 {
    background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}

.snow-plow-diamond-2 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plows-1.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d; margin: 0px 0px 40px 0px;
}
.landscape-diamond-22 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-commercial.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d; margin: 0px 0px 40px 0px;
}
.landscape-square-3 {
	    background-image: linear-gradient(rgb(255 255 255 / 75%),rgb(255 255 255 / 75%)),url(/img/nb-3-new.jpg);
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
}
.snow-plow-diamond-3 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/emergency-snow-removal-1.jpeg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #f5f5f5; margin: 75px 0px 0px 0px;
}
.landscape-diamond-33 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-hoa.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #f5f5f5; margin: 75px 0px 0px 0px;
}
.landscape-square-4 {
    background: linear-gradient(to right bottom, #2e364d91, #2e364dc2), url(/img/nb-3-new.jpg) top right no-repeat;
    padding: 25px;
    box-shadow: 1px 1px 10px 3px #000;
		color: #fff;
}
.snow-plow-diamond-4 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/snow-plowers-2.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #5D6D95; margin: 0px 0px 40px 0px;
}
.landscape-diamond-4 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/irrigation-11.jpeg);	transform: rotate(45deg); width: 200px; height: 200px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d;
}
.landscape-diamond-44 {
	background: /*radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7511379551820728) 50%, rgba(169,173,182,1) 70%, rgba(46,54,77,1) 80%, rgba(46,54,77,1) 100%),*/ url(/img/landscape-install-custom.jpg);	transform: rotate(45deg); width: 300px; height: 300px; background-size: cover; box-shadow: 0px 0px 0px 3px #2e364d; margin: 0px 0px 40px 0px;
}


.contact-us-1 {
    background-image: linear-gradient(rgb(255 255 255 / 75%), rgb(255 255 255 / 75%)), url(/img/nb-3-new.jpg);
    padding: 50px 50px 50px 50px;
    box-shadow: 1px 1px 10px 3px #000;
}
.contact-us-1 h1 {
	font-family: 'font5'; font-size: 40px; color: #2e364d;
}
.contact-us-1 p {
	font-size: 17px; line-height: 35px; font-family: 'font2';
}
.contact-us-1 strong {
	font-family: 'font8'; color: #2e364d; font-size: 22px;
}
.contact-us-1 h4 i  {
	font-size: 20px; color: #2e364d; padding-right: 10px; line-height: 40px;
}
.contact-us-1 h4 {
	/*transform: rotate(315deg);*/ font-size: 17px;text-align: left; 
}
.contact-us-1 h5 {
	font-size: 17px; color: #2e364d; text-align: center; font-family: 'font4'; font-weight: 600; letter-spacing: 2px;
}
.contact-us-1 h5 i {
	font-size: 40px !important; color: #2e364d; 
}
.contact-us-1 .square-6c {
       padding: 25px;
    height: 500px;
    width: 500px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 10px 5px #2e364d;
  /*  margin: -55px -15px -25px 280px;*/
     background-image: linear-gradient(rgb(255 255 255 / 15%),rgb(255 255 255 / 15%)),url(/img/nb-3-new.jpg);
    border: 3px solid #fff;
}

.parallax8 {
  background-image: linear-gradient(rgb(255,255,255,0.8), rgb(255,255,255,0.8)), url("/img/aerial-landscape-1-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
/*	width: 1000px; height: 1000px;*/
	/*transform: rotate(45deg) !important;*/
	padding: 50px 50px 50px 50px;
  background-repeat: no-repeat;
  background-size: cover; box-shadow: 1px 1px 10px 3px #000;
}

.parallax8 iframe{
	width: 100%;
	height: 300px;
}

.area:nth-child(odd) {
	padding: 120px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 120px 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 {
	padding-top: 100px; 
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
		
}
