/** New Clients CSS **/

/** Main Banner **/
#welcome {
  margin-top: 200px;
  padding-bottom: 60px;
}

#welcome img {
  width: 100%;
  max-width: 580px;
  float: right;
}

#welcome h1 {
  color: #000000;
  font-size: 60px;
  margin-bottom: 0px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

#welcome h2 {
  font-size: 48px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#welcome .expect {
  margin-top: 40px;
}

#deserve-best {
  padding-bottom: 60px;
  padding-top: 60px;
}

#deserve-best h2 {
  font-size: 48px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#deserve-best img {
  width: 100%;
  max-width: 500px;
}

#alex-quote {
  padding-bottom: 60px;
  padding-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}

#testimonial {
  padding-bottom: 60px;
  padding-top: 60px;
}

#testimonial .testimonial-headline {
  display: none;
}

#how-to-book {
  padding-bottom: 80px;
  padding-top: 60px;
  text-align: center;
}

#how-to-book h2 {
  font-size: 56px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#how-to-book .book-button {
  margin-top: 30px;
}

/** Animations **/
.fadeInDownBig {
  animation-duration: 1s;
  animation-delay: .05s;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .05s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: .05s;
  -moz-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: .05s;
  -o-animation-iteration-count: 1;
}
/** End Main Banner **/







/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 826px;
    max-height: 555px
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}

.carousel-control.left span {
  padding: 18px 15px 15px;
}

.carousel-control.right span {
  padding: 18px 15px 15px;
}

.carousel-control .icon-arrow-left-12, 
.carousel-control .icon-arrow-right-12, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-arrow-left-12,
.carousel-control .icon-prev {
  left: 0;
}

.carousel-control .icon-arrow-right-12,
.carousel-control .icon-next {
  right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
  background-color: #142129;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
}

.header-text h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 24px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

.header-text p {
  color: #fff;
  font-size: 16px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.carousel-indicators li {
  background-color: #fff;
}

.carousel-indicators .active {
  background-color: #142129;
}









.testimonial-box {
  background-color: #142129;
  padding: 30px;
  color: #fff;
}



@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 900px) {

}

@media (max-width: 767px) {
  #welcome {
      margin-top: 140px;
      text-align: center;
  }

  #welcome img {
      max-width: 300px;
      margin-bottom: 20px;
      float: none;
  }

  #deserve-best {
    text-align: center;
  }

  #deserve-best img {
    max-width: 300px;
    margin-bottom: 20px;
    text-align: center;
  }

  #alex-quote {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .header-text {
    top: 60%;
  }

  .header-text h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
  }

  .header-text h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
  }

  .testimonial-box {
    background-color: rgba(20, 33, 41, 0.7);
  }
}

@media (max-width: 730px) {
  .header-text {
    top: 50%;
  }
}

@media (max-width: 600px) {
  #welcome h1 {
    font-size: 54px;
  }

  .header-text {
    top: 40%;
  }
}

@media (max-width: 550px) {
  #testimonial .testimonial-headline {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  #testimonial h2 {
    display: none;
  }

  .header-text h3 {
    text-align: center;
    font-style: italic ;
  }

  #testimonial p {
    text-align: center;
    font-style: italic;
  }

  .header-text {
    top: 45%;
  }
}

@media (max-width: 450px) {
  #welcome {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #welcome h2 {
    font-size: 40px;
  }

  #deserve-best {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #deserve-best h2 {
    font-size: 40px;
  }

  #alex-quote {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #alex-quote h2 {
    font-size: 40px;
  }

  #testimonial {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #testimonial h2 {
      font-size: 32px;
    }

  #how-to-book {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  #how-to-book h2 {
    font-size: 40px;
  }

  #welcome h1 {
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .header-text {
    top: 5%;
  }

  .carousel-indicators {
    display: none;
  }
}
@media (max-width: 410px) {
  #welcome {
    margin-top: 120px;
  }
}


@media (max-width: 370px) {
  .header-text {
    top: 30%;
  }

  .testimonial-box {
    padding-top: 15px;
  }

  .header-text h2 {
    font-size: 28px;
  }

  .header-text h3 {
    font-size: 16px;
    line-height: 18px;
  }

  .header-text p {
    font-size: 13px;
    line-height: 15px;
  }
}


@media (max-width: 330px) {
  .testimonial-box {
    padding-top: 15px;
  }

  .header-text h2 {
    font-size: 22px;
  }

  .header-text h3 {
    font-size: 13px;
  }

  .header-text p {
    font-size: 13px;
    line-height: 16px;
  }
}