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

/**
* 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 .desktop-only {
  display: block;
}

@media (max-width: 767px) {
  .home .desktop-only {
    display: none;
  }
}
.home .mobile-only {
  display: none;
}

@media (max-width: 767px) {
  .home .mobile-only {
    display: block;
  }
}
.home .home-main-content {
  background: url("../images/main-content-bg.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 70px 0 520px;
}

@media (max-width: 767px) {
  .home .home-main-content {
    padding-top: 40px;
    padding-bottom: 134px;
    background: url("../images/mobile-main-content-bg.jpg") center bottom -88px no-repeat;
    background-size: contain !important;
  }
}
@media (max-width: 479px) {
  .home .home-main-content {
    background: url("../images/mobile-main-content-bg-home.png") center bottom -20px no-repeat;
  }
}
.home .home-main-content h1 {
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .home .home-main-content h1 {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}
.home .home-main-content .home-main-text {
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: var(--color-secondary);
  margin-bottom: 2rem;
}

.home .home-main-content .home-main-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .home .home-main-content .home-main-cta .btn-std {
    width: 100%;
  }
}
.home .home-main-content .home-main-cta .home-btn-primary {
  background: var(--accent-color);
  border: none;
  padding: 1rem 2rem;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.home .home-main-content .home-main-cta .home-btn-primary:hover {
  background: #a8452f;
  color: #fff;
}

.home .home-why-choose {
  position: relative;
  background: url("../images/why-choose-bg.png") center center/cover no-repeat rgba(27, 27, 27, 0.6);
}

@media (max-width: 1199px) {
  .home .home-why-choose {
    background-image: url("../images/why-choose-us_tablet.jpg");
  }
}
@media (max-width: 575px) {
  .home .home-why-choose {
    background-image: url("../images/why-choose-us_mobile.jpg");
  }
}
@media (min-width: 992px) {
  .home .home-why-choose .row {
    width: 100%;
    align-items: flex-start;
    padding-top: 106px;
    padding-bottom: 88px;
  }
}
.home .home-why-choose .home-why-choose-left {
  height: 293px;
  position: relative;
}

@media (min-width: 992px) {
  .home .home-why-choose .home-why-choose-left .home-why-choose-header-bg {
    background: #121212;
    height: 137px;
    position: absolute;
    left: calc(-50vw + 50%);
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 55px;
    border-right: 5px solid #CB5742;
  }
}
.home .home-why-choose .home-why-choose-left .home-why-choose-header-bg .home-why-choose-header .home-why-choose-title {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

@media (min-width: 992px) {
  .home .home-why-choose .home-why-choose-left .home-why-choose-header-bg .home-why-choose-header .home-why-choose-title {
    text-align: right;
    max-width: 413px;
  }
}
.home .home-why-choose .home-why-choose-left .home-why-choose-content {
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 31px;
  color: #fff;
  text-align: right;
  max-width: 458px;
  margin-left: auto;
  margin-top: 169px;
}

.home .home-why-choose .home-why-choose-left .home-why-choose-content p {
  margin: 0;
}

.home .home-why-choose .home-why-choose-left .home-why-choose-content a {
  color: #fff;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}

.home .home-why-choose .home-why-choose-left .home-why-choose-content a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

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

.home .home-why-choose .home-why-choose-right .home-why-choose-list {
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .home .home-why-choose .home-why-choose-right .home-why-choose-list {
    padding-left: 130px;
  }
}
@media (min-width: 1440px) {
  .home .home-why-choose .home-why-choose-right .home-why-choose-list {
    max-width: 735px;
  }
}
.home .home-why-choose .home-why-choose-right .home-why-choose-list .home-why-choose-item {
  position: relative;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  background: url(../images/why-choose-icon.svg) no-repeat left center;
  padding-left: 55px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-size: 40px 40px;
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

@media (max-width: 767px) {
  .home .home-why-choose .home-why-choose-right .home-why-choose-list .home-why-choose-item {
    background-position: left top 15px;
  }
}
.home .home-why-choose .home-why-choose-right .home-why-choose-list .home-why-choose-item:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
  .home .home-why-choose {
    height: auto;
    padding: 54px 0 60px;
  }
  .home .home-why-choose .row {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home .home-why-choose .home-why-choose-left {
    height: auto;
    margin-bottom: 20px;
    position: relative;
  }
  .home .home-why-choose .home-why-choose-left .home-why-choose-header-bg {
    position: relative;
    margin-bottom: 12px;
    padding-right: 0;
    justify-content: center;
  }
  .home .home-why-choose .home-why-choose-left .home-why-choose-header-bg .home-why-choose-header .home-why-choose-title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .home .home-why-choose .home-why-choose-left .home-why-choose-content {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
  }
  .home .home-why-choose .home-why-choose-right {
    height: auto;
  }
  .home .home-why-choose .home-why-choose-right .home-why-choose-list {
    padding-left: 0;
    padding-top: 0;
  }
  .home .home-why-choose .home-why-choose-right .home-why-choose-list .home-why-choose-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .home .home-why-choose .home-why-choose-right .home-why-choose-list .home-why-choose-item .home-why-choose-icon {
    position: relative;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }
  .home .home-why-choose .home-why-choose-right .home-why-choose-list .home-why-choose-item .home-why-choose-text {
    flex: 1;
    font-size: 16px;
    line-height: 24px;
  }
}
.home .home-cta-section {
  background: url("../images/cta-bg.jpg") center center/cover no-repeat;
  position: relative;
  padding: 102px 0 60px;
  height: 479px;
  z-index: 5;
}

@media (max-width: 767px) {
  .home .home-cta-section {
    background-image: url("../images/mobile-cta-bg.jpg");
  }
}
.home .home-cta-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.home .home-cta-section .row {
  align-items: flex-start;
  height: 100%;
}

@media (min-width: 992px) {
  .home .home-cta-section ul {
    padding-bottom: 0px;
  }
}
.home .home-cta-section .home-cta-left {
  position: relative;
}

.home .home-cta-section .home-cta-left .home-cta-header-bg {
  background: #121212;
  height: 137px;
  position: absolute;
  left: calc(-50vw + 50%);
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 55px;
  margin-right: 50px;
  border-right: 5px solid #CB5742;
}

@media (max-width: 991px) {
  .home .home-cta-section .home-cta-left .home-cta-header-bg {
    margin-right: 0;
  }
}
.home .home-cta-section .home-cta-left .home-cta-header-bg .home-cta-header .home-cta-title {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-align: right;
  max-width: 538px;
}

@media (max-width: 1365px) {
  .home .home-cta-section .home-cta-left .home-cta-header-bg .home-cta-header .home-cta-title {
    max-width: 400px;
  }
}
.home .home-cta-section .home-cta-left .home-cta-content {
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 31px;
  color: #fff;
  text-align: right;
  max-width: 403px;
  margin-left: auto;
  margin-top: 155px;
  margin-right: 50px;
}

@media (max-width: 991px) {
  .home .home-cta-section .home-cta-left .home-cta-content {
    font-size: 19px;
    margin-right: 0;
  }
}
.home .home-cta-section .home-cta-left .home-cta-content p {
  margin: 0;
}

.home .home-cta-section .home-cta-right {
  display: flex;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .home .home-cta-section .home-cta-right {
    padding-left: 28px;
  }
}
.home .home-cta-section .home-cta-right .home-cta-content-right {
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  max-width: 627px;
}

.home .home-cta-section .home-cta-right .home-cta-content-right p:last-child {
  margin-bottom: 0;
}

.home .home-cta-section .home-cta-right .home-cta-content-right a {
  color: #fff !important;
  text-decoration: underline !important;
}

.home .home-cta-section .home-cta-right .home-cta-content-right a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .home .home-cta-section {
    height: auto;
    padding: 70px 0 53px;
  }
  .home .home-cta-section .row {
    padding-top: 0;
  }
  .home .home-cta-section .home-cta-left {
    margin-bottom: 20px;
    position: relative;
  }
  .home .home-cta-section .home-cta-left .home-cta-header-bg {
    margin-bottom: 20px;
    padding-right: 0;
    justify-content: center;
    background: transparent;
    height: auto;
    position: unset;
    border: none;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .home .home-cta-section .home-cta-left .home-cta-header-bg {
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .home .home-cta-section .home-cta-left .home-cta-header-bg .home-cta-header .home-cta-title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .home .home-cta-section .home-cta-left .home-cta-content {
    text-align: center;
    line-height: 27px;
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .home .home-cta-section .home-cta-left .home-cta-content {
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .home .home-cta-section .home-cta-right {
    padding-top: 0;
  }
  .home .home-cta-section .home-cta-right .home-cta-content-right {
    max-width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .home .home-cta-section .home-cta-right {
    padding-left: 15px;
  }
}
.home .main-content strong {
  font-size: 21px;
}

.home .why-choose-us {
  padding: 90px 0 80px;
  background-color: #f5f5f5;
}

.home .why-choose-us__heading {
  margin-bottom: 75px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

@media (min-width: 992px) {
  .home .why-choose-us__heading {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .home .why-choose-us__heading:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-right: -100%;
    border-bottom: 4px solid #e2e1de;
    position: relative;
    left: 50px;
  }
}
.home .why-choose-us__item {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.09);
  border: 8px solid #f8f8f8;
  background-color: #ffffff;
  position: relative;
  padding: 0 30px 40px;
  color: #404040;
  font-family: var(--main-font), sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: center;
}

.home .why-choose-us__item-wrapper {
  margin-bottom: 70px;
}

.home .why-choose-us__item-wrapper:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .home .why-choose-us__item {
    margin-bottom: 0;
  }
  .home .why-choose-us__item-wrapper {
    margin-bottom: 0;
  }
}
.home .why-choose-us__item img {
  margin-top: -65px;
  margin-bottom: 60px;
}

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