.nomargin {
  margin-bottom: 0;
}
.nopadding {
  padding-top: 0;
}
.parallax {
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .parallax {
    background-attachment: initial;
  }
}
.images {
  padding-top: 0;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.cover {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.table {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.featured-image {
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top: 3px solid #076633;
  border-bottom: 3px solid #076633;
  position: relative;
}
/* .featured-image .overlay {
  display: block;
  height: 100%;
  width: 0;
  background-color: rgba(26, 109, 22, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
} */
.featured-image .text-wrapper {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.featured-image .inner-wrapper {
  width: 100vw;
}
.gallery-section {
  position: relative;
}

.gallery-section img {
  border-radius: 5px;
  max-height: 310px;
  width: 100%;
  object-fit: cover;
}
.gallery-section .popup-link {
  display: block;
  border: 2px solid transparent;
  margin: 20px 0;
  -webkit-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  -ms-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.gallery-section .popup-link:hover,
.gallery-section .popup-link:focus {
  border-color: #ffcc00;
}
.gal-wrapper {
  position: relative;
}
.bg-icon {
  position: absolute;
  height: 50px;
  width: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-icon.top-left {
  top: 20px;
  left: 40px;
}
.bg-icon.top-right {
  top: 20px;
  right: 40px;
}
.bg-icon.bot-left {
  bottom: 20px;
  left: 40px;
}
.bg-icon.bot-right {
  bottom: 20px;
  right: 40px;
}
@media (max-width: 767px) {
  .bg-icon {
    display: none;
  }
}
.services-gallery .img-wrapper {
  display: block;
  position: relative;
}
.services-gallery .img-wrapper:hover .text-overlay,
.services-gallery .img-wrapper:focus .text-overlay {
  opacity: 1;
}
.services-gallery .img {
  display: block;
  height: 350px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}
.services-gallery .icon-wrapper {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 10px 0 0;
  background-color: rgba(75, 75, 90, 0.8);
  color: #ffffff;
}
.services-gallery .icon-btn {
  height: 30px;
  width: 30px;
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.services-gallery .text-overlay {
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 75, 90, 0.8);
  color: #ffffff;
  padding: 30px;
  text-align: center;
  z-index: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.image-list-wrapper {
  text-align: center;
  font-size: 0;
}
.image-list-wrapper .image-list-item {
  display: inline-block;
  width: 20%;
  padding: 15px;
  vertical-align: middle;
}

.services-gallery {
  padding: 50px 0;
}

.service-section {
  margin-bottom: 50px;
  margin-top: 50px;
}

.service-section .service-img {
  background-size: cover;
  height: 300px;
  border-radius: 5px;
}

.service-section h3 {
  margin-top: 20px;
  color: #076633;
}

.service-section p {
  margin: 15px 0;
}

.service-section .btn {
  background-color: #076633;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
}

.service-section .btn:hover {
  background-color: #ffcc00;
}

@media (max-width: 991px) {
  .image-list-wrapper .image-list-item {
    width: 50%;
  }
}
#formwrapper input[type=submit] {
  border: none;
  background-color: #2d932a;
  color: #ffffff;
  padding: 10px;
}
#formwrapper .parsley-errors-list {
  padding: 0;
}
#formwrapper .parsley-errors-list li {
  list-style: none;
}
@media (max-width: 768px) {
  #formwrapper .g-recaptcha {
    -webkit-transform: scale(0.8) translateX(-35px);
    -moz-transform: scale(0.8) translateX(-35px);
    -ms-transform: scale(0.8) translateX(-35px);
    -o-transform: scale(0.8) translateX(-35px);
    transform: scale(0.8) translateX(-35px);
  }
}
#map-section {
  margin: 0;
  padding: 0;
}
#map-section .map {
  height: 450px;
}
footer {
  padding-top: 1rem;
  background-color: #076633;
  color: #ffffff;
}
footer #copyright {
  text-align: right;
}
@media (max-width: 768px) {
  footer #copyright {
    text-align: left;
  }
}
p ul {
  margin-left: 0;
  padding-left: 1em;
}

.captchabox {
  display: block;
  width: 280px;
  text-align: left;
  /*margin: 0 auto;*/
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 10px;
  font-size: .8rem
}

.captchabox img {
  margin-right: 15px;
  float: left
}

.grecaptcha-badge{
  display: none!important;
}


.hero-split {
  display: flex;
  height: 500px; 
}

.hero-image {
  flex: 1;
  background-size: cover;
  background-position: center;
}

.hero-text {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #076633;
  color: white;
  padding: 20px 100px 20px 120px;
  text-align: left;
}


.text-wrapper h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.text-wrapper p {
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.cta-btn {
  background-color: #ffcc00;
  padding: 10px 20px;
  color: #076633;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

.cta-btn:hover {
  background-color: #fff;
  color:#076633;
  
}

.privacy-policy h2{
  margin-top: 40px;
}

.privacy-policy h3{
  margin-bottom: 20px;
  font-size: 1.25rem;
}


.inner-page-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5; 
  padding-top: 0;
  margin-bottom: 40px;
}

.inner-page-image .image-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px; 
  }

.inner-page-image .text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(7, 102, 51, 0.8); 
  padding: 20px;
  color: white;
  text-align: center;
  border-radius: 5px;
}

.inner-page-image h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.inner-page-image p {
  font-size: 1.2rem;
}


.contact-page-content {
  padding: 50px 0;
}

.contact-page-content h2, .contact-page-content h3 {
  color: #076633; 
  margin-bottom: 20px;
}

.contact-page-content p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.contact-details, .opening-times {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.contact-details a {
  color: #076633;
}


.contact-details a:hover {
  color: #e6b800;
}


.partner-links li {
  margin-bottom: 10px;
}


.partner-links a:hover {
  color: #e6b800;
}


#formwrapper {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#formwrapper input, #formwrapper textarea {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

#formwrapper input[type="submit"] {
  background-color: #076633;
  color: white;
  border: none;
  padding: 10px 20px; 
  width: auto; 
  cursor: pointer;
  display: inline-block;
}

#formwrapper input[type="submit"]:hover {
  background-color: #145812;
}

.address-box, .directions-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  
}

.address-box h3, .directions-box h3 {
  font-size: 1.5rem;
  color: #076633;
  margin-bottom: 15px;
}

.address-box p, .directions-box p {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 0;
}

.address-box i, .directions-box i {
  margin-right: 10px;
  color: #ffcc00;
}

.map {
  width: 100%;
  height: 450px;
  border-radius: 5px;
}

.cookie-policy {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 1000000;
  bottom: 0;
  background-color: fade(#000, 75%);
  color: #fff;

  .cta {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;

    &:hover, &:focus {
      background: @color1;
    }

    //padding: 10px 20px;
    //border: 1px solid #01385e;
    //padding: 20px 45px;
    //
    //display: inline-block;
    //
    //text-transform: uppercase;
    //
    //font-weight: 700;
    //
    //font-family: lucida,arial;
    //
    //font-size: .8rem;
    //
    //transition: .5s ease all;
    //
    //color: #01385e;
  }

  @media (max-width: 1500px) {
    br {
      display: none;
    }
  }
}

#cookiepolicy {
  display: none;
}

.cookie-policy {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 1000000;
  bottom: 0;
  background-color: #076633;
  color: #fff;

  .cta {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #076633;
    transition: 0.5s ease all;

    &:hover, &:focus {
      background: #000;
      color:#fff;
    }

    //padding: 10px 20px;
    //border: 1px solid #01385e;
    //padding: 20px 45px;
    //
    //display: inline-block;
    //
    //text-transform: uppercase;
    //
    //font-weight: 700;
    //
    //font-family: lucida,arial;
    //
    //font-size: .8rem;
    //
    //transition: .5s ease all;
    //
    //color: #01385e;
  }

  @media (min-width: 991px) {
    p {
      margin-top: 0;
    }
  }
  @media (max-width: 1500px) {
    br {
      display: none;
    }
  }
}

#cookiepolicy {
  display: none;
}


@media (max-width: 768px) {
  .inner-page-image .image-wrapper {
      height: 200px;
  }
  .inner-page-image h2 {
      font-size: 1.5rem;
  }
  .inner-page-image p {
      font-size: 1rem;
  }

  .address-box, .directions-box {
    margin-bottom: 30px;
}
 .hero-split {
      flex-direction: column;
      height: auto;
  }

  .hero-image, .hero-text {
      flex: none;
      height: 300px; 
  }

}

@media (max-width: 550px) {
  .hero-text {
      padding: 20px;
  }

  .logo-text {
    text-align: left !important;
  }

  .contact-info {
    text-align: center !important;
  }
}




