/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  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;
}

@media screen and (min-width: 992px) {
  .home .testimonials-results-section {
    display: flex;
    flex-direction: column-reverse;
  }
}
.home .main-content {
  position: relative;
  padding-top: 0;
  padding-bottom: 45px;
  margin-top: 352px;
}

@media screen and (min-width: 768px) {
  .home .main-content {
    margin-top: 401px;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content {
    background-color: #F9F9F9;
    margin-top: 0;
    padding-bottom: 116px;
  }
}
@media screen and (min-width: 768px) {
  .home .main-content-container {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1600px) {
  .home .main-content-container {
    margin-left: 126px;
  }
}
.home .main-content-custom-txt {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
  line-height: 30px;
  margin-bottom: 8px;
}

@media screen and (min-width: 992px) {
  .home .main-content-custom-txt {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .container {
    position: static;
  }
}
.home .main-content .image-holder {
  position: absolute;
  top: -352px;
  left: 0;
  right: 0;
  margin-bottom: 0;
  height: 352px;
}

@media screen and (min-width: 992px) {
  .home .main-content .image-holder {
    top: 0;
    bottom: 0;
    width: 45%;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .home .main-content .image-holder {
    width: 47.5%;
  }
}
@media screen and (min-width: 1600px) {
  .home .main-content .image-holder {
    width: 50%;
  }
}
.home .main-content .image-holder .main-content-feat-img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .home .main-content .image-holder .main-content-feat-img {
    object-position: 85% 50%;
  }
}
@media screen and (min-width: 1440px) {
  .home .main-content .image-holder .main-content-feat-img {
    object-position: top right;
  }
}
@media screen and (min-width: 1600px) {
  .home .main-content .image-holder .main-content-feat-img {
    width: 100%;
  }
}
.home .main-content .page-title {
  font-family: var(--secondary-font), sans-serif;
  color: var(--text-color);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 34px;
  margin-bottom: 21px;
  padding-top: 35px;
}

@media screen and (min-width: 992px) {
  .home .main-content .page-title {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 44px;
    padding-top: 83px;
  }
}
.home .main-content .btn-container {
  margin-top: 26px;
}

@media screen and (min-width: 768px) {
  .home .main-content .btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.home .main-content .btn-container .btn-std {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .home .main-content .btn-container .btn-std {
    min-width: 267px;
    margin-right: 16px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .home .main-content .btn-container .btn-2 {
    min-width: 194px;
  }
}
.home .why-choose-us-section {
  background-color: #F9F9F9;
  padding-bottom: 51px;
  margin-top: 270px;
}

@media screen and (min-width: 992px) {
  .home .why-choose-us-section {
    position: relative;
    margin-top: 0;
    padding-top: 82px;
    padding-bottom: 119px;
    background-color: unset;
  }
}
@media screen and (min-width: 1400px) {
  .home .why-choose-us-section {
    padding-top: 117px;
  }
}
.home .why-choose-us-section:before {
  content: none;
}

@media screen and (min-width: 992px) {
  .home .why-choose-us-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #F9F9F9 65%, #fff 35%);
    pointer-events: none;
  }
}
@media screen and (min-width: 1440px) {
  .home .why-choose-us-section:before {
    background: linear-gradient(to right, #F9F9F9 60%, #fff 30%);
  }
}
@media screen and (min-width: 1600px) {
  .home .why-choose-us-section:before {
    background: linear-gradient(to right, #F9F9F9 58%, #fff 32%);
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us-section .container {
    position: static;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .home .why-choose-us-section .container {
    max-width: 1240px;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us-section .row {
    display: flex;
    flex-direction: row-reverse;
  }
}
.home .why-choose-us-section .image-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: -270px;
  height: 270px;
  margin-bottom: 0;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .home .why-choose-us-section .image-holder {
    top: calc(50% + 112px);
    transform: translateY(calc(-50% - 112px));
    left: auto;
    max-width: 45%;
    height: 773px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.12);
    border: 12px solid #fff;
    border-right: none;
  }
}
@media screen and (min-width: 1440px) {
  .home .why-choose-us-section .image-holder {
    max-width: 50%;
  }
}
.home .why-choose-us-section .image-holder .why-choose-us-img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .home .why-choose-us-section .image-holder .why-choose-us-img {
    width: 100%;
    object-position: center right;
  }
}
.home .why-choose-us-section .why-choose-us-title {
  margin-top: 41px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us-section .why-choose-us-title {
    width: 100%;
    max-width: 567px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us-section .why-choose-us-title {
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .home .why-choose-us-section .why-choose-us-content {
    width: 100%;
    max-width: 568px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us-section .why-choose-us-content {
    position: relative;
    z-index: 1;
    margin-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .why-choose-us-section .why-choose-us-content {
    margin-right: 136px;
  }
}
@media (max-width: 991px) {
  .home .why-choose-us-section .why-choose-us-content .main-content-custom-txt {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .home .why-choose-us-section .why-choose-us-content p:not(:first-of-type) {
    width: 100%;
    max-width: 567px;
  }
}
.home .why-choose-us-section .btn-container {
  margin-top: 29px;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us-section .btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.home .why-choose-us-section .btn-container .btn-std {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us-section .btn-container .btn-std {
    min-width: 258px;
    margin-right: 18px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .home .why-choose-us-section .btn-container .btn-2 {
    min-width: 187px;
  }
}

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