/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  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;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .hero-about-us .page-title {
    margin-bottom: 15px;
  }
}
.page-template-about-us .main-content {
  background-color: #F9F9F9;
  padding-bottom: 51px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content {
    position: relative;
    margin-top: -151px;
    padding-top: 84px;
    padding-bottom: 84px;
    background-color: unset;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .main-content {
    padding-bottom: 50px;
  }
}
.page-template-about-us .main-content:before {
  content: none;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #F9F9F9 65%, rgba(255, 0, 0, 0) 35%);
    pointer-events: none;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .main-content:before {
    background: linear-gradient(to right, #F9F9F9 60%, rgba(255, 0, 0, 0) 30%);
  }
}
@media screen and (min-width: 1600px) {
  .page-template-about-us .main-content:before {
    background: linear-gradient(to right, #F9F9F9 58%, rgba(255, 0, 0, 0) 32%);
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .main-content .container {
    position: static;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .page-template-about-us .main-content .container {
    max-width: 1240px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .main-content .row {
    display: flex;
    flex-direction: row-reverse;
  }
}
.page-template-about-us .main-content .image-holder {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content .image-holder {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 54px;
    width: 47%;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .main-content .image-holder {
    width: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-about-us .main-content .image-holder {
    top: 30%;
    transform: translateY(-30%);
    width: 48%;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .main-content .image-holder {
    position: relative;
    margin-bottom: 27.53px;
    width: 100%;
    max-width: 796px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .main-content .image-holder {
    max-width: 696px;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .main-content .image-holder {
    max-width: 496px;
  }
}
.page-template-about-us .main-content .image-holder .main-content-feat-img-1 {
  align-self: flex-end;
  width: 100%;
  max-width: calc(100% - 254px);
  height: 606px;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.12);
  border: 12px solid #fff;
  border-right: none;
  object-fit: cover;
  object-position: top center;
}

@media (min-width: 1400px) and (max-width: 1439px) {
  .page-template-about-us .main-content .image-holder .main-content-feat-img-1 {
    object-position: center right;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .main-content .image-holder .main-content-feat-img-1 {
    border-right: 12px solid #fff;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .main-content .image-holder .main-content-feat-img-1 {
    width: 100%;
    max-width: 80%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .main-content .image-holder .main-content-feat-img-1 {
    max-width: 70%;
    border: 6px solid #fff;
  }
}
.page-template-about-us .main-content .image-holder .main-content-feat-img-2 {
  position: absolute;
  bottom: -156px;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.12);
  border: 12px solid #fff;
  width: 100%;
  max-width: 435px;
  height: 432px;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .page-template-about-us .main-content .image-holder .main-content-feat-img-2 {
    max-width: 335px;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .main-content .image-holder .main-content-feat-img-2 {
    position: relative;
    margin-top: -250px;
    bottom: initial;
    max-width: 55%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .main-content .image-holder .main-content-feat-img-2 {
    margin-top: -30%;
    max-width: 40%;
    margin-left: 50px;
    border: 6px solid #fff;
  }
}
@media (max-width: 399px) {
  .page-template-about-us .main-content .image-holder .main-content-feat-img-2 {
    margin-left: 40px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .main-content .heading {
    width: 100%;
    max-width: 567px;
    margin-top: 41px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .main-content .heading {
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content .main-content-container {
    width: 100%;
    max-width: 561px;
    position: relative;
    z-index: 1;
    margin-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .main-content .main-content-container {
    margin-right: 96px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .team-section {
    padding-top: 87px;
    padding-bottom: 106px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .team-section-content {
    width: 100%;
    max-width: 565px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .section-results-matters {
    margin-bottom: 116px;
  }
}
.page-template-about-us .section-bottom {
  background-color: #F9F9F9;
  padding-bottom: 51px;
  margin-top: 330px;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .section-bottom {
    position: relative;
    margin-top: 0;
    margin-bottom: 37px;
    padding-top: 117px;
    padding-bottom: 119px;
    background-color: unset;
    min-height: 780px;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .section-bottom {
    padding-top: 330px;
    margin-top: 0;
  }
}
.page-template-about-us .section-bottom:before {
  content: none;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .section-bottom:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #F9F9F9 65%, #fff 35%);
    pointer-events: none;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .section-bottom:before {
    background: linear-gradient(to left, #F9F9F9 60%, #fff 30%);
  }
}
@media screen and (min-width: 1600px) {
  .page-template-about-us .section-bottom:before {
    background: linear-gradient(to left, #F9F9F9 58%, #fff 32%);
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .section-bottom .container {
    position: static;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .page-template-about-us .section-bottom .container {
    max-width: 1240px;
  }
}
.page-template-about-us .section-bottom .image-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: -270px;
  height: 270px;
  margin-bottom: 0;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .section-bottom .image-holder {
    top: calc(50% + 24px);
    transform: translateY(calc(-50% - 24px));
    right: auto;
    max-width: 45%;
    height: 580px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.12);
    border: 12px solid #fff;
    border-left: none;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .section-bottom .image-holder {
    max-width: 50%;
  }
}
.page-template-about-us .section-bottom .image-holder .section-bottom-img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .section-bottom .image-holder .section-bottom-img {
    width: 100%;
    object-position: center right;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .section-bottom .image-holder .section-bottom-img {
    object-position: top right;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .section-bottom .image-holder .section-bottom-img {
    margin-bottom: 27.53px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .section-bottom .section-bottom-title {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 572px;
    margin-top: 0;
    margin-bottom: 19px;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .section-bottom .section-bottom-title {
    margin-left: 116px;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .section-bottom .section-bottom-title {
    margin-top: 27.53px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .section-bottom .section-bottom-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 572px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .section-bottom .section-bottom-content {
    margin-left: 116px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .section-bottom .section-bottom-content ul {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.page-template-about-us .section-bottom .btn-container {
  margin-top: 29px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .section-bottom .btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .page-template-about-us .section-bottom .btn-container .btn-2 {
    min-width: 187px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .awards-part {
    padding-bottom: 131px;
  }
}

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