/**
* 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 strong {
  font-size: 21px;
}

.home .main-content p {
  font-family: var(--secondary-font), sans-serif;
}

.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 screen and (min-width: 992px) {
  .home .why-choose-us__heading {
    text-align: left;
  }
}
@media screen and (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 screen and (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;
}

.home .vivamus .container .row {
  padding: 60px 0 90px;
}

@media screen and (min-width: 1200px) {
  .home .vivamus__wrapper-image {
    padding-left: calc(30% + 70px);
  }
}
.home .vivamus__wrapper-image img {
  width: 50%;
}

@media screen and (min-width: 1200px) {
  .home .vivamus__wrapper-image img {
    width: auto;
    padding-top: 65px;
    z-index: 10;
  }
}

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