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

body {
  color: #020202;
  font-family: mundial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
}

h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 20px;
}

a {
  color: #f2bb30;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: color 1s;
}

a:hover {
  color: #2f4858;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  margin-bottom: 6px;
}

.nav-bar {
  z-index: 999;
  width: 100%;
  height: 72px;
  color: #1d2c35;
  background-color: #fff;
  border-bottom: 2px solid #1d2c35;
  justify-content: flex-end;
  align-items: center;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.brand-logo {
  width: auto;
  height: 44px;
  object-fit: contain;
}

.menu-drawer-holder {
  width: auto;
  height: 100%;
  display: block;
}

.menu-dropdown {
  width: auto;
  height: auto;
  min-width: 160px;
  background-color: #fff;
  border-top: 2px solid #f2bb30;
  display: none;
  position: absolute;
  top: 100%;
  left: -12px;
}

.menu-link-holder {
  height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.menu-link-holder.child {
  width: auto;
  height: auto;
  max-width: 300px;
  min-height: 42px;
  min-width: 200px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px 8px 20px;
  transition: background-color 1s;
  display: flex;
  position: static;
}

.menu-link-holder.child:hover {
  background-color: #f1f1f1;
}

.menu-links-holder {
  width: 100%;
  height: 100%;
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-link {
  width: auto;
  height: auto;
  position: absolute;
  left: 20px;
}

.menu-link {
  color: #1d2c35;
  font-weight: 400;
}

.menu-link:hover {
  color: #d39b0d;
}

.mobile-menu-button {
  display: none;
}

.main-button {
  min-width: 200px;
  color: #1d2c35;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f2bb30;
  border: 3px solid #fff;
  padding: 14px 22px;
  font-size: 18px;
  font-weight: 400;
  transition: background-color 1s;
}

.main-button:hover {
  color: #1d2c35;
  background-color: #ad7f0b;
  background-image: none;
  text-decoration: none;
}

.main-button.nav {
  width: 160px;
  min-width: auto;
  color: #1d2c35;
  border-left: 6px solid #d39b0d;
  padding: 8px 4px;
  font-size: 16px;
  position: absolute;
  right: 20px;
}

.main-button.grey {
  background-color: #838383;
  background-image: none;
  transition: color 1s, background-color 1s, border-color 1s;
}

.main-button.grey:hover {
  color: #838383;
  background-color: #fff;
  border-color: #838383;
}

.main-button.alt {
  color: #fff;
  background-color: #2f4858;
  background-image: none;
}

.main-button.alt:hover {
  background-color: #1d2c35;
}

.spacer {
  height: 30px;
}

.spacer.mid {
  height: 20px;
}

.body-section {
  width: 100%;
  text-align: center;
  cursor: auto;
  padding: 100px 10%;
  transition: color 1s, background-color 1s;
  overflow: hidden;
}

.body-section.dark-grey {
  color: #fff;
  background-image: linear-gradient(145deg, #2f4858, #1d2c35);
}

.body-section.dark-grey.sides {
  padding-top: 170px;
  padding-bottom: 170px;
  position: relative;
}

.body-section.dark-grey.image {
  background-image: linear-gradient(rgba(47, 72, 88, .5), rgba(47, 72, 88, .5)), url('../images/Consara-Back.svg'), linear-gradient(145deg, #2f4858, #1d2c35);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 90%, auto;
  background-attachment: scroll, fixed, scroll;
}

.body-section.shorter-top {
  padding-top: 30px;
}

.body-section.shorter-bottom {
  padding-bottom: 30px;
}

.body-section.shorter-both {
  padding-top: 30px;
  padding-bottom: 30px;
}

.body-section.about-us {
  background-color: #eee;
  padding-bottom: 110px;
  position: relative;
}

.body-section.grey-image-background {
  color: #fff;
  padding-top: 160px;
  position: relative;
}

.body-section.grey {
  color: #fff;
  background-color: #2f4858;
}

.body-section.light-grey {
  background-color: #eee;
}

.body-section.light-grey.contact {
  background-color: #dadada;
  background-image: url('../images/Consara-Back.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.body-section.top {
  text-align: left;
  padding-top: 140px;
}

.ul-point {
  margin-bottom: 14px;
  padding-left: 40px;
}

.colour-example {
  width: 18%;
  height: 120px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.colour-example._2 {
  background-color: #2f4858;
}

.colour-example._1 {
  background-color: #f2bb30;
}

.colour-example._4 {
  color: #fff;
  background-color: #1d2c35;
}

.colour-example._3 {
  color: #000;
  background-color: #d39b0d;
}

.body-container {
  max-width: 1200px;
}

.body-container.centered {
  text-align: center;
}

.body-container.relative {
  z-index: 3;
  position: relative;
}

.colours-box {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.columns {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
}

.column {
  width: 100%;
  height: 100%;
}

.column.relative {
  max-height: 330px;
  min-height: 330px;
  position: relative;
}

.column.case-study-details {
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 90px;
  display: flex;
}

.column.sidebar {
  background-color: #eee;
  padding: 20px;
  font-size: 14px;
}

.column.blog {
  padding-right: 40px;
}

.title-underline {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.title-underline.left {
  justify-content: flex-start;
}

.title-underline-left {
  width: 30px;
  height: 6px;
  background-color: #2f4858;
  border-radius: 4px;
}

.title-underline-left.white {
  background-color: #fff;
}

.title-underline-right {
  width: 110px;
  height: 6px;
  background-color: #f2bb30;
  border-radius: 4px;
}

.body-button {
  min-width: auto;
  color: #1d2c35;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f2bb30;
  border: 1px solid #f2bb30;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 400;
  transition: color 1s, border-color 1s, background-color 1s;
}

.body-button:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #1d2c35;
  text-decoration: none;
}

.body-button.alt {
  color: #fff;
  background-color: #2f4858;
  background-image: none;
  border-color: #fff;
  transition: background-color 1s;
}

.body-button.alt:hover {
  background-color: #1d2c35;
}

.body-button.white:hover {
  color: #fff;
  border-color: #fff;
}

.body-button.blog {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}

.services-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 60px;
}

.services-grid._2x2 {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr;
  padding-left: 10%;
  padding-right: 10%;
}

.services-item {
  width: 100%;
  height: 100%;
  padding-top: 80px;
  position: relative;
}

.service-item-icon-holder {
  z-index: 2;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -17px;
}

.service-item-icon {
  width: 70px;
  height: 34px;
  object-fit: contain;
  background-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
}

.service-item-icon.light-grey {
  background-color: #eee;
}

.service-item-text-holder {
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #1d2c35;
  padding: 200px 20px 24px;
  position: relative;
}

.service-item-title {
  letter-spacing: 0;
  text-transform: none;
  font-size: 24px;
  font-weight: 700;
}

.service-item-image {
  z-index: 2;
  width: 90%;
  height: 280px;
  border-bottom: 6px solid #f2bb30;
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  overflow: hidden;
}

.service-item-title-link {
  color: #1d2c35;
}

.service-item-title-link:hover {
  color: #f2bb30;
}

.service-item-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 1s;
}

.service-item-background:hover {
  filter: brightness(80%);
}

.benefit-item {
  width: 100%;
  height: 100%;
  color: #f2bb30;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.benefit-item-title {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 24px;
  font-weight: 400;
}

.left-yellow-margin {
  z-index: 2;
  width: 70px;
  height: 340px;
  background-color: #d39b0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.top-white-border {
  z-index: 1;
  width: 100%;
  height: 70px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bottom-white-border {
  z-index: 1;
  width: 100%;
  height: 70px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.right-yellow-margin {
  z-index: 2;
  width: 70px;
  height: 340px;
  background-color: #f2bb30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.benefit-item-bk-icon {
  width: auto;
  height: 130px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.bild {
  width: 50px;
  height: 100%;
  background-color: #d39b0d;
}

.birl {
  width: 50px;
  height: 100%;
  background-color: #f2bb30;
}

.bleft {
  width: 25px;
  height: 26px;
  background-color: #f2bb30;
  margin-bottom: 26px;
}

.bright {
  width: 25px;
  height: 26px;
  background-color: #d39b0d;
  margin-bottom: 26px;
}

.left-yellow-border {
  z-index: 2;
  width: 450px;
  height: 260px;
  background-color: #d39b0d;
  position: absolute;
  top: 150px;
  right: 0;
  transform: skew(0deg, 24deg);
}

.column-image {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-height: 330px;
  min-height: 330px;
  object-fit: cover;
  position: relative;
}

.grey-image-border {
  z-index: 3;
  width: 50%;
  height: 100px;
  background-color: #2f4858;
  position: absolute;
  bottom: -54px;
  right: 0;
  transform: skew(0deg, -24deg);
}

.grey-image-border.white {
  background-color: #fff;
}

.review-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 40px;
}

.hidden-slider-nav {
  display: none;
}

.review-slider-nav {
  width: 100%;
  height: 30px;
  grid-column-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-slide, .review-slider-mask {
  width: 100%;
  height: auto;
}

.review-slide-inner {
  width: 100%;
  height: auto;
  color: #1d2c35;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.review-company {
  color: #d39b0d;
  font-size: 18px;
  font-weight: 300;
}

.review-name {
  color: #2f4858;
  font-size: 21px;
  font-weight: 900;
}

.review-slider-quote-mark {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
}

.block-background-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  filter: saturate(0%) contrast(150%);
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block-background-overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  mix-blend-mode: hard-light;
  background-color: #1d2c35;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq-block-holder {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.faq-item {
  width: 100%;
  height: auto;
  padding-left: 86px;
  position: relative;
}

.faq-question {
  width: 100%;
  height: auto;
  min-height: 46px;
  color: #1d2c35;
  text-align: left;
  background-color: #fff;
  padding: 8px 60px 8px 20px;
}

.faq-item-start {
  width: 76px;
  height: 46px;
  background-color: #d39b0d;
  position: absolute;
  top: 22px;
  left: 0;
  transform: skew(0deg, -30deg);
}

.faq-button {
  z-index: 2;
  width: 26px;
  height: 26px;
  background-color: #d39b0d;
  position: absolute;
  top: -13px;
  transform: rotate(45deg);
}

.faq-button-holder {
  width: 40px;
  height: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 9px;
  right: 12px;
  overflow: hidden;
}

.faq-answer {
  color: #1d2c35;
  text-align: left;
  background-color: #fff;
  padding: 0;
}

.faq-answer-inner {
  padding: 20px 20px 10px;
}

.faq-spacer {
  width: 100%;
  height: 8px;
}

.faq-button-shadow {
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #1d2c35;
  position: absolute;
  transform: rotate(45deg);
}

.block-top-arrow {
  z-index: 3;
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}

.block-top-arrow.light-grey {
  background-color: #eee;
}

.header-section {
  width: 100%;
  height: 660px;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.header-background {
  z-index: 1;
  width: 100%;
  height: 100%;
  filter: contrast(150%) grayscale();
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-background-overlay {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 72, 88, .95);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-background-overlay.video {
  mix-blend-mode: hard-light;
  background-color: #1d2c35;
}

.header-text-holder {
  z-index: 3;
  width: 100%;
  height: 100%;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10%;
  font-size: 32px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.header-logo {
  width: 40%;
  height: auto;
  object-fit: contain;
}

.button-holder {
  width: 100%;
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.yello-image-border {
  width: 150%;
  height: 300px;
  background-color: #d39b0d;
  position: absolute;
  bottom: -70px;
  left: 45%;
  transform: skew(0deg, 24deg);
}

._2-cols-text {
  text-align: left;
  column-count: 2;
  column-gap: 60px;
  margin-bottom: 30px;
}

.background-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.case-studies-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 30px;
  margin-bottom: 30px;
}

.slider-hidden-nav {
  display: none;
}

.slider-nav {
  width: 60px;
  height: 60px;
  color: #fff;
  cursor: pointer;
  background-color: #f2bb30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  transition: background-color 1s;
  display: flex;
  bottom: 0;
  right: 70px;
}

.slider-nav:hover {
  background-color: #2f4858;
}

.slider-nav.right {
  right: 0;
}

.case-studies-slide {
  width: 100%;
  height: auto;
  margin-right: 40px;
}

.case-studies-mask {
  width: 100%;
  height: auto;
}

.case-study-slider-grid {
  width: 100%;
  height: auto;
  min-height: 400px;
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.case-study-image {
  width: 100%;
  height: 100%;
  max-height: 400px;
  min-height: 400px;
  object-fit: cover;
}

.case-study-title {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
}

.consara-icon {
  z-index: 2;
  width: 80px;
  height: 80px;
  object-fit: contain;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.menu-div {
  color: #f2bb30;
  font-weight: 400;
}

.blog-item {
  width: 100%;
  height: 100%;
  padding-top: 80px;
  position: relative;
}

.blog-item-image {
  z-index: 2;
  width: 95%;
  height: 200px;
  border-bottom: 6px solid #f2bb30;
  position: absolute;
  top: 0;
  left: 5%;
  right: 0%;
  overflow: hidden;
}

.blog-item-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 1s;
}

.blog-item-background:hover {
  filter: brightness(80%);
}

.blog-item-text-holder {
  z-index: 1;
  width: 95%;
  height: auto;
  text-align: left;
  border: 1px solid #1d2c35;
  padding: 120px 20px 24px;
  font-size: 16px;
  position: relative;
  left: 0;
  right: 5%;
}

.blog-item-text-holder.border {
  border-color: #fff;
}

.blog-item-icon-holder {
  z-index: 2;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -17px;
}

.blog-item-icon {
  width: 62px;
  height: 34px;
  object-fit: contain;
  background-color: #fff;
  padding-left: 0;
  padding-right: 8px;
}

.blog-item-icon.grey-background {
  background-color: #2f4858;
}

.blog-item-icon.light-grey {
  background-color: #eee;
}

.blog-item-title {
  letter-spacing: 0;
  text-transform: none;
  font-size: 24px;
  font-weight: 700;
}

.blog-item-title-link {
  color: #1d2c35;
}

.blog-item-title-link:hover, .blog-item-title-link.grey {
  color: #f2bb30;
}

.blog-item-title-link.grey:hover {
  color: #ad7f0b;
}

.accreds-holder {
  grid-column-gap: 5%;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accreds-logo {
  width: 15%;
  height: 80px;
  object-fit: contain;
  object-position: 50% 50%;
}

.accreds-logo.grid {
  width: 100%;
  height: 60px;
  object-position: 0% 50%;
}

.contact-form-block {
  width: 100%;
  height: auto;
}

.contact-form-grid {
  grid-template-rows: auto;
  margin-bottom: 16px;
}

.text-field {
  height: 52px;
  cursor: text;
  border-bottom: 2px solid #f2bb30;
  margin-bottom: 0;
  transition: border-color .8s;
}

.text-field:hover {
  border-bottom-color: #ad7f0b;
}

.text-field.text-area {
  width: 100%;
  height: 110px;
  min-height: 110px;
  margin-bottom: 16px;
}

.gdpr-message {
  margin-bottom: 16px;
  font-size: 14px;
}

.contact-form-submit {
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2f4858;
  padding: 12px 2px;
  font-size: 18px;
  transition: background-color 1s;
}

.contact-form-submit:hover {
  background-color: #f2bb30;
}

.contact-items-grid {
  width: 100%;
  height: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
}

.contact-item {
  width: 100%;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.contact-item.footer {
  min-height: 32px;
  padding-top: 0;
  padding-left: 42px;
}

.contact-item.footer.address {
  padding-top: 4px;
}

.contact-icon {
  z-index: 1;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 7px;
  left: 7px;
}

.contact-icon.footer {
  width: 100%;
  height: 100%;
  position: static;
}

.contact-icon-copy {
  width: 22px;
  height: 22px;
  position: absolute;
}

.contact-icon-copy.back {
  z-index: 2;
  top: 7px;
  left: 7px;
}

.contact-icon-holder {
  width: 36px;
  height: 36px;
  background-color: #f2bb30;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  padding: 4px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-icon-link {
  color: #2f4858;
  margin-top: -2px;
  font-size: 21px;
  font-weight: 400;
}

.contact-icon-link:hover {
  color: #2f4858;
}

.icon-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}

.service-header-section {
  width: 100%;
  height: auto;
  min-height: 450px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 150px 10% 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-button-holder {
  z-index: 4;
  width: 100%;
  height: auto;
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  bottom: 60px;
}

.service-background-image {
  width: 100%;
  height: 100%;
  filter: grayscale();
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.service-header-colour-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 72, 88, .5);
  background-image: linear-gradient(rgba(47, 72, 88, .65), rgba(47, 72, 88, .65)), url('../images/Consara-Back.svg');
  background-position: 0 0, 50% 45%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 80%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-h1 {
  font-weight: 700;
}

.service-header-border {
  z-index: 3;
  width: 100%;
  height: 90px;
  background-color: #eee;
  border-top: 3px solid #fff;
  position: absolute;
  bottom: 0;
}

.service-statement-holder {
  z-index: 4;
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10%;
  padding-right: 10%;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.contact-anchor {
  width: 100%;
  height: 0;
  position: relative;
  top: -120px;
}

.case-study-button-holder {
  width: 100%;
}

.project-link {
  color: #1d2c35;
  font-weight: 400;
}

.project-link:hover {
  color: #f2bb30;
}

.footer-logo {
  width: auto;
  height: 60px;
  object-fit: contain;
}

.footer-link {
  color: #fff;
  font-weight: 400;
}

.footer-link:hover {
  color: #f5a201;
}

.footer-titles {
  color: #f2bb30;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 18px;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40% 60%;
}

.social-icon {
  width: 100%;
  height: 100%;
  transition: opacity 1s;
}

.social-icon:hover {
  opacity: .75;
}

.contact-icon-holder-2 {
  width: 36px;
  height: 36px;
  background-color: #f5a201;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  padding: 8px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-icon-holder-2.footer {
  width: 32px;
  height: 32px;
  background-color: #f2bb30;
  padding: 4px;
}

.social-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.footer-logo-link {
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

.footer-section {
  color: #fff;
  background-color: #2f4858;
  background-image: linear-gradient(rgba(47, 72, 88, .75), rgba(47, 72, 88, .75)), url('../images/Consara-Back.svg'), linear-gradient(145deg, rgba(29, 44, 53, 0), #1d2c35);
  background-position: 0 0, -400px, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto 800px, auto;
  border-left: 12px solid #f2bb30;
  padding: 80px 10% 100px;
  font-size: 16px;
}

.socials-link {
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-inner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-icon-link-2 {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

.contact-icon-link-2.footer {
  font-size: 16px;
}

.contact-icon-link-2.footer:hover {
  color: #f2bb30;
}

.column-2 {
  width: 100%;
  height: auto;
}

.column-2.footer {
  padding-right: 100px;
}

.column-2.footer-links {
  padding-left: 20px;
}

.page-header-section-2 {
  width: 100%;
  height: auto;
  min-height: 500px;
  color: #fff;
  text-align: center;
  background-color: #5cbfc4;
  border-bottom: 6px solid #009190;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 120px 10% 30px;
  font-size: 21px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-header-section-2.blog {
  min-height: 300px;
  text-align: left;
  background-color: #2f4858;
  border-bottom-color: #f2bb30;
}

.page-head-background-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  filter: grayscale();
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-header-colour-overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .25);
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/TeamIn-S-B.svg');
  background-position: 0 0, -180px;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 200%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-header-colour-overlay.blog {
  background-color: rgba(47, 72, 88, .85);
  background-image: linear-gradient(rgba(47, 72, 88, .5), rgba(47, 72, 88, .5)), url('../images/Consara-Back.svg');
  background-position: 0 0, -200px;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 400px;
}

.page-head-content {
  z-index: 4;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.page-head-content.blog {
  max-width: 1200px;
  padding-left: 0%;
}

.blog-title-page {
  letter-spacing: 1px;
  text-transform: none;
  font-size: 52px;
  font-weight: 700;
}

.body-section-3 {
  width: 100%;
  text-align: center;
  cursor: auto;
  padding: 100px 10%;
  overflow: hidden;
}

.body-section-3.blog {
  text-align: left;
  padding-top: 40px;
  padding-bottom: 0;
  padding-right: 5%;
}

.button-holder-2 {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.button-holder-2.left {
  justify-content: flex-start;
}

.button-holder-2.left.blog {
  margin-top: 0;
}

.blog-side-item-heading-link {
  color: #0b1e33;
  letter-spacing: 0;
  text-transform: none;
  font-size: 24px;
}

.blog-side-item-heading-link:hover {
  color: #f5a201;
}

.blog-sidebar-grid {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.blog-sidebar-item {
  width: 100%;
  height: auto;
}

.blog-body-holder {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 76% 24%;
}

.blog-sidebar-item-image {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}

.blog-side-item-heading {
  margin-top: 14px;
  font-size: 26px;
}

.cta-block {
  color: #fff;
  background-color: #1d272a;
  margin-top: 40px;
  padding: 10px 30px 30px;
}

.cta-block.blog {
  color: #1d272a;
  background-color: #f2bb30;
}

.image-grid {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 30px;
}

.case-study-lightbox {
  width: 100%;
  height: 200px;
}

.case-study-thumbnail {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
  transition: filter 1s;
}

.case-study-thumbnail:hover {
  filter: brightness(80%);
}

.benefit-icon {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 28px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shbl {
  z-index: 3;
  width: 100%;
  height: 39px;
  background-color: #f2bb30;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.shbr {
  z-index: 2;
  width: 100%;
  height: 39px;
  background-color: #2f4858;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 44px;
  }

  .service-statement-holder {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 52px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 66px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 46px;
  }

  .menu-dropdown {
    min-width: 200px;
  }

  .menu-link-holder.child {
    width: auto;
  }

  .menu-links-holder {
    grid-column-gap: 12px;
  }

  .body-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .body-section.about-us {
    padding-bottom: 130px;
  }

  .body-section.top {
    padding-top: 150px;
  }

  .body-container.blog {
    max-width: 1400px;
  }

  .column.relative {
    max-height: 350px;
    min-height: 350px;
  }

  .service-item-text-holder {
    padding-top: 220px;
  }

  .service-item-image {
    height: 300px;
  }

  .bottom-white-border {
    height: 90px;
  }

  .left-yellow-border {
    width: 500px;
    height: 280px;
    top: 156px;
  }

  .column-image {
    max-height: 350px;
    min-height: 350px;
  }

  .grey-image-border {
    width: 40%;
    bottom: -48px;
  }

  .yello-image-border {
    bottom: -76px;
  }

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

  .blog-item-text-holder {
    padding-top: 220px;
  }

  .service-statement-holder {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 56px;
  }

  .socials-link {
    width: 34px;
    height: 34px;
  }

  .blog-title-page {
    font-size: 54px;
  }

  .body-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 21px;
  }

  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 48px;
  }

  .nav-bar {
    padding-right: 240px;
  }

  .menu-dropdown {
    min-width: 240px;
  }

  .menu-link-holder {
    font-size: 16px;
  }

  .menu-links-holder {
    grid-column-gap: 14px;
  }

  .main-button {
    padding: 12px 24px;
    font-size: 18px;
  }

  .main-button.nav {
    width: 180px;
  }

  .body-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .body-section.about-us {
    padding-bottom: 160px;
  }

  .body-section.top {
    padding-top: 160px;
  }

  .body-container {
    max-width: 1400px;
  }

  .body-container.blog {
    max-width: 1600px;
  }

  .column.relative {
    max-height: 400px;
    min-height: 400px;
  }

  .body-button {
    padding: 12px 24px;
    font-size: 18px;
  }

  .service-item-text-holder {
    padding-top: 240px;
  }

  .service-item-title {
    font-size: 26px;
  }

  .service-item-image {
    height: 320px;
  }

  .benefit-item-title {
    font-size: 26px;
  }

  .bottom-white-border {
    height: 100px;
  }

  .left-yellow-border {
    width: 640px;
    height: 340px;
    top: 196px;
  }

  .column-image {
    max-height: 400px;
    min-height: 400px;
  }

  .grey-image-border, .yello-image-border {
    bottom: -60px;
  }

  .blog-item-image {
    height: 320px;
  }

  .blog-item-text-holder {
    padding-top: 240px;
  }

  .blog-item-title {
    font-size: 26px;
  }

  .accreds-logo {
    height: 92px;
  }

  .accreds-logo.grid {
    height: 80px;
  }

  .contact-item {
    padding-left: 52px;
  }

  .contact-icon, .contact-icon-copy.back {
    width: 24px;
    height: 24px;
    top: 8px;
    left: 8px;
  }

  .contact-icon-holder {
    width: 40px;
    height: 40px;
  }

  .contact-icon-link {
    font-size: 24px;
  }

  .service-header-section {
    min-height: 500px;
    padding-top: 160px;
  }

  .service-button-holder {
    bottom: 70px;
  }

  .service-statement-holder {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 60px;
  }

  .footer-titles {
    font-size: 21px;
  }

  .contact-icon-holder-2 {
    width: 40px;
    height: 40px;
  }

  .footer-section {
    font-size: 18px;
  }

  .socials-link {
    width: 36px;
    height: 36px;
  }

  .contact-icon-link-2 {
    font-size: 24px;
  }

  .page-header-section-2.blog {
    min-height: 320px;
  }

  .page-head-content.blog {
    max-width: 1400px;
  }

  .blog-title-page {
    font-size: 56px;
  }

  .body-section-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 38px;
  }

  .menu-drawer-holder {
    z-index: 997;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .menu-bar-mid {
    width: 42px;
    height: 2px;
    background-color: #1d2c35;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-dropdown {
    width: 100%;
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 12px;
    padding-top: 0;
    display: grid;
    position: static;
    top: 0;
    left: 0;
  }

  .menu-link-holder {
    width: 100%;
    height: auto;
    min-height: 52px;
    border-bottom: 2px dotted #f1f4f6;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 21px;
    position: static;
  }

  .menu-link-holder.child {
    height: auto;
    max-width: none;
    min-height: 42px;
    min-width: auto;
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-bottom: 0;
    padding: 6px 0;
    font-size: 16px;
  }

  .menu-link-holder.child:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-links-holder {
    height: 100%;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
    padding: 90px 5% 40px;
  }

  .menu-bar-top {
    width: 42px;
    height: 2px;
    background-color: #1d2c35;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .logo-link {
    z-index: 998;
  }

  .menu-bar-bottom {
    width: 42px;
    height: 2px;
    background-color: #1d2c35;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .mobile-menu-button {
    z-index: 998;
    width: 38px;
    height: 26px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    right: 176px;
    overflow: hidden;
  }

  .main-button.nav {
    z-index: 998;
    width: 140px;
    font-size: 14px;
  }

  .body-section {
    text-align: left;
    padding: 60px 5%;
  }

  .body-section.dark-grey.sides {
    padding: 70px 60px;
  }

  .body-section.dark-grey.image {
    background-image: linear-gradient(rgba(47, 72, 88, .5), rgba(47, 72, 88, .5)), url('../images/Consara-Back.svg'), linear-gradient(145deg, #2f4858, #1d2c35);
    background-position: 0 0, 100%, 0 0;
    background-size: auto, auto 90%, auto;
    background-attachment: scroll, scroll, scroll;
  }

  .body-section.shorter-top {
    padding-top: 40px;
  }

  .body-section.shorter-bottom {
    padding-bottom: 40px;
  }

  .body-section.shorter-both {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .body-section.about-us {
    padding-bottom: 30px;
  }

  .body-section.grey-image-background {
    padding-top: 100px;
  }

  .body-section.light-grey.contact {
    background-position: 50% 30px;
    background-size: auto 200%;
  }

  .body-section.top {
    padding-top: 100px;
  }

  .columns {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    display: flex;
  }

  .columns.reverse {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .column.relative {
    margin-bottom: 20px;
  }

  .column.case-study-details {
    padding-bottom: 0;
  }

  .column.blog {
    padding-right: 0;
  }

  .title-underline {
    justify-content: flex-start;
  }

  .body-button:hover {
    background-color: #fff;
  }

  .body-button.alt.case-study {
    height: 50px;
    max-width: none;
    min-width: 200px;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-grid._2x2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .service-item-icon-holder {
    justify-content: flex-start;
    padding-left: 20px;
  }

  .left-yellow-margin {
    width: 40px;
    height: 194px;
  }

  .top-white-border, .bottom-white-border {
    height: 40px;
  }

  .right-yellow-margin {
    width: 40px;
    height: 194px;
  }

  .left-yellow-border {
    width: 65%;
    top: 130px;
  }

  .grey-image-border {
    width: 25%;
    height: 80px;
    bottom: -40px;
  }

  .review-slider {
    text-align: left;
  }

  .review-slider-nav {
    justify-content: flex-start;
  }

  .review-slide-inner {
    text-align: left;
    align-items: flex-start;
    padding-left: 0%;
  }

  .faq-block-holder {
    padding-left: 0%;
    padding-right: 0%;
  }

  .block-top-arrow {
    height: 60px;
  }

  .header-section {
    height: 500px;
    text-align: center;
  }

  .header-text-holder {
    padding-left: 5%;
    padding-right: 5%;
  }

  .yello-image-border {
    width: 100%;
    bottom: -61px;
  }

  ._2-cols-text {
    column-gap: 40px;
  }

  .slider-nav {
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-right: auto;
    font-size: 30px;
    left: 0;
    right: auto;
  }

  .slider-nav.right {
    margin-left: 0;
    margin-right: auto;
    left: 60px;
    right: auto;
  }

  .case-study-slider-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .case-study-image {
    max-height: 240px;
    min-height: 240px;
  }

  .case-study-title {
    font-size: 28px;
  }

  .consara-icon {
    height: 60px;
    top: 10px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .menu-div {
    display: none;
  }

  .blog-item-icon-holder {
    justify-content: flex-start;
  }

  .contact-items-grid {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .icon-grid {
    margin-bottom: 40px;
  }

  .service-header-section {
    min-height: 410px;
    padding-top: 124px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .service-button-holder {
    margin-top: 40px;
    margin-bottom: 100px;
    bottom: -46px;
  }

  .service-statement-holder {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 42px;
  }

  .case-study-button-holder {
    padding-left: 120px;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-section {
    padding: 60px 5%;
  }

  .column-2.footer-links {
    padding-left: 0;
  }

  .page-header-section-2 {
    text-align: left;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .page-head-content {
    padding-left: 0%;
  }

  .blog-title-page {
    font-size: 44px;
  }

  .body-section-3 {
    text-align: left;
    padding: 60px 5%;
  }

  .body-section-3.blog {
    padding-right: 5%;
  }

  .button-holder-2 {
    justify-content: flex-start;
  }

  .blog-sidebar-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-body-holder {
    grid-template-columns: 1fr;
  }

  .blog-side-item-heading {
    font-size: 21px;
  }

  .image-grid {
    grid-column-gap: 20px;
  }

  .shbl, .shbr {
    height: 46px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 34px;
  }

  .menu-dropdown {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu-link-holder {
    font-size: 18px;
  }

  .menu-link-holder.child {
    font-size: 14px;
  }

  .menu-links-holder {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-section {
    text-align: left;
    padding: 40px 30px;
  }

  .body-section.dark-grey.sides {
    padding: 30px;
  }

  .body-section.grey-image-background {
    padding-top: 40px;
  }

  .body-container {
    padding-left: 0;
  }

  .column.relative {
    max-height: 260px;
    min-height: 260px;
  }

  .column.case-study-details {
    font-size: 16px;
  }

  .column.blog {
    padding-right: 0;
  }

  .services-grid, .services-grid._2x2 {
    grid-template-columns: 1fr;
  }

  .service-item-icon-holder {
    justify-content: center;
    padding-left: 0;
  }

  .service-item-text-holder {
    min-height: 150px;
    padding-top: 10px;
    padding-left: 260px;
  }

  .service-item-image {
    width: 240px;
    height: 200px;
    left: -10px;
    right: auto;
  }

  .benefit-item {
    grid-column-gap: 20px;
    flex-direction: row;
    align-items: center;
  }

  .left-yellow-margin, .top-white-border, .bottom-white-border, .right-yellow-margin {
    display: none;
  }

  .left-yellow-border {
    width: 380px;
    height: 200px;
    top: 100px;
  }

  .column-image {
    max-height: 260px;
    min-height: 260px;
  }

  .grey-image-border {
    width: 150px;
    height: 70px;
    bottom: -34px;
  }

  .block-top-arrow {
    display: none;
  }

  .header-section {
    height: auto;
    min-height: auto;
  }

  .header-section.full {
    height: 400px;
    min-height: 100vh;
  }

  .header-text-holder {
    padding-top: 140px;
    padding-bottom: 40px;
    font-size: 21px;
  }

  .header-logo {
    width: 300px;
  }

  .button-holder {
    grid-column-gap: 20px;
  }

  .yello-image-border {
    width: 80%;
    height: 200px;
    bottom: 1px;
  }

  ._2-cols-text {
    column-count: 1;
  }

  .case-study-title {
    font-size: 24px;
  }

  .consara-icon {
    width: 60px;
    height: 35px;
  }

  .blog-item-image {
    left: -10px;
    right: auto;
  }

  .blog-item-text-holder {
    min-height: 150px;
  }

  .blog-item-icon-holder {
    padding-left: 0;
  }

  .accreds-holder {
    justify-content: flex-start;
  }

  .accreds-logo {
    width: 28%;
    min-width: 120px;
    object-position: 0% 50%;
  }

  .contact-items-grid {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .contact-item {
    min-height: 36px;
    padding-top: 0;
  }

  .contact-icon-link {
    font-size: 18px;
  }

  .service-header-section {
    height: auto;
    min-height: 385px;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .service-button-holder {
    margin-bottom: 90px;
  }

  .service-header-border {
    height: 75px;
  }

  .service-statement-holder {
    font-size: 34px;
  }

  .project-link {
    font-weight: 700;
  }

  .footer-titles {
    font-size: 16px;
  }

  .social-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-section {
    padding-bottom: 40px;
    padding-left: 18px;
    padding-right: 30px;
  }

  .socials-link {
    width: 50px;
    height: 50px;
  }

  .footer-inner-grid {
    font-size: 14px;
  }

  .contact-icon-link-2 {
    font-size: 18px;
  }

  .column-2.footer {
    padding-right: 0;
  }

  .page-header-section-2 {
    min-height: 360px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }

  .blog-title-page {
    font-size: 38px;
  }

  .body-section-3 {
    text-align: left;
    padding: 40px 30px;
  }

  .body-section-3.blog {
    padding-top: 30px;
    padding-right: 30px;
  }

  .button-holder-2 {
    flex-direction: row;
    align-items: flex-start;
  }

  .blog-sidebar-grid {
    grid-template-columns: 1fr;
  }

  .blog-body-holder {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  .nav-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-logo {
    height: 38px;
  }

  .menu-dropdown {
    grid-column-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: -8px;
  }

  .menu-link-holder {
    min-height: auto;
    padding-bottom: 10px;
  }

  .menu-link-holder.child {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-links-holder {
    margin-bottom: 80px;
    padding: 66px 14px 60px;
  }

  .logo-link {
    left: 14px;
  }

  .mobile-menu-button {
    right: 14px;
  }

  .main-button {
    width: 100%;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .main-button.nav {
    display: none;
  }

  .spacer {
    height: 20px;
  }

  .body-section {
    padding: 40px 20px 50px;
    font-size: 18px;
  }

  .body-section.dark-grey.sides {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-section.dark-grey.image {
    background-image: linear-gradient(rgba(47, 72, 88, .5), rgba(47, 72, 88, .5)), url('../images/Consara-Back.svg'), linear-gradient(145deg, #2f4858, #1d2c35);
    background-position: 0 0, -100px 30px, 0 0;
    background-size: auto, 250%, auto;
  }

  .body-section.about-us {
    padding-bottom: 40px;
  }

  .body-section.top {
    padding-top: 90px;
  }

  .column.relative {
    max-height: 180px;
    min-height: 180px;
  }

  .column.case-study-details {
    padding-bottom: 0;
  }

  .column.sidebar {
    padding: 16px;
  }

  .body-button {
    width: 100%;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .body-button.alt.case-study {
    width: 100%;
    max-width: none;
    min-width: auto;
    border-width: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .services-grid {
    margin-bottom: 40px;
  }

  .service-item-icon-holder {
    justify-content: flex-start;
    padding-left: 12px;
  }

  .service-item-text-holder {
    padding-top: 96px;
    padding-left: 20px;
  }

  .service-item-image {
    width: 100%;
    height: 180px;
  }

  .benefit-item {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-yellow-border {
    width: 180px;
    height: 160px;
    top: 56px;
  }

  .column-image {
    max-height: 180px;
    min-height: 180px;
  }

  .grey-image-border {
    width: 60px;
    height: 40px;
    bottom: -14px;
  }

  .faq-block-holder {
    font-size: 16px;
  }

  .faq-item {
    padding-left: 0;
  }

  .faq-question {
    border-left: 6px solid #d39b0d;
    padding-left: 14px;
  }

  .faq-item-start {
    display: none;
  }

  .faq-answer-inner {
    border-left: 6px solid #2f4858;
    padding-top: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .header-section.full {
    height: 100%;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-text-holder {
    padding-top: 110px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0;
  }

  .header-logo {
    width: 100%;
  }

  .button-holder {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .yello-image-border {
    width: 50%;
    height: 160px;
    bottom: 6px;
    left: 60%;
  }

  .case-studies-slider {
    margin-bottom: 20px;
  }

  .slider-nav {
    width: 44px;
    left: 0;
  }

  .slider-nav.right {
    left: auto;
    right: 0;
  }

  .case-study-slider-grid {
    grid-row-gap: 10px;
  }

  .case-study-image {
    max-height: 200px;
    min-height: 200px;
  }

  .case-study-title {
    font-size: 21px;
  }

  .blog-item-image {
    width: 100%;
    height: 180px;
  }

  .blog-item-text-holder {
    width: 100%;
    padding: 96px 12px 10px;
    right: 0%;
  }

  .blog-item-title {
    font-size: 21px;
  }

  .accreds-holder {
    grid-column-gap: 10%;
    justify-content: flex-start;
  }

  .accreds-logo {
    width: 40%;
    min-width: 110px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .icon-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-header-section {
    min-height: 400px;
    background-color: #f4f4f4;
    padding-top: 150px;
    padding-bottom: 20px;
  }

  .service-button-holder {
    grid-row-gap: 14px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
    margin-bottom: 20px;
    position: static;
  }

  .service-header-colour-overlay {
    background-color: rgba(47, 72, 88, .75);
    background-image: linear-gradient(rgba(47, 72, 88, .25), rgba(47, 72, 88, .25)), url('../images/Consara-Back.svg');
    background-position: 0 0, 25% 100%;
    background-size: auto, 200%;
  }

  .service-h1 {
    letter-spacing: 1px;
    font-size: 32px;
    line-height: 1.3;
  }

  .service-header-border {
    display: none;
  }

  .service-statement-holder {
    text-align: left;
    letter-spacing: 2px;
    justify-content: flex-start;
    font-size: 28px;
  }

  .case-study-button-holder {
    padding-left: 54px;
    padding-right: 54px;
  }

  .project-link {
    font-weight: 700;
  }

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

  .social-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-logo-link {
    width: 100%;
  }

  .footer-section {
    background-image: linear-gradient(rgba(24, 59, 86, .85), rgba(24, 59, 86, .85)), url('../images/AirCon4You-Icon-20pcwhite.svg');
    background-position: 0 0, 0 0;
    background-size: auto, auto 40%;
    border-left-width: 8px;
    padding: 40px 20px 20px 16px;
  }

  .socials-link {
    width: 40px;
    height: 40px;
  }

  .footer-inner-grid {
    grid-template-columns: 1fr;
  }

  .page-header-section-2 {
    min-height: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-title-page {
    font-size: 34px;
  }

  .body-section-3 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .body-section-3.blog {
    padding-top: 20px;
    padding-right: 20px;
  }

  .button-holder-2 {
    flex-direction: column;
  }

  .blog-sidebar-grid {
    grid-template-columns: 1fr;
  }

  .cta-block {
    padding: 6px 16px 16px;
  }

  .image-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_59dd4c35-24ec-7b34-9e42-53c4f3731e23-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_28b921bb-da6e-6c2d-66a2-0b3d7ff470e0-4be4c09c, #w-node-_5dce4e57-086f-b12b-122b-05e5e49755fb-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae71b76f-d522-4fc0-9902-6053ab5e1598-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d3084ab8-aa83-120f-4a22-9d1558cc1484-4be4c09c, #w-node-cdcc5a23-b354-a99f-a6bc-914537d5bb0a-4be4c09c, #w-node-_3f269a1d-2427-3984-5c48-5fd39c8a7627-4be4c09c, #w-node-_95ba9828-cd60-acdf-c33b-8ea5eced8f67-4be4c09c, #w-node-ee7b3de7-e599-a537-e354-2fb312c6d400-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1888aa2d-05cc-1a45-7e31-3e13c866afa7-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_1888aa2d-05cc-1a45-7e31-3e13c866afad-4be4c09c, #w-node-_1888aa2d-05cc-1a45-7e31-3e13c866afaf-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1888aa2d-05cc-1a45-7e31-3e13c866afb1-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_1888aa2d-05cc-1a45-7e31-3e13c866afb2-4be4c09c, #w-node-_6ff92458-a896-fb9f-bf2f-b0fb32ba93a0-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1672e3b9-bee7-f7c1-5c07-4965e5e7c569-4be4c09c, #w-node-f5e62e99-7cd8-5990-8a0f-366b358b7a27-4be4c09c, #w-node-_11168e11-383e-2625-cbd1-93c2b5ac0076-4be4c09c, #w-node-_7716b982-646c-68de-c39a-222f451b9234-4be4c09c, #w-node-_7716b982-646c-68de-c39a-222f451b923d-4be4c09c, #w-node-_7716b982-646c-68de-c39a-222f451b9246-4be4c09c, #w-node-_07a68de5-094b-c0c7-bff1-9648d7572d95-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-b1a5083f-e32f-1120-d317-32d99a55a828-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1a5083f-e32f-1120-d317-32d99a55a82b-4be4c09c, #w-node-_4324d9ac-fa4a-13f7-cd83-ab265d4ff6ea-4be4c09c, #w-node-_7c768b20-f192-c90f-41f4-29eec9a3b5cd-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_2fc8e45f-56e1-8e6d-be0d-f9e444f11eb3-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bee9781-b384-20b8-0d4b-00c7a45b0a0b-4be4c09c, #w-node-f70e411a-9073-d84d-a4ff-14b8ada7438c-4be4c09c, #w-node-a07c5ce3-c5c5-afae-8a12-2ab2b5ce5fa8-4be4c09c, #w-node-a07c5ce3-c5c5-afae-8a12-2ab2b5ce5faa-4be4c09c, #w-node-_24e71415-a1ac-cab3-cafa-1fc79d860991-4be4c09c, #w-node-d08588a6-c75b-47f0-8e66-f6a12550d4d6-4be4c09c, #w-node-_3c3caa8f-8dc7-6092-6969-fbffbd3b0c1a-4be4c09c, #w-node-_7336b8ee-8527-aca3-2272-e5b205bef2de-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_67d19bdb-95ec-3461-bb9f-b23ae2dd06e8-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c8f698a-13c1-44c0-a84a-0ec5e7232563-4be4c09c, #w-node-_1c8f698a-13c1-44c0-a84a-0ec5e7232569-4be4c09c, #w-node-_1c8f698a-13c1-44c0-a84a-0ec5e723256f-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: stretch;
}

#w-node-_21e4ae0b-c030-41fa-ca46-afaf610edb1a-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c01817d9-7c60-2990-f0d0-1282098d4a60-4be4c09c {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_1b4b5ee2-af43-60bb-6f6b-679161ec8b95-4be4c09c, #w-node-_1b4b5ee2-af43-60bb-6f6b-679161ec8b97-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b4b5ee2-af43-60bb-6f6b-679161ec8b9b-4be4c09c, #w-node-_1b4b5ee2-af43-60bb-6f6b-679161ec8ba0-4be4c09c, #w-node-_1b4b5ee2-af43-60bb-6f6b-679161ec8ba5-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: stretch;
}

#w-node-_1b4b5ee2-af43-60bb-6f6b-679161ec8bb8-4be4c09c, #w-node-_1b4b5ee2-af43-60bb-6f6b-679161ec8bda-4be4c09c, #w-node-_1b4b5ee2-af43-60bb-6f6b-679161ec8bfc-4be4c09c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_859e5cbd-e51a-a0c4-0369-acaaea1642d8-adf75769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_859e5cbd-e51a-a0c4-0369-acaaea1642de-adf75769, #w-node-_859e5cbd-e51a-a0c4-0369-acaaea1642e5-adf75769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_859e5cbd-e51a-a0c4-0369-acaaea1642e7-adf75769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_859e5cbd-e51a-a0c4-0369-acaaea1642e8-adf75769, #w-node-_28c8cbf3-2b44-6cf2-675c-5031aeda0f45-adf75769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e664691c-632a-04dc-189f-37023f24c01e-adf75769, #w-node-e664691c-632a-04dc-189f-37023f24c028-adf75769, #w-node-e664691c-632a-04dc-189f-37023f24c032-adf75769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-df26fbcf-25e7-0b1a-6c74-d71b321ed5cd-adf75769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df26fbcf-25e7-0b1a-6c74-d71b321ed5d4-adf75769, #w-node-df26fbcf-25e7-0b1a-6c74-d71b321ed5d6-adf75769, #w-node-df26fbcf-25e7-0b1a-6c74-d71b321ed5df-adf75769, #w-node-df26fbcf-25e7-0b1a-6c74-d71b321ed5e1-adf75769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_7778bd6c-4c51-7730-ea77-135c6b053be4-adf75769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7778bd6c-4c51-7730-ea77-135c6b053be7-adf75769, #w-node-_7778bd6c-4c51-7730-ea77-135c6b053bf2-adf75769, #w-node-_7778bd6c-4c51-7730-ea77-135c6b053bfd-adf75769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_6661289c-2b05-5568-3feb-c282527a9aee-adf75769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6661289c-2b05-5568-3feb-c282527a9af7-adf75769, #w-node-_6661289c-2b05-5568-3feb-c282527a9afd-adf75769, #w-node-_6661289c-2b05-5568-3feb-c282527a9b03-adf75769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: stretch;
}

#w-node-_6661289c-2b05-5568-3feb-c282527a9b0d-adf75769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6661289c-2b05-5568-3feb-c282527a9b1b-adf75769 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-f7b33572-5a10-9c41-e06b-f8242fb09bf2-7eb16cb8, #w-node-f7b33572-5a10-9c41-e06b-f8242fb09c07-7eb16cb8, #w-node-f7b33572-5a10-9c41-e06b-f8242fb09c09-7eb16cb8, #w-node-bd73c2d0-8498-8ee6-9ed6-0c674ee21ceb-dc6f44ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

