@font-face {
  font-family: Font Awesome;
  src: url('../fonts/fontawesome-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --sea-green: #008a5f;
  --white: white;
  --midnight-blue: #1a3953;
  --yellow: #fff216;
  --dark-slate-blue: #004b8d;
  --black: #333;
  --dim-grey: #666;
  --sea-green-2: #006f4c;
  --silver: #c4c4c4;
}

body {
  color: #333;
  padding-top: 93px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

h2 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 37px;
  font-weight: 700;
  line-height: 39px;
}

h3 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #008a5f;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

a:hover {
  color: #333;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.landing-logo {
  z-index: 666;
  max-width: 420px;
  position: relative;
  bottom: 0;
  left: 0;
}

.landing-logo.hidden-landing-logo {
  opacity: 0;
}

.html-embed {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-bar {
  box-shadow: none;
  color: #fff;
  text-align: right;
  letter-spacing: 0;
  text-shadow: none;
  background-color: #008a5f;
  font-family: Droid Sans, sans-serif;
  font-size: 13px;
  overflow: hidden;
}

.contact-bar-link {
  color: #fff216;
  background-image: url('../images/home-button.png');
  background-position: 0 45%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 3px;
  padding-bottom: 1px;
  padding-left: 22px;
  font-weight: 700;
  display: inline-block;
}

.contact-bar-link:hover {
  color: #fff;
}

.contact-bar-link.header-phone {
  background-image: url('../images/phone-receiver.png');
  background-size: auto 15px;
}

.contact-bar-link.header-email {
  background-image: url('../images/close-envelope.png');
  background-size: auto 15px;
}

.nav-bar {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 4px 2px #0000004d;
}

.content-container {
  z-index: 100;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px 80px;
  display: block;
  position: relative;
}

.content-container.copyright-container {
  color: #ffffffe6;
  text-align: center;
  background-color: #0009;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-container.contact-bar-container {
  padding-top: 2px;
  padding-bottom: 2px;
}

.content-container.nav-bar-container {
  z-index: 999;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.content-container.contact-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  min-height: 90vh;
  padding-top: 23vh;
  padding-bottom: 23vh;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.content-container.why-choose-us-container {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-container.heading-container {
  min-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.content-container.gallery-c {
  text-align: center;
  padding-top: 1px;
  padding-bottom: 60px;
}

.content-container.services-container {
  padding-bottom: 20px;
}

.nav-brand {
  float: left;
  width: 280px;
  padding-top: 10px;
  padding-bottom: 5px;
  display: block;
}

.nav-link {
  color: #008a5f;
  text-align: center;
  background-color: #fff;
  border-top: 6px #0000;
  border-bottom: 6px solid #0000;
  padding: 23px 17px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.nav-link:hover {
  color: #008a5f;
  border-bottom-color: #008a5fb3;
}

.nav-link.w--current {
  color: #fff;
  background-color: #008a5f;
  border-top-color: #008a5f;
  border-bottom-color: #008a5f;
}

.nav-link.special-nav {
  padding-top: 13px;
  padding-bottom: 8px;
}

.nav-link.dd-nav {
  position: relative;
}

.content-section {
  z-index: 20;
  background-color: #fff;
  min-height: 200px;
  position: relative;
}

.content-section.gallery-section {
  background-color: #c4c4c4;
}

.section {
  position: relative;
}

.section.content-section {
  color: #333;
  min-height: 300px;
  overflow: hidden;
}

.section.quotation-section {
  z-index: 300;
  text-align: center;
  background-color: #fff216;
}

.section.why-choose-us-section {
  z-index: 200;
  color: #fff;
  background-color: #008a5f;
}

.footer-link {
  color: #fff216;
}

.footer-link:hover {
  color: #fff;
}

.copyright-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}

.loading-animation {
  z-index: 2147483647;
  text-align: center;
  background-color: #008a5f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160vh;
  margin-top: -20vh;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.loading-logo {
  opacity: .9;
  filter: none;
  max-width: 400px;
  display: inline-block;
}

.quotation-button {
  color: #fff216;
  background-color: #333;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 19px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.quotation-button:hover {
  color: #fff216;
  background-color: #008a5f;
}

.dd-icon {
  margin-right: 0;
  display: inline-block;
  position: relative;
}

.dd-list.w--open {
  text-align: center;
  background-color: #fff;
  right: -20px;
  box-shadow: 0 0 3px #00000080;
}

.dd-holder {
  z-index: 999;
}

.dd-link {
  color: #fff;
  text-align: center;
  background-color: #008a5f;
  border-bottom: 2px solid #006f4c;
  width: 150px;
  padding: 11px 13px 11px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.dd-link:hover {
  color: #008a5f;
  background-color: #fff216;
}

.dd-link.w--current {
  color: #fff216;
  background-color: #00583d;
}

.dd-link.featured-dd {
  background-color: #154e3c;
}

.contact-form-wrapper {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.contact-form {
  padding-top: 59px;
}

.form-field {
  color: #333;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #000;
  height: 24px;
  margin-top: 9px;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  transition: all .3s ease-in-out;
}

.form-field:hover {
  border-bottom-color: #004b8d;
}

.form-field:focus {
  border-bottom-color: #008a5f;
}

.form-field.text-area {
  min-height: 100px;
}

.field-label {
  text-align: left;
  margin-top: 5px;
  font-size: 15px;
}

.optional {
  font-size: 13px;
  font-weight: 400;
}

.close-form-button {
  color: #fff216;
  cursor: pointer;
  background-color: #333;
  border-radius: 60px;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  font-family: Font Awesome, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 39px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.close-form-button:hover {
  background-color: #8f1a1a;
}

.error {
  color: #fff;
  background-color: #b82a2a;
  border-radius: 3px;
}

.footer-logo {
  width: 400px;
  position: relative;
  top: 0;
  left: 0;
}

.contact-name {
  padding-right: 4px;
  display: inline-block;
}

.contact-name.address {
  margin-bottom: 5px;
}

.footer-section {
  z-index: 400;
  color: #fff;
  text-align: center;
  background-color: #252525;
  background-image: none;
  background-size: auto;
  padding-bottom: 0;
  font-weight: 700;
  position: relative;
}

.copyright-section {
  background-color: #0000004d;
}

.home-slider {
  z-index: 200;
  height: 530px;
  position: relative;
  overflow: hidden;
}

.slide {
  background-image: url('../images/home-image.jpg');
  background-position: 100%;
  background-size: cover;
}

.slider-arrow {
  z-index: 9999;
  color: #ffffff80;
  background-color: #1a39534d;
  transition: all .3s;
  display: none;
}

.slider-arrow:hover {
  color: #fff;
  background-color: #1a395380;
}

.why-choose-us-div {
  text-align: center;
  width: 25%;
  margin-top: 8px;
  padding-left: 14px;
  padding-right: 14px;
  display: inline-block;
}

.why-chooses-us-icon {
  max-width: 80px;
  margin-top: 35px;
}

.why-choose-us-icon-holder {
  background-color: #0003;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-holder {
  z-index: 555;
  color: #fff;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 34px;
  padding-left: 82px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider-nav {
  z-index: 575;
  height: 10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-h1 {
  color: #fff216;
  background-color: #004b8d;
  align-self: flex-start;
  padding: 2px 10px;
  font-size: 27px;
  font-weight: 700;
  line-height: 37px;
  box-shadow: 1px 1px 4px 2px #0000004d;
}

.slide-h1.slide-h2 {
  background-color: #008a5f;
  margin-bottom: 12px;
}

.slide-text-holder {
  flex-direction: column;
  padding-left: 36px;
  display: flex;
}

.slide-landscaping {
  background-image: url('../images/landscaping.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/sports-pitches.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/siteworks-rockbreaking.jpg');
  background-position: 100%;
  background-size: cover;
}

.services-sidebar {
  float: left;
  text-align: center;
  border: 2px #008a5f99;
  border-right-style: solid;
  width: 20%;
  margin-right: 20px;
  padding-right: 20px;
  display: inline-block;
}

.services-sidebar.right-sidevar {
  float: right;
  border-left: 1px solid #6669;
  border-right-style: none;
  width: 210px;
  margin-left: 20px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: all .2s;
}

.services-sidebar.right-sidevar.bottom-sidebar {
  display: none;
}

.services-link {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #008a5f;
  border-bottom: 3px solid #006f4c;
  margin-bottom: -1px;
  padding: 5px 13px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  position: relative;
}

.services-link:hover, .services-link.w--current {
  color: #008a5f;
  background-color: #fff216;
}

.featured-projects-div {
  width: 80%;
  margin-left: 20%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.featured-project {
  float: left;
  background-image: url('../images/5-5-image_5.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 277px;
  margin-bottom: 15px;
  margin-right: 2%;
  display: inline-block;
  position: relative;
}

.featured-project.richmond-rugby-club {
  background-image: url('../images/01-004.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.featured-project.emmet-o-brien {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.featured-project.niall-house {
  background-image: url('../images/20-008.JPG');
  background-position: 50%;
  background-size: cover;
}

.featured-project-title {
  z-index: 20;
  color: #fff;
  text-align: center;
  background-color: #008a5fcc;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.triangle-border {
  background-image: url('../images/green-triangle.png');
  background-position: 0 0;
  background-size: contain;
  height: 10px;
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
}

.triangle-border.yellow-triangle-border {
  background-image: url('../images/yellow-triangle.png');
  height: 10px;
  top: -6px;
}

.triangle-border.blue-triangle-border {
  background-image: url('../images/blue-triangle.png');
  height: 15px;
}

.triangle-border.black {
  opacity: .6;
  background-image: url('../images/black-eddie-border-triangle.png');
  background-size: contain;
  height: 5px;
  display: block;
  top: -5px;
}

.triangle-border.white {
  background-image: url('../images/white-eddie-border-triangle.png');
  background-size: contain;
  height: 3px;
  display: block;
  top: -3px;
}

.triangle-border.white.grey {
  background-color: #c4c4c4;
  height: 5px;
  display: block;
  top: -5px;
  transform: rotate(-180deg);
}

.footer-float {
  text-align: left;
  margin-top: 20px;
  margin-left: 40px;
  display: block;
}

.dd-text {
  padding-right: 3px;
  display: inline-block;
}

.page-header {
  z-index: 10;
  background-image: url('../images/siteworks-rockbreaking.jpg');
  background-position: 100%;
  background-size: cover;
  min-height: 400px;
  position: relative;
}

.page-header.faq-header {
  background-image: url('../images/home-image.jpg');
}

.page-header.health-and-safety-header {
  background-image: url('../images/hs1a.jpg');
  background-position: 50%;
  background-size: cover;
}

.page-header._404-header {
  background-image: url('../images/ny-beam.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 470px;
}

.page-header.landscaping-header {
  background-image: url('../images/landscaping-header.jpg');
  background-position: 50%;
  background-size: cover;
}

.page-header.land-reclamation-header {
  background-image: url('../images/1-031.jpg');
  background-position: 100%;
  background-size: cover;
}

.page-header.equestrian-header {
  background-image: url('../images/equestrian-header1.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.page-header.sports-pitches-header {
  background-image: url('../images/sports-pitch.jpg');
  background-position: 50%;
  background-size: cover;
}

.page-header.groundworks-header {
  background-image: url('../images/groundworks-header.jpg');
  background-position: 50%;
  background-size: cover;
}

.page-header.septic-tanks-header {
  background-image: url('../images/septic-tanks.jpg');
  background-position: 50%;
  background-size: cover;
}

.page-header.slurry-lagoons-header {
  background-image: url('../images/slurry-lagoon.jpg');
  background-size: cover;
}

.page-header.rock-breaking-header {
  background-image: url('../images/rock-breaking.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.page-header.about-header {
  background-image: url('../images/about-us.jpg');
  background-position: 50%;
  background-size: cover;
}

.page-header.graveyard-header {
  background-image: url('../images/kildimo-graveyard.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.page-header.emmet-header {
  background-image: url('../images/about-header.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.page-header.richmond-header {
  background-image: url('../images/richmond.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.page-header.residential-header {
  background-image: url('../images/res1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.h1-header {
  color: #fff;
  margin-top: 10px;
  font-size: 50px;
  line-height: 60px;
}

.lightbox-image {
  background-color: #d1d1d1;
  border: 5px solid #fff;
  height: 190px;
  transition: all .3s;
}

.lightbox-link {
  cursor: zoom-in;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.gallery-container {
  flex-wrap: wrap;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.about-us-container {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.page-heading-holder {
  z-index: 10;
  color: #fff;
  background-color: #0009;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll-to-top {
  z-index: 1111;
  color: #fff;
  text-align: center;
  background-color: #008a5f;
  border: 2px solid #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 40px;
  padding-bottom: 4px;
  font-family: Font Awesome, sans-serif;
  font-size: 35px;
  line-height: 42px;
  position: fixed;
  bottom: -5px;
  right: 30px;
}

.scroll-to-top:hover {
  color: #fff216;
}

.scroll-to-top-marker {
  z-index: -1;
  width: 1px;
  height: 90vh;
  position: relative;
}

.faq-holder {
  cursor: pointer;
  margin-bottom: 10px;
}

.faq-question {
  margin-bottom: 5px;
  font-weight: 700;
  display: inline-block;
}

.faq-answer {
  height: 0;
  padding-left: 20px;
  overflow: hidden;
}

.faq-expand {
  margin-left: 4px;
  font-family: Font Awesome, sans-serif;
  font-size: 17px;
  display: inline;
}

.faq-expand:hover {
  color: #008a5f;
}

.rtb-testimonial {
  background-color: #d8d8d8b3;
  margin-bottom: 25px;
  margin-right: 230px;
  padding: 16px 30px;
  display: block;
}

.rtb-testimonial p {
  margin-bottom: 8px;
}

.rtb-testimonial blockquote {
  color: #fff;
  background-color: #008a5f;
  border-left-width: 7px;
  border-left-color: #fff216;
  margin-left: -15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
}

.rtb-testimonial h4 {
  font-size: 20px;
  line-height: 30px;
}

.image-comparison-holder {
  border: 5px solid #fff;
  width: 100vh;
  max-width: 100%;
  height: 330px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.comp-img {
  max-width: none;
}

.why-choose-us-holder {
  flex-wrap: wrap;
  display: flex;
}

.lightbox-text {
  z-index: 50;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #008a5fcc;
  margin: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.lightbox-overlay {
  z-index: 10;
  opacity: 0;
  background-color: #008a5f80;
  background-image: url('../images/layout.png');
  background-position: 50% 41%;
  background-repeat: no-repeat;
  background-size: 60px;
  display: none;
  position: absolute;
  inset: 0;
}

.slide-equestrian {
  background-image: url('../images/equestrian1.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.callback-wrapper {
  text-align: center;
  margin-top: 20px;
}

.callback-header {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}

.callback-field {
  text-align: center;
  border: 1px solid #6669;
  height: auto;
  margin-bottom: 5px;
  padding: 7px;
  font-size: 15px;
  transition: border-color .3s;
}

.callback-field:hover {
  border-color: #1a3953;
}

.callback-field:focus {
  border-color: #008a5f;
}

.callback-button {
  background-color: #1a3953;
  font-weight: 700;
  transition: all .3s;
}

.callback-button:hover {
  background-color: #008a5f;
}

.callback-success {
  padding: 10px;
}

.callback-error {
  color: #fff;
  background-color: #ff4747;
}

.feature-overlay {
  z-index: 10;
  opacity: 0;
  color: #fff;
  background-color: #008a5fb3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: 0;
}

.feature-overlay-text {
  text-align: center;
}

.feature-icon {
  width: 50px;
  margin-top: -31px;
  margin-bottom: 5px;
}

.contact-space {
  margin-bottom: 10px;
}

.featured-holder {
  flex-wrap: wrap;
  margin-bottom: 50px;
  display: flex;
}

.form-message {
  background-color: var(--sea-green);
  color: var(--white);
  border-radius: 4px;
  margin-top: 30px;
  padding: 10px 20px 20px;
  font-weight: 700;
}

html.w-mod-js [data-ix="initial-hide-contact-bar"] {
  height: 0;
}

html.w-mod-js [data-ix="loading-animation"] {
  display: flex;
}

html.w-mod-js [data-ix="hide-contact-form"] {
  height: 0;
}

html.w-mod-js [data-ix="slide-h1"], html.w-mod-js [data-ix="slide-h-2"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="show-content-on-scroll"], html.w-mod-js [data-ix="show-content-on-scroll-2"], html.w-mod-js [data-ix="show-content-on-scroll-3"], html.w-mod-js [data-ix="show-content-on-scroll-4"] {
  opacity: 0;
  transform: scale(.87);
}

html.w-mod-js [data-ix="page-heading-slide-up"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="auto-comparison-holder-height"] {
  height: auto;
}

html.w-mod-js [data-ix="new-inscroll-initial"] {
  transform: translate(0, 100%);
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 97px;
  }

  .landing-logo {
    max-width: 330px;
  }

  .content-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .content-container.nav-bar-container {
    padding-right: 1px;
  }

  .nav-menu {
    background-color: #fff;
    position: absolute;
    overflow: auto;
  }

  .nav-link {
    color: #fff;
    background-color: #008a5f;
    border-style: none;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link:hover, .nav-link:focus {
    color: #008a5f;
    background-color: #fff216;
  }

  .nav-link.w--current {
    color: #fff;
    background-color: #295346;
  }

  .loading-logo {
    max-width: 360px;
  }

  .dd-icon {
    margin-top: 0;
    display: inline-block;
    position: relative;
  }

  .dd-link {
    color: #fff;
    text-align: center;
    background-color: #0b6b4d;
    border-bottom-color: #008a5f;
    width: 100%;
  }

  .footer-logo {
    width: 350px;
    display: inline-block;
  }

  .home-slider {
    height: 450px;
  }

  .why-choose-us-div {
    flex-direction: column;
    width: 35%;
    padding-left: 9px;
    padding-right: 9px;
    display: flex;
  }

  .why-chooses-us-icon {
    max-width: 70px;
    margin-top: 30px;
  }

  .why-choose-us-icon-holder {
    width: 130px;
    height: 130px;
  }

  .slider-holder {
    padding-left: 22px;
  }

  .slider-nav {
    z-index: 444;
  }

  .slide-h1 {
    font-size: 25px;
    line-height: 36px;
  }

  .slide-text-holder {
    padding-left: 19px;
  }

  .services-sidebar {
    float: none;
    border-bottom: 4px #008a5f99;
    border-right-style: none;
    width: 100%;
    padding-right: 0;
    display: block;
  }

  .services-sidebar.right-sidevar.bottom-sidebar {
    display: none;
  }

  .services-link {
    border-width: 2px;
    border-top-style: solid;
    border-top-color: #006f4c;
    border-left-style: solid;
    border-left-color: #006f4c;
    border-right-style: solid;
    border-right-color: #006f4c;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 25%;
    min-height: 57px;
    margin-bottom: -1px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .featured-projects-div {
    width: 100%;
    margin-left: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-float {
    display: block;
  }

  .home-h2 {
    text-align: left;
    display: block;
  }

  .services-holder {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 15px;
    display: flex;
  }

  .menu-button {
    background-color: #006f4c;
    height: 58px;
    margin: 5px 4px 4px;
    padding: 17px;
  }

  .menu-icon {
    color: #0000;
    max-height: 100%;
  }

  .mobile-nav-brand {
    max-width: 280px;
    padding-top: 10px;
    padding-left: 0;
  }

  .mobile-nav-brand.w--current {
    max-width: 290px;
    padding-top: 10px;
    padding-bottom: 7px;
  }

  .page-header {
    min-height: 380px;
  }

  .page-heading-holder {
    padding-bottom: 7px;
  }

  .rtb-testimonial {
    max-width: none;
    margin-right: 230px;
  }

  .rtb-testimonial blockquote {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
    line-height: 23px;
  }

  .why-choose-us-holder {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 68px;
    font-size: 14px;
    line-height: 21px;
  }

  h2 {
    font-size: 33px;
    line-height: 35px;
  }

  h3 {
    font-size: 22px;
    line-height: 27px;
  }

  .landing-logo {
    max-width: 270px;
    margin-bottom: 20px;
  }

  .contact-bar {
    height: 0;
  }

  .nav-bar {
    height: 68px;
  }

  .content-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-container.nav-bar-container {
    padding-left: 5px;
    padding-right: 1px;
  }

  .content-container.contact-container {
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    line-height: 23px;
  }

  .nav-brand {
    width: auto;
    max-width: 270px;
    padding-top: 12px;
    padding-left: 0;
  }

  .loading-logo {
    max-width: 320px;
  }

  .quotation-button {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 17px;
    line-height: 25px;
  }

  .footer-logo {
    width: auto;
    max-width: 310px;
  }

  .why-choose-us-div {
    width: 45%;
    padding-left: 21px;
    padding-right: 21px;
  }

  .slider-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 29vh;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .slide-h1 {
    font-size: 24px;
    line-height: 35px;
  }

  .slide-text-holder {
    padding-left: 0;
  }

  .services-sidebar.right-sidevar {
    display: none;
  }

  .services-sidebar.right-sidevar.bottom-sidebar {
    float: none;
    border-top-style: solid;
    border-top-color: #3339;
    border-left-style: none;
    width: 240px;
    max-width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .services-link {
    width: 33%;
  }

  .featured-project-title {
    font-size: 18px;
    line-height: 23px;
  }

  .footer-float {
    text-align: center;
    margin-top: 30px;
    margin-left: 0;
  }

  .menu-button {
    height: 58px;
  }

  .page-header {
    min-height: 330px;
  }

  .h1-header {
    font-size: 39px;
    line-height: 48px;
  }

  .lightbox-image {
    height: 160px;
  }

  .page-heading-holder {
    padding-bottom: 5px;
  }

  .rtb-testimonial {
    max-width: 95%;
    margin-right: 0;
    padding: 13px 23px;
  }

  .rtb-testimonial blockquote {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rtb-testimonial h4 {
    font-size: 18px;
    line-height: 27px;
  }

  .lightbox-text {
    font-size: 17px;
    line-height: 21px;
  }

  .callback-field {
    background-color: #fff;
    border: 1px solid #3339;
  }

  .callback-field:hover {
    border-color: #1a3953;
  }

  .callback-field:focus {
    border-color: #008a5f;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-top: 60px;
  }

  h2 {
    font-size: 29px;
    line-height: 32px;
  }

  h3 {
    font-size: 21px;
    line-height: 26px;
  }

  .landing-logo {
    display: none;
  }

  .nav-bar {
    height: 60px;
  }

  .content-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .content-container.contact-container {
    line-height: 22px;
  }

  .content-container.quotation-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-brand {
    max-width: 220px;
    margin-left: 4px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .loading-logo {
    max-width: 90%;
  }

  .quotation-button {
    font-size: 16px;
  }

  .quotation-button.email-button {
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .contact-form-wrapper, .footer-logo {
    max-width: 95%;
  }

  .why-choose-us-div {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-holder {
    justify-content: flex-end;
    padding-bottom: 15px;
  }

  .slide-h1 {
    align-self: stretch;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 23px;
    line-height: 32px;
  }

  .slide-h1.slide-h2, .slide-text-holder {
    align-self: stretch;
  }

  .services-link {
    width: 49%;
  }

  .featured-project {
    width: 100%;
    margin-right: 0%;
  }

  .home-h2 {
    font-size: 25px;
    line-height: 28px;
  }

  .menu-button {
    height: 50px;
    padding: 14px;
  }

  .mobile-nav-brand {
    float: none;
    max-width: 230px;
    margin-left: 5px;
    padding-top: 12px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .mobile-nav-brand.w--current {
    max-width: 230px;
  }

  .page-header {
    min-height: 270px;
  }

  .page-header.about-header {
    background-position: -94px;
  }

  .h1-header {
    font-size: 33px;
    line-height: 45px;
  }

  .lightbox-image {
    height: 150px;
  }

  .page-heading-holder {
    padding-bottom: 2px;
  }

  .rtb-testimonial {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rtb-testimonial blockquote {
    font-size: 17px;
    line-height: 22px;
  }

  .callback-field {
    border: 1px solid #666;
    transition: opacity .3s;
  }

  .callback-field:hover {
    border: 1px solid #004b8d;
  }

  .callback-field:focus {
    border-color: #008a5f;
  }
}


@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fontawesome-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}