@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,700|Noto+Serif:700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap");
@import url("https://p.typekit.net/p.css?s=1&k=bcg0fho&ht=tk&f=24561.24562.24563.24564&a=688388&app=typekit&e=css");
@font-face {
  font-family: "filson-pro";
  src: url("https://use.typekit.net/af/c12453/0000000000000000000157bf/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/c12453/0000000000000000000157bf/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/c12453/0000000000000000000157bf/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "filson-pro";
  src: url("https://use.typekit.net/af/125ffe/0000000000000000000157c0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/125ffe/0000000000000000000157c0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/125ffe/0000000000000000000157c0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700; }
@font-face {
  font-family: "filson-pro";
  src: url("https://use.typekit.net/af/c37133/0000000000000000000157c1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/c37133/0000000000000000000157c1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/c37133/0000000000000000000157c1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "filson-pro";
  src: url("https://use.typekit.net/af/828f71/0000000000000000000157c2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/828f71/0000000000000000000157c2/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/828f71/0000000000000000000157c2/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 300; }
.tk-filson-pro {
  font-family: "filson-pro",sans-serif; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 300;
  background-color: #fff;
  line-height: 150%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "filson-pro", sans-serif;
  font-weight: 600;
  color: #00935D; }

h1 {
  font-size: 3.5rem; }
  @media (max-width: 767px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-size: 36px;
  font-weight: 600; }

h3 {
  font-size: 32px; }

.blog .hentry h3 {
  font-size: 1.5rem; }

.btn-group-lg > .btn,
.btn-lg {
  font-size: 1.5rem; }

.small {
  font-size: 16px;
  font-weight: 300; }

b {
  font-weight: 700; }

a {
  color: #001E5A;
  text-decoration: none;
  border-bottom: 1px #001E5A solid;
  font-weight: 400; }
  a:hover {
    color: #001E5A;
    text-decoration: none; }

.navbar a {
  border-bottom: none; }

.btn,
button {
  font-size: 17px;
  border-width: 1px;
  border-radius: 50px;
  text-align: left !important;
  border-color: #001E5A;
  line-height: 120%;
  font-family: "filson-pro", sans-serif; }

.btn:hover,
button:hover {
  background-color: #00935D;
  border-color: #00935D;
  color: #fff; }

p {
  margin-bottom: 1em; }

.btn-lg {
  padding: 15px 30px;
  font-size: 21px;
  font-weight: 700; }

.btn,
form input[type="submit"],
form input[type="button"] {
  background: transparent;
  color: #001E5A;
  font-weight: bold;
  white-space: normal; }

.subpage-header {
  background-color: transparent;
  position: relative;
  background-size: cover;
  background-color: #eee;
  /* change the calc height to a percentage height to get alternate responsive behavior*/ }

.subpage-header h1 {
  margin-bottom: 0; }

.subpage-header .overlay {
  background: rgba(31, 35, 85, 0.35);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.subpage-header-text {
  padding-top: 45px;
  font-family: "filson-pro", sans-serif;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.5); }

.navbar {
  margin-bottom: 0;
  height: 90px; }
  .navbar .navbar-brand {
    margin-bottom: 0;
    width: 160px;
    height: auto; }
  .navbar a {
    color: #001E5A;
    border-bottom: 2px transparent solid; }
  .navbar a:hover {
    color: #001E5A;
    transition: all 0.3s ease;
    border-bottom: 2px transparent solid; }
  .navbar li {
    font-size: 14px; }

.navbar-light .navbar-nav .nav-link {
  color: #001E5A;
  padding-left: 15px;
  padding-right: 15px; }

.dropdown-menu {
  border-color: transparent;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 999999999; }

.dropdown-item {
  color: #00935D !important; }

.nav-link {
  border-radius: 0; }

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  border-bottom: 2px #fff solid; }

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #001E5A; }

.wp-block-cover-image.has-background-dim.cta-box-light:before {
  background: rgba(255, 255, 255, 0.75) !important; }

.cta-box-light p {
  color: #001E5A !important; }

.navbar-brand-img {
  max-height: 80px; }

@media (max-width: 991px) {
  .navbar-brand-img {
    max-height: 73px; } }
.sidebar-menu {
  background: #fff;
  padding: 25px;
  border-left: 15px #fff solid;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  @media (max-width: 767px) {
    .sidebar-menu {
      padding: 10px;
      text-align: left;
      border-left: none; } }
  .sidebar-menu h4 {
    font-size: 21px;
    margin-bottom: 10px; }
  .sidebar-menu a {
    font-weight: 300; }
  .sidebar-menu ul {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .sidebar-menu ul {
        padding-inline-start: 0; } }

.nav-pills .nav-link {
  border-radius: 0;
  font-family: "filson-pro", sans-serif;
  font-size: 16px;
  padding-right: 0;
  line-height: 120%; }

.sticky-offset {
  top: 50px; }

.sidebar-menu h4 {
  color: #000; }

.navbar-toggler {
  background-color: white; }

.content-box {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../img/bg-shape.svg) center no-repeat;
  background-size: 150%; }

.img-colourcode {
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  width: 150px; }

.shapes-sizes-subitem-wrapper {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px #001E5A solid;
  font-size: 16px; }

.subtable-th {
  margin-bottom: 15px !important;
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #00935D; }

.shapes-sizes-subitem {
  padding: 5px;
  text-align: center;
  border: 1px #001E5A solid;
  margin-bottom: 15px !important; }

.woocommerce .btn {
  margin-right: 15px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #f9f9f9; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  border-bottom: none;
  color: #001E5A; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: #00935D; }

th {
  color: #00935D; }

.attachment-icon {
  margin-bottom: 5px; }

.product_meta {
  background: #f9f9f9;
  padding: 30px 30px 0 30px; }

.entry-thumbnail .img-fluid {
  width: 100%; }

.cta-icon,
.q-icon {
  width: 80px;
  height: 80px; }

.testimonials.content-box {
  color: #fff;
  position: relative;
  z-index: 2; }
  .testimonials.content-box .container {
    padding-left: 20%; }
  .testimonials.content-box blockquote {
    font-style: normal; }
    .testimonials.content-box blockquote .blockquote-footer {
      color: #fff; }
  .testimonials.content-box h3 {
    color: #fff; }

.content-box-homepage {
  padding-top: 30px;
  padding-bottom: 30px;
  background: transparent;
  z-index: 9;
  position: relative; }
  .content-box-homepage h1 {
    font-size: 40px; }

.download-attachments {
  border-top: 1px #eee solid;
  padding-top: 30px;
  margin-top: 30px; }

.welcome {
  padding-bottom: 0; }

.welcome-text {
  padding-top: 120px;
  font-weight: 300; }

.btn-welcometext {
  margin-top: 15px; }

.peter-boyle-photo {
  margin-bottom: 0; }

.homepage-products.content-box {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: -10vw;
  padding-top: 12vw; }

.product-category .grid-item-wrapper {
  background: #fff; }

.homepage-news-box {
  padding-bottom: 90px;
  padding-top: 90px;
  border-top: 1px #eee solid; }
  @media (max-width: 767px) {
    .homepage-news-box {
      padding-top: 30px; } }

.cta-link {
  display: block;
  padding: 45px;
  margin-bottom: 30px;
  border-radius: 50%;
  width: 210px;
  height: 210px;
  border: 1px #ccc solid;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  font-family: "filson-pro", sans-serif;
  line-height: 120%;
  text-align: center; }
  @media (max-width: 991px) {
    .cta-link {
      padding: 20px;
      padding-top: 35px;
      width: 292px;
      height: 292px;
      font-size: 21px; } }
  @media (max-width: 767px) {
    .cta-link {
      padding: 10px;
      padding-top: 20px;
      width: 230px;
      height: 230px;
      font-size: 18px; } }
  @media (max-width: 575px) {
    .cta-link {
      margin: 0 auto 30px;
      width: 292px;
      height: 292px;
      padding: 30px;
      padding-top: 30px;
      font-size: 21px; } }

.btn-cta {
  border: none;
  text-align: center !important;
  padding: 0;
  color: #000;
  font-size: inherit; }

.btn-cta:hover {
  background: transparent;
  color: #001E5A; }

.cta-link:hover {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-color: #fff;
  transition: 0.3s;
  font-size: 1.1em; }

.cta-link img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .cta-link img {
      width: 80px;
      height: 80px; } }
  @media (max-width: 575px) {
    .cta-link img {
      width: 100px;
      height: 100px; } }

.homepage-icon-img-6 {
  fill: #fff; }

.homepage-icon:hover .homepage-icon-img-6 {
  fill: #001E5A; }

.services-link {
  border: none;
  display: block;
  background: #ccc;
  color: #000;
  position: relative;
  background-size: cover; }
  .services-link h4 {
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    font-weight: 700; }
  .services-link .overlay {
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.85);
    padding: 30px;
    border: 1px transparent solid;
    min-height: 210px; }
    .services-link .overlay:hover {
      box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
      border-color: #fff;
      transition: 0.3s; }
      .services-link .overlay:hover h4 {
        transition: 0.3s;
        color: #001E5A; }

.services-commercial-link-1 {
  background-image: url(../img/comm1.jpg); }

.services-commercial-link-2 {
  background-image: url(../img/comm2.jpg); }

.services-commercial-link-3 {
  background-image: url(../img/comm3.jpg); }

.services-private-client-link-1 {
  background-image: url(../img/pers1.jpg); }

.services-private-client-link-2 {
  background-image: url(../img/pers2.jpg); }

.services-private-client-link-3 {
  background-image: url(../img/pers3.jpg); }

.content-box-services {
  padding-bottom: 30px;
  padding-top: 30px; }

.btn-content-box-services {
  padding-top: 30px; }

.easy_t_single_testimonial {
  padding: 30px; }
  .easy_t_single_testimonial:first-child {
    padding-top: 0; }
  .easy_t_single_testimonial .testimonial_author {
    margin-bottom: 0;
    font-family: "filson-pro", sans-serif; }
    .easy_t_single_testimonial .testimonial_author .testimonial-client {
      font-size: 21px;
      color: #00935D;
      font-style: normal; }
    .easy_t_single_testimonial .testimonial_author .date {
      display: none; }
  .easy_t_single_testimonial:not(:last-child) {
    border-bottom: 1px #ddd solid; }
  .easy_t_single_testimonial blockquote.easy_testimonial {
    font-style: normal; }

.content-box-homepage {
  text-align: right;
  padding-top: 90px;
  padding-bottom: 60px; }

@media (max-width: 575px) {
  .content-box-homepage {
    margin-right: auto; } }
.partner-logos-flex-container {
  text-align: center; }

@media (max-width: 575px) {
  .partner-logos-flex-container img {
    max-width: 250px !important; } }
.find-us-button {
  background-color: #00955D;
  background: linear-gradient(to bottom, #00955D 0%, #016e44 100%);
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: -200px;
  text-align: center;
  left: 900px;
  z-index: 20;
  width: 200px;
  margin: 15px 0px 15px 0px;
  padding: 30px 25px 30px 25px; }

.find-us-button:hover {
  margin-bottom: 150px !important; }

.find-us-button img {
  margin-bottom: 10px;
  height: 80px; }

.find-us-button h4 {
  color: white; }

@media (max-width: 1199px) {
  .find-us-button {
    left: 740px; } }
@media (max-width: 991px) {
  .find-us-button {
    left: 560px; } }
@media (max-width: 850px) {
  .find-us-button {
    left: 380px; } }
/* FIND US BUTTON START */
@media (max-width: 850px) {
  .find-us-button {
    top: -562px;
    text-align: center;
    left: 520%;
    width: 50px !important;
    height: 50px !important;
    padding: 0;
    margin: 0;
    z-index: 2000; }

  .find-us-button img {
    margin-bottom: 10px;
    height: auto;
    width: 33px;
    margin-top: 7px; }

  .find-us-button h4 {
    display: none; } }
@media (max-width: 850px) {
  .find-us-button {
    top: -765px; } }
@media (max-width: 660px) {
  .find-us-button {
    left: 480%; } }
@media (max-width: 649px) {
  .find-us-button {
    top: -565px; } }
@media (max-width: 575px) {
  .find-us-button {
    left: 70%; } }
@media (max-width: 410px) {
  .find-us-button {
    left: 60%;
    top: -465px; } }
@media (max-width: 315px) {
  .find-us-button {
    display: none; } }
/* FIND US BUTTON END */
.modal-header .close {
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  line-height: initial; }

.homepage-main-section {
  background: linear-gradient(to bottom, #FFFFFF, #F4F4F4); }

.content-box-homepage h1 {
  color: #001E5A; }

.updates-section {
  padding-top: 75px; }

@media (max-width: 991px) {
  .partner-logos img {
    padding: 30px; }

  .partner-logos .content-box {
    padding-top: 0; } }
@media (max-width: 767px) {
  .partner-logos img {
    padding: 20px; } }
.partner-logos a {
  border: none; }

.partner-logos .col-sm-6 {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.channeling-box img {
  width: 120%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 190px; }

.channeling-4 img {
  margin-top: 220px; }

.channeling-5 img {
  margin-top: 160px; }

.channeling-box {
  padding: 0; }

.homepage-main-section .row {
  margin-right: 0 !important;
  margin-left: 0 !important; }

@media (max-width: 991px) {
  .on-the-move .row {
    margin-top: -100px; } }
@media (max-width: 991px) {
  .channeling-box img {
    margin-top: 155px; }

  .channeling-4 img {
    margin-top: 180px; }

  .channeling-5 img {
    margin-top: 130px; } }
@media (max-width: 991px) {
  .channeling-box-homepage_ .col-sm {
    padding-right: 0; } }
@media (max-width: 767px) {
  .content-box {
    padding-top: 30px;
    padding-bottom: 30px; } }

.carousel-item {
  background-color: #eee; }

.carousel-item {
  height: 600px; }
  .carousel-item .btn {
    color: #fff;
    border: 1px transparent solid;
    border-radius: 50px; }

.carousel-overlay {
  background-color: rgba(31, 35, 85, 0.35); }

.carousel-control-prev,
.carousel-control-next {
  border-bottom: none; }

.carousel-indicators {
  margin-left: 30px;
  margin-right: 30px; }

.carousel-caption {
  top: 57.1% !important;
  left: 15% !important;
  right: 0 !important;
  position: absolute; }

.carousel-caption h4 {
  font-size: 90px;
  font-weight: bold;
  text-align: left; }

@media (max-width: 649px) {
  .carousel, .carousel-item {
    height: 500px !important; } }
@media (max-width: 410px) {
  .carousel-caption h4 {
    font-size: 70px;
    margin-bottom: -9px !important; }

  .carousel, .carousel-item {
    height: 400px !important; } }
@media (max-width: 300px) {
  .carousel-caption h4 {
    font-size: 50px;
    margin-bottom: -6px !important; }

  .carousel, .carousel-item {
    height: 300px !important; } }
.carousel {
  position: relative; }

.footer {
  background: #fff;
  background: url(../img/4cfooter.jpg) center no-repeat;
  background-size: cover;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  color: #ccc; }
  .footer a {
    color: #2DE390;
    border-bottom: none; }
    .footer a:hover {
      color: #fff; }
  .footer h3 {
    text-align: center;
    color: #fff;
    font-size: 36px; }
  .footer h5 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px; }
  .footer .footnote {
    font-size: 14px;
    text-align: center; }

.footer-overlay {
  background: linear-gradient(to bottom, rgba(0, 30, 90, 0.9) 0%, rgba(0, 147, 93, 0.9) 100%);
  padding-top: 90px;
  padding-bottom: 75px; }

.footer-widgets {
  padding-top: 45px;
  padding-bottom: 45px; }

.content-end {
  background: #fff;
  /* change the calc height to a percentage height to get alternate responsive behavior*/
  padding-top: 0; }

.content-end-homepage {
  background: #fff;
  position: relative;
  /* change the calc height to a percentage height to get alternate responsive behavior*/
  padding-top: 0; }

.ctainfo-wrapper {
  margin-top: 45px; }
  .ctainfo-wrapper .container {
    padding-top: 45px;
    border-top: 1px #ddd solid; }

.can-we-help {
  padding-top: 90px;
  padding-bottom: 60px;
  position: relative;
  background: #eee url(../img/corporate.jpg);
  background-position: center;
  background-size: cover; }
  .can-we-help h3 {
    text-transform: uppercase;
    text-align: left;
    position: relative; }
  .can-we-help .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9); }

.menu-footer-menu-container {
  padding-top: 45px; }

.menu-item-790 {
  font-size: 14px !important; }

.footer-address {
  padding-top: 30px; }
  .footer-address h6 {
    margin-bottom: 5px; }

.footer .container {
  max-width: 100% !important; }

.footer-bbsn-links {
  text-align: right;
  padding-right: 60px; }

@media (max-width: 767px) {
  .footer-bbsn-links {
    text-align: center;
    padding-right: 0 !important;
    padding-top: 30px !important; } }
@media (max-width: 575px) {
  .footer {
    text-align: center; } }
.footer-bbsn-links img {
  padding-left: 15px; }

.footer-overlay {
  padding-top: 45px; }

.widget-footer-1 img {
  width: 100% !important;
  max-width: 225px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important; }

/*# sourceMappingURL=application.css.map */
