html {
  scroll-behavior: smooth; }

section#page-content.services-page p {
  font-size: 1.25em; }

section#page-content.services-page h1 {
  text-align: center;
  font-size: 2.2em;
  text-transform: uppercase;
  font-family: "league_spartanbold"; }
  section#page-content.services-page h1:after {
    width: 70px;
    height: 8px;
    background: #85bd3c;
    display: block;
    content: "";
    margin: 20px auto; }

section#page-content.services-page h3 {
  font-size: 1.315em;
  font-weight: bold; }

section#page-content.services-page .button {
  text-transform: uppercase; }

section#page-content.services-page .full-width-image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 370px; }

section#page-content.services-page .container {
  padding: 80px 0;
  line-height: 30px;
  max-width: 863px;
  width: 80%; }
  section#page-content.services-page .container.title-container {
    padding: 0; }
  section#page-content.services-page .container.no-padding-bottom {
    padding-bottom: 0px; }
  section#page-content.services-page .container.no-padding-top {
    padding-top: 0px; }
  section#page-content.services-page .container p:last-child {
    margin-bottom: unset; }

section#page-content.services-page .slanted-grey-bg {
  -webkit-clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0% 100%);
          clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0% 100%);
  background-color: #e5e5e5; }

section#page-content.services-page .primary-color-bg {
  background: #85bd3c;
  background: linear-gradient(232.37deg, #a5e156 0%, #85bd3c 100%);
  color: white; }
  section#page-content.services-page .primary-color-bg .container.center .title h2::after {
    content: "";
    margin: 20px auto !important;
    background: white; }
  section#page-content.services-page .primary-color-bg a:not(.button) {
    text-decoration: underline;
    color: white;
    transition: 0.5s; }
    section#page-content.services-page .primary-color-bg a:not(.button):hover {
      color: black; }
  section#page-content.services-page .primary-color-bg .owl-dots {
    margin-top: 20px; }
  section#page-content.services-page .primary-color-bg .owl-stage {
    height: 150px; }
    section#page-content.services-page .primary-color-bg .owl-stage .owl-item {
      background: #fff;
      padding: 5px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }

section#page-content.services-page .owl-dots {
  display: flex;
  justify-content: center; }

section#page-content.services-page .container.center .title h2 {
  text-align: center !important;
  margin-bottom: 20px; }
  section#page-content.services-page .container.center .title h2::after {
    content: "";
    margin: 20px auto; }

section#page-content.services-page .service-button-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px; }
  section#page-content.services-page .service-button-container .button {
    font-size: 23px;
    font-weight: bold;
    margin: 10px;
    transition: 0.5s; }

section#page-content.services-page .after-feature-content {
  margin-top: 10px; }

section#page-content.services-page .service-button-container {
  text-align: center; }

section#page-content.services-page .button.button-white {
  background-color: white;
  color: #85bd3c;
  padding: 10px 30px; }

section#page-content.services-page .service-feature-icon {
  width: 62px;
  height: 62px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px; }

section#page-content.services-page .service-feature {
  display: flex; }

section#page-content.services-page .service-feature-list .service-feature {
  margin: 10px 0; }

section#page-content.services-page .service-feature-list .bullet-point {
  position: relative; }
  section#page-content.services-page .service-feature-list .bullet-point::before {
    content: "";
    height: 10px;
    width: 10px;
    background: #85bd3c;
    border-radius: 50%;
    position: absolute;
    top: 4px; }
  section#page-content.services-page .service-feature-list .bullet-point + .service-feature-text {
    text-indent: 15px; }

section#page-content.services-page .service-feature-list .service-feature-title {
  font-size: 1.1em; }

section#page-content.services-page .service-feature-list .service-feature-text p {
  margin: 0;
  font-size: 1em; }

section#page-content.services-page .service-feature-title {
  font-weight: bold;
  font-family: "open_sansbold";
  text-transform: Uppercase; }

section#page-content.services-page .service-feature-title.primary-color {
  color: #85bd3c; }

section#page-content.services-page .service-feature-list.columns {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  justify-content: space-between; }
  section#page-content.services-page .service-feature-list.columns .service-feature.columns {
    min-width: 250px;
    margin: 10px; }

section#page-content.services-page .service-feature-list.columns .service-feature.columns.columns-2 {
  max-width: 45%;
  flex: 1 1 50%; }

section#page-content.services-page .service-feature-list.columns .service-feature.columns.columns-3 {
  flex-basis: 33.33%; }

section#page-content.services-page .service-feature-list.columns .service-feature.columns.columns-4 {
  flex-basis: 25%; }

.widgets_wrapper {
  margin: 0 auto; }

#back-top-top {
  right: unset !important;
  bottom: 16px !important;
  left: 20px !important; }

.footer-fixed {
  padding: 17px 0;
  position: fixed;
  z-index: 10;
  bottom: -78px;
  overflow-y: hidden;
  background: white;
  height: 78px;
  left: 0;
  right: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: 0.5s; }
  .footer-fixed.show-footer {
    bottom: 0; }
  .footer-fixed .container {
    padding: unset !important; }
    .footer-fixed .container .footer-fixed-content {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .footer-fixed .container .footer-fixed-content.center {
        justify-content: center; }
      .footer-fixed .container .footer-fixed-content p {
        margin-bottom: 0;
        text-transform: uppercase;
        font-family: "open_sansbold"; }

.footer-fixed-links {
  display: flex;
  min-width: 477px;
  justify-content: flex-end; }

.footer-fixed-links a {
  margin-left: 10px;
  font-family: "open_sansbold"; }

@media (max-width: 1000px) {
  .footer-fixed .container .footer-fixed-content {
    justify-content: center; }
    .footer-fixed .container .footer-fixed-content p {
      display: none; }
    .footer-fixed .container .footer-fixed-content .footer-fixed-links {
      min-width: unset;
      justify-content: center; } }

@media (max-width: 660px) {
  section#page-content.services-page
.service-feature-list.columns
.service-feature.columns {
    max-width: 100% !important; } }

@media (max-width: 600px) {
  .footer-fixed-content a:last-child {
    display: none; }
  .button-white {
    display: inline-block;
    width: 100%;
    text-align: center; } }

#chat-shift {
  bottom: 0px;
  transition: bottom 0.5s; }

#tawkchat-container {
  z-index: 20; }

#header .navbar {
  z-index: 15; }


/*# sourceMappingURL=style.css.map*/
