@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;600;700&display=swap");
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  transition: all .15s ease-in-out; }
  a:hover {
    text-decoration: none; }

.footermenu {
  list-style: none;
  padding-left: 0px; }
  .footermenu li a {
    color: #000; }

.btn {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 25px; }
  .btn.btn-outline-primary {
    border-color: #bca858;
    color: #bca858; }
    .btn.btn-outline-primary:hover {
      background: #bca858;
      color: #343a40; }

.lead {
  font-weight: 400 !important; }

.green-btn {
  background: #35A56F;
  border: 1px solid #35A56F;
  color: #fff; }

.navbar .book-button {
  display: block; }

.navbar .book-link {
  display: none; }

.navbar.navbar-centered .container {
  flex-flow: column; }
  @media (max-width: 991px) {
    .navbar.navbar-centered .container {
      flex-flow: inherit; } }
  .navbar.navbar-centered .container .navbar-brand {
    margin: 20px 0; }
  .navbar.navbar-centered .container .book-button {
    display: none; }
  .navbar.navbar-centered .container .book-link {
    display: block; }
    .navbar.navbar-centered .container .book-link a {
      color: #343a40; }

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #666; }
  .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #343a40; }
  @media (min-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
      padding: 10px 15px; } }

.navbar .navbar-nav .nav-item.active > .nav-link {
  color: #343a40; }

.hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  padding: 80px 0;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .hero {
      min-height: inherit; } }
  .hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .hero h1 {
    font-size: 60px; }
    @media (max-width: 767px) {
      .hero h1 {
        font-size: 40px; } }

.hero-alt {
  overflow: hidden; }
  .hero-alt h1 {
    font-size: 60px; }
    @media (max-width: 767px) {
      .hero-alt h1 {
        font-size: 40px; } }
  .hero-alt .box {
    margin-bottom: -100px;
    position: relative;
    z-index: 9; }
  .hero-alt .image img {
    width: 100%;
    height: 500px;
    object-fit: cover; }

.image-split .content {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  padding: 100px;
  min-height: 600px; }
  @media (max-width: 767px) {
    .image-split .content {
      padding: 40px;
      min-height: 0; } }

.image-split .image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.title-section {
  padding-top: 75px;
  margin-bottom: -50px; }

.big-image-half {
  position: relative;
  padding: 100px 0; }
  @media (max-width: 767px) {
    .big-image-half {
      padding: 100% 0 0px; } }
  .big-image-half .bg-image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%; }
    @media (max-width: 767px) {
      .big-image-half .bg-image {
        width: 100%;
        left: 0;
        height: 30%; } }
    .big-image-half .bg-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.background-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0; }
  .background-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.image-text {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .image-text {
      padding: 0; } }
  .image-text .image img {
    width: 100%; }
  @media (min-width: 768px) {
    .image-text.reverse .text {
      order: 1; } }
  @media (min-width: 768px) {
    .image-text.reverse .image {
      order: 0; } }

.collage .image-text {
  padding: 0; }
  .collage .image-text:first-child {
    padding-top: 100px; }

.pricing {
  padding: 100px 0; }
  .pricing .price-list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 10px;
    font-size: 110%; }
    @media only screen and (max-device-width: 480px) {
      .pricing .price-list .item.price-head .title {
        width: 100% !important; } }
    @media only screen and (max-device-width: 480px) {
      .pricing .price-list .item .title {
        width: 50%; } }
    .pricing .price-list .item .price {
      font-weight: 700; }

.image-slider {
  overflow: hidden;
  padding: 100px 0; }
  .image-slider img {
    width: 65%;
    height: 600px;
    object-fit: cover;
    margin: 0 20px; }
    @media (max-width: 767px) {
      .image-slider img {
        width: 100%;
        height: 300px; } }
  .image-slider .flickity-prev-next-button.previous {
    left: 40px; }
  .image-slider .flickity-prev-next-button.next {
    right: 40px; }

.employees {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .employees {
      padding: 50px 0; } }
  .employees .employee {
    display: flex;
    flex-flow: column;
    align-items: center; }
    @media (max-width: 767px) {
      .employees .employee {
        margin-bottom: 40px; } }
    .employees .employee .image {
      width: 150px;
      height: 150px;
      margin-bottom: 20px; }
      .employees .employee .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%; }
    .employees .employee .name {
      font-size: 18px; }
    .employees .employee .role {
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: .5px;
      font-weight: 600; }
    .employees .employee .description {
      margin: 10px 0 0;
      color: #999;
      text-align: center; }
    .employees .employee.box {
      background: #fff;
      border-radius: 3px;
      overflow: hidden;
      padding: 30px; }
      .employees .employee.box .image {
        margin: -30px -30px 20px;
        width: calc(100% + 60px);
        height: 300px; }
        .employees .employee.box .image img {
          border-radius: 0; }

.blocks {
  padding: 100px 0; }
  .blocks .block {
    border-radius: 3px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .blocks .block {
        margin-bottom: 40px; } }
    .blocks .block .image {
      position: relative;
      padding-top: 80%; }
      .blocks .block .image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .blocks .block .content {
      padding: 40px; }
      .blocks .block .content h3 {
        font-size: 22px; }

.image-collage .collage-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 7.5px; }
  @media (max-width: 767px) {
    .image-collage .collage-container {
      width: 100%; } }
  .image-collage .collage-container .text-box {
    padding: 40px;
    width: 400px;
    margin: 7.5px; }
    @media (max-width: 767px) {
      .image-collage .collage-container .text-box {
        width: 100%; } }
  .image-collage .collage-container img {
    height: 300px;
    flex-grow: 1;
    object-fit: cover;
    margin: 7.5px; }
    @media (max-width: 767px) {
      .image-collage .collage-container img {
        max-width: calc(100% - 15px); } }

.plain-text {
  padding: 100px 0; }
  .plain-text p:last-of-type {
    margin-bottom: 0; }

.reviews {
  padding: 100px 0;
  overflow: hidden; }
  .reviews .review {
    position: relative;
    width: 100%;
    padding: 0 20% 50px;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center; }
    @media (max-width: 767px) {
      .reviews .review {
        padding: 0 10% 50px; } }
    .reviews .review:before {
      content: '“';
      font-family: serif;
      font-size: 100px;
      line-height: 80px;
      color: #bca858; }
    .reviews .review .text {
      margin-bottom: 20px; }
    .reviews .review .name {
      font-weight: 700; }

.contact {
  padding: 100px 0; }

footer {
  border-top: 1px solid #eee;
  padding: 60px 0 30px; }
  footer h4 {
    font-size: 20px;
    margin-bottom: 20px; }
  footer .social-link {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #FFF;
    background: #343a40;
    border-radius: 50px;
    margin-right: 10px; }
    footer .social-link:hover {
      background: #bca858; }
  footer .credits {
    font-size: 12px; }
    @media (max-width: 767px) {
      footer .credits [class^="col"] {
        text-align: center !important; } }

.custom30pd {
  padding: 30px 0; }
