/**
* 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 2rem;
  position: relative;
}

@media screen and (min-width: 1200px) {
  #about-top {
    padding-top: 6rem;
  }
  #about-top::before {
    width: 50%;
    height: 686px;
    top: -58px;
    position: absolute;
    content: "";
    left: 0;
    background-image: url(../images/bg-pattern.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1440px) {
  #about-top {
    padding-bottom: 5rem;
  }
}
#about-top .video-holder a {
  display: inline-block;
}

@media (max-width: 1199px) {
  #about-top .video-holder {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  #about-top .col-right {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #about-top h1 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  #about-top .wrap {
    max-width: 557px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  #about-top .wrap {
    padding-left: 30px;
  }
}
#about-one {
  padding: 0;
  position: relative;
}

#about-one img {
  width: 100%;
}

#about-one .section-title {
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  position: absolute;
  bottom: 6px;
  left: 30px;
}

#about-one .section-title span {
  display: block;
  color: var(--color-tertiary);
}

@media screen and (min-width: 768px) {
  #about-one .section-title {
    font-size: 34px;
    line-height: 43px;
    bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  #about-one .section-title {
    font-size: 40px;
    line-height: 55px;
    bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #about-one .section-title {
    font-size: 60px;
    line-height: 87px;
    bottom: 61px;
    left: 152px;
  }
}
.about-two {
  padding: 0;
  position: relative;
}

@media (min-width: 1400px) {
  .about-two .section-image {
    position: absolute;
    left: 0;
    width: 46.35%;
    height: 638px;
  }
  .about-two .section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .about-two .section-image {
    bottom: 230px;
  }
}
@media screen and (min-width: 1440px) {
  .about-two .section-image {
    left: 0;
    bottom: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .about-two .section-image {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .about-two .section-image {
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .about-two .col-left {
    padding-top: 8px;
  }
}
@media (max-width: 1199px) {
  .about-two .col-left {
    padding-top: 23px;
  }
}
@media (max-width: 1199px) {
  .about-two .col-right {
    margin-top: 23px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .about-two .col-right .wrap {
    padding-left: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .about-two .col-right {
    padding-top: 75px;
  }
  .about-two .col-right .wrap {
    margin-left: auto;
    margin-right: 21px;
  }
}
.about-two .full-image {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .about-two .full-image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 51.5%;
    background-color: #fff;
  }
}
.about-two .full-image img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .about-two .wrap {
    max-width: 626px;
  }
}

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