.slick-dots li, .slick-arrow, #header .logo img, #header .logo, #header .right .enquire-menu, #header .right .main-menu, #header .right, #header .left, #header, .btn, a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section.section-page .team .column .image img, #header .right .enquire-menu .menu, #header .right .main-menu .menu {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@font-face {
  font-family: "Fugue";
  src: url("../fonts/Fugue-Regular.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Ogg";
  src: url("../fonts/Ogg-Regular.woff") format("woff");
  font-style: normal;
}
body {
  font-family: "Fugue";
  font-style: normal;
}

footer h2, .section.section-page h2, .section.section-page h1, .section.section-home h2, .section.section-home h1 {
  font-family: "Ogg";
  font-style: normal;
}

/* basic 
==================================== */
body {
  overflow-x: hidden;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  color: #06454C;
  letter-spacing: 1.9px;
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 19px;
  }
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: transparent !important;
}

.form-control {
  color: #06454C;
  padding: 10px 0px;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #06454C;
  background: transparent;
  height: auto;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) {
  .form-control {
    font-size: 20px;
  }
}

textarea.form-control {
  height: 150px;
}

select.form-control {
  height: auto !important;
  appearance: none;
  padding-right: 40px;
  background: rgba(24, 24, 24, 0.6) url("../images/down.svg") right 20px center no-repeat;
  background-size: 20px;
}

.form-control:focus, button:focus, :focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #06454C;
  border-color: #fff;
  background-color: transparent;
}

.form-control::placeholder,
input::placeholder {
  color: #06454C;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.form-control::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #06454C;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.form-control::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #06454C;
  text-transform: uppercase;
  letter-spacing: 2px;
}

a {
  color: #BAAD91;
}
a:focus {
  color: #BAAD91;
}
a:hover {
  text-decoration: none;
  color: #06454C;
}

img {
  max-width: 100%;
  height: auto;
}

video::-webkit-media-controls, video::-webkit-media-controls-overlay-play-button {
  display: none !important;
}

.container {
  padding-right: 25px;
  padding-left: 25px;
  max-width: 1420px;
}
@media only screen and (min-width: 992px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.btn {
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 30px;
  border: 0;
  line-height: 1.2;
  min-width: 120px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .btn {
    font-size: 18px;
    min-width: 170px;
  }
}
.btn.btn-primary {
  color: #BAAD91;
  background: #06454C;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #06454C;
  background-color: #BAAD91;
}
.btn.btn-secondary {
  color: #06454C;
  background: #BAAD91;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  color: #BAAD91;
  background-color: #06454C;
}

b, strong {
  font-weight: 700;
}

/* Header
========================================= */
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  color: #BAAD91;
  background: url(../images/bg_header.png) top center repeat;
  background-size: 100%;
  padding: 15px 0;
}
#header .left {
  letter-spacing: 3.8px;
}
#header .right {
  display: flex;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #header .right {
    margin-top: -36px;
  }
}
@media only screen and (min-width: 992px) {
  #header .right {
    width: 390px;
    justify-content: flex-end;
    margin-top: 0px;
  }
}
#header .right .main-menu {
  position: absolute;
  color: #06454C;
  width: 100px;
  right: 0;
  background: #BAAD91;
  border-radius: 30px;
}
@media only screen and (min-width: 992px) {
  #header .right .main-menu {
    width: 132px;
  }
}
#header .right .main-menu.active {
  width: 223px;
}
@media only screen and (min-width: 992px) {
  #header .right .main-menu.active {
    width: 243px;
  }
}
#header .right .main-menu.active .link {
  display: none;
}
#header .right .main-menu.active .menu {
  display: block;
}
#header .right .main-menu .link {
  color: #06454C;
  text-transform: uppercase;
  padding: 10px 15px;
  display: block;
  border: 0;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #header .right .main-menu .link {
    font-size: 18px;
  }
}
#header .right .main-menu .menu {
  display: none;
  position: relative;
  z-index: 2;
  opacity: 0;
}
#header .right .main-menu .menu.active {
  opacity: 1;
}
#header .right .main-menu .menu .close {
  text-align: right;
  opacity: 1;
  float: none;
  padding: 15px 32px 0;
}
#header .right .main-menu .menu ul {
  list-style: none;
  margin: 0;
  text-align: left;
  padding: 0px 32px 32px;
}
#header .right .main-menu .menu ul li {
  margin-bottom: 12px;
}
#header .right .main-menu .menu ul li:last-child {
  margin-bottom: 0;
}
#header .right .main-menu .menu ul li a {
  color: #06454C;
  text-transform: uppercase;
}
#header .right .enquire-menu {
  position: absolute;
  color: #06454C;
  width: 100px;
  right: 110px;
  background: #06454C;
  border-radius: 30px;
}
@media only screen and (min-width: 992px) {
  #header .right .enquire-menu {
    width: 132px;
    right: 152px;
  }
}
#header .right .enquire-menu .wpcf7 form .wpcf7-response-output {
  font-size: 15px;
}
#header .right .enquire-menu .form {
  padding: 20px 30px;
  max-height: 80vh;
  overflow-y: scroll;
}
#header .right .enquire-menu .form .checkbox .wpcf7-list-item {
  max-width: 380px;
  display: block;
}
#header .right .enquire-menu.active {
  width: 560px;
  background: #BAAD91;
  border: 1px solid #06454C;
}
#header .right .enquire-menu.active .link {
  display: none;
}
#header .right .enquire-menu.active .menu {
  display: block;
}
#header .right .enquire-menu .link {
  color: #BAAD91;
  text-transform: uppercase;
  padding: 10px 15px;
  display: block;
  border: 0;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #header .right .enquire-menu .link {
    font-size: 18px;
  }
}
#header .right .enquire-menu .menu {
  display: none;
  position: relative;
  z-index: 2;
  opacity: 0;
  width: 558px;
}
#header .right .enquire-menu .menu.active {
  opacity: 1;
}
#header .right .enquire-menu .menu .close {
  text-align: right;
  opacity: 1;
  float: none;
  padding: 15px 32px 0;
}
#header .right .enquire-menu .menu ul {
  list-style: none;
  margin: 0;
  text-align: left;
  padding: 0px 32px 32px;
}
#header .right .enquire-menu .menu ul li {
  margin-bottom: 12px;
}
#header .right .enquire-menu .menu ul li:last-child {
  margin-bottom: 0;
}
#header .right .enquire-menu .menu ul li a {
  color: #06454C;
  text-transform: uppercase;
}
#header .mobile-enquire {
  margin-right: 110px;
}
#header .mobile-enquire a {
  min-width: 100px;
}
@media only screen and (min-width: 992px) {
  #header {
    padding: 50px 0;
    font-size: 19px;
  }
  #header .left {
    width: 390px;
  }
}
#header .logo {
  width: 80px;
  height: 47px;
  overflow: hidden;
  margin-left: -12px;
  text-align: center;
}
#header .logo img {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  #header .logo {
    width: 153px;
    height: 129px;
    margin-left: 0px;
  }
}
#header.active .left {
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  #header.active {
    padding: 20px 0;
  }
  #header.active .right {
    transform: translateY(10px);
  }
  #header.active .logo {
    height: 70px;
  }
  #header.active .logo img {
    width: 78%;
  }
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  #header .container {
    align-items: flex-start;
  }
}

.anchor {
  display: block;
  position: relative;
  top: -77px;
  visibility: hidden;
}

.page-margin {
  margin-top: 77px;
}

@media only screen and (min-width: 992px) {
  .anchor {
    top: -130px;
  }
  .page-margin {
    margin-top: 229px;
  }
}
.section {
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  .section {
    padding: 80px 0;
  }
}
.section.main-padding {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) {
  .section.main-padding {
    padding-top: 200px;
  }
}
.section.section-home {
  padding-bottom: 0;
  text-align: center;
}
.section.section-home h2, .section.section-home h1 {
  font-size: 38px;
  margin-bottom: 15px;
  letter-spacing: 1.2px;
  color: #BAAD91;
  color: #BAAD91;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-home h2, .section.section-home h1 {
    margin-bottom: 30px;
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home h2, .section.section-home h1 {
    margin-top: 54px;
  }
}
.section.section-home .image, .section.section-home .wp-block-image {
  margin-top: 30px;
  margin-bottom: 0;
}
.section.section-home .image:first-child, .section.section-home .wp-block-image:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-home .image, .section.section-home .wp-block-image {
    margin-top: 54px;
  }
}
.section.section-home .image img, .section.section-home .wp-block-image img {
  width: 100%;
}
.section.section-page {
  padding-bottom: 0;
  text-align: center;
}
.section.section-page h2, .section.section-page h1 {
  font-size: 38px;
  margin-bottom: 15px;
  letter-spacing: 1.2px;
  color: #BAAD91;
  color: #BAAD91;
}
@media only screen and (min-width: 992px) {
  .section.section-page h2, .section.section-page h1 {
    margin-bottom: 30px;
    font-size: 60px;
  }
}
.section.section-page .container *:first-child {
  margin-top: 0;
}
.section.section-page .text {
  margin-top: 30px;
}
.section.section-page .article {
  margin-top: 30px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .section.section-page .article {
    margin-top: 60px;
    max-width: 872px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section.section-page.alt .text {
  color: #BAAD91;
}
@media only screen and (min-width: 992px) {
  .section.section-page.alt .text {
    font-size: 23px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-page .text {
    max-width: 927px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}
.section.section-page .image, .section.section-page .wp-block-image {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-page .image, .section.section-page .wp-block-image {
    margin-top: 54px;
  }
}
.section.section-page .image img, .section.section-page .wp-block-image img {
  width: 100%;
}
.section.section-page .team {
  text-align: left;
  margin-top: 30px;
  margin-bottom: -40px;
}
.section.section-page .team h3 {
  font-size: 25px;
  text-align: center;
  color: #BAAD91;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .section.section-page .team h3 {
    font-size: 25px;
  }
}
.section.section-page .team .column {
  margin-bottom: 40px;
  display: block;
  color: #06454C;
}
.section.section-page .team .column:hover .image img {
  transform: scale(1.1);
}
.section.section-page .team .column .image {
  margin-bottom: 30px;
  margin-top: 0;
  height: 280px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section.section-page .team .column .image {
    height: 422px;
  }
}
.section.section-page .team .column .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-page .team .link {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-page .team .link {
    margin-top: 30px;
  }
}
.section.section-page .team .link a {
  border: 2px solid #BAAD91;
}
.section.section-page .team .desc h3 {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .section.section-page .team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: -80px;
  }
  .section.section-page .team .column {
    width: calc(50% - 15px);
    margin-bottom: 80px;
  }
  .section.section-page .team .column .desc {
    padding: 0 70px;
  }
}

.submit {
  position: relative;
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
.submit .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 9px;
}
@media only screen and (min-width: 992px) {
  .submit {
    margin-top: 40px;
  }
}
.submit .btn {
  min-width: 156px;
  letter-spacing: 2px;
}
.submit .btn:hover {
  background: #fff;
}

footer {
  text-align: center;
  padding: 40px 0px;
  color: #BAAD91;
}
footer a {
  color: #BAAD91;
}
footer a:hover {
  color: #06454C;
  text-decoration: underline;
}
footer h2 {
  font-size: 38px;
  margin-bottom: 15px;
  letter-spacing: 1.2px;
  color: #BAAD91;
}
@media only screen and (min-width: 992px) {
  footer h2 {
    margin-bottom: 30px;
    font-size: 60px;
  }
}
footer .logo {
  margin: 40px 0;
}
footer .logo img {
  max-width: 203px;
}
footer .disclaimer {
  color: #06454C;
}
footer .disclaimer a {
  color: #06454C;
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  footer .disclaimer {
    font-size: 20px;
  }
}
footer .form {
  padding: 40px 20px;
  background: #BAAD91;
  margin-bottom: 40px;
  color: #06454C;
}
@media only screen and (min-width: 992px) {
  footer .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 65px;
  }
  footer .form .form-group {
    margin-bottom: 30px;
    width: calc(50% - 20px);
  }
  footer .form .form-group.submit {
    width: 100%;
  }
}
footer .image {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  footer .image {
    margin: 150px 0 50px;
  }
  footer .image.alt {
    margin-top: 50px;
  }
}
footer .image img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  footer {
    padding: 70px 0 50px;
    font-size: 23px;
  }
}

.slick-arrow {
  top: 50%;
  left: 0;
  margin-top: -61px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 0;
  position: absolute;
  background: url(../images/slider-left.svg) center no-repeat;
  background-size: 100%;
  font-size: 0;
  z-index: 2;
}
.slick-arrow:hover {
  background-color: #06454C;
}
.slick-arrow.slick-next {
  right: 0;
  left: auto;
  transform: scaleX(-1);
}

.slick-dots {
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .slick-dots {
    margin-top: 40px;
  }
}
.slick-dots li {
  margin: 0 8px;
}
.slick-dots li.slick-active button {
  background: #BAAD91;
}
.slick-dots button {
  border: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  text-indent: -9999px;
  padding: 0;
}

.checkbox {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: left;
  border-bottom: 1px solid #06454C;
  padding-bottom: 10px;
}
.checkbox .wpcf7-form-control-wrap {
  position: relative;
}
.checkbox .wpcf7-list-item {
  margin: 0 20px 5px 0px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .checkbox .wpcf7-list-item {
    width: auto;
  }
  .checkbox .wpcf7-list-item:last-child {
    margin-right: 0;
  }
}
.checkbox .wpcf7-list-item label {
  margin-bottom: 0;
  display: block;
}
.checkbox .wpcf7-list-item-label {
  padding-left: 36px;
  display: block;
  margin-top: -9px;
}
.checkbox input[type=checkbox] {
  appearance: none;
}
.checkbox input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
  background: #F2F2F2;
}
.checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  width: 5px;
  height: 10px;
  border: solid #06454C;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 17px;
}
.checkbox input[type=checkbox]:checked:after {
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wpcf7-not-valid-tip {
  color: red !important;
  margin-top: 5px !important;
  text-align: left;
  font-size: 14px !important;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0px 20px 20px !important;
  border: 0 !important;
  margin: 0px 0 20px !important;
  text-align: center;
}

.grecaptcha-badge {
  display: none !important;
}

.search-filter-results .results {
  margin-top: 30px;
}

.modal-content {
  border-radius: 30px;
  background: #BAAD91;
  border-color: #06454C;
}
.modal-content .modal-header {
  border-bottom: 0;
}
.modal-content .close {
  opacity: 1;
}
.modal-content .wpcf7 form .wpcf7-response-output {
  font-size: 15px;
}

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