/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Front Page variables
**************************/
/*************************
  About Us variables
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font);
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.visually-hidden-custom {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.home .results-part {
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .home .results-part {
    padding-bottom: 78px;
  }
}
.home .section-pa-custom {
  background-color: var(--color-neutral);
}

.home .section-pa-custom:before {
  content: none;
}

@media screen and (min-width: 992px) {
  .home .section-pa-custom {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-pa-custom {
    padding-top: 186px;
  }
}
.home .section-pa-custom .border-icon {
  background-color: var(--color-neutral);
}

.home .main-content {
  padding-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .home .main-content {
    padding-top: 70px;
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content {
    padding-top: 114px;
    padding-bottom: 95px;
  }
}
.home .main-content-container {
  margin-bottom: 46px;
}

@media screen and (min-width: 1200px) {
  .home .main-content-container {
    width: 100%;
    max-width: 480px;
  }
}
.home .main-content .single-testimonial-col {
  background-color: var(--color-primary);
}

@media (min-width: 576px) {
  .home .main-content .single-testimonial-col {
    background-color: unset;
  }
}
.home .main-content .main-content-video-container {
  position: relative;
  margin-top: 42px;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .home .main-content .main-content-video-container {
    max-width: 808px;
    margin-top: 101px;
  }
}
@media screen and (min-width: 1600px) {
  .home .main-content .main-content-video-container {
    margin-top: 81px;
  }
}
.home .main-content .main-content-video-container .main-content-video-thumbnail-container {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 14px;
}

@media (min-width: 576px) {
  .home .main-content .main-content-video-container .main-content-video-thumbnail-container {
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .main-content-video-container .main-content-video-thumbnail-container {
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .main-content-video-container .main-content-video-thumbnail-container {
    margin-bottom: 0;
  }
}
.home .main-content .main-content-video-container .main-content-video-thumbnail-container .main-content-video-thumbnail {
  width: 100%;
  height: 219px;
  object-fit: cover;
}

@media (min-width: 576px) {
  .home .main-content .main-content-video-container .main-content-video-thumbnail-container .main-content-video-thumbnail {
    width: initial;
    object-fit: initial;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .main-content-video-container .main-content-video-thumbnail-container .main-content-video-thumbnail-desktop {
    margin-left: auto;
    margin-right: auto;
  }
}
.home .main-content .main-content-video-container .btn--play-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .home .main-content .heading-custom {
    width: 100%;
    max-width: 478px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content-container-2 {
    width: 100%;
    max-width: 478px;
    margin-left: auto;
    margin-right: 0;
  }
}
.home .section-two {
  position: relative;
}

@media screen and (min-width: 992px) {
  .home .section-two {
    padding-top: 84px;
    padding-bottom: 51px;
    background-image: var(--section-2-bg-img-desktop);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 15% 50%;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-two {
    padding-bottom: 66px;
    background-position: center;
  }
}
@media screen and (min-width: 1600px) {
  .home .section-two {
    background-position: top center;
  }
}
.home .section-two:before {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 195px;
  background-image: var(--section-2-bg-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 37px;
}

@media (min-width: 576px) {
  .home .section-two:before {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .home .section-two:before {
    content: none;
  }
}
.home .section-two-content {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .home .section-two-content {
    width: 100%;
    max-width: 600px;
  }
}
.home .section-three {
  position: relative;
  padding-bottom: 55px;
}

@media screen and (min-width: 768px) {
  .home .section-three {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-three {
    padding-top: 84px;
    padding-bottom: 81px;
    background-image: var(--section-3-bg-img-desktop);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-three {
    padding-top: 143px;
    padding-bottom: 142px;
  }
}
@media screen and (min-width: 1440px) {
  .home .section-three {
    padding-top: 149px;
    padding-bottom: 149px;
  }
}
.home .section-three:before {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 195px;
  background-image: var(--section-3-bg-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 22px;
}

@media (min-width: 576px) {
  .home .section-three:before {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .home .section-three:before {
    margin-bottom: 37px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-three:before {
    content: none;
  }
}
@media screen and (min-width: 992px) {
  .home .section-three .row {
    flex-direction: row-reverse;
  }
}
.home .section-three .heading {
  margin-bottom: 7px;
}

@media screen and (min-width: 1200px) {
  .home .section-three-content-container {
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: 0;
  }
}
.home .section-three-content {
  margin-bottom: 27px;
}

@media screen and (min-width: 992px) {
  .home .section-three .btn {
    background-color: rgba(255, 0, 0, 0);
    min-width: 236px;
  }
}
.home .section-bottom .image-holder {
  margin-bottom: 152px;
}

@media screen and (min-width: 768px) {
  .home .section-bottom .image-holder {
    margin-bottom: 37px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-bottom .image-holder {
    margin-bottom: 0;
  }
}

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