@font-face {
  font-family: Eurostar;
  src: url('../fonts/eurostar.ttf') format("truetype"), url('../fonts/eurostar.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Eurostar;
  src: url('../fonts/eurostarblack.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Eurostarextend;
  src: url('../fonts/eurostarregularextended.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Eurostarextend;
  src: url('../fonts/eurostarblackextended.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --679ed4: #679ed4;
  --dark-slate-grey: #3b3e40;
  --black: #232527;
  --gold: #ffc527;
  --white: white;
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #212121;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #919191;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

a {
  color: var(--679ed4);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 26px;
  line-height: 36px;
}

.navigation {
  background-color: #fff;
  width: 100%;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000001a;
}

.brand-logo {
  width: 100%;
  margin-top: 13px;
}

.brand-logo.second-logo {
  width: auto;
  margin-top: 30px;
  display: inline-block;
}

.navigation-menu {
  float: none;
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 80px;
  display: inline-block;
  position: relative;
}

.navigation-menu.dark {
  background-color: #f5f5f5;
  height: 70px;
}

.nav-link {
  color: #9b9b9b;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 80px;
  padding-top: 35px;
  padding-bottom: 25px;
  font-family: Eurostar, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .4s;
}

.nav-link:hover {
  box-shadow: inset 0 -3px 0 0 var(--679ed4);
  color: var(--679ed4);
}

.nav-link.w--current {
  box-shadow: inset 0 -3px 0 0 var(--679ed4);
  color: var(--679ed4);
  font-size: 14px;
}

.nav-link.sticky {
  height: 70px;
  padding-top: 28px;
  padding-bottom: 15px;
}

.nav-link.sticky.gallery-hidden, .nav-link.gallery-n-news {
  display: none;
}

.triangle-navigation {
  border-top: 80px solid #fff;
  border-left: 70px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -70px;
}

.triangle-navigation.left {
  border-top-width: 80px;
  border-top-color: #fff;
  border-left-style: none;
  border-right: 70px solid #0000;
  top: 0;
  left: auto;
  right: -70px;
}

.triangle-navigation.left.dark {
  border-top-width: 70px;
}

.triangle-navigation.left.bottom.clent {
  border-bottom-width: 100px;
  border-right-width: 190px;
  border-bottom-color: var(--679ed4);
  right: -189px;
}

.triangle-navigation.dark {
  border-top-width: 70px;
  border-top-color: #f5f5f5;
}

.triangle-navigation.bottom {
  border-top-style: none;
  border-top-width: 0;
  border-bottom: 80px solid #3d3d3d;
}

.triangle-navigation.bottom.client-arrow {
  border-bottom-width: 100px;
  border-bottom-color: var(--679ed4);
  border-left-width: 190px;
  left: -189px;
}

.quote-button {
  background-color: var(--679ed4);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 19px;
  margin-bottom: 19px;
  margin-left: 20px;
  padding: 15px 20px 11px;
  font-size: 12px;
  font-weight: 500;
  transition: background-color .4s;
}

.quote-button:hover {
  background-color: #212121;
}

.quote-button.w--current {
  font-family: Eurostar, sans-serif;
  font-size: 13px;
}

.quote-button.without-padding {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 11px;
  font-family: Eurostar, sans-serif;
}

.quote-button.without-padding.w--current {
  font-size: 12px;
  font-weight: 400;
}

.quote-button.in-sticky {
  margin-top: 12px;
}

.logo-wrapper {
  background-color: var(--dark-slate-grey);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner {
  background-color: #1d1d1d;
  height: 49vw;
  padding-top: 179px;
}

.section {
  background-color: #fafafa;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.gray {
  background-color: #fafafa;
}

.section.gray.background-1 {
  background-image: url('../images/noun_spanner_2071834.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.gray.background-1.about-image-hidden, .section.gray.team-hidden {
  display: none;
}

.section.background-2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.quote-background {
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--679ed4), var(--679ed4)), url('../images/lifting.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 0 0 25px;
}

.section.color {
  background-color: #fafafa;
  position: relative;
}

.section.color.without-margin {
  padding-top: 50px;
}

.section.color.without-margin.darker {
  background-color: #fafafa;
  padding-top: 70px;
}

.section.darker {
  background-color: #fafafa;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.divider-line-services {
  border-bottom: 2px solid var(--679ed4);
}

.info-icon {
  float: left;
  background-color: var(--679ed4);
  background-image: url('../images/noun_Mail_2484887.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  width: 40px;
  height: 60px;
  margin-right: 30px;
  position: relative;
}

.info-icon.icon-2 {
  background-image: url('../images/font-awesome_4-6-3_phone_100_0_ffffff_none-1_1font-awesome_4-6-3_phone_100_0_ffffff_none (1).png');
  background-size: 20px;
}

.info-icon.biger {
  width: 70px;
  height: 90px;
}

.info-icon.biger.icon-4 {
  background-image: url('../images/noun_service_2939485.svg');
  background-size: 55px;
}

.info-icon.biger.icon-5 {
  background-image: url('../images/noun_Certificate_426773.svg');
  background-size: 60px;
}

.info-icon.biger.icon-6 {
  background-image: url('../images/noun_Garage_3036861.svg');
  background-size: 55px;
}

.info-icon.icon-3 {
  background-image: url('../images/noun_Location_3021484.svg');
  background-size: 28px;
}

.info-icon.icon-4 {
  background-image: url('../images/noun_Time_2435186.svg');
  background-size: 24px;
}

.info-icon.icon-spanner {
  background-image: url('../images/noun_spanner_1718039white.svg');
  background-size: 25px;
  width: 25px;
  height: 30px;
  margin-left: 10px;
  margin-right: 20px;
}

.info-content {
  margin-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.info-content.no-margin {
  margin-top: 0;
}

.info-sub-text {
  color: #fff;
  margin-bottom: 2px;
  font-family: Eurostar, sans-serif;
  font-size: 13px;
}

.info-sub-text.biger {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.info-sub-text.biger.contact {
  font-size: 16px;
}

.info-sub-text.biger.contact.bigger {
  font-size: 21px;
}

.info-sub-text.biger.biggger {
  font-size: 19px;
}

.info-sub-text.contact {
  color: #000;
  font-size: 15px;
}

.info-sub-text.contact.blue {
  color: var(--679ed4);
  margin-bottom: 4px;
  font-size: 17px;
}

.big-slider {
  background-color: #0000;
  height: 100%;
}

.arrow {
  color: #9c9c9c;
  background-color: #fff;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 700;
  transition: all .2s;
  display: block;
}

.arrow:hover {
  background-color: var(--679ed4);
  color: #fff;
}

.arrow.right {
  margin-left: 20px;
  margin-right: 0;
  display: flex;
}

.slide-navigation {
  padding-top: 0;
  font-size: 11px;
}

.scroll-navigation {
  z-index: 1001;
  background-color: #f5f5f5;
  width: 100%;
  display: none;
  position: fixed;
  box-shadow: 0 3px 4px -2px #00000026;
}

.title-wrapper {
  margin-bottom: 50px;
}

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

.service-wrapper.pct {
  width: 33%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.service-content {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  flex-direction: column;
  justify-content: space-between;
  height: 230px;
  margin-top: -3px;
  padding: 25px 20px;
  display: flex;
  box-shadow: 0 3px #f5f5f5;
}

.service-title {
  color: #212121;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eurostar, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.service-title.centre {
  text-align: center;
}

.line-divider-title {
  background-color: var(--679ed4);
  width: 50px;
  height: 2px;
  margin-top: 15px;
  display: block;
}

.line-divider-title.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.space-divider {
  height: 40px;
}

.space-divider.small {
  height: 20px;
}

.tab-menu {
  float: left;
  width: 30%;
  margin-right: 40px;
}

.tab-link {
  color: #818181;
  background-color: #0000;
  border: 1px solid #dbdbdb;
  border-left-style: none;
  width: 100%;
  margin-top: -1px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

.tab-link:hover {
  color: var(--679ed4);
}

.tab-link.w--current {
  box-shadow: inset 3px 0 0 0 var(--679ed4);
  color: var(--679ed4);
  background-color: #0000;
  border-right-style: none;
}

.tab-link.top {
  border-top-style: none;
}

.tab-link.bottom {
  border-bottom-style: none;
}

.service-small-icon {
  float: left;
  background-image: url('../images/noun_spanner_1718039.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 35px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.lightbox-wrapper {
  position: relative;
  overflow: hidden;
}

.lightbox-overlay {
  background-color: #679ed485;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.zoom-icon-content {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.zoom-icon {
  background-color: #2c2c2c;
  background-image: url('../images/noun_Magnifying-Glass_604338-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  display: block;
}

.zoom-icon:hover {
  background-color: #fff;
  background-image: url('../images/noun_Magnifying-Glass_604338.svg');
  background-size: 18px;
}

.left-arrow-service {
  border-style: solid;
  border-width: 30px 15px 30px 0;
  border-color: transparent var(--679ed4) transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -15px;
}

.left-arrow-service.right {
  border-left-width: 15px;
  border-right-width: 0;
  border-right-color: #0000;
  border-left-color: var(--679ed4);
  left: auto;
  right: -15px;
}

.left-arrow-service.right.smaller {
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 6px;
  right: -6px;
}

.left-arrow-service.small {
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-right-width: 6px;
  left: -6px;
}

.project-categories {
  color: #fff;
  background-color: #ffc527;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 5px 12px 3px;
  font-size: 13px;
  display: inline-block;
}

.project-categories.biger {
  padding: 11px 15px 9px;
}

.client-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  display: flex;
}

.client-wrapper.hidden, .client-wrapper.hidden-pc {
  display: none;
}

.footer {
  z-index: 3;
  background-color: var(--dark-slate-grey);
  border-bottom-width: 1px;
  padding-top: 70px;
  padding-bottom: 150px;
  position: relative;
}

.small-footer {
  background-color: #3d3d3d;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.small-footer.logo-part {
  background-color: var(--679ed4);
  width: 70%;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 0;
}

.copyright {
  z-index: 1;
  width: 940px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}

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

.quote-text {
  color: #fff;
  font-family: Eurostar, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.blog-image {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 350px;
  height: 350px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.bottom-footer {
  background-color: var(--black);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tab-small-title {
  font-family: Eurostar, sans-serif;
  font-size: 22px;
}

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

.social-wrapper {
  float: right;
  margin-top: 10px;
  padding-top: 0;
}

.social-icon {
  float: left;
  background-color: var(--679ed4);
  background-image: url('../images/fa-facebook_100_0_ffffff_none_1fa-facebook_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  width: 40px;
  height: 40px;
  margin-left: 3px;
  margin-right: 3px;
  transition: background-color .2s;
}

.social-icon:hover {
  background-color: #313131;
}

.social-icon.twitter {
  background-image: url('../images/fa-twitter_100_0_ffffff_none_1fa-twitter_100_0_ffffff_none.png');
  background-size: 14px;
}

.social-icon.instagram {
  background-image: url('../images/fa-instagram_100_0_ffffff_none_1fa-instagram_100_0_ffffff_none.png');
  background-size: 14px;
}

.social-icon.rss {
  background-image: url('../images/fa-rss_100_0_ffffff_none_1fa-rss_100_0_ffffff_none.png');
  background-size: 14px;
}

.social-icon.social-hidden {
  display: block;
}

.social-icon.social-hidden.facebook {
  display: none;
}

.copyright-text {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Eurostar, sans-serif;
  font-weight: 400;
}

.contact-title {
  color: #fff;
  border-bottom: 2px solid #fff;
  width: 200px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-family: Eurostar, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.pages-banner {
  background-image: linear-gradient(to bottom, var(--679ed4), var(--679ed4)), url('../images/background.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
}

.pages-banner._215 {
  background-image: url('../images/1920-400.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  display: none;
}

.container-center {
  position: relative;
  top: 65%;
}

.image-proejct {
  margin-bottom: 15px;
  padding-right: 20px;
}

.project-details {
  float: left;
  text-align: right;
  background-color: #f5f5f5;
  border-right: 1px solid #e1e1e1;
  width: 50%;
  padding: 15px;
}

.project-details.no-line {
  text-align: left;
  border-right-style: none;
}

.project-details.white {
  background-color: #fff;
}

.project-sub-title {
  margin-bottom: 0;
}

.project-big-title {
  color: #fff;
  margin-top: 0;
  font-family: Eurostar, sans-serif;
  font-size: 32px;
}

.big-about-circle {
  background-image: url('../images/Mot-600-400.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 430px;
  height: 430px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.created-on {
  color: #7c7c7c;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
}

.team-wrapper {
  width: 23%;
}

.team-content {
  text-align: center;
  background-color: #fff;
  padding: 25px 20px 20px;
}

.sub-text-team {
  color: #b1b1b1;
  margin-bottom: 15px;
  font-family: Eurostar, sans-serif;
  font-size: 14px;
  font-style: italic;
}

.team-name {
  margin-bottom: 5px;
  font-family: Eurostar, sans-serif;
  font-size: 16px;
}

.container-center-slider {
  position: static;
  top: 60%;
}

.sub-banner-text {
  color: #fff;
  font-family: Eurostar, sans-serif;
  font-size: 17px;
}

.slider-wrapper {
  border-left: 3px solid var(--679ed4);
  background-color: #0006;
  width: 35vw;
  padding: 20px;
}

.slide-sub-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Eurostar, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
}

.slider-sub-text {
  color: #b4b4b4;
  margin-bottom: 0;
  font-family: Eurostar, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.slide-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Tyres-1920-800.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
}

.responsive-navigation {
  background-color: #fff;
  display: none;
}

.licens-link {
  color: #919191;
  text-decoration: none;
}

.licens-link:hover {
  text-decoration: underline;
}

.read-more-link {
  color: #bbb;
  text-transform: uppercase;
  border-bottom: 1px solid #bbb;
  margin-top: 10px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.read-more-link:hover {
  border-bottom-color: var(--679ed4);
  color: var(--679ed4);
}

.companies-text {
  color: #fff;
  margin-top: 0;
  font-family: Eurostar, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.blog-sub-image {
  width: 100%;
}

.footer-text {
  color: #fff;
  font-family: Eurostar, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.footer-text.para {
  width: 330px;
  margin-top: 16px;
}

.footer-text.bigger {
  font-size: 19px;
}

.footer-text.gallery-n-new {
  display: none;
}

.footer-link {
  width: 100%;
  text-decoration: none;
}

.footer-link.gallery-n-news {
  display: none;
}

.footer-div-container {
  padding-left: 15px;
}

.company-logos {
  height: 60px;
}

.company-logos.smaller {
  height: 25px;
}

.company-logos.medium {
  height: 45px;
}

.company-logos.bigger {
  height: 70px;
}

.blue-strip-footer {
  z-index: 0;
  background-color: var(--679ed4);
  position: absolute;
  inset: 68px 0% 0%;
}

.container {
  position: static;
}

.paragraph {
  font-family: Eurostar, sans-serif;
  font-size: 17px;
}

.paragraph.more-para-space {
  margin-bottom: 20px;
}

.paragraph.center {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-service-container {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.service-text {
  font-family: Eurostar, sans-serif;
  line-height: 23px;
}

.service-link-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-link-holder.couresy-cta {
  margin-top: 30px;
}

.serivce-logo-link-holder {
  width: 100%;
}

.h3 {
  text-transform: none;
  font-family: Eurostar, sans-serif;
  font-size: 30px;
}

.h3.center {
  text-align: center;
  font-size: 30px;
}

.nav-bar-contact-details-div-holder {
  align-items: center;
  display: flex;
}

.contact-details-33pct {
  align-items: center;
  width: auto;
  margin-bottom: 31px;
  display: flex;
}

.contact-details-33pct.start-align {
  align-items: center;
}

.div-contact-details-form-holder {
  flex-direction: row;
  padding-left: 20px;
  display: flex;
}

.div-contact-holder {
  width: 33%;
}

.form-holder-66-pct {
  width: 66%;
}

.div-bulletpoint-holder {
  font-size: 17px;
}

.paragraph-bullet-points {
  width: 100%;
  margin-bottom: 0;
  font-family: Eurostar, sans-serif;
  font-size: 17px;
}

.bullet-point-list {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.bullet-point-item {
  width: 100%;
}

.tab-button-text {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.html-embed {
  padding-left: 50px;
  padding-right: 50px;
}

.client-name {
  opacity: .5;
  color: #fff;
  margin-top: 5px;
  font-family: Eurostar, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.hero-div-holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-quote {
  opacity: .45;
  text-align: center;
  width: 65px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-container-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.map-holder-top-section {
  padding-top: 180px;
}

.map {
  height: 32vw;
}

.nav-filler {
  height: 187px;
  padding-top: 0;
}

.team-container {
  justify-content: space-between;
  display: flex;
}

.maincontainer {
  padding-bottom: 15px;
}

.mainheaderh2centerservices {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin: 40px auto 40px 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  font-size: 34px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.mainheaderh2blackleft28 {
  color: #192024;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Eurostar, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.maintxtblackcenter20abouthome {
  float: none;
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Eurostar, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.bold-text-pp {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.mainheaderh2centerservices-2 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin: 40px auto 40px 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  font-family: Eurostar, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.service-button {
  background-color: var(--679ed4);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 15px 20px 11px;
  font-size: 12px;
  font-weight: 500;
  transition: background-color .4s;
}

.service-button:hover {
  background-color: #212121;
}

.service-button.w--current {
  font-family: Eurostar, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.service-button.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.slide-1 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Mot-1920-800.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
}

.slide-3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Servicing-1920-800.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
}

.slide-4 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Diagnostics-1920-800.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
}

.slide-5 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Ac-1920-800.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
}

.slide-6 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Repairs-1920-800.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
}

.columns {
  display: flex;
}

.container-services {
  flex-direction: row;
  display: flex;
}

.service-text-div-50 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.service-image-div-50 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.service-images {
  width: 90%;
}

.testimonial-slider {
  background-color: #0000;
}

.div-holder-testimonials {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-left: 63px;
  padding-right: 63px;
  display: flex;
}

.container-2 {
  padding: 15px 18px;
}

.divider-services {
  border-style: solid solid none;
  border-width: 2px;
  border-color: var(--679ed4);
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  background-color: #fafafa;
}

.footer-logos-holder {
  align-items: center;
  display: flex;
}

.nav-space-holder {
  height: 180px;
}

.slider {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  height: 110px;
  padding-top: 10px;
}

.slider.tyres {
  height: 140px;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slide-nav {
  background-color: #0000;
  top: 92px;
}

.slide-nav.tyres {
  top: 107px;
}

.container-tyre-slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

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

.text-block.insta-feed-filler {
  font-family: Eurostar, sans-serif;
  font-size: 18px;
  line-height: 34px;
}

.insta {
  display: block;
}

.html-embed-2 {
  margin-left: 21px;
}

html.w-mod-js [data-ix="display-none-scroll-navigation"] {
  display: none;
}

html.w-mod-js [data-ix="hide-lightbox-overlay-initial-appear"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move-zoom-icon-on-initial-appear"] {
  opacity: 0;
  transform: translate(0, 40px);
}

@media screen and (max-width: 991px) {
  .brand-logo.second-logo {
    margin-top: 15px;
  }

  .nav-link {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .triangle-navigation.left.bottom.clent {
    margin-right: 2px;
    padding-right: 0;
    display: block;
    right: -190px;
  }

  .triangle-navigation.bottom.client-arrow {
    margin-left: 2px;
    display: block;
    left: -190px;
  }

  .banner {
    padding-top: 0;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.gray {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.gray.background-1 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.background-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.quote-background {
    height: 276px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.color.without-margin {
    background-color: var(--679ed4);
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.color.without-margin.darker {
    background-color: #fff;
    padding-top: 0;
  }

  .section.darker {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .info-content {
    margin-top: 0;
  }

  .big-slider {
    height: 100%;
  }

  .service-wrapper.pct {
    flex: 0 auto;
  }

  .service-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-title {
    font-size: 15px;
  }

  .client-wrapper {
    padding: 7px 0;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 170px;
  }

  .small-footer.logo-part {
    width: 70%;
    height: 158px;
    padding-top: 16px;
  }

  .copyright {
    width: auto;
    position: relative;
  }

  .pages-banner {
    background-size: cover;
    height: 200px;
  }

  .pages-banner._215 {
    height: 20vw;
  }

  .container-center {
    top: 50%;
    transform: translate(0, -50%);
  }

  .big-about-circle {
    background-size: contain;
    width: 600px;
    height: 400px;
    margin-bottom: 35px;
  }

  .team-wrapper {
    width: 47%;
  }

  .container-center-slider {
    top: 50%;
  }

  .slider-wrapper {
    width: 550px;
  }

  .responsive-navigation {
    background-color: var(--dark-slate-grey);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hamburger {
    color: #ffc527;
  }

  .hamburger.w--open {
    background-color: var(--black);
    color: #fff;
  }

  .white-menu {
    background-color: #fafafa;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 1px 4px 2px #0000001c;
  }

  .icon-7 {
    color: var(--679ed4);
  }

  .footer-div-container {
    padding-left: 0;
  }

  .column, .column-2 {
    margin-bottom: 15px;
  }

  .company-logos {
    width: 100%;
    height: 50px;
  }

  .company-logos.bigger {
    height: 60px;
  }

  .blue-strip-footer {
    top: 98px;
  }

  .contact-details-33pct {
    align-items: center;
    width: 50%;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-details-33pct.start-align {
    align-items: flex-start;
  }

  .div-contact-details-form-holder {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .div-contact-holder {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .form-holder-66-pct {
    width: 100%;
  }

  .html-embed {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-4 {
    display: none;
  }

  .map-holder-top-section {
    padding-top: 0;
  }

  .nav-filler {
    display: none;
  }

  .team-container {
    flex-wrap: wrap;
  }

  .maincontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .mainheaderh2centerservices {
    width: 452px;
  }

  .mainheaderh2blackleft28 {
    margin-top: 27px;
    padding-left: 40px;
    padding-right: 0;
  }

  .maintxtblackcenter20abouthome {
    padding-right: 0;
  }

  .mainheaderh2centerservices-2 {
    width: 452px;
  }

  .container-services {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .service-text-div-50 {
    width: 100%;
  }

  .service-image-div-50 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .service-images {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-images.about {
    width: 50%;
  }

  .testimonial-slider {
    height: 100%;
  }

  .div-holder-testimonials {
    padding-left: 61px;
    padding-right: 61px;
  }

  .mask {
    height: 100%;
  }

  .nav-space-holder {
    display: none;
  }

  .container-tyre-slider {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    width: 100%;
  }

  .triangle-navigation.left.bottom.clent, .triangle-navigation.bottom.client-arrow {
    display: none;
  }

  .banner {
    height: 400px;
  }

  .section {
    padding: 35px 20px 25px;
  }

  .section.gray.background-1, .section.background-2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section.quote-background {
    height: 410px;
  }

  .section.color.without-margin.darker {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.darker {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow, .arrow.right {
    display: none;
  }

  .service-wrapper.pct {
    width: 100%;
  }

  .service-content {
    height: auto;
  }

  .tab-menu {
    float: none;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .lightbox-wrapper {
    margin-bottom: 0;
  }

  .client-wrapper.hidden-tablet {
    display: none;
  }

  .client-wrapper.hidden-pc {
    display: block;
  }

  .small-footer.logo-part {
    width: 100%;
    height: auto;
  }

  .blog-image {
    width: 300px;
    height: 300px;
  }

  .social-wrapper {
    float: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .social-icon {
    float: none;
  }

  .copyright-text {
    text-align: center;
    margin-bottom: 10px;
  }

  .big-about-circle {
    width: auto;
    height: 57vw;
  }

  .team-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }

  .slider-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .responsive-navigation {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-text.para {
    width: 100%;
  }

  .company-logos {
    width: auto;
    height: 90%;
    padding: 0;
  }

  .company-logos.smaller {
    width: auto;
    height: 40%;
  }

  .company-logos.medium {
    width: auto;
    height: 70%;
  }

  .company-logos.bigger {
    height: 90%;
  }

  .blue-strip-footer {
    display: none;
  }

  .container {
    display: block;
  }

  .contact-details-33pct {
    width: 100%;
  }

  .client-name {
    margin-top: 10px;
  }

  .container-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .map {
    height: 38vw;
  }

  .maincontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .mainheaderh2centerservices {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .mainheaderh2blackleft28 {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 18px;
  }

  .maintxtblackcenter20abouthome {
    padding-left: 0;
  }

  .mainheaderh2centerservices-2 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .service-images {
    width: 100%;
  }

  .service-images.about {
    width: 70%;
  }

  .div-holder-testimonials {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider {
    height: 200px;
  }

  .slider.tyres {
    height: auto;
    padding-bottom: 38px;
  }

  .slide-nav {
    top: 169px;
  }

  .slide-nav.tyres {
    top: 159px;
  }

  .div-block {
    background-color: var(--679ed4);
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 479px) {
  .brand-logo.second-logo.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .banner {
    height: 350px;
  }

  .section.gray.background-1, .section.background-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.quote-background {
    height: 448px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.darker {
    padding-left: 15px;
    padding-right: 15px;
  }

  .info-icon.icon-2 {
    margin-right: 24px;
  }

  .info-icon.biger.icon-4, .info-icon.biger.icon-5, .info-icon.biger.icon-6 {
    margin-right: 15px;
  }

  .info-icon.icon-3, .info-icon.icon-4 {
    margin-right: 24px;
  }

  .info-icon.icon-spanner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25px;
    display: block;
    position: absolute;
  }

  .service-wrapper.pct {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .service-content {
    height: auto;
  }

  .space-divider {
    height: 30px;
  }

  .client-wrapper {
    width: auto;
    height: 80px;
    padding: 10px;
  }

  .footer {
    padding-bottom: 220px;
  }

  .blog-image {
    width: 200px;
    height: 200px;
  }

  .container-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-details.no-line.white {
    padding-left: 5px;
    padding-right: 5px;
  }

  .project-sub-title {
    font-size: 13px;
  }

  .project-big-title {
    margin-bottom: 5px;
  }

  .big-about-circle {
    width: 100%;
    height: 60vw;
  }

  .team-wrapper {
    width: 100%;
  }

  .slider-wrapper {
    padding: 20px;
  }

  .slide-sub-title {
    font-size: 22px;
    line-height: 32px;
  }

  .hamburger {
    padding-left: 13px;
    padding-right: 13px;
  }

  .companies-text {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .footer-text.para {
    width: 100%;
  }

  .company-logos {
    width: 150px;
    height: auto;
    padding: 11px;
  }

  .company-logos.smaller {
    width: 200px;
    height: auto;
  }

  .company-logos.medium {
    width: 130px;
    height: auto;
  }

  .company-logos.bigger {
    width: 100px;
    height: auto;
  }

  .company-logos.bigger.blueprint {
    width: 40%;
  }

  .company-logos.comma {
    width: 60%;
  }

  .h3 {
    text-align: left;
  }

  .paragraph-bullet-points {
    width: 100%;
    padding-left: 53px;
  }

  .bullet-point-list {
    margin-bottom: 15px;
  }

  .html-embed {
    padding-left: 0;
    padding-right: 0;
  }

  .client-name {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-gallery {
    grid-template-columns: 1fr;
  }

  .map {
    height: 60vw;
  }

  .column-5, .maincontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .mainheaderh2centerservices {
    width: 100%;
    font-size: 25px;
  }

  .mainheaderh2blackleft28 {
    font-size: 13px;
  }

  .maintxtblackcenter20abouthome {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .mainheaderh2centerservices-2 {
    width: 100%;
    font-size: 25px;
  }

  .service-images.about {
    width: 100%;
  }

  .div-holder-testimonials {
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .mot-icon-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image {
    margin-top: 20px;
  }

  .slider {
    height: auto;
    margin-bottom: 55px;
    padding-bottom: 0;
  }

  .slide-nav {
    top: 404px;
  }

  .slide-nav.tyres {
    top: 376px;
  }

  .container-tyre-slider {
    padding-top: 39px;
  }
}

#w-node-_232b15d7-7653-5bad-ec1f-6cdc07914700-d3f4953f {
  grid-column-end: 1.98958;
  grid-column-start: 1;
  grid-row-end: 1.98958;
  grid-row-start: 1;
}

#w-node-_3e819ead-ad6a-7656-fce1-25741cc817aa-d3f4953f, #w-node-_69619c4c-ce20-c183-566d-59ab2533cd99-d3f4953f, #w-node-_913528d4-f9c6-0801-576a-c9b0e936c027-d3f4953f, #w-node-_95675924-2675-828d-97c6-60bfc5847852-d3f4953f, #w-node-_9768f557-d8ca-8fa9-6430-dbecdb27756c-d3f4953f, #w-node-_7e9b949c-ff38-96ae-80cf-82021fe78dd5-d3f4953f, #w-node-_50617e40-6884-dac6-6302-2bd5a1476626-d3f4953f, #w-node-ea6b0337-7c12-de39-9ad3-a9abcdedf40b-d3f4953f {
  grid-column-end: span .989583;
  grid-column-start: span .989583;
  grid-row-end: span .989583;
  grid-row-start: span .989583;
}


@font-face {
  font-family: 'Eurostar';
  src: url('../fonts/eurostar.ttf') format('truetype'), url('../fonts/eurostar.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eurostar';
  src: url('../fonts/eurostarblack.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eurostarextend';
  src: url('../fonts/eurostarregularextended.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eurostarextend';
  src: url('../fonts/eurostarblackextended.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}