@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,400italic,300italic");
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
img {
    max-width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
    cursor: pointer;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
* input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
ul,
li {
    list-style: none;
}
a {
    text-decoration: none;
}
ul {
    padding: 0px;
    margin: 0px;
}

/*

Usage for Clear fix

.container-with-floated-children {
  @extend %clearfix;
}

*/


/*  USAGE e px to em
.title {
    font-size: em(37px);
}
*/

* {
    box-sizing: border-box;
}
body {
    font-size: 15px;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
    color: #909090;
    max-width: 1920px;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
}
.wrap {
    /* Keep footer at bottom */
    min-height: calc(100vh - 20px);
}

/* Remove Google autofill background */


/*input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 50px #E8E8E8 inset;
/* Change the color to your own background color */


/* -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/


/* , 0 0 0 50px #E8E8E8 inset; 
    -webkit-text-fill-color: #333;
}*/

.Button {
    padding: 12px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    background: #2b2f38;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    display: inline-block;
}
.Button:hover {
    background: green;
}
nav ul li {
    display: inline-block;
    margin: 0px 10px;
}
nav ul li a {
    text-transform: uppercase;
}
.lowerFooter__obm {
    float: right;
    margin-top: 13px;
    color: #909090;
    font-size: 14px;
}
.lowerFooter__obm span {
    font-weight: bold;
    color: teal;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}
.lowerFooter__obm span:hover {
    color: #00b3b3;
}

/* FORM */

#page-wrapper {
    width: 640px;
    background: #FFFFFF;
    padding: 1em;
    margin: 1em auto;
    border-top: 5px solid #69c773;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}
h1 {
    margin-top: 0;
}
.field {
    margin: 1em 0;
}
label {
    display: block;
    margin-top: 2em;
    margin-bottom: 0.5em;
    color: #999999;
}
input {
    width: 100%;
    padding: 0.5em 0.5em;
    font-size: 1.2em;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
}
textarea {
    width: 100%;
    height: 200px;
    padding: 0.5em 0.5em;
    font-size: 1.2em;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
}
button {
    display: inline-block;
    border-radius: 3px;
    border: none;
    font-size: 0.9rem;
    padding: 0.5rem 0.8em;
    background: #69c773;
    border-bottom: 1px solid #498b50;
    color: white;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin: 0;
    width: 100%;
    text-align: center;
}
button:hover,
button:focus {
    opacity: 0.75;
    cursor: pointer;
}
button:active {
    opacity: 1;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}
.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
}
.error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    border-radius: 4px;
}
@font-face {
    font-family: 'function';
    src: url("../Function Regular.woff") format("woff"), url("../Function Regular.woff2") format("woff2"), url("../Function Regular.ttf") format("truetype");
}
body {
    font-family: 'function';
}
input {
    display: block;
}
.user-input,
textarea {
    width: 100%;
    border: none;
    margin: 10px 0px;
    border-radius: 18px;
    padding: 9px;
    line-height: 1.4em;
    color: #555;
    border: none;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.user-input:focus,
textarea:focus {
    background: #fff;
    outline-width: 0;
}
form {
    max-width: 500px;
    margin: 0 auto;
}
textarea:focus,
input:focus {
    outline: none;
}
input[type="submit"] {
    width: 100%;
    background: #ea1d63;
    border: none;
    color: #fff;
    border-radius: 18px;
    padding: 5px 0px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
input[type="submit"]:hover {
    background: #ee4c83;
}
.error {
    color: #ff0;
    font-size: 30px;
}
.error a {
    color: red;
}
.sent {
    font-size: 30px;
    text-align: center;
    color: green;
}
button {
    font-family: 'Gill Sans MT', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-left: 25px;
    font-weight: 100;
    background: #000;
    width: inherit;
    width: auto;
    padding: 10px 28px;
    text-transform: uppercase;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    border-radius: 0;
    border: none;
}
button:hover {
    background: #fff;
    color: #000;
}
header {
    z-index: 999999;
}
header a:hover {
    color: #eb1129;
}
header .fa-bars {
    display: none;
    float: right;
    margin-top: 20px;
    margin-right: 15px;
    font-size: 30px;
}
.below_header {
    z-index: 9999;
}
header,
.below_header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 90%;
    background-color: #fff;
    height: 70px;
    font-size: 16px;
    text-transform: uppercase;
    color: #091428;
    max-width: 1000px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}
header a,
.below_header a {
    color: #091428;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}
header .grid-4,
.below_header .grid-4 {
    position: absolute;
    padding: 0!important;
    width: inherit;
    width: auto;
    left: 0;
}
header nav,
.below_header nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
}
header {
    border-bottom: solid 1.5px #000;
}
.below_header {
    top: 70px;
    height: 60px;
}
.below_header ul {
    text-align: center;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.below_header ul li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.below_header ul li a {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.logo {
    width: inherit;
    width: auto;
}
.numbers {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.numbers .numbers_box {
    display: inline-block;
}
.numbers .numbers_box img {
    width: auto;
    width: inherit;
}
.numbers .numbers_box h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #091428;
    margin: 0;
    padding-left: 15px;
    font-weight: 500;
}
.numbers .numbers_box #numbers_box-red {
    color: #eb1129!important;
}
.home_slider {
    height: 800px;
    background-image: url(../images/new-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 50%;
    position: relative;
}
.home_slider .slider_caption-wrap {
    position: absolute;
    bottom: 125px;
    left: 22.25%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.home_slider .slider_caption {
    font-family: 'Gill Sans MT', sans-serif;
    width: 276px;
    height: 276px;
    overflow: hidden;
    z-index: 99;
    background-image: url(../images/clear.png);
    background-size: contain;
}
.home_slider .slider_caption h1 {
    font-size: 52px;
    opacity: 0.9;
    margin-left: -7.5px;
    margin-top: 75px;
    margin-bottom: 15px;
    color: #fff;
    /* -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: url(../images/sofa.jpg); 
  background-repeat: no-repeat; 
  background-position-x: 30%; 
  background-position-Y: 60%; */
}
.home_slider .slider_caption ul {
    margin-top: 65%;
}
.home_slider .slider_caption ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    margin-left: 25px;
}
.home_slider button {
    margin-left: 0;
}
.below_header a:before {
    position: absolute;
    left: 0px;
    width: 30px;
    height: 5px;
    background: #ff0000;
    content: "";
    opacity: 0;
    transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}
.below_header a:before {
    top: -7.5px;
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
}
.below_header li:hover a:before {
    opacity: 1;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.header_out {
    top: -75px;
    transform: translateX(-50%) rotateX(90deg);
    -ms-transform: translateX(-50%) rotateX(90deg);
    -webkit-transform: translateX(-50%) rotateX(90deg);
}
.mobile_links {
    display: none;
    position: fixed;
    top: 0;
    z-index: 999999;
    background-color: #fff;
    width: 100%;
    height: 100vh;
}
.mobile_links ul {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.mobile_links ul li {
    margin: 20px 0;
}
.mobile_links ul li a {
    color: #000;
    font-weight: 900;
}
#back_link {
    font-size: 20px;
    text-transform: capitalize;
    color: #b71044;
    float: right;
    margin: 15px;
}
.driveways_slider,
.patio_slider,
.grass_slider,
.ground_slider,
.testimonals_slider,
.gallery_slider,
.contact_slider {
    height: 500px;
}
.driveways_slider {
    background-image: url(../images/driveways.jpg);
}
.patio_slider {
    background-image: url(../images/patios.jpg);
}
.grass_slider {
    background-image: url(../images/grass.jpg);
}
.ground_slider {
    background-image: url(../images/ground.JPG);
}
.testimonals_slider {
    background-image: url(../images/testimonals.jpg);
}
.gallery_slider {
    background-image: url(../images/gallery.jpg);
}
.contact_slider {
    background-image: url(../images/contact.JPG);
}
body h2 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 100;
    letter-spacing: 1.5px;
}
.section_1,
.section_7 {
    color: #091428;
    padding: 90px 0;
    background-image: url(../images/leaf.png);
    background-repeat: no-repeat;
    background-position-X: 0%;
    background-position-y: 50%;
}
.section_1 .grid-8,
.section_1 .grid-4,
.section_7 .grid-8,
.section_7 .grid-4 {
    display: inline-block;
}
.section_1 .grid-4,
.section_7 .grid-4 {
    vertical-align: top;
    margin-top: 35px;
}
.section_1 h2,
.section_7 h2 {
    margin-bottom: 60px;
}
.section_2 {
    background-color: #f61b3e;
    /* background-image: url('../images/no-obligation.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-X: 100%; */
    color: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
}
.section_2 .grid-8 {
    float: none;
}
.section_2 .grid-8 h2 {
    margin-bottom: 0;
}
.section_2 button {
    color: #f61b3e;
    background-color: #fff;
    margin-left: 0;
}
.section_2 p {
    margin-right: 19%;
    margin-bottom: 25px;
}
.section_1 p,
.section_2 p,
.section_3 p,
.section_4 p,
.section_5 p,
.section_6 p,
.section_7 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: inherit;
    margin-right: 21%;
}
.section_3,
.section_4,
.section_5 {
    color: #091428;
    padding: 100px 0;
}
.section_3 p:nth-child(1),
.section_4 p:nth-child(1),
.section_5 p:nth-child(1) {
    margin: 0;
}
.section_3 span,
.section_4 span,
.section_5 span {
    color: #eb1129;
}
.section_3 h2,
.section_4 h2,
.section_5 h2 {
    margin: 0;
}
.section_3 h3,
.section_4 h3,
.section_5 h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1.5px;
    margin-top: 0;
}
.section_3 ul li,
.section_4 ul li,
.section_5 ul li {
    width: 48%;
    display: inline-block;
    margin-left: 1.5%;
    padding: 40px 0;
    vertical-align: top;
}
.section_3 ul li img,
.section_4 ul li img,
.section_5 ul li img {
    width: 40px;
}
.section_3 li:nth-child(3),
.section_3 li:nth-child(4),
.section_4 li:nth-child(3),
.section_4 li:nth-child(4),
.section_5 li:nth-child(3),
.section_5 li:nth-child(4) {
    padding-bottom: 0;
}
.section_3 hr,
.section_4 hr,
.section_5 hr {
    background-color: #f61b3e;
    height: 5px;
    width: 100px;
    margin: 0;
}
.section_2,
.section_3,
.section_5 {
    position: relative;
    overflow: hidden;
}
.section_2 .grid-5,
.section_2 .grid-4,
.section_3 .grid-5,
.section_3 .grid-4,
.section_5 .grid-5,
.section_5 .grid-4 {
    position: absolute;
    top: 0;
    width: 37.5%;
    height: 100%;
}
.section_2 .grid-4,
.section_3 .grid-4,
.section_5 .grid-4 {
    right: 0;
}
.section_3 .grid-5 {
    left: 0;
    background-image: url("../images/services.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-X: 50%;
}
.section_4 {
    background-color: #0f1f3d;
    color: #fff;
    text-align: center;
}
.section_4 hr {
    margin: 20px auto;
    margin-bottom: 40px;
    background-color: #fff;
    height: 1.5px;
    border: #fff;
}
.section_4 .grid-9 {
    position: relative;
}
.section_4 .grid-9 li {
    display: inline-block;
    width: 33.3333%;
    padding: 7px 10px;
}
.section_4 .grid-3 {
    background-color: #f61b3e;
    padding: 100px 0;
}
.section_4 .grid-3 p {
    margin: 20px auto;
    font-size: 18px;
}
.section_4 .grid-3 .fa {
    margin-top: 30px;
    color: #0f1f3d;
    font-size: 45px!important;
}
.section_5 {
    color: #091428;
    padding-top: 200px;
    padding-bottom: 50px;
}
.section_5 h2 {
    margin-bottom: 50px;
}
.section_5 h3 {
    color: #f61b3e;
    margin: 50px 0;
}
.section_5 p {
    margin-right: 10%;
}
.section_5 .grid-7 img {
    width: auto;
    display: inline-block;
    margin-right: 50px;
}
.section_5 .grid-5 {
    width: 42.5%;
    right: 0;
    background-image: url("../images/chair.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-X: 25%;
}
.section_6 .grid-7,
.section_6 .grid-5 {
    display: inline-block;
}
.section_6 .grid-5 {
    color: #091428;
    padding-top: 60px;
    padding-left: 100px;
    vertical-align: top;
}
.section_6 .grid-7 {
    background-color: #f61b3e;
    color: #fff;
    text-align: center;
    padding: 150px 0;
}
.section_6 .grid-7 button {
    background-color: #fff;
    color: #ff0000;
    padding: 15px 60px;
}
.section_6 .grid-7 p {
    width: 45%;
    margin: 60px auto;
}
.section_6 .grid-7 span {
    font-family: Gill Sans MT;
    font-size: 43px;
    font-weight: bold;
}
.section_6 .grid-numbers {
    font-family: 'function', sans-serif;
    text-transform: uppercase;
    color: #091428;
    font-size: 18px;
    margin-top: 25px;
}
.section_6 .grid-numbers span {
    color: #eb1129;
}
.section_7 {
    background-image: url("");
}
.section_7 h2 {
    margin-bottom: 5px;
}
.section_7 span {
    font-size: 14px;
    color: #eb1129;
    text-transform: uppercase;
}
.section_7 .grid-8 {
    padding-left: 100px;
}
.section_7 .grid-8 p {
    margin-right: 0;
}
.testimonals {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    padding: 100px 0;
    border-bottom: solid 1px #eee;
}
.testimonals h2 {
    color: #b71044;
}
.testimonals h3 {
    font-style: italic;
    font-size: 24px;
    color: #e13050;
    margin-bottom: 75px;
}
.testimonals p {
    font-size: 16px;
    color: #909090;
    margin: 40px auto;
    width: 50%;
    min-width: 300px;
}
.testimonals hr {
    margin-bottom: 75px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(142, 142, 142, 0.75), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(142, 142, 142, 0.75), rgba(0, 0, 0, 0));
}
.testimonals .slider .sssnext,
.testimonals .slider .sssprev {
    height: 50%;
}
.gallery_section {
    text-align: center;
}
.gallery_section h2 {
    color: #b71044;
}
.gallery_section li {
    width: 32.33%;
    display: inline-block;
    padding: 15px;
    min-width: 300px;
}
.gallery_section li img {
    vertical-align: top;
}
.contact_section {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #0d0d0d;
}
.contact_section h2 {
    font-weight: 500;
}
.contact_section .grid-6 {
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
}
.contact_section .grid-6:nth-child(2) {
    padding: 40px;
    border: solid 1px #000;
    border-radius: 1px;
}
.contact_section input,
.contact_section textarea {
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    padding: 20px 25px 15px 25px;
}
.contact_section textarea {
    background: none;
}
.contact_section button {
    background-color: #fff;
    color: #000;
    border: solid 1px #000;
    width: 100%;
    margin: 0;
    text-align: left;
    border-radius: 1px;
}
.contact_section button:hover {
    background-color: #000;
    color: #fff;
}
.contact_section span {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.contact_section img {
    width: auto;
}
.contact_section ul,
.contact_section img {
    display: inline-block;
    vertical-align: top;
}
.contact_section ul {
    width: 300px;
    padding-left: 15px;
}
.contact_section ul li:nth-child(1) p {
    margin: 0;
    padding: 0;
}
.driveways,
.patios,
.grass,
.ground {
    padding-top: 75px;
    padding-left: 50px;
}
.driveways .grid-5 {
    left: 0;
    background-image: url("../images/driveways-bottom.jpg");
}
.patios .grid-5 {
    left: 0;
    background-image: url("../images/chairs-garden.jpg");
}
.grass .grid-5 {
    left: 0;
    background-image: url("../images/grass-box3.JPG");
}
.ground .grid-5 {
    left: 0;
    background-image: url("../images/ground-box3.jpg");
}
footer {
    background-color: #0f131c;
}
footer img {
    width: inherit;
    width: auto;
}
footer .footer_container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 75px 0;
    background-image: url("../images/footer-leaf.jpg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position-X: 50%;
    background-position-Y: 50%;
}
footer .footer_container h3 {
    font-size: 22px;
    margin-bottom: 50px;
    letter-spacing: 1.5px;
    font-weight: 500;
}
footer .footer_container .footer_box {
    width: 32.3333%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
footer .footer_container .footer_box ul {
    margin: 25px 0;
}
footer .footer_container .footer_box a {
    color: #fff;
}
.grid-container {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}
img {
    width: 100%;
}

/* Media Queries
================================ */

@media (min-width: 1px) and (max-width: 767px) {
    .grid-container > [class^="grid-"] {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .hide-mobile {
        display: none;
    }
}
@media (min-width: 768px) {
    /* Columns
  ================================ */
    .grid-container > [class^="grid-"] {
        float: left;
        min-height: 1px;
        margin-left: 2%;
    }
    .grid-container > [class^="grid-"]:first-child {
        margin-left: 0;
    }
    .grid-container > [class^="grid-"]:last-child {
        float: right;
    }
    /* Columns are 65px wide, with 20px gutters
  =========================================== */
    .grid-1 {
        width: 6.5%;
    }
    .grid-2 {
        width: 15%;
    }
    .grid-3 {
        width: 23.5%;
    }
    .grid-4 {
        width: 32%;
    }
    .grid-5 {
        width: 40.5%;
    }
    .grid-6 {
        width: 49%;
    }
    .grid-7 {
        width: 57.5%;
    }
    .grid-8 {
        width: 66%;
    }
    .grid-9 {
        width: 74.5%;
    }
    .grid-10 {
        width: 83%;
    }
    .grid-11 {
        width: 91.5%;
    }
    .grid-12 {
        width: 100%;
    }
    /* Clearfix
  ================================ */
    .grid-container:after,
    .group:after {
        content: " ";
        display: table;
        clear: both;
    }
}
@media (min-width: 1200px) {
    .grid-container {
        max-width: 1100px;
    }
}
@media (max-width: 1199px) {
    .grid-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section_1,
    .section_7 {
        background-image: url("");
    }
    .section_4 .grid-3 {
        padding: 20px;
        width: 100%;
        margin-top: 15px;
    }
    .section_4 .grid-9 {
        width: 100%;
    }
}
@media (max-width: 1150px) {
    .section_6 .grid-5 {
        padding: 20px 50px;
    }
}
@media (max-width: 1060px) {
    .section_1 .grid-4,
    .section_2 .grid-4,
    .section_7 .grid-4 {
        display: none;
    }
    .section_1 .grid-8,
    .section_2 .grid-8,
    .section_7 .grid-8 {
        width: 100%;
        padding-left: 0;
    }
    .section_1 .grid-8 p,
    .section_2 .grid-8 p,
    .section_7 .grid-8 p {
        margin-right: 0;
    }
    .grid-container {
        padding-left: 0px;
        padding-right: 0px;
        width: 90%;
    }
}
@media (max-width: 1075px) {
    .numbers {
        display: none;
    }
    header nav,
    .below_header nav {
        left: 65%;
    }
}
@media (max-width: 985px) {
    .section_6 .grid-5 {
        padding: 10px 20px;
    }
}
@media (max-width: 950px) {
    .section_3 .grid-7,
    .section_5 .grid-7 {
        width: 100%;
    }
    .section_3 .grid-5,
    .section_5 .grid-5 {
        display: none;
    }
    .driveways,
    .patios,
    .grass,
    .ground {
        padding-left: 0;
    }
}
@media (max-width: 800px) {
    header {
        height: 140px;
    }
    .numbers {
        display: inherit;
        top: 25%;
    }
    .below_header {
        top: 140px;
        font-size: 12.5px;
    }
    .below_header ul {
        top: 60%;
    }
    .below_header ul li {
        margin: 0 10px;
    }
    header nav,
    .below_header nav {
        top: 75%;
        left: 50%;
        width: 100%;
    }
    .home_slider {
        height: 500px;
        height: 100vh!important;
    }
    .driveways_slider,
    .patio_slider,
    .grass_slider,
    .ground_slider,
    .testimonals_slider,
    .gallery_slider,
    .contact_slider {
        height: 500px;
        height: 75vh!important;
    }
    .home_slider .slider_caption-wrap {
        left: 50%;
    }
    .section_1,
    .section_2,
    .section_4,
    .section_7 {
        padding: 40px 0;
    }
    footer .footer_box {
        width: 100%!important;
    }
}
@media (max-width: 600px) {
    .numbers,
    nav,
    .below_header {
        display: none;
    }
    header {
        height: 70px;
    }
    header .fa-bars {
        display: inherit;
    }
    .section_3 p,
    .section_5 p {
        margin-right: 0;
    }
    .section_3 ul li,
    .section_5 ul li {
        width: 100%;
    }
    .section_4 .grid-9 li {
        width: 49%;
    }
}
@media (max-width: 370px) {
    header {
        height: 140px;
    }
    .section_4 .grid-9 li {
        width: 100%;
    }
    .fa-bars {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 75%;
        margin-top: 0!important;
    }
}
@media (min-width: 21.33333em) {
    /* smartphones, iPhone, portrait 480x320 phones */
}
@media (min-width: 32.06667em) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}
@media (min-width: 51.2em) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}
@media (min-width: 1031px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (min-width: 68.33333em) {
    /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 85.4em) {
    /* hi-res laptops and desktops */
}
