.modal-content {
  height: 750px;
  display: block;
}
@media screen and (max-width: 756px) {
  .modal-content {
    padding: 10px;
    width: 90%;
  }
}
.modal-content iframe {
  height: 100%;
}

#nav {
  position: fixed !important;
}

#call a {
  position: absolute;
  top: 32px;
  display: flex;
  left: 30px;
  width: 220px;
  color: #83C144;
  font-weight: 700;
  font-size: 0.9rem;
}
#call a i {
  color: #83C144;
  margin-right: 10px;
}
@media screen and (min-width: 1280px) {
  #call a i {
    display: none;
  }
}

#MainContent, .MainContent {
  margin-top: 160px;
}

@media screen and (max-width: 1280px) {
  #MainContent, .MainContent {
    margin-top: 68px !important;
  }
}

.image-sliding-text-section__text {
  padding: 0 0 24px 0;
  position: relative;
}

.image-sliding-text-section__text-inner {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: slidingTextMarquee 20s linear infinite;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slidingTextMarquee;
}

@keyframes slidingTextMarquee {
  0% {
    transform: translateX(70%);
  }
  100% {
    transform: translateX(-100%);
  }
}
#homepage-new {
  margin: auto;
  font-family: "Roboto", sans-serif;
}
#homepage-new #top-ticker {
  background-color: #fafafa;
  padding: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #2F2F2F;
  text-align: center;
  overflow-x: hidden;
}
#homepage-new #top-ticker span:nth-child(2n+1) {
  color: #83C144;
}
#homepage-new #top-ticker span {
  margin: 0 20px;
}
#homepage-new .marquee-desktop {
  display: block;
}
@media screen and (max-width: 950px) {
  #homepage-new .marquee-desktop {
    display: none;
  }
}
#homepage-new .marquee-mobile {
  display: block;
}
@media screen and (min-width: 951px) {
  #homepage-new .marquee-mobile {
    display: none;
  }
}
@media screen and (min-width: 950px) {
  #homepage-new #top-ticker-marquee {
    animation: none !important; /* Disable the marquee animation */
  }
}
#homepage-new #homepage-hero {
  display: flex;
  flex-wrap: wrap;
}
#homepage-new #homepage-hero .homepage-main-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 30%;
  min-height: 400px;
  background-color: #18222C;
}
@media screen and (max-width: 950px) {
  #homepage-new #homepage-hero .homepage-main-left {
    aspect-ratio: 1/1;
    min-height: unset;
  }
}
#homepage-new #homepage-hero .homepage-main-left .homepage-left-inner {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  #homepage-new #homepage-hero .homepage-main-left .homepage-left-inner {
    width: 90%;
  }
}
#homepage-new #homepage-hero .homepage-main-left .homepage-left-inner h2 {
  color: #83C144;
  font-size: 1.5rem;
  font-weight: 700;
}
#homepage-new #homepage-hero .homepage-main-left .homepage-left-inner h3 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 756px) {
  #homepage-new #homepage-hero .homepage-main-left .homepage-left-inner h2 {
    font-size: 1rem;
  }
  #homepage-new #homepage-hero .homepage-main-left .homepage-left-inner h3 {
    font-size: 0.8rem;
  }
}
#homepage-new #homepage-hero .homepage-main-left .homepage-left-inner .hero-strapline {
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 50px;
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (max-width: 756px) {
  #homepage-new #homepage-hero .homepage-main-left .homepage-left-inner .hero-strapline {
    font-size: 0.9rem;
  }
}
#homepage-new #homepage-hero .homepage-main-left .homepage-left-inner .hero-strapline .green {
  color: #83C144;
  font-weight: 700;
}
#homepage-new #homepage-hero .homepage-left, #homepage-new #homepage-hero .homepage-right {
  width: 50%;
  text-align: center;
}
#homepage-new #homepage-hero .homepage-main-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100%;
  width: 40%;
  position: relative;
  overflow: hidden;
}
#homepage-new #homepage-hero .enquiry-form-home {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  right: 0;
  background-color: #83C144;
  padding: 30px 20px 0px 20px;
  width: 30%;
  position: relative;
}
#homepage-new #homepage-hero .enquiry-form-home .form-heading-home {
  position: absolute;
  top: 0px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  width: 100%;
  background-color: #18222C;
  padding: 20px;
}
#homepage-new .enquiry-form-home-mobile {
  display: none;
}
@media screen and (max-width: 950px) {
  #homepage-new .enquiry-form-home-mobile {
    display: block;
    background-color: #83C144;
    padding: 0;
    margin-bottom: 0.5rem;
  }
  #homepage-new .enquiry-form-home-mobile .form-heading-mobile {
    display: block;
    top: 0px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
    display: block;
    width: 100%;
    background-color: #18222C;
    padding: 20px;
  }
}
#homepage-new #homepage-strapline {
  padding: 20px;
  background-color: #2F2F2F;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.2rem;
}
@media screen and (max-width: 956px) {
  #homepage-new #homepage-strapline {
    font-size: 0.8rem;
    padding: 20px 10px;
  }
}
#homepage-new #homepage-strapline .highlight {
  color: #83C144;
}
@media screen and (max-width: 1050px) {
  #homepage-new .homepage-main-right {
    width: 50% !important;
  }
  #homepage-new .homepage-main-left {
    width: 50% !important;
  }
  #homepage-new .enquiry-form-home {
    display: none !important;
  }
}
#homepage-new .homepage-main-intro {
  text-align: center;
  width: 70%;
  margin: auto;
  padding: 30px 0;
}
@media screen and (max-width: 756px) {
  #homepage-new .homepage-main-intro {
    width: 100%;
    padding: 30px;
  }
}
#homepage-new .homepage-main-intro h2.intro-subtitle {
  font-weight: 700;
  color: #18222C;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: -20px;
}
@media screen and (max-width: 756px) {
  #homepage-new .homepage-main-intro h2.intro-subtitle {
    margin-top: 0;
  }
}
#homepage-new .homepage-main-intro .intro-link {
  color: #83C144;
  font-weight: 700;
}
#homepage-new .homepage-main-intro .intro-link:hover {
  color: #18222C !important;
}
#homepage-new #homepage-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-flow: wrap;
  gap: 0.5rem;
  margin-bottom: 20px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  max-width: 1400px;
  margin: 0.5rem auto;
}
@media screen and (max-width: 756px) {
  #homepage-new #homepage-products {
    grid-template-columns: 1fr 1fr;
  }
}
#homepage-new #homepage-products .product {
  flex-grow: 1;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  color: #fff;
}
#homepage-new #homepage-products .product:hover .product-title {
  background-color: #83C144;
}
#homepage-new #homepage-products .product:hover .product-image .product-overlay {
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
#homepage-new #homepage-products .product:hover .product-image img {
  scale: 1.2;
  transition: scale 5s ease-in-out;
}
#homepage-new #homepage-products .product .product-image {
  background-color: #2F2F2F;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
#homepage-new #homepage-products .product .product-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  scale: 1.01;
  transition: scale 5s ease-in-out;
}
#homepage-new #homepage-products .product .product-image .product-overlay {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#homepage-new #homepage-products .product .product-title {
  display: block;
  border-top: 2px solid #83C144;
  background-color: #18222C;
  padding: 20px;
  font-weight: 700;
  transition: background-color 0.3s ease-in-out;
}
#homepage-new #homepage-products .product .premium-logo {
  max-width: 200px;
}
#homepage-new .large-button {
  padding: 30px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  width: 100%;
  display: block;
  transition: background-color 0.5s ease-in-out;
}
#homepage-new .large-button.green {
  background-color: #83C144;
}
#homepage-new .large-button.green:hover {
  background-color: #507728;
}
#homepage-new .large-button.blue {
  background-color: #18222C;
}
#homepage-new .large-button.blue:hover {
  background-color: black;
}
@media screen and (max-width: 756px) {
  #homepage-new .large-button {
    font-size: 0.8rem;
    padding: 20px;
  }
}
#homepage-new .two-col-holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1400px;
  margin: 0 auto;
  gap: 0.5rem;
}
@media screen and (max-width: 756px) {
  #homepage-new .two-col-holder {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }
}
#homepage-new .two-col-holder .col-right {
  color: #ffffff;
}
#homepage-new .two-col-holder .col-left, #homepage-new .two-col-holder .col-right {
  border: 3px solid #18222C;
  width: 100%;
}
@media screen and (max-width: 756px) {
  #homepage-new .two-col-holder .col-left, #homepage-new .two-col-holder .col-right {
    border-top: 3px solid #18222C;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
}
#homepage-new .two-col-holder .col-left .inner-two-col, #homepage-new .two-col-holder .col-right .inner-two-col {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#homepage-new .two-col-holder .col-left .inner-two-col .col-inner, #homepage-new .two-col-holder .col-right .inner-two-col .col-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  min-height: 350px;
  padding: 30px;
}
@media screen and (max-width: 756px) {
  #homepage-new .two-col-holder .col-left .inner-two-col .col-inner, #homepage-new .two-col-holder .col-right .inner-two-col .col-inner {
    width: 100%;
    min-height: auto;
  }
}
#homepage-new .two-col-holder .col-left .inner-two-col .col-inner h3, #homepage-new .two-col-holder .col-right .inner-two-col .col-inner h3 {
  font-size: 1.2rem;
  color: #83C144;
  font-weight: 700;
}
#homepage-new .two-col-holder .col-left .inner-two-col .col-inner .green, #homepage-new .two-col-holder .col-right .inner-two-col .col-inner .green {
  color: #83C144;
}
#homepage-new .two-col-holder .col-left .inner-two-col .col-inner a, #homepage-new .two-col-holder .col-right .inner-two-col .col-inner a {
  color: #83C144;
}
#homepage-new .two-col-holder .col-left .inner-two-col .col-inner.left-col, #homepage-new .two-col-holder .col-right .inner-two-col .col-inner.left-col {
  display: flex;
  width: 50%;
}
#homepage-new .two-col-holder .col-left .inner-two-col .col-inner.right-col, #homepage-new .two-col-holder .col-right .inner-two-col .col-inner.right-col {
  display: flex;
  width: 49%;
}
@media screen and (max-width: 756px) {
  #homepage-new .two-col-holder .col-left .inner-two-col, #homepage-new .two-col-holder .col-right .inner-two-col {
    display: flex;
  }
  #homepage-new .two-col-holder .col-left .inner-two-col .col-inner, #homepage-new .two-col-holder .col-right .inner-two-col .col-inner {
    width: 100%;
  }
}
#homepage-new .title-holder, #homepage-new .main-title-holder {
  text-align: center;
  padding: 20px;
  background-color: #ffffff;
}
#homepage-new .title-holder h1, #homepage-new .main-title-holder h1, #homepage-new .title-holder h2, #homepage-new .main-title-holder h2 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #83C144;
  font-size: 2rem;
  font-weight: 700;
}
#homepage-new .title-holder h1, #homepage-new .main-title-holder h1 {
  font-size: 2rem;
}
@media screen and (max-width: 756px) {
  #homepage-new .title-holder h1, #homepage-new .main-title-holder h1 {
    font-size: 1.5rem;
  }
}
#homepage-new .title-holder h2, #homepage-new .main-title-holder h2 {
  font-size: 1.5rem;
}
#homepage-new .main-title-holder {
  padding: 10px;
}
@media screen and (max-width: 756px) {
  #homepage-new .main-title-holder {
    padding-bottom: 0px;
  }
}
#homepage-new .text-link {
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
}
#homepage-new .text-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background-color: #83C144;
  transition: width 0.3s ease-in-out;
}
#homepage-new .text-link:hover::after {
  width: auto;
}
#homepage-new .text-link:not(:hover)::after {
  right: 0;
  left: auto;
}
#homepage-new #testimonials {
  margin: 0.5rem;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
}
#homepage-new #testimonials .testimonial-carousel {
  background-color: #18222C;
  padding: 60px 100px;
}
#homepage-new #testimonials .testimonial-carousel .carousel-cell {
  width: 100%;
}
@media screen and (max-width: 756px) {
  #homepage-new #testimonials .testimonial-carousel {
    padding: 60px 20px;
  }
}
#homepage-new #testimonials .flickity-prev-next-button.next,
#homepage-new #testimonials .flickity-prev-next-button.previous {
  color: #83C144;
  margin: 0 20px;
  background-color: transparent;
}
#homepage-new #testimonials .flickity-prev-next-button.next:hover,
#homepage-new #testimonials .flickity-prev-next-button.previous:hover {
  color: #ffffff;
}
@media screen and (max-width: 756px) {
  #homepage-new #testimonials .flickity-prev-next-button.next,
  #homepage-new #testimonials .flickity-prev-next-button.previous {
    display: none;
  }
}
#homepage-new #testimonials .testimonial-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 756px) {
  #homepage-new #testimonials .testimonial-content {
    width: 100%;
  }
}
#homepage-new #testimonials .testimonial-content h4 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  margin-top: 10px;
}
#homepage-new #testimonials .testimonial-content h4::before {
  content: '"';
  font-size: 2rem;
  margin-right: 10px;
}
#homepage-new #testimonials .testimonial-content h4::after {
  content: '"';
  font-size: 2rem;
  margin-left: 10px;
}
#homepage-new #testimonials .testimonial-content i {
  color: #83C144;
  margin: 0 3px;
}
#homepage-new #testimonials .testimonial-content p {
  color: #ffffff;
}
#homepage-new #video {
  margin: 0.5rem auto;
  text-align: center;
  max-width: 1400px;
}
#homepage-new #video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
#homepage-new #video .embed-container iframe,
#homepage-new #video .embed-container object,
#homepage-new #video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#homepage-new #blog {
  margin: 0.5rem auto;
  max-width: 1400px;
}
#homepage-new #blog .blog-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media screen and (max-width: 756px) {
  #homepage-new #blog .blog-wrapper {
    grid-template-columns: 1fr;
  }
}
#homepage-new #blog .blog-wrapper .blog-container {
  background-color: #18222C;
}
#homepage-new #blog .blog-wrapper .blog-container .blog-image {
  height: 300px;
  overflow: hidden;
}
#homepage-new #blog .blog-wrapper .blog-container .blog-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#homepage-new #blog .blog-wrapper .blog-container .blog-content {
  display: block;
  flex-direction: column;
  background-color: #18222C;
  padding: 50px;
  color: #ffffff;
}
@media screen and (max-width: 756px) {
  #homepage-new #blog .blog-wrapper .blog-container .blog-content {
    padding: 40px 20px;
  }
}
#homepage-new #blog .blog-wrapper .blog-container .blog-content h3 {
  color: #83C144;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 756px) {
  #homepage-new #blog, #homepage-new #testimonials, #homepage-new #video {
    margin: 0;
  }
  #homepage-new #testimonials {
    margin-top: 0.5rem;
  }
  #homepage-new #blog {
    border-bottom: 3px solid #83C144;
  }
}
#homepage-new #footer-nav-bar {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 15px 0;
  width: 100%;
  z-index: 999;
  background-color: #83C144;
  color: #fff;
}
@media screen and (max-width: 756px) {
  #homepage-new #footer-nav-bar {
    display: block;
  }
}
#homepage-new #footer-nav-bar .footer-nav-bar__inner {
  display: flex;
  justify-content: space-around;
}
#homepage-new #footer-nav-bar .icon-text {
  text-align: center;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1rem;
}

@media screen and (max-width: 380px) {
  .hide-mini {
    display: none !important;
  }
}/*# sourceMappingURL=homepage.css.map */
