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

.home .main-content {
  position: relative;
  overflow: hidden;
  padding: 35px 0 45px;
}

@media screen and (min-width: 768px) {
  .home .main-content {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content {
    padding: 0;
  }
}
.home .main-content h1 {
  line-height: 56px;
}

@media (max-width: 1199px) {
  .home .main-content .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 2101px) {
  .home .main-content .container-fluid {
    max-width: 1440px;
  }
}
.home .main-content h1 {
  color: var(--color-primary);
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .home .main-content h1 {
    line-height: 34px;
  }
}
.home .main-content .content-main {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .home .main-content .content-main {
    padding-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .content-main {
    padding: 50px 20px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1400px) {
  .home .main-content .content-main {
    padding: 97px 0 115px 80px;
    max-width: 651px;
    margin-right: auto;
    margin-left: initial;
  }
}
@media screen and (min-width: 1400px) and (min-width: 1440px) {
  .home .main-content .content-main {
    padding-left: 100px;
    max-width: 672px;
  }
}
@media screen and (min-width: 1400px) and (min-width: 1700px) {
  .home .main-content .content-main {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1400px) and (min-width: 1800px) {
  .home .main-content .content-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 1400px) and (min-width: 2101px) {
  .home .main-content .content-main {
    padding-left: 50px;
  }
}
.home .main-content .content-main .content-wrapper {
  padding-top: 15px;
}

@media screen and (min-width: 1200px) {
  .home .main-content .content-main .content-wrapper {
    padding-bottom: 5px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .home .main-content .content-main .content-wrapper p {
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .col-left {
    padding-left: 0;
    padding-right: 0;
  }
}
.home .main-content .featured-image {
  height: 100%;
}

.home .main-content .featured-image img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1399px) {
  .home .main-content .featured-image img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 1199px) {
  .home .main-content .featured-image img {
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .home .main-content .featured-image img {
    max-width: 320px;
  }
}
.home .main-content .entry-content .btn {
  margin: 0;
}

@media (max-width: 767px) {
  .home .main-content .entry-content .main-button {
    text-align: center;
  }
}
.home .section-one {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .home .section-one {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-one {
    padding: 100px 0 110px;
  }
}
@media (max-width: 767px) {
  .home .section-one .container {
    max-width: initial;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-one .row {
    align-items: flex-end !important;
  }
}
.home .section-one-left-content {
  background-color: #fff;
  max-width: 600px;
  padding: 0 20px 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .home .section-one-left-content {
    padding: 60px;
    border-left: 10px solid var(--accent-color);
    box-shadow: 10px 30px 20px rgba(0, 1, 10, 0.08), 2px 6px 10px rgba(0, 1, 10, 0.1);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home .section-one-left-content {
    padding: 60px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-one-left-inner_content {
    max-width: 454px;
    gap: 20px;
  }
}
.home .section-one-button-group {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .home .section-one-button-group {
    flex-direction: row;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .home .section-one-button-group .btn {
    width: 300px;
  }
}
@media (max-width: 499px) {
  .home .section-one-button-group .btn {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home .section-one-button-group .btn--primary {
    padding: 0 16px;
  }
}
@media screen and (min-width: 768px) {
  .home .section-one-button-group .btn--primary {
    padding: 0 39.5px;
  }
}
.home .section-one-button-group .btn--secondary {
  color: var(--accent-color);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home .section-one-button-group .btn--secondary {
    padding: 0 25px;
  }
}
@media screen and (min-width: 768px) {
  .home .section-one-button-group .btn--secondary {
    padding: 0 21.5px;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-one .col-left {
    padding-right: 75px;
  }
}
@media (max-width: 767px) {
  .home .section-one .col-right {
    background-image: url("../images/building-mobile.png");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
  }
}
.home .section-one-right-content {
  padding: 68px 20px 40px;
}

@media screen and (min-width: 1200px) {
  .home .section-one-right-content {
    padding: 0;
    max-width: 618px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .home .section-one-right-content {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-one-right-content p {
    margin-bottom: 0;
  }
}
.home .section-one-image {
  text-align: center;
  padding-bottom: 26px;
}

@media screen and (min-width: 1200px) {
  .home .section-one-image {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .home .section-one-image img {
    max-width: 320px;
  }
}
.home .section-two {
  padding: 50px 0;
  background-color: var(--color-secondary);
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .home .section-two {
    padding: 58px 0;
  }
}
@media (max-width: 767px) {
  .home .section-two .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-two .container {
    max-width: 1070px;
  }
}
.home .section-two .row {
  position: relative;
}

.home .section-two .row::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/broken-line.svg");
  background-repeat: repeat-x;
  rotate: 180deg;
}

.home .section-two-image {
  padding-bottom: 10px;
  position: relative;
}

.home .section-two-image::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 35%;
  height: 100%;
  background-image: url("../images/broken-line.svg");
  background-repeat: repeat-x;
  rotate: 180deg;
}

.home .section-two-image::after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 35%;
  height: 100%;
  background-image: url("../images/broken-line.svg");
  background-repeat: repeat-x;
  rotate: 180deg;
}

@media screen and (min-width: 768px) {
  .home .section-two-image::before, .home .section-two-image::after {
    width: 42%;
  }
}
@media screen and (min-width: 992px) {
  .home .section-two-image::before, .home .section-two-image::after {
    width: 45%;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-two-image::before, .home .section-two-image::after {
    width: 46%;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-two-title {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-two-content {
    padding-bottom: 15px;
    max-width: 952px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .section-three {
  padding: 45px 0 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .home .section-three {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-three {
    padding: 78px 0;
  }
}
.home .section-three-inner-wrapper {
  background-color: #fff;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .home .section-three-inner-wrapper {
    padding: 50px 70px 30px 60px;
    border-left: 10px solid var(--accent-color);
    box-shadow: 10px 30px 20px rgba(0, 1, 10, 0.08), 2px 6px 10px rgba(0, 1, 10, 0.1);
    max-width: 755px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-three-inner-wrapper {
    margin-right: 0;
    padding: 50px 96px 30px 70px;
    max-width: 680px;
  }
}
.home .section-three-inner-wrapper ul li {
  color: #000;
  font-weight: 400 !important;
}

.home .section-three-inner-wrapper ul li a {
  color: #000;
  font-weight: 400 !important;
}

.home .section-three-inner-wrapper ul li strong a {
  font-weight: 700 !important;
}

.home .section-three-inner-wrapper ul strong {
  font-weight: 700 !important;
}

@media (min-width: 1200px) {
  .home .section-three .col-xl-6:first-child .section-three-inner-wrapper {
    margin-right: initial;
    margin-left: initial;
  }
  .home .section-three .col-xl-6:last-child .section-three-inner-wrapper {
    margin-left: auto;
    margin-right: initial;
  }
}
.home .section-three .col-xl-6 {
  position: relative;
}

@media (max-width: 767px) {
  .home .section-three .col-xl-6:last-child {
    padding-top: 30px;
    margin-top: 5px;
  }
  .home .section-three .col-xl-6:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 15px);
    height: 100%;
    background-image: url(../images/broken-line.svg);
    background-repeat: repeat-x;
  }
}
.home .section-four {
  padding: 50px 0;
  background-color: var(--color-secondary);
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .home .section-four {
    padding: 58px 0;
  }
}
@media (max-width: 767px) {
  .home .section-four .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-four .container {
    max-width: 1070px;
  }
}
.home .section-four .row {
  position: relative;
}

.home .section-four .row::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/broken-line.svg");
  background-repeat: repeat-x;
  rotate: 180deg;
}

.home .section-four-image {
  padding-bottom: 10px;
  position: relative;
}

.home .section-four-image::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 35%;
  height: 100%;
  background-image: url("../images/broken-line.svg");
  background-repeat: repeat-x;
  rotate: 180deg;
}

.home .section-four-image::after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 35%;
  height: 100%;
  background-image: url("../images/broken-line.svg");
  background-repeat: repeat-x;
  rotate: 180deg;
}

@media screen and (min-width: 768px) {
  .home .section-four-image::before, .home .section-four-image::after {
    width: 42%;
  }
}
@media screen and (min-width: 992px) {
  .home .section-four-image::before, .home .section-four-image::after {
    width: 45%;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-four-image::before, .home .section-four-image::after {
    width: 46%;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-four-title {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-four-content {
    padding-bottom: 15px;
    max-width: 952px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .section-five .container {
  max-width: initial;
  padding: 0;
}

.home .section-five .col-lg-6 {
  padding: 0;
}

.home .section-five .col-left .section-five-image {
  height: 100%;
}

.home .section-five .col-left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.home .section-five .col-right {
  background-image: url("../images/blue-bg.png");
  padding: 40px 28px 25px;
}

@media screen and (min-width: 768px) {
  .home .section-five .col-right {
    padding: 50px 50px 35px;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-five .col-right {
    padding: 50px 50px 35px 0;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-five-inner {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .section-six {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 44px 0 20px;
}

@media screen and (min-width: 768px) {
  .home .section-six {
    padding: 60px 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-six {
    padding: 135px 0 110px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-six-inner {
    max-width: 977px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .home .section-six .text--white p {
    line-height: 35px;
  }
}
.home .section-six .heading-white {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .home .section-six .heading-white {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=home.css.map*/