/**
* 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;
}

.page-template-about-us .main-content {
  position: relative;
  padding-top: 0;
  padding-bottom: 48px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content {
    padding-top: 78px;
    padding-bottom: 140px;
    min-height: 890px;
  }
}
.page-template-about-us .main-content:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: -175.5px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 175.5px);
  background-image: url("../images/about-us-banner.jpg");
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-about-us .main-content:before {
    background-image: url("../images/about-us-banner.jpg");
    top: -139px;
    height: calc(100% + 139px);
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content:before {
    top: -160px;
    background-image: url("../images/about-us-banner.jpg");
  }
}
.page-template-about-us .main-content:before {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.page-template-about-us .main-content .container {
  position: static;
}

@media screen and (min-width: 1600px) {
  .page-template-about-us .main-content .container {
    max-width: 1367px;
  }
}
.page-template-about-us .main-content .page-title {
  margin-bottom: 26px;
}

@media (max-width: 575px) {
  .page-template-about-us .main-content .page-title {
    width: 100%;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-about-us .main-content .banner-subtitle {
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .main-content .banner-subtitle {
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 8px;
    margin-bottom: 77px;
  }
}
.page-template-about-us .main-content-img-container {
  margin-bottom: 37px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content-img-container {
    position: absolute;
    left: 0;
    width: calc(50% - 46.2px);
    height: 100%;
    max-height: 486px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .main-content-img-container {
    width: calc(50% - 96.62px);
  }
}
.page-template-about-us .main-content-bg-img-mobile {
  border-radius: 0px 60px;
}

.page-template-about-us .main-content-bg-img {
  border-top-right-radius: 80px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content .entry-content {
    width: 100%;
    max-width: 590px;
    margin-top: 56.73px;
  }
}
@media (min-width: 331px) and (max-width: 575px) {
  .page-template-about-us .main-content .entry-content h2 {
    width: 100%;
    max-width: 322px;
  }
}
.page-template-about-us .main-content .entry-content *:not(.btn span) {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .main-content .entry-content p:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content .entry-content .heading-container {
    padding-top: 49.27px;
  }
}
.page-template-about-us .section-second {
  position: static;
  background: linear-gradient(270deg, #262D6F 0%, #030830 100%);
  padding-top: 52px;
  padding-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .section-second {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .section-second {
    padding-top: 125px;
    padding-bottom: 143px;
  }
}
.page-template-about-us .section-second .container {
  position: static;
}

@media screen and (min-width: 1600px) {
  .page-template-about-us .section-second .container {
    max-width: 1367px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .section-second .container .row {
    flex-direction: row-reverse;
  }
}
.page-template-about-us .section-second-img-container {
  margin-bottom: 37px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .section-second-img-container {
    position: absolute;
    right: 0;
    width: calc(50% - 46.2px);
    height: 100%;
    max-height: 682px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .section-second-img-container {
    max-height: 710px;
    width: calc(50% - 90.62px);
  }
}
.page-template-about-us .section-second-img-mobile {
  border-radius: 0px 60px;
}

.page-template-about-us .section-second-img {
  border-top-left-radius: 80px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-about-us .section-second-img {
    object-position: left center;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .section-second .entry-content {
    width: 100%;
    max-width: 590px;
    margin-top: 42.65px;
  }
}
@media (min-width: 331px) and (max-width: 575px) {
  .page-template-about-us .section-second .entry-content h2 {
    width: 100%;
    max-width: 320px;
  }
}
.page-template-about-us .section-second .entry-content *:not(.btn span) {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .section-second .entry-content .heading-container {
    padding-top: 44px;
  }
}
@media (min-width: 331px) and (max-width: 399px) {
  .page-template-about-us .section-second .entry-content .txt-container {
    width: 100%;
    max-width: 321px;
  }
}
.page-template-about-us .section-second .entry-content .txt-container ul {
  padding-left: 26px;
}

.page-template-about-us .section-third {
  position: static;
  padding-top: 46px;
  padding-bottom: 45px;
  background-image: url("../images/about-us-banner-3.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .section-third {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .section-third {
    padding-top: 129px;
    padding-bottom: 93px;
  }
}
.page-template-about-us .section-third .container {
  position: static;
}

@media screen and (min-width: 1600px) {
  .page-template-about-us .section-third .container {
    max-width: 1367px;
  }
}
.page-template-about-us .section-third-img-container {
  margin-bottom: 37px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .section-third-img-container {
    position: absolute;
    left: 0;
    width: calc(50% - 46.2px);
    height: 100%;
    max-height: 695px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .section-third-img-container {
    width: calc(50% - 96.62px);
  }
}
.page-template-about-us .section-third-img-mobile {
  border-radius: 0px 60px;
}

.page-template-about-us .section-third-img {
  border-top-right-radius: 80px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .section-third .entry-content {
    width: 100%;
    max-width: 595px;
    margin-top: 51.73px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .section-third .entry-content .heading-container {
    padding-top: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .section-third .entry-content .heading-container .heading {
    width: 100%;
    max-width: 580px;
  }
}
.page-template-about-us .section-third .entry-content *:not(.btn span) {
  color: #fff;
}

.page-template-about-us .section-fourth {
  position: static;
  background: linear-gradient(270deg, #262D6F 0%, #030830 100%);
  padding-top: 52px;
  padding-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .section-fourth {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .section-fourth {
    padding-top: 124px;
    padding-bottom: 88px;
  }
}
.page-template-about-us .section-fourth .container {
  position: static;
}

@media screen and (min-width: 1600px) {
  .page-template-about-us .section-fourth .container {
    max-width: 1367px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .section-fourth .container .row {
    flex-direction: row-reverse;
  }
}
.page-template-about-us .section-fourth-img-container {
  margin-bottom: 37px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .section-fourth-img-container {
    position: absolute;
    right: 0;
    width: calc(50% - 46.2px);
    height: 100%;
    max-height: 682px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .section-fourth-img-container {
    max-height: 695px;
    width: calc(50% - 90.62px);
  }
}
.page-template-about-us .section-fourth-img-mobile {
  border-radius: 0px 60px;
}

.page-template-about-us .section-fourth-img {
  border-top-left-radius: 80px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-about-us .section-fourth-img {
    object-position: left center;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .section-fourth .entry-content {
    width: 100%;
    max-width: 590px;
    margin-top: 42.65px;
  }
}
@media (min-width: 331px) and (max-width: 575px) {
  .page-template-about-us .section-fourth .entry-content h2 {
    width: 100%;
    max-width: 320px;
  }
}
.page-template-about-us .section-fourth .entry-content *:not(.btn span) {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .section-fourth .entry-content .heading-container {
    padding-top: 44px;
  }
}
@media (min-width: 331px) and (max-width: 399px) {
  .page-template-about-us .section-fourth .entry-content .txt-container {
    width: 100%;
    max-width: 321px;
  }
}
.page-template-about-us .section-fourth .entry-content .txt-container ul {
  padding-left: 26px;
}

.page-template-about-us .section-fifth {
  position: static;
  padding-top: 46px;
  padding-bottom: 45px;
  background-image: url("../images/about-us-banner-5.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .section-fifth {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .section-fifth {
    padding-top: 129px;
    padding-bottom: 93px;
  }
}
.page-template-about-us .section-fifth .container {
  position: static;
}

@media screen and (min-width: 1600px) {
  .page-template-about-us .section-fifth .container {
    max-width: 1367px;
  }
}
.page-template-about-us .section-fifth-img-container {
  margin-bottom: 29px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .section-fifth-img-container {
    position: absolute;
    left: 0;
    width: calc(50% - 46.2px);
    height: 100%;
    max-height: 695px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .section-fifth-img-container {
    width: calc(50% - 90.62px);
  }
}
.page-template-about-us .section-fifth-img-mobile {
  border-radius: 0px 60px;
}

.page-template-about-us .section-fifth-img {
  border-top-right-radius: 80px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .section-fifth .entry-content {
    width: 100%;
    max-width: 595px;
    margin-top: 24.73px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .section-fifth .entry-content .heading-container {
    padding-top: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .section-fifth .entry-content .heading-container .heading {
    width: 100%;
    max-width: 580px;
  }
}
.page-template-about-us .section-fifth .entry-content *:not(.btn span) {
  color: #fff;
}

.page-template-about-us .section-fifth .entry-content .txt-container ul {
  padding-left: 27.41px;
}

.page-template-about-us .section-bottom {
  position: static;
  background: linear-gradient(270deg, #262D6F 0%, #030830 100%);
  padding-top: 52px;
  padding-bottom: 73px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .section-bottom {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .section-bottom {
    padding-top: 122px;
    padding-bottom: 117px;
  }
}
.page-template-about-us .section-bottom .container {
  position: static;
}

@media screen and (min-width: 1600px) {
  .page-template-about-us .section-bottom .container {
    max-width: 1367px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .section-bottom .container .row {
    flex-direction: row-reverse;
  }
}
.page-template-about-us .section-bottom-img-container {
  margin-bottom: 37px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .section-bottom-img-container {
    position: absolute;
    right: 0;
    width: calc(50% - 46.2px);
    height: 100%;
    max-height: 530px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .section-bottom-img-container {
    max-height: 545px;
    width: calc(50% - 90.62px);
  }
}
.page-template-about-us .section-bottom-img-mobile {
  border-radius: 0px 60px;
}

.page-template-about-us .section-bottom-img {
  border-top-left-radius: 80px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .section-bottom .entry-content {
    width: 100%;
    max-width: 591px;
    margin-top: 27.65px;
  }
}
@media (min-width: 331px) and (max-width: 575px) {
  .page-template-about-us .section-bottom .entry-content h2 {
    width: 100%;
    max-width: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .section-bottom .entry-content h2 {
    margin-bottom: 20px;
  }
}
.page-template-about-us .section-bottom .entry-content *:not(.btn):not(.btn span) {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .section-bottom .entry-content .heading-container {
    padding-top: 44px;
  }
}
@media (min-width: 331px) and (max-width: 399px) {
  .page-template-about-us .section-bottom .entry-content .txt-container {
    width: 100%;
    max-width: 321px;
  }
}
.page-template-about-us .section-bottom .entry-content .txt-container ul {
  padding-left: 26px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .section-bottom .entry-content .txt-container .button-wrap {
    margin-bottom: 65px;
  }
}

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