@font-face {
  font-family: "Neue Haas Display";
  src: url("/wp-content/themes/html5blank-stable/fonts/NeueHaasDisplay-Roman.ttf") format("TrueType");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
.btn {
  border-radius: 50px;
  padding: 0.25rem 1rem;
  font-weight: 500;
  font-size: inherit;
}
.btn:focus {
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .btn-md {
    padding: 0.5rem 2rem;
    font-size: calc(1.255rem + 0.06vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-md {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .btn-lg {
    padding: 1rem 5rem;
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-lg {
    font-size: 1.5rem;
  }
}

.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #3c98af;
  color: #3c98af;
}
.btn-outline-primary:hover {
  background-color: #3c98af;
  color: #fff;
}

.btn-outline-black {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.btn-outline-black:hover {
  background-color: #000;
  color: #fff;
}

.btn-outline-light-black {
  background-color: transparent;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
}
.btn-outline-light-black:hover {
  background-color: #1c1c1c;
  color: #fff;
}

.btn-outline-dark-grey {
  background-color: transparent;
  border: 1px solid #565555;
  color: #565555;
}
.btn-outline-dark-grey:hover {
  background-color: #565555;
  color: #fff;
}

.btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: #fff;
}

.btn-outline-yellow {
  background-color: transparent;
  border: 1px solid #ffc901;
  color: #ffc901;
}
.btn-outline-yellow:hover {
  background-color: #ffc901;
  color: #fff;
}

.btn-primary {
  background-color: #3c98af;
  border: 1px solid #3c98af;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:disabled {
  background-color: #2f7789;
  color: #fff;
  border: 1px solid #2f7789;
}
.btn-primary:focus, .btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(60, 152, 175, 0.5);
}

.btn-black {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn-black:hover, .btn-black:active, .btn-black:focus, .btn-black:disabled {
  background-color: black;
  color: #fff;
  border: 1px solid black;
}
.btn-black:focus, .btn-black:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-light-black {
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
  color: #fff;
}
.btn-light-black:hover, .btn-light-black:active, .btn-light-black:focus, .btn-light-black:disabled {
  background-color: #030303;
  color: #fff;
  border: 1px solid #030303;
}
.btn-light-black:focus, .btn-light-black:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(28, 28, 28, 0.5);
}

.btn-dark-grey {
  background-color: #565555;
  border: 1px solid #565555;
  color: #fff;
}
.btn-dark-grey:hover, .btn-dark-grey:active, .btn-dark-grey:focus, .btn-dark-grey:disabled {
  background-color: #3c3c3c;
  color: #fff;
  border: 1px solid #3c3c3c;
}
.btn-dark-grey:focus, .btn-dark-grey:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(86, 85, 85, 0.5);
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white:disabled {
  background-color: #e6e6e6;
  color: #fff;
  border: 1px solid #e6e6e6;
}
.btn-white:focus, .btn-white:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-yellow {
  background-color: #ffc901;
  border: 1px solid #ffc901;
  color: #fff;
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus, .btn-yellow:disabled {
  background-color: #cda100;
  color: #fff;
  border: 1px solid #cda100;
}
.btn-yellow:focus, .btn-yellow:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 201, 1, 0.5);
}

.btn-text {
  padding: 0;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Chivo", "Sans-Serif";
}

.bigtext .btn-text {
  font-size: 72px;
  line-height: 77px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .bigtext .btn-text {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }
}

.btn-block {
  background-color: #565555;
  font-family: "Chivo", "Sans-Serif";
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  width: 100%;
  padding: 2.5rem 0;
  text-transform: uppercase;
  border: 1px solid #565555;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-block:nth-child(2) {
  padding: 1.8rem !important;
}
@media screen and (max-width: 1399px) {
  .btn-block {
    font-size: 10px;
  }
}
@media screen and (max-width: 991px) {
  .btn-block {
    font-size: 13px;
  }
}
.btn-block:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.active.btn-block {
  background-color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #565555;
  color: #565555;
}

.text-primary {
  color: #3c98af !important;
}
.text-primary a {
  color: #3c98af;
  font-weight: 500;
}
.text-primary a:hover {
  color: #2f7789;
}

.text-black {
  color: #000 !important;
}
.text-black a {
  color: #000;
  font-weight: 500;
}
.text-black a:hover {
  color: black;
}

.text-light-black {
  color: #1c1c1c !important;
}
.text-light-black a {
  color: #1c1c1c;
  font-weight: 500;
}
.text-light-black a:hover {
  color: #030303;
}

.text-dark-grey {
  color: #565555 !important;
}
.text-dark-grey a {
  color: #565555;
  font-weight: 500;
}
.text-dark-grey a:hover {
  color: #3c3c3c;
}

.text-white {
  color: #fff !important;
}
.text-white a {
  color: #fff;
  font-weight: 500;
}
.text-white a:hover {
  color: #e6e6e6;
}

.text-yellow {
  color: #ffc901 !important;
}
.text-yellow a {
  color: #ffc901;
  font-weight: 500;
}
.text-yellow a:hover {
  color: #cda100;
}

.bg-primary {
  background-color: #3c98af;
}

.bg-black {
  background-color: #000;
}

.bg-light-black {
  background-color: #1c1c1c;
}

.bg-dark-grey {
  background-color: #565555;
}

.bg-white {
  background-color: #fff;
}

.bg-yellow {
  background-color: #ffc901;
}

.map {
  min-height: 500px;
  width: 100%;
}

.menu-accordion .accordion-button:not(.collapsed) {
  background-color: #000;
  color: #fff;
  box-shadow: none;
  outline: 1px solid #000;
}
.menu-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.menu-accordion .accordion-button:focus {
  box-shadow: none;
}

label {
  font-size: 1rem;
  font-weight: 500;
}
label.form-check-label {
  font-weight: 400;
}

.wpcf7-not-valid-tip {
  font-size: 11px !important;
  margin-top: -1.6rem;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  margin-top: 0.5rem !important;
  text-align: center;
  color: #fff;
}

form p {
  margin: 0;
}
form .wpcf7-spinner {
  display: block !important;
  position: absolute !important;
}
form svg {
  display: none;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border: 1px solid #ffc901;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  padding-left: 15px;
  height: 45px;
  width: 100%;
  margin-bottom: 2.5rem;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #fff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  border: 1px solid #ffc901;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  padding-left: 15px;
  height: 45px;
  width: 100%;
  margin-bottom: 2.5rem;
}

[type=submit] {
  background-color: #ffc901;
  color: #000;
  border: 1px solid #ffc901;
  border-radius: 5px;
  width: 30%;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 40px;
  padding: 0;
  height: 50px;
  padding-top: 0.5rem;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  [type=submit] {
    width: 100%;
    margin-top: 0rem;
  }
}
[type=submit]:hover {
  background-color: transparent;
  color: #fff;
}

.form-control,
.form-check-input[type=checkbox] {
  border-radius: 0;
  border: 1px solid #565555;
}

.form-check .wpcf7-list-item {
  margin: 0;
  display: inline;
}

span.wpcf7-not-valid-tip {
  font-size: 0.9rem;
}

.wpcf7-list-item {
  width: 100%;
  position: relative;
  display: inline;
  margin: 0 !important;
}
.wpcf7-list-item input[type=checkbox] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: 8px;
  margin-top: 14px;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  color: #fff;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  transform: rotate(-45deg) scale(1);
}
.wpcf7-list-item input[type=checkbox]:focus + label::before {
  outline: 0;
}
.wpcf7-list-item label {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding-left: 35px;
  margin-bottom: 1rem;
  font-weight: 400;
  cursor: pointer;
  vertical-align: sub;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 300;
}
.wpcf7-list-item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 4px 4px 0;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 0px;
  border: 1px solid #fff;
  background-color: #fff;
}
.wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 12px;
  left: 6px;
}
.wpcf7-list-item .wpcf7-list-item-label span {
  font-weight: 500;
  font-size: 12px;
  color: #000;
}
.wpcf7-list-item .wpcf7-list-item-label span a {
  color: #000;
  text-decoration: underline;
}
.wpcf7-list-item .wpcf7-list-item-label span a:hover {
  text-decoration: underline;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 1rem;
  border: 0;
  text-align: center;
  font-size: 1.4em;
}

.offcanvas-end {
  background-color: #1c1c1c;
  width: 70%;
  border-left: none;
}
@media screen and (max-width: 700px) {
  .offcanvas-end {
    width: 100%;
  }
}
.offcanvas-end .offcanvas-header {
  padding: 3rem 3rem 5rem 3rem;
}
@media screen and (max-width: 600px) {
  .offcanvas-end .offcanvas-header {
    padding: 2rem 1.5rem 4rem 1.5rem;
  }
}
.offcanvas-end .offcanvas-header .logo img {
  width: 180px;
}
@media screen and (max-width: 575px) {
  .offcanvas-end .offcanvas-header .logo img {
    width: 130px;
  }
}
.offcanvas-end .offcanvas-header button {
  border: none !important;
  background-color: transparent !important;
  padding: 0;
}
.offcanvas-end .offcanvas-header button i {
  font-size: 30px;
  color: #fff;
  vertical-align: middle;
}
.offcanvas-end .offcanvas-body {
  padding: 0 3rem;
}
@media screen and (max-width: 600px) {
  .offcanvas-end .offcanvas-body {
    padding: 0 1.5rem;
  }
}
.offcanvas-end .offcanvas-body nav ul {
  margin: 0;
}
.offcanvas-end .offcanvas-body nav ul li {
  margin-bottom: 2rem;
  list-style: none;
}
.offcanvas-end .offcanvas-body nav ul li a {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-family: "Chivo", "Sans-Serif";
}
.offcanvas-end .offcanvas-body nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
.offcanvas-end .offcanvas-body nav ul li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}

.page-id-2 header {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .page-id-2 header {
    top: 0;
  }
}

header .left {
  margin-left: auto;
}
header .right {
  margin-right: auto;
}
header .logo {
  display: inline-block;
}
header .logo img {
  width: 180px;
}
@media screen and (max-width: 575px) {
  header .logo img {
    width: 130px;
  }
}
header nav {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  header nav {
    display: none !important;
  }
}
header nav ul {
  margin: 0;
}
header nav ul li {
  display: inline-block;
  margin-left: 50px;
}
@media screen and (max-width: 1199px) {
  header nav ul li {
    margin-left: 30px;
  }
}
header nav ul li:first-child {
  margin-left: 0;
}
header nav ul li a {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-family: "Chivo", "Sans-Serif";
}
header nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
header nav ul li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
header .burgerMenu {
  display: none;
  margin-left: auto;
}
header .burgerMenu button {
  border: none !important;
  background-color: transparent !important;
  padding: 0;
}
header .burgerMenu button i {
  font-size: 30px;
  color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  header .burgerMenu {
    display: inherit;
  }
}

footer {
  border-top: 2px solid #ffc901;
}
footer .footerLogo img {
  width: 250px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  footer .footerLogo img {
    width: 150px;
  }
}
footer nav {
  display: block !important;
  text-align: center;
}
footer nav ul {
  margin: 0;
}
footer nav ul li {
  display: inline-block;
  margin-left: 50px;
}
@media screen and (max-width: 991px) {
  footer nav ul li {
    display: block;
    margin-left: 0;
    text-align: center;
    margin-bottom: 1rem;
  }
}
footer nav ul li:first-child {
  margin-left: 0;
}
footer nav ul li a {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-family: "Chivo", "Sans-Serif";
}
footer nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
footer nav ul li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
footer .socials {
  text-align: center;
}

body {
  font-family: "Overpass", "Sans-Serif";
  font-weight: 300;
  font-size: 1.25rem;
  line-height: calc(1.3125rem + 0.75vw);
  color: #000;
}
@media (min-width: 1200px) {
  body {
    line-height: 1.875rem;
  }
}

p,
a {
  font-family: inherit;
  line-height: inherit;
}

a {
  color: #000;
  text-decoration: none;
  transition: color ease 0.3s;
}
a:hover {
  color: #2f7789;
}

b,
strong {
  font-weight: 500;
}

h1,
.h1 {
  font-family: "Chivo", "Sans-Serif";
  font-weight: 400;
  font-size: calc(1.4375rem + 2.25vw);
  line-height: calc(1.46875rem + 2.625vw);
}
@media (min-width: 1200px) {
  h1,
.h1 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  h1,
.h1 {
    line-height: 3.4375rem;
  }
}

h2,
.h2 {
  font-family: "Chivo", "Sans-Serif";
  font-weight: 400;
  text-transform: uppercase;
  font-size: calc(1.5rem + 3vw);
  line-height: calc(1.53125rem + 3.375vw);
}
@media (min-width: 1200px) {
  h2,
.h2 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  h2,
.h2 {
    line-height: 4.0625rem;
  }
}

h3,
.h3 {
  font-family: "Overpass", "Sans-Serif";
  font-weight: 100;
  font-size: calc(1.375rem + 1.5vw);
  line-height: calc(1.40625rem + 1.875vw);
}
@media (min-width: 1200px) {
  h3,
.h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  h3,
.h3 {
    line-height: 2.8125rem;
  }
}

h4,
.h4 {
  font-family: "Chivo", "Sans-Serif";
  font-weight: 400;
  font-size: calc(1.34375rem + 1.125vw);
  line-height: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h4,
.h4 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  h4,
.h4 {
    line-height: 2.5rem;
  }
}

h5,
.h5 {
  font-family: "Overpass", "Sans-Serif";
  font-weight: 200;
  font-size: calc(1.25625rem + 0.075vw);
  line-height: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  h5,
.h5 {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1200px) {
  h5,
.h5 {
    line-height: 1.625rem;
  }
}

h6,
.h6 {
  font-family: "Chivo", "Sans-Serif";
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h6,
.h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h6,
.h6 {
    line-height: 1.5rem;
  }
}

#generic-content,
.normalise {
  overflow-x: hidden;
}
#generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.275rem + 0.3vw);
  color: #3c98af;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    line-height: 1.5rem;
  }
}
#generic-content p,
.normalise p {
  text-overflow: ellipsis;
  overflow: hidden;
}
#generic-content table,
.normalise table {
  width: 100%;
}
#generic-content table tbody,
#generic-content table td,
#generic-content table tfoot,
#generic-content table th,
#generic-content table thead,
#generic-content table tr,
.normalise table tbody,
.normalise table td,
.normalise table tfoot,
.normalise table th,
.normalise table thead,
.normalise table tr {
  border: 1px solid #565555;
  padding: 0.5rem 0.5rem;
}
#generic-content ul li,
.normalise ul li {
  margin-bottom: 0.5rem;
}
#generic-content blockquote,
.normalise blockquote {
  background: #565555;
  padding: 1rem 2rem;
  font-style: italic;
  border-left: 3px solid #3c98af;
  font-size: 1rem;
  line-height: 1rem;
}
#generic-content *:last-child,
.normalise *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #generic-content iframe,
.normalise iframe {
    width: calc(100vw - 60px);
  }
}

.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-extra-light {
  font-weight: 200 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

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

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.img-hover-zoom {
  overflow: hidden;
  /* [1.2] Hide the overflowing of child elements */
  border: 1px solid #ffc901;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform 2s ease;
  border: 1px solid #ffc901;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.3);
  border: 1px solid #ffc901;
}

.img-hover-zoom--brightness img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(50%);
  border: 1px solid #ffc901;
}

/* The Transformation */
.img-hover-zoom--brightness:hover img {
  filter: brightness(100%);
  transform: scale(1.3);
  border: 1px solid #ffc901;
}

section {
  position: relative;
  overflow: hidden;
}
section#banner {
  background: url("/wp-content/uploads/2023/02/Background-banner-image.png") no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 991px) {
  section#banner .bannerImg {
    display: none;
  }
}
section#banner .bannerContent {
  padding-top: 230px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  section#banner .bannerContent {
    text-align: center;
    padding-top: 165px;
  }
}
section#banner .bannerContent h1 {
  text-transform: uppercase;
}
section#banner .bannerContent .bannerLogo img {
  width: 300px;
}
@media screen and (max-width: 991px) {
  section#banner .bannerContent .bannerLogo img {
    width: 200px;
  }
}
section#aboutSection {
  background: url("/wp-content/uploads/2023/02/about-background.png") no-repeat;
  background-size: cover;
  padding: 6rem 0;
}
@media screen and (max-width: 991px) {
  section#aboutSection {
    background: none;
    background-color: #000;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 4rem 0;
  }
}
section#qualitySection {
  background: url("/wp-content/uploads/2023/02/quality-background-image-bg.png") no-repeat;
  background-size: cover;
  padding: 24rem 0 8rem 0;
}
@media screen and (max-width: 1199px) {
  section#qualitySection {
    background: none;
    background-color: #000;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 4rem 0;
  }
}
section#qualitySection .bigHeading {
  font-size: 70px;
  line-height: 75px;
}
@media screen and (max-width: 1199px) {
  section#qualitySection .bigHeading {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (max-width: 600px) {
  section#qualitySection .bigHeading {
    font-size: 35px;
    line-height: 40px;
  }
}
section#qualitySection h3 {
  text-transform: uppercase;
}
section#gallerySection img {
  border: 1px solid #ffc901;
}
section#bookingSection h5 {
  color: #fff;
}
section#testimonialSection {
  background: url("/wp-content/uploads/2023/02/yellow-dots-bg.png") no-repeat;
  background-size: cover;
}
section#testimonialSection i {
  font-size: 60px;
  margin: 0 auto;
  display: block;
  margin-bottom: 2rem;
}
section#testimonialSection h4 {
  text-transform: uppercase;
}
section#contactSection h2 {
  text-transform: none;
}
section#subBanner {
  position: relative;
}
section#subBanner .after {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
section#subBanner .subbannerText {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  z-index: 9;
}
section#subBanner .subbannerText h1 {
  text-transform: uppercase;
}
section#gallery img {
  aspect-ratio: 6/6;
  object-fit: cover;
  border: 1px solid #ffc901;
}
section#menuSection .menuTypes {
  width: 100%;
}
section#menuSection h2 {
  font-size: 30px;
  line-height: 35px;
}
section#menuSection #selected-menu-table table {
  width: 100%;
}
section#menuSection #selected-menu-table table tr th, section#menuSection #selected-menu-table table tr td {
  padding: 0.5rem;
  font-size: 15px;
  color: #fff;
}
section#menuSection #selected-menu-table table tr th {
  font-family: "Chivo", "Sans-Serif";
  font-weight: 400;
  color: #fff;
}
section#menuSection #selected-menu-table table tr:nth-child(odd) td {
  background-color: #565555;
  color: #fff;
}
section#contact h5 {
  color: #fff;
}
section#terms h4 {
  margin-top: 3rem;
}
section#terms ul, section#terms ol {
  margin: 0;
  padding: 0;
  padding-left: 21px;
}
section#terms ul li, section#terms ol li {
  margin-bottom: 1rem;
  list-style-position: outside;
}

body.error404 {
  min-height: 800px;
  height: 100vh;
  background: url("/wp-content/html5blank-stable/img/404-bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (min-width: 992px) {
  body.error404 {
    background-position-x: right;
  }
}
body.error404 .error-404 {
  padding-top: 14rem;
}
body.error404 .error-404 h1 {
  font-size: calc(2.625rem + 16.5vw);
  line-height: calc(2.625rem + 16.5vw);
  font-weight: 900;
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    font-size: 15rem;
  }
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    line-height: 15rem;
  }
}

body {
  position: relative;
}
body.modal-open {
  overflow: hidden;
  padding-right: 0px;
}

@media (min-width: 1500px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1450px;
  }
}
@media (min-width: 1800px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1700px;
  }
}

ul {
  list-style-position: inside;
  padding-left: 0rem;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.img-fluid {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.spill-container-left {
  margin-left: calc(-1 * (100vw - 100%) / 2);
}

.spill-container-right {
  margin-right: calc(-1 * (100vw - 100%) / 2);
}

@media screen and (min-width: 576px) {
  .spill-container-sm-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-sm-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 768px) {
  .spill-container-md-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-md-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 992px) {
  .spill-container-lg-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-lg-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .spill-container-xl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .spill-container-xxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1800px) {
  .spill-container-xxxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
.img-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3c98af !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .owl-carousel .owl-dots span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #fff !important;
  }
}

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