/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
  font-family: "Louis George Café Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Louis George Café Regular"),
    url("Louis George Cafe.woff") format("woff");
}

@font-face {
  font-family: "Louis George Café Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Louis George Café Italic"),
    url("Louis George Cafe Italic.woff") format("woff");
}

@font-face {
  font-family: "Louis George Café Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Louis George Café Bold"),
    url("Louis George Cafe Bold.woff") format("woff");
}

@font-face {
  font-family: "Louis George Café Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Louis George Café Bold Italic"),
    url("Louis George Cafe Bold Italic.woff") format("woff");
}

@font-face {
  font-family: "Louis George Café Light Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Louis George Café Light Regular"),
    url("Louis George Cafe Light.woff") format("woff");
}

@font-face {
  font-family: "Louis George Café Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Louis George Café Light Italic"),
    url("Louis George Cafe Light Italic.woff") format("woff");
}

.btn {
  background: linear-gradient(292deg,
      rgba(88, 56, 26, 1) 0%,
      rgba(174, 130, 58, 1) 22%,
      rgba(153, 112, 50, 1) 73%,
      rgba(88, 56, 26, 1) 91%) !important;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  display: block;
  margin: 0px auto;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-container>div {
  background-color: #f1f1f1;
  width: 100%;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}

.form_box {
  padding: 20px 0;
}

.dbrochure {
  position: fixed;
  z-index: 9999;
  text-transform: uppercase;
  bottom: 10px;
  left: 10px;
  color: #000;
  background: #fff43a !important;
  /* border: 3px solid #332B50; */
  letter-spacing: 1px;
  font-size: 18px !important;
  outline: none !important;
}

.interested {
  position: fixed;
  z-index: 9999;
  text-transform: uppercase;
  bottom: 10px;
  right: 10px;
  color: #000;
  background: #fff43a !important;
  /* border: 3px solid #332B50; */
  letter-spacing: 1px;
  font-size: 18px !important;
  outline: none !important;
}

.over_img img {
  width: 100%;
}

.visiblee-xs {
  display: none;
}

.video-first {
  text-align: center;
}

.video-first img {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .form_box {
    margin: 23px auto;
  }

  .dbrochure {
    position: fixed;
    z-index: 9999;
    text-transform: uppercase;
    bottom: 300px;
    left: -73px;
    letter-spacing: 1px;
    font-size: 13px !important;
    outline: none !important;
    transform: rotate(90deg);
  }

  .hidden-xs {
    display: none;
  }

  .visiblee-xs {
    display: block;
  }

  .over_row {
    flex-direction: column-reverse;
  }

  .locations-heading.about-head h2 {
    font-size: 28px;
    padding-bottom: 0;
    padding-top: 15px;
  }

  .abt-title {
    font-family: "FurturaBQ-DemiBold";
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #1e1e1e;
    padding-top: 20px;
  }

  .video-first img {
    width: 100%;
  }
}

.visible-xs {
  display: block;
}