body {
    padding: 0;
    color: #424242;
}

body,
input,
select,
textarea,
button,
.btn {
    font: 16px/1.75em 'Roboto', Helvetica, Arial;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.75em
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }

    #services .container-fluid {
        max-width: 1500px;
    }
}

@media (min-width: 992px) {
.col-lg-custom {
 -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
}
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}
.row:after, .row:before {
    display:none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'D-DIN', Helvetica, Arial;
    color: #060b17;
    font-weight: 600;
    margin-top: 0;
}

h1,
.h1 {
    font-size: 65px;
}

h2,
.h2 {
    font-size: 50px;
}

h3,
.h3 {
    font-size: 40px;
}

h4,
.h4 {
    font-size: 30px;
}

h5,
.h5 {
    font-size: 25px;
}

p {
    font-size: 18px
}

p.intro-text {
    font-size: 20px
}

ul.intro-list,
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize
}

ul.intro-list li,
ul.list li {
    position: relative;
    padding-left: 34px;
    margin: 6px 0;
    font-size: 18px;
    color: #fff;
}

ul.list li {
    text-shadow: none;
    width: auto;
    float: none;
    color: #fff
}

#header ul.list li {
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
    font-weight: bold;
    font-size: 19px;
}

#header ul.list li:before {
    font-weight: normal;
}

ul.intro-list li:before,
ul.list li:before {
    font-family: "fontello";
    content: '\e98f';
    color: #00a651;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px
}

ul.list li:before {
    content: "\f375";
}

.pop-body form {
    padding: 15px 25px 10px
}


.nav-phone {
    position: relative;
    z-index: 4;
    display: flex;
    padding: 25px 30px;
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #685f5f;
    text-decoration: none;
    visibility: hidden
}

.nav-phone i {
    font-size: 26px;
    color: rgb(0, 166, 81);
}

.nav-phone__link {
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    /* text-shadow: 1px 1px 1px #4c4c4e; */
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
}

.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #3c3c3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: 0;
    font-size: 14px;
    height: auto;
    padding: 12px 15px;
    border: 2px solid #a5a5a5;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    color: #525a6c;
    border-color: #e3ebec;
    background-color: #e3ebec;
}


.form-control.error {
    border-color: rgba(206, 32, 32, 0.8)
}

label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

.form-label {
    text-shadow: none;
    font-size: 14px;
    color: #060b17;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 20px;
}

.cta-sub {
    font-size: 13px;
    color: #fff;
    display: block;
    margin-top: 12px;
    text-shadow: none;
    text-align: center
}

.ctaBlock {
    padding: 50px;
    background-color: #060b17;
    position: relative;
}

.ctaBlock p {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
}

.ctaBlock h2 {
    color: #fff;
}

.ctaBlock i {
    position: absolute;
    font-size: 9.4em;
    color: rgba(255, 255, 255, 0.2);
    right: 10px;
    top: 50%;
    margin-top: -75px;
}

.ctaBlock .bottomCTA {
    position: absolute;
    bottom: 0;
    margin-bottom: 45px;
}

.ctaBlock h2 span {
    display: block;
    font-size: 30px;
}

.ctaBlock h2 a {
    color: #00a651;
    font-size: 50px;
}

.ctaBlock h2 a:hover {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color ease-in-out .15s;
    -o-transition: color ease-in-out .15s;
    transition: color ease-in-out .15s;
}

.ctaBlock.invertBox {
    border: 15px solid #f1f5f6;
    background-color: #fff;
    margin: 0;
    padding: 30px;
}

.ctaBlock.invertBox p {
    color: #525a6c;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

.ctaBlock.invertBox h2 {
    color: #00a651;
    font-size: 26px;
}

.ctaBlock ul.intro-list {
    margin-bottom: 0;
}

.button,
a.button {
    -moz-transition: .1s transform ease-in, .2s background ease-in;
    -o-transition: .1s transform ease-in, .2s background ease-in;
    -webkit-transition: .1s -webkit-transform ease-in, .2s background ease-in;
    border: 0;
    display: inline-block;
    font-family: "D-DIN", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    cursor: pointer;
    font-size: 22px;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: .003em;
    line-height: 20px;
    line-height: 2rem;
    outline: 0;
    padding: 19px 27px;
    padding: 1.4rem 2.7rem;
    position: relative;
    text-decoration: none;
    transition: .1s transform ease-in, .2s background ease-in
}

.button.primar {
    -moz-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    background: #fc0;
    background: -moz-linear-gradient(top, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    border: 1px solid #ffc400;
    border: .1rem solid #ffc400;
    box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    color: #1d1d1d;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#f9b800', GradientType=0);
    transform: scale(1);
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4)
}

.button.primar:hover {
    background: #ffe065;
    background: -moz-linear-gradient(top, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe065', endColorstr='#ffcc05', GradientType=0)
}

.button.primar:active,
.button.primar:focus {
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    -webkit-transform: scale(.95);
    box-shadow: inset 0 0 10px rgba(178, 143, 4, .35);
    transform: scale(.95)
}


#header .header-logo {
    max-height: 100px;
}

#headerContent {
    background-image: url('../img/header.webp');
    background-size: cover;
    position: relative;
    background-position: center
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    white-space: nowrap;
}

.form-container h4.title.small {
    color: #ffe016;
    text-align: center;
    padding: 20px 10px 0;
    font-size: 25px;
    margin-bottom: 0
}

.form-container h4.title.small span {
    font-family: 'open sans', Helvetica, Arial;
    display: block;
    font-weight: normal;
    margin: 10px 0 0;
    font-size: 15px;
    color: #fff
}

#header ul.list li {
    margin: 15px 0;
    font-family: 'Poppins', Helvetica, Arial;
}

#header ul.list li:first-child {
    margin-top: 0;
}

#header ul.list li:before {
    font-family: "Ionicons";
    content: "\f375";
    color: #ffffff;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 22px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #000;
    border-radius: 50%;
    padding: 6px;
    z-index: 1;
}

#header ul.list li span {
    padding: 3px 23px;
    background-color: #18bade;
    position: relative;
    display: inline-block;
}

#header ul.list li span:after {
    content: "";
    position: absolute;
    border-top: 34px solid #19b9db;
    border-bottom: 0 solid transparent;
    border-right: 8px solid transparent;
    transform: translate(100%, 0);
    top: 0;
    right: 0;
}

.header-content {
    padding: 60px 0 45px;
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000
}

.heading-style1 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 24px
}

.heading-style1 span {
    font-weight: bold
}

.no-left-padding {
    padding-left: 0;
}

.list.no-top-margin {
    margin-top: 0;
}

.pre-footer-form-header {
    color: #fefefe;
    -webkit-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -khtml-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -moz-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -ms-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -o-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    text-shadow: 0 -1px rgba(0, 0, 0, .5);
    text-align: center;
    background: #1793d6;
    letter-spacing: 2px;
    padding-bottom: 1px;
    padding: 10px 5px;
    margin-top: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold
}

.pre-footer-form-header span {
    font-family: 'Open Sans', Helvetica, Arial;
    font-weight: normal;
    display: block;
    margin-top: 6px;
    font-size: 16px
}

.form-control:focus {
    border-color: #0786ea;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(7, 134, 234, 0.5), 0 0 8px rgba(102, 175, 233, 0.8)
}

::selection {
    background: #276cd2;
    color: #fff;
    text-shadow: none
}

.today-offer {
    display: inline-block;
    border: 6px dashed #18b9dd;
    padding: 15px 15px 20px;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    color: #FFE016;
    font-size: 19px;
    margin-top: 10px;
    box-shadow: 0 0 50px #020202, 0 0 1px #000;
    background-color: #252c33;
}

.today-offer span {
    display: block
}

.today-offer .offer-price {
    font-size: 60px;
    margin: 15px 0;
}

.preview-offer {
    text-align: right;
    font-family: 'Poppins', Helvetica, Arial;
    text-shadow: 0 0 50px, 0 0 1px #000;
    margin-top: 12px;
}

.preview-offer .offer-description {
    text-align: left;
    float: right;
}

.preview-offer .offer-description a {
    font-size: 26px;
    color: #1ab4d7;
    font-weight: bold;
}

.preview-offer .offer-description span {
    display: block;
}

.preview-offer .offer-price {
    font-size: 110px;
    font-weight: bold;
    color: #ea4335;
    line-height: 90px;
}

.preview-offer .offer-price span {
    font-size: 25px;
    font-weight: normal;
}

.preview-offer .offer-title {
    color: #fec738;
    font-size: 21px;
    font-weight: 600;
}

.preview-offer span {
    color: #fff;
}

.strike {
    text-decoration: line-through
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.btn {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0;
    height: auto;
    border-width: 0 !important;
    border-radius: 0;
    padding: 1.15em 2.1em;
    color: #fff;
    background: linear-gradient(to right, #060b17 50%, #00a651 50%) no-repeat scroll right bottom / 210% 100% #00a651 !important;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease !important;
    transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease !important;
}

.btn:hover {
    background-position: left bottom !important;
    color: #ffffff !important;
}

.btn-sm {
    font-size: 15px;
    padding: 0.9em 1.8em;
}

.btn-submit {
    margin-top: 8px;
    width: 100%;
}

.btn-learnmore {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
}

.btn-learnmore:before {
    content: '\e908';
    font-family: "fontello";
    position: relative;
    height: 20px;
    width: 20px;
    font-size: 10px;
    margin-right: 8px;
    line-height: 1;
    color: #ededed;
    border-radius: 50%;
    background-color: #00a651;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-learnmore:hover {
    text-decoration: none;
}

.btn-learnmore span {
    background: linear-gradient(to right, #00a651, #00a651 50%, #060b17 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    overflow: hidden;
    -webkit-transition: background-position 300ms ease;
    -khtml-transition: background-position 300ms ease;
    -moz-transition: background-position 300ms ease;
    -ms-transition: background-position 300ms ease;
    -o-transition: background-position 300ms ease;
    transition: background-position 300ms ease;
}

.btn-learnmore:hover span {
    background-position: 0 100%;
}

#headerBar {
    border-top: 8px solid #00a651;
    background-color: #fff;
    padding: 25px 0;
}

#headerBar .cta-ul-holder {
    justify-content: center;
    flex-direction: column;
    text-align: right;
    display: flex;
}

#headerBar ul.cta-ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#headerBar ul.cta-ul li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

#headerBar ul.cta-ul li:last-child {
    margin-right: 0;
}

#headerBar ul.cta-ul li a {
    display: block;
    position: relative;
    padding-left: 50px;
    color: #060b17;
    font-weight: bold;
    line-height: 21px;
    text-align: left;
}

#headerBar ul.cta-ul li a:hover {
    text-decoration: none;
}

#headerBar ul.cta-ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 34px;
    font-weight: bold;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

#headerBar ul.cta-ul li a:hover i {
    color: #00a651;
}

.navbar-toggle {
    margin-top: 16px;
    margin-right: 0;
    margin-bottom: 16px;
}

.navbar-collapse {
    padding: 0;
}

.no-min-height {
    min-height: 0;
}

#navBar {
    background-color: #060b17;
}

#navBar ul.nav-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#navBar ul.nav-ul li {
    display: inline-block;
}

#navBar ul.nav-ul li a {
    color: #fff;
    padding: 1.7em 1.2em;
    display: block;

    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

#navBar ul.nav-ul li:first-child a {
    padding-left: 0;
}

#navBar ul.nav-ul li a:hover {
    color: #00a651;
    text-decoration: none
}

#navBar ul.mobile-nav-ul {
    border-top: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: #060b17;
}

#navBar ul.mobile-nav-ul li {
    display: block
}

#navBar ul.mobile-nav-ul li a {
    padding: 1.2em 1.2em;
    display: block;
    color: #fff;

    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#navBar ul.mobile-nav-ul li:last-child a {
    border: 0;
}

#navBar ul.mobile-nav-ul li a:hover {
    background-color: #004113;
    text-decoration: none
}

#navBar ul.mobile-nav-ul li a:focus {
    background: transparent;
}

/* #headerContent {
} */
.home-header{
    padding: 60px 0;
}

.header-cotnent {
    /* text-shadow: 0 0 50px rgba(0, 0, 0, 0.63), 0 0 2px #000; */
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.40);
}

#headerContent h1 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 10px;
}

#headerContent h1,
#headerContent p {
    color: #fff;
}

#headerContent p {
    margin-bottom: 0;
    font-size: 19px;
}

#headerContent p a {
    text-decoration: underline;
    color: #FFE016;
}

#headerContent h1 span {
    display: block;
    font-size: 25px;
    margin-top: 7px;
    color: #FFE016;
    font-weight: normal;
}

.pop-body .title {
    font-weight: bold;
    color: #ffffff;
    font-size: 41px;
    text-align: center;
    /* height: 105px; */
    line-height: 33px;
    letter-spacing: 2px;
    padding-bottom: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: -1px -1px 0;
    padding-top: 20px;
    padding-bottom: 14px;
    background: #060b17;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 10px rgba(0, 0, 0, .2);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -khtml-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -o-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
}

.pop-body .title span:first-child {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 20px;
    margin-top: 7px;
    margin-bottom: 4px;
    width: 100%;
    display: block;
    font-weight: 300;
    letter-spacing: 0;
    /* text-align: left; */
    padding: 0 20px;
}

.pop-body .title span+span {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    display: block;
    font-weight: 300;
    font-weight: bold;
}

.pop-body form {
    padding: 20px 25px 10px;
    background-color: #fafafa;
    /* border-top: 1px solid #f9ba00; */
}

.pop-body .cta-sub {
    color: #060b17;
    margin: 15px 0 7px;
}

#review-badges {
    margin-bottom: 25px;
}

.brdr-top {
    width: 100% !important;
    height: 6px !important;
    background: #4fce6a !important;
    border-radius: 2px 2px 0 0 !important;
}

.badge-content {
    padding: 10px;
}

.review-badge {
    background-color: #fff;
    /* box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%); */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26) !important;
}

#review-badges p {
    line-height: 1;
    font-size: 14px;
    color: #333 !important;
    text-shadow: none;
}

.review-badge .logo img {
    border-radius: 50%;
    width: 44px;
}

.review-badge .score {
    margin-left: 8px;
}

.review-badge .rating span {
    font-size: 18px;
    font-weight: normal;
    color: #fbbc00;
    line-height: 1;
    display: inline-block;
}

.fb-badge {
    border: 3px solid #3a5897;
}

.todayOffer {
    background-color: #00a651;
    color: #fff;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    display: flex;
}
.todayOffer a {
    color: #fefefe;
    text-decoration: none;
    /* margin-top: 2px; */
}
.todayOffer .offerCta {
    display: block;
    line-height: 15px;
}

.todayOffer .clock-display,
.todayOffer .offerValue {
    display: block;
    font-weight: bold;
    font-family: 'D-DIN', Helvetica, Arial;
    font-size: 26px;
}

.todayOffer .offerValue {
    margin: 3px 0;
}

.todayOffer .offerValue span {
    font-size: 20px;
}

.rating-holder {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-holder img {
    max-width: 120px;
    margin-right: 15px;
    display: inline-block;
}

.rating-holder span {
    font-size: 14px;
    display: inline-block;
    line-height: 1.6;
    text-align: left;
}

.marBottom {
    margin-bottom: 20px;
}

#back-to-top {
    position: fixed;
    bottom: -55px;
    right: 40px;
    z-index: 9999;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #060b17;
    font-weight: bold;
}

#whyUs {
    padding: 100px 0;
}

#back-to-top:hover {
    background: transparent;
    color: #00a651;
}

#back-to-top:active {
    background: transparent;
}

#back-to-top.show {
    bottom: 56px;
}

#back-to-top:after {
    content: '\e9a5';
    font-family: 'Fontello';
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 16px;
}

#services {
    margin-top: 10px;
    /* padding-bottom: 230px !important; */
}
#services .container {
    max-width: 1450px;
}


.our-clients{
    margin-top: 50px;
}

.company-logo{
    display: flex;
    flex-wrap: wrap;
}

.company-logo li{
    width: 20%;
}

.header-style{
    position: relative;
}
.header-style::before{
    content: "";
    position: absolute;
    top: 3px;
    left: 12%;
    width: 30px;
    height: 40px;
    background-image: url("../img/icn-turf-left-green.webp");
    background-position: center center;
    background-size: cover;
}
.header-style::after{
    content: "";
    position: absolute;
    top: 5px;
    right: 12%;
    /* left: 64%; */
    width: 30px;
    height: 40px;
    background-image: url("../img/Synthetic-Grass-Solutions-right-28047b.webp");
    background-position: center center;
    background-size: cover;

}

#services,
#testimonials {
    padding: 100px 0;
    background-color: #f1f5f6;
}


.section-headline {
    text-align: center;
    margin-bottom: 60px;
}

.section-headline h2 {
    margin-bottom: 25px;
}

.section-headline p {
    color: #525a6c;
}

.section-headline p b {
    color: #060b17;
    border-bottom: 2px solid #00a651;
}

.service-block {
    /* margin-bottom: 35px; */
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    /* position: relative; */
}

.service-block p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.service-block_frame {
    background-color: #fff;
    width: 100%;
    /* min-height: 165px; */
    margin-top: -35px;
    position: relative;
    padding: 15px 10px;
    border-bottom: 3px solid #00a651;
    /* margin-top: 10px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-block_frame p {
    font-size: 15px;
    margin-bottom: 11px;
    line-height: 1.5;
}

.our-clients .section-headline h3{
    position: relative;
}

.our-clients .section-headline h3::before{
    content: "";
    position: absolute;
    top: 0;
    left: 32%;
    width: 30px;
    height: 40px;
    background-image: url(../img/icn-turf-left-green.webp);
    background-position: center center;
    background-size: cover;
}
.our-clients .section-headline h3::after{
    content: "";
    position: absolute;
    top: 0;
    right: 32%;
    /* left: 64%; */
    width: 30px;
    height: 40px;
    background-image: url(../img/Synthetic-Grass-Solutions-right-28047b.webp);
    background-position: center center;
    background-size: cover;
}

.service-block ul.intro-list li {
    text-align: left;
}

.service-block h5 {
    margin-bottom: 9px;
    text-transform: capitalize;
    font-size: 21px;
    color: #231f20;
    margin-bottom: 15px;
}

.pl-0 {
    padding-left: 0 !important;
}

#brands {
    padding: 100px 0;
    background-color: #060b17;
    margin-top: 10px;
}

#brands .section-headline h2 {
    color: #004113;
}

#whyChooseUs {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 110px 0;
    background-image: url('../img/why-us-bg.webp?v=1.1.0');
    background-size: cover;
    background-position: center center;
}

#whyChooseUs h2 {
    color: #fff;
}

#whyChooseUs h2 span {
    color: #00a651;
}

#whyChooseUs p {
    color: rgba(255, 255, 255, 0.8);
}

#whyChooseUs ul.intro-list {
    margin-bottom: 0;
}

#whyChooseUs ul.intro-list li {
    color: #fff;
}

.cta-full {
    background-color: #060b17;
    padding: 50px 0;
}

.cta-full p {
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}

.cta-full p b {
    color: #01e36f;
}

.cta-full .h1 {
    margin-bottom: 0;
}

.cta-full .h1 a {
    color: #00a651;
    font-size: 70px;
}

.center-content-inCol {
    justify-content: center;
    flex-direction: column;
    text-align: left;
    display: flex;
}

/* Gallery */
#gallery {
    padding: 90px 0;
}

ul.gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.gallery li {
    width: 24.5%;
    /* float: left; */
    position: relative;
    overflow: hidden;
    margin: 0.25%;
}

ul.gallery li a:after {
    font-family: "fontello";
    content: '\e8f4';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* padding-top: 95px; */
    text-align: center;
    color: rgba(255, 255, 255, 0);
    font-size: 25px;
    background: rgba(137, 204, 37, 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center
}

ul.gallery li a:hover:after {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    border: 2px solid #ee4bff;
}

ul.gallery li img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

ul.gallery li a:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
}

.gallery-card {
    background: rgb(42, 51, 59);
    color: #fff;
    ;
    text-align: center;
    padding: 72px 0;
    position: relative;
}

#aboutUs {
    padding: 115px 0;
}

#aboutUs h2 {
    margin-bottom: 15px;
}

#aboutUs h2 span {
    color: #00a651;
}

#aboutUs p {
    color: rgba(82, 90, 108, 0.9);
    font-size: 17px;
}

#aboutUs p b.highlight,
#aboutUs p b.highlight a {
    color: #004113;
}

#aboutUs p b.highlight a {
    text-decoration: underline;
}

#aboutUs figure {
    position: relative;
}

#aboutUs figure::after {
    content: '';
    display: block;
    position: absolute;
    height: 195px;
    width: 195px;
    left: -10px;
    bottom: -20px;
    z-index: -1;
    background-image: url('../img/dot-dot.png');
    background-repeat: no-repeat;
}

#gallery {
    padding-bottom: 90px;
    text-align: center;
}

#gallery h2 {
    margin-bottom: 35px;
}

ul.gallery {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.gallery li {
    width: 31.333%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 1%;
}

ul.gallery li a:after {
    font-family: "Fontello";
    content: '\e8eb';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 125px;
    text-align: center;
    color: rgba(255, 255, 255, 0);
    font-size: 25px;
    background: rgba(137, 204, 37, 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    background-repeat: no-repeat;
    background-position: center
}

ul.gallery li a:hover:after {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    border: 2px solid #0c5fa7;
}

ul.gallery li img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

ul.gallery li a:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
}

.review-block {
    background-color: #fff;
    text-align: center;
    padding: 50px 40px 35px;
    margin-bottom: 25px;
    position: relative;
    -webkit-box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
    box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
}

.review-block img {
    margin: 0 auto;
    margin-bottom: 10px;
}

.review-block p {
    font-size: 15px;
    color: #525a6c;
    line-height: 24px;
    margin-bottom: 25px;
}

.review-block h5.author {
    font-size: 17px;
}

.review-block h5.author span {
    display: block;
    color: #92969f;
    font-weight: normal;
    font-size: 16px;
    margin-top: 5px;
}

.review-block img.rating {
    margin-bottom: 25px;
}

.up-level {
    position: relative;
    z-index: 999;
}

#footer {
    background-color: #fff;
}

.footer-wrapper {
    padding: 40px 0;
    background-color: #f1f5f6;
}

#footer .h1 {
    text-align: right;
    margin-bottom: 0;
}

#footer .h1 a {
    color: #00a651;
    font-size: 38px;
    font-weight: bold;
}

#footer .footer-logo {
    border-radius: 4px;
}

#copyright {
    text-align: center;
    color: #fff;
    background-color: #fff;
}

.copyright-wrapper {
    padding: 12px 0;
    background-color: #2a2a2a;
}

#copyright p {
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

#quote {
    padding: 100px 0;
    background: #fff;
}

#quote .h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
}

.request-quote-form h5 {
    margin: 0;
    padding: 18px 0;
    text-align: center;
    background-color: #f1f5f6;
    font-size: 22px;
}

.form-container {
    border: 8px solid #f1f5f6;
    border-top: 0;
    padding: 20px;
}

.form-label span {
    color: red;
}

.form-label span.muted {
    color: rgb(10, 19, 40) !important;
    font-size: 11px;
    font-weight: bold;
}

.form-privacy {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    color: #34405a;
}

#quote p.intro {
    color: #525a6c;
    font-size: 16px;
    margin-bottom: 25px;
}

.value-prop {
    position: relative;
    margin-bottom: 25px
}

.value-prop img {
    position: absolute;
    top: 50%;
    margin-top: -38px;
}

.prop-content {
    padding-left: 85px;
}

.prop-content h6 {
    font-size: 19px;
    margin-bottom: 6px;
}

.prop-content p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
}

.trx_addons_icon-menu {
    color: #fff;
    font-size: 35px;
}

.trx_addons_icon-menu:before {
    content: '\e93c';
    font-family: 'Fontello';
}

@media(max-width:990px) {
    .row {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width:1024px) {
    body {
        margin: 0;
    }

    .section,
    .copyright-wrapper,
    .footer-wrapper {
        margin: 0;
    }

    #services {
        padding-bottom: 60px !important;
    }

    .service-block {
        margin-bottom: 35px;
    }

    .ctaBlock i {
        font-size: 5.4em;
        top: 50%;
        margin-top: -45px;
    }

    .cta-full h1 a {
        font-size: 60px;
    }
}

@media screen and (max-width:812px) {
    #headerBar img {
        margin: 0;
    }

    #reviews-counter img {
        margin-bottom: 0 !important;
    }

    .nav-phone {
        position: fixed;
        bottom: 13px;
        left: 36%;
        padding: 10px 20px 10px 23px;
        border-radius: 56px;
        background-color: #2d2d30;
        visibility: visible;
    }

    .header-style::before {
        left: 20%;
    }
    .header-style::after {
        left: 75%;
    }

    ul.gallery li {
        width: 48%;
    }

    #headerBar .cta-ul-holder {
        display: block;
        text-align: center;
    }

    .row-eq-height {
        display: block;
    }

    .todayOffer {
        padding: 10px 0;
    }

    .today-offer .offer-price {
        font-size: 51px;
    }

    .preview-offer {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .text-custom-center {
        text-align: center;
    }

    .header-content {
        padding: 10px 0 30px
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    .form-container {
        z-index: 999;
        position: relative;
        margin: 0
    }

    ul.intro-list li {
        text-shadow: none;
        width: auto;
        float: none
    }

    #navBar ul.nav-ul li a {
        padding: 1.7em 0.9em;
    }

    .rating-holder {
        text-align: center;
    }

    .rating-holder img {
        max-width: 130px;
        margin-bottom: 0 !important;
    }

    .ctaBlock {
        padding: 30px 15px;
    }

    .ctaBlock .bottomCTA {
        position: relative;
        bottom: auto;
        margin-top: 65px;
        margin-bottom: 0;
    }

    #whyUs {
        padding: 70px 0;
    }

    .cta-full h1 {
        margin-bottom: 20px;
    }

    .ctaBlock.invertBox h2 {
        font-size: 23px;
    }

    #whyChooseUs {
        padding: 100px 0;
        background-position: 45% center;
    }

    #aboutUs {
        padding: 90px 0;
    }

    #aboutUs img {
        margin-bottom: 30px;
    }

    .review-block {
        margin-bottom: 20px;
    }

    .request-quote-form {
        margin-bottom: 30px;
    }

    #quote h1 {
        font-size: 55px;
    }

    #footer img {
        margin: 0 auto 20px;
    }

    #floating-number {
        padding: 0;
        right: 0;
        top: 0;
        bottom: auto
    }

    #floating-number .holder,
    #floating-number a {
        border-radius: 0
    }

    #floating-number .holder {
        width: 100%;
        text-align: center;
        padding: 10px 10px;
    }

    #floating-number h3 {
        font-size: 40px
    }

    .pop-body {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .no-phone-gutters {
        margin-right: 0;
        margin-left: 0
    }

    .no-phone-gutters>.col,
    .no-phone-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

    .section-headline h2 {
        font-size: 40px;
    }
    .our-clients .section-headline h3 {
        font-size: 35px;
    }

    .cta-full p {
        margin-top: 20px;
    }
    .todayOffer .offerValue {
        margin: 1px 0;
        font-size: 25px;
    }
    #headerContent h1 {
        font-size: 29px;
    }
    #reviews-counter .facebook {
        margin-bottom: 8px;
    }

    #headerContent h1 span {
        line-height: 1.1;
        margin-top: 12px;
    }

    .nav-phone {
        left: 22%;
    }

    #headerBar {
        padding: 55px 0 25px;
    }

    #headerContent .h1 {
        font-size: 34px;
        line-height: 1.15;
    }

    #headerContent {
        padding: 80px 0 70px;
    }

    .ctaBlock.invertBox {
        margin-bottom: 40px;
        padding: 15px;
    }

    .ctaBlock.invertBox img {
        margin-bottom: 20px;
    }

    .header-style::before {
        /* left: 0; */
        display: none;
    }
    .header-style::after {
        /* left: 91%; */
        display: none;
    }

    .our-clients .section-headline h3::before{
        display: none;
    }
    .our-clients .section-headline h3::after{
        display: none;
    }

    .company-logo{
        justify-content: center;
    }
    .company-logo li{
        width: 50%;
        margin-bottom: 20px;
    }

    #whyUs {
        padding: 80px 0;
    }

    #whyChooseUs h2 {
        font-size: 34px;
    }

    .cta-full .h1 a {
        font-size: 42px;
    }

    .review-block {
        padding: 50px 40px 35px;
    }

    #quote {
        padding: 80px 0;
    }

    #quote .h1 {
        font-size: 30px;
        line-height: 1.05;
    }

    .preview-offer {
        text-align: center;
        margin-bottom: 20px;
    }

    .preview-offer .offer-description {
        text-align: center;
        float: none;
    }

    #aboutUs h2 {
        margin-top: 35px;
        font-size: 36px;
    }

    #testimonials h2 {
        font-size: 37px;
    }
    .request-quote-form h5 {
        font-size: 18px;
    }

    ul.gallery li {
        float: none;
        width: 47%;
        display: inline-block;
    }

    .today-offer .offer-price {
        font-size: 45px;
    }

    .preview-offer .offer-price {
        line-height: 50px;
    }

    .header-content ul.list {
        margin-bottom: 60px;
    }

    #footer .h1 {
        text-align: center;
    }

    
}