/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: Meta 2026
Description: Meta Digital custom theme (2026 refresh) — performance, accessibility and SEO hardening of the original Meta theme.
Version: 2026.1
Author: Meta Digital
Author URI: https://metadigital.co.nz/
*/
/*========== Variables ============*/
.page-id-3404 .intro-section {
  margin-bottom: 100px !important;
}
.page-id-3404 .section-solid-bg {
  margin-bottom: 0px !important;
}
/*============Sticky Footer============*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
}
body {
  height: 100%;
  min-height: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
}
body div::selection,
body h1::selection,
body h2::selection,
body h3::selection,
body h4::selection,
body h5::selection,
body h6::selection,
body a::selection,
body p::selection,
body label::selection,
body span::selection {
  background: #3aab47;
  color: #fff;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  z-index: 2;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.wsp-container ul {
  padding-left: 15px;
}
* {
  outline: none!important;
}
.btn.btn-primary {
  background-color: transparent;
  color: #3aab47 !important;
  border: 2px solid #3aab47;
  padding: 10px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px!important;
  font-size: 1.4rem !important;
  font-weight: 600;
  width: 100%;
  max-width: 320px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  border-radius: 0px!important;
  text-decoration: none!important;
}
.btn.btn-primary:hover {
  background-color: #3aab47;
  color: #fff !important;
}
/*==========Fonts & Headings===========*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 2rem;
}
h1.page-title {
  font-size: 90px;
  font-size: 9rem;
  line-height: 1.4;
}
h1.page-title.span1 {
  font-size: 60px !important;
}
h1.page-title.span2,
h1.page-title.span3 {
  margin-top: 25px !important;
  font-size: 50px !important;
}
h2,
h1.small-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 2rem;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 2rem;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0 0 2rem;
}
h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 2rem;
}
blockquote {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0px 30px;
}
p {
  margin: 0 0 3.5rem 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  h1.page-title {
    font-size: 72px;
    font-size: 7.2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  h1.page-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.2;
  }
  h2,
  h1.small-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  blockquote {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.6;
  }
}
strong {
  font-weight: bold;
}
a {
  color: #3aab47;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:visited,
a:hover,
a:active {
  color: #000000;
  text-decoration: underline;
}
.colour-green a {
  color: #3aab47;
}
.colour-yellow a {
  color: #f4c938;
}
.colour-orange a {
  color: #dd682c;
}
.colour-pink a {
  color: #d43474;
}
.colour-blue a {
  color: #1e68a0;
}
.colour-lightblue a {
  color: #00a3da;
}
.colour-purple a {
  color: #783476;
}
.colour-grey a {
  color: #343434;
}
.color-btn {
  background-color: transparent;
  color: #3aab47;
  border: 2px solid transparent;
  border-bottom-color: #3aab47;
  padding: 5px 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px!important;
  font-size: 1.4rem !important;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  text-decoration: none!important;
  display: inline-block;
}
.color-btn:hover {
  color: #3aab47;
  border-color: #3aab47;
}
.colour-green .color-btn {
  color: #3aab47 !important;
  border-bottom-color: #3aab47;
}
.colour-green .color-btn:hover {
  border-color: #3aab47;
}
.colour-yellow .color-btn {
  color: #f4c938 !important;
  border-bottom-color: #f4c938;
}
.colour-yellow .color-btn:hover {
  border-color: #f4c938;
}
.colour-orange .color-btn {
  color: #dd682c !important;
  border-bottom-color: #dd682c;
}
.colour-orange .color-btn:hover {
  border-color: #dd682c;
}
.colour-pink .color-btn {
  color: #d43474 !important;
  border-bottom-color: #d43474;
}
.colour-pink .color-btn:hover {
  border-color: #d43474;
}
.colour-blue .color-btn {
  color: #1e68a0 !important;
  border-bottom-color: #1e68a0;
}
.colour-blue .color-btn:hover {
  border-color: #1e68a0;
}
.colour-lightblue .color-btn {
  color: #00a3da !important;
  border-bottom-color: #00a3da;
}
.colour-lightblue .color-btn:hover {
  border-color: #00a3da;
}
.colour-purple .color-btn {
  color: #783476 !important;
  border-bottom-color: #783476;
}
.colour-purple .color-btn:hover {
  border-color: #783476;
}
.colour-grey .color-btn {
  color: #343434 !important;
  border-bottom-color: #343434;
}
.colour-grey .color-btn:hover {
  border-color: #343434;
}
.white-btn {
  background-color: transparent;
  color: #fff;
  border: 2px solid transparent;
  border-bottom-color: #fff;
  padding: 5px 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px!important;
  font-size: 1.4rem !important;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  text-decoration: none!important;
}
.white-btn:hover {
  border-color: #fff;
}
.border-btn {
  background-color: transparent;
  color: #fff !important;
  border: 2px solid #fff;
  padding: 10px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px!important;
  font-size: 1.4rem !important;
  font-weight: 600;
  width: 100%;
  max-width: 320px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  text-decoration: none!important;
}
.border-btn:hover {
  background-color: #fff;
  color: #3aab47;
}
.colour-green .border-btn:hover {
  color: #3aab47 !important;
}
.colour-yellow .border-btn:hover {
  color: #f4c938 !important;
}
.colour-orange .border-btn:hover {
  color: #dd682c !important;
}
.colour-pink .border-btn:hover {
  color: #d43474 !important;
}
.colour-blue .border-btn:hover {
  color: #1e68a0 !important;
}
.colour-lightblue .border-btn:hover {
  color: #00a3da !important;
}
.colour-purple .border-btn:hover {
  color: #783476 !important;
}
.colour-grey .border-btn:hover {
  color: #343434 !important;
}
body.error404 .border-btn:hover {
  color: #3aab47 !important;
}
body.error404 .border-btn:hover {
  color: #3aab47 !important;
}
body.category .border-btn:hover {
  color: #3aab47 !important;
}
.border-btn-dynamic {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px!important;
  font-size: 1.4rem !important;
  font-weight: 600;
  width: 100%;
  max-width: 320px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  text-decoration: none!important;
}
.border-btn-dynamic:hover {
  background-color: #fff;
}
.colour-green .border-btn-dynamic:hover {
  color: #3aab47 !important;
}
.colour-yellow .border-btn-dynamic:hover {
  color: #f4c938 !important;
}
.colour-orange .border-btn-dynamic:hover {
  color: #dd682c !important;
}
.colour-pink .border-btn-dynamic:hover {
  color: #d43474 !important;
}
.colour-blue .border-btn-dynamic:hover {
  color: #1e68a0 !important;
}
.colour-lightblue .border-btn-dynamic:hover {
  color: #00a3da !important;
}
.colour-purple .border-btn-dynamic:hover {
  color: #783476 !important;
}
.colour-grey .border-btn-dynamic:hover {
  color: #343434 !important;
}
/* Body Borders
==============================*/
.body-border {
  background-color: transparent;
  position: fixed;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.body-border.top-border {
  left: 0;
  top: 0;
  width: 0%;
  height: 10px;
  animation: 300ms width-in forwards;
  animation-delay: 1300ms;
  animation-timing-function: linear;
}
.body-border.right-border {
  right: 0;
  top: 0;
  width: 10px;
  height: 0%;
  animation: 300ms height-in forwards;
  animation-delay: 1600ms;
  animation-timing-function: linear;
}
.body-border.bottom-border {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 10px;
  animation: 300ms width-in forwards;
  animation-delay: 1900ms;
  animation-timing-function: linear;
}
.body-border.left-border {
  left: 0;
  bottom: 0;
  width: 10px;
  height: 0%;
  animation: 700ms height-in forwards;
  animation-delay: 2200ms;
  animation-timing-function: ease-out;
}
@keyframes width-in {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes height-in {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.colour-green .body-border {
  background-color: #3aab47;
}
.colour-yellow .body-border {
  background-color: #f4c938;
}
.colour-orange .body-border {
  background-color: #dd682c;
}
.colour-pink .body-border {
  background-color: #d43474;
}
.colour-blue .body-border {
  background-color: #1e68a0;
}
.colour-lightblue .body-border {
  background-color: #00a3da;
}
.colour-transparent .body-border {
  background-color: transparent;
}
.colour-purple .body-border {
  background-color: #783476;
}
.colour-grey .body-border {
  background-color: #343434;
}
@media (max-width: 575px) {
  .body-border.left-border,
  .body-border.right-border {
    width: 5px;
  }
  .body-border.top-border,
  .body-border.bottom-border {
    height: 5px;
  }
}
.white .hamburger-inner,
.white .hamburger-inner::before,
.white .hamburger-inner::after {
  background-color: #fff;
}
.white .hamburger.is-active .hamburger-inner,
.white .hamburger.is-active .hamburger-inner::before,
.white .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger .text {
  display: block;
  margin-top: 24px;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
#mobileNav .hamburger-inner,
#mobileNav .hamburger-inner::before,
#mobileNav .hamburger-inner::after {
  background-color: #fff;
}
#mobileNav .hamburger-inner::after {
  content: "";
  display: block;
}
#mobileNav .hamburger .text {
  margin-top: 26px;
}
/*
* Squeeze
*/
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* Mobile Nav
==============================*/
#mobileNav {
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  clip-path: circle(0px at calc(100% - 75px) 55px);
  transition: all 0.3s ease-in-out;
  z-index: 999999;
  opacity: 0;
}
#mobileNav.menuOpen {
  transition: all 0.3s ease-in-out;
  clip-path: circle(75%);
  opacity: 1;
}
.colour-green #mobileNav {
  background-color: #3aab47;
}
.colour-yellow #mobileNav {
  background-color: #f4c938;
}
.colour-orange #mobileNav {
  background-color: #dd682c;
}
.colour-pink #mobileNav {
  background-color: #d43474;
}
.colour-blue #mobileNav {
  background-color: #1e68a0;
}
.colour-lightblue #mobileNav {
  background-color: #00a3da;
}
.colour-transparent #mobileNav {
  background-color: #3aab47;
}
.colour-purple #mobileNav {
  background-color: #783476;
}
.colour-grey #mobileNav {
  background-color: #343434;
}
#mobileNav .mobileNav-header {
  text-align: right;
  padding: 35px 37px 60px 30px;
}
#mobileNav .mobileNav-header .navToggle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff !important;
  padding-right: 10px;
  position: relative;
  cursor: pointer;
}
#mobileNav .mobileNav-header .navToggle span {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav .mobileNav-header .navToggle i {
  position: absolute;
  top: -1px;
  right: 2px;
  font-size: 26px;
  font-size: 2.6rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav .mobileNav-header a.mobile-menu-logo img {
  max-width: 184px;
  margin-left: 15px;
  display: block;
  float: left;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #mobileNav .mobileNav-header a.mobile-menu-logo img {
    margin-left: 0px;
    margin-top: 8px !important;
  }
}
#mobileNav .main-menu ul {
  margin: 0;
  padding: 0;
}
#mobileNav .main-menu ul li {
  display: block;
}
#mobileNav .main-menu ul li a {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
#mobileNav .main-menu ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
}
#mobileNav .main-menu ul li a:hover {
  text-decoration: none;
}
#mobileNav .main-menu ul li a:hover::after {
  width: 100%;
}
#mobileNav .main-menu ul li ul li {
  float: left;
  width: 49%;
  margin: 0 1% 0 0;
}
#mobileNav .main-menu ul li ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#mobileNav .social-links {
  margin: 40px 0 20px 0;
  padding: 0;
}
#mobileNav .social-links li {
  display: inline-block;
  margin-right: 25px;
}
#mobileNav .social-links li a {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  display: block;
}
#mobileNav .social-links li a:hover {
  opacity: 0.5;
}
#mobileNav .border-btn {
  margin-bottom: 75px;
}
/* Header
==============================*/
body.scrolled #header .header-logo {
  max-width: 60px!important;
  overflow: hidden;
}
body.scrolled #header .header-logo img {
  max-width: 190px!important;
  width: 190px;
}
#header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  padding: 35px 30px 25px 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .header-logo {
  max-width: 190px;
  display: block;
  float: left;
}
#header .header-logo img {
  max-width: 100%;
}
#header .header-logo img.logo-white {
  display: none;
}
#header .navToggle {
  margin-top: 0px;
  float: right;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000000;
  padding-right: 0px;
  position: relative;
  cursor: pointer;
}
#header .navToggle span {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .navToggle i {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .navToggle .fa-times {
  opacity: 0;
  font-size: 26px;
  font-size: 2.6rem;
  top: 4px;
  right: 2px;
}
#header .navToggle.open span {
  opacity: 0;
}
#header .navToggle.open .fa-times {
  opacity: 1;
}
#header .navToggle.open .fa-bars {
  opacity: 0;
  transform: rotate(45deg);
}
.colour-transparent #header,
.white#header,
.menuOpenWrap #header {
  background: transparent!important;
}
.colour-transparent #header .header-logo img,
.white#header .header-logo img,
.menuOpenWrap #header .header-logo img {
  display: none;
}
.colour-transparent #header .header-logo img.logo-white,
.white#header .header-logo img.logo-white,
.menuOpenWrap #header .header-logo img.logo-white {
  display: block;
}
.colour-transparent #header .navToggle,
.white#header .navToggle,
.menuOpenWrap #header .navToggle {
  color: #fff;
}
@media (max-width: 575px) {
  #header {
    padding: 20px 0 5px 0;
  }
  #header .header-logo {
    max-width: 60px!important;
    overflow: hidden;
  }
  #header .header-logo img {
    max-width: 190px!important;
    width: 190px;
  }
  #mobileNav .mobileNav-header {
    padding: 20px 15px 50px 15px;
  }
  #mobileNav .mobileNav-header a.mobile-menu-logo {
    max-width: 60px!important;
    overflow: hidden;
    display: inline-block;
    float: left;
  }
  #mobileNav .mobileNav-header a.mobile-menu-logo img {
    max-width: 190px!important;
    margin-top: 0px;
    width: 190px;
  }
}
/* Stickies
==============================*/
.sticky-social {
  position: fixed;
  bottom: 15px;
  width: 100%;
  z-index: 10;
  padding: 0 10px 10px;
  height: 0px;
}
.sticky-social ul {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
}
.sticky-social ul li {
  display: block;
  margin-top: 10px;
}
.sticky-social ul li a {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
}
.colour-green .sticky-social ul li a {
  color: #3aab47;
}
.colour-yellow .sticky-social ul li a {
  color: #f4c938;
}
.colour-orange .sticky-social ul li a {
  color: #dd682c;
}
.colour-pink .sticky-social ul li a {
  color: #d43474;
}
.colour-blue .sticky-social ul li a {
  color: #1e68a0;
}
.colour-lightblue .sticky-social ul li a {
  color: #00a3da;
}
.colour-transparent .sticky-social ul li a {
  color: #3aab47;
}
.colour-purple .sticky-social ul li a {
  color: #783476;
}
.colour-grey .sticky-social ul li a {
  color: #343434;
}
.white.sticky-social ul li a {
  color: #fff !important;
}
.sticky-numbers {
  position: fixed;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: right;
  height: 0px;
  padding: 0 30px;
}
.sticky-numbers ul {
  padding: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
}
.sticky-numbers ul li {
  display: block;
  border-right: 2px solid transparent;
  padding: 0 15px 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sticky-numbers ul li.sticky-active {
  border-color: #3aab47;
  display: block;
  margin: 20px 0;
  opacity: 1;
}
.sticky-numbers ul li.small {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  opacity: 0.5;
}
.colour-green .sticky-numbers ul li.sticky-active {
  border-color: #3aab47;
}
.colour-yellow .sticky-numbers ul li.sticky-active {
  border-color: #f4c938;
}
.colour-orange .sticky-numbers ul li.sticky-active {
  border-color: #dd682c;
}
.colour-pink .sticky-numbers ul li.sticky-active {
  border-color: #d43474;
}
.colour-blue .sticky-numbers ul li.sticky-active {
  border-color: #1e68a0;
}
.colour-lightblue .sticky-numbers ul li.sticky-active {
  border-color: #00a3da;
}
.colour-transparent .sticky-numbers ul li {
  color: #fff;
}
.colour-transparent .sticky-numbers ul li.sticky-active {
  border-color: #3aab47;
}
.colour-purple .sticky-numbers ul li.sticky-active {
  border-color: #783476;
}
.colour-grey .sticky-numbers ul li.sticky-active {
  border-color: #343434;
}
.white.sticky-numbers ul li {
  color: #fff !important;
}
.white.sticky-numbers ul li.sticky-active {
  border-color: #fff !important;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sticky-numbers,
  .sticky-social {
    display: none;
  }
}
/* Section
==============================*/
@media (min-width: 1200px) {
  .container {
    width: 85%!important;
    max-width: 1400px!important;
  }
}
.section-margin {
  margin-top: 200px;
  margin-bottom: 200px;
}
.section-margin.section-solid-bg {
  margin: 0;
  padding-top: 200px;
  padding-bottom: 200px;
}
.section-padding {
  padding-top: 200px;
  padding-bottom: 200px;
}
.page-header {
  margin-top: 200px;
  margin-bottom: -100px;
}
.page-header .pre-heading-link {
  text-decoration: none;
}
.page-header .pre-heading-link:hover {
  text-decoration: none;
}
.page-header .pre-heading {
  color: #cccccc;
  margin: 0 0 -20px 0;
}
.left-heading {
  max-width: 450px;
}
.text-width {
  max-width: 90%;
  margin: 0 auto;
}
.intro-part p:last-child {
  margin-bottom: 0px;
}
.section-solid-bg {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section-solid-bg h1,
.section-solid-bg h2,
.section-solid-bg h3,
.section-solid-bg h4,
.section-solid-bg h5 {
  color: #fff;
}
.section-solid-bg a {
  color: #fff;
  text-decoration: underline;
}
.colour-green .section-solid-bg {
  background-color: #3aab47;
}
.colour-yellow .section-solid-bg {
  background-color: #f4c938;
}
.colour-orange .section-solid-bg {
  background-color: #dd682c;
}
.colour-pink .section-solid-bg {
  background-color: #d43474;
}
.colour-blue .section-solid-bg {
  background-color: #1e68a0;
}
.colour-lightblue .section-solid-bg {
  background-color: #00a3da;
}
.colour-purple .section-solid-bg {
  background-color: #783476;
}
.colour-grey .section-solid-bg {
  background-color: #343434;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-margin {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .section-margin.section-solid-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-header {
    margin-top: 100px;
    margin-bottom: -50px;
  }
  .text-width {
    max-width: 100%;
  }
  .intro-part .left-heading {
    margin-bottom: 3rem;
  }
}
/* Home
==============================*/
#video-banner {
  text-align: center;
  padding: 0;
  background-color: #343434;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#video-banner .video-overlay {
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
#video-banner .mobile-title {
  display: none;
}
@media (max-width: 768px) {
  #video-banner .desktop-title {
    display: none;
  }
  #video-banner .mobile-title {
    color: #fff;
    padding: 0 15px 20px 15px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    text-align: left;
    line-height: 52px;
    font-size: 40px !important;
  }
}
#video-banner .container {
  max-width: 90% !important;
}
#video-banner .video-banner-content {
  display: flex;
  flex-flow: column nowrap;
  padding: 39vh 0 39vh 0;
}
#video-banner .video-banner-content h1 {
  color: #fff;
  padding: 0 15px 20px 15px;
  margin: 0;
  line-height: 1;
  text-align: left;
  font-size: 60px !important;
  line-height: 65px !important;
}
#video-banner .video-banner-content h1 span {
  display: block;
}
#video-banner .video-banner-content .border-btn {
  margin-left: 15px;
}
#video-banner .video-banner-content h2 {
  font-size: 50px;
  font-size: 5rem;
}
#video-banner .video-banner-content .quick-links {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  margin: auto 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}
#video-banner .video-banner-content .quick-links p {
  margin: 0;
  font-weight: 600;
  line-height: 1;
  color: #000000;
}
#video-banner .video-banner-content .quick-links p i {
  color: #3aab47;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  top: 1px;
}
#video-banner .video-banner-content .quick-links select {
  border: none;
  color: #3aab47;
  border-bottom: 1px solid #3aab47;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0 8px;
  padding: 2px 0;
  line-height: 2;
  background-color: transparent;
  max-width: 100% !important;
}
#video-banner .video-banner-content .quick-links select option {
  color: #000000;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  #video-banner .video-banner-content h1 span {
    display: inline;
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #video-banner .video-banner-content h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #video-banner .video-banner-content {
    padding: 15vh 0 15vh;
  }
  #video-banner .video-banner-content h1 span {
    display: inline;
    opacity: 1;
  }
  #video-banner .video-banner-content h2 {
    font-size: 30px;
    font-size: 2.5rem;
  }
  #video-banner .video-banner-content .quick-links {
    margin-top: 70px;
  }
  #video-banner .video-banner-content .quick-links select {
    max-width: 80%!important;
  }
}
.home-start-project-section {
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: right center;
}
.home-start-project-section h2 {
  font-size: 60px;
  font-size: 6rem;
  max-width: 400px;
  margin: 0 0 40px;
}
.review {
  margin-top: 15px;
  display: flex;
}
.review .review-image {
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  border-radius: 100%;
  background-color: #cccccc;
  width: 75px;
  height: 75px;
  margin-right: 30px;
  overflow: hidden;
}
.review .review-image img {
  width: 100%;
  height: auto;
}
.review .review-body p {
  margin: 20px 0 30px;
  color: #666;
  line-height: 2.5;
}
.review .review-body .rating {
  color: #f4c938;
  font-size: 20px;
  font-size: 2rem;
}
/* Content Areas
==============================*/
.banner .banner-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 460px;
  width: 100%;
  position: relative;
}
.banner .banner-image .banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
#breadcrumbs {
  font-weight: 400;
  color: #cccccc;
  position: relative;
  margin-top: -20px;
  padding-left: 5px;
}
#breadcrumbs a {
  color: #cccccc;
  margin-right: 3px;
}
#breadcrumbs a:hover {
  text-decoration: none;
}
#breadcrumbs .breadcrumb_last {
  color: #000000;
  margin-left: 3px;
}
.colour-green #breadcrumbs a:hover {
  color: #3aab47 !important;
}
.colour-yellow #breadcrumbs a:hover {
  color: #f4c938 !important;
}
.colour-orange #breadcrumbs a:hover {
  color: #dd682c !important;
}
.colour-pink #breadcrumbs a:hover {
  color: #d43474 !important;
}
.colour-blue #breadcrumbs a:hover {
  color: #1e68a0 !important;
}
.colour-lightblue #breadcrumbs a:hover {
  color: #00a3da !important;
}
.colour-purple #breadcrumbs a:hover {
  color: #783476 !important;
}
.colour-grey #breadcrumbs a:hover {
  color: #343434 !important;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #breadcrumbs {
    margin-top: -10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.intro-section .color-btn {
  margin-top: 10px;
}
.text-area-block p:last-child {
  margin-bottom: 0px;
}
.column-1 .color-btn,
.column-2 .color-btn {
  margin-top: 40px;
}
.column-1 p:last-child,
.column-2 p:last-child {
  margin-bottom: 0px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .column-1 p:last-child,
  .column-2 p:last-child {
    margin-bottom: 3.5rem;
  }
}
.icon-boxes-section .icon-box {
  margin-top: 100px;
  display: flex;
}
.icon-boxes-section .icon-box .box-image {
  flex: 0 0 100px;
}
.icon-boxes-section .icon-box .box-content {
  padding-left: 30px;
}
.icon-boxes-section .icon-box .box-content h3 {
  margin: 0;
}
.icon-boxes-section .icon-box .box-content h5 {
  margin: 0 0 40px 0;
}
.icon-boxes-section .icon-box p:last-child {
  margin-bottom: 0px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .icon-boxes-section .icon-box {
    margin-top: 50px;
  }
  .icon-boxes-section .icon-box .box-image {
    flex: 0 0 50px;
  }
  .icon-boxes-section .icon-box .box-content {
    padding-left: 15px;
    text-align: left;
  }
  .icon-boxes-section .icon-box .box-content h5 {
    margin: 0 0 15px 0;
  }
}
.number-boxes-section .icon-box {
  margin-top: 100px;
  display: flex;
}
.number-boxes-section .icon-box .box-number {
  flex: 0 0 100px;
  text-align: right;
}
.number-boxes-section .icon-box .box-number span {
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  display: block;
}
.number-boxes-section .icon-box .box-content {
  padding-left: 30px;
}
.number-boxes-section .icon-box .box-content h5 {
  margin: 25px 0 0 0;
  color: #cccccc;
}
.number-boxes-section .icon-box .box-content h3 {
  margin: 0 0 40px 0;
}
.number-boxes-section .icon-box p:last-child {
  margin-bottom: 0px;
}
.box-number.box-green span {
  background-color: #3aab47;
}
.box-number.box-yellow span {
  background-color: #f4c938;
}
.box-number.box-orange span {
  background-color: #dd682c;
}
.box-number.box-pink span {
  background-color: #d43474;
}
.box-number.box-blue span {
  background-color: #1e68a0;
}
.box-number.box-lightblue span {
  background-color: #00a3da;
}
.box-number.box-purple span {
  background-color: #783476;
}
.box-number.box-grey span {
  background-color: #343434;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .number-boxes-section .icon-box {
    margin-top: 50px;
  }
  .number-boxes-section .icon-box .box-number {
    flex: 0 0 50px;
  }
  .number-boxes-section .icon-box .box-number span {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .number-boxes-section .icon-box .box-content {
    padding-left: 15px;
    text-align: left;
  }
  .number-boxes-section .icon-box .box-content h5 {
    margin: 0 0 0 0;
  }
  .number-boxes-section .icon-box .box-content h3 {
    margin: 0 0 20px 0;
  }
}
.tick-boxes-section .tick-box {
  padding-right: 0;
  display: flex;
  margin-top: 60px;
}
.tick-boxes-section .tick-box .tick {
  flex: 0 0 30px;
}
.tick-boxes-section .tick-box .box-content p {
  margin: 0;
}
.link-columns h5 {
  border-bottom: 2px solid #000000;
  padding: 0 0 10px 0;
  margin: 20px 0 0 0;
}
.link-columns ul {
  margin: 0 0 20px 0;
  padding: 0;
}
.link-columns ul li {
  display: block;
}
.link-columns ul li a {
  display: block;
  padding: 10px 30px 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000000;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.link-columns ul li a i {
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 19px;
}
.link-columns ul li a:hover {
  color: #000000;
  border-color: #000000;
  text-decoration: none;
}
.link-columns ul li a:hover i {
  opacity: 1;
}
.logo-row {
  margin-top: 100px;
  position: relative;
}
.logo-row:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
}
.logo-row:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #fff;
}
.logo-row .logo-box {
  padding: 15px 15px;
  position: relative;
  text-align: center;
}
.logo-row .logo-box:after {
  content: "";
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #cccccc;
}
.logo-row .logo-box:before {
  content: "";
  height: 90%;
  width: 1px;
  position: absolute;
  top: 5%;
  left: 0;
  background-color: #cccccc;
}
.logo-row .logo-box img {
  width: 300px;
  max-width: 100%;
}
.logo-grid .logo-row {
  margin-top: 0;
}
.logo-grid .logo-row .logo-box-content {
  width: 125px;
  height: 125px;
}
.logo-grid .logo-row .logo-box-content img {
  position: absolute;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section.four-panel-gallery .panel-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .section.four-panel-gallery .panel-wrap {
    display: block;
  }
}
.section.four-panel-gallery .panel-wrap img {
  width: 46%;
  height: 512px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .section.four-panel-gallery .panel-wrap img {
    width: 100%;
    margin-top: 0px !important;
  }
}
.section.four-panel-gallery .panel-wrap img.image-2 {
  margin-top: 97px;
}
.section.four-panel-gallery .panel-wrap img.image-4 {
  margin-top: 97px;
}
@media (max-width: 768px) {
  .section.image .col-md-12 {
    padding: 0px !important;
  }
}
.section.image img {
  width: 100%;
}
.section.testimonial-quotes {
  padding-bottom: 100px;
}
.section.testimonial-quotes .foot-button {
  display: none;
}
@media (max-width: 992px) {
  .section.testimonial-quotes .foot-button {
    display: block;
  }
}
@media (max-width: 992px) {
  .section.testimonial-quotes .head-button {
    display: none;
  }
}
.section.testimonial-quotes .intro-part {
  margin-bottom: 35px;
}
.section.testimonial-quotes .testimonial {
  margin-bottom: 85px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section.testimonial-quotes .testimonial {
    display: block;
  }
  .section.testimonial-quotes .testimonial svg {
    display: block !important;
  }
  .section.testimonial-quotes .testimonial .quote-wrap {
    width: 100% !important;
  }
}
.section.testimonial-quotes .testimonial svg {
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
}
.section.testimonial-quotes .testimonial .quote-wrap {
  display: inline-block;
  width: 360px;
}
.section.testimonial-quotes .testimonial .quote-wrap .quote {
  margin-bottom: 6px;
  margin-top: 10px;
}
.section.testimonial-quotes .testimonial .nametitle {
  font-weight: bold;
}
.section.testimonial-quotes .testimonial .subtitle {
  color: #969696;
}
.testimony-section {
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimony-section .container {
  position: relative;
  z-index: 2;
}
.testimony-section .testimonial-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.testimony-section #testimonials .carousel-item {
  text-align: center;
}
.testimony-section #testimonials .carousel-item h2 {
  line-height: 1.8;
  margin: 0 0 40px 0;
}
.testimony-section #testimonials .carousel-item h5 {
  margin: 0;
}
.testimony-section #testimonials .carousel-indicators {
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
  margin: 40px 0 0 0;
}
.testimony-section #testimonials .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 5px;
}
.testimony-section #testimonials .carousel-indicators li.active {
  opacity: 1;
}
.testimony-section #testimonials .carousel-inner .carousel-item {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  transition: opacity 1s ease-in-out;
}
.testimony-section #testimonials .carousel-inner .carousel-item:first-of-type {
  position: relative;
}
.testimony-section #testimonials .carousel-inner .active {
  opacity: 1;
}
.testimony-section #testimonials .carousel-control-next,
.testimony-section #testimonials .carousel-control-prev {
  bottom: -5px !important;
  text-decoration: none;
  top: unset!important;
  z-index: 99;
}
.testimony-section #testimonials .carousel-control-next .fa-chevron-left,
.testimony-section #testimonials .carousel-control-prev .fa-chevron-left,
.testimony-section #testimonials .carousel-control-next .fa-chevron-right,
.testimony-section #testimonials .carousel-control-prev .fa-chevron-right {
  font-weight: 600;
  font-size: 20px;
}
.colour-green .testimony-section {
  background-color: #3aab47 !important;
}
.colour-yellow .testimony-section {
  background-color: #f4c938 !important;
}
.colour-orange .testimony-section {
  background-color: #dd682c !important;
}
.colour-pink .testimony-section {
  background-color: #d43474 !important;
}
.colour-blue .testimony-section {
  background-color: #1e68a0 !important;
}
.colour-lightblue .testimony-section {
  background-color: #00a3da !important;
}
.colour-purple .testimony-section {
  background-color: #783476 !important;
}
.colour-grey .testimony-section {
  background-color: #343434 !important;
}
.start-project-section {
  text-align: center;
}
.start-project-section h2 {
  font-size: 60px;
  font-size: 6rem;
  margin: 0 auto 40px;
  max-width: 800px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .start-project-section h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.content-section .content-section-header {
  margin-bottom: 3rem;
}
.content-section .button-footer {
  margin-top: 3rem;
  text-align: center;
}
.image-content-section .text-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-content-section .text-content h5 {
  color: #cccccc;
  margin: 0;
}
.image-content-section .text-content h2 {
  margin: 0 0 40px 0;
}
.image-content-section .text-content.order-md-2 {
  text-align: right;
}
.image-content-section .text-content.order-md-2 .text-width {
  display: inline-block;
  text-align: left;
}
.image-content-section .image-content {
  position: relative;
}
.image-content-section .image-content .image-content-link {
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  color: #cccccc;
  -webkit-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.05);
}
.image-content-section .image-content .image-content-link span {
  display: block;
  color: #000000;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.image-content-section .image-content .image-content-link:hover span {
  color: #fff;
}
.image-content-section.footer-yes {
  margin-bottom: 0;
  padding-bottom: 100px;
}
.image-content-section.footer-yes .text-content {
  text-align: right;
}
.image-content-section.footer-yes .text-content .text-width {
  display: inline-block;
  text-align: left;
}
.image-content-footer {
  position: relative;
}
.image-content-footer .container {
  position: relative;
  z-index: 2;
}
.image-content-footer .bg-overlay {
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.colour-green .image-content-section .image-content .image-content-link:hover span {
  color: #3aab47 !important;
}
.colour-yellow .image-content-section .image-content .image-content-link:hover span {
  color: #f4c938 !important;
}
.colour-orange .image-content-section .image-content .image-content-link:hover span {
  color: #dd682c !important;
}
.colour-pink .image-content-section .image-content .image-content-link:hover span {
  color: #d43474 !important;
}
.colour-blue .image-content-section .image-content .image-content-link:hover span {
  color: #1e68a0 !important;
}
.colour-lightblue .image-content-section .image-content .image-content-link:hover span {
  color: #00a3da !important;
}
.colour-purple .image-content-section .image-content .image-content-link:hover span {
  color: #783476 !important;
}
.colour-grey .image-content-section .image-content .image-content-link:hover span {
  color: #343434 !important;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .image-content-section .text-content h2 {
    margin: 0 0 3rem 0;
  }
  .image-content-section .image-content {
    margin-bottom: 3rem;
  }
}
.full-width-image {
  padding: 0!important;
}
.full-width-image img {
  width: 100%;
  height: auto;
}
.team-row {
  margin-top: 100px;
}
.team-row .team-box {
  padding: 0;
  position: relative;
}
.team-row .team-box .team-box-content {
  color: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 30px 30px 30px;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-row .team-box .team-box-content .team-box-content-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 15px;
  right: 15px;
}
.team-row .team-box .team-box-content .team-box-content-inner h5 {
  margin: 0 0 0 0;
}
.team-row .team-box .team-box-content .team-box-content-inner .email {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none!important;
}
.team-row .team-box:hover .team-box-content {
  opacity: 1;
}
.team-row .team-box-alt {
  padding: 0;
  position: relative;
}
.team-row .team-box-alt .team-box-content {
  color: #fff;
  opacity: 1!important;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 30px 30px 30px;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #000;
}
.team-row .team-box-alt .team-box-content .team-box-content-inner {
  max-width: 232px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 15px;
  right: 15px;
}
.team-row .team-box-alt .team-box-content .team-box-content-inner h5 {
  margin: 0 0 0 0;
}
.team-row .team-box-alt .team-box-content .team-box-content-inner .email {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none!important;
}
.colour-green .team-row .team-box:hover .team-box-content {
  background-color: #3aab47;
}
.colour-yellow .team-row .team-box:hover .team-box-content {
  background-color: #f4c938;
}
.colour-orange .team-row .team-box:hover .team-box-content {
  background-color: #dd682c;
}
.colour-pink .team-row .team-box:hover .team-box-content {
  background-color: #d43474;
}
.colour-blue .team-row .team-box:hover .team-box-content {
  background-color: #1e68a0;
}
.colour-lightblue .team-row .team-box:hover .team-box-content {
  background-color: #00a3da;
}
.colour-transparent .team-row .team-box:hover .team-box-content {
  background-color: #3aab47;
}
.colour-purple .team-row .team-box:hover .team-box-content {
  background-color: #783476;
}
.colour-grey.team-row .team-box:hover .team-box-content {
  background-color: #343434;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-row {
    margin-top: 50px;
  }
  .team-row .team-box .team-box-content {
    padding: 15px 15px 15px;
  }
  .team-row .team-box .team-box-content p {
    margin: 0 0 1.5rem 0;
  }
  .team-row .team-box .team-box-content .email {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.acf-map {
  min-height: 600px;
}
.acf-map #map-info p {
  margin: 0;
}
.section-collapse .collapse-toggle {
  display: block;
  text-decoration: none!important;
  padding: 15px;
  position: relative;
}
.section-collapse .collapse-toggle:first-child {
  border-bottom: 1px solid #cccccc;
}
.section-collapse .collapse-toggle h4 {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000000;
}
.section-collapse .collapse-toggle i {
  position: absolute;
  right: 15px;
  top: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section-collapse .collapse-toggle.collapsed {
  border-bottom: 1px solid #cccccc;
}
.section-collapse .collapse-toggle.collapsed i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-collapse .collapse-row {
  padding: 0 15px 0 15px;
  border-bottom: 1px solid #cccccc;
}
/* FAQ heading — tighten the bloated line-height and give it room on mobile */
.section-collapse .collapse-header h2 {
  line-height: 1.2;
}
@media (max-width: 991px) {
  .section-collapse .collapse-header {
    margin-bottom: 28px;
  }
  .section-collapse .collapse-header h2 {
    font-size: 26px;
  }
}
/* Case Studies
==============================*/
.case-study-grid .intro-part {
  margin-bottom: 100px;
}
.case-study-box {
  position: relative;
  padding: 0;
}
.case-study-box img {
  width: 100%;
  height: auto;
}
.case-study-box .box-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 60px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.case-study-box .box-overlay .box-overlay-inner {
  flex: 0 0 100%;
}
.case-study-box .box-overlay .box-overlay-inner h2 {
  margin: 0 0 0;
}
.case-study-box .box-overlay .box-overlay-inner span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  width: 100%;
  padding-top: 40px;
}
.case-study-box .box-overlay .box-overlay-inner span i {
  margin-left: 5px;
}
.case-study-box:hover .box-overlay {
  opacity: 1;
}
.case-study-cta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.case-study-cta h2 {
  font-size: 60px;
  font-size: 6rem;
  margin: 0 0 40px;
}
.casestudy-header {
  margin-top: 200px;
}
.casestudy-header .casestudy-banner {
  margin: 6rem 0 0 0;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .case-study-grid .intro-part {
    margin-bottom: 50px;
  }
  .case-study-cta {
    position: relative;
    top: auto;
    transform: translateY(0%);
    margin: 0 auto;
    left: auto;
    right: auto;
    text-align: center;
    padding: 60px 15px;
  }
  .case-study-cta h2 {
    font-size: 48px;
    font-size: 4.8rem;
    margin: 0 0 40px;
  }
  .casestudy-header {
    margin-top: 100px;
  }
}
/* Our work
==============================*/
.our-work-grid .intro-part {
  margin-bottom: 100px;
}
.our-work-box {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: border 0.5s ease;
  -moz-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
  transition: border 0.5s ease;
  padding: 0;
}
.our-work-box img {
  width: 100%;
  height: auto;
}
.our-work-box .box-overlay {
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 30px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.our-work-box .box-overlay p {
  margin: 0 0 0 0;
  display: block;
  color: #000000;
  font-weight: 500;
  line-height: 1;
}
.our-work-box .box-overlay span {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  color: #cccccc;
  display: block;
}
.our-work-box .box-overlay span i {
  margin-left: 5px;
}
.our-work-box:hover {
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.our-work-box:hover .box-overlay {
  opacity: 1;
  transition: 0s;
  border-top: 5px solid;
  border-right: 5px solid;
}
.our-work-box.big-col {
  font-size: 120%;
}
/* Work Single
==============================*/
.work-nav {
  margin-top: 30px;
  text-align: center;
}
.work-nav.top-work-nav {
  margin-top: 100px;
}
.work-nav .prev {
  float: left;
}
.work-nav .next {
  float: right;
}
.work-nav .prev i,
.work-nav .next i {
  font-size: 12px;
  font-size: 1.4rem;
  position: relative;
  top: -1px;
}
.work-nav .mobile-btn a.site-button {
  margin-bottom: 15px;
}
.work-image {
  margin: 100px 0;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.work-image:first-child {
  margin-top: 30px;
}
.work-image:last-child {
  margin-bottom: 0;
}
.work-image img {
  width: 100%;
  height: auto;
}
/* Resources
==============================*/
.resources-section .resource-box {
  text-decoration: none;
  color: #000000;
  margin-bottom: 100px;
  display: block;
}
.resources-section .resource-box .resource-image {
  overflow: hidden;
}
.resources-section .resource-box .resource-image img {
  transition: transform 0.5s ease;
}
.resources-section .resource-box h3 {
  margin: 20px 0 20px 0;
}
.resources-section .resource-box p {
  margin: 0;
}
.resources-section .resource-box span.border-btn {
  display: block;
  border-color: #3aab47 !important;
  color: #3aab47 !important;
  max-width: 100%!important;
  margin: 40px auto 0;
}
.resources-section .resource-box:hover .resource-image img {
  transform: scale(1.1);
}
.resources-section .resource-box:hover span.border-btn {
  color: #fff !important;
  background-color: #3aab47 !important;
}
/* Single */
.wp-caption {
  width: auto!important;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  color: #cccccc;
  margin: 0 0 3.5rem;
}
.wp-caption .wp-caption-text {
  margin: 10px 0;
}
.article-header {
  margin: 0 0 6rem 0;
}
.article-header h5 {
  color: #cccccc;
  margin: 0;
}
.article-banner {
  margin: 0 0 6rem 0;
}
.article-body blockquote {
  position: relative;
  left: -7.5%;
  width: 115%;
  padding: 0px 30px;
}
.article-body .alignnone,
.article-body .aligncenter {
  position: relative;
  left: -7.5%;
  width: 115%!important;
  max-width: 115%!important;
}
.article-footer {
  margin: 2.5rem 0 0 0;
}
.article-footer .post-categories {
  margin: 0;
  padding: 0;
}
.article-footer .post-categories li {
  display: inline-block;
  margin: 0 1px 5px 0;
}
.article-footer .post-categories li a {
  color: #cccccc;
  padding: 0px 10px;
  background-color: #f5f5f5;
  display: block;
}
.article-footer .post-categories li a:hover {
  color: #fff;
  background-color: #3aab47;
  text-decoration: none;
}
.article-footer .ssba {
  float: right;
}
.article-footer .ssba .ssba-share-text {
  position: relative;
  top: 3px;
  font-style: italic;
  margin-right: 5px;
  display: inline-block;
}
.article-footer .ssba ul {
  margin: 0;
  padding: 0;
}
.article-footer .ssba ul li {
  padding: 0;
  margin: 0;
}
.article-footer .author-meta {
  text-align: center;
  border-top: 2px solid #cccccc;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}
.article-footer .author-meta h5 {
  margin: 0;
}
/* Gravity Forms
==============================*/
.gform_wrapper .gfield {
  margin: 0 0 20px 0!important;
  padding: 0!important;
}
.gform_wrapper .gfield label {
  margin: 0!important;
  width: 90%!important;
  padding: 0 5px !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
.gform_wrapper .gfield label .gfield_required {
  color: #fff;
}
.gform_wrapper .gfield .ginput_container {
  margin: 0!important;
}
.gform_wrapper .gfield .ginput_container input,
.gform_wrapper .gfield .ginput_container textarea,
.gform_wrapper .gfield .ginput_container select {
  margin: 0!important;
  width: 100%!important;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #343434;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2!important;
  font-weight: 300;
  border-radius: 0px!important;
}
.gform_wrapper .gform_footer .button {
  background-color: transparent;
  color: #3aab47 !important;
  border: 2px solid #3aab47;
  padding: 10px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px!important;
  font-size: 1.4rem !important;
  font-weight: 600;
  width: 100%;
  max-width: 320px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  border-radius: 0px!important;
  text-decoration: none!important;
}
.gform_wrapper .gform_footer .button:hover {
  background-color: #3aab47;
  color: #fff !important;
}
.colour-green .section-solid-bg .gform_wrapper .gform_footer .button {
  color: #fff !important;
}
.colour-yellow .section-solid-bg .gform_wrapper .gform_footer .button {
  color: #fff !important;
}
.colour-orange .section-solid-bg .gform_wrapper .gform_footer .button {
  color: #fff !important;
}
.colour-pink .section-solid-bg .gform_wrapper .gform_footer .button {
  color: #fff !important;
}
.colour-blue .section-solid-bg .gform_wrapper .gform_footer .button {
  color: #fff !important;
}
.colour-lightblue .section-solid-bg .gform_wrapper .gform_footer .button {
  color: #fff !important;
}
.colour-purple .section-solid-bg .gform_wrapper .gform_footer .button {
  color: #fff !important;
}
.colour-grey .section-solid-bg .gform_wrapper .gform_footer .button {
  color: #fff !important;
}
.colour-green .section-solid-bg .gform_wrapper .gform_footer .button:hover {
  color: #3aab47 !important;
}
.colour-yellow .section-solid-bg .gform_wrapper .gform_footer .button:hover {
  color: #f4c938 !important;
}
.colour-orange .section-solid-bg .gform_wrapper .gform_footer .button:hover {
  color: #dd682c !important;
}
.colour-pink .section-solid-bg .gform_wrapper .gform_footer .button:hover {
  color: #d43474 !important;
}
.colour-blue .section-solid-bg .gform_wrapper .gform_footer .button:hover {
  color: #1e68a0 !important;
}
.colour-lightblue .section-solid-bg .gform_wrapper .gform_footer .button:hover {
  color: #00a3da !important;
}
.colour-purple .section-solid-bg .gform_wrapper .gform_footer .button:hover {
  color: #783476 !important;
}
.colour-grey .section-solid-bg .gform_wrapper .gform_footer .button:hover {
  color: #343434 !important;
}
.section-green .gform_wrapper input,
.section-green .gform_wrapper textarea,
.section-green .gform_wrapper select {
  border-color: #3aab47 !important;
}
.section-green .gform_wrapper .gform_footer .button {
  color: #3aab47;
  border: 2px solid transparent!important;
  border-bottom-color: #3aab47 !important;
}
.section-green .gform_wrapper .gform_footer .button:hover {
  border-color: #3aab47 !important;
}
.section-yellow .gform_wrapper input,
.section-yellow .gform_wrapper textarea,
.section-yellow .gform_wrapper select {
  border-color: #f4c938 !important;
}
.section-yellow .gform_wrapper .gform_footer .button {
  color: #f4c938;
  border: 2px solid transparent!important;
  border-bottom-color: #f4c938 !important;
}
.section-yellow .gform_wrapper .gform_footer .button:hover {
  border-color: #f4c938 !important;
}
.section-orange .gform_wrapper input,
.section-orange .gform_wrapper textarea,
.section-orange .gform_wrapper select {
  border-color: #dd682c !important;
}
.section-orange .gform_wrapper .gform_footer .button {
  color: #dd682c;
  border: 2px solid transparent!important;
  border-bottom-color: #dd682c !important;
}
.section-orange .gform_wrapper .gform_footer .button:hover {
  border-color: #dd682c !important;
}
.section-pink .gform_wrapper input,
.section-pink .gform_wrapper textarea,
.section-pink .gform_wrapper select {
  border-color: #d43474 !important;
}
.section-pink .gform_wrapper .gform_footer .button {
  color: #d43474;
  border: 2px solid transparent!important;
  border-bottom-color: #d43474 !important;
}
.section-pink .gform_wrapper .gform_footer .button:hover {
  border-color: #d43474 !important;
}
.section-blue .gform_wrapper input,
.section-blue .gform_wrapper textarea,
.section-blue .gform_wrapper select {
  border-color: #1e68a0 !important;
}
.section-blue .gform_wrapper .gform_footer .button {
  color: #1e68a0;
  border: 2px solid transparent!important;
  border-bottom-color: #1e68a0 !important;
}
.section-blue .gform_wrapper .gform_footer .button:hover {
  border-color: #1e68a0 !important;
}
.section-lightblue .gform_wrapper input,
.section-lightblue .gform_wrapper textarea,
.section-lightblue .gform_wrapper select {
  border-color: #00a3da !important;
}
.section-lightblue .gform_wrapper .gform_footer .button {
  color: #00a3da;
  border: 2px solid transparent!important;
  border-bottom-color: #00a3da !important;
}
.section-lightblue .gform_wrapper .gform_footer .button:hover {
  border-color: #00a3da !important;
}
.section-purple .gform_wrapper input,
.section-purple .gform_wrapper textarea,
.section-purple .gform_wrapper select {
  border-color: #783476 !important;
}
.section-purple .gform_wrapper .gform_footer .button {
  color: #783476;
  border: 2px solid transparent!important;
  border-bottom-color: #783476 !important;
}
.section-purple .gform_wrapper .gform_footer .button:hover {
  border-color: #783476 !important;
}
.section-grey .gform_wrapper input,
.section-grey .gform_wrapper textarea,
.section-grey .gform_wrapper select {
  border-color: #343434 !important;
}
.section-grey .gform_wrapper .gform_footer .button {
  color: #343434;
  border: 2px solid transparent!important;
  border-bottom-color: #343434 !important;
}
.section-grey .gform_wrapper .gform_footer .button:hover {
  border-color: #343434 !important;
}
.section-solid-bg .gform_wrapper input,
.section-solid-bg .gform_wrapper textarea,
.section-solid-bg .gform_wrapper select {
  border-color: #fff !important;
  color: #fff;
}
.section-solid-bg .gform_wrapper .gform_footer .button {
  color: #fff;
  border: 2px solid #fff !important;
}
.section-solid-bg .gform_wrapper .gform_footer .button:hover {
  background-color: #fff !important;
  color: #000000 !important;
}
/* Footer
==============================*/
#footer {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  z-index: 2;
}
#footer .footer-content {
  padding-top: 60px;
}
#footer .footer-content h5 {
  font-size: 14px;
  font-size: 1.4rem;
}
#footer .footer-content .footer-description {
  padding-bottom: 40px;
  max-width: 400px;
}
#footer .footer-content .footer-description p {
  margin: 0;
}
#footer .footer-content .footer-newsletter {
  padding-bottom: 40px;
  max-width: 400px;
}
#footer .footer-content .footer-newsletter h5 {
  margin: 0 0 5px 0;
}
#footer .footer-content .footer-newsletter label {
  display: none;
}
#footer .footer-content .footer-newsletter form#mc-embedded-subscribe-form {
  border-bottom: 1px solid #fff;
}
#footer .footer-content .footer-newsletter .mc-field-group {
  float: left;
  width: 90%;
}
#footer .footer-content .footer-newsletter .email {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #fff;
  font-weight: 300;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
#footer .footer-content .footer-newsletter .email::placeholder {
  opacity: 1;
  font-style: italic;
  color: #fff;
}
#footer .footer-content .footer-newsletter .email::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  font-style: italic;
  color: #fff;
}
#footer .footer-content .footer-newsletter .email::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  font-style: italic;
  color: #fff;
}
#footer .footer-content .footer-newsletter .email:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  font-style: italic;
  color: #fff;
}
#footer .footer-content .footer-newsletter .email:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  font-style: italic;
  color: #fff;
}
#footer .footer-content .footer-newsletter #mc-embedded-subscribe {
  float: left;
  width: 10%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  padding: 7.5px 0;
  text-align: right;
}
#footer .footer-content .footer-menu ul {
  margin: 0;
  padding: 0;
}
#footer .footer-content .footer-menu ul li {
  display: inline-block;
  width: 40%;
  margin-right: 9.5%;
}
#footer .footer-content .footer-menu ul li a {
  display: block;
  color: #fff;
  position: relative;
  padding-right: 10px;
  margin-bottom: 1px;
  text-decoration: none;
}
#footer .footer-content .footer-menu ul li a i {
  position: absolute;
  right: 0;
  top: 6px;
}
#footer .footer-content .terms {
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-row .team-box .team-box-content {
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .team-row .team-box .team-box-content .team-box-content-inner {
    top: unset!important;
    bottom: 0;
    left: 30px;
    right: unset;
    text-align: left;
  }
  .team-row .team-box .team-box-content p {
    margin: 0 0 0 0;
  }
  #footer .footer-content .terms {
    text-align: left;
    padding: 20px 0 20px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #video-banner .video-banner-content h1 {
    font-size: 4.5rem !important;
    font-size: 32px!important;
    line-height: 46px !important;
  }
  body.single-work .work-nav.top-work-nav {
    margin-top: 0px;
  }
  body.single-casestudies .case-study-grid.waypoint-section .intro-part {
    margin-bottom: 25px;
  }
  .tick-boxes-section h2.left-heading {
    margin-bottom: 1rem;
  }
  .tick-boxes-section .tick-box {
    margin-top: 20px;
  }
  .image-content-section .image-content-col .image-content .image-content-link {
    display: none;
  }
}
@media (max-width: 575px) {
  #header .navToggle {
    margin-top: 0px;
  }
  .team-row .team-box-alt {
    min-height: 300px;
  }
  body.page-template-home-page .case-study-grid.waypoint-section.section-margin {
    margin-bottom: 0px;
  }
  body.page-id-128 .team-section.waypoint-section.section-margin {
    margin-bottom: 0px;
  }
  body.page-id-170 .case-study-grid.waypoint-section.section-margin {
    margin-bottom: 0px;
  }
  body.page-id-172 .our-work-grid.section-margin {
    margin-bottom: 0px;
  }
  body.single-casestudies .case-study-grid.waypoint-section.section-margin {
    margin-bottom: 0px;
  }
  .image-content-section .image-content-col {
    padding: 0px 0px;
  }
  #footer .footer-content .footer-menu ul li {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
}
.colour-green #footer {
  background-color: #3aab47;
}
.colour-yellow #footer {
  background-color: #f4c938;
}
.colour-orange #footer {
  background-color: #dd682c;
}
.colour-pink #footer {
  background-color: #d43474;
}
.colour-blue #footer {
  background-color: #1e68a0;
}
.colour-lightblue #footer {
  background-color: #00a3da;
}
.colour-transparent #footer {
  background-color: #3aab47;
}
.colour-purple #footer {
  background-color: #783476;
}
.colour-grey #footer {
  background-color: #343434;
}
.grecaptcha-badge {
  display: none !important;
}
