@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:ital,wght@1,900&display=swap");
html * {
  font-family: 'Roboto', sans-serif;
}

body {
  background-color: #efefef;
  color: #666666;
}

.top-bar {
  border: 1px solid #f1f1f1;
  font-size: 12px;
}

.top-bar .top-bar-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.top-bar .top-bar-container .top-bar-content-left, .top-bar .top-bar-container .top-bar-content-right {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top-bar .top-bar-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-bar .top-bar-container .top-bar-content-left {
    text-align: start;
  }
  .top-bar .top-bar-container .top-bar-content-right {
    text-align: end;
  }
}

.top-bar .top-bar-container .social-link {
  text-decoration: none;
  margin-left: .25rem;
}

.top-bar .top-bar-container .social-link i {
  color: #6c757d;
}

.top-bar, nav {
  background-color: #fff;
}

.navbar-nav .nav-item {
  font-size: 13px;
}

.navbar-toggler {
  border: none;
}

.navbar-brand img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-brand:hover img {
  opacity: .6;
}

.navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn-primary {
  background-color: #414b5a;
  border: none;
}

.btn-primary:hover {
  background-color: #fff;
  color: #414b5a;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
  .top-bar .container, nav .container {
    max-width: 1200px;
  }
}

footer {
  background-color: #54595f;
  font-size: 14px;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  margin-top: 3rem;
}

footer .company-description {
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding-right: 3rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  footer .company-description {
    margin-top: 0;
    margin-bottom: 0;
  }
}

footer .company-description img {
  margin-bottom: 1rem;
}

footer .company-description p {
  margin-bottom: 3rem;
}

footer .company-description .footer-social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 33px;
  height: 33px;
  margin-right: .25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff36;
  border-radius: 10%;
  text-decoration: none;
}

footer .company-description .footer-social i {
  color: #fff;
}

footer .footer-widget {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  word-wrap: break-word;
  word-break: break-word;
}

@media screen and (min-width: 768px) {
  footer .footer-widget {
    margin-bottom: 0;
  }
}

footer .footer-widget .footer-widget-header {
  font-weight: 500;
  color: #fff;
}

footer .footer-widget .footer-links {
  list-style: none;
  padding-left: 0;
}

footer .footer-widget .footer-links .footer-link {
  margin-top: .25rem;
  padding-bottom: .25rem;
}

footer .footer-widget .footer-links .footer-link a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

.bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #001c38;
  border: 1px solid #ffffff30;
  min-height: 50px;
  font-size: 14px;
}

.bottom-bar .bottom-bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 768px) {
  .bottom-bar .bottom-bar-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: .5rem;
  }
}

.bottom-bar .bottom-bar-container .left {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bottom-bar .bottom-bar-container .left {
    text-align: start;
  }
}

.bottom-bar .bottom-bar-container .right {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bottom-bar .bottom-bar-container .right {
    text-align: end;
  }
}

.carousel-slick {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease-in-out;
}

.carousel-slick.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.carousel-slick.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.carousel-slick .slick-dots {
  bottom: 0;
}

.carousel-slick .carousel-slick-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 412px;
}

.carousel-slick .carousel-slick-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.carousel-slick .carousel-slick-item .carousel-item-content {
  position: absolute !important;
}

@media screen and (min-width: 769px) {
  .carousel-slick .carousel-slick-item {
    height: 800px;
  }
}

@media screen and (min-width: 1025px) {
  .carousel-slick .carousel-slick-item {
    height: 650px;
  }
}

.carousel-slick .carousel-slick-item .carousel-item-heading-text {
  color: #ffffff;
  font-size: 65px;
  font-weight: 600;
  line-height: 1.2em;
}

@media (max-width: 767px) {
  .carousel-slick .carousel-slick-item .carousel-item-heading-text {
    font-size: 39px;
  }
}

.carousel-slick .carousel-slick-item .carousel-item-button {
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px 5px 5px 0px;
  padding: 15px 40px 15px 40px;
  margin-top: 3rem;
  color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.carousel-slick .carousel-slick-item .carousel-item-button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #fff;
  background-color: #414b5a;
  border-color: #414b5a;
}

.carousel-slick .slick-dots li.slick-active button:before {
  color: #fff;
}

.section-heading-text, .section-heading-text-sub {
  font-weight: 700;
  color: #54595f;
}

.section-heading-text {
  text-transform: uppercase;
}

.section-link {
  color: #414b5a;
  font-weight: 500;
  text-decoration: none;
}

.section-link:hover {
  color: #414b5a;
}

.section-search {
  background-color: #414b5a;
}

.section-search .search-bar-container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section-search .search-bar-container .has-search .form-control {
  padding-left: 2.375rem;
}

.section-search .search-bar-container .has-search .form-control-search {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 50px;
  line-height: 50px;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.section-search .search-bar-container .has-search .search-bar {
  min-height: 50px;
  border: none;
  border-radius: 5px;
}

.section-flip-cards {
  padding-top: 1.5rem;
}

.section-flip-cards .flip-card-container {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}

.flip-cards {
  max-width: 95%;
  margin: 0 auto;
}

.flip-cards .flip-card {
  display: block;
  position: relative;
  /*height: 420px;*/
  border-radius: 5px;
  overflow: hidden;
  margin: 0 15px;
}

.flip-cards .flip-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.flip-cards .flip-card .card-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.flip-cards .flip-card .card-content h3 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.flip-cards .flip-card .card-text-overlay {
  position: absolute;
  width: 100%;
  padding: .5rem 1rem;
  background-color: #fff;
  opacity: 0.8;
  bottom: -200px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: #666666;
}

.flip-cards .flip-card .card-text-overlay h6 {
  margin-bottom: .25rem;
  color: #414b5a;
}

.flip-cards .flip-card .card-text-overlay .card-details-description p {
  font-size: 12px;
  line-height: 1.34;
  margin-bottom: .25rem;
}

.flip-cards .flip-card .card-text-overlay dl {
  font-size: 12px;
  line-height: 1.34;
  margin-bottom: 0;
}

.flip-cards .flip-card .card-text-overlay dl dd {
  margin-bottom: .25rem;
}

.flip-cards .flip-card:hover .card-content {
  opacity: 0;
}

.flip-cards .flip-card:hover .card-text-overlay {
  bottom: 0;
}

.flip-cards:not(.slick) {
  max-width: none;
}

.flip-cards:not(.slick) .flip-card {
  margin: 0;
}

.flip-cards .slick-dots {
  position: static;
}

.see-all-link {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.see-all-link a {
  font-size: 18px;
}

.slick-dots li.slick-active button:before {
  color: #414b5a;
}

.section-dark {
  background-color: #414b5a;
  margin-top: 4.5em;
  padding-bottom: 4.5em;
}

.section-dark .slick-dots li.slick-active button:before {
  color: #fff;
}

.section-cta-cards {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .section-cta-cards {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

@media screen and (min-width: 992px) {
  .section-cta-cards {
    padding-right: 0;
    padding-left: 0;
  }
}

.section-cta-cards .cta-card-container {
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .section-cta-cards .cta-card-container {
    padding: .5rem;
  }
}

.section-cta-cards .cta-card-container .cta-card {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.section-cta-cards .cta-card-container .cta-card .card-image-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

.section-cta-cards .cta-card-container .cta-card .card-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.section-cta-cards .cta-card-container .cta-card .content-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 1.5rem;
}

.section-cta-cards .cta-card-container .cta-card .content-wrapper .card-button {
  color: #fff;
  background-color: #414b5a;
  padding: .5rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}

.section-cta-cards .cta-card-container .cta-card .content-wrapper .card-button:hover {
  background-color: #fff;
  color: #414b5a;
}

.section-cta-cards .cta-card-container .cta-card:hover .card-image-wrapper img {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
  filter: blur(1px) brightness(0.8);
  -webkit-filter: blur(1px) brightness(0.8);
}

.section-cta-cards .cta-card-container.responsive {
  padding: 0 .5rem;
  margin-bottom: 1rem;
}

.section-cta-cards .cta-card-container.responsive .cta-card {
  height: 150px;
}

.section-cta-cards .cta-card-container.responsive .cta-card .content-wrapper {
  padding: 0;
}

.section-cta-cards .cta-card-container.responsive .cta-card .content-wrapper .card-button {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .section-cta-cards .cta-card-container.responsive .cta-card {
    height: 350px;
  }
  .section-cta-cards .cta-card-container.responsive .cta-card .content-wrapper {
    padding: 1.5rem;
  }
  .section-cta-cards .cta-card-container.responsive .cta-card .content-wrapper .card-button {
    font-size: 1.5rem;
  }
}

.section-circle-img-grid {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-circle-img-grid .section-heading {
  margin-top: 0;
}

.section-circle-img-grid .section-heading .section-heading-text {
  color: #fff;
}

.section-circle-img-grid .circle-img-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}

.section-circle-img-grid .circle-img-grid .circle-container {
  width: 50%;
}

.section-circle-img-grid .circle-img-grid .circle-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 160px;
  width: 160px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  text-decoration: none;
  color: #000;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 2em;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@media screen and (min-width: 1024px) {
  .section-circle-img-grid .circle-img-grid .circle-link:hover {
    -webkit-transform: scale(1.1) rotate(4deg);
            transform: scale(1.1) rotate(4deg);
  }
}

@media screen and (min-width: 768px) {
  .section-circle-img-grid .circle-img-grid .circle-container {
    width: auto;
  }
  .section-circle-img-grid .circle-img-grid .circle-link {
    height: 200px;
    width: 200px;
    font-size: 2.5em;
  }
}

.section-ig-feed {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.section-ig-feed .section-heading .section-heading-text {
  text-transform: initial;
}

.section-ig-feed .ig-post-container {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media screen and (min-width: 768px) {
  .section-ig-feed .ig-post-container {
    margin-bottom: 1rem;
  }
}

.section-ig-feed .ig-post-container .ig-post {
  position: relative;
}

.section-ig-feed .ig-post-container .ig-post img {
  width: 100%;
}

.section-ig-feed .ig-post-container .ig-post .img-overlay-light {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.section-ig-feed .ig-post-container .ig-post i {
  color: #fff;
}

.section-ig-feed .ig-post-container .ig-post:hover .img-overlay-light {
  opacity: 0.2;
}

.section-ig-feed .ig-post-container .ig-post.ig-post-album i {
  position: absolute;
  top: 0;
  right: 0;
  margin: .5rem;
  font-size: 1.25rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.section-ig-feed .ig-post-container .ig-post.ig-post-video .icon-container {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.section-ig-feed .ig-post-container .ig-post.ig-post-video .icon-container i {
  font-size: 2.5rem;
}

.section-page-heading {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.section-page-heading .page-heading-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-page-heading .page-heading-wrapper .page-heading-container {
  text-align: center;
}

.section-page-heading .page-heading-wrapper .page-heading-container h1 {
  text-transform: uppercase;
  color: #414b5a;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.section-page-heading .page-heading-wrapper .page-heading-container p {
  font-size: 14px;
  color: #6c757d;
}

.section-quick-links .quick-links-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-quick-links .quick-links-container .quick-links {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-quick-links .quick-links-container .quick-links .quick-link {
  text-align: center;
  margin-bottom: 1rem;
}

.section-quick-links .quick-links-container .quick-links .quick-link a {
  text-decoration: none;
  font-weight: 500;
  color: #54595f;
}

.section-text-image-light {
  background-color: #fff;
}

.section-text-image, .section-text-image-light {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-text-image .description-text, .section-text-image-light .description-text {
  margin-bottom: 1.5rem;
}

.section-text-image .description-text h5, .section-text-image-light .description-text h5 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #54595f;
}

.section-text-image .description-text p, .section-text-image-light .description-text p {
  font-size: 14px;
  color: #6c757d;
}

.section-text-image .first-column, .section-text-image-light .first-column {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .section-text-image .first-column, .section-text-image-light .first-column {
    margin-bottom: 0;
  }
}

.section-text-image .image-container, .section-text-image-light .image-container {
  text-align: center;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .section-text-image .image-container, .section-text-image-light .image-container {
    text-align: start;
    margin-bottom: 0;
  }
}

.section-text-image .image-container img, .section-text-image-light .image-container img {
  width: 50%;
  height: auto;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .section-text-image .image-container img, .section-text-image-light .image-container img {
    width: 100%;
  }
}

.section-text-image .details-list, .section-text-image-light .details-list {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section-text-image .details-list, .section-text-image-light .details-list {
    text-align: start;
  }
}

.section-text-image .details-list h5, .section-text-image-light .details-list h5 {
  color: #54595f;
  font-weight: 700;
}

.section-text-image .details-list p, .section-text-image-light .details-list p {
  font-size: 14px;
  margin-bottom: .5rem;
}

.section-text-image .image-wrapper img, .section-text-image-light .image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: .25rem;
}

.section-contact-info {
  margin-top: 1.5rem;
  margin-bottom: 4.5rem;
}

.section-contact-info .google-map-container iframe {
  -webkit-filter: brightness(100%) contrast(100%) saturate(25%) blur(0px) hue-rotate(0deg);
          filter: brightness(100%) contrast(100%) saturate(25%) blur(0px) hue-rotate(0deg);
  height: 300px;
  width: 100%;
}

.section-contact-info .contact-info-container h5 {
  margin-bottom: 1.5rem;
  color: #54595f;
  font-weight: 700;
}

.section-contact-info .contact-info-container .contact-info {
  color: #6c757d;
}

.section-contact-info .contact-info-container .contact-info.first-column {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .section-contact-info .contact-info-container .contact-info.first-column {
    margin-bottom: 0;
  }
}

.section-contact-info .contact-info-container .contact-info p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: .5rem;
}

.section-team-members {
  background-color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.section-team-members .team-member {
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768) {
  .section-team-members .team-member {
    margin-bottom: 0;
  }
}

.section-team-members .team-member img {
  max-width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px 100px 100px 100px;
  margin-bottom: 1rem;
}

.section-team-members .team-member img:hover {
  opacity: 0.8;
}

.section-team-members .team-member h5 {
  font-weight: 700;
  color: #6c757d;
}

.section-team-members .team-member p {
  font-size: 14px;
  color: #6c757d;
}

.card-result {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.headline {
  display: inline-block;
  position: relative;
  text-align: center;
}

.headline .section-heading-text, .headline .section-heading-text-light {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}

.headline .section-heading-text-light {
  color: #fff;
}

.headline svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible;
}

.headline svg path {
  stroke: #414b5a;
  stroke-width: 9;
  fill: none;
  opacity: 0;
  stroke-dasharray: 0 1500;
  -webkit-transition: .3s;
  transition: .3s;
}

.headline.animated svg path {
  -webkit-animation: headline-dash forwards;
  animation: headline-dash forwards;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.headline.hide-highlight svg path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  -webkit-animation: hide-highlight .4s forwards;
  animation: hide-highlight .4s forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes headline-dash {
  0% {
    stroke-dasharray: 0 1500;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
}

@keyframes headline-dash {
  0% {
    stroke-dasharray: 0 1500;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
}

@-webkit-keyframes hide-highlight {
  0% {
    opacity: 1;
    stroke-dasharray: 1500 1500;
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}

@keyframes hide-highlight {
  0% {
    opacity: 1;
    stroke-dasharray: 1500 1500;
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}

.on-desktop-hide {
  display: block !important;
}

.on-mobile-hide {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .on-desktop-hide {
    display: none !important;
  }
  .on-mobile-hide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.section-fade {
  opacity: 0;
}

.section-fade.fade-in {
  -webkit-animation: fade-in 1s ease forwards;
          animation: fade-in 1s ease forwards;
}

.section-fade.fade-in.from-left {
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
}

.section-fade.fade-in.from-right {
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
}

@-webkit-keyframes fade-in {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade-in {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slick-prev:before, .slick-next:before {
  color: #414b5a;
}

.breadcrumb {
  margin-top: 1rem;
  font-size: 14px;
  color: #414b5a;
}

.breadcrumb .breadcrumb-item.active {
  color: #414b5a;
}

.breadcrumb .breadcrumb-item.active span {
  font-weight: 700;
}

.media-gallery .main-view .slide {
  /*height: 450px;*/
  padding: .5rem;
}

.media-gallery .main-view .slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.media-gallery .main-view .slick-prev {
  left: 25px;
  z-index: 999;
}

.media-gallery .main-view .slick-prev::before {
  color: #fff;
}

.media-gallery .main-view .slick-next {
  right: 25px;
  z-index: 999;
}

.media-gallery .main-view .slick-next::before {
  color: #fff;
}

.media-gallery .thumbnails .thumbnail {
  height: 60px;
}

.media-gallery .thumbnails .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  padding: .25rem;
  border: solid 3px transparent;
  border-radius: 5px;
}

.sub-heading {
  font-weight: 600;
  color: #54595f;
}

.signup-form input {
  margin-bottom: 1rem;
}

.signup-form button {
  font-size: 12px;
  text-transform: uppercase;
  padding: 14px 20px;
}

.signup-form button:hover {
  background-color: #0b7cac;
  color: #fff;
}

.divider {
  margin: 5rem 0;
  color: #414b5a;
}

.divider:not([size]) {
  height: 2px;
}

@media screen and (min-width: 768px) {
  .club-detail-section .details {
    padding-right: 2rem;
  }
  .club-detail-section .reviews {
    padding-left: 2rem;
  }
}

.club-detail-section .details .section-heading-text-sub {
  margin-bottom: 1rem;
}

.club-detail-section .details p {
  margin-bottom: 2.5rem;
}

.club-detail-section .details img {
  width: 50%;
  height: auto;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .club-detail-section .details img {
    width: 100%;
  }
}

.club-detail-section .stars {
  color: #414b5a;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.club-detail-section .testimonials {
  cursor: -webkit-grab;
  cursor: grab;
}

.club-detail-section .testimonials .card {
  margin: 0 .5rem;
}

.club-detail-section .testimonials .card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.club-detail-section .testimonials .card .card-header img {
  border-radius: 50%;
  margin-right: 1rem;
}

.club-detail-section .testimonials .card .card-header h6, .club-detail-section .testimonials .card .card-header p {
  margin-bottom: 0;
}

.club-detail-section .testimonials .card .card-header .footer-social {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.club-detail-section .testimonials .card .card-header .footer-social.fa-twitter {
  color: #1da1f2;
}

@media screen and (min-width: 768px) {
  .club-detail-section .testimonials .card .card-header {
    padding: 1rem;
  }
}

.card-header {
  background-color: #fff;
}

.schedule-table > * {
  border-color: #3c3c3c;
}

.schedule-table th {
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
}

.schedule-table td {
  padding-bottom: 0;
}

.schedule-table .activity-card {
  border: none;
  margin-bottom: 8px;
}

.schedule-table .activity-card .card-header {
  padding: 5px;
  background-color: #414b5a;
  border: none;
  border-radius: 0;
}

.schedule-table .activity-card .card-header .activity-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
}

.schedule-table .activity-card .card-body {
  padding: 5px;
  background-color: #dddddd;
}

.agenda-table {
  white-space: nowrap;
}

.agenda-table th {
  color: #54595f;
  border-bottom: 2px solid #414b5a !important;
}

.agenda-table td {
  color: #666666;
}

.agenda-table td:nth-last-child(1), .agenda-table td:nth-last-child(2) {
  white-space: break-spaces;
}
/*# sourceMappingURL=custom.css.map */