/* Master Stylesheet */
/* Import Bootstrap's variables and mixins for use in our own Sass files. */
/* Import our custom Sass files. */
/* Variables */
/* Main Colors */
/* Social Media Colors */
/* Default Transitions */
/* Mixins */
/* Fonts */
/* Transitions */
/* Header */
.header-main {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 999; }
  .header-main .header-top {
    padding: 10px 0px;
    background: #28E614;
    color: #ffffff;
    position: relative; }
    .header-main .header-top:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 45%;
      left: 0;
      top: 0;
      transform: skew(0, 0);
      z-index: 1;
      background: #1c1b17; }
    .header-main .header-top:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 15%;
      left: 35%;
      top: 0;
      transform: skew(-25deg, 0);
      background: #1c1b17; }
    .header-main .header-top .content {
      position: relative;
      color: #ffffff;
      z-index: 2; }
  .header-main .navbar {
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    color: #151515;
    border-radius: 0px;
    border: none; }
    .header-main .navbar .navbar-header {
      position: relative;
      float: none;
      padding: 30px 0px 60px 0px;
      background: #1c1b17;
      color: #ffffff; }
      @media (min-width: 768px) {
        .header-main .navbar .navbar-header {
          padding: 30px 0px; } }
      .header-main .navbar .navbar-header .navbar-brand {
        margin: 0px 0px 20px 0px;
        padding: 0px;
        height: auto; }
        @media (min-width: 768px) {
          .header-main .navbar .navbar-header .navbar-brand img {
            margin: 15px 0px 0px 0px;
            max-width: 280px; } }
        @media (min-width: 992px) {
          .header-main .navbar .navbar-header .navbar-brand img {
            margin: 0px;
            max-width: 300px; } }
        @media (min-width: 1200px) {
          .header-main .navbar .navbar-header .navbar-brand img {
            max-width: 100%; } }
      .header-main .navbar .navbar-header .navbar-contact {
        display: none; }
        @media (min-width: 768px) {
          .header-main .navbar .navbar-header .navbar-contact {
            display: block;
            float: right; } }
        @media (min-width: 992px) {
          .header-main .navbar .navbar-header .navbar-contact {
            margin-top: 20px; } }
        .header-main .navbar .navbar-header .navbar-contact .phone,
        .header-main .navbar .navbar-header .navbar-contact .email {
          position: relative;
          display: inline-block;
          margin: 0px 0px 10px 0px; }
          @media (min-width: 768px) {
            .header-main .navbar .navbar-header .navbar-contact .phone,
            .header-main .navbar .navbar-header .navbar-contact .email {
              display: block;
              margin: 0px; } }
          @media (min-width: 992px) {
            .header-main .navbar .navbar-header .navbar-contact .phone,
            .header-main .navbar .navbar-header .navbar-contact .email {
              display: inline-block;
              margin: 0px 0px 0px 40px; } }
          @media (min-width: 1200px) {
            .header-main .navbar .navbar-header .navbar-contact .phone,
            .header-main .navbar .navbar-header .navbar-contact .email {
              margin: 0px 0px 0px 60px; } }
          .header-main .navbar .navbar-header .navbar-contact .phone:before,
          .header-main .navbar .navbar-header .navbar-contact .email:before {
            font-family: 'Font Awesome\ 5 Free';
            font-weight: 900;
            position: absolute;
            top: 0;
            left: 0;
            color: #28E614;
            font-size: 17px;
            line-height: 1; }
            @media (min-width: 768px) {
              .header-main .navbar .navbar-header .navbar-contact .phone:before,
              .header-main .navbar .navbar-header .navbar-contact .email:before {
                color: #ffffff;
                font-size: 26px;
                line-height: inherit; } }
            @media (min-width: 992px) {
              .header-main .navbar .navbar-header .navbar-contact .phone:before,
              .header-main .navbar .navbar-header .navbar-contact .email:before {
                font-size: 35px; } }
            @media (min-width: 1200px) {
              .header-main .navbar .navbar-header .navbar-contact .phone:before,
              .header-main .navbar .navbar-header .navbar-contact .email:before {
                font-size: 38px; } }
          .header-main .navbar .navbar-header .navbar-contact .phone .title,
          .header-main .navbar .navbar-header .navbar-contact .email .title {
            display: none; }
            @media (min-width: 768px) {
              .header-main .navbar .navbar-header .navbar-contact .phone .title,
              .header-main .navbar .navbar-header .navbar-contact .email .title {
                display: block;
                color: #28E614;
                font-size: 16px;
                font-weight: 600;
                margin: 0px 0px 0px 45px; } }
            @media (min-width: 992px) {
              .header-main .navbar .navbar-header .navbar-contact .phone .title,
              .header-main .navbar .navbar-header .navbar-contact .email .title {
                margin: 0px 0px 5px 55px;
                font-size: 15px; } }
            @media (min-width: 1200px) {
              .header-main .navbar .navbar-header .navbar-contact .phone .title,
              .header-main .navbar .navbar-header .navbar-contact .email .title {
                font-size: 16px; } }
          .header-main .navbar .navbar-header .navbar-contact .phone .content,
          .header-main .navbar .navbar-header .navbar-contact .email .content {
            display: block;
            margin: 0px 0px 0px 25px;
            color: #ffffff;
            font-size: 14px; }
            @media (min-width: 768px) {
              .header-main .navbar .navbar-header .navbar-contact .phone .content,
              .header-main .navbar .navbar-header .navbar-contact .email .content {
                margin: 0px 0px 0px 45px;
                font-size: 16px; } }
            @media (min-width: 992px) {
              .header-main .navbar .navbar-header .navbar-contact .phone .content,
              .header-main .navbar .navbar-header .navbar-contact .email .content {
                margin: 0px 0px 0px 55px;
                font-size: 15px; } }
            @media (min-width: 1200px) {
              .header-main .navbar .navbar-header .navbar-contact .phone .content,
              .header-main .navbar .navbar-header .navbar-contact .email .content {
                font-size: 16px; } }
        .header-main .navbar .navbar-header .navbar-contact .phone {
          margin-top: 20px; }
          @media (min-width: 768px) {
            .header-main .navbar .navbar-header .navbar-contact .phone {
              margin-top: 0px;
              margin-bottom: 15px; } }
          @media (min-width: 992px) {
            .header-main .navbar .navbar-header .navbar-contact .phone {
              margin-bottom: 0px; } }
          .header-main .navbar .navbar-header .navbar-contact .phone:before {
            content: "\f879"; }
        .header-main .navbar .navbar-header .navbar-contact .email:before {
          content: "\f0e0";
          font-size: 18px; }
          @media (min-width: 768px) {
            .header-main .navbar .navbar-header .navbar-contact .email:before {
              font-size: 30px; } }
          @media (min-width: 992px) {
            .header-main .navbar .navbar-header .navbar-contact .email:before {
              font-size: 39px; } }
          @media (min-width: 1200px) {
            .header-main .navbar .navbar-header .navbar-contact .email:before {
              font-size: 42px; } }
        @media (min-width: 768px) {
          .header-main .navbar .navbar-header .navbar-contact .email .title {
            margin-left: 45px; } }
        @media (min-width: 992px) {
          .header-main .navbar .navbar-header .navbar-contact .email .title {
            margin-left: 60px; } }
        .header-main .navbar .navbar-header .navbar-contact .email .content {
          color: #ffffff;
          word-wrap: break-word; }
          @media (min-width: 768px) {
            .header-main .navbar .navbar-header .navbar-contact .email .content {
              margin-left: 45px; } }
          @media (min-width: 992px) {
            .header-main .navbar .navbar-header .navbar-contact .email .content {
              margin-left: 60px; } }
          .header-main .navbar .navbar-header .navbar-contact .email .content:hover, .header-main .navbar .navbar-header .navbar-contact .email .content:focus {
            color: #28E614; }
      .header-main .navbar .navbar-header .navbar-toggle {
        position: absolute;
        bottom: -60px;
        left: 0;
        display: block;
        width: 100%;
        height: 45px;
        margin: 10px 0px 0px 0px;
        padding: 10px;
        background: #25CC12;
        border-radius: 0px;
        text-align: center; }
        .header-main .navbar .navbar-header .navbar-toggle .inner {
          position: relative;
          display: inline-block;
          margin: 5px auto 0px auto; }
          .header-main .navbar .navbar-header .navbar-toggle .inner:before {
            position: absolute;
            top: 0;
            left: 0;
            line-height: 16px;
            content: "MENU"; }
          .header-main .navbar .navbar-header .navbar-toggle .inner .icon-bar {
            margin-left: 55px;
            background: #ffffff; }
    .header-main .navbar .navbar-collapse {
      margin: 20px 0px;
      padding: 0px;
      border: none; }
      @media (min-width: 768px) {
        .header-main .navbar .navbar-collapse {
          margin: 30px 0px; } }
      .header-main .navbar .navbar-collapse ul.nav {
        margin: 0px;
        padding: 0px; }
        .header-main .navbar .navbar-collapse ul.nav li {
          margin: 0px 10px; }
          .header-main .navbar .navbar-collapse ul.nav li a {
            color: #151515;
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
            border-bottom: 1px dashed #e1e1e1;
            text-align: center; }
            @media (min-width: 768px) {
              .header-main .navbar .navbar-collapse ul.nav li a {
                border: none;
                padding: 15px 10px;
                font-size: 14px;
                text-align: left; } }
            @media (min-width: 992px) {
              .header-main .navbar .navbar-collapse ul.nav li a {
                padding: 15px 10px;
                font-size: 15px; } }
            @media (min-width: 1200px) {
              .header-main .navbar .navbar-collapse ul.nav li a {
                padding: 15px 5px;
                font-size: 15px; } }
            @media (min-width: 1400px) {
              .header-main .navbar .navbar-collapse ul.nav li a {
                padding: 15px;
                font-size: 15px; } }
            .header-main .navbar .navbar-collapse ul.nav li a:after {
              font-family: 'Font Awesome\ 5 Free';
              font-weight: 900;
              content: "\f105";
              display: inline-block;
              margin-left: 7px; }
              @media (min-width: 768px) and (max-width: 991px) {
                .header-main .navbar .navbar-collapse ul.nav li a:after {
                  content: none; } }
          .header-main .navbar .navbar-collapse ul.nav li:first-child a {
            border-top: 1px dashed #e1e1e1; }
            @media (min-width: 768px) {
              .header-main .navbar .navbar-collapse ul.nav li:first-child a {
                border: none; } }
        .header-main .navbar .navbar-collapse ul.nav li.callback {
          margin-right: 0px; }
          .header-main .navbar .navbar-collapse ul.nav li.callback .btn {
            position: relative;
            padding-right: 58px;
            font-size: 15px; }
            @media (min-width: 992px) {
              .header-main .navbar .navbar-collapse ul.nav li.callback .btn {
                font-size: 14px; } }
            @media (min-width: 1200px) {
              .header-main .navbar .navbar-collapse ul.nav li.callback .btn {
                font-size: 15px; } }
            .header-main .navbar .navbar-collapse ul.nav li.callback .btn:after {
              position: absolute;
              top: 10px;
              right: 15px;
              display: block;
              width: 30px;
              height: 30px;
              display: inline-block;
              margin-left: 7px;
              padding-top: 5px;
              font-size: 17px;
              background: #ffffff;
              color: #28E614;
              border-radius: 15px;
              text-align: center;
              content: "\f095";
              font-family: 'Font Awesome\ 5 Free';
              font-weight: 900; }

/* Callback Button Fixed Bottom - xs, sm and md screen sizes */
.callback-fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 40px;
  background: #25CC12; }
  @media (min-width: 768px) {
    .callback-fixed-bottom {
      height: 60px; } }
  .callback-fixed-bottom .btn {
    display: block;
    width: 100%;
    padding: 10px 25px;
    text-align: center;
    font-size: 14px; }
    @media (min-width: 768px) {
      .callback-fixed-bottom .btn {
        padding: 15px 25px;
        font-size: 15px; } }
    .callback-fixed-bottom .btn:after {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin-left: 10px;
      padding-top: 3px;
      font-size: 13px;
      background: #ffffff;
      color: #28E614;
      border-radius: 15px;
      text-align: center;
      content: "\f095";
      font-family: 'Font Awesome\ 5 Free';
      font-weight: 900; }
      @media (min-width: 768px) {
        .callback-fixed-bottom .btn:after {
          width: 30px;
          height: 30px;
          padding-top: 5px;
          font-size: 17px; } }

/* Request a Callback Modal */
#request_a_callback .modal-dialog {
  margin: 10px 10px 60px 10px; }
  @media (min-width: 768px) {
    #request_a_callback .modal-dialog {
      margin: 30px auto; } }
  #request_a_callback .modal-dialog .modal-content {
    border-radius: 0px; }
    #request_a_callback .modal-dialog .modal-content .modal-header {
      padding: 15px; }
      @media (min-width: 768px) {
        #request_a_callback .modal-dialog .modal-content .modal-header {
          padding: 30px; } }
      #request_a_callback .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 18px; }
        @media (min-width: 768px) {
          #request_a_callback .modal-dialog .modal-content .modal-header .modal-title {
            font-size: 20px; } }
    #request_a_callback .modal-dialog .modal-content .modal-body {
      padding: 15px 15px 0px 15px; }
      @media (min-width: 768px) {
        #request_a_callback .modal-dialog .modal-content .modal-body {
          padding: 30px 30px 5px 30px; } }
      #request_a_callback .modal-dialog .modal-content .modal-body #callback_request_form_intro {
        font-size: 14px; }
        @media (min-width: 768px) {
          #request_a_callback .modal-dialog .modal-content .modal-body #callback_request_form_intro {
            font-size: 16px; } }
      #request_a_callback .modal-dialog .modal-content .modal-body #callback_request_form_alert {
        font-size: 14px; }
        @media (min-width: 768px) {
          #request_a_callback .modal-dialog .modal-content .modal-body #callback_request_form_alert {
            font-size: 16px; } }
    #request_a_callback .modal-dialog .modal-content .modal-footer {
      padding: 15px; }
      @media (min-width: 768px) {
        #request_a_callback .modal-dialog .modal-content .modal-footer {
          padding: 30px; } }
      #request_a_callback .modal-dialog .modal-content .modal-footer div {
        display: inline-block; }

/* Main */
body {
  color: #151515;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-family: 'Poppins', sans-serif; }

@media (min-width: 1400px) {
  .container {
    width: 1370px; } }

@media (min-width: 1500px) {
  .container {
    width: 1470px; } }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
  color: #151515;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong,
  .h1 strong,
  .h2 strong,
  .h3 strong,
  .h4 strong,
  .h5 strong,
  .h6 strong {
    letter-spacing: 3px;
    font-weight: 800; }

h1,
.h1 {
  margin: 0px 0px 30px 0px;
  font-size: 34px; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 38px; } }

h2,
.h2 {
  margin: 0px 0px 30px 0px;
  font-size: 28px; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 32px; } }

h3,
.h3 {
  font-size: 17px; }
  @media (min-width: 768px) {
    h3,
    .h3 {
      font-size: 19px; } }

h4,
.h4 {
  font-size: 15px; }
  @media (min-width: 768px) {
    h4,
    .h4 {
      font-size: 16px; } }

h5,
.h5 {
  font-size: 15px; }
  @media (min-width: 768px) {
    h5,
    .h5 {
      font-size: 16px; } }

h6,
.h6 {
  font-size: 15px; }
  @media (min-width: 768px) {
    h6,
    .h6 {
      font-size: 16px; } }

/* Paragraphs */
p {
  margin-bottom: 25px;
  color: #151515;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; }

p.lead {
  position: relative;
  margin-bottom: 25px;
  padding: 0px 0px 0px 15px;
  border-left: 8px solid #28E614;
  color: #151515;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif; }

/* Links */
a {
  color: #1c1b17;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease; }
  a:hover, a:focus {
    color: #28E614;
    text-decoration: none;
    outline: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease; }

/* Buttons */
.btn {
  padding: 13px 20px;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 20px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease; }
  @media (min-width: 768px) {
    .btn {
      padding: 15px 25px;
      font-size: 15px; } }
  .btn:hover, .btn:focus, .btn:active, .btn:active:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease; }

.btn-primary {
  background: #25CC12;
  color: #ffffff;
  border: 1px solid #25CC12; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
    background: #2CF216;
    color: #ffffff;
    border-color: #2CF216; }

.btn-secondary {
  background: #1c1b17;
  color: #ffffff;
  border: 1px solid #1c1b17; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus {
    background: #727272;
    color: #ffffff;
    border-color: #727272; }

.btn-white {
  background: #ffffff;
  color: #1c1b17;
  border: 1px solid #ffffff; }
  .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white:active:focus {
    background: #28E614;
    color: #ffffff;
    border-color: #28E614; }

.btn-arrow-right:after {
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  margin-left: 7px;
  content: "\f105"; }

.btn-arrow-down:after {
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  margin-left: 7px;
  content: "\f107"; }

/* HR */
hr {
  display: block;
  margin: 40px 0px;
  clear: both;
  border-color: #d1d1d1; }

/* Forms */
.form-control {
  height: auto;
  padding: 12px;
  border: 1px solid #d1d1d1;
  border-radius: 0px; }
  .form-control:hover, .form-control:focus {
    border-color: #d1d1d1;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; }

.form-group {
  margin-bottom: 25px; }
  .form-group label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .form-group label {
        font-size: 16px; } }

/* Contextual Backgrounds */
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
  padding: 15px; }

/* Contextual Form Controls */
.form-group.has-success .form-control {
  border-color: green !important; }

.form-group.has-success .help-block {
  color: green; }

.form-group.has-error .form-control {
  border-color: red !important; }

.form-group.has-error .help-block {
  color: red; }

/* Alertrs */
.alert {
  margin-bottom: 25px;
  padding: 15px 25px;
  border: none;
  border-radius: 0px; }

.alert-success {
  background: #25CC12;
  color: #ffffff; }

.alert-danger {
  background: firebrick;
  color: #ffffff; }

/* Hide Google reCAPTCHA button. */
.grecaptcha-badge {
  visibility: hidden; }

/* Content */
.page-header {
  margin-top: 60px;
  border-bottom: none; }
  @media (min-width: 992px) {
    .page-header {
      margin-top: 80px; } }
  .page-header h1 {
    margin-top: 0px; }

.page-content {
  margin-top: 60px; }
  @media (min-width: 992px) {
    .page-content {
      margin-top: 80px; } }
  .page-content ul li,
  .page-content ol li {
    margin-bottom: 20px;
    line-height: 1.6; }
  .page-content ul.ticked {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
    .page-content ul.ticked li {
      position: relative;
      margin-bottom: 25px;
      padding-left: 35px; }
      .page-content ul.ticked li:before {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "\f058";
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        width: 28px;
        height: 28px;
        font-size: 22px;
        line-height: 1.3;
        color: #25CC12; }
  @media (min-width: 768px) {
    .page-content .img-left {
      padding-right: 30px; } }
  @media (min-width: 768px) {
    .page-content .img-right {
      padding-left: 30px; } }
  .page-content .cta {
    margin: 60px 0px; }
    @media (min-width: 992px) {
      .page-content .cta {
        margin: 80px 0px; } }
    .page-content .cta p {
      max-width: 650px;
      display: block;
      margin: 0px auto;
      text-align: center;
      font-size: 18px;
      font-weight: 400; }
      @media (min-width: 768px) {
        .page-content .cta p {
          font-size: 20px; } }
      @media (min-width: 992px) {
        .page-content .cta p {
          font-size: 22px; } }
      .page-content .cta p .phone {
        font-weight: 600; }
      .page-content .cta p a {
        color: #151515;
        font-weight: 600;
        word-wrap: break-word; }
        .page-content .cta p a:hover, .page-content .cta p a:focus {
          color: #28E614; }

/* Homepage */
.homepage-jumbotron {
  position: relative;
  margin: 0px;
  padding: 0px;
  z-index: 1;
  overflow: hidden; }
  .homepage-jumbotron .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
    background-image: url(../img/homepage/jumbotron.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 2; }
    @media (min-width: 768px) {
      .homepage-jumbotron .image {
        left: 40%;
        width: 60%; } }
    @media (min-width: 992px) {
      .homepage-jumbotron .image {
        left: 30%;
        width: 70%; } }
  .homepage-jumbotron .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6); }
    @media (min-width: 768px) {
      .homepage-jumbotron .overlay {
        background: #28e614;
        background: -moz-linear-gradient(90deg, black 40%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(90deg, black 40%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(90deg, black 40%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#28e614", endColorstr="#28e614", GradientType=1); } }
    @media (min-width: 992px) {
      .homepage-jumbotron .overlay {
        background: #28e614;
        background: -moz-linear-gradient(90deg, black 30%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(90deg, black 30%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(90deg, black 30%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#28e614", endColorstr="#28e614", GradientType=1); } }
  .homepage-jumbotron .content {
    position: relative;
    z-index: 4;
    padding: 80px 0px;
    color: #ffffff; }
    @media (min-width: 768px) {
      .homepage-jumbotron .content {
        padding: 120px 0px; } }
    .homepage-jumbotron .content .sub-heading {
      display: block;
      margin: 0px;
      font-size: 17px;
      font-weight: bold;
      font-style: italic;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #ffffff; }
      @media (min-width: 768px) {
        .homepage-jumbotron .content .sub-heading {
          font-size: 20px; } }
    .homepage-jumbotron .content h1 {
      margin: 0px 0px 20px 0px;
      color: #28E614;
      font-size: 35px;
      font-weight: 700;
      font-style: italic;
      line-height: 1.1;
      max-width: 450px; }
      @media (min-width: 768px) {
        .homepage-jumbotron .content h1 {
          font-size: 45px; } }
    .homepage-jumbotron .content p {
      color: #ffffff;
      font-size: 19px;
      font-weight: 500;
      line-height: 1.4;
      text-transform: capitalize; }
      @media (min-width: 768px) {
        .homepage-jumbotron .content p {
          font-size: 22px; } }

.homepage-introduction {
  margin-top: -60px;
  padding-top: 60px; }
  @media (min-width: 992px) {
    .homepage-introduction {
      margin-top: -80px;
      padding-top: 80px; } }
  .homepage-introduction h2 {
    margin-top: 0px; }
    @media (min-width: 768px) {
      .homepage-introduction h2 {
        margin-top: 20px; } }
    @media (min-width: 992px) {
      .homepage-introduction h2 {
        margin-top: 20px; } }
    @media (min-width: 1200px) {
      .homepage-introduction h2 {
        margin-top: 80px; } }
  .homepage-introduction .experience {
    position: relative;
    display: grid; }
    @media (min-width: 768px) {
      .homepage-introduction .experience {
        margin-left: 30px; } }
    @media (min-width: 1200px) {
      .homepage-introduction .experience {
        margin-left: 80px; } }
    .homepage-introduction .experience img {
      position: relative;
      z-indeX: 1;
      width: 100%;
      height: auto; }
    .homepage-introduction .experience .overlay {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 200px;
      height: 150px;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 2;
      background: rgba(40, 230, 20, 0.95);
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      line-height: 1; }
      .homepage-introduction .experience .overlay .content .years {
        display: block;
        font-size: 60px;
        font-weight: 600; }
      .homepage-introduction .experience .overlay .content .text {
        display: block;
        margin-top: 5px;
        font-size: 15px;
        font-weight: 600; }

.homepage-services {
  margin: 80px 0px;
  padding: 0px;
  background: #ffffff;
  text-align: center; }
  .homepage-services h2 {
    margin-top: 0px; }
  .homepage-services ul {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left; }
    .homepage-services ul li {
      position: relative;
      margin-bottom: 30px;
      padding: 20px 30px 20px 73px;
      background: #ffffff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      line-height: 20px; }
      .homepage-services ul li:before {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "\f058";
        position: absolute;
        top: 20px;
        left: 28px;
        display: block;
        width: 28px;
        height: 28px;
        font-size: 28px;
        color: #25CC12; }

.homepage-testimonials {
  position: relative;
  margin: 0px 0px 80px 0px;
  padding: 80px 0px 60px 0px;
  background-image: url("../img/homepage/testimonials.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
  .homepage-testimonials .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1; }
  .homepage-testimonials .content {
    position: relative;
    z-index: 2;
    color: #ffffff; }
    .homepage-testimonials .content h2 {
      margin-top: 0px;
      color: #28E614; }
    .homepage-testimonials .content .carousel-testimonials .carousel-inner .item p.testimonial {
      max-width: 80%;
      position: relative;
      display: inline-block;
      margin: 15px auto 25px auto;
      color: #ffffff;
      font-style: italic;
      font-weight: 400; }
      .homepage-testimonials .content .carousel-testimonials .carousel-inner .item p.testimonial:before, .homepage-testimonials .content .carousel-testimonials .carousel-inner .item p.testimonial:after {
        position: absolute;
        display: block;
        width: 55px;
        height: 40px;
        color: #ffffff;
        font-size: 40px;
        text-align: center;
        line-height: 1;
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900; }
        @media (min-width: 768px) {
          .homepage-testimonials .content .carousel-testimonials .carousel-inner .item p.testimonial:before, .homepage-testimonials .content .carousel-testimonials .carousel-inner .item p.testimonial:after {
            font-size: 35px; } }
        @media (min-width: 992px) {
          .homepage-testimonials .content .carousel-testimonials .carousel-inner .item p.testimonial:before, .homepage-testimonials .content .carousel-testimonials .carousel-inner .item p.testimonial:after {
            font-size: 40px; } }
      .homepage-testimonials .content .carousel-testimonials .carousel-inner .item p.testimonial:before {
        top: 0;
        left: -85px; }
        @media (min-width: 768px) {
          .homepage-testimonials .content .carousel-testimonials .carousel-inner .item p.testimonial:before {
            left: -60px;
            content: "\f10d"; } }
        @media (min-width: 992px) {
          .homepage-testimonials .content .carousel-testimonials .carousel-inner .item p.testimonial:before {
            left: -85px; } }
      .homepage-testimonials .content .carousel-testimonials .carousel-inner .item p.testimonial:after {
        bottom: 0;
        right: -85px; }
        @media (min-width: 768px) {
          .homepage-testimonials .content .carousel-testimonials .carousel-inner .item p.testimonial:after {
            right: -60px;
            content: "\f10e"; } }
        @media (min-width: 992px) {
          .homepage-testimonials .content .carousel-testimonials .carousel-inner .item p.testimonial:after {
            right: -85px; } }
    .homepage-testimonials .content .carousel-testimonials .carousel-inner .item p.company {
      color: #ffffff;
      font-weight: 600; }
    .homepage-testimonials .content .carousel-testimonials .carousel-indicators {
      position: relative;
      margin-top: 40px;
      margin-bottom: 0px; }
      .homepage-testimonials .content .carousel-testimonials .carousel-indicators li {
        margin: 0px 3px;
        width: 13px;
        height: 13px;
        border-radius: 10px;
        border-color: #28E614; }
      .homepage-testimonials .content .carousel-testimonials .carousel-indicators li.active {
        background: #28E614;
        border-color: #28E614;
        width: 13px;
        height: 13px; }

/* Services */
.services-health-safety {
  position: relative;
  margin-top: 35px;
  background: #f1f1f1; }
  @media (min-width: 992px) {
    .services-health-safety {
      margin-top: 55px; } }
  .services-health-safety h2 {
    margin-top: 0px; }
  .services-health-safety .content {
    padding: 60px 30px 35px 30px; }
    @media (min-width: 992px) {
      .services-health-safety .content {
        padding: 50px; } }
    @media (min-width: 1200px) {
      .services-health-safety .content {
        padding: 80px; } }
  .services-health-safety .image img {
    display: block;
    max-width: 100%;
    height: auto; }
  @media (min-width: 992px) {
    .services-health-safety .image {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: calc(50%);
      height: 100%;
      overflow: hidden; }
      .services-health-safety .image img {
        display: block;
        max-width: none;
        height: auto;
        object-fit: cover; } }

/* Our Work */
.our-work-items .item {
  position: relative;
  margin: 25px 0px 60px 0px;
  background: #f1f1f1;
  border: 1px solid #e1e1e1; }
  @media (min-width: 768px) {
    .our-work-items .item {
      min-height: 600px; } }
  @media (min-width: 1200px) {
    .our-work-items .item {
      min-height: 700px; } }
  .our-work-items .item:last-child {
    margin-bottom: 0px; }
  .our-work-items .item .image {
    display: block;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 768px) {
      .our-work-items .item .image {
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%; } }
  .our-work-items .item .content {
    position: relative;
    padding: 30px 30px 5px 30px; }
    @media (min-width: 768px) {
      .our-work-items .item .content {
        padding: 60px 60px 35px 60px; } }
    .our-work-items .item .content h2 {
      margin-top: 0px; }

@media (min-width: 768px) {
  .our-work-items .item-content-right .image {
    left: 0; } }

@media (min-width: 768px) {
  .our-work-items .item-content-right .content {
    margin-left: 50%; } }

@media (min-width: 768px) {
  .our-work-items .item-content-left .image {
    right: 0; } }

@media (min-width: 768px) {
  .our-work-items .item-content-left .content {
    margin-right: 50%; } }

/* Gallery */
.project-gallery {
  margin: 40px 30px 0px 30px;
  padding: 0px 15px;
  position: relative; }
  .project-gallery .slick-list {
    max-width: 1200px;
    margin: 0px auto; }
    .project-gallery .slick-list .slick-track .slick-slide {
      display: block; }
      .project-gallery .slick-list .slick-track .slick-slide img {
        width: 100%;
        height: auto;
        margin: 0px auto; }
        @media (min-width: 768px) {
          .project-gallery .slick-list .slick-track .slick-slide img {
            width: auto;
            height: 500px; } }
        @media (min-width: 992px) {
          .project-gallery .slick-list .slick-track .slick-slide img {
            height: 600px; } }
  .project-gallery .slick-arrow:before {
    color: #151515;
    font-size: 30px; }
  .project-gallery .slick-arrow.slick-prev {
    left: -35px; }
  .project-gallery .slick-dots {
    position: absolute;
    bottom: -65px; }
    .project-gallery .slick-dots li button {
      width: 30px;
      height: 30px; }
      .project-gallery .slick-dots li button:before {
        font-size: 12px; }

/* Contact */
.contact-blocks {
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 1200px) {
    .contact-blocks {
      display: flex; } }
  .contact-blocks .col-xs-12 {
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px; }
  .contact-blocks .block {
    padding: 20px 15px;
    background: #f1f1f1;
    border: 1px solid #e1e1e1; }
    @media (min-width: 1200px) {
      .contact-blocks .block {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center; } }
    .contact-blocks .block .inner {
      width: 100%;
      text-align: center; }
      .contact-blocks .block .inner:before {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0px auto 15px auto;
        background: #25CC12;
        color: #ffffff;
        border-radius: 20px;
        font-size: 20px;
        line-height: 1;
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900; }
  .contact-blocks .block-phone .inner:before {
    padding: 11px 0px 0px 0px;
    content: "\f879"; }
  .contact-blocks .block-email .inner {
    word-wrap: break-word; }
    .contact-blocks .block-email .inner:before {
      padding: 10px 0px 0px 0px;
      content: "\f0e0"; }
  .contact-blocks .block-address .inner:before {
    padding: 10px 0px 0px 0px;
    content: "\f1ad"; }

.contact-form-container {
  margin-bottom: 45px; }
  .contact-form-container h2 {
    margin-top: 30px; }
    @media (min-width: 992px) {
      .contact-form-container h2 {
        margin-top: 50px; } }
  .contact-form-container #contact_form {
    margin-bottom: 25px;
    padding: 25px 15px 0px 15px;
    background: #f1f1f1;
    border: 1px solid #e1e1e1; }
    @media (min-width: 768px) {
      .contact-form-container #contact_form {
        padding: 40px 40px 15px 40px; } }
    .contact-form-container #contact_form #contact_submit_button {
      margin-bottom: 25px; }
      .contact-form-container #contact_form #contact_submit_button .fa-spinner {
        margin-right: 3px; }
  .contact-form-container #contact_form_alert {
    margin-bottom: 25px; }

/* Footer */
.footer-main {
  margin-top: 35px;
  padding: 60px 0px 20px 0px;
  background: #1c1b17;
  color: #ffffff;
  font-size: 14px;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-main {
      font-size: 15px;
      text-align: left; } }
  @media (max-width: 767px) {
    .footer-main {
      margin-bottom: 40px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer-main {
      margin-bottom: 60px; } }
  .footer-main .logo {
    max-width: 250px;
    margin: 0px auto 45px auto; }
    @media (min-width: 768px) {
      .footer-main .logo {
        margin: 0px 0px 45px 0px; } }
    .footer-main .logo a {
      display: block; }
  .footer-main h2 {
    margin-top: 0px;
    color: #ffffff;
    font-size: 20px; }
  .footer-main .quick-links {
    margin-bottom: 30px; }
    .footer-main .quick-links ul {
      margin: 0px 0px 20px 0px;
      padding: 0px;
      list-style-type: none; }
      .footer-main .quick-links ul li {
        display: block;
        margin-right: 15px;
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          .footer-main .quick-links ul li {
            display: inline-block; } }
        .footer-main .quick-links ul li a {
          color: #aaaaaa; }
          .footer-main .quick-links ul li a:hover, .footer-main .quick-links ul li a:focus {
            color: #28E614; }
  .footer-main .get-in-touch {
    margin-bottom: 10px; }
    .footer-main .get-in-touch .phone,
    .footer-main .get-in-touch .email,
    .footer-main .get-in-touch .address {
      position: relative;
      display: block;
      margin-bottom: 20px;
      color: #aaaaaa; }
      @media (min-width: 768px) {
        .footer-main .get-in-touch .phone,
        .footer-main .get-in-touch .email,
        .footer-main .get-in-touch .address {
          padding-left: 30px; } }
      .footer-main .get-in-touch .phone:before,
      .footer-main .get-in-touch .email:before,
      .footer-main .get-in-touch .address:before {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        display: block;
        color: #28E614;
        font-size: 20px; }
        @media (min-width: 768px) {
          .footer-main .get-in-touch .phone:before,
          .footer-main .get-in-touch .email:before,
          .footer-main .get-in-touch .address:before {
            position: absolute;
            top: -2px;
            left: 0;
            display: block;
            width: 20px;
            height: 20px; } }
    .footer-main .get-in-touch .phone:before {
      content: "\f879"; }
    .footer-main .get-in-touch .email {
      word-wrap: break-word; }
      .footer-main .get-in-touch .email:before {
        content: "\f0e0"; }
      .footer-main .get-in-touch .email a {
        color: #aaaaaa; }
        .footer-main .get-in-touch .email a:hover, .footer-main .get-in-touch .email a:focus {
          color: #28E614; }
    .footer-main .get-in-touch .address:before {
      content: "\f1ad"; }
  .footer-main hr {
    margin: 30px 0px;
    border-color: #333333; }
  .footer-main p.legal {
    margin-bottom: 10px;
    color: #aaaaaa;
    font-size: 13px; }
    @media (min-width: 992px) {
      .footer-main p.legal {
        text-align: center; } }
    .footer-main p.legal .separator {
      display: inline-block;
      margin: 0px 10px; }
    .footer-main p.legal a {
      color: #aaaaaa;
      text-decoration: underline; }
      .footer-main p.legal a:hover, .footer-main p.legal a:focus {
        color: #28E614; }

/*# sourceMappingURL=frontend.min.css.map */