.body {
  font-family: proxima-nova, sans-serif;
}

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

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 90px;
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.slide-1 {
  background-image: url('../images/banner_garage_colour.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  height: 530px;
  max-height: 600px;
}

.div-block {
  width: 82%;
  padding-right: 20px;
}

.brand {
  width: 18%;
  padding-bottom: 6px;
  padding-left: 25px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.7;
}

.brand.w--current {
  width: 18%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand.w--current:hover {
  opacity: 0.7;
}

.div-block-2 {
  background-color: transparent;
}

.nav-link {
  padding-right: 14px;
  padding-left: 14px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: hsla(217.84615384615384, 91.55%, 13.92%, 1.00);
}

.nav-link.w--current {
  color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
}

.dropdown {
  color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block {
  text-transform: none;
}

.dropdown-toggle {
  padding-right: 14px;
  padding-left: 14px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-toggle:hover {
  color: hsla(217.84615384615384, 91.55%, 13.92%, 1.00);
}

.dropdown-link {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  background-color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  letter-spacing: 1px;
}

.dropdown-link:hover {
  background-color: hsla(217.84615384615384, 91.55%, 13.92%, 1.00);
}

.dropdown-link.w--current {
  color: #fff;
}

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 7px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.nav-button:hover {
  background-color: hsla(217.84615384615384, 91.55%, 13.92%, 1.00);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
}

.curve-dark-div-flex {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 283px;
  margin-top: 140px;
  margin-right: 10%;
  margin-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/curve_dark.png');
  background-position: 0px 0px;
  background-size: 2000px;
  background-repeat: no-repeat;
}

.curve-dark {
  width: auto;
  opacity: 0.86;
}

.content-div-flex {
  position: absolute;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 440px;
  margin-top: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-div-flex-copy {
  position: absolute;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.curve-light-div-flex {
  position: absolute;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 283px;
  margin-top: 200px;
  margin-right: 10%;
  margin-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/curve_light.png');
  background-position: 100% 100%;
  background-size: 2000px;
  background-repeat: no-repeat;
}

.logo-big {
  width: 42%;
  max-width: 580px;
}

.slide-2 {
  background-image: url('../images/banner_seaview_colour.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-heading {
  color: #fff;
  font-size: 40px;
  line-height: 38px;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, .35);
}

.big1 {
  font-size: 52px;
}

.curve-light {
  width: auto;
  opacity: 0.56;
}

.section-promo-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(204.41379310344828, 75.13%, 37.84%, 1.00)), to(hsla(192.80487804878047, 74.55%, 43.14%, 1.00)));
  background-image: linear-gradient(90deg, hsla(204.41379310344828, 75.13%, 37.84%, 1.00), hsla(192.80487804878047, 74.55%, 43.14%, 1.00));
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1190px;
}

.showcase-blocks-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  text-align: center;
}

.category-box-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  margin: 40px 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 15px solid #bfbfbf;
  background-color: hsla(217.84615384615384, 91.55%, 13.92%, 1.00);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  text-decoration: none;
  cursor: pointer;
}

.category-box-link:hover {
  background-color: #fff;
}

.category-box-link.yellow {
  background-color: #fdb930;
}

.category-box-link.yellow:hover {
  background-color: hsla(40.09756097560975, 79.92%, 45.21%, 1.00);
}

.logo-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 60px;
  margin-top: 10px;
  margin-left: 10px;
  opacity: 1;
}

.showcase {
  display: block;
  height: auto;
  padding-top: 41px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.showcase-box-column {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.showcase-box-title {
  width: auto;
  height: auto;
  color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
  font-size: 38px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.small1 {
  font-size: 33px;
  line-height: 24px;
}

.blue-rule {
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
}

.promobox-text {
  color: #fff;
  font-size: 23px;
  line-height: 28px;
  text-align: left;
}

.image {
  margin-bottom: 35px;
}

.plus {
  margin-bottom: 30px;
}

.section-footer {
  padding-top: 81px;
  padding-right: 81px;
  padding-left: 81px;
  background-image: url('../images/bg_footer.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-content-div {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 60px 30px;
  background-color: #fff;
  text-align: center;
}

.footer-text1 {
  margin-bottom: 30px;
  color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
}

.footer-logo {
  margin: 15px 24px;
}

.footer-rule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  margin-top: 45px;
  margin-bottom: 45px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #dedede;
}

.footer-rule.omega {
  margin-bottom: 20px;
}

.footer-text2 {
  margin-bottom: 35px;
  color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
}

.darkblue {
  color: hsla(217.84615384615384, 91.55%, 13.92%, 1.00);
}

.footer-cols-div-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.footer-text3 {
  margin-bottom: 15px;
  color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.div-block-4 {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: center;
}

.text-block-2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

.big-button {
  margin: 35px 15px;
  padding: 20px 34px;
  border-radius: 100px;
  background-color: hsla(217.84615384615384, 91.55%, 13.92%, 1.00);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
  font-size: 26px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.big-button:hover {
  background-color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
  color: #fff;
}

.big-button.w--current {
  margin: 10px;
  padding: 12px 25px;
  border-radius: 100px;
  background-color: #333;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.big-button.w--current:hover {
  background-color: #fff;
  color: #333;
}

.icon {
  display: none;
}

.dropdown-list {
  margin-left: 1px;
}

.dropdown-list.w--open {
  margin-left: -4px;
}

.arrow {
  width: 100px;
}

.text-block-nav {
  font-weight: 700;
  text-transform: uppercase;
}

.banner-leveling {
  height: 530px;
  background-image: url('../images/banner_reflection_colourblurred.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-blue {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(204.82758620689657, 75.13%, 37.84%, 1.00)), to(hsla(192.80487804878047, 74.55%, 43.14%, 1.00)));
  background-image: linear-gradient(90deg, hsla(204.82758620689657, 75.13%, 37.84%, 1.00), hsla(192.80487804878047, 74.55%, 43.14%, 1.00));
}

.content-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: -260px auto -140px;
  padding-right: 60px;
  padding-left: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.section-footer-content {
  padding: 177px 81px 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .52)), to(rgba(0, 0, 0, .52))), url('../images/banner_reflection_colourblurred.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .52)), url('../images/banner_reflection_colourblurred.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-pic {
  width: 100%;
  margin-bottom: 60px;
}

.content-pic.contact {
  margin-bottom: 10px;
}

.col-pics {
  width: 60%;
  padding-bottom: 30px;
}

.col-pics.suppliers {
  padding-top: 15px;
}

.col-pics.projects {
  padding-top: 45px;
}

.col-text {
  width: 40%;
  margin-right: 50px;
  padding-top: 50px;
  padding-bottom: 55px;
}

.pagetitle {
  margin-bottom: 40px;
  color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
  font-size: 53px;
  line-height: 45px;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.content-intro {
  display: block;
  margin-bottom: 20px;
  color: #333;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
}

.rule-blue {
  height: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
}

.rule-blue._40 {
  width: 40%;
}

.body-text {
  display: block;
  margin-bottom: 25px;
  color: #333;
  font-size: 17px;
  line-height: 25px;
  text-align: left;
}

.body-text.listitem {
  margin-bottom: 7px;
}

.big-button-lblue {
  margin: 35px 15px;
  padding: 20px 34px;
  border-radius: 100px;
  background-color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 26px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.big-button-lblue:hover {
  background-color: #fff;
  color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
}

.big-button-lblue.w--current {
  margin: 10px;
  padding: 12px 25px;
  border-radius: 100px;
  background-color: #333;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.big-button-lblue.w--current:hover {
  background-color: #fff;
  color: #333;
}

.pagetitle-mob {
  display: none;
  margin-bottom: 50px;
  color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
  font-size: 53px;
  line-height: 45px;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.footer-text {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  opacity: 1;
  color: #999;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.footer-text.copyright {
  opacity: 0.7;
  color: #333;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.blue-star {
  color: #1196d3;
}

.footer-inline-text-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.footer-inline-text-link:hover {
  color: hsla(0, 0%, 100%, .56);
  text-decoration: underline;
}

.footer-inline-text-link.copyright {
  color: #969696;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.footer-inline-text-link.copyright:hover {
  color: #1196d3;
  text-decoration: underline;
}

.smalltext-div {
  margin-top: 24px;
}

.copyright-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  opacity: 1;
  color: #969696;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.copyright-text.copyright {
  opacity: 0.7;
  color: #333;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.admin-button {
  margin: 15px;
  padding: 8px 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #969696;
  border-radius: 100px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #969696;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.admin-button:hover {
  opacity: 0.42;
}

.banner-screeding {
  height: 530px;
  background-image: url('../images/banner_screeding.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-uplifting {
  height: 530px;
  background-image: url('../images/banner_uplifting.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-repair {
  height: 530px;
  background-image: url('../images/banner_carpark_colour.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.list {
  padding-left: 20px;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .06)), to(rgba(0, 0, 0, .06))), url('../images/banner_reflection_colourblurred.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .06)), url('../images/banner_reflection_colourblurred.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-heading-2 {
  font-size: 30px;
}

.slider-heading-small {
  margin-right: 321px;
  margin-left: 321px;
  color: #fff;
  font-size: 33px;
  line-height: 37px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, .35);
}

.div-block-4-copy {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: center;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/banner_carpark_colour.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/banner_carpark_colour.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.banner-suppliers {
  height: 530px;
  background-image: url('../images/banner_reflection_colourblurred.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.suppliers-div-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.supplier-logo-div {
  width: 50%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.supplier-logo-div:hover {
  opacity: 0.68;
}

.subsub {
  margin-top: -50px;
  margin-left: 100%;
}

.sub-dropdown {
  width: 100%;
}

.dropdown-toggle-2 {
  width: 100%;
}

.icon-5 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.col-text-fullwidth {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 55px;
}

.quote-text {
  display: block;
  margin-top: 50px;
  color: #707070;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
}

.rule-grey {
  height: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #ededed;
}

.author {
  display: block;
  margin-top: 20px;
  color: #707070;
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
  text-align: right;
}

.quotation-marks {
  color: #dedede;
  font-size: 35px;
  line-height: 10px;
  font-weight: 700;
}

.paragraph {
  font-size: 20px;
}

.project-pic {
  width: 100%;
  margin-bottom: 15px;
}

.project-caption {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 25px;
}

.rule-grey-projects {
  height: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #ededed;
}

.heading2 {
  margin-bottom: 15px;
  color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
  text-transform: uppercase;
}

.caption {
  margin-bottom: 15px;
  text-align: right;
}

.embed-contactform {
  height: 640px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.contact-details {
  display: block;
  margin-bottom: 25px;
  color: #333;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
}

.contact-details.listitem {
  margin-bottom: 7px;
}

.div-admin {
  width: 82%;
  padding-right: 60px;
}

.admin-button-blue {
  display: block;
  margin: 10px 15px;
  padding: 20px 34px;
  border-radius: 100px;
  background-color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 26px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.admin-button-blue:hover {
  background-color: #fff;
  color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
}

.admin-button-blue.w--current {
  margin: 10px;
  padding: 12px 25px;
  border-radius: 100px;
  background-color: #333;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.admin-button-blue.w--current:hover {
  background-color: #fff;
  color: #333;
}

.admin-butt-div {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: center;
}

.section-admin-home {
  padding: 171px 81px 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(204.41379310344828, 75.13%, 37.84%, 1.00)), to(hsla(192.80487804878047, 74.55%, 43.14%, 1.00)));
  background-image: linear-gradient(90deg, hsla(204.41379310344828, 75.13%, 37.84%, 1.00), hsla(192.80487804878047, 74.55%, 43.14%, 1.00));
  text-align: center;
}

.admin-content-div {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 60px 60px;
  background-color: #fff;
}

.admin-heading {
  display: block;
  margin-bottom: 20px;
  color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
  font-size: 30px;
  line-height: 30px;
  text-transform: none;
}

@media (max-width: 991px) {
  .section-slider {
    margin-top: 60px;
  }
  .navbar {
    height: 60px;
  }
  .slider {
    height: 350px;
  }
  .brand {
    width: 34%;
    padding-bottom: 3px;
    padding-left: 20px;
  }
  .brand.w--current {
    width: 34%;
    padding-bottom: 3px;
    padding-left: 20px;
  }
  .nav-link {
    padding-left: 65px;
    font-size: 16px;
  }
  .dropdown-toggle {
    padding-left: 65px;
    font-size: 16px;
  }
  .dropdown-link {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 95px;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .nav-button {
    display: none;
    margin-top: 26px;
    margin-bottom: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .nav-menu {
    background-color: #e8e8e8;
    text-align: right;
  }
  .curve-dark-div-flex {
    height: 230px;
    margin-top: 35px;
    background-size: auto 230px;
  }
  .content-div-flex {
    height: 350px;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .curve-light-div-flex {
    height: 230px;
    margin-top: 75px;
    background-size: auto 230px;
  }
  .logo-big {
    width: 45%;
  }
  .slider-heading {
    font-size: 30px;
  }
  .big1 {
    font-size: 40px;
  }
  .section-promo-boxes {
    padding: 55px 55px 30px;
  }
  .category-box-link {
    width: 280px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .logo-icon {
    width: 45px;
  }
  .showcase {
    padding-top: 35px;
  }
  .showcase-box-title {
    font-size: 40px;
    line-height: 32px;
  }
  .small1 {
    font-size: 33px;
    line-height: 30px;
  }
  .blue-rule {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .promobox-text {
    font-size: 18px;
    line-height: 25px;
  }
  .section-footer {
    padding: 0px;
    background-image: none;
  }
  .footer-content-div {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .footer-text1 {
    margin-bottom: 35px;
    font-size: 20px;
  }
  .footer-logo {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .footer-rule {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .footer-text2 {
    margin-bottom: 40px;
    font-size: 26px;
  }
  .footer-cols-div-flex {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-text3 {
    font-size: 15px;
    line-height: 22px;
  }
  .div-block-4 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 163px 80px 69px;
  }
  .text-block-2 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 28px;
  }
  .big-button {
    font-size: 22px;
    line-height: 22px;
  }
  .big-button.w--current {
    padding: 10px 17px;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1px;
  }
  .icon-2 {
    color: hsla(191.36563876651982, 95.78%, 46.47%, 1.00);
    font-size: 45px;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button.w--open {
    padding: 8px;
    background-color: transparent;
  }
  .arrow {
    width: 85px;
  }
  .right-arrow {
    width: 70px;
  }
  .left-arrow {
    width: 70px;
  }
  .banner-leveling {
    height: 350px;
  }
  .section-blue {
    padding: 55px 30px 30px;
  }
  .content-div {
    margin-top: -240px;
    padding-right: 35px;
    padding-left: 40px;
  }
  .section-footer-content {
    padding: 0px;
  }
  .content-pic {
    margin-bottom: 50px;
  }
  .col-pics.projects {
    padding-top: 20px;
  }
  .col-text {
    margin-right: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pagetitle {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 33px;
  }
  .content-intro {
    font-size: 20px;
    line-height: 25px;
  }
  .rule-blue {
    height: 6px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .rule-blue._40 {
    width: 50%;
  }
  .body-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .big-button-lblue {
    font-size: 22px;
    line-height: 22px;
  }
  .big-button-lblue.w--current {
    padding: 10px 17px;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1px;
  }
  .pagetitle-mob {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 33px;
  }
  .footer-text {
    padding-right: 0px;
    font-size: 14px;
    line-height: 19px;
  }
  .footer-text.copyright {
    text-align: center;
  }
  .footer-inline-text-link {
    display: block;
    font-size: 13px;
  }
  .footer-inline-text-link.copyright {
    display: inline-block;
  }
  .copyright-text {
    padding-right: 0px;
  }
  .copyright-text.copyright {
    text-align: center;
  }
  .admin-button.w--current {
    padding: 10px 17px;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1px;
  }
  .banner-screeding {
    height: 350px;
  }
  .banner-uplifting {
    height: 350px;
  }
  .banner-repair {
    height: 350px;
  }
  .slider-heading-2 {
    font-size: 30px;
  }
  .slider-heading-small {
    margin-right: 152px;
    margin-left: 152px;
    font-size: 26px;
    line-height: 33px;
    text-align: center;
  }
  .div-block-4-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 70px 80px 40px;
    background-image: url('../images/bg_footer.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .banner-suppliers {
    height: 350px;
  }
  .col-text-fullwidth {
    margin-right: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .quote-text {
    font-size: 20px;
    line-height: 25px;
  }
  .rule-grey {
    height: 4px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .author {
    font-size: 14px;
    line-height: 17px;
  }
  .quotation-marks {
    font-size: 30px;
  }
  .project-pic {
    margin-bottom: 15px;
  }
  .project-caption {
    font-size: 15px;
    line-height: 18px;
  }
  .rule-grey-projects {
    height: 4px;
  }
  .heading2 {
    font-size: 25px;
    line-height: 30px;
  }
  .contact-details {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .admin-button-blue {
    line-height: 26px;
  }
  .admin-button-blue.w--current {
    padding: 10px 17px;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1px;
  }
  .section-admin-home {
    padding-top: 150px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .admin-heading {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .section-slider {
    margin-top: 50px;
  }
  .navbar {
    height: 50px;
  }
  .slider {
    height: 250px;
  }
  .div-block {
    width: 65%;
  }
  .brand {
    width: 35%;
    padding-bottom: 2px;
    padding-left: 15px;
  }
  .brand.w--current {
    width: 35%;
    padding-bottom: 2px;
    padding-left: 15px;
  }
  .curve-dark-div-flex {
    height: 180px;
    margin-top: 20px;
    background-size: auto 180px;
  }
  .content-div-flex {
    height: 250px;
    padding-bottom: 17px;
  }
  .curve-light-div-flex {
    height: 180px;
    margin-top: 42px;
    background-size: auto 180px;
  }
  .slider-heading {
    font-size: 24px;
    line-height: 25px;
  }
  .big1 {
    font-size: 32px;
  }
  .section-promo-boxes {
    padding: 40px 50px 30px;
  }
  .showcase-blocks-flex {
    padding-top: 0px;
  }
  .category-box-link {
    width: 220px;
    margin: 11px 5px;
    border-top-width: 10px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
  }
  .showcase {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .showcase-box-title {
    font-size: 30px;
    line-height: 25px;
  }
  .small1 {
    font-size: 27px;
  }
  .blue-rule {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .promobox-text {
    font-size: 15px;
    line-height: 20px;
  }
  .plus {
    margin-bottom: 20px;
  }
  .footer-content-div {
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer-text1 {
    font-size: 18px;
    line-height: 22px;
  }
  .footer-logo {
    margin-right: 20px;
    margin-left: 20px;
  }
  .footer-text2 {
    font-size: 22px;
    line-height: 30px;
  }
  .footer-cols-div-flex {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-text3 {
    margin-bottom: 0px;
    font-family: proxima-nova, sans-serif;
    font-size: 17px;
    line-height: 26px;
  }
  .div-block-4 {
    padding-top: 100px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .text-block-2 {
    margin-bottom: 25px;
    font-size: 21px;
    line-height: 26px;
  }
  .big-button {
    margin: 30px 5px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 24px;
    line-height: 24px;
  }
  .menu-button {
    padding: 2px 10px;
  }
  .arrow {
    width: 75px;
    margin-top: 20px;
  }
  .right-arrow {
    width: 50px;
  }
  .left-arrow {
    width: 50px;
  }
  .banner-leveling {
    height: 250px;
  }
  .section-blue {
    padding: 40px 27px 30px;
  }
  .content-div {
    margin-top: -172px;
    margin-bottom: -83px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-pic {
    margin-bottom: 40px;
  }
  .col-pics {
    width: 100%;
  }
  .col-pics.projects {
    padding-top: 0px;
  }
  .col-text {
    width: 100%;
    margin-right: 0px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .pagetitle {
    display: none;
    margin-top: 7px;
    margin-bottom: 18px;
    text-align: left;
  }
  .content-intro {
    font-size: 18px;
    line-height: 22px;
  }
  .rule-blue {
    height: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .rule-blue._40 {
    width: 100%;
  }
  .body-text {
    font-size: 15px;
    line-height: 20px;
  }
  .big-button-lblue {
    margin: 30px 5px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 24px;
    line-height: 24px;
  }
  .pagetitle-mob {
    display: block;
    margin-top: 7px;
    margin-bottom: 18px;
    font-size: 35px;
    line-height: 30px;
    text-align: left;
    letter-spacing: -1px;
  }
  .footer-text.copyright {
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .footer-inline-text-link {
    font-size: 11px;
    letter-spacing: 2px;
  }
  .footer-inline-text-link.copyright {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0px;
  }
  .copyright-text.copyright {
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .banner-screeding {
    height: 250px;
  }
  .banner-uplifting {
    height: 250px;
  }
  .banner-repair {
    height: 250px;
  }
  .slider-heading-2 {
    font-size: 24px;
    line-height: 25px;
  }
  .slider-heading-small {
    margin-right: 119px;
    margin-left: 119px;
    font-size: 20px;
    line-height: 25px;
  }
  .div-block-4-copy {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .banner-suppliers {
    height: 250px;
  }
  .col-text-fullwidth {
    width: 100%;
    margin-right: 0px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .quote-text {
    font-size: 18px;
    line-height: 22px;
  }
  .rule-grey {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .quotation-marks {
    font-size: 25px;
  }
  .contact-details {
    font-size: 15px;
    line-height: 20px;
  }
  .div-admin {
    width: 65%;
  }
  .admin-button-blue {
    font-size: 24px;
    line-height: 24px;
  }
  .admin-heading {
    display: block;
    margin-top: 7px;
    margin-bottom: 18px;
  }
}

@media (max-width: 479px) {
  .section-slider {
    margin-top: 40px;
  }
  .navbar {
    height: 40px;
  }
  .slider {
    height: 200px;
  }
  .div-block {
    width: 50%;
  }
  .brand {
    width: 50%;
    padding-bottom: 1px;
    padding-left: 10px;
  }
  .brand.w--current {
    width: 50%;
    padding-bottom: 1px;
    padding-left: 10px;
  }
  .curve-dark-div-flex {
    display: none;
    height: 130px;
    background-size: auto 130px;
  }
  .content-div-flex {
    height: 200px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .curve-light-div-flex {
    display: none;
    height: 130px;
    background-size: auto 130px;
  }
  .logo-big {
    width: 100%;
  }
  .slider-heading {
    font-size: 24px;
    line-height: 25px;
    text-align: center;
  }
  .big1 {
    font-size: 30px;
  }
  .section-promo-boxes {
    padding: 40px 10px;
  }
  .category-box-link {
    width: 140px;
    margin-right: 2px;
    margin-bottom: 20px;
    margin-left: 2px;
    border-top-width: 7px;
  }
  .showcase {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .showcase-box-column {
    padding-bottom: 10px;
  }
  .showcase-box-title {
    font-size: 20px;
    line-height: 18px;
  }
  .small1 {
    font-size: 17px;
    line-height: 17px;
  }
  .blue-rule {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .promobox-text {
    font-size: 14px;
    line-height: 17px;
  }
  .plus {
    width: 20px;
    margin-bottom: 15px;
  }
  .footer-logo {
    display: block;
    margin: 15px auto;
  }
  .footer-text3 {
    font-size: 16px;
    line-height: 24px;
  }
  .div-block-4 {
    padding: 100px 26px;
    background-image: none;
  }
  .text-block-2 {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 23px;
  }
  .big-button {
    width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 28px;
  }
  .icon-2 {
    font-size: 40px;
  }
  .menu-button {
    padding-right: 7px;
    padding-left: 7px;
  }
  .arrow {
    margin-top: 6px;
  }
  .right-arrow {
    width: 40px;
  }
  .left-arrow {
    width: 40px;
  }
  .icon-3 {
    font-size: 30px;
  }
  .icon-4 {
    font-size: 30px;
  }
  .banner-leveling {
    height: 200px;
  }
  .section-blue {
    padding: 40px 15px;
  }
  .content-div {
    margin-top: -152px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .col-text {
    padding-top: 30px;
  }
  .big-button-lblue {
    width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 28px;
  }
  .pagetitle-mob {
    font-size: 34px;
  }
  .footer-text.copyright {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 11px;
  }
  .footer-inline-text-link.copyright {
    font-size: 11px;
  }
  .copyright-text {
    line-height: 20px;
  }
  .copyright-text.copyright {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 11px;
  }
  .banner-screeding {
    height: 200px;
  }
  .banner-uplifting {
    height: 200px;
  }
  .banner-repair {
    height: 200px;
  }
  .slider-heading-2 {
    font-size: 24px;
    line-height: 25px;
    text-align: center;
  }
  .slider-heading-small {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }
  .div-block-4-copy {
    padding: 60px 26px;
  }
  .banner-suppliers {
    height: 200px;
  }
  .suppliers-div-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }
  .supplier-logo-div {
    width: 75%;
  }
  .col-text-fullwidth {
    padding-top: 30px;
  }
  .heading2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .div-admin {
    width: 50%;
  }
  .admin-butt-div {
    max-width: 100%;
  }
  .admin-heading {
    font-size: 20px;
    line-height: 20px;
  }
}

