.page-banner {
  position: relative;
  margin-top: 100px;
  height: 55vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-banner__scroll {
  cursor: pointer;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 2px solid #BD9C69;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-banner__scroll svg {
  animation: downUp 3s linear infinite;
}
@keyframes downUp {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(6px);
  }
  60% {
    transform: translateY(6px);
  }
  70% {
    transform: translateY(6px);
  }
  80% {
    transform: translateY(6px);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .page-banner {
    margin-top: 75px;
  }
}
@media (max-width: 575px) {
  .page-banner {
    height: 27vh;
  }
  .page-banner__scroll {
    transform: translate(-50%, 0) scale(0.6);
    bottom: 16px;
  }
}

.reviews__card-image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 60px;
}
.reviews__card-image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__card-image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.reviews--first .reviews__col:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.reviews__col {
  position: relative;
  margin-bottom: 4.1666666667vw;
}
.reviews__col::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 1px;
  background-color: #BD9C69;
}
.reviews__card-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  -webkit-column-gap: 15px;
}
.reviews__card-image {
  border-radius: 50%;
}
.reviews__card-name {
  font-size: 1.25vw;
  margin-bottom: 0;
}
.reviews__body {
  padding: 30px 15px 40px 0;
}
.reviews__readmore {
  display: table;
  margin-top: 40px;
  color: #3F3E3E;
  text-decoration: none;
  font-size: 0.8333333333vw;
  border-bottom: 1px solid #3F3E3E;
  transition: 0.3s;
  letter-spacing: 0.25vw;
}
.reviews__readmore:hover {
  color: #BD9C69;
  border-color: #BD9C69;
}
@media (max-width: 991px) {
  .reviews--first .reviews__col:nth-last-child(2) {
    margin-bottom: 80px;
  }
  .reviews__col {
    margin-bottom: 80px;
  }
  .reviews__readmore {
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 4.8px;
  }
  .reviews__card-name {
    font-size: 18px;
  }
}
.reviews .alm-btn-wrap {
  margin-top: 0;
  padding: 0;
}
.reviews .alm-load-more-btn {
  position: relative;
  overflow: hidden;
  padding: 0.8333333333vw 3.3854166667vw;
  font-size: 0.8333333333vw;
  color: transparent !important;
  letter-spacing: 0.2604166667vw;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  background-color: #FFFFFF !important;
  border: 1px solid #3F3E3E !important;
  border-radius: 0;
  line-height: unset;
  height: 100%;
  width: auto;
}
.reviews .alm-load-more-btn::before {
  content: "LOAD MORE";
  position: absolute;
  z-index: 1;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #3F3E3E;
  transition: 0.3s;
}
.reviews .alm-load-more-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #BD9C69;
  transform: translateY(100%);
  width: 100%;
  transition: 0.3s;
}
.reviews .alm-load-more-btn:hover {
  background-color: unset;
  color: #FFFFFF;
  border: 1px solid #BD9C69 !important;
}
.reviews .alm-load-more-btn:hover::before {
  color: #FFFFFF;
}
.reviews .alm-load-more-btn:hover::after {
  transform: translateY(0);
}
.reviews .alm-load-more-btn.loading::before {
  background-image: url(../../images/loader.gif) !important;
  background-size: 60px 15px !important;
}
.reviews .alm-load-more-btn.loading::after {
  content: unset;
}
.reviews .alm-load-more-btn.done {
  display: none;
}
@media (max-width: 991px) {
  .reviews .alm-load-more-btn {
    padding: 16px 64px;
    font-size: 16px;
    letter-spacing: 4.8px;
  }
}
@media (max-width: 575px) {
  .reviews .alm-load-more-btn {
    width: 100%;
  }
}

.quote {
  padding: 4.1666666667vw 0;
  background-color: #5C5E7C;
  text-align: center;
}
.quote__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 60px;
}
.quote__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.quote__icon {
  margin-bottom: 60px;
}
.quote__divider {
  background-color: #BD9C69;
  opacity: 1;
  max-width: 80%;
  margin: 30px auto 20px auto;
}
.quote__photo {
  border-radius: 50%;
}
.quote__person {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quote__name {
  font-size: 1.25vw;
  color: #FFFFFF;
  margin-left: 15px;
}
.quote__prev, .quote__next {
  width: auto;
  height: auto;
}
.quote__prev::after, .quote__next::after {
  content: unset;
}
.quote__prev:hover svg, .quote__next:hover svg {
  fill: #BD9C69;
}
.quote__prev svg, .quote__next svg {
  fill: transparent;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .quote {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .quote__name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .quote__prev, .quote__next {
    display: none;
  }
}

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