/**
* 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: 0 20px;
}

@media screen and (min-width: 1200px) {
  .home .main-content {
    padding: 0;
  }
}
.home .main-content .container-fluid {
  position: initial;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home .main-content .container-fluid {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .main-content .container-fluid {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .main-content .container-fluid .entry-content h1 {
  color: var(--color-primary);
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .home .main-content .container-fluid .entry-content h1 {
    margin-bottom: 50px;
  }
}
.home .main-content .container-fluid .entry-content .mobile-image:before,
.home .main-content .container-fluid .entry-content .tablet-image:before,
.home .main-content .container-fluid .entry-content .desktop-image:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(191.51deg, rgba(26, 36, 63, 0) 64.32%, #1A243F 101.8%);
}

.home .main-content .container-fluid .entry-content .mobile-image {
  display: inline-block;
  text-align: center;
}

.home .main-content .container-fluid .entry-content .tablet-image {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .home .main-content .container-fluid .entry-content .desktop-image:after {
    content: url("../images/triangle.png");
    position: absolute;
    bottom: -24px;
    right: -12px;
  }
}
.home .main-content .container-fluid .entry-content .col-right {
  padding: 20px 0 30px;
}

@media screen and (min-width: 1200px) {
  .home .main-content .container-fluid .entry-content .col-right {
    padding: 0 50px 0 50px;
  }
}
@media (min-width: 1250px) {
  .home .main-content .container-fluid .entry-content .col-right {
    padding-left: 93px;
  }
}
@media screen and (min-width: 1400px) {
  .home .main-content .container-fluid .entry-content .col-right {
    padding-left: 88px;
    padding-right: 38px;
  }
}
@media screen and (min-width: 1600px) {
  .home .main-content .container-fluid .entry-content .col-right {
    padding-left: 132px;
  }
}
@media (min-width: 1750px) {
  .home .main-content .container-fluid .entry-content .col-right {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .container-fluid .entry-content .col-left {
    padding-right: 0;
  }
}
.home .main-content .container-fluid .entry-content .content-section {
  padding-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .home .main-content .container-fluid .entry-content .content-section {
    margin: 0;
    width: 500px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .home .main-content .container-fluid .entry-content .content-section {
    width: 550px;
  }
}
@media screen and (min-width: 1600px) {
  .home .main-content .container-fluid .entry-content .content-section {
    width: 583px;
  }
}
.home .main-content .container-fluid .entry-content .content-section h2 {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .home .main-content .container-fluid .entry-content .content-section h2 {
    text-align: left;
  }
}
.home .main-content .container-fluid .entry-content .content-section p:last-child {
  margin-bottom: 0;
  margin-top: 10px;
}

.home .main-content .container-fluid .entry-content .btn {
  margin-right: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .home .main-content .btn-container {
    text-align: left !important;
  }
}
@media (max-width: 399px) {
  .home .main-content .btn-container .btn--secondary {
    letter-spacing: 2px;
  }
}
.home .why-choose-us {
  padding: 15px 0 35px;
}

@media screen and (min-width: 992px) {
  .home .why-choose-us {
    padding: 90px 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-us {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
  }
}
.home .why-choose-us .container {
  padding: 59px 15px 35px;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: var(--color-primary);
}

@media screen and (min-width: 768px) {
  .home .why-choose-us .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us .container {
    padding: 50px 30px;
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-us .container {
    background-position: center;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .home .why-choose-us .container {
    padding: 70px 50px 150px;
  }
}
@media screen and (min-width: 1600px) {
  .home .why-choose-us .container {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-us .col-left {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .why-choose-us__heading {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .home .why-choose-us__heading {
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .home .why-choose-us__heading {
    margin-bottom: 42px;
  }
}
.home .why-choose-us__definition {
  margin-top: 70px;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us__definition {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us__definition ul .checkmark {
    padding-left: 0px;
  }
}
.home .why-choose-us__definition ul li {
  color: #fff;
}

.home .why-choose-us__tablet_banner_image {
  text-align: center;
}

.home .why-choose-us__tablet_banner_image img {
  max-width: 550px;
}

.home .why-choose-us__mobile_banner_image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.home .why-choose-us__banner_image {
  position: relative;
}

.home .why-choose-us__banner_image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: absolute;
  top: -73px;
  right: -18px;
}

@media screen and (min-width: 1200px) {
  .home .why-choose-us__banner_image img {
    right: -39px;
  }
}
@media screen and (min-width: 1400px) {
  .home .why-choose-us__banner_image img {
    top: -105px;
    right: initial;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home .why-choose-us__banner_image img {
    max-width: 108%;
    top: -93px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-2 {
    background-image: url(../images/white-background.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 96px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1400px) {
  .home .section-2 {
    max-height: 750px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1440px) {
  .home .section-2 {
    max-height: 815px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1720px) {
  .home .section-2 {
    max-height: 780px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 2101px) {
  .home .section-2 {
    max-height: initial;
  }
}
@media (min-width: 2101px) {
  .home .section-2 .container {
    max-width: 1440px;
    position: relative !important;
  }
}
@media screen and (min-width: 768px) {
  .home .section-2 .row {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-2 .row {
    flex-direction: row;
    min-height: 680px;
  }
}
@media (min-width: 2101px) {
  .home .section-2 .row {
    min-height: 612px;
  }
}
.home .section-2__heading {
  margin-bottom: 20px;
  text-align: center;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .home .section-2__heading {
    max-width: initial;
  }
}
.home .section-2__content {
  padding: 10px 9px;
}

@media screen and (min-width: 768px) {
  .home .section-2__content {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-2__content {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-2__content {
    padding-left: 0;
  }
}
.home .section-2__mobile-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .home .section-2__image {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-2__image {
    position: absolute;
    top: 194px;
    left: 0;
    max-width: 600px;
  }
}
@media screen and (min-width: 1440px) {
  .home .section-2__image {
    max-width: 675px;
  }
}
@media (min-width: 2101px) {
  .home .section-2__image {
    bottom: 0;
    top: initial;
  }
}
@media screen and (min-width: 1400px) {
  .home .cta-section {
    margin-top: -93px;
  }
}
@media screen and (min-width: 1440px) {
  .home .cta-section {
    margin-top: -100px;
  }
}
@media screen and (min-width: 1720px) {
  .home .cta-section {
    margin-top: -63px;
  }
}
.home .cta-section .container {
  max-width: 1170px;
  padding: 25px 20px;
  border-top: 1px solid #D4B387;
  border-bottom: 1px solid #D4B387;
}

@media screen and (min-width: 992px) {
  .home .cta-section .container {
    padding: 32.5px 25px;
  }
}
@media screen and (min-width: 1200px) {
  .home .cta-section .container {
    border: 1px solid #D4B387;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.home .cta-section .cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}

@media screen and (min-width: 992px) {
  .home .cta-section .cta-wrapper {
    flex-direction: row;
  }
}
@media (max-width: 420px) {
  .home .cta-section .btn--primary {
    letter-spacing: 2px;
  }
}
@media (max-width: 370px) {
  .home .cta-section .btn--primary {
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1200px) {
  .home .cta-section .btn--primary {
    font-size: 24px;
    line-height: 41.31px;
    padding-left: 28.5px;
    padding-right: 28.5px;
  }
}
.home .cta-section .cta-text {
  font-size: 20px;
  font-family: var(--secondary-font), sans-serif;
  letter-spacing: 2.5px;
  line-height: 20px;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .home .cta-section .cta-text {
    font-size: 28px;
  }
}
.home .cta-section .cta-number {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 992px) {
  .home .cta-section .cta-number {
    gap: 35px;
  }
}
.home .cta-section .cta-number__contact-phone {
  display: flex;
  flex-direction: column-reverse;
  color: #fff;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .home .cta-section .cta-number__contact-phone {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .home .cta-section .cta-number__contact-phone {
    font-size: 33.04px;
    letter-spacing: 4.13px;
  }
}
@media (max-width: 374px) {
  .home .cta-section .cta-number__contact-phone {
    letter-spacing: 2px;
  }
}
.home .cta-section .cta-number__contact-phone span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 20px;
}

@media screen and (min-width: 992px) {
  .home .cta-section .cta-number__contact-phone span {
    font-size: 20px;
    letter-spacing: 6px;
  }
}
.home .cta-section .cta-number__contact-phone a {
  color: #fff;
}

.home .section-3 {
  padding: 40px 0;
}

@media screen and (min-width: 992px) {
  .home .section-3 {
    padding: 60px 0;
  }
}
.home .section-3 .container {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 58px 21px 30px;
}

@media screen and (min-width: 768px) {
  .home .section-3 .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-3 .container {
    padding-bottom: 47px;
    padding-top: 66px;
  }
}
@media screen and (min-width: 768px) {
  .home .section-3__title {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-3__title {
    max-width: initial;
    margin-left: 0;
    margin-right: 0;
  }
}
.home .section-3__subtitle {
  padding: 20px 28px 60px;
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  .home .section-3__description {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-3__description {
    max-width: 980px;
  }
}
.home .section-3__items p, .home .section-3__description p {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .home .section-3__items {
    height: 300px;
  }
}
.home .section-3__item {
  max-width: 277px;
  margin-left: auto;
  margin-right: auto;
}

.home .section-3__item .img-wrapper {
  position: relative;
  z-index: 1;
  width: 75px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
}

.home .section-3__item .img-wrapper:before {
  content: "";
  background-color: #D4B387;
  width: 75px;
  height: 72px;
  position: absolute;
  top: -13px;
  left: 0;
}

@media screen and (min-width: 1200px) {
  .home .section-3__item .img-wrapper:before {
    top: -3px;
  }
}
.home .section-3__item .img-wrapper:after {
  content: "";
  border: 1px solid var(--accent-color);
  width: 105px;
  height: 100px;
  position: absolute;
  left: -15px;
  top: -26px;
}

@media screen and (min-width: 1200px) {
  .home .section-3__item .img-wrapper:after {
    top: -17px;
  }
}
.home .section-3__item img {
  width: 48px;
  height: 44.5px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1200px) {
  .home .section-3__item img {
    top: 12px;
  }
}
.home .section-3__item-description {
  margin-top: 40px;
  margin-bottom: 60px;
}

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