/**
* 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-section {
  padding: 50px 0 30px;
}

@media screen and (min-width: 1200px) {
  .about-section {
    padding: 200px 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .about-section .about-content {
    max-width: 567px;
    margin-left: auto;
    margin-top: -10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #about-section-1 .about-image {
    text-align: center;
  }
}
#about-section-2 {
  padding: 50px 0 35px;
  background-color: var(--color-neutral);
}

@media screen and (min-width: 992px) {
  #about-section-2 {
    padding: 100px 0 90px;
  }
}
#about-section-2 .about-content {
  background-color: #fff;
  padding: 30px 30px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(23, 23, 23, 0.1019607843);
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
}

@media screen and (min-width: 992px) {
  #about-section-2 .about-content {
    padding: 45px 40px 40px;
  }
}
@media screen and (min-width: 1200px) {
  #about-section-2 .about-content {
    padding-left: 60px;
    margin-right: initial;
  }
}
#about-section-2 .about-content ul li {
  margin-bottom: 8px !important;
}

@media screen and (min-width: 992px) {
  #about-section-2 h2 {
    max-width: 264px;
  }
}
@media screen and (min-width: 1200px) {
  #about-section-3 .about-content {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  #about-section-3 .btn--secondary {
    padding-left: 93px;
    padding-right: 93px;
  }
}
#about-section-3 .subtitle {
  color: var(--color-primary);
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -18px;
}

@media (max-width: 1199px) {
  #about-section-3 .subtitle {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  #about-section-3 {
    background-image: url("../../dist/images/about-section-three.png");
    background-repeat: no-repeat;
    background-size: 100% 940px;
    background-position: center bottom;
    padding: 68px 0 100px;
  }
}
#about-section-4 {
  background: linear-gradient(90.34deg, #242424 -2.41%, #151519 102.05%);
}

@media screen and (min-width: 768px) {
  #about-section-4 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  #about-section-4 {
    background-image: url("../../dist/images/about-4-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 100px 0;
  }
}
#about-section-4 .about-section-4-wrapper {
  background-color: var(--color-tertiary);
  border-radius: 8px;
  padding: 25px;
  border: 1px solid #575454;
}

@media screen and (min-width: 992px) {
  #about-section-4 .about-section-4-wrapper {
    padding: 55px 55px 30px;
  }
}
#about-section-4 .about-content {
  max-width: initial;
  margin-left: initial;
  margin-right: initial;
}

#about-section-5 {
  background: var(--color-neutral);
}

@media (max-width: 991px) {
  #about-section-5 {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  #about-section-5 {
    background-image: url("../../dist/images/about-last-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 100px 0 0;
  }
}
@media screen and (min-width: 992px) {
  #about-section-5 .col-left {
    padding-bottom: 70px;
  }
}
.proven-track-record-section {
  position: relative;
  padding: 60px 0 35px 0;
  background: var(--color-secondary);
  background-repeat: no-repeat;
  background-position: top;
  overflow: visible;
  padding-top: 40%;
}

@media (max-width: 991px) {
  .proven-track-record-section {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .proven-track-record-section {
    padding: 300px 0 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .proven-track-record-section {
    padding-top: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .proven-track-record-section {
    padding-top: 33%;
  }
}
.proven-track-record-section .proven-track-record-content-wrapper {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .proven-track-record-section .proven-track-record__content {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .proven-track-record-section .proven-track-record__content p {
    text-align: left !important;
  }
}
.proven-track-record-section .about-results .item {
  position: relative;
  padding-top: 70px;
}

@media (max-width: 1199px) {
  .proven-track-record-section .about-results .item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .proven-track-record-section .about-results .item {
    padding-top: 83px;
  }
  .proven-track-record-section .about-results .item.opened {
    padding: 46px;
  }
}
.proven-track-record-section .about-results .item .icon-wrap {
  margin-bottom: 27px !important;
}

.proven-track-record-section .about-results .item .pa-category {
  margin-top: 7px;
}

.proven-track-record-section .about-results .item::before {
  content: "";
  position: absolute;
  top: 19px;
  right: 19px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-image: url("../../dist/images/plus.svg");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 1;
}

.proven-track-record-section .about-results .item.opened::before {
  background-image: url("../../dist/images/minus.svg");
  background-size: 16px 16px;
}

.proven-track-record-section .about-results .item .overlay-content {
  display: none;
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
  color: #fff;
}

.proven-track-record-section .about-results .item.opened {
  display: flex;
  align-items: center;
  justify-content: center;
}

.proven-track-record-section .about-results .item.opened .result-item-wrapper {
  display: none;
}

.proven-track-record-section .about-results .item.opened .overlay-content {
  display: block;
}

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