
/* ------ Review Carousel ------ */

@media (max-width: 767px){
.parallax-bg .parallax-bg--image-container .parallax-bg--image {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}}

/* New CSS starts here */

.parallax-bg .parallax-bg--image-container .parallax-bg--image {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.parallax-bg {
    position: relative;
    height: auto;
    overflow: hidden;
}

.parallax-bg .parallax-bg--image-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/* New CSS stops here */

.testimonial-carousel {
  /* padding: 3rem 0; */
  /* background-image: url(/images/bg/bg_quote.webp); */
  min-height: 35vh;
  /* background-size: cover; */
  /* background-position: center; */
  /* position: relative; */
  /* overflow: hidden; */
}

.testimonial-carousel::after {
  background-color: rgb(0, 0, 0, .7);
}

.testimonials-overlay {
  display: flex;
    position: relative;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
  padding-top: 3rem;
    /* padding: 0rem 15px; */
    width: 100%;
    height: 100%;
    text-align: center;
  min-height: 35vh;
}

.testimonial-text {
  font-size: 3rem;
  color: #fff;
  /* padding: 2rem; */
}

.testimonial-header {
  color: #fff;
}

.testimonial-carousel .btn-template {
    position: relative;
    transition: color 0.3s;
    z-index: 10;
    border: 3px solid #ffffff;
    border-radius: 0;
    background: transparent;
    /* padding: 15px 25px; */
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
}

.review-carousel {
  padding: 3rem 0;
  background-color: #000;
  /*background-image: url(/images/bg/bg_quote.webp);*/
}

.review-text {
  font-size: 18px;
  color: #fff;
  /* padding: 1rem; */
  white-space: nowrap;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
}

.c-spacer {
  padding-bottom: 2rem;
}

.source-logo {
  min-height: 3rem;
  max-height: 3rem;
  /* background-color: white; */
  /* padding:.5rem; */
  /* border-radius: .25rem; */
}

.review-header {
  /* text-transform: uppercase; */
  color: white;
  
}

.review-carousel .btn-template {
    position: relative;
    transition: color 0.3s;
    z-index: 10;
    border: 3px solid #ffffff;
    border-radius: 0;
    background: transparent;
    padding: 15px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
}

.fa-star {
  background-image: linear-gradient( to right, #e8cc6e 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #e8cc6e 100% );
  color:transparent;
  -webkit-background-clip:text;
  font-size: 30px;
  margin-left: .2rem;
  margin-right: .2rem;
}

.no-decoration {
  color: white;
  text-decoration: none;
}

.no-decoration:hover, .no-decoration:focus, .no-decoration:active {
  color: white;
  text-decoration: none;
}

.modal-header {
  background-color: var(--primary-color);
}

.modal-header button {
  color: white;
}

.modal-content {
  border-radius: .5rem;
}

.modal-body {
    background-color: #fff;
}

.modal-footer {
    background-color: #000;
}

.btn-template-reverse:hover {
    color: #fff;
}

.nav-tabs.tabbable {
  white-space: nowrap;
   overflow-x: auto;
   overflow-y:hidden;
   flex-wrap: nowrap;
}

.london.main .header {
     top: 0px; 
}

.footer-btm {
    background-color: #000000;
}

.footer-btm {
    color: #ffffff;
}

.footer-btm a {
    color: #f1d562;
}

.navbar .navbar-brand img {
  max-height: none !important;
}