@import url("https://fonts.googleapis.com/css2?family=Bitter&family=Exo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("https://s3.amazonaws.com/icomoon.io/67203/BeverlyHilton/icomoon.eot?bvweoz");
  src: url("https://s3.amazonaws.com/icomoon.io/67203/BeverlyHilton/icomoon.eot?bvweoz#iefix") format("embedded-opentype"), url("https://s3.amazonaws.com/icomoon.io/67203/BeverlyHilton/icomoon.woff2?bvweoz") format("woff2"), url("https://s3.amazonaws.com/icomoon.io/67203/BeverlyHilton/icomoon.ttf?bvweoz") format("truetype"), url("https://s3.amazonaws.com/icomoon.io/67203/BeverlyHilton/icomoon.woff?bvweoz") format("woff"), url("https://s3.amazonaws.com/icomoon.io/67203/BeverlyHilton/icomoon.svg?bvweoz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  overflow-x: hidden; }

body {
  font-family: "Bitter", sans-serif !important;
  padding-top: 60px;
  overflow-x: hidden; }

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.carousel.carousel-slider {
  top: 0;
  left: 0; }

.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1; }

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px; }

.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0; }

.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px; }

.carousel.carousel-slider .carousel-item p {
  font-size: 15px; }

.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0; }

.carousel .carousel-item > img {
  width: 100%; }

.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0; }

.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%; }

.carousel .indicators .indicator-item.active {
  background-color: #fff; }

.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none; }

.header {
  background: #fff;
  width: 100%;
  z-index: 10;
  margin: 15px 0 30px; }
  .header .right {
    float: right;
  }
    .header .right span {
      display: block;
      color: #d8262b;
      font-family: "Bitter", sans-serif !important; }
    .header .right img {
      height: 40px; }
  .header .logo {
    height: 40px;
    margin-top:15px;
  }

.speedi-red-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
  background: -moz-linear-gradient(center top, #f24537 5%, #c62d1f 100%);
  background-color: rgba(0, 0, 0, 0);
  background-color: #f24537;
  border-radius: 0;
  color: #fff !important;
  text-decoration: none;
  border: 0; }

.banner {
  background-image: url("img/banner.jpg");
  background-size: cover;
  background-position: 0 -70px;
  height: 400px;
  position: relative;
  overflow: hidden; }
  .banner .wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/wave.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2; }
    .banner .wave .text {
      position: absolute;
      bottom: 40px;
      left: 30px;
      color: #fff; }
      .banner .wave .text div {
        font-size: 48px;
        width: 250px;
        line-height: 1.25; }
      .banner .wave .text span {
        display: block; }
  .banner .car {
    position: absolute;
    bottom: 0;
    right: 50px;
    height: 200px;
    z-index: 3; }
  .banner.speedi {
    background-image: url("https://www.speedishuttle.com/images/site/speedi-express.jpg"); }
    .banner.speedi .wave {
      background-image: none; }

.our-services {
  margin: 100px 0;
  position: relative; }
  .our-services .os-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #444; }
  .our-services .carousel {
    overflow: visible;
    height: auto;
    min-height: 600px;
    position: relative;
    top: -100px; }
  .our-services .carousel-item {
    text-align: center;
    width: 40%; }
    .our-services .carousel-item img {
      width: 100%; }
    .our-services .carousel-item .name {
      font-family: "Bitter", sans-serif !important;
      font-size: 24px;
      font-weight: 600;
      color: #444;
      margin: 30px 0 15px;
      display: none; }
    .our-services .carousel-item .capacity {
      margin-bottom: 15px;
      display: none; }
      .our-services .carousel-item .capacity i {
        color: #f7921f;
        font-size: 28px;
        vertical-align: middle; }
      .our-services .carousel-item .capacity span {
        font-weight: 600;
        font-size: 18px;
        color: #666;
        vertical-align: middle;
        margin: 0 15px 0 5px; }
    .our-services .carousel-item .desc {
      display: none;
      font-family: 'Exo', sans-serif;
      font-size: 16px;
      color: #555; }
    .our-services .carousel-item.active .name, .our-services .carousel-item.active .capacity, .our-services .carousel-item.active .desc {
      display: block; }

@media (min-width: 992px) {
  .header .nav {
    justify-content: flex-end !important; }
  .header .nav-hidden {
    display: block; }
  .header .hide-for-large {
    display: none; } }
@media (max-width: 991px) {
  .header .nav--custom {
    display: block; }
    .header .nav--custom .nav-link {
      padding: 8px 0 8px 20px; }
  .header .xx.logo {
    margin-left: 20px; } }
.widget-full, #bookingForm .wrapper:first-child {
  overflow: hidden; }

.widget-full #bookingForm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: auto;
  background: #fff;
  text-align: left;
  z-index: 999; }

.widget-full #bookingForm .wrapper {
  box-shadow: none;
  padding: 0; }

#bookingForm {
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.1); }

#app .row:not(.margin-t-l) {
  margin: 0 auto; }

.opoli-logo.icon-font {
  display: none; }

.footer {
  background-color: #000;
  padding: 40px 0;
  color: #fff;
  font-family: 'Roboto', sans-serif; }
  .footer ul {
    list-style: none; }
    .footer ul li {
      font-size: 13px;
      cursor: pointer; }
  .footer .f-logo {
    max-height: 30px; }
  .footer .desc-left {
    border-right: 1px solid #bbb; }
    .footer .desc-left div {
      font-weight: 600;
      margin-bottom: 5px;
      letter-spacing: 1px; }
    .footer .desc-left span {
      display: block;
      font-size: 13px;
      color: #bbb;
      line-height: 1.5;
      letter-spacing: 1px;
      word-spacing: 3px; }
  .footer .desc-right .fab {
    font-size: 24px;
    color: #fff;
    margin: 10px 5px 0; }
  .footer .book-now {
    color: #fff;
    background: #2eb8dc;
    padding: 5px 10px;
    width: 100%;
    max-width: 200px;
    display: inline-block;
    margin: 10px 0; }
  .footer.speedi {
    border-top: 5px solid #1c6aa8;
    background-color: #d8262c;
    background-image: url("https://www.speedishuttle.com/images/site/hibiscus-red-bg.png");
    padding: 20px 0; }

.container {
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 1200px) {
  .banner {
    background-position: 0 -60px; }

  .banner .wave .text div {
    font-size: 38px;
    line-height: 1.3; }
  .banner .wave .text span {
    width: 325px; } }
@media (max-width: 991px) {
  .banner {
    background-position: 0 0; }
    .banner .car {
      height: 250px; }
    .banner .wave .text {
      bottom: 30px; }
      .banner .wave .text div {
        font-size: 32px;
        width: 200px; }
      .banner .wave .text span {
        width: 225px;
        font-size: 14px; }

  .carousel-item {
    width: 80% !important; }

  .footer .logo-r {
    text-align: center;
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .banner {
    background-position: center; }
    .banner .car {
      bottom: 60px;
      height: 100px; }
    .banner .wave {
      background: none; }
      .banner .wave .text {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: rgba(0, 0, 0, 0.8);
        padding: 20px 10px; }
        .banner .wave .text div, .banner .wave .text span {
          width: 100%; } }
@media (max-width: 640px) {
  #app .op--modal-content .card.small-margin-v-s,
  #app .op--modal-content .service-selection.small-margin-v-s,
  #app .op--modal-content .guest-input.small-margin-v-s,
  #app .op--modal-content .driver-notes.small-margin-v-s {
    margin-left: auto !important;
    margin-right: auto !important; }

  .carousel-item {
    width: 60% !important; }

  .footer .desc-left {
    margin-bottom: 40px; } }
@media (max-width: 450px) {
  .header {
    text-align: center; }
    .header .right {
      margin-top: 15px;
      float: none; } }
@media (max-width: 435px) {
  .banner .car {
    bottom: 90px; }
  .banner .wave .text {
    height: auto; } }
@media (min-width: 576px) {
  .container.xx {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container.xx {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container.xx {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container.xx {
    max-width: 1140px; } }

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