@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Brush Script Std';
  src: url("fonts/BrushScriptStd.woff2") format("woff2"), url("fonts/BrushScriptStd.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
body {
  margin: 0;
  padding: 0;
  font-family: "Lato"; }

ul.wixui-rich-text__text {
  list-style-position: inside; }
  ul.wixui-rich-text__text p {
    display: inline-block; }

.preHeader {
  background-color: #202648;
  height: 39px;
  transition: all ease-in-out 0.3s;
  overflow: hidden; }

.preHeaderInner {
  width: 700px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding-top: 7px;
  display: grid;
  grid-template-columns: 28% 50% 5% 5%;
  font-size: 14px; }
  .preHeaderInner span {
    display: none; }
  .preHeaderInner .fas, .preHeaderInner .fab {
    background-color: #28ADE1;
    border-radius: 50%;
    color: #202648;
    padding: 5px;
    margin-right: 10px;
    transition: all ease-in-out 0.3s; }
  .preHeaderInner .fa-facebook-f {
    padding: 5px 8px; }
  .preHeaderInner .fa-linkedin-in {
    padding: 5px 6px; }
  .preHeaderInner .fa-clipboard-list {
    padding: 5px 7px; }
  .preHeaderInner a {
    color: #fff; }
  .preHeaderInner a:hover .fa-facebook-f {
    background-color: #057EEC;
    color: #fff;
    transition: all ease-in-out 0.3s; }
  .preHeaderInner a:hover .fa-linkedin-in {
    background-color: #0B66C2;
    color: #fff;
    transition: all ease-in-out 0.3s; }

.logo {
  font-size: 45px;
  font-family: 'Brush Script Std';
  padding: 13px 0px 0 30px;
  line-height: 50px;
  color: #BDD631; }
  .logo a {
    color: inherit;
    text-decoration: none; }

.gallerylogo {
  font-size: 40px; }

.carousel-caption .fixauto img {
  max-width: 50%;
  height: auto;
  display: block;
  margin: 10px auto;
  text-align: center; }

.header {
  background-color: rgba(255, 255, 255, 0.8);
  display: grid;
  grid-template-columns: 400px auto;
  position: relative;
  z-index: 1000;
  backdrop-filter: blur(3px); }
  .header .nav {
    text-align: right;
    height: 62px; }

.gallery {
  margin-top: 0px;
  margin-bottom: -5px; }

video, .maincontent iframe {
  width: 100%;
  object-fit: fill;
  height: auto; }

#blackbar {
  z-index: 1000;
  position: fixed;
  top: 0; }

.scrolled {
  position: fixed;
  top: 0; }
  .scrolled .preHeader {
    height: 0;
    transition: all ease-in-out 0.3s;
    overflow: hidden; }

a.button {
  background-color: #28ADE1;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 50px;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block; }
  a.button:hover {
    background-color: #000;
    transition: all ease-in-out 0.3s; }

h1 {
  font-weight: 100;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 0.9em;
  margin-bottom: 30px; }
  h1 strong {
    font-weight: 700;
    display: block; }

p {
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5em; }

.blueTextBlock {
  background-color: #202648;
  text-align: center;
  padding: 30px 0;
  color: #fff; }
  .blueTextBlock p {
    width: 70%;
    margin: 20px auto; }

.doubleSplit {
  display: grid;
  grid-template-columns: 50% 50%;
  max-height: 800px;
  overflow: hidden; }
  .doubleSplit .textBlock {
    padding: 20px 20px 20px 40px;
    text-align: left;
    font-size: 18px;
    color: #000; }
    .doubleSplit .textBlock h2 {
      font-size: 45px; }
    .doubleSplit .textBlock p {
      width: 70%;
      margin: inherit;
      margin-bottom: 20px; }
    .doubleSplit .textBlock img {
      margin-bottom: 30px; }
    .doubleSplit .textBlock li {
      padding-bottom: 20px; }
  .doubleSplit .imgBlock img {
    width: 100%;
    height: auto; }

.ourServices {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #e6e7e7; }
  .ourServices .blockOuter {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 40px;
    width: 70%;
    margin: 40px auto; }
    .ourServices .blockOuter .block {
      display: grid;
      grid-template-columns: 209px auto;
      background-color: #fff;
      margin-bottom: 40px; }
      .ourServices .blockOuter .block div:last-of-type {
        padding: 0 20px;
        text-align: left; }
      .ourServices .blockOuter .block h3 {
        color: #28ADE1;
        text-transform: uppercase;
        font-weight: 700; }
      .ourServices .blockOuter .block p {
        font-weight: 700; }

.headerimage p {
  color: #202648; }
.headerimage h5, .headerimage h4 {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  color: #202648; }
.headerimage h4 {
  font-weight: 700;
  clear: right; }
.headerimage .carousel-caption {
  max-width: 500px;
  top: 50%;
  padding-top: 0; }

.testimonials {
  background-image: url("/content/uploaded/testimonialsBG.jpg");
  background-size: cover;
  padding-top: 30px; }
  .testimonials h1 {
    color: #fff;
    text-align: center;
    padding: 30px 0; }

.testimonial {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 20px;
  margin-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 20px; }
  .testimonial em {
    font-size: 3em;
    border-radius: 50%;
    border: solid white;
    color: white;
    line-height: 2em;
    width: 2em;
    height: 2em;
    text-align: center;
    display: inline-block;
    transition: 0.5s;
    color: #28ADE1; }
  .testimonial h2 {
    padding: 0;
    font-size: 16px;
    color: #c7c7c7; }
  .testimonial span {
    display: block;
    color: #fff; }
  .testimonial div:first-of-type {
    text-align: center;
    color: #28ADE1;
    line-height: 1.5em; }
    .testimonial div:first-of-type div {
      margin-bottom: 10px; }
  .testimonial div:last-of-type {
    font-size: 18px;
    color: #fff;
    width: auto;
    padding: 20px;
    font-style: italic; }
  .testimonial > div:last-of-type {
    margin-top: 40px; }
    .testimonial > div:last-of-type::before {
      content: "“";
      font-size: 80px;
      line-height: 18px;
      margin-bottom: -30px;
      margin-left: -35px;
      display: block; }

.testimonials > div {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0; }

.owl-dots {
  left: 0;
  right: 0;
  margin: 0;
  text-align: center; }

.owl-dot {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  outline: none;
  cursor: pointer;
  background-color: transparent; }

.owl-dot span {
  border: 2px solid #fff;
  transition: border-color 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer; }

.owl-dot.active span, .owl-dot:hover span, .owl-dot:focus span {
  border-color: #fff;
  background-color: #fff; }

.owl-dot.active span:after, .owl-dot:hover span:after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  -moz-transition: opacity 0.3s ease, -moz-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease; }

.owl-carousel .owl-dot {
  border-color: #fff; }

.owl-carousel .owl-dot:hover, .owl-carousel .owl-dot:focus {
  background-color: #fff; }

.owl-carousel .owl-dot.active {
  background-color: #fff; }

.owl-dot span:after {
  background: #fff;
  box-shadow: 0 0 1px #fff; }

.googlemap {
  width: 100%;
  min-height: 400px; }

.footer {
  background-color: #202648;
  color: #fff;
  padding: 30px 0;
  margin: -5px auto 0;
  text-align: center;
  font-size: 18px;
  font-weight: 300; }
  .footer .innerfooter {
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
  .footer .lowercase {
    text-transform: inherit; }
  .footer .recycling img {
    max-width: 50px;
    height: auto; }
  .footer a {
    text-decoration: none;
    font-weight: 700;
    color: #fff; }
    .footer a:hover {
      text-decoration: underline;
      color: white; }

.twoblocks, .threeblocks {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 20px; }
  .twoblocks div:first-of-type, .threeblocks div:first-of-type {
    text-align: right; }
  .twoblocks div:last-of-type, .threeblocks div:last-of-type {
    text-align: left; }

.threeblocks {
  grid-template-columns: 33% 33% 33%; }
  .threeblocks img {
    max-height: 400px; }

.scale {
  width: 70%;
  height: auto; }

.row, .col {
  margin-right: 0;
  margin-left: 0; }

#contactbox {
  margin: 20px auto;
  text-align: center; }
  #contactbox .inputsingle, #contactbox .submit {
    border-radius: 10px;
    padding: 10px 20px;
    outline: none;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    min-width: 600px;
    font-size: 18px; }
  #contactbox .submit {
    background-color: #202648;
    color: #fff;
    transition: all ease-in-out 0.3s; }
    #contactbox .submit:hover {
      background-color: #28ADE1;
      transition: all ease-in-out 0.3s; }

.fb-feedOuter {
  background-color: #202648; }
  .fb-feedOuter .fb-feed {
    padding: 20px 0;
    max-width: 450px;
    margin: 0 auto; }

.galleryLogo img {
  width: 100%;
  height: auto; }

.carousel-caption h4 {
  color: #bdd632; }

.carousel-caption .viewmore {
  background-color: #bdd632; }

ul#css3menu1 .link a.selected, ul#css3menu1 .link a:hover {
  color: #28ADE1; }

.trustpilot-widget {
  background-color: white !important;
  margin-top: 20px;
  padding: 30px 30px; }

.swiper-slide img {
  vertical-align: middle;
  width: 100%; }

.ourApprovals {
  width: 80%;
  margin: 20px auto;
  text-align: center; }
  .ourApprovals .approvals {
    border-top: 1px solid #666; }
    .ourApprovals .approvals .five, .ourApprovals .approvals .four {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
      .ourApprovals .approvals .five div, .ourApprovals .approvals .four div {
        border-right: 1px solid #666;
        border-bottom: 1px solid #666;
        padding: 15px; }
        .ourApprovals .approvals .five div img, .ourApprovals .approvals .four div img {
          max-width: 100%;
          height: auto; }
        .ourApprovals .approvals .five div .half, .ourApprovals .approvals .four div .half {
          max-width: 50%; }
        .ourApprovals .approvals .five div .logo, .ourApprovals .approvals .four div .logo {
          max-height: 150px; }
      .ourApprovals .approvals .five div:last-of-type, .ourApprovals .approvals .four div:last-of-type {
        border-right: none; }
    .ourApprovals .approvals .four {
      grid-template-columns: 1fr 1fr 1fr 2fr; }
    .ourApprovals .approvals .tinytext {
      font-size: 12px;
      color: #666;
      display: block; }

.fa-user .hidden {
  display: none; }

@media (max-width: 1860px) {
  ul#css3menu1 > .link > a {
    font-size: 14px;
    padding-bottom: 20px; }

  .header {
    grid-template-columns: 280px auto; }

  .header .nav {
    height: 58px; } }
@media (max-width: 1620px) {
  .header {
    grid-template-columns: auto; }
    .header .logo {
      display: block;
      text-align: center;
      margin: 0 auto;
      padding: 10px 0 0; }
    .header .nav {
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      height: 57px; }
    .header ul#css3menu1 > .link > a {
      font-size: 14px;
      padding-bottom: 16px; }

  .gallery {
    margin-top: 104px;
    margin-bottom: -25px; }
    .gallery .carousel-caption {
      top: 33%; }

  .ourServices .blockOuter {
    width: 85%; } }
.twitter {
  max-width: 400px; }

@media (max-width: 1330px) {
  .scale {
    width: 60%; }

  .blueTextBlock p, .ourServices .blockOuter, .testimonials > div {
    width: 90%; }

  .doubleSplit .textBlock p {
    width: 100%; } }
@media (max-width: 1024px) {
  .carousel-caption {
    left: 0 !important;
    right: 0 !important;
    margin-left: auto;
    margin-right: auto;
    position: inherit; }

  .footer .innerfooter {
    display: block; }

  .doubleSplit {
    display: block;
    max-height: inherit;
    width: 90%;
    margin: 20px auto; }

  .ourServices .blockOuter {
    grid-template-columns: 100%; }

  .blueTextBlock img {
    max-width: 90%;
    height: auto; }

  .carousel-item {
    min-height: 500px; }

  .carousel-background img {
    height: 100%;
    width: auto; } }
@media (max-width: 800px) {
  h1 {
    font-size: 60px; }

  .carousel-caption h4 {
    font-size: 45px; }

  .ourApprovals .approvals .five, .ourApprovals .approvals .four {
    grid-template-columns: 1fr; }
    .ourApprovals .approvals .five div, .ourApprovals .approvals .four div {
      border-right: none; }
  .ourApprovals .approvals .four {
    grid-template-columns: 1fr; }

  .carousel-item {
    min-height: 400px; }

  .preHeaderInner {
    grid-template-columns: 100%;
    width: 95%;
    text-align: left;
    padding-left: 30%;
    padding-top: 15px; }

  .preHeaderInner span {
    display: inherit; }

  .preHeaderInner > div {
    padding-bottom: 4px; }

  .preHeader, #blackbar {
    width: 100%;
    height: 140px; }

  .gallery {
    margin-top: 140px;
    margin-bottom: 0; }

  .gallery .carousel-caption {
    position: relative;
    top: inherit;
    margin-bottom: 0px;
    clear: both;
    overflow: inherit; } }
@media (max-width: 500px) {
  .testimonial {
    grid-template-columns: auto; }

  .ourServices .blockOuter .block {
    grid-template-columns: auto; }
    .ourServices .blockOuter .block img {
      width: 100%;
      height: auto; }

  h1 {
    font-size: 50px; } }
