/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

#about-top {
  padding: 2rem 0 0;
  background-image: url("../../dist/images/about-bg-cw.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1199px) {
  #about-top {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #about-top .row {
    flex-direction: column-reverse;
  }
  #about-top .cw-years-badge {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  #about-top .col-right {
    text-align: center;
  }
  #about-top .col-left {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #about-top {
    padding-top: 6rem;
  }
  #about-top .col-left {
    padding-bottom: 105px;
  }
  #about-top .col-right {
    align-self: flex-end;
  }
}
#about-top .image-holder {
  position: relative;
}

#about-top .image-holder .cw-years-badge {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -108px;
}

#about-top .banner-subtitle {
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  margin-bottom: 25px;
}

#about-top .banner-subtitle span {
  color: var(--Color-Light-Green, #78C066);
}

.extra-sections {
  overflow: hidden;
  padding: 40px 0 30px;
}

@media screen and (min-width: 1200px) {
  .extra-sections {
    padding: 220px 0 100px;
  }
}
@media screen and (min-width: 1440px) {
  .extra-sections {
    padding: 220px 0 125px;
  }
}
.extra-sections__content {
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .extra-sections__content {
    margin-top: 0;
    max-width: 690px;
  }
}
@media (max-width: 1199px) {
  .extra-sections__image {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .extra-sections .img-shadow::before {
    width: 400px;
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .extra-sections .img-shadow::before {
    top: -60px;
    left: -60px;
    width: 600px;
    height: 600px;
  }
}
#about-one {
  padding: 40px 0 30px;
  background-image: url("../images/methodology-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media (max-width: 1199px) {
  #about-one .row {
    flex-direction: column-reverse;
  }
  #about-one .about-one__content {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #about-one {
    padding: 6.7rem 0 6.5rem;
  }
  #about-one .about-one__content {
    max-width: 570px;
    padding-top: 35px;
  }
  #about-one::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100px;
    background: #78C066;
  }
}
#about-one .methodology-image {
  text-align: center;
}

#about-one .about-section__bottom-content {
  margin-top: 30px;
  background-color: #FBFBFC;
  padding: 30px;
}

#about-one .about-section__bottom-content ul {
  margin-top: 30px;
}

@media (max-width: 1199px) {
  #about-one .about-section__bottom-content ul {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  #about-one .about-section__bottom-content ul li {
    max-width: 511px;
  }
}
@media screen and (min-width: 1200px) {
  #about-one .about-section__bottom-content {
    padding: 70px 90px 50px;
  }
}
@media screen and (min-width: 1600px) {
  #about-one .about-section__bottom-content {
    padding: 70px 113px 50px;
  }
}
#about-one .btn--primary {
  margin-top: 30px;
}

@media screen and (min-width: 1200px) {
  #about-one .btn--primary {
    margin-top: 50px;
    width: 329px;
  }
}
.about-two {
  background-color: #FBFBFC;
  padding: 30px 0 40px;
}

@media screen and (min-width: 1200px) {
  .about-two {
    padding: 6.5rem 0 6.5rem;
  }
  .about-two h2 {
    text-align: center;
    max-width: 689px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-two .entry-content {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .about-two .btn-wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .about-two .btn-wrapper {
    margin-top: 50px;
  }
}
.about-two .serving-image {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .about-two .serving-image {
    margin-top: 55px;
    margin-bottom: 60px;
  }
}
#about-three {
  padding: 3rem 0 0;
}

#about-three .entry-content {
  margin-top: 25px;
}

@media screen and (min-width: 1200px) {
  #about-three .entry-content {
    max-width: 572px;
    margin-left: auto;
    margin-top: -9px;
  }
}
@media screen and (min-width: 1200px) {
  #about-three {
    padding: 120px 0 0;
  }
  #about-three ul {
    margin-top: -7px;
  }
}
#about-three .btn-wrapper {
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  #about-three .btn-wrapper {
    margin-top: 65px;
  }
  #about-three .btn-wrapper .btn {
    min-width: initial;
    width: 180px;
  }
}
@media (max-width: 1199px) {
  #about-three .image-holder {
    text-align: center;
  }
}
.about-four {
  background-color: #fafafa;
  padding: 4.2rem 0 3rem;
  position: relative;
}

.about-four .container {
  position: unset;
}

.about-four__left {
  position: relative;
  margin-bottom: 80px;
}

@media screen and (min-width: 1200px) {
  .about-four__left {
    position: unset;
    height: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .about-four__left figure img {
    top: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    object-fit: cover;
    background-position: right -80px top 0;
  }
}
@media screen and (min-width: 1440px) {
  .about-four__left figure img {
    object-position: right top;
  }
}
.about-bottom {
  background: var(--Color-neutral, #FBFBFC);
  padding: 40px 0 40px;
}

.about-bottom h2 {
  background-image: url("../../dist/images/cw-green.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 85px;
}

@media screen and (min-width: 1200px) {
  .about-bottom {
    padding: 85px 0 85px;
  }
  .about-bottom .entry-content {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .about-bottom .btn {
    width: 265px;
  }
}
.cw-4-good {
  margin-top: 35px;
  padding-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .cw-4-good {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .cw-4-good {
    padding-bottom: 115px;
  }
}
.cw-4-good .row {
  align-items: center;
}

.cw-4-good__content {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .cw-4-good__content {
    text-align: center;
  }
}
.cw-4-good__content .entry-content {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  max-width: 419px;
}

.cw-4-good__content .entry-content p {
  color: var(--Color-body, #F2F2F2);
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cw-4-good__content .logo-holder {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1200px) {
  .cw-4-good__content {
    padding: 91px 90px 50px;
    height: 400px;
  }
}

/*# sourceMappingURL=about-us.css.map*/