/*
Theme Name: KPS
Theme URI: https://www.kps.uk.com/
Author: Dan Curtis for Bamb Creative
Author URI: https://www.bambcreative.com
Description: A custom WordPress Website for KPS.
Text Domain: kps
version: 1.0
*/
/*******************************************
Global
*******************************************/
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-family: "Sailec";
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}

a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.flex-pad-top-bottom {
  padding: 100px 0;
}

.flex-pad-top {
  padding: 100px 0 0 0;
}

.flex-pad-bottom {
  padding: 0 0 100px 0;
}

.flex-margin-top-bottom {
  margin: 100px 0;
}

.flex-margin-top {
  margin: 100px 0 0 0;
}

.flex-margin-bottom {
  margin: 0 0 100px 0;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.site-build-logo {
  display: none;
  width: 86px;
}

body.service-build .site-build-logo {
  display: block;
}
body.service-build header .main-logo {
  display: none;
}

.kps-site-notice {
  background-color: #00402e;
  padding: 16px 0;
  text-align: center;
}
.kps-site-notice p {
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.kps-site-notice p a {
  color: #fff;
  text-decoration: underline;
}
.kps-site-notice p a:hover {
  color: #4D973F;
}

/*******************************************
Typography
*******************************************/
h2 {
  font-size: 26px;
  font-weight: bold;
  color: #014F39;
}

h4 {
  font-size: 16px;
  font-weight: 500;
  color: #014F39;
}

p {
  font-size: 15px;
  line-height: 1.8;
  color: #0A3039;
}

p.lead {
  font-size: 17px;
  font-weight: normal;
}

/*******************************************
Buttons
*******************************************/
.btn-primary {
  background-color: #014F39;
  font-weight: bold;
  font-size: 16px;
  padding: 18px 38px 16px 38px;
  border-radius: 2px;
  display: inline-block;
  border: 2px solid #014F39;
}

.btn-primary:hover {
  background-color: #4D973F;
  border: 2px solid #4D973F;
}

.btn-secondary {
  background-color: transparent;
  font-weight: bold;
  font-size: 16px;
  padding: 18px 38px 16px 38px;
  border-radius: 2px;
  display: inline-block;
  border: 2px solid #014F39;
  color: #014F39;
}

.btn-secondary:hover {
  border: 2px solid #4D973F;
  color: #4D973F;
  background-color: transparent;
}

.careers-listing p.career-salary {
  margin: 0;
}
.careers-listing .card-body {
  display: block;
}
.careers-listing .card-body .btn-primary {
  display: inline-block;
  margin: 30px 0 0 0;
}

/*******************************************
Header
*******************************************/
.top-bar {
  background-color: #111A1D;
  color: #fff;
  text-align: right;
  font-size: 14px;
}
.top-bar .careers {
  background-image: url("./img/jobs-light.png");
  background-color: #014F39;
  padding: 11px 20px 10px 50px;
  display: inline-block;
  background-size: 18px;
  background-position: left 20px top 10px;
  background-repeat: no-repeat;
  font-weight: 500;
}
.top-bar .careers:hover {
  background-color: #4D973F;
}
.top-bar .phone {
  background-image: url("./img/phone-light.png");
  padding: 11px 10px 10px 40px;
  display: inline-block;
  background-size: 18px;
  background-position: left 10px top 11px;
  background-repeat: no-repeat;
  margin: 0 0 0 30px;
  font-weight: 500;
}
.top-bar .email {
  background-image: url("./img/mail-light.png");
  padding: 11px 10px 10px 40px;
  display: inline-block;
  background-size: 18px;
  background-position: left 10px top 12px;
  background-repeat: no-repeat;
  margin: 0 0 0 30px;
  font-weight: 500;
}
.top-bar a {
  color: #fff;
}
.top-bar .social {
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 18px;
  vertical-align: middle;
}
.top-bar .social a {
  margin: 2px 0 0 24px;
  display: inline-block;
}

.main-navbar {
  background-color: #fff;
  padding: 16px 0;
  transition: 0.3s ease-in-out;
}
.main-navbar .main-logo {
  width: 96px;
  transition: 0.3s ease-in-out;
}
.main-navbar ul.navbar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 22px 0 0 0;
}
.main-navbar ul.navbar-menu li {
  display: inline-block;
}
.main-navbar ul.navbar-menu li a {
  color: #0A3038;
  font-weight: 500;
  font-size: 15px;
  margin: 0 21px;
}
.main-navbar ul.navbar-menu li a:hover {
  color: #4D973F;
}

/*******************************************
Footer
*******************************************/
footer {
  background-color: #111A1D;
  color: #fff;
  padding: 110px 0 0 0;
}
footer .ico-pin {
  background-image: url("./img/pin.png");
}
footer .ico-phone {
  background-image: url("./img/phone.png");
}
footer .ico-mail {
  background-image: url("./img/mail.png");
}
footer .ico-jobs {
  background-image: url("./img/jobs.png");
}
footer .ft-ico {
  background-size: auto 18px;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 3px 0 0 32px;
}
footer p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
footer h6 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
footer a {
  color: rgba(255, 255, 255, 0.7);
}
footer a:hover {
  color: rgb(255, 255, 255);
}
footer .main-logo {
  margin: 0 0 10px 0;
}
footer ul.footer-menu {
  list-style: none;
  padding: 0;
  margin: 22px 0 0 0;
}
footer ul.footer-menu li {
  font-size: 13px;
  margin-bottom: 8px;
}
footer ul.legal-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
footer ul.legal-menu li {
  display: inline-block;
  font-size: 13px;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
footer ul.legal-menu li:first-child {
  border-left: none;
}
footer .footer-contact-info-item {
  margin: 30px 0 0 0;
}
footer .footer-contact-info-item p {
  line-height: 2.2;
  margin: 10px 0 0 0;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 110px 0 0 0;
  padding: 20px 0;
  font-size: 13px;
}
footer .copyright p {
  margin: 0;
}

.footer-address-two {
  margin: 20px 0 0 0 !important;
}
.footer-address-two span {
  font-weight: 500;
  color: #fff;
  opacity: 1;
}

/*******************************************
Sections
*******************************************/
.main-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}
.main-hero .hero-content-wrapper {
  background-color: #F1F8F8;
  padding: 70px 60px;
  border-radius: 4px;
}
.main-hero .hero-content-wrapper h1 {
  color: #014F39;
  font-weight: 500;
  font-size: 46px;
}
.main-hero .hero-content-wrapper .btn-primary {
  margin: 0 30px 0 0;
}
.main-hero .hero-content-wrapper p.lead {
  font-size: 17px;
  font-weight: normal;
  color: #0A3039;
  padding-right: 16%;
  margin: 20px 0 30px 0;
}

.page-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}
.page-hero p {
  color: #fff;
  margin-bottom: 0;
}
.page-hero .page-hero-filter {
  background: linear-gradient(to right, rgba(17, 26, 29, 0.4) 24%, rgba(17, 26, 29, 0.05) 100%);
}
.page-hero #breadcrumbs {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 16px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.page-hero #breadcrumbs a {
  color: #fff;
}
.page-hero #breadcrumbs span a {
  background-image: url("./img/breadcrumb-arrow.png");
  background-size: 6px 9px;
  background-repeat: no-repeat;
  background-position: right top 2px;
  padding-right: 16px;
}
.page-hero .page-hero-content-wrapper {
  padding: 160px 0 60px 0;
}
.page-hero p.lead {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
}
.page-hero h1 {
  font-weight: bold;
  font-size: 48px;
}
.page-hero .hero-title-mark {
  background-color: #4D973F;
  width: 20px;
  margin: 10px 0 20px 0;
  height: 2px;
  display: block;
}

.cta-slider-wrapper {
  width: 200%;
  overflow-x: hidden;
}

.cta-slider .slide-img {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  position: relative;
}
.cta-slider .slide-icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 0 4px 0 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.cta-slider .slide-item h4 {
  margin: 30px 0 14px 0;
}

.flex-section {
  position: relative;
}
.flex-section .flex-section-intro {
  margin: 0 0 30px 0;
}
.flex-section .flex-section-intro h2 {
  margin-bottom: 20px;
}
.flex-section .flex-section-content {
  z-index: 10;
  position: relative;
}
.flex-section .flex-section-bg {
  width: 30%;
  position: absolute;
  background-color: #F1F8F8;
  z-index: 5;
  top: 0px;
}
.flex-section .bg-offset-top {
  top: 50px;
}
.flex-section .flex-bg-right {
  right: 0;
  border-radius: 4px 0 0 4px;
}
.flex-section .flex-bg-left {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.flex-section .flex-bg-25 {
  height: 25%;
}
.flex-section .flex-bg-50 {
  height: 50%;
}
.flex-section .flex-bg-75 {
  height: 75%;
}
.flex-section .flex-bg-100 {
  height: 100%;
}

.cta-slide-controls {
  float: right;
  margin: 44px 0 0 0;
}
.cta-slide-controls img {
  width: 35px;
  transition: 0.3s ease-in-out;
}
.cta-slide-controls img:hover {
  transform: scale(1.2);
}
.cta-slide-controls #owl-right img {
  margin-left: 20px;
}

.link-block-item {
  padding: 40px 60px 40px 10px;
  background-image: url("./img/link-arrow.png");
  background-size: 9px 16px;
  background-position: right 40px center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #F1F1F1;
}
.link-block-item:hover {
  background-color: #F1F8F8;
  border-radius: 4px;
  border-bottom: 1px solid #F1F8F8;
  background-position: right 30px center;
}
.link-block-item p {
  margin-bottom: 0;
}
.link-block-item .link-icon {
  width: 80px;
  height: 80px;
  background-color: #F1F8F8;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}

.links-block-content {
  position: sticky;
  position: -webkit-sticky;
  top: 140px;
  padding-right: 8%;
}
.links-block-content h2 {
  margin: 0 0 20px 0;
}
.links-block-content .stat-number {
  font-size: 46px;
  font-weight: bold;
  color: #4D973F;
  margin: 0;
  white-space: nowrap;
  line-height: 1;
}
.links-block-content .font-stat-text {
  padding: 0;
  line-height: 1.4;
  margin: 0;
}
.links-block-content .link-stats {
  margin: 30px 0;
}

.testimonial-inner {
  background-color: #F1F8F8;
  border-radius: 4px;
  padding: 60px;
  position: relative;
}
.testimonial-inner .testimonial-image {
  width: 42%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  border-radius: 4px 0 0 4px;
}

.quote-decortation {
  width: 40px;
}

.testimonial-text {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 10% 0 0;
  margin: 20px 0 40px 0;
}

.testimonial-source {
  font-size: 16px;
  font-weight: 500;
  color: #4D973F;
  margin: 0;
}

.client-logo-slider {
  text-align: center;
}
.client-logo-slider h2 {
  margin: 0 0 40px 0;
}

.newsletter-signup-section h2 {
  padding: 0 40% 0 0;
}
.newsletter-signup-section p {
  padding: 0 20% 0 0;
  margin: 22px 0;
}
.newsletter-signup-section .nl-img-sm {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
.newsletter-signup-section .nl-img-lg {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
.newsletter-signup-section .nl-img-first {
  margin: 0 0 20px 0;
}
.newsletter-signup-section form p {
  padding: 0;
  margin: 0;
}
.newsletter-signup-section input[type=text],
.newsletter-signup-section input[type=email] {
  width: 100%;
  height: 60px;
  background-color: #F4F6F8;
  border: none;
  border-radius: 2px;
  outline: none;
  padding-left: 20px;
  margin: 0 0 20px 0;
}
.newsletter-signup-section input[type=submit] {
  width: 100%;
  height: 60px;
  background-color: #014F39;
  color: #fff;
  border-radius: 2px;
  outline: none;
  border: none;
  font-weight: 600;
  font-size: 16px;
}

.flex-service-grid .service-grid-item-img {
  width: 100%;
  height: 320px;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  position: relative;
}
.flex-service-grid .service-grid-icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 0 4px 0 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.flex-service-grid .service-grid-item h4 {
  margin: 30px 0 60px 0;
  padding: 0 20% 0 0;
  line-height: 1.4;
}
.flex-service-grid ul.service-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 60px 0;
}
.flex-service-grid ul.service-filter li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 20px 0 0;
}
.flex-service-grid ul.service-filter li a {
  color: #014F39;
  background-color: #E2EDED;
  padding: 8px 24px 6px 24px;
  border-radius: 20px;
  display: inline-block;
}
.flex-service-grid ul.service-filter li a.active, .flex-service-grid ul.service-filter li a:hover {
  background-color: #014F39;
  color: #fff;
}
.flex-service-grid .service-grid-intro h2 {
  margin: 0 0 20px 0;
}
.flex-service-grid .service-grid-intro p.lead {
  margin: 0 0 40px 0;
  padding-right: 15%;
}

.flex-service-grid.flex-pad-top-bottom {
  padding: 100px 0 20px 0;
}

.flex-service-grid.flex-pad-bottom {
  padding: 0 0 20px 0;
}

.woocommerce-breadcrumb {
  display: none;
}

.single-product-breadcrumb {
  background-color: #014F39;
  padding: 12px 0;
}
.single-product-breadcrumb p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.single-product-breadcrumb p a {
  color: #fff;
  background-image: url("./img/breadcrumb-arrow.png");
  background-size: 6px 9px;
  background-repeat: no-repeat;
  background-position: right top 2px;
  padding-right: 16px;
}

.single-product #sidebar {
  display: none;
}

.kps-single-product {
  padding: 70px 0;
}
.kps-single-product h1 {
  color: #014F39;
  font-size: 26px;
  font-weight: bold;
}
.kps-single-product div.summary {
  width: 58% !important;
  padding-left: 80px;
}
.kps-single-product div.images {
  width: 38% !important;
}
.kps-single-product div.images img {
  border-radius: 4px;
}
.kps-single-product .posted_in {
  display: none;
}
.kps-single-product .woocommerce-product-details__short-description p {
  margin-bottom: 20px;
}
.kps-single-product .woocommerce-product-details__short-description p:first-child {
  color: #014F39;
  font-size: 17px;
  font-weight: 500;
}
.kps-single-product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.kps-single-product div.summary {
  margin-bottom: 0 !important;
}

.kps-required-amount {
  background-color: #F1F8F8;
  padding: 70px 0;
}

.kps-related {
  padding: 70px 0 0 0;
}
.kps-related h2 {
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 30px 0;
}
.kps-related li.product h2 {
  text-align: left;
}

.flex-img-and-text h2 {
  margin: 0 0 30px 0;
}
.flex-img-and-text img {
  border-radius: 4px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.flex-feature-listing ul, .flex-img-and-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flex-feature-listing li, .flex-img-and-text li {
  font-weight: 500;
  padding: 0 0 0 20px;
  line-height: 1.3;
  margin: 0 0 23px 0;
  position: relative;
}
.flex-feature-listing li::before, .flex-img-and-text li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #A0CD4E;
  display: inline-block;
  border-radius: 8px;
  margin: 0;
  top: 5px;
  left: 0;
  position: absolute;
}

.flex-feature-listing h2 {
  margin: 0 0 30px 0;
}
.flex-feature-listing .feat-block-items {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 20px 0 30px 0;
}
.flex-feature-listing img {
  border-radius: 4px;
  aspect-ratio: 1/1.4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.stat-video-wrapper-outter {
  position: relative;
  width: 100%;
  height: 100%;
}
.stat-video-wrapper-outter a.video-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 40;
}
.stat-video-wrapper-outter img.play-icon {
  position: absolute;
  z-index: 20;
  top: 30px;
  right: 30px;
  width: 80px;
  transition: 0.1s ease-in-out;
}
.stat-video-wrapper-outter:hover img.play-icon {
  transform: scale(1.1);
}

.flex-vid-and-text {
  position: relative;
}
.flex-vid-and-text .vid-text-wrapper {
  background-color: #F1F8F8;
  padding: 42px 40px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.flex-vid-and-text .vid-text-wrapper a.btn-primary {
  width: 100%;
  text-align: center;
}
.flex-vid-and-text .vid-text-wrapper h2 {
  margin: 0 0 20px 0;
  line-height: 1.4;
}
.flex-vid-and-text .vid-text-wrapper ul.vid-text-links {
  padding: 10px 0 20px 0;
  list-style: none;
}
.flex-vid-and-text .vid-text-wrapper ul.vid-text-links li {
  background-image: url("./img/link-bold-arrow.png");
  background-size: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 10px 0 10px 50px;
}
.flex-vid-and-text .vid-text-wrapper ul.vid-text-links li a {
  font-weight: 500;
  color: #0A3039;
}
.flex-vid-and-text .vid-text-wrapper ul.vid-text-links li a:hover {
  color: #4D973F;
}
.flex-vid-and-text .vid-text-wrapper .vid-stat-item {
  margin-bottom: 20px;
}
.flex-vid-and-text .vid-text-wrapper .vid-stat-item p.stat-number {
  font-size: 46px;
  color: #4D973F;
  font-weight: 600;
  line-height: 1;
  padding-top: 6px;
}
.flex-vid-and-text .vid-text-wrapper .vid-stat-item p {
  font-size: 15px;
}
.flex-vid-and-text .stat-video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  margin-top: 50px;
}
.flex-vid-and-text .stat-video-wrapper img.vid-placeholder-img {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 10;
}
.flex-vid-and-text .vid-features {
  background-color: #fff;
  z-index: 30;
  position: absolute;
  bottom: 100px;
  right: -100px;
  padding: 30px;
  width: 100%;
  box-shadow: 0px 6px 21px 0px rgba(186, 186, 186, 0.51);
}
.flex-vid-and-text .vid-features p {
  margin: 0;
}
.flex-vid-and-text .vid-features h4 {
  font-weight: 600;
}
.flex-vid-and-text .vid-features img {
  width: 100%;
}

.flex-video-grid .video-grid-item {
  margin: 30px 0 0 0;
}
.flex-video-grid .video-grid-item .video-grid-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-top: 70%;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.flex-video-grid .video-grid-item .video-grid-img:hover .grid-play-icon {
  width: 90px;
  height: 90px;
}
.flex-video-grid .video-grid-item h5 {
  color: #014F39;
  font-size: 16px;
  font-weight: 500;
  margin: 30px 0 10px 0;
}
.flex-video-grid .video-grid-item p {
  padding-right: 10%;
}
.flex-video-grid .video-grid-item .grid-play-icon {
  width: 80px;
  height: 80px;
  background-image: url("./img/play-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  transition: 0.1s ease-in-out;
}

.cta-grid-item {
  margin: 30px 0 0 0;
}
.cta-grid-item:hover .cta-grid-item-img {
  transform: scale(1.03);
}
.cta-grid-item h5 {
  color: #014F39;
  font-size: 16px;
  margin: 22px 0 0 0;
}
.cta-grid-item .cta-grid-item-img {
  width: 100%;
  padding-top: 120%;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  position: relative;
  transition: 0.2s ease-in-out;
}
.cta-grid-item .cta-grid-item-img .cta-gi-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0 4px 0 4px;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}

ul.team-member-filter {
  margin: 0 !important;
}

.flex-team-grid.flex-pad-top-bottom {
  padding: 100px 0 !important;
}

.team-grid-item {
  margin: 60px 0 0 0;
}
.team-grid-item a {
  color: #0A3039;
  font-size: 14px;
  font-weight: 500;
}
.team-grid-item a:hover {
  color: #4D973F;
}
.team-grid-item .team-grid-item-img {
  width: 100%;
  padding-top: 60%;
  border-radius: 4px;
  background-position: center;
  background-size: cover;
}
.team-grid-item h4 {
  margin: 30px 0 10px 0;
  font-weight: 500;
}
.team-grid-item p {
  padding-right: 12%;
}
.team-grid-item h6 {
  font-size: 12px;
  margin: 0 0 10px 0;
  color: #4D973F;
}

.logo-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-gap: 0px;
}
.logo-grid > div {
  border-left: 1px solid #E7E7E7;
  border-top: 1px solid #E7E7E7;
  padding: 0px 40px;
  display: grid;
  place-items: center;
}
.logo-grid > div::before {
  content: "";
  display: block;
  padding-bottom: 30%;
  grid-area: 1/1/2/2;
}
.logo-grid > div img {
  width: 90%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  grid-area: 1/1/2/2;
}

.flex-fleet-grid {
  overflow-x: hidden;
}

.logo-grid div:nth-child(-n+5) {
  border-top: 0;
}

.logo-grid div:nth-child(6) {
  border-left: 0;
}

.logo-grid div:first-child {
  border-left: 0;
}

.download-block {
  background-color: #F1F8F8;
  padding: 30px;
  border-radius: 4px;
  margin-top: 30px;
}
.download-block h4 {
  font-size: 20px;
  font-weight: 600;
  color: #014F39;
}
.download-block p {
  padding: 0 3% 0 0;
  margin: 20px 0 30px 0;
}
.download-block a {
  display: block;
  background-image: url("./img/link-bold-arrow.png");
  background-size: 30px;
  background-position: top left;
  padding: 4px 0 4px 40px;
  background-repeat: no-repeat;
  margin: 20px 0 0 0;
  color: #0A3039;
  font-weight: 500;
}
.download-block a:hover {
  color: #4D973F;
}

.team-big-bio {
  margin: 10px 0 30px 0;
}
.team-big-bio p:first-child {
  font-size: 17px;
  font-weight: 500;
  color: #014F39;
}

h4.inner-role {
  color: #4D973F;
  margin: 10px 0 20px 0;
}

.single-team-testimonial {
  padding: 100px 0;
  margin: 0;
}
.single-team-testimonial .flex-section-bg {
  width: 30%;
  position: absolute;
  background-color: #F1F8F8;
  z-index: 5;
  top: 0px;
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.single-team-member-bio {
  padding: 100px 0;
}
.single-team-member-bio img {
  position: sticky;
  top: 80px;
}

.single-team-newsleter {
  padding: 100px 0;
}

.project-stat {
  margin: 36px 0 0 0;
}
.project-stat p.stat-number {
  font-size: 46px;
  font-weight: bold;
  color: #4D973F;
}
.project-stat p.stat-text {
  margin: 10px 0 0 0;
  display: block;
}

.contact-img-group img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
.contact-img-group .img-left-one {
  height: 340px;
  margin-bottom: 24px;
}
.contact-img-group .img-left-two {
  height: 340px;
}
.contact-img-group .img-right-one {
  height: 704px;
}

.flex-contact-form h2 {
  margin: 0 0 20px 0;
}

.contact-form-insert {
  margin: 29px 0 0 0;
}
.contact-form-insert input[type=text],
.contact-form-insert input[type=email],
.contact-form-insert input[type=tel],
.contact-form-insert select {
  width: 100%;
  height: 60px;
  border: none;
  background-color: #F4F6F8;
  border-radius: 2px;
  padding-left: 20px;
  font-size: 14px;
  color: #0A3039;
  outline: none;
  -webkit-appearance: none;
  line-height: 60px;
}
.contact-form-insert textarea {
  width: 100%;
  height: 180px;
  border: none;
  background-color: #F4F6F8;
  border-radius: 2px;
  padding: 20px;
  font-size: 14px;
  color: #0A3039;
  outline: none;
}
.contact-form-insert input[type=submit] {
  width: 100%;
  height: 60px;
  background-color: #014F39;
  color: #fff;
  border-radius: 2px;
  outline: none;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  transition: 0.1s ease-in-out;
}
.contact-form-insert input[type=submit]:hover {
  background-color: #4D973F;
}
.contact-form-insert ::-webkit-input-placeholder {
  color: #0A3039;
}
.contact-form-insert ::-moz-placeholder {
  color: #0A3039;
}
.contact-form-insert :-ms-input-placeholder {
  color: #0A3039;
}
.contact-form-insert :-moz-placeholder {
  color: #0A3039;
}

.acf-map {
  width: 100%;
  padding-top: 60%;
}

.location-card-content {
  padding: 30px 0 0 0;
}
.location-card-content h4 {
  margin: 0 0 20px 0;
}
.location-card-content p {
  font-size: 15px;
  margin: 0;
  padding: 0 0 10px 36px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: top 2px left;
  margin-top: 6px;
}
.location-card-content p.address {
  background-image: url("./img/pin.png");
}
.location-card-content p.phone {
  background-image: url("./img/phone.png");
}
.location-card-content p.fax {
  background-image: url("./img/fax.png");
}
.location-card-content p.email {
  background-image: url("./img/mail.png");
}
.location-card-content p.opening-times {
  background-image: url("./img/clock.png");
}
.location-card-content a {
  color: #0A3039;
}
.location-card-content a:hover {
  color: #4D973F;
}

.faq-toggle {
  display: block;
  padding: 20px 20px 18px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #4D973F;
  border: 1px solid #E2EDED;
  margin-top: 20px;
  background-image: url("./img/minus.png");
  background-size: 14px;
  background-position: right 20px top 23px;
  background-repeat: no-repeat;
  background-color: #F1F8F8;
  position: relative;
}
.faq-toggle:hover {
  color: #4D973F !important;
  background-color: #F1F8F8 !important;
}
.faq-toggle::before {
  content: "Close";
  position: absolute;
  right: 50px;
  font-size: 12px;
  top: 22px;
}

.faq-toggle.collapsed {
  background-image: url("./img/plus.png");
  background-color: #fff;
  color: #0A3039;
  position: relative;
}
.faq-toggle.collapsed::before {
  content: "Read more";
  position: absolute;
  right: 50px;
  font-size: 12px;
  top: 22px;
}

.flex-faqs img {
  width: calc(100% - 40px);
  height: 100%;
  max-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.flex-faqs .card {
  border-left: 1px solid #E2EDED;
  border-right: 1px solid #E2EDED;
  border-bottom: 1px solid #E2EDED;
  border-top: none;
  border-radius: 0px;
}
.flex-faqs .card p {
  margin: 0;
}

.faq-intro-text {
  margin: 0 0 30px 0;
}

.fleet-slide-item img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
.fleet-slide-item h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0;
}
.fleet-slide-item h5 {
  font-size: 16px;
  color: #014F39;
  font-weight: 500;
  margin-bottom: 12px;
}
.fleet-slide-item .feat-list-wrapper {
  width: 46%;
  display: inline-block;
  margin-right: 20px;
}
.fleet-slide-item .feat-list-wrapper ul {
  list-style: none;
  padding: 0 0 10px 0;
}
.fleet-slide-item .feat-list-wrapper ul li {
  font-size: 13px;
  font-weight: 500;
  padding-left: 28px;
  margin-bottom: 8px;
  background-image: url("./img/dot.png");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: top 4px left;
}

.flex-fleet-grid.flex-pad-top-bottom {
  padding: 100px 0 !important;
}

.sticky-nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 0;
  z-index: 900;
  box-shadow: 0px 20px 13px -20px rgba(0, 0, 0, 0.07);
}

.sticky-nav .main-logo {
  width: 70px;
}

body.body-push {
  padding-top: 73px !important;
}

.sticky-nav ul.navbar-menu {
  margin: 13px 0 0 0;
}

body.logged-in .sticky-nav {
  top: 32px;
}

.shop-intro {
  padding: 100px 0 40px 0;
}

.shop-listing img {
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.shop-listing h2 {
  font-weight: 500;
}
.shop-listing .button {
  display: none !important;
}
.shop-listing span.price {
  color: #014F39 !important;
  background-color: #E2EDED;
  font-weight: 500 !important;
  font-size: 12px !important;
  display: inline-block !important;
  padding: 4px 10px 2px 10px;
  border-radius: 2px;
}
.shop-listing li.product img {
  transition: 0.2s ease-in-out;
}
.shop-listing li.product:hover img {
  transform: scale(1.03);
}

.shop-testimonial {
  padding: 100px 0;
}
.shop-testimonial .flex-section-bg {
  height: 100%;
  top: 0;
  left: 0;
}

.shop-newsletter {
  padding: 100px 0;
}
.shop-newsletter .flex-section-bg {
  right: 0;
  height: 50%;
  top: 50px;
  border-radius: 4px 0 0 4px;
}

.kps-landscaping-product {
  /*.price {
    display: none;
  }*/
}
.kps-landscaping-product .summary > .price {
  display: none;
}
.kps-landscaping-product h1 {
  margin: 0 0 14px 0;
}
.kps-landscaping-product .product_meta {
  display: none;
}

.amount-wrapper {
  background-color: #fff;
  padding: 70px 30px 50px 30px;
  text-align: center;
}
.amount-wrapper .tab-field {
  display: inline-block;
}
.amount-wrapper .tab-field label {
  display: block;
  font-size: 16px;
  color: #0A3039;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.amount-wrapper .tab-field input {
  height: 60px;
  padding-left: 20px;
  margin: 0 15px;
  border: 1px solid #DADADA;
  outline: none;
  font-size: 14px;
  width: 120px;
}

.dimentions .tab-nav {
  margin: 0 0 30px 0;
}
.dimentions .tab-nav a {
  display: inline-block;
  margin: 0 15px;
  color: #0A3039;
  font-weight: 500;
}
.dimentions .tab-nav a:hover .tab-img-wrapper {
  border: 3px solid #4D973F;
}
.dimentions .tab-nav a.active .tab-img-wrapper {
  border: 3px solid #4D973F;
}
.dimentions .tab-nav .tab-img-wrapper {
  width: 140px;
  height: 140px;
  border: 3px solid #F1F8F8;
  border-radius: 3px;
  display: block;
  vertical-align: middle;
  position: relative;
  margin: 16px 0 0 0;
  transition: 0.2s ease-in-out;
}
.dimentions .tab-nav img {
  width: 108px;
  height: 94px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dimentions .tab-field span {
  font-size: 12px;
  display: block;
}

.single-product-ammount-intro h3 {
  color: #014F39;
  font-weight: bold;
}
.single-product-ammount-intro p {
  margin: 10px 0 60px 0;
}

.product-result-output {
  padding: 50px 40px;
  background-color: #014F39;
  color: #fff;
}
.product-result-output h2 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  vertical-align: super;
}
.product-result-output h2 #dimentions-result {
  font-size: 46px;
  font-weight: bold;
}
.product-result-output .result-output-text {
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  margin: 4px 0 0 0;
  padding-right: 20%;
}
.product-result-output .output-product-name-result {
  text-transform: lowercase;
}
.product-result-output h3 {
  font-size: 22px;
  font-weight: bold;
}
.product-result-output .result-delivery-text {
  color: #fff;
}
.product-result-output .postcode-field label {
  display: none;
}
.product-result-output .postcode-field input[type=text] {
  background-color: #014F39;
  border: 1px solid #fff;
  height: 60px;
  color: #fff;
  outline: none;
  border-radius: 2px;
  padding-left: 20px;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}
.product-result-output .postcode-field .postcode-submit, .product-result-output .postcode-field .postcode-field {
  display: inline-block;
}
.product-result-output button[type=submit] {
  height: 60px;
  background-color: #fff;
  color: #014F39;
  font-weight: 500;
  border: none;
  border-radius: 2px;
  width: 100%;
  font-weight: bold;
}
.product-result-output ::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.product-result-output ::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.product-result-output :-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.product-result-output :-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.product-result-output #postcode-search-results h3 {
  margin: 30px 0;
}
.product-result-output .variations select {
  margin-left: 20px;
  height: 50px;
  padding: 0 40px 0 20px;
  background-color: #014F39;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  -webkit-appearance: none;
  font-size: 15px;
  outline: none;
  line-height: 50px;
  font-weight: 500;
  background-image: url("./img/select-arrow.png");
  background-size: 10px auto;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
.product-result-output input[type=number] {
  height: 60px;
  width: 80px;
  outline: none;
  background-color: #014F39;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.product-result-output .quantity {
  display: inline-block;
}

.qty-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 40px 15px 0 0;
}

.woocommerce-variation-add-to-cart button[type=submit] {
  background-color: #4D973F !important;
  text-transform: capitalize;
  color: #fff;
  margin-top: 30px;
}

a.reset_variations {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
  margin-left: 10px;
}
a.reset_variations:hover {
  opacity: 0.7;
}

.woocommerce-variation-price {
  font-size: 14px;
  font-weight: 500;
  margin: 30px 0 4px 0;
}
.woocommerce-variation-price .price:after {
  content: " - Per unit, not including delivery.";
}

.kps-related img {
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}
.kps-related a.button {
  display: none;
}
.kps-related .price {
  color: #014F39 !important;
  background-color: #E2EDED;
  font-weight: 500 !important;
  font-size: 12px !important;
  display: inline-block !important;
  padding: 4px 10px 2px 10px;
  border-radius: 2px;
}
.kps-related h2 {
  font-weight: 500;
}
.kps-related li:hover img {
  transform: scale(1.03);
}

.header-cart {
  margin: 20px 0 0 0;
  float: right;
  position: relative;
}
.header-cart .cart-item {
  position: absolute;
  top: 0;
  left: 16px;
  font-size: 10px;
  font-weight: 700;
  background-color: #A0CD4E;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 2.1;
  border-radius: 20px;
  color: #0A3039;
  transition: 0.2s ease-in-out;
}
.header-cart h5 {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  color: #0A3039;
}
.header-cart h6 {
  font-size: 12px;
  color: #4D973F;
  margin: 3px 0 0 0;
}
.header-cart .header-cart-text {
  display: inline-block;
  margin: 0 0 0 20px;
}
.header-cart .cart-icon {
  display: inline-block;
  margin: -16px 0 0 0;
}

.header-cart:hover .cart-item {
  transform: scale(1.3);
}

.sticky-nav .header-cart {
  margin: 10px 0 0 0;
}

.product-calc-wrapper {
  box-shadow: 0px 11px 30px -19px rgba(1, 79, 57, 0.25);
}

.postcode-field input[type=text].error {
  border: 1px solid rgb(214, 77, 77);
}

.kps-store-notice {
  padding: 40px 0 0 0;
}
.kps-store-notice p {
  margin: 6px 0 0 0;
}
.kps-store-notice .woocommerce-message {
  border: none;
  border-radius: 4px;
  padding: 34px 20px 34px 20px;
  background-color: #f0f8f8 !important;
  position: relative;
  color: #4D973F;
  font-weight: 500;
}
.kps-store-notice .woocommerce-message::before {
  display: none;
}
.kps-store-notice a.button {
  background-color: #4D973F;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 2;
  padding: 10px 20px 7px 20px;
  position: absolute;
  top: 22px;
  right: 20px;
}
.kps-store-notice a.button:hover {
  background-color: #014F39;
  color: #fff;
}
.kps-store-notice .woocommerce-info {
  background-color: #F1F8F8;
  border-top: none;
  border-radius: 4px;
  padding: 34px 20px 34px 20px;
  border: none;
}
.kps-store-notice .woocommerce-info::before {
  display: none;
}
.kps-store-notice .woocommerce-info a {
  color: #014F39;
}
.kps-store-notice .woocommerce-info a:hover {
  color: #4D973F;
}

.kps-store-header {
  background-color: #F1F8F8;
  text-align: center;
  padding: 40px 0 36px 0;
}
.kps-store-header h1 {
  color: #014F39;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.kps-cart {
  padding: 80px 0 60px 0;
}
.kps-cart .product-thumbnail img {
  width: 80px !important;
  height: 80px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.kps-cart a.remove {
  font-size: 16px;
  color: #fe8585 !important;
  line-height: 1.3 !important;
}
.kps-cart a.remove:hover {
  background-color: #fe8585 !important;
}
.kps-cart th {
  font-size: 16px;
  color: #014F39;
}
.kps-cart .product-name a {
  color: #014F39;
}
.kps-cart .product-name a:hover {
  color: #4D973F;
}
.kps-cart input[type=number] {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
}
.kps-cart #coupon_code {
  width: 240px;
  border-radius: 2px;
}
.kps-cart .coupon button {
  background-color: #014F39;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  padding: 12px 30px 10px 30px;
  margin-left: 10px;
}
.kps-cart .coupon button:hover {
  background-color: #4D973F;
  color: #fff;
}
.kps-cart .cart_totals h2 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
}
.kps-cart .checkout-button {
  background-color: #014F39 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  text-transform: capitalize;
}
.kps-cart .checkout-button:hover {
  background-color: #4D973F !important;
}
.kps-cart .woocommerce-message {
  border: none;
  border-radius: 4px;
  padding: 34px 20px 34px 20px;
  background-color: #f0f8f8 !important;
  color: #4D973F;
  font-weight: 500;
  text-align: center;
}
.kps-cart .woocommerce-message::before {
  display: none;
}

.kps-checkout {
  padding: 40px 0 100px 0;
}
.kps-checkout input[type=text],
.kps-checkout input[type=email],
.kps-checkout input[type=tel] {
  width: 100%;
  height: 50px;
  border: 1px solid #DADADA;
  border-radius: 2px;
  padding-left: 10px;
}
.kps-checkout label {
  font-size: 14px;
  color: #0A3039;
  font-weight: 500;
}
.kps-checkout h3 {
  font-size: 20px;
  font-weight: 700;
  color: #014F39;
  margin-top: 20px;
}
.kps-checkout .select2-dropdown {
  border: 1px solid #DADADA;
}
.kps-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 11px;
  right: 11px;
  width: 20px;
}
.kps-checkout select {
  height: 50px !important;
  outline: none;
  border: 1px solid #DADADA;
}
.kps-checkout .select2-container--default .select2-selection--single {
  border: 1px solid #DADADA;
  border-radius: 0;
}
.kps-checkout .select2-container--default .select2-selection--single {
  height: 50px;
  line-height: 50px !important;
  padding-left: 10px;
}
.kps-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px !important;
}
.kps-checkout textarea {
  padding: 10px;
  height: 140px !important;
  border: 1px solid #DADADA;
}
.kps-checkout .woocommerce-checkout #payment {
  background-color: #F1F8F8;
}
.kps-checkout .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
}
.kps-checkout .woocommerce-privacy-policy-text a {
  color: #014F39;
}
.kps-checkout .woocommerce-privacy-policy-text a:hover {
  -moz-columns: #4D973F;
       columns: #4D973F;
}
.kps-checkout button[type=submit] {
  background-color: #014F39 !important;
  width: 100%;
  height: 50px;
  text-transform: capitalize;
  transition: 0.2s ease-in-out;
}
.kps-checkout button[type=submit]:hover {
  background-color: #4D973F !important;
}
.kps-checkout .woocommerce-form-coupon {
  width: calc(100% - 54px);
  margin-left: 27px !important;
}
.kps-checkout .woocommerce-form-coupon button {
  color: #fff;
}
.kps-checkout .woocommerce-form-coupon button:hover {
  color: #fff;
}

.main-navbar ul.navbar-menu li a {
  padding-bottom: 40px;
}

body.logged-in .sub-menu {
  top: 150px;
}

body.body-push.logged-in .sub-menu {
  top: 76px;
}

.sub-menu {
  background-color: #fff;
  position: fixed;
  padding: 40px 30px 26px 30px;
  top: 120px;
  z-index: 1000;
  margin-left: -34px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 15px 18px -8px rgba(0, 0, 0, 0.21);
}
.sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub-menu ul li {
  font-weight: 500;
  font-size: 15px !important;
  margin-bottom: 10px;
}
.sub-menu ul li:first-child {
  font-weight: 700;
}
.sub-menu ul li:last-child {
  margin-bottom: 0;
}
.sub-menu a {
  color: #014F39;
}
.sub-menu a:hover {
  color: #4D973F;
}

body.body-push .sub-menu {
  top: 46px;
}

.double-sub-menu {
  width: 720px;
}

.single-sub-menu li:first-child {
  font-weight: 500 !important;
}

.jobs-intro {
  text-align: center;
}
.jobs-intro h2 {
  margin: 0 0 20px 0;
}
.jobs-intro p {
  padding: 0 10%;
}

.job-toggle span {
  font-size: 12px;
  margin-left: 12px;
}

.main-hero {
  position: relative;
}

.hero-multi-imgs {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.hero-multi-imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-multi-imgs .carousel {
  height: 100%;
}
.hero-multi-imgs .carousel-inner {
  height: 100%;
}
.hero-multi-imgs .carousel-item {
  height: 100%;
}

.home-hero-content-wrapper {
  position: relative;
  z-index: 200;
}

#flyoutMenu {
  width: 70vw;
  height: 100vh;
  background-color: #111A1D;
  position: fixed;
  top: 0;
  right: 0;
  transform: translate3d(70vw, 0, 0);
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
  overflow: scroll;
  z-index: 1000;
}

#flyoutMenu.show {
  transform: translate3d(0vw, 0, 0);
}

#menu-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 900;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: none;
}

#menu-curtain.closed-curtain {
  display: block;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 30px;
  height: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 6px;
}

.hamburger--slider .hamburger-inner:after {
  top: 12px;
}

.hamburger--slider.is-active .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  top: -8px;
}

.hamburger {
  padding: 0;
}

.home-hero-content-wrapper-mobile {
  display: none;
}

.hamburger--slider.is-active .hamburger-inner {
  background-color: #fff !important;
}

.hamburger--slider.is-active .hamburger-inner:after {
  background-color: #fff;
}

ul.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 110px 0;
}
ul.mobile-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
ul.mobile-nav li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
ul.mobile-nav li a {
  color: #fff;
  font-size: 15px;
  padding: 18px 20px 14px 20px;
  display: block;
  font-weight: 500;
}

#menuButton {
  position: absolute;
  top: 70px;
  right: 5px;
  z-index: 90000;
  display: none;
}

body.body-push #menuButton {
  position: fixed;
  top: 28px;
  right: 5px;
  z-index: 90000;
}
body.body-push ul.mobile-nav {
  margin: 65px 0;
}
body.body-push .hamburger.is-active {
  margin-top: 4px;
}

.flex-full-text ul {
  margin: 20px 0;
}
.flex-full-text ul li {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 14px;
}
.flex-full-text h4 {
  margin-top: 30px;
}
.flex-full-text a {
  color: #4D973F;
}
.flex-full-text a:hover {
  color: #014F39;
}

.tablet-footer-mast {
  display: none;
}

.know-order-amount {
  background-color: #F1F8F8;
  padding: 30px;
  border-radius: 5px;
  margin: 30px 0 0 0;
}
.know-order-amount h4 {
  margin: 0;
  font-weight: 600;
}
.know-order-amount .btn-primary {
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin: 20px 0;
}
.know-order-amount p {
  margin: 0;
  font-size: 12px;
  color: #014F39;
  font-weight: 500;
}

.show-the-order-form {
  background-color: #F1F8F8;
  padding: 30px;
  border-radius: 5px;
  margin: 30px 0 0 0;
}
.show-the-order-form .kps-landscaping-product .price {
  display: block !important;
  padding-left: 6px !important;
  margin-left: 12px;
}
.show-the-order-form .qty-label {
  display: none;
}
.show-the-order-form input[type=number] {
  width: 50px;
  height: 50px;
  border: 1px solid #014F39;
  border-radius: 3px;
}
.show-the-order-form .quantity {
  padding-left: 6px;
}
.show-the-order-form .quantity::before {
  content: "Quantity";
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #0A3039;
  margin-bottom: 8px;
}
.show-the-order-form select {
  width: 100%;
  height: 50px;
  border: 1px solid #014F39;
  border-radius: 3px;
}
.show-the-order-form td.value::before {
  content: "Delivery Option";
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #0A3039;
}
.show-the-order-form label {
  display: block;
  display: none;
}
.show-the-order-form .reset_variations {
  display: none !important;
  visibility: hidden !important;
}
.show-the-order-form button[type=submit] {
  display: block;
  width: calc(100% - 6px);
  margin: 20px 0 0 6px;
  height: 50px;
}

.variation-show-hide-wrapper,
.make-me-go {
  display: none;
}

.woocommerce-variation-price {
  margin: 0 0 10px 6px;
}

.variation-show-hide-wrapper.show-the-order-form {
  display: block !important;
}

.full-img-slider .fw-slider-intro {
  text-align: center;
  margin: 0 0 50px 0;
}
.full-img-slider img {
  height: 530px !important;
  width: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-width: 30% !important;
}
.full-img-slider .fw-img-slide-wrapper {
  position: relative;
}
.full-img-slider .fw-img-slide-wrapper .owl-left {
  width: 88px;
  height: 88px;
  background-image: url("./img/img-slider-left.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 44px);
  left: -44px;
  z-index: 20;
}
.full-img-slider .fw-img-slide-wrapper .owl-left:hover {
  transform: scale(1.1);
}
.full-img-slider .fw-img-slide-wrapper .owl-right {
  width: 88px;
  height: 88px;
  background-image: url("./img/img-slider-right.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 44px);
  right: -44px;
  z-index: 20;
}
.full-img-slider .fw-img-slide-wrapper .owl-right:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
  .full-img-slider img {
    height: 280px !important;
  }
  .full-img-slider .fw-img-slide-wrapper .owl-left,
  .full-img-slider .fw-img-slide-wrapper .owl-right {
    width: 44px;
    height: 44px;
  }
  .full-img-slider .fw-img-slide-wrapper .owl-left {
    top: calc(50% - 22px);
    left: 0px;
  }
  .full-img-slider .fw-img-slide-wrapper .owl-right {
    top: calc(50% - 22px);
    right: 0px;
  }
}
@media only screen and (max-width: 1400px) {
  .logo-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  .logo-grid > div {
    border: none;
  }
}
@media only screen and (max-width: 1200px) {
  .main-navbar ul.navbar-menu li a {
    margin: 0 13px;
  }
}
@media only screen and (max-width: 998px) {
  .knock-down {
    position: absolute;
    top: 90px;
    right: 0;
  }
  body.body-push .knock-down {
    position: initial;
    top: initial;
    right: initial;
  }
  .flex-fleet-grid.flex-pad-top-bottom {
    padding: 60px 0 !important;
  }
  .service-filter {
    display: none;
  }
  .flex-service-grid.flex-pad-top-bottom {
    padding: 60px 0 20px 0;
  }
  .flex-faqs img {
    width: 100%;
    height: auto;
    max-height: auto;
    margin: 0 0 30px 0;
  }
  .faq-toggle {
    padding-right: 50px !important;
  }
  .kps-cart {
    padding: 60px 0 60px 0;
  }
  footer .main-logo {
    display: none;
  }
  footer .footer-contact-info-item {
    margin: 0 0 30px 0;
  }
  .tablet-footer-mast {
    display: block;
  }
  .tablet-footer-mast .main-logo {
    display: block;
    margin: 0 0 30px 0;
  }
  footer ul.legal-menu {
    text-align: center;
  }
  footer .copyright {
    text-align: center;
  }
  #menuButton {
    display: block;
  }
  .flex-pad-top-bottom {
    padding: 60px 0;
  }
  .flex-pad-top {
    padding: 60px 0 0 0;
  }
  .flex-pad-bottom {
    padding: 0 0 60px 0;
  }
  .flex-margin-top-bottom {
    margin: 60px 0;
  }
  .flex-margin-top {
    margin: 60px 0 0 0;
  }
  .flex-margin-bottom {
    margin: 0 0 60px 0;
  }
  .header-menu-wrapper {
    display: none;
  }
  .main-navbar .main-logo {
    width: 70px;
  }
  .main-navbar {
    padding: 10px 0;
  }
  .top-bar {
    text-align: center;
  }
  .top-bar .social,
  .top-bar .careers {
    display: none;
  }
  .main-hero .hero-content-wrapper h1 {
    color: #014F39;
    font-weight: 500;
    font-size: 34px;
  }
  .hero-content-wrapper {
    text-align: center;
  }
  .hero-content-wrapper .btn-primary, .hero-content-wrapper .btn-secondary {
    margin: 0 5px !important;
  }
  .main-hero .hero-content-wrapper p.lead {
    padding: 0;
  }
  .main-hero {
    padding: 160px 0 60px 0;
  }
  .cta-slider-wrapper {
    width: 100%;
  }
  .cta-slider .slide-img {
    width: 100%;
    height: 270px;
  }
  .cta-slide-controls {
    float: none;
    margin: 0 0 30px 0;
  }
  .links-block-content {
    margin-bottom: 30px;
  }
  .link-block-item {
    padding-left: 0;
  }
  .testimonial-inner .testimonial-image {
    width: 100%;
    height: 300px;
    position: relative;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    border-radius: 4px 4px 0 0;
    margin: 0 0 30px 0;
  }
  .testimonial-inner {
    padding: 0 0 30px 0;
  }
  .client-logo-slider h2 {
    margin: 0 0 10px 0;
  }
  .newsletter-signup-section .flex-section-bg {
    display: none !important;
  }
  .links-block-content {
    position: relative;
    top: 0;
    padding-right: 0;
  }
  .home-hero-content-wrapper {
    display: none;
  }
  .home-hero-content-wrapper-mobile {
    display: block;
    background-color: #F1F8F8;
    padding: 60px 10%;
    text-align: center;
  }
  .home-hero-content-wrapper-mobile h1 {
    color: #014F39;
  }
  .home-hero-content-wrapper-mobile .btn-primary {
    margin: 5px;
  }
  .home-hero-content-wrapper-mobile .btn-secondary {
    margin: 5px;
  }
  .main-hero {
    padding: 80% 0 0 0;
  }
  .page-hero h1 {
    font-size: 36px;
  }
  .page-hero .page-hero-content-wrapper {
    padding: 100px 0 40px 0;
  }
  .flex-service-grid .service-grid-item-img {
    width: 100%;
    height: 190px;
  }
  .page-hero .page-hero-filter {
    background: linear-gradient(to right, rgba(17, 26, 29, 0.6) 24%, rgba(17, 26, 29, 0.2) 100%);
  }
  .flex-img-and-text img {
    aspect-ratio: initial;
  }
  .flex-feature-listing img {
    aspect-ratio: initial;
    margin-top: 60px;
  }
  .flex-vid-and-text .vid-features {
    display: none;
  }
  .flex-vid-and-text .vid-text-wrapper {
    width: 100%;
  }
  .flex-section-bg {
    display: none;
  }
  .flex-vid-and-text .stat-video-wrapper {
    padding-top: 40%;
  }
  .stat-video-wrapper-outter img.play-icon {
    top: calc(50% - 40px);
    left: calc(50% - 40px);
  }
  .flex-video-grid .video-grid-item .video-grid-img {
    padding-top: 50%;
  }
  .testimonial-text {
    padding: 0 30px;
  }
  .quote-decortation {
    margin-left: 30px;
  }
  .testimonial-source {
    padding: 0 30px;
  }
  .flex-feature-listing .feat-block-items {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding: 20px 0 30px 0;
  }
  .shop-listing img {
    height: 190px !important;
  }
  .shop-testimonial {
    padding: 60px 0;
  }
  .shop-newsletter {
    padding: 0 0 60px 0;
  }
  .shop-intro {
    padding: 60px 0 40px 0;
  }
  .kps-single-product div.summary {
    padding-left: 0;
  }
  .dimentions .tab-nav .tab-img-wrapper {
    width: 100px;
    height: 100px;
  }
  .dimentions .tab-nav img {
    width: 78px;
    height: 64px;
  }
  .result-output-text {
    display: none;
  }
  .product-result-output h2 #dimentions-result {
    margin-bottom: 20px;
    display: block;
  }
  .kps-related img {
    height: 190px !important;
  }
  .flex-service-grid ul.service-filter li {
    margin: 0 14px 14px 0;
  }
  .project-stat {
    display: none;
  }
  .contact-img-group {
    display: none;
  }
  .header-cart {
    margin: 20px 0 0 0;
    float: right;
    position: absolute;
    top: 52px;
    right: 70px;
  }
  .header-cart .header-cart-text {
    display: none;
  }
  .header-cart .cart-item {
    top: -10px;
    left: 14px;
  }
  body.body-push .header-cart {
    top: 20px;
  }
  .location-card-content p.opening-times {
    margin-bottom: 30px;
  }
  .service-grid-intro {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .flex-pad-top-bottom {
    padding: 40px 0;
  }
  .kps-checkout .kps-store-notice {
    padding: 0;
  }
  .flex-service-grid.flex-pad-top-bottom {
    padding: 40px 0 20px 0;
  }
  .kps-cart {
    padding: 40px 0 40px 0;
  }
  .tablet-footer-mast {
    display: block;
    text-align: center;
  }
  .tablet-footer-mast .main-logo {
    display: block;
    margin: 0 auto;
  }
  .flex-team-grid.flex-pad-top-bottom {
    padding: 60px 0 !important;
  }
  .logo-grid {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  }
  h2 {
    font-size: 20px;
  }
  .logo-grid > div img {
    width: 100%;
    height: 60%;
  }
  .team-member-filter {
    display: none;
  }
  .flex-service-grid .service-grid-intro p.lead {
    margin: 0 0 0px 0;
    padding-right: 0;
  }
  .newsletter-signup-section .nl-img-first {
    display: none;
  }
  .newsletter-signup-section .nl-img-sm {
    display: none;
  }
  .newsletter-signup-section .nl-img-lg {
    height: auto;
  }
  .flex-pad-top {
    padding: 40px 0 0 0;
  }
  .flex-pad-bottom {
    padding: 0 0 40px 0;
  }
  .flex-margin-top-bottom {
    margin: 40px 0;
  }
  .flex-margin-top {
    margin: 40px 0 0 0;
  }
  .flex-margin-bottom {
    margin: 0 0 40px 0;
  }
  .top-bar .email {
    display: none;
  }
  .home-hero-content-wrapper-mobile {
    padding: 60px 15px;
  }
  .main-hero {
    padding: 90% 0 0 0;
  }
  .top-bar .phone {
    margin: 0;
  }
  .main-hero .hero-content-wrapper {
    background-color: #F1F8F8;
    padding: 40px 20px;
    border-radius: 4px;
  }
  .main-hero .hero-content-wrapper h1 {
    color: #014F39;
    font-weight: 500;
    font-size: 26px;
  }
  .btn-primary {
    padding: 14px 38px 12px 38px;
  }
  .btn-secondary {
    padding: 14px 38px 12px 38px;
  }
  .hero-content-wrapper .btn-primary {
    margin-bottom: 10px !important;
  }
  .link-block-item {
    padding: 20px 0px;
  }
  .link-block-item .link-icon {
    width: 60px;
    height: 60px;
    margin: 0 0 20px 0;
  }
  .testimonial-text {
    font-size: 18px;
    padding: 0 30px;
  }
  .testimonial-source {
    padding: 0 30px;
  }
  .quote-decortation {
    margin-left: 30px;
  }
  .flex-section-bg {
    display: none;
  }
  .newsletter-signup-section h2 {
    padding: 0;
  }
  footer {
    text-align: center;
    padding: 80px 0 0 0;
  }
  footer ul.legal-menu {
    float: none;
    text-align: center;
    margin-top: 30px;
  }
  footer .copyright {
    margin-top: 60px;
  }
  footer h6 {
    margin-top: 40px;
  }
  footer .ft-ico {
    background-size: auto 18px;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 32px 0 0 0;
  }
  .link-block-item {
    background-position: bottom 30px center;
    padding-bottom: 60px;
    text-align: center;
  }
  .link-block-item .link-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .links-block-content {
    text-align: center;
  }
  .links-block-content .stat-number {
    line-height: 1;
  }
  #flyoutMenu {
    width: 100vw;
    height: 100vh;
    transform: translate3d(100vw, 0, 0);
  }
  .page-hero #breadcrumbs {
    display: none;
  }
  .page-hero h1 {
    font-size: 32px;
  }
  .page-hero .page-hero-content-wrapper {
    padding: 60px 0;
  }
  .flex-service-grid .service-grid-item-img {
    width: 100%;
    height: 280px;
  }
  .flex-feature-listing .feat-block-items {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding: 20px 0 30px 0;
  }
  .flex-vid-and-text .vid-text-wrapper h2 {
    font-size: 22px;
  }
  .kps-single-product div.images {
    width: 100% !important;
  }
  .kps-single-product div.summary {
    width: 100% !important;
  }
  .kps-single-product h1 {
    font-size: 24px;
  }
  .amount-wrapper {
    background-color: #fff;
    padding: 40px 8px 30px 8px;
    text-align: center;
  }
  .dimentions .tab-nav .tab-img-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  .dimentions .tab-nav img {
    width: 48px;
    height: 38px;
  }
  .amount-wrapper .tab-field {
    display: block;
    margin-top: 20px;
  }
  .amount-wrapper .tab-field input {
    width: 100%;
    margin: 0;
  }
  .product-result-output {
    text-align: center;
    padding: 30px;
  }
  .product-result-output input {
    text-align: center;
    padding: 0 10px !important;
  }
  .single-product-breadcrumb {
    display: none;
  }
  .link-block-item:hover {
    background-position: bottom 30px center;
  }
}
div.video-container {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1 !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

div.video-container video {
  /*object-fit: contain;*/
  /*       object-fit: fill; */
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.page-hero-filter {
  z-index: 200;
  position: relative;
}

.text-and-slider {
  position: relative;
}
.text-and-slider .gallery-slider {
  position: relative;
  z-index: 10;
}
.text-and-slider .gallery-slider img {
  width: 100% !important;
  height: 475px !important;
  border-radius: 4px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}
.text-and-slider .owl-dots {
  text-align: center;
  margin: 10px auto 0 auto;
}
.text-and-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #014F39 !important;
  border-radius: 14px;
  margin: 0 6px;
}
.text-and-slider .owl-dots .owl-dot.active {
  background-color: #4D973F !important;
}
.text-and-slider .slider-is-right .text-slider-content {
  padding: 0 10% 0 0;
}
.text-and-slider .slider-is-left .text-slider-content {
  padding: 0 0 0 10%;
}
.text-and-slider .text-slider-content h1, .text-and-slider .text-slider-content h2, .text-and-slider .text-slider-content h3, .text-and-slider .text-slider-content h4, .text-and-slider .text-slider-content h5, .text-and-slider .text-slider-content h6 {
  color: #014F39;
  font-weight: 600;
}
.text-and-slider .text-slider-content h1 {
  font-size: 36px;
}
.text-and-slider .text-slider-content h2 {
  font-size: 30px;
}
.text-and-slider .text-slider-content h3 {
  font-size: 26px;
}
.text-and-slider .text-slider-content h4 {
  font-size: 22px;
}
.text-and-slider .text-slider-content h5 {
  font-size: 18px;
}
.text-and-slider .text-slider-content h6 {
  font-size: 16px;
}
.text-and-slider .text-slider-content ul li, .text-and-slider .text-slider-content ol li {
  font-size: 15px;
  line-height: 1.8;
  color: #0A3039;
}
.text-and-slider .text-slider-content p a {
  color: #014F39;
  text-decoration: underline;
}
.text-and-slider .text-slider-content p a:hover {
  color: #4D973F;
}
.text-and-slider .text-slider-content .btn-primary {
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 998px) {
  .text-slider-content {
    padding: 0 !important;
    margin: 30px 0 0 0;
  }
}
@media only screen and (max-width: 792px) {
  .text-and-slider .gallery-slider img {
    height: 275px !important;
  }
}/*# sourceMappingURL=style.css.map */