p {
  font-size: 15px;
  color: #000;
}

.text-primary {
  color: #29166f !important;
}

.bg--grey {
  background: #f9f9f9;
}

.relative {
  position: relative;
}

.overflow-allow {
  overflow: visible;
}

.nav-container #menu1 {
  background: rgba(0, 0, 0, 0.4) !important;
}

.bar .logo {
  width: auto;
  height: 120%;
  max-height: 120%;
  position: relative;
  top: 0px;
}

.bar__module .menu-horizontal li a, .bar__module .menu-horizontal li span {
  opacity: 1;
  font-size: 15px !important;
  font-weight: normal;
}

.menu-current {
  padding-left: 10px;
  padding-right: 10px;
  border: 3px solid #f8c301;
  border-width: 0 0 3px 0;
}

.home-digger {
  position: absolute;
  bottom: -200px;
  left: auto;
  right: -200px;
  top: auto;
  display: block;
  width: 700px;
  height: auto;
}

.home-digger-bg {
  right: -220px;
  bottom: -240px;
}

.home-cover {
  height: 700px;
}

.other-cover {
  height: 400px;
}

.home-top-text {
  padding-top: 60px;
}

.home-top-text h1 {
  font-size: 50px;
  line-height: 60px;
}

h1, h2, h3, h4, h5 {
  font-family: "Bebas Neue", cursive !important;
}

h5 {
  font-size: 25px;
}

.feature-box h5 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
}

.feature-box p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.3em;
  color: #fff !important;
  font-weight: 300;
}

.feature-box i {
  background: rgba(255, 255, 255, 0.5);
  background: #29166f;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  padding-top: 27px;
  border: 5px solid #f8c301;
}

.btn {
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
}

.btn--secondary {
  border: 3px solid #29166f !important;
  border-width: 0 0 5px 0 !important;
}

.btn--secondary .btn__text {
  color: #333 !important;
  font-weight: 700;
  font-family: arial;
}

.btn--secondary:hover {
  background: #f8bb01;
  border: 3px solid #29166f !important;
  border-width: 0 0 5px 0 !important;
}

.btn-large {
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 60px;
}

.btn-small {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}

.bg--secondary p {
  color: #fff;
}

.bg-diagonal-dark {
  background-image: url(../img/bg-diag-dark.png);
  background-repeat: repeat;
}

.bg-diagonal-light {
  background-image: url(../img/bg-diag-light.png);
  background-repeat: repeat;
}

.tonbrie-footer {
  padding-top: 150px !important;
}

.tonbrie-footer ul:not(.list-inline):not(.slides) > li {
  line-height: 25px !important;
  margin-bottom: 10px;
}

.footer-services {
  padding-left: 80px;
}

.boxed-over-yellow {
  background: #f8c301 !important;
  position: relative;
  overflow: visible !important;
  z-index: 1;
  transform-style: preserve-3d;
  border-radius: 0px;
}

.boxed-over-yellow::after, .boxed-over-yellow::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background: #000;
  z-index: -1;
  transform: translateZ(-1px);
  opacity: 0.3;
  border-radius: 0;
}

.boxed-over-yellow::after {
  bottom: -5px;
  left: -5px;
}

.boxed-over-yellow::before {
  right: -5px;
  top: -5px;
}

.boxed-over-yellow::hover > .boxed-over-yellow::before {
  opacity: 1;
}

.split-border {
  position: relative;
  overflow: visible !important;
  z-index: 1;
  transform-style: preserve-3d;
  border-radius: 0px;
}

.split-border::after, .split-border::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background: #000;
  z-index: -1;
  transform: translateZ(-1px);
  opacity: 0.3;
  border-radius: 0;
}

.split-border::after {
  bottom: -5px;
  left: -5px;
}

.split-border::before {
  right: -5px;
  top: -5px;
}

.split-border::hover > .split-border::before {
  opacity: 1;
}

.underline {
  position: relative;
  z-index: 1;
}

.underline::after {
  content: "";
  width: 50%;
  height: 10px;
  background: #fff;
  position: absolute;
  bottom: 8px;
  right: -10px;
  z-index: -1;
}

img.accreditation {
  height: 40px !important;
  max-height: 40px !important;
  width: auto;
  display: block;
  max-width: auto;
  margin-top: 25px;
}

.home-service-list {
  font-size: 18px;
}

.home-service-list li {
  margin-bottom: 5px;
}

.home-service-list li i {
  font-size: 22px;
  font-weight: bold;
}

.arrow {
  border: solid #29166f;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
}

.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.split-border {
  position: relative;
  overflow: visible !important;
  z-index: 1;
  transform-style: preserve-3d;
  border-radius: 0px;
}

.split-border::after, .split-border::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background: #000;
  z-index: -1;
  transform: translateZ(-1px);
  opacity: 0.6;
  border-radius: 0;
}

.split-border::after {
  bottom: -5px;
  left: -5px;
}

.split-border::before {
  right: -5px;
  top: -5px;
}

.split-border::hover > .split-border::before {
  opacity: 1;
}

.split-border-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: #fff;
}

.other-page-headline {
  text-align: center;
}

.other-page-headline h1 {
  display: inline-block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: rgba(0, 0, 0, 0.3);
  padding: 3px 15px 0 15px !important;
  color: #fff !important;
  margin-top: 100px;
  position: relative;
  z-index: 1;
  font-size: 60px;
}

.other-page-headline h1::after {
  content: "";
  width: 80%;
  height: 10px;
  background: #f8c301;
  position: absolute;
  bottom: 15px;
  right: 5px;
  z-index: -1;
}

.text-block p {
  color: #000 !important;
}

.text-flow img {
  float: left;
  display: inline-block;
  padding: 0 15px 15px 0;
}

.fleet p {
  padding: 50px 0 50px 0;
  border: 1px solid #f8c301;
  border-width: 0 0 3px 0;
  margin-right: 50px;
}

/* projects */
.projects {
  padding-top: 50px;
}

.projects img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.projects h4 {
  font-size: 25px;
  margin-bottom: 0px;
  line-height: 40px;
}

.projects p {
  margin: 0 0 40px 0;
}

/* services */
.services {
  padding-top: 50px;
}
.services a {
  font-weight: normal;
}
.services h4 {
  font-size: 25px;
  margin-bottom: 0px;
  line-height: 40px;
}
.services p {
  margin: 0 0 40px 0;
  color: #000;
}
.services .boxed {
  margin: 30px;
}

.bar.bar--sm {
  background: #f8c301;
}
.bar.bar--sm img {
  width: 150px;
  height: auto;
  padding-top: 5px;
}
.bar.bar--sm .hamburger-toggle {
  padding-top: 3px;
  display: inline-block;
}

@media all and (min-width: 450px) {
  .bar.bar--sm img {
    width: 200px;
    height: auto;
    padding-top: 3px;
  }
  .bar.bar--sm .hamburger-toggle {
    padding-top: 5px;
    display: inline-block;
  }
}
@media all and (min-width: 991px) {
  .tonbrie-footer {
    position: fixed !important;
    z-index: -1;
    bottom: 0;
    width: 100%;
  }

  .main-container {
    margin-bottom: 580px;
  }
}
@media all and (max-width: 990px) {
  .nav-container #menu1 {
    background: #111 !important;
  }
  .nav-container #menu1 ul li a {
    color: #fff;
  }
  .nav-container .bar__module.hide-it {
    display: none;
  }
  .nav-container #menu1 ul li {
    display: block;
    margin-bottom: 25px;
  }
  .nav-container #menu1 ul li.menu-current {
    padding-left: 12px;
    padding-right: 0px;
    border: none;
    position: relative;
    z-index: 1;
  }
  .nav-container #menu1 ul li.menu-current::after {
    content: "";
    width: 50px;
    height: 6px;
    background: #f8c301;
    position: absolute;
    bottom: 4px;
    left: 8px;
    z-index: -1;
  }

  .display-change {
    display: block;
  }

  .home-intro h2 {
    font-size: 40px;
  }
  .home-intro .feature-box i {
    float: left;
    margin-right: 20px;
  }
  .home-intro .feature__body {
    display: inline-block;
    width: 80%;
  }
  .home-intro .feature__body h5 {
    font-size: 35px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 40px;
  }
  .home-intro .feature__body p {
    margin-top: 0;
  }

  .pt-sm {
    margin-top: 50px;
  }
}
@media all and (max-width: 768px) {
  .nav-container #menu1 ul {
    margin-left: 20px;
    margin-top: 30px;
  }
  .nav-container #menu1 ul li.menu-current {
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    position: relative;
    z-index: 1;
  }
  .nav-container #menu1 ul li.menu-current::after {
    left: -3px;
  }

  .home-cover {
    height: 400px;
  }

  .home-top-text {
    padding-top: 0;
  }

  .btn-small-sm {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
  }

  .tonbrie-footer {
    padding-top: 50px !important;
  }
  .tonbrie-footer .foot-logo {
    display: none;
  }
  .tonbrie-footer .footer-accrediations {
    text-align: center;
    width: 100%;
    padding: 0 0 40px 0;
    margin: 0;
  }
  .tonbrie-footer .footer-accrediations li {
    display: inline-block;
    text-align: center;
    width: 45%;
  }
  .tonbrie-footer .footer-accrediations li img {
    display: inline-block;
    height: auto;
  }
  .tonbrie-footer .foot-col {
    padding-top: 40px;
  }
  .tonbrie-footer .footer-services {
    padding-left: 10px;
  }

  .other-page-headline h1 {
    font-size: 45px;
  }
}
.break {
  display: none;
}

@media all and (max-width: 575px) {
  .tonbrie-footer {
    text-align: center;
  }
  .tonbrie-footer h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .tonbrie-footer .footer-codefire {
    text-align: center !important;
    padding-top: 20px;
    font-size: 14px;
  }
  .tonbrie-footer .break {
    display: block;
  }

  .home-intro h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .home-intro .feature-box i {
    float: left;
    margin-right: 20px;
  }
  .home-intro .feature__body {
    display: block;
    width: 100%;
  }
  .home-intro .feature__body h5 {
    font-size: 28px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .home-intro .feature__body p {
    margin-top: 0;
  }

  .pt-sm {
    margin-top: 80px !important;
  }

  .home-cover h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .logo-block {
    text-align: center;
  }
  .logo-block img {
    width: 130px;
  }
}
@media all and (max-width: 1200px) {
  .feature-box h5 {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
  }

  .feature-box p {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.3em;
    color: #fff !important;
    font-weight: 300;
  }

  .feature-box i {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    padding-top: 18px;
    font-size: 30px;
  }
}
.imagebg, .background-image-holder {
  background-color: #000 !important;
}

.circle-blue {
  background: #29166f;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}

.footer-services ul li {
  margin: 0 !important;
  padding: 0;
}

ul.tonbrie-list li {
  color: #000;
  font-size: 15px;
  text-indent: 45px;
  margin: 5px 0;
  position: relative;
}

ul.tonbrie-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 20px;
  top: 5px;
  background: #f8c301;
  z-index: 100;
}

ul.tonbrie-list li::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 22px;
  top: 7px;
  background: #29166f;
  z-index: 90;
}

.cookie-notice {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999999;
  top: 0;
  left: 0;
  display: none;
  padding: 0 20px;
}

.cookie-notice .cookie-container {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px black;
  -moz-box-shadow: 0px 0px 20px 0px black;
  box-shadow: 0px 0px 20px 0px black;
  text-align: center;
  padding: 50px 15px;
  width: 100%;
  margin-top: 30%;
  color: #000;
  font-family: "Open Sans", sans-serif;
}

.cookie-notice .cookie-container p:first-child {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.cookie-notice .cookie-container p:last-child {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.cookie-notice .cookie-container .cookie-button-agree {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 20px;
  background: #f8c301;
  color: #000;
  border: 2px solid #000;
  cursor: pointer;
}

.site-announcement {
  background: #29166f;
  margin: 0;
}

.site-announcement .container {
  padding: 10px 15px;
}

.site-announcement .container p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  text-align: center;
}

.site-announcement .container p a {
  display: inline-block;
  margin-left: 15px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  padding: 0 10px;
}

.site-announcement .container p i {
  display: inline-block;
  cursor: pointer;
  float: right;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  padding: 0;
  line-height: 18px !important;
}

.site-announcement .container p i:hover {
  background: #fff;
  color: #000;
}

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