/**
* 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 {
  padding: 40px 0 40px;
}

@media (max-width: 991px) {
  .home .main-content .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .home .main-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content {
    padding: 90px 0 110px;
  }
}
.home .main-content p {
  line-height: 32px;
}

@media screen and (min-width: 1440px) {
  .home .main-content .col-right {
    margin-top: -20px;
  }
}
.home .main-content .image-holder {
  margin-bottom: 35px;
}

@media screen and (min-width: 1200px) {
  .home .main-content .image-wrapper {
    position: relative;
    z-index: 1;
  }
  .home .main-content .image-wrapper::after {
    position: absolute;
    height: 407px;
    width: 294px;
    content: "";
    background-image: url(../../dist/images/triangle-home.png);
    bottom: -22px;
    right: -79px;
    z-index: -1;
  }
}
@media (max-width: 1199px) {
  .home .main-content .image-wrapper {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .home .main-content .tagline {
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .home .main-content .tagline {
    max-width: 330px;
  }
}
.home .why-choose-us {
  padding: 30px 10px 40px;
  background: url(../../dist/images/why-choose-us-bg.jpg) center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us {
    padding: 100px 0 80px;
  }
}
@media (max-width: 767px) {
  .home .why-choose-us {
    padding-top: 50px;
  }
  .home .why-choose-us .col-right {
    margin-top: -25px;
  }
}
.home .why-choose-us__heading {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .home .why-choose-us__heading {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .home .why-choose-us ul {
    padding-left: 29px !important;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us .why-choose-row {
    margin-left: -40px;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us .col-left {
    padding-right: 20px;
  }
  .home .why-choose-us .col-left ul {
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us h2 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us ul {
    max-width: 545px;
  }
  .home .why-choose-us ul li {
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 17px 15px 2px 44px;
  }
  .home .why-choose-us ul li::after {
    width: 52px;
    height: 52px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
    top: 16px;
    left: -25px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
    background-image: url(../../dist/images/checkmark.svg);
  }
  .home .why-choose-us ul li::before {
    display: none !important;
  }
}
.home .vivamus .container .row {
  padding: 40px 0 55px;
  align-items: center;
}

@media (max-width: 767px) {
  .home .vivamus .container .row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .home .vivamus .container .row {
    padding: 110px 0 120px;
  }
}
@media screen and (min-width: 1440px) {
  .home .vivamus .container .row {
    padding-top: 138px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .vivamus .container .row {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .vivamus .container .row {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .home .vivamus .container .row {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 992px) {
  .home .vivamus .col-left > div {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .we-get-midwest {
  padding: 30px 0 60px;
}

@media (max-width: 767px) {
  .home .we-get-midwest {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .we-get-midwest h2 {
    padding-top: 35px;
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 1440px) {
  .home .we-get-midwest h2 {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 1200px) {
  .home .we-get-midwest .col-right {
    max-width: 570px;
  }
}
@media screen and (min-width: 1200px) {
  .home .we-get-midwest .row {
    justify-content: center;
  }
}
@media screen and (min-width: 1400px) {
  .home .we-get-midwest .image-wrapper {
    position: relative;
    z-index: 1;
    display: inline-block;
  }
  .home .we-get-midwest .image-wrapper::after {
    position: absolute;
    height: 407px;
    width: 294px;
    content: "";
    background-image: url(../../dist/images/triangle-home.png);
    bottom: -58px;
    right: -79px;
    z-index: -1;
  }
}
.home .we-get-midwest .accordion-body {
  margin-top: -8px;
  position: relative;
  padding-top: 0;
  padding-bottom: 10px;
}

.home .we-get-midwest .accordion-button {
  padding-top: 25px;
  padding-bottom: 25px;
}

.home .we-get-midwest .accordion-button::after {
  background-image: url("../../dist/images/icon-plus.png");
}

.home .we-get-midwest .accordion-button:not(.collapsed)::after {
  background-image: url("../../dist/images/icon-minus.png");
}

.home .we-get-midwest .btn-main {
  margin-top: 32px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .home .we-get-midwest {
    padding: 90px 0 90px;
  }
}
@media screen and (min-width: 992px) {
  .home .we-get-midwest .tagline {
    padding-right: 34px;
  }
}

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