/**
* 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 .intro-home {
  padding-top: 200px;
  padding-bottom: 81px;
}

@media screen and (min-width: 768px) {
  .home .intro-home {
    padding-top: 250px;
    padding-bottom: 57px;
  }
}
@media (max-width: 767px) {
  .home .intro-home .content {
    margin-top: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .home .intro-home .content {
    max-width: 570px;
  }
}
.home .intro-home .content .subtitle {
  margin-bottom: 14px;
}

@media screen and (min-width: 1200px) {
  .home .intro-home .image-holder {
    padding-top: 8px;
  }
}
@media (max-width: 1199px) {
  .home .intro-home .image-holder {
    text-align: center;
  }
}
.home .talk-to-laywer {
  padding: 51px 0 56px;
  background-color: #f5f5f5;
}

@media screen and (min-width: 768px) {
  .home .talk-to-laywer {
    padding: 198px 0 173px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home .talk-to-laywer {
    padding: 90px 0;
  }
}
@media (max-width: 1199px) {
  .home .talk-to-laywer .image-holder {
    margin-bottom: 35px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .talk-to-laywer .image-holder {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .home .talk-to-laywer .content {
    padding-top: 20px;
    max-width: 570px;
  }
}
.home .talk-to-laywer .content .btn-wrapper {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .home .talk-to-laywer .content .btn-wrapper {
    text-align: center;
  }
}
.home .resources {
  padding-top: 50px;
}

@media (max-width: 991px) {
  .home .resources {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 768px) {
  .home .resources {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .home .resources {
    padding-top: 0;
  }
}
.home .resources .content {
  margin-bottom: 13px;
}

@media screen and (min-width: 1200px) {
  .home .resources .content {
    padding-top: 107px;
    max-width: 570px;
  }
}
.home .resources .content h2 {
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .home .resources .content h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .home .resources .image-holder {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .resources .image-holder {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .home .resources .image-holder {
    margin-top: -46px;
    margin-left: 23px;
  }
}

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