/* reset */
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

*:focus {
  outline: none; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-size: 15px;
  line-height: 22.5px !important; }
  body.lock {
    overflow: hidden;
    width: 100%;
    height: 100vh; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

a {
  color: #4b853d;
  text-decoration: none; }

html,
body {
  font-family: 'Poppins', sans-serif;
  position: relative;
  color: #243124; }

.content {
  position: relative; }
  .content p {
    margin-bottom: 20px;
    line-height: 23px; }
  .content ul li {
    padding-bottom: 8px; }
  .content span.ft3,
  .content span.ft6,
  .content span.ft12 {
    font-weight: 600; }
  .content .pMarker {
    position: relative;
    top: -130px; }
  .content h3.big {
    font-size: 32px; }
  .content .printPage {
    position: absolute;
    right: 20px;
    color: #primary_colour;
    top: 0px; }

/* typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Titillium Web', sans-serif;
  margin-bottom: 15px; }

h1 {
  font-weight: 300;
  font-size: 42px;
  letter-spacing: -.02em;
  line-height: 48px;
  margin-bottom: 40px; }
  h1 strong {
    font-weight: 600; }

h2 {
  font-weight: 300;
  font-size: 38px;
  letter-spacing: -.02em;
  line-height: 39px; }
  h2.mid {
    font-weight: 600;
    font-size: 35px; }

h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
  color: #4b853d; }

p.bigger {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 50px; }
  p.bigger strong {
    font-weight: 600;
    color: #4b853d; }

p.sbigger {
  font-size: 18px;
  line-height: 25px; }

p.margb {
  margin-bottom: 15px; }

p.note {
  font-size: 12px;
  color: #666;
  margin-top: 10px; }

.btn-text.pull-left {
  margin-left: -5px; }

.text-center {
  text-align: center; }

.tri {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #4b853d; }

.callUs {
  display: inline-block;
  padding: 11px;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #4b853d; }

.fullListing {
  margin-bottom: 30px; }
  .fullListing h4 {
    font-size: 28px;
    margin-bottom: 0px; }

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px; }

/* buttons */
.btn {
  border-radius: 4px;
  background-color: #4b853d;
  color: #f3f1e9;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .03em;
  padding: 5px 20px;
  text-transform: uppercase;
  margin-right: 10px;
  text-decoration: none;
  border: 0px none;
  cursor: pointer; }
  .btn.light {
    background-color: #f3f1e9;
    background-image: url(../assets/light_bg_2.png);
    color: #4b853d; }
  .btn i {
    font-size: 18px;
    position: relative;
    top: 2px; }

.btn-big {
  font-size: 20px;
  letter-spacing: .03em;
  padding: 8px 25px; }

.btn-text {
  text-transform: uppercase;
  color: #243124;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  margin: 15px 0px;
  letter-spacing: .05em;
  font-weight: 600; }
  .btn-text i {
    vertical-align: bottom;
    font-size: 22px; }

/* circles */
.circ-mid {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  background-color: #4b853d;
  display: inline-block;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative; }
  .circ-mid span.bg {
    position: absolute;
    display: block;
    width: 150px;
    height: 100px;
    background-color: #172a36;
    top: 35px;
    left: 35px;
    transform: rotate(-45deg);
    opacity: .4;
    transition: all 1s ease; }
  .circ-mid i {
    position: absolute;
    color: #f3f1e9;
    font-size: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: all 1s ease; }

.circ-big {
  border-radius: 100px;
  width: 170px;
  height: 170px;
  background-color: #4b853d;
  display: inline-block;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative; }
  .circ-big span.bg {
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    background-color: #172a36;
    top: 58px;
    left: 60px;
    transform: rotate(-45deg);
    opacity: .4;
    transition: all 1s ease; }
  .circ-big .num {
    font-size: 75px;
    letter-spacing: -.07em;
    color: #f3f1e9;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    display: block;
    position: relative;
    line-height: 65px;
    padding-top: 35px; }
  .circ-big .label {
    color: #f3f1e9;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    position: relative; }

.circ-small {
  border-radius: 100px;
  width: 65px;
  height: 65px;
  background-color: #f3f1e9;
  display: inline-block;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative; }
  .circ-small span.bg {
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    background-color: #172a36;
    top: 58px;
    left: 60px;
    transform: rotate(-45deg);
    opacity: .4;
    transition: all 1s ease; }
  .circ-small .num {
    font-size: 30px;
    letter-spacing: -.07em;
    color: #4b853d;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    display: block;
    position: relative;
    line-height: 25px;
    padding-top: 14px; }
  .circ-small .label {
    color: #4b853d;
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    position: relative;
    font-weight: 700; }

/* tables */
.table-row {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 10px 15px;
  margin: 2px 0px; }
  .table-row.alt {
    background-color: rgba(255, 255, 255, 0.2); }

.postdate {
  margin-top: -10px;
  margin-bottom: 30px;
  color: #666; }

/* animated sections */
.animateSection {
  position: relative;
  /* intergrations */ }
  .animateSection .circ-mid,
  .animateSection .circ-big {
    transform: scale(0) rotate(-90deg);
    transition: all 2s ease; }
    .animateSection .circ-mid span.bg,
    .animateSection .circ-big span.bg {
      transform: rotate(0deg);
      top: 0px;
      left: -20px; }
  .animateSection .intLogo {
    position: relative; }
    .animateSection .intLogo img {
      position: relative;
      top: 90px;
      opacity: 0; }
  .animateSection .clear-panel {
    margin-bottom: 30px; }
  .animateSection .clear-panel a,
  .animateSection .clear-panel h3,
  .animateSection .clear-panel p {
    position: relative;
    top: 90px;
    opacity: 0; }
  .animateSection .clear-panel h3 {
    margin-bottom: 10px;
    padding-bottom: 0px; }
  .animateSection.showing {
    /* intergrations */ }
    .animateSection.showing .circ-mid,
    .animateSection.showing .circ-big {
      transform: scale(1) rotate(0deg); }
      .animateSection.showing .circ-mid span.bg,
      .animateSection.showing .circ-big span.bg {
        animation: circRot 1.5s normal forwards;
        animation-delay: .5s; }
    .animateSection.showing .circ-big span.bg {
      animation: circRotBig 1.5s normal forwards;
      animation-delay: .5s; }
    .animateSection.showing .intLogo {
      position: relative; }
      .animateSection.showing .intLogo img {
        animation: fadeUp .6s normal forwards ease-out;
        position: relative; }
    .animateSection.showing .clear-panel a,
    .animateSection.showing .clear-panel h3,
    .animateSection.showing .clear-panel p {
      animation: fadeUp .6s normal forwards ease-out; }
    .animateSection.showing .clear-panel p {
      animation-delay: .2s; }
    .animateSection.showing .clear-panel a {
      animation-delay: .4s; }
    .animateSection.showing .fadeUp {
      animation: fadeUp .6s normal forwards ease-out;
      position: relative; }

@keyframes circRot {
  from {
    transform: rotate(0deg);
    top: 0px;
    left: -10px; }
  to {
    transform: rotate(-45deg);
    top: 46px;
    left: 0px; } }

@keyframes circRotBig {
  from {
    transform: rotate(0deg);
    top: 0px;
    left: -10px; }
  to {
    transform: rotate(-45deg);
    top: 58px;
    left: 60px; } }

@keyframes fadeUp {
  from {
    top: 90px;
    opacity: 0; }
  to {
    top: 0px;
    opacity: 1; } }

.delay1 {
  animation-delay: 0.2s !important; }

.delay2 {
  animation-delay: 0.4s !important; }

.delay3 {
  animation-delay: 0.6s !important; }

.delay4 {
  animation-delay: 0.8s !important; }

.delay5 {
  animation-delay: 1s !important; }

.delay6 {
  animation-delay: 1.2s !important; }

.delay7 {
  animation-delay: 1.4s !important; }

.adelay1 img {
  animation-delay: 0.1s !important; }

.adelay2 img {
  animation-delay: 0.2s !important; }

.adelay3 img {
  animation-delay: 0.3s !important; }

.adelay4 img {
  animation-delay: 0.4s !important; }

.adelay5 img {
  animation-delay: 0.5s !important; }

.adelay6 img {
  animation-delay: 0.6s !important; }

.adelay7 img {
  animation-delay: 0.7s !important; }

/* base */
.container {
  padding: 0px 15px; }

.section {
  padding: 60px 0px 90px 0px; }

.lightBg {
  background-image: url(../assets/light_bg_2.png); }
  .lightBg .btn {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }

.primaryBg {
  background-color: #4b853d;
  color: #f3f1e9; }

.blackBg {
  background-color: #000;
  color: #f3f1e9; }
  .blackBg h2 {
    text-shadow: 0px 0px 10px #000; }

.leftImage {
  background-image: url(../assets/bg2.png);
  background-repeat: no-repeat;
  background-position: left bottom; }

.headImage {
  background-image: url(../assets/bg2.png);
  background-repeat: no-repeat;
  background-position: left -132px;
  background-size: 508px; }

.carImage {
  background-repeat: no-repeat;
  background: #000 url(../assets/bg_car.jpg) no-repeat;
  background-position: center center;
  background-attachment: fixed; }

.clear-panel p {
  padding: 0px 30px; }

.clear-panel hr {
  border-top: 1px solid #4b853d;
  height: 0px;
  margin-bottom: 40px;
  margin-top: 30px;
  width: 80%;
  opacity: .3; }

.light-panel {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  margin: 10px;
  padding: 15px; }
  .light-panel img {
    width: 100%;
    margin-bottom: 30px; }
  .light-panel .cat {
    font-size: 14px;
    color: #5f5f5f;
    margin-top: 7px; }
  .light-panel h4 {
    font-size: 24px;
    letter-spacing: -.02em;
    line-height: 27px;
    color: #4b853d;
    margin-top: 0px;
    margin-top: 18px; }
  .light-panel h5 {
    margin: -15px 0px 14px; }
  .light-panel.full img {
    margin-bottom: 0px; }
  .light-panel.full .btn-text {
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: -5px; }

.col-sm-15 {
  flex-basis: 12.5% !important;
  max-width: 12.5% !important; }

.col-sm-25 {
  flex-basis: 20% !important;
  max-width: 20% !important; }

.col-sm-44 {
  flex-basis: 35% !important;
  max-width: 35% !important; }

.col-sm-155 {
  flex-basis: 8.8% !important;
  max-width: 8.8% !important; }

.col-sm-166 {
  flex-basis: 11% !important;
  max-width: 11% !important;
  text-align: center; }

.intergrate .col-sm-15 {
  margin: 30px 0px 40px 0px; }

.whiteBg {
  background-color: #fff;
  overflow: visible; }
  .whiteBg .btn {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }

.belowNav {
  padding-top: 180px; }

.headSplit {
  padding: 15px 0px;
  margin-bottom: 50px;
  margin-top: -116px;
  border-radius: 4px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); }
  .headSplit h4 {
    font-family: 'Titillium Web', sans-serif;
    color: #f3f1e9;
    margin-bottom: 0px;
    font-size: 30px;
    text-transform: none;
    font-weight: 300; }

.borderImage {
  margin-bottom: 30px;
  margin-left: 10px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 18px 50px rgba(0, 0, 0, 0.2);
  display: block;
  width: 90%;
  border-radius: 4px; }

.borderImage.norm {
  margin-left: 0px;
  width: calc(100% - 30px); }

#dbanner {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px; }

.belowNav {
  padding-top: 150px; }

.text-right {
  text-align: right; }

/* head */
#MobileHeader,
#Header {
  z-index: 99999;
  position: fixed;
  top: 0px;
  width: 100%;
  /* background: $primary_colour; */
  color: #f3f1e9;
  padding: 30px 0px;
  transition: all 0.3s ease; }
  #MobileHeader.coloured,
  #Header.coloured {
    background-color: #4b853d; }
  #MobileHeader .logo .img1,
  #Header .logo .img1 {
    height: 41px;
    width: auto;
    float: left;
    position: relative; }
  #MobileHeader .logo .img2,
  #Header .logo .img2 {
    height: 35px;
    width: auto;
    float: left;
    position: relative;
    top: 6px;
    left: 10px;
    transition: all 0.3s ease; }
  #MobileHeader .menuHolder,
  #Header .menuHolder {
    height: 40px;
    text-align: right; }
  #MobileHeader ul,
  #Header ul {
    padding: 0px 0px;
    margin: 0px 0px;
    display: inline-block; }
    #MobileHeader ul li,
    #Header ul li {
      float: left;
      list-style: none;
      padding: 0px 0px;
      margin: 0px 0px;
      position: relative; }
      #MobileHeader ul li a,
      #Header ul li a {
        color: #aee59e;
        font-size: 13px;
        padding: 0px 10px;
        text-decoration: none;
        display: inline-block;
        line-height: 43px;
        transition: all 0.3s ease; }
        #MobileHeader ul li a i.micon,
        #Header ul li a i.micon {
          position: relative;
          top: 6px;
          font-size: 21px; }
        #MobileHeader ul li a img,
        #Header ul li a img {
          height: 20px;
          margin: 4px 0px;
          display: inline-block;
          vertical-align: middle; }
        #MobileHeader ul li a:hover,
        #Header ul li a:hover {
          color: #fff; }
        #MobileHeader ul li a.active,
        #Header ul li a.active {
          color: #fff; }
      #MobileHeader ul li .subs,
      #Header ul li .subs {
        background-color: #4b853d;
        color: #f3f1e9;
        padding: 30px 30px 20px 30px;
        position: absolute;
        width: 300px;
        z-index: 100;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s ease;
        opacity: 0;
        pointer-events: none;
        border-radius: 4px; }
      #MobileHeader ul li:hover .subs,
      #Header ul li:hover .subs {
        display: block;
        opacity: 1;
        pointer-events: auto; }
      #MobileHeader ul li ul,
      #Header ul li ul {
        display: block;
        margin-bottom: 15px; }
        #MobileHeader ul li ul li,
        #Header ul li ul li {
          float: none;
          display: block;
          text-align: left;
          color: #aee59e;
          font-size: 13px;
          line-height: 25px; }
          #MobileHeader ul li ul li a,
          #Header ul li ul li a {
            position: relative;
            padding: 0px 0px 0px 45px;
            display: block;
            line-height: 25px !important; }
            #MobileHeader ul li ul li a:before,
            #Header ul li ul li a:before {
              content: "";
              background-color: #aee59e;
              border-radius: 10px;
              width: 4px;
              height: 4px;
              position: absolute;
              top: 11px;
              left: 27px; }
          #MobileHeader ul li ul li.head,
          #Header ul li ul li.head {
            font-size: 15px;
            color: #f3f1e9;
            position: relative;
            padding-bottom: 5px; }
            #MobileHeader ul li ul li.head i,
            #Header ul li ul li.head i {
              font-size: 16px;
              position: relative;
              top: 3px;
              margin-right: 5px; }
        #MobileHeader ul li ul:after,
        #Header ul li ul:after {
          content: "";
          position: absolute;
          top: -8px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 20px 8px 20px;
          border-color: transparent transparent #4b853d transparent;
          left: 46.2%; }
  #MobileHeader.smaller,
  #Header.smaller {
    background-color: #4b853d;
    padding: 10px 0px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }
    #MobileHeader.smaller .logo .img1,
    #Header.smaller .logo .img1 {
      top: 5px;
      width: 25px;
      height: 25px; }
    #MobileHeader.smaller .logo .img2,
    #Header.smaller .logo .img2 {
      opacity: 0; }
    #MobileHeader.smaller .menuHolder,
    #Header.smaller .menuHolder {
      height: 35px;
      flex-basis: 75%;
      max-width: 75%; }
    #MobileHeader.smaller ul li a,
    #Header.smaller ul li a {
      line-height: 35px; }

/* banner */
#Banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  /* background-image: url(../assets/banner2.jpg); */
  background-color: #4b853d;
  background-size: cover;
  height: 70vh;
  color: #f3f1e9;
  min-height: 282px; }
  #Banner #dbanner {
    height: 100%; }
  #Banner canvas {
    z-index: 0;
    width: 1677px;
    height: 920px;
    position: absolute;
    top: 0px; }
  #Banner h1 {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.76); }
  #Banner.smaller {
    height: 31vh; }
    #Banner.smaller .container {
      position: relative;
      z-index: 999;
      top: 66%;
      transform: translateY(-50%); }
      #Banner.smaller .container h1 {
        font-size: 40px;
        line-height: 47px; }
    #Banner.smaller .bannerBlast {
      top: -108px; }
    #Banner.smaller.even-smaller {
      height: 24vh; }
      #Banner.smaller.even-smaller .container {
        top: 77%; }
      #Banner.smaller.even-smaller .bannerBlast {
        top: -141px;
        transform: scale(1); }
  #Banner .btn {
    padding-left: 10px; }
  #Banner .container {
    position: relative;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%); }
  #Banner .bannerBlast {
    font-family: 'Titillium Web', sans-serif;
    background: #4b853d;
    padding: 20px 20px 36px 20px;
    width: 190px;
    position: absolute;
    right: 4%;
    font-size: 22px;
    text-align: center;
    color: #fff;
    top: -101px;
    transform: scale(1.2);
    box-shadow: 0px 40px 64px rgba(0, 0, 0, 0.6);
    transition: all .3s ease; }
    #Banner .bannerBlast p {
      text-transform: none;
      font-size: 11px;
      margin-bottom: 0px;
      margin-top: 20px; }
    #Banner .bannerBlast .per {
      font-size: 83px;
      line-height: 50px;
      color: #fff; }
    #Banner .bannerBlast .nz {
      font-size: 18px;
      position: relative;
      top: -10px; }
    #Banner .bannerBlast .panel2 {
      text-transform: uppercase;
      padding: 20px 0px 0px 0px; }
      #Banner .bannerBlast .panel2 i {
        vertical-align: middle;
        top: -2px;
        position: relative; }
      #Banner .bannerBlast .panel2 a.btn {
        padding: 5px 10px 5px 4px;
        font-size: 15px;
        margin-right: 6px;
        display: block;
        margin-left: 6px;
        margin-top: 1px; }
    #Banner .bannerBlast .p1 {
      font-size: 27px;
      display: block;
      line-height: 20px; }
    #Banner .bannerBlast .p2 {
      font-size: 15px;
      display: block; }
    #Banner .bannerBlast .p3 {
      font-size: 34px;
      display: block;
      line-height: 16px; }
    #Banner .bannerBlast .p4 {
      font-size: 63px;
      display: block;
      line-height: 69px;
      color: #fff; }
    #Banner .bannerBlast .logos {
      width: 109px;
      margin-left: 0px;
      margin-top: 7px;
      display: inline-block; }
    #Banner .bannerBlast:after {
      top: 99.8%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 42px 95px 0 95px;
      border-color: #4b853d transparent transparent transparent;
      margin-left: -95px; }
  #Banner.small .bannerBlast {
    top: -101px; }

.mobile-blast {
  display: none;
  margin-top: -20px; }
  .mobile-blast span {
    font-size: 11px;
    letter-spacing: .5px;
    padding-left: 20px;
    color: #fff; }
  .mobile-blast img {
    width: 120px;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: -9px; }

.content a {
  text-decoration: underline;
  font-weight: bold; }
  .content a:hover {
    color: #000; }

#Seller {
  position: relative;
  background-color: #4b853d;
  padding: 40px 0px; }
  #Seller #dbannerBottom {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px; }

/* Testimonials */
.slider .quote {
  padding: 20px 15vw;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 20px; }
  .slider .quote span {
    font-size: 14px;
    display: block;
    font-family: 'Titillium Web', sans-serif;
    padding: 10px 0px; }

/* Post */
.post-image {
  width: 100%;
  max-width: 318px; }

.postlist {
  position: fixed;
  top: 350px;
  width: 21%;
  transition: all 0.3s ease; }
  .postlist:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: calc(100vh - 190px);
    background-color: rgba(0, 0, 0, 0.1); }
  .postlist h3 {
    margin-left: 20px; }
  .postlist a {
    display: block;
    padding-bottom: 10px; }
    .postlist a:hover {
      color: #000; }
  .postlist.small {
    top: 70px; }

/* Slider */
.slider .testimonialImage {
  display: inline-block;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 70px;
  padding: 0px; }

.slider .slick-prev, .slider .slick-next {
  width: 15px;
  height: 60px;
  z-index: 99; }

.slider .slick-prev {
  left: 40px; }

.slider .slick-next {
  right: 40px; }

.slider .slick-prev:before,
.slider .slick-next:before {
  content: "";
  width: 0;
  height: 0;
  top: 0px;
  left: 0px;
  border-style: solid;
  border-width: 30px 15px 30px 0;
  border-color: transparent #162412 transparent transparent;
  position: absolute; }

.slider .slick-next:before {
  border-width: 30px 0 30px 15px;
  border-color: transparent transparent transparent #162412; }

.slider .slick-dots li {
  margin: 0px; }

.slider .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0px; }

.slider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  content: '';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: -99999px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 5px; }

/* footer */
.footerSplash h2 {
  font-size: 22px;
  margin-bottom: 30px; }

.footerSplash .btn {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); }

.footer {
  position: relative;
  z-index: 99;
  padding: 20px 0px 20px 0px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); }
  .footer .approve {
    display: inline-block;
    vertical-align: middle; }
  .footer .pull-up {
    margin-top: -2px;
    font-size: 14px;
    font-weight: 600;
    color: #666; }
  .footer .flogo {
    width: 40px;
    height: 40px;
    margin-top: 5px;
    opacity: .3; }
  .footer h4 {
    font-size: 24px;
    font-weight: 600; }
  .footer ul, .footer li {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    font-size: 13px; }
  .footer ul {
    margin-bottom: 20px; }
    .footer ul.bigger li a {
      font-size: 15px; }
  .footer li a {
    display: block;
    padding: 3px 0px 3px 16px;
    text-decoration: none;
    color: #666;
    position: relative; }
    .footer li a:before {
      content: "";
      position: absolute;
      top: 10px;
      left: 0px;
      width: 4px;
      height: 4px;
      border-radius: 10px;
      background-color: #666; }
  .footer li.head {
    font-size: 15px;
    padding-bottom: 10px; }

.PricingBanner {
  padding: 180px 0px 130px 0px; }

.PricingBannerCosts {
  margin-top: -70px;
  margin-bottom: -160px;
  position: relative;
  z-index: 99; }
  .PricingBannerCosts h4 {
    font-size: 18px;
    color: #4b853d; }

.belowPricing {
  padding-top: 220px; }

.price-table {
  margin: 50px 0px 10px 0px; }

/* modal */
.jquery-modal.blocker {
  z-index: 999999;
  background-color: #fff;
  background-color: transparent;
  background-image: url(../assets/light_bg_3.png); }
  .jquery-modal.blocker .modal {
    max-width: 650px;
    background: #fff;
    padding: 40px 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    .jquery-modal.blocker .modal a.close-modal {
      top: 10px;
      right: 10px;
      width: 25px;
      height: 25px;
      text-indent: -9999px;
      background-image: none;
      background-image: url(../assets/close.svg); }

.pModal {
  min-height: 300px; }
  .pModal h2 {
    color: #4b853d; }

/* forms */
.form-holder {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
  padding: 40px;
  text-align: left;
  position: relative;
  min-height: 200px; }

.form-row {
  margin: 10px 0px; }
  .form-row .label {
    padding: 5px .5rem;
    flex-basis: 25%;
    max-width: 25%; }
    .form-row .label.text-center {
      text-align: center; }
  .form-row input,
  .form-row textarea {
    width: 100%;
    border-radius: 2px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15) inset; }
    .form-row input[type='checkbox'],
    .form-row textarea[type='checkbox'] {
      display: inline-block;
      box-shadow: none;
      margin-right: 10px;
      width: auto;
      position: relative;
      top: 2px; }
  .form-row h3 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700; }
  .form-row button {
    margin-top: 20px; }
  .form-row textarea {
    height: 200px; }

#ContactLoading,
#ContactSuccess {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

#Seller {
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  padding: 30px 0px 30px 0px;
  color: #fff; }
  #Seller .container {
    position: relative;
    z-index: 99999; }
  #Seller .p1 {
    font-size: 38px;
    display: block;
    line-height: 30px;
    opacity: .8; }
  #Seller .p2 {
    display: block;
    font-size: 21px;
    opacity: .8; }
  #Seller .p3 {
    font-size: 34px;
    display: block;
    line-height: 16px; }
  #Seller .p4 {
    font-size: 63px;
    display: block;
    line-height: 69px;
    color: #fff; }
  #Seller .logos {
    width: 229px;
    margin-left: 0px;
    /* margin-top: 20px; */
    display: inline-block; }
  #Seller i {
    vertical-align: middle;
    top: -2px;
    position: relative; }
  #Seller a.btn {
    padding: 8px 19px 8px 11px;
    font-size: 19px;
    margin-right: 6px;
    margin-left: 6px;
    margin-top: 1px;
    position: relative;
    top: 17px; }

#MobileHeader {
  display: none;
  background-color: #4b853d;
  padding: 10px 0px; }
  #MobileHeader .logo .img1 {
    width: 25px;
    left: 20px; }
  #MobileHeader .ham {
    position: absolute;
    right: 20px;
    top: 20px;
    display: none; }
    #MobileHeader .ham i {
      color: #fff; }

/* print */
@media print {
  #Header,
  #Banner,
  footer,
  .printPage,
  .postlist {
    display: none; }
  .belowNav {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  #Banner.smaller .container h1 {
    font-size: 32px; } }

@media (max-width: 1023px) {
  .bannerBlast {
    display: none; }
  #Header {
    display: none; }
  #MobileHeader {
    display: block; }
  .mobile-blast {
    display: block; }
    .mobile-blast span {
      padding-left: 0px; } }

@media (max-width: 768px) {
  .mobile-blast {
    display: block; }
    .mobile-blast span {
      padding-left: 20px; }
  p.margb {
    margin-left: auto;
    margin-right: auto; }
  footer.footer {
    text-align: center !important; }
    footer.footer .text-right {
      text-align: center !important;
      padding-bottom: 20px; }
    footer.footer .flogo {
      display: inline-block; }
    footer.footer span {
      display: block; }
  #Seller {
    text-align: center !important; }
    #Seller .text-right {
      text-align: center !important;
      padding-bottom: 20px; }
    #Seller .p2,
    #Seller .p1 {
      display: block;
      text-align: center; }
    #Seller .logos {
      margin: 10px 0px; }
  #Header {
    display: none; }
  #MobileHeader {
    display: block; }
    #MobileHeader .ham {
      display: block;
      z-index: 9999; }
    #MobileHeader ul {
      position: fixed;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background-color: #4b853d;
      padding: 70px 0px;
      display: none; }
      #MobileHeader ul li {
        display: block;
        float: none; }
        #MobileHeader ul li a {
          color: #fff;
          display: block;
          text-align: center;
          font-size: 16px; }
    #MobileHeader.menu-open ul {
      display: block; }
  #Banner.smaller .container h1 {
    font-size: 23px;
    line-height: 33px;
    padding: 0px 20px;
    margin-top: -20px; }
  .postlist {
    display: none; }
  .form-row .label {
    padding: 5px .5rem;
    flex-basis: 100%;
    max-width: 100%; }
  .mobile-blast {
    display: block; } }
