/*!
Theme Name: The Framery
Theme URI: http://underscores.me/
Author: The Framery
Author URI: https://www.theframery.au/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the-framery
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

The Framery is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);-webkit-clip-path:none;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.alignleft{float:left;margin-bottom:1.5em;margin-right:1.5em}.alignright{float:right;margin-bottom:1.5em;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-bottom:1.5em;margin-left:auto;margin-right:auto}html{font-size:62.5%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
/*# sourceMappingURL=style.css.map */
.site-header {
    position: fixed;
    width: 100%;
    z-index: 10;
}
.topMenu {
    display: flex;
    flex-direction: column;
    width: 300px;
    padding: 8px 30px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    gap: 15px;
    right: 0px;
    background: #04184A;
	top: 40px
}
.navbar-toggler {
	background: #04184A;
    color: #fff;
    border: none;
}
.leftMenu {
    color: #fff;
    height: 42px;
    gap: 10px;
    font-family: Lexend;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    align-items: center;
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;

}
.phone-wrap {
    height: 24px;
    border-radius: 30px;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.hotline {
/*     width: 166px; */
    height: 20px;
    gap: 6px;
}
.red-text {
    color: #EF4036;
    font-family: Lexend;
    font-size: 21px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;

}
.phone-number {
    font-family: Lexend;
    font-size: 21px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #EDEDED;
}
.follow-block {
    height: 36.46px;
    gap: 10px;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    display: inline-flex;
    align-items: center;
	width: 100%;
}
.social-icon {
    height: 36.46px;
    gap: 10px;

}
.header-inner {
    width: 100%;
/*     height: 60px; */
	left: 0px;
    padding: 10px 30px;
    justify-content: space-between;
    position: absolute;
    display: flex;
    background: #04184A;
    z-index: 10;
}
.main-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
	min-height: 90px;
	height: max-content;
}
.site-branding img {
	height: 90px;
}
.custom-container-fluid {
	margin: unset;
	width: unset;
	position: relative;
}
.search-and-user {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    gap: 18px;
    min-width: 350px;
}
.search-box {
    height: 44px;
    gap: 10px;
    opacity: 0.6;
    align-items: center;
    display: flex;
    justify-content: flex-end;

}
.search-box > input {
    height: 44px;
    width: 210px;
    border-radius: 30px;
    padding: 10px 20px;
    position: absolute;
    background: none;
    border: 1px solid #fff;
}
.search-icon {
    float: right;
    margin-right: 10px;
}
.page-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    list-style: none;
}
.footer-menu-wrap > ul {
	    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    list-style: none;
}
.menu-item  {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
.menu-item > a {
    color: #fff !important;
    text-decoration: none;
}
.current-menu-item {
    color: #0E95EB;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;

}
.current-menu-item > a {
    color: #0E95EB !important;
    text-decoration: none;
}
.site-footer {
    background: #041B4D;
    width: 100%;
	min-width: 600px !important; /*6-May*/
    min-height: 678px;
    padding: 80px 30px;
    gap: 60px;
    opacity: 0.8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wrap-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 50px;
}
.footer-top {
    width: 100%;
    min-height: 158px;
    gap: 50px;
    border-bottom: 1px dashed #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.footer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.copy-right {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    color: #C8C8C8;
    padding-top: 28px;

}
.highlight-text-footer {
    color: #0E95EB;
}
.footer-follow-block {
    text-align: left;
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-family: Lexend;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    justify-content: flex-end;
}

.footer-menu .menu-item {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
.footer-menu .menu-item > a {
	color: #fff !important;
	text-decoration: none;
}
.footer-bottom {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
    min-height: 300px;
	flex-wrap: wrap;
}
.footer-bottom-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 260px;
}
.new-text {
    font-family: Lexend;
font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
}
.footer-large-text {
    font-family: Lexend;
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
}
.footer-normal-text {
    font-family: Lexend;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: justify;
	color: #c8c8c8;
}
.rec-footer {
    width: 100%;
	height: 300px;
	border-radius: 50px;
	background: #03407D;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 15px;
}
.wrap-suncribe {
    width: 300px;
}
.footer-normwl-white-text {
    font-family: Lexend;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: justify;
	color: #fff;
}
.email-box {
    display: flex;
    width: 357px;
    gap: 10px;
    align-items: center;
    position: relative;
}
.email-box > input {
    width: 357px;
    border-radius: 30px;
    padding: 10px 20px;
    height: 55px;
}
.email-box > img {
    float: right;
    margin-right: 10px;
    position: absolute;
    right: 10px;
}
.voucher-block {
    width: 330px;
	height: 209px;
	gap: 10px;
	display: flex;
	flex-direction: column;

}
.discount-text {
    font-family: Lexend;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff; 
}
.voucher-title {
    display: flex;
    align-items: center;
    font-family: Lexend;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff; 
	gap: 10px;
}
.call-now-btn {
    width: 160px;
	height: 47px;
	padding: 20px;
	border-radius: 60px;
	gap: 10px;
	display: flex;
	background: #EF4036;
	color: white;
	font-family: Nunito;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: justify;
    align-items: center;
}
.footer-float {
    display: flex;
    gap: 30px;
    flex-direction: column;
	display: flex;
}
.footer-menu-column {
	display: flex;
    justify-content: flex-end;
}

/**************** main style ******************/
@charset "UTF-8";
/**
 *
 * FONT SMOOTHING
 *
 * Changes the font rendering,
 * allowing thinner fonts
 */
/*--------------------------------------------------------------
# CORE WORDPRESS
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

img {
  max-width: 100%;
}

.f-20 {
  font-size: 2rem;
}

.f-12 {
  font-size: 1.2rem;
}

.f-14 {
  font-size: 1.4rem;
}

.fw-500 {
  font-weight: 500;
}

.text-dark {
  color: #081A2B;
}

.gap-30 {
  gap: 3rem;
}

.bg-white.btn:hover {
  background-color: #13416C !important;
}

.h-100 {
  height: 100%;
}

.white {
  color: white;
}

.f-500 {
  font-weight: 500;
}

.f-600 {
  font-weight: 600;
}

.btn-light {
  text-shadow: none;
}

.rating {
  color: #E0B540;
  font-size: 18px;
  margin-right: 1rem;
}

/* @font-face {
  font-family: "marina";
  src: url("../fonts/icon/marina.ttf?oijfg2") format("truetype"), url("../fonts/icon/marina.woff?oijfg2") format("woff"), url("../fonts/icon/marina.svg?oijfg2#marina") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
} */
.icon, .latest-post-slider .swiper-button:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "marina" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* .icon-arrow-right-circle:before {
  content: "\e906";
}

.icon-arrow-left-circle:before {
  content: "\e907";
}
 */
.icon-star:before {
  content: "\e903";
}

.icon-phone:before {
  content: "\e904";
}

.icon-location:before {
  content: "\e905";
}

.icon-long-arrow-down:before {
  content: "\e902";
}

.icon-signal:before {
  content: "\e900";
}

.icon-waves:before {
  content: "\e901";
}

.site__header {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  z-index: 1020;
  transition: padding-bottom 250ms ease-in-out, padding-top 250ms ease-in-out;
}
.site__header__container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 768px) {
  .site__header__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.site__header__navigation {
  align-self: flex-end;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.site__header__branding img {
  height: 5rem;
  width: 15.6rem;
}
.site__header .menu-toggle {
  padding: 0;
  background: none;
  border: none;
  font-size: 2.4rem;
  color: #ffffff;
  line-height: 0;
  margin-left: 1rem;
}
.site__header__extra_label {
  color: #ffffff;
}
.site__header .nav-menu {
  display: flex;
  flex-direction: row;
}
.site__header .nav-menu > li > a {
  color: #ffffff;
  font-family: "Visby CF", sans-serif;
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2rem 1.2rem;
  display: block;
  position: relative;
}
.site__header .nav-menu > li > a:after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  opacity: 0;
  transition: 250ms ease-in;
}
.site__header .nav-menu > li > a:hover:after, .site__header .nav-menu > li.current-menu-item > a:after {
  width: calc(100% - 24px);
  opacity: 1;
}
.site__header .nav-menu .menu-item-has-children {
  position: relative;
}
.site__header .nav-menu .menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
}
.site__header .nav-menu .menu-item-has-children > ul {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  min-width: 20rem;
  padding: 1rem 0;
  z-index: 3;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
}
.site__header .nav-menu .menu-item-has-children > ul a {
  text-transform: uppercase;
  display: block;
  padding: 1rem 2rem;
  color: white;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}
.site__header .nav-menu .menu-item-has-children > ul a:hover {
  opacity: 0.8;
}
.site__header__extra {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #000;
  color: #ffffff;
  display: none;
  padding: 2rem 3rem;
  z-index: 1000;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16), 0px 16px 32px rgba(0, 0, 0, 0.24);
  overflow-x: hidden;
}
.site__header__extra .has-line {
  border-top: 1px solid rgba(255, 255, 255, 0.431372549);
  margin-top: 10px !important;
  padding-top: 15px !important;
}
@media (min-width: 768px) {
  .site__header__extra {
    width: 100%;
    width: 43.2rem;
  }
}
@media (max-width: 767.98px) {
  .site__header__extra {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
.site__header__extra__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 0;
}
.site__header__extra__close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 3.2rem;
}
.site__header__extra .search-form {
  margin-bottom: 2rem;
}
.site__header__extra .search-form .input-group {
  position: relative;
}
.site__header__extra .search-form .form-control {
  border: 1px solid #ffffff;
  background: none;
  color: #ffffff;
  padding-right: 3.6rem;
}
.site__header__extra .search-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.site__header__extra .search-form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.site__header__extra .search-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.site__header__extra .search-form .btn {
  line-height: 100%;
  position: absolute;
  background: none;
  border: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.8rem 1.2rem;
}
.site__header__extra .search-form .btn ion-icon {
  font-size: 2.4rem;
}
.site__header__extra .extra-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.site__header__extra .extra-menu > li {
  flex-basis: 100%;
  padding: 0.5rem 0;
}
.site__header__extra .extra-menu > li > a {
  position: relative;
  display: inline-block;
  padding: 0.2rem 0;
  font-Size: 1.6rem;
  font-family: "Visby CF", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
}
@media (max-width: 767.98px) {
  .site__header__extra .extra-menu > li > a {
    font-Size: 1.6rem;
  }
}
.site__header__extra .extra-menu > li > a:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 200ms ease-in;
}
.site__header__extra .extra-menu > li > a:hover:after {
  width: 100%;
}
.site__header__extra .sub-extra-menu {
  border-top: 1px solid #ffffff;
  padding-top: 2.4rem;
  margin-top: 2.4rem;
}
.site__header__extra .sub-extra-menu > li {
  padding: 0.5rem 0;
}
.site__header__extra .sub-extra-menu > li > a {
  color: #ffffff;
  font-family: "Visby CF", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-size: 1.6rem;
  display: inline-block;
  padding: 0.5rem 0;
  position: relative;
}
.site__header__extra .sub-extra-menu > li > a:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 200ms ease-in;
}
.site__header__extra .sub-extra-menu > li > a:hover:after {
  width: 100%;
}
.site__header__extra .social-links {
  border-top: 1px solid rgba(255, 255, 255, 0.431372549);
  padding-top: 2.4rem;
  margin-top: 2.4rem;
  display: flex;
}
.site__header__extra .social-links > li + li {
  margin-left: 2.4rem;
}
.site__header__extra .social-links > li > a {
  color: #ffffff;
  font-size: 2.4rem;
}
.site__header__extra .social-links > li > a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.site__header.sticky {
  background-color: #0f3456;
}

body.no-hero .site__header {
  background-color: #0f3456;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991.98px) {
  .container {
    max-width: none;
  }
}

ul, ol {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

.tpl-block {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

p:last-child {
  margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3 {
  letter-spacing: 2px;
}

h2, .h2 {
  margin-bottom: 2.4rem;
}

h5, .h5 {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1.6rem;
}

.btn {
  letter-spacing: 3px;
  font-weight: 700;
  line-height: 2rem;
  padding: 1.4rem 3.2rem;
  text-transform: uppercase;
}
.btn ion-icon {
  font-size: 2rem;
  vertical-align: -5px;
  margin-left: 1.6rem;
}

.btn.btn-sm {
  font-weight: 600;
  font-size: 1rem;
  padding: 1rem 2.4rem;
}

.btn.btn-lg {
  padding: 1.8rem 2.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}

@media screen and (min-width: 1600px) {
  .container, .container-fluid {
    max-width: 1440px;
  }
}
@media (max-width: 991.98px) {
  .tpl-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 575.98px) {
  h2, .h2 {
    font-size: 3rem;
    letter-spacing: 1px;
  }
}
.site-footer {
  background-color: #0f3456;
  color: #ffffff;
  padding-top: 3rem;
  position: relative;
  text-align: center;
}
.site-footer a {
  color: white;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .logo-footer img {
  max-width: 200px;
  height: auto;
}
.site-footer .menu-footer {
  margin-top: 2rem;
}
.site-footer .phone-number {
  margin-top: 2rem;
}
.site-footer .phone-number a {
  font-weight: 500;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .site-footer .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.site-footer .col-brand {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.site-footer .col-brand img {
  width: 21.2rem;
  height: 6.4rem;
}
.site-footer .menu-item {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
.site-footer .social-links {
  display: flex;
}
.site-footer .social-links > li + li {
  margin-left: 1.4rem;
}
.site-footer .social-links > li > a {
  color: #ffffff;
  font-size: 2.4rem;
  height: 2.4rem;
  line-height: 1;
  display: block;
}
.site-footer .social-links > li > a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .copyright {
  font-size: 1.2rem;
  font-family: "Visby CF", sans-serif;
  letter-spacing: 2px;
}
.site-footer .copyright a {
  color: #ffffff;
}
.site-footer .copyright a:hover {
  text-decoration: underline;
}
.site-footer .sub-extra-menu-footer {
  display: flex;
  justify-content: flex-end;
}
.site-footer .sub-extra-menu-footer > li + li {
  position: relative;
}
.site-footer .sub-extra-menu-footer > li + li:before {
  content: "|";
  display: inline-block;
  margin: 0 1rem;
  font-size: 1.2rem;
}
.site-footer .sub-extra-menu-footer > li > a {
  color: #ffffff;
  font-size: 1.2rem;
  font-family: "Visby CF", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
}
.site-footer .sub-extra-menu-footer > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .site-footer .copyright {
    text-align: center;
    margin-bottom: 1rem;
  }
  .site-footer .sub-extra-menu-footer {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .site-footer .sub-extra-menu-footer > li + li:before {
    display: none;
  }
  .site-footer .col-brand {
    order: 0;
  }
}

/* .footer-bottom {
  padding: 1rem 0;
  line-height: 1;
  margin-top: 3rem;
  background: #dc3545;
} */
.footer-bottom .container {
  gap: 20px;
}
@media (max-width: 991.98px) {
  .footer-bottom .container {
    flex-wrap: wrap;
    gap: 10px;
    padding: 2rem 0;
  }
  .footer-bottom .copyright, .footer-bottom .menu {
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
  }
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero.medium-height {
    height: 72vh;
  }
}
.hero .button-link {
  margin-top: 5.3rem;
}
.hero .button_scroll_down.style-arrow {
  display: block;
  margin-top: 5.3rem;
  width: 5rem;
  margin-left: auto;
  margin-right: auto;
}
.hero .button_scroll_down.style-chevron {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  color: #ffffff;
  z-index: 1;
  display: block;
  padding: 1rem;
  line-height: 100%;
}
.hero .button_scroll_down.style-chevron > span {
  display: inline-block;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.hero .icon-long-arrow-down {
  font-size: 5rem;
  color: #ffffff;
}
.hero.show-triangle-below:after {
  content: "";
  display: inline-block;
  border-left: 2.6rem solid transparent;
  border-right: 2.6rem solid transparent;
  border-bottom: 5rem solid #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
}
@media (max-width: 575.98px) {
  .hero.show-triangle-below:after {
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    border-bottom: 3.6rem solid #ffffff;
  }
}
.hero__media {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}
.hero__media img {
  object-fit: cover;
  flex-grow: 1;
}
.hero__media.has_overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(8, 26, 43, 0.8) 0%, rgba(8, 26, 43, 0.31) 75.52%, rgba(8, 26, 43, 0.72) 100%);
  position: absolute;
  z-index: 10;
  opacity: 0.6;
}
.hero .overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(8, 26, 43, 0.8) 0%, rgba(8, 26, 43, 0.31) 75.52%, rgba(8, 26, 43, 0.72) 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.hero__video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero__content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.41);
  z-index: 2;
}
.hero__content.text-center .hero__desc {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
}
.hero__heading {
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.hero__desc {
  font-family: "Visby CF", sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 2px;
}
.hero__footer {
  position: absolute;
  bottom: 4.8rem;
  width: 100%;
  color: #ffffff;
  z-index: 9;
}
.hero .location {
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 1.6rem;
}
@media (max-width: 767.98px) {
  .hero .cta-wrap {
    margin-top: 2rem;
  }
}
.hero .weather-info .info {
  display: flex;
}
.hero .weather-info .info > li ion-icon, .hero .weather-info .info > li .icon, .hero .weather-info .info > li .latest-post-slider .swiper-button:after, .latest-post-slider .hero .weather-info .info > li .swiper-button:after {
  font-size: 2.8rem;
}
.hero .weather-info .info > li .value {
  font-family: "Visby CF", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3rem;
  letter-spacing: 1px;
}
.hero .weather-info .info > li + li {
  margin-left: 4rem;
}
@media screen and (min-width: 1600px) {
  .hero__heading {
    font-size: 5.6rem;
  }
}

.animate-bounce {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: animate-bounce;
  animation-name: animate-bounce;
}

@-webkit-keyframes animate-bounce {
  0%, 20%, 50%, 80%, to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes animate-bounce {
  0%, 20%, 50%, 80%, to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.open-hours {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  color: white;
  z-index: 2;
  text-align: center;
  padding: 1rem 2rem;
  background: rgba(0, 7, 14, 0.7);
}

.title-block {
  text-align: center;
}
.title-block .image-top {
  margin-bottom: 1.6rem;
}
.title-block .block-title {
  margin-bottom: 2.4rem;
}
.title-block .block-content {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .title-block .block-content {
    max-width: 60%;
  }
}
.title-block .btn {
  margin-top: 5.6rem;
}

.lifestyle-photo-block .image {
  width: 100%;
  height: 30rem;
  overflow: hidden;
}
.lifestyle-photo-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lifestyle-photo-block .wrap-heading {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.lifestyle-photo-block .wrap-heading .heading-text {
  text-align: right;
}
@media (max-width: 767.98px) {
  .lifestyle-photo-block .col-left {
    margin-bottom: 1.5rem;
  }
}

.column-mansory {
  width: 33.3333%;
  padding: 0 15px 25px;
}
@media (max-width: 991.98px) {
  .column-mansory {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .column-mansory {
    width: 100%;
  }
}

.text-marquee-block {
  overflow-x: hidden;
  white-space: nowrap;
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.text-marquee-block .text-marquee-content {
  font-size: 12.8rem;
  font-weight: 900;
  margin: 0;
  color: #ffffff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #13416C;
}

.locations-map-block {
  background-color: #0a1a2a;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.locations-map-block .location-map-image {
  width: 100%;
}
.locations-map-block .block-content {
  width: 100%;
  text-align: center;
  margin-bottom: 9rem;
  margin-top: 8rem;
}
.locations-map-block .block-content .heading {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
.locations-map-block .block-content .content {
  color: #ffffff;
}
.locations-map-block .block-content .btn {
  margin-top: 3.6rem;
}
.locations-map-block .location-box {
  display: none;
  width: 362px;
  position: absolute;
  top: 8%;
  right: 10%;
  background-color: #ffffff;
}
.locations-map-block .location-box:before {
  content: "";
  display: inline-block;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #ffffff;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}
.locations-map-block .location-box .image img {
  width: 100%;
  object-fit: cover;
}
.locations-map-block .location-box .content {
  padding: 2.4rem;
}
.locations-map-block .location-box .description {
  font-size: 1.3rem;
  margin-bottom: 2.4rem;
}
.locations-map-block .location-box .description ul {
  list-style-type: disc;
  padding-left: 1.6rem;
}
.locations-map-block .location-box .location-contact {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-bottom: 2.4rem;
}
.locations-map-block .location-box .location-contact > li {
  position: relative;
  padding-left: 2.4rem;
}
.locations-map-block .location-box .location-contact > li + li {
  margin-top: 1.6rem;
}
.locations-map-block .location-box .location-contact > li ion-icon {
  position: absolute;
  top: 3px;
  left: 0;
}
.locations-map-block .location-box .location-contact > li a {
  color: #5A5A5A;
}
.locations-map-block .location-box .location-contact > li a:hover {
  color: #13416C;
  text-decoration: underline;
}
.locations-map-block .location-box .btn {
  width: 100%;
}
.locations-map-block .map-slider-wrap {
  width: 100%;
  position: relative;
  z-index: 10;
}
.locations-map-block .map-slider-wrap:before {
  content: "";
  height: 50%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 0;
}
.locations-map-block .map-slider-wrap .slick-slide {
  position: relative;
  z-index: 10;
}
.locations-map-block .map-slider-wrap .image {
  padding-right: 2rem;
  padding-left: 2rem;
}

.media-text-block.media-left .image-col img {
  border-bottom-right-radius: 6.4rem;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .media-text-block.media-right .image-col {
    order: 2;
  }
}
.media-text-block.media-right .image-col img {
  border-top-left-radius: 6.4rem;
  overflow: hidden;
  width: 100%;
}
.media-text-block .heading {
  margin-bottom: 1.6rem;
}
.media-text-block .btn {
  margin-top: 3.6rem;
}
@media (max-width: 767.98px) {
  .media-text-block .image {
    margin-bottom: 3rem;
  }
  .media-text-block.media-left .image-col img, .media-text-block.media-right .image-col img {
    border-radius: 0;
  }
}

.product-carousel-block {
  overflow: hidden;
}
.product-carousel-block .container-fluid {
  width: 100%;
  max-width: 100%;
}

.swiper-image .swiper-slide {
  padding: 0 20%;
}
.swiper-image .swiper-button-next,
.swiper-image .swiper-button-prev {
  width: 340px;
  height: 340px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #F7F7F7;
  text-align: center;
  transform: translateY(-50%);
  margin-top: 0;
}
.swiper-image .swiper-button-next:before, .swiper-image .swiper-button-next:after,
.swiper-image .swiper-button-prev:before,
.swiper-image .swiper-button-prev:after {
  display: none;
}
.swiper-image .swiper-button-next span,
.swiper-image .swiper-button-prev span {
  color: inherit;
  display: block;
  color: #081A2B;
  font-size: 10px;
  font-weight: 600;
}
.swiper-image .swiper-button-next .image,
.swiper-image .swiper-button-prev .image {
  width: 68px;
  margin-left: 120px;
}
.swiper-image .swiper-button-next .image img,
.swiper-image .swiper-button-prev .image img {
  width: 100%;
}
.swiper-image .swiper-button-prev {
  left: -170px;
}
.swiper-image .swiper-button-next {
  right: -170px;
}
.swiper-image .swiper-button-next .image {
  margin: 0 120px 0 0;
}
@media (max-width: 1199.98px) {
  .swiper-image .swiper-button-next,
  .swiper-image .swiper-button-prev {
    background-color: white;
  }
}
@media (max-width: 767.98px) {
  .swiper-image .swiper-button-next,
  .swiper-image .swiper-button-prev {
    display: none;
  }
}

.swiper-text {
  margin-bottom: 80px;
}
.swiper-text .swiper-wrapper {
  align-items: center;
}
.swiper-text .swiper-slide {
  font-weight: 800;
  padding: 0 30px;
  color: #ffffff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #13416C;
  font-size: 64px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  width: auto;
}
.swiper-text .swiper-slide.swiper-slide-active {
  color: #13416C;
  font-size: 80px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #13416C;
}
@media (max-width: 1199.98px) {
  .swiper-text .swiper-slide {
    font-size: 24px;
  }
  .swiper-text .swiper-slide.swiper-slide-active {
    font-size: 30px;
  }
}

.text-editor-block h1, .text-editor-block .h1 {
  margin-bottom: 4rem;
}
.text-editor-block h2, .text-editor-block .h2, .text-editor-block h3, .text-editor-block .h3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.text-editor-block p {
  margin-bottom: 2.4rem;
}
.text-editor-block:first-child {
  margin-top: 0;
}
.text-editor-block *:last-child {
  margin-bottom: 0;
}
.text-editor-block ul, .text-editor-block ol {
  padding-left: 1.7rem;
  margin: 2.4rem 0;
}
.text-editor-block ul > li + li, .text-editor-block ol > li + li {
  margin-top: 1rem;
}
.text-editor-block ul {
  list-style-type: disc;
}
.text-editor-block ol {
  list-style-type: decimal;
}

.manufactures-block {
  position: relative;
}
.manufactures-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #081A2B;
  opacity: 0.72;
}
.manufactures-block .container {
  position: relative;
  z-index: 1;
}
.manufactures-block .manufactures {
  max-width: 1085px;
  margin: auto;
}
.manufactures-block .col-md-4 {
  margin-bottom: 3rem;
}
.manufactures-block .col-md-4 img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .manufactures-block .col-md-4 {
    max-width: 50%;
  }
}

.triangle_top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 55px 29px 0 29px;
  border-color: #fff transparent transparent transparent;
}

.benefit .text {
  max-width: 457px;
}

.tab-block br {
  display: none;
}
.tab-block .column {
  padding-right: 1rem;
  color: #5A5A5A;
  margin-bottom: 4rem;
}
.tab-block .column.column-break {
  flex: 0 0 100%;
  max-width: 100%;
}
.tab-block .icons img {
  display: block;
  width: 2.4rem;
  margin-right: 1.5rem;
}
.tab-block .tab-content {
  flex: 1;
}
.tab-block .tab-pane {
  border: 1px solid rgba(11, 48, 59, 0.08);
  padding: 2.4rem;
}
.tab-block .tab-pane ul {
  margin: 0;
}
.tab-block .tab-pane ul + .d-flex {
  margin-top: 3rem;
}
.tab-block .tab-pane h4 {
  text-transform: uppercase;
  margin: 0 0 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #13416C;
  letter-spacing: 0.08em;
}
.tab-block .tab-pane h3 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 2px;
  color: #13416C;
  margin: 0 0 4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.tab-block .nav {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
}
.tab-block .nav .nav-link {
  letter-spacing: 2px;
  font-family: "Visby CF", sans-serif;
  font-weight: 600;
  color: #9BB0C3;
  padding: 1rem 1.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tab-block .nav .nav-link.active {
  color: #13416C;
  background: #F6FAFD;
}
@media (min-width: 768px) {
  .tab-block .tab-left {
    max-width: 20rem;
    margin-right: 1rem;
  }
  .tab-block .nav {
    margin-bottom: 0;
  }
  .tab-block .nav .nav-link {
    padding: 1.4rem 1.6rem;
  }
  .tab-block .tab-left {
    max-width: 30rem;
    margin-right: 2rem;
  }
  .tab-block .tab-pane {
    padding: 2.4rem 4.8rem;
  }
  .tab-block .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.tab-block .info a {
  color: inherit;
}
.tab-block .info .d-flex {
  margin-bottom: 1.5rem;
}
.tab-block .info .d-flex .icons img {
  max-width: 2rem;
}

.feature-amenities h2 {
  margin-bottom: 7rem;
}
.feature-amenities br {
  display: none;
}
.feature-amenities .col {
  font-family: "Visby CF", sans-serif;
  margin-bottom: 8rem;
  letter-spacing: 0.08em;
  color: #828282;
  font-weight: 600;
  max-width: 50%;
  flex: 0 0 50%;
}
@media (min-width: 992px) {
  .feature-amenities .col {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
.feature-amenities .icons {
  margin-bottom: 1.5rem;
}
.feature-amenities .icons img {
  height: 35px;
  width: auto;
}

.menu-block .nav-tabs {
  border: none;
}
.menu-block .nav-tabs .nav-link {
  border: none !important;
  border-bottom: 1px solid transparent !important;
}
.menu-block .nav-tabs .nav-link.active {
  border-bottom: 1px solid !important;
}
.menu-block .nav-tabs .nav-item {
  margin: 1rem;
}

.testimonials .row {
  margin-top: 5.5rem !important;
}
@media (min-width: 992px) {
  .testimonials .row {
    margin: 0 -3rem;
  }
  .testimonials .row .col-md-6 {
    padding: 0 3rem;
  }
}
.testimonials .review {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #13416C;
  font-family: "Visby CF", sans-serif;
}
.testimonials .card .card-body {
  padding: 3rem;
}
.testimonials .card .rating {
  margin-bottom: 2rem;
}
.testimonials .card .text {
  margin-bottom: 2.4rem;
}
.testimonials .card .name {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #13416C;
  font-family: "Visby CF", sans-serif;
}
.testimonials .card .date {
  color: #5A5A5A;
  font-size: 1.1rem;
}

.swiper-image br, .testimonials br, .swiper-posts br, .card-block br, .contact-block br {
  display: none;
}

.swiper-images {
  padding: 40px 0;
}
.swiper-images .swiper-slide img {
  position: relative;
  transform: scale(1);
  transition: all 2.5s cubic-bezier(0.49, -0.17, 1, 1) 1.5s;
}
.swiper-images .swiper-slide.swiper-slide-active {
  transform: scale(1.2);
}
.swiper-images img {
  width: 100%;
}

.card-block .card {
  height: 100%;
}
.card-block .card .card-body {
  padding: 2rem 2rem 10rem;
  color: #666666;
}
@media (min-width: 992px) {
  .card-block .card .card-body {
    padding: 4rem 4rem 10rem;
  }
}
.card-block .card .card-body h3 {
  margin-top: 0;
}
.card-block .card .ratio:before {
  padding-top: 75%;
}
.card-block .card .btn {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  bottom: 4rem;
  transform: translateX(-50%);
}

.latest-post-slider h2 {
  margin-bottom: 5rem;
}
.latest-post-slider * {
  color: white;
}
.latest-post-slider .swiper-button {
  height: auto;
  width: auto;
}
.latest-post-slider .swiper-button:after {
  font-size: 3.5rem;
  color: rgba(255, 255, 255, 0.64);
}
/* .latest-post-slider .swiper-button-next:after {
  content: "\e906";
} */
.latest-post-slider .swiper-button-prev {
  left: auto;
  right: 5rem;
}
/* .latest-post-slider .swiper-button-prev:after {
  content: "\e907";
} */

.swiper-posts .p-title {
  font-weight: 600;
  font-family: "Visby CF", sans-serif;
  margin-bottom: 0.5rem;
}
.swiper-posts .p-info {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.64);
}
.swiper-posts img {
  width: 100%;
  margin-bottom: 1.6rem;
}

.find-us-block {
  padding: 0;
}
.find-us-block > .container {
  max-width: 100%;
  position: relative;
}
.find-us-block .map {
  padding-bottom: 1rem;
}
.find-us-block .map img {
  flex-grow: 1;
  object-fit: cover;
}
.find-us-block .text {
  max-width: 384px;
  padding: 10rem 0 5rem;
}
.find-us-block .text h2 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .find-us-block .map {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 100%;
    display: flex;
    padding-bottom: 0;
  }
  .find-us-block .text {
    max-width: 384px;
    padding: 10rem 0;
  }
}

.contact-section {
  background: #FFFFFF;
  box-shadow: 0px 126px 50px rgba(17, 50, 74, 0.01), 0px 71px 43px rgba(17, 50, 74, 0.05), 0px 32px 32px rgba(17, 50, 74, 0.09), 0px 8px 17px rgba(17, 50, 74, 0.1), 0px 0px 0px rgba(17, 50, 74, 0.1);
}
.contact-section .col-md-8 {
  padding: 4rem 4rem;
}
@media (min-width: 992px) {
  .contact-section .col-md-8 {
    padding: 4rem 6rem 4rem 4rem;
  }
}
.contact-section .col-md-8 h2 {
  margin-top: 0;
}
.contact-section .col-md-8 > h2, .contact-section .col-md-8 > p {
  text-align: center;
}
.contact-section .col-md-8 form {
  margin-top: 4rem;
}
.contact-section .col-md-8 form .btn {
  width: 100%;
}
.contact-section .col-md-8 form p {
  margin: 0;
}

textarea.form-control {
  min-height: 168px;
  height: 168px;
}

.contact-block-section {
  position: relative;
  padding-top: 4rem;
}
.contact-block-section .container {
  position: relative;
  z-index: 2;
}
.contact-block-section .right-contact {
  position: relative;
  padding-bottom: 8rem !important;
}
.contact-block-section .social {
  font-size: 1.2rem;
  position: absolute;
  left: 4rem;
  bottom: 4rem;
}
.contact-block-section .social br {
  display: none;
}
.contact-block-section h2 {
  color: inherit;
  margin-bottom: 2rem;
}
.contact-block-section p + .contact-info {
  margin-top: 4.8rem;
}
.contact-block-section .contact-info .label {
  font-size: 1.3rem;
}
.contact-block-section .value {
  font-weight: 600;
}
.contact-block-section .white a, .contact-block-section .white h3, .contact-block-section .white h2, .contact-block-section .white h4 {
  color: inherit;
}
@media (min-width: 992px) {
  .contact-block-section {
    padding-top: 8rem;
  }
}

label {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #061420;
}

.products .card {
  height: 100%;
  color: #666;
  font-size: 1.4rem;
}
.products .card-img-top {
  object-fit: contain;
}
.products .product-name {
  font-weight: 600;
  font-size: 2.3rem;
  color: #13416C;
  text-transform: uppercase;
}
.products .product-des li {
  margin: 0;
}
.products .sku,
.products .price {
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #CE0000;
  font-family: "Visby CF", sans-serif;
}
.products .sku {
  color: #333;
}
.products .card-body {
  padding: 2.4rem 2.4rem 11rem;
  position: relative;
}
.products .card-body .btn {
  position: absolute;
  bottom: 3.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4.8rem);
  display: block;
}

.show-compare .compare, .show-compare .c-close {
  display: block !important;
}
.show-compare .products, .show-compare .c-compare {
  display: none;
}

.products-block br {
  display: none;
}

.compare {
  display: none;
}
@media (max-width: 767.98px) {
  .compare {
    overflow: auto;
  }
  .compare table {
    min-width: 1000px;
  }
}
.compare .table {
  width: 100%;
  table-layout: fixed;
}
.compare .table tr th {
  padding-top: 2rem;
  padding-bottom: 4rem;
  vertical-align: top;
}
.compare .table tr td {
  border: 1px solid #DFE8EF;
  padding: 1rem 1.7rem;
}
.compare .table tr td:first-child {
  background-color: #F6FAFD !important;
}
.compare .table .ratio-1x1 {
  margin: auto;
}
.compare .table .ratio-1x1 img {
  object-fit: contain;
}
.compare .table tbody tr:nth-child(2n+2) td {
  background: #FEFCF6;
}
.compare .table tbody tr.price td {
  color: #CE0000;
}
.compare .table tbody tr.price td:first-child {
  color: inherit;
}
.compare .table h5 {
  font-weight: 600;
  display: block;
  letter-spacing: 2px;
  text-align: center;
  font-size: 1.4rem;
}

.hero-map {
  height: auto;
}
.hero-map > .container {
  max-width: 100%;
  padding: 0;
}
.hero-map .hero__media:hover .image-info {
  opacity: 1;
}
.hero-map .image-info {
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 2;
  top: 38%;
  left: 50%;
  width: 210px;
  opacity: 0;
}
@media (max-width: 1400px) {
  .hero-map .image-info {
    top: 40%;
  }
}
@media (max-width: 767.98px) {
  .hero-map .image-info {
    top: 23%;
  }
}

.restaurant-menu-block {
  position: relative;
  padding-top: 0;
}
.restaurant-menu-block .nav-pills .nav-link.active,
.restaurant-menu-block .nav-pills .show > .nav-link {
  background: none;
}
.restaurant-menu-block .nav-link {
  font-family: "Visby CF", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #6E8BA6;
  padding: 0.8rem 1.6rem;
  letter-spacing: 2px;
}
.restaurant-menu-block .nav-link.active {
  color: #13416C;
}
@media (max-width: 991.98px) {
  .restaurant-menu-block .nav-pills {
    flex-direction: column;
    margin-bottom: 4rem;
    justify-content: center;
  }
  .restaurant-menu-block .nav-link {
    color: #13416C;
  }
}
.restaurant-menu-block .sticky-lg-top {
  padding-top: 4rem;
}
@media (min-width: 992px) {
  .restaurant-menu-block .nav-link {
    font-size: 1.8rem;
    padding: 0.8rem 0;
  }
  .restaurant-menu-block .layout {
    --bs-gutter-x: 12rem;
  }
  .restaurant-menu-block .layout .col-lg-9 {
    position: relative;
  }
  .restaurant-menu-block .layout .col-lg-9:before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: #DFE8EF;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 4rem;
  }
  .restaurant-menu-block .sticky-lg-top {
    top: 7rem;
    padding-top: 8rem;
    z-index: 1000;
  }
}

.menu-group-name {
  margin: 0;
}

.scrollspy-heading .download-menu {
  display: inline-block;
  text-transform: capitalize;
}
.scrollspy-heading .download-menu span {
  display: inline-block;
  margin-left: 0.4rem;
}
.scrollspy-heading .download-menu ion-icon {
  vertical-align: -2px;
}
.scrollspy-heading .download-menu:hover {
  color: #F6931F;
}
@media (min-width: 768px) {
  .scrollspy-heading {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
  .scrollspy-heading .download-menu {
    margin-left: 1rem;
  }
}
@media (max-width: 991.98px) {
  .scrollspy-heading .scrollspy-group-name.h1 {
    font-size: 3.8rem;
  }
}

.scrollspy-group-note {
  margin-top: 4rem;
  color: gray;
}

.scrollspy-group-item {
  padding-top: 8rem;
}
@media (min-width: 992px) {
  .scrollspy-group-item {
    padding-top: 10rem;
  }
}
@media (max-width: 991.98px) {
  .scrollspy-group-item:first-child {
    padding-top: 0;
  }
}
.scrollspy-group-item .scrollspy-group-desc {
  color: #13416C;
  font-size: 1.8rem;
}
.scrollspy-group-item .scrollspy-heading + .scrollspy-group-desc {
  margin-top: 2rem;
}
.scrollspy-group-item .menu-groups {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .scrollspy-group-item .menu-groups {
    margin-top: 4rem;
  }
}

.menu-group-item + .menu-group-item {
  margin-top: 8rem;
}
.menu-group-item .menu-group-desc {
  margin-top: 1rem;
  color: #13416C;
}
.menu-group-item .menu-group-note {
  margin-top: 4rem;
  color: gray;
}
.menu-group-item.sub-group {
  margin-top: 6rem;
}
.menu-group-item.sub-group .menu-group-name {
  font-size: 2.8rem;
}
.menu-group-item.sub-group .menu-name {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .menu-group-item.sub-group .row {
    margin-top: 1rem;
  }
  .menu-group-item.sub-group .row > div {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .menu-group-item .row {
    --bs-gutter-x: 8rem;
  }
  .menu-group-item .row > div {
    margin-top: 4rem;
  }
}
.menu-group-item .divider {
  border-top: 0;
  border-bottom: 1px solid #DFE8EF;
  margin: 0;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .restaurant-menu-item {
    border-top: 1px solid #DFE8EF;
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
.restaurant-menu-item .name-and-price {
  display: flex;
  flex-direction: row;
}
.restaurant-menu-item .menu-name {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: capitalize;
  flex-grow: 1;
  padding-right: 1rem;
  margin: 0;
}
.restaurant-menu-item .pricing {
  color: #F6931F;
  display: flex;
}
.restaurant-menu-item .pricing > span {
  white-space: nowrap;
  vertical-align: middle;
}
.restaurant-menu-item .sub-price {
  position: relative;
  margin-left: 0.8rem;
}
.restaurant-menu-item .sub-price:before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #F3E1B2;
  vertical-align: middle;
  margin-right: 0.8rem;
}
.restaurant-menu-item .desc {
  margin-top: 1.2rem;
  font-style: italic;
}
.restaurant-menu-item .topping {
  margin-top: 1.2rem;
}
.restaurant-menu-item .topping:first-child {
  margin-top: 0;
}
.restaurant-menu-item .topping-item {
  display: flex;
  flex-direction: row;
}
.restaurant-menu-item .topping-item + .topping-item {
  margin-top: 0.8rem;
}
.restaurant-menu-item .topping-item .topping-name {
  flex-grow: 1;
  margin-right: 1rem;
}
.restaurant-menu-item .topping-item .topping-name {
  font-size: 1.4rem;
  font-weight: 400;
}
.restaurant-menu-item .topping-item .topping-price {
  color: #F6931F;
  font-size: 1.4rem;
  font-weight: 400;
}

.events-block .no-event {
  text-align: center;
}
.events-block .no-event .icon, .events-block .no-event .latest-post-slider .swiper-button:after, .latest-post-slider .events-block .no-event .swiper-button:after {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .events-block .list-news {
    --bs-gutter-x: 4rem;
  }
}
.events-block .container {
  max-width: 90rem;
}
.events-block .event-item {
  position: relative;
  overflow: hidden;
}
.events-block .image {
  display: block;
}
.events-block .image > img {
  width: 100%;
}
.events-block .desc {
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  margin-top: 1.6rem;
}
.events-block .start-date {
  color: #F6931F;
  margin-bottom: 0;
}
.events-block .event-title {
  font-size: 2.2rem;
  font-weight: 500;
}
.events-block .event-title a {
  color: #ffffff;
}
.events-block .content {
  background-color: rgba(8, 26, 43, 0.95);
  padding: 2rem;
  margin-top: 0;
}
.events-block .footer-actions {
  margin-top: 4rem;
}
@media (max-width: 991.98px) {
  .events-block .row > div + div {
    margin-top: 3rem;
  }
  .events-block .content {
    padding: 3rem;
  }
  .events-block .view-more {
    display: block;
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .events-block .list-news > div:nth-child(n+3) {
    overflow: hidden;
    margin-top: 4rem;
  }
  .events-block .footer-actions {
    margin-top: 6rem;
  }
  .events-block .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: -300px;
    opacity: 0;
    transition: all 300ms ease-out;
    pointer-events: none;
  }
  .events-block .view-more {
    margin-top: 2rem;
  }
  .events-block .event-item:hover .content {
    opacity: 1;
    margin-bottom: 0;
    pointer-events: auto;
  }
}

@media (min-width: 992px) {
  .discovery-block .row {
    --bs-gutter-x: 4rem;
  }
}
@media (max-width: 991.98px) {
  .discovery-block .row > div + div {
    margin-top: 3rem;
  }
}

.discovery-card {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
}
.discovery-card:hover img {
  transform: scale(1.1);
}
.discovery-card .image {
  display: block;
}
.discovery-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease-out;
}
.discovery-card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10rem 1.5rem 3rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(19, 65, 108, 0) 0%, rgba(19, 65, 108, 0.8) 100%);
  color: #ffffff;
  pointer-events: none;
}
.discovery-card .content .title, .discovery-card .content .view-more {
  color: #ffffff;
}
.discovery-card .content .title {
  font-size: 5.6rem;
  font-weight: bold;
  margin-bottom: 0;
}
.discovery-card .content .view-more {
  font-size: 1.8rem;
}
.discovery-card .content .view-more ion-icon {
  margin-left: 0.6rem;
  vertical-align: -0.3rem;
}
@media (min-width: 992px) {
  .discovery-card {
    border-radius: 2.4rem;
  }
}

.gift-cards-block .gift-card-item {
  border: 1px solid #f2f2f2;
  border-radius: 0.8rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
.gift-cards-block .image {
  overflow: hidden;
}
.gift-cards-block .image img {
  object-fit: cover;
}
.gift-cards-block .title {
  font-weight: 500;
  font-size: 2rem;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gift-cards-block .content {
  padding: 1.6rem;
}
.gift-cards-block .desc {
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
  height: 4.2rem;
}
.gift-cards-block .pricing {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.gift-cards-block .pricing .price {
  color: #F6931F;
  font-weight: 500;
}
.gift-cards-block .btn-sm {
  padding: 0.4rem 1.6rem;
  border-radius: 1.6rem;
}

body.archive .container, body.single .container {
  max-width: 900px;
}
body.archive .pagination .page-link, body.single .pagination .page-link {
  padding: 0.8rem 1.6rem;
}
body.archive .pagination .page-item:first-child .page-link, body.single .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
body.archive .pagination .page-item:last-child .page-link, body.single .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

body.archive .page-title {
  color: #F6931F;
  font-weight: 400;
}

.page-header {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.list-articles {
  margin-bottom: 8rem;
}

.article-item {
  margin-bottom: 4rem;
}
.article-item .image {
  overflow: hidden;
}
.article-item .entry-header {
  margin-top: 1.6rem;
}
.article-item .entry-header a {
  display: inline-block;
}
.article-item .entry-header .entry-title {
  font-size: 2.2rem;
  font-weight: 500;
}
.article-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.article-item .posted-on, .article-item .cat-links {
  font-size: 1.3rem;
}
.article-item .entry-content {
  margin-top: 0.8rem;
}

@media (min-width: 992px) {
  .list-articles {
    --bs-gutter-x: 3rem;
  }
}
body.single .article-detail blockquote {
  border-left: 2px solid #F6931F;
  padding-left: 2.4rem;
  font-style: italic;
}
body.single .article-detail ol, body.single .article-detail ul {
  list-style-position: outside;
  margin-bottom: 2.4rem;
  padding-left: 3.2rem;
}
body.single .article-detail ol li + li, body.single .article-detail ul li + li {
  margin-top: 1rem;
}
body.single .article-detail ol {
  list-style-type: decimal;
}
body.single .article-detail ul {
  list-style-type: disc;
}
body.single .article-detail .wp-caption.aligncenter {
  text-align: center;
}
body.single .article-detail .wp-caption figcaption {
  margin-top: 0.8rem;
  font-style: italic;
}
body.single .article-detail img {
  height: auto;
}
body.single .primary-category {
  font-size: 2.4rem;
  color: #F6931F;
  padding-bottom: 0.4rem;
  padding-right: 1rem;
}
body.single .primary-category svg {
  fill: #F6931F;
  vertical-align: -6px;
  margin-right: 0;
  transition: margin 200ms ease-out;
}
body.single .primary-category:hover {
  border-color: #13416C;
}
body.single .primary-category:hover svg {
  margin-right: 0.6rem;
}
body.single .site-main {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
body.single .entry-title {
  line-height: 120%;
  margin-top: 1rem;
}
body.single .entry-header {
  margin-bottom: 2.4rem;
}
body.single .entry-title {
  line-height: 120%;
}
body.single .post-thumbnail, body.single p {
  margin-bottom: 2.4rem;
}
body.single .entry-meta {
  margin-top: 1.6rem;
}
body.single .nav-links {
  display: flex;
  justify-content: space-between;
}
body.single .nav-links > div {
  flex: 1;
}

.wpb-posts-nav {
  align-items: center;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .wpb-posts-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    margin-top: 6rem;
  }
}

.wpb-posts-nav a {
  display: grid;
  grid-gap: 20px;
  align-items: center;
}

.wpb-posts-nav h4 {
  font-size: 1.8rem;
}

.wpb-posts-nav h4,
.wpb-posts-nav strong {
  margin: 0;
}

.wpb-posts-nav strong {
  font-weight: 500;
}

.wpb-posts-nav a svg {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.wpb-posts-nav > div:nth-child(1) a {
  grid-template-columns: 100px 1fr;
  text-align: left;
}

.wpb-posts-nav > div:nth-child(2) a {
  grid-template-columns: 1fr 100px;
  text-align: right;
}

.wpb-posts-nav__thumbnail {
  display: block;
  margin: 0;
}

.wpb-posts-nav__thumbnail img {
  border-radius: 10px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
#wpadminbar {
	position: fixed
}

