@font-face {
  font-family: 'Charlotte';
  src: url("/fonts/Charlotte.eot");
  src: url("/fonts/Charlotte.eot") format("embedded-opentype"), url("/fonts/Charlotte.woff2") format("woff2"), url("/fonts/Charlotte.woff") format("woff"), url("/fonts/Charlotte.ttf") format("truetype"), url("/fonts/Charlotte.svg#Charlotte") format("svg");
}

@font-face {
  font-family: 'GillSans';
  src: url("/fonts/GillSans.eot");
  src: url("/fonts/GillSans.eot?#iefix") format("embedded-opentype"), url("/fonts/GillSans.woff2") format("woff2"), url("/fonts/GillSans.woff") format("woff"), url("/fonts/GillSans.ttf") format("truetype"), url("/fonts/GillSans-Medium.svg#GillSans") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GillSans-Medium';
  src: url("/fonts/GillSans-Medium.eot");
  src: url("/fonts/GillSans-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/GillSans-Medium.woff2") format("woff2"), url("/fonts/GillSans-Medium.woff") format("woff"), url("/fonts/GillSans-Medium.ttf") format("truetype"), url("/fonts/GillSans-Medium.svg#GillSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GillSans-Bold';
  src: url("/fonts/GillSans-Bold.eot");
  src: url("/fonts/GillSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/GillSans-Bold.woff2") format("woff2"), url("/fonts/GillSans-Bold.woff") format("woff"), url("/fonts/GillSans-Bold.ttf") format("truetype"), url("/fonts/GillSans-Bold.svg#GillSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GillSans-Light';
  src: url("/fonts/GillSans-Light.eot");
  src: url("/fonts/GillSans-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/GillSans-Light.woff2") format("woff2"), url("/fonts/GillSans-Light.woff") format("woff"), url("/fonts/GillSans-Light.ttf") format("truetype"), url("/fonts/GillSans-Light.svg#GillSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RoxboroughCF-Medium';
  src: url("/fonts/RoxboroughCF-Medium.eot");
  src: url("/fonts/RoxboroughCF-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/RoxboroughCF-Medium.woff2") format("woff2"), url("/fonts/RoxboroughCF-Medium.woff") format("woff"), url("/fonts/RoxboroughCF-Medium.ttf") format("truetype"), url("/fonts/RoxboroughCF-Medium.svg#RoxboroughCF-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 20vw;
}

.grid_3 {
  width: calc(25% - 6px);
}

.grid_4 {
  width: 33.33%;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: calc(50% - 4px);
}

.grid_6 .mw400 {
  max-width: 400px;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  border: none;
  max-width: 100%;
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
html {
  height: 100%;
}

body {
  font-family: 'GillSans';
  background: #FEF7EC;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25em;
  text-align: left;
  color: #000;
  height: 100%;
}

main {
  height: calc(100% + 1px);
  overflow: hidden;
}

main.scroll {
  overflow: initial;
  height: 100%;
}

p {
  font-family: 'GillSans';
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'RoxboroughCF-Medium';
  margin: 0;
  font-weight: normal;
}

h2 {
  font-size: 48px;
  line-height: 1;
  text-align: left;
  color: #052767;
  margin-bottom: 40px;
  text-transform: uppercase;
}

h2 span {
  color: #ed5266;
  display: block;
}

h2 span.pb20 {
  padding-bottom: 40px;
}

h2.ryi {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

h2.ryi span {
  display: inline;
}

h3 {
  font-size: 28px;
  text-transform: capitalize;
}

.frontposition {
  display: inline-block;
  position: relative;
  z-index: 2;
}

h4 {
  font-size: 40px;
  color: #2A3851;
}

/* Navigation */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 10px 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  opacity: 0;
}

header > a {
  display: block;
  font-family: 'GillSans-Bold';
  font-weight: normal;
  font-size: 16px;
  line-height: 19.2px;
  text-align: center;
  color: #FEF7EC;
  text-transform: uppercase;
}

@media (hover: hover) {
  header > a:hover:not(.small-logo) {
    color: #ed5266;
    background-color: #fff;
  }
}

header .container {
  width: 768px;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

header nav ul li {
  display: block;
  margin: 20px 30px;
}

header nav ul li a {
  display: block;
  font-family: 'GillSans-Bold';
  font-weight: normal;
  font-size: 16px;
  line-height: 19.2px;
  text-align: center;
  color: #FEF7EC;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}

header nav ul li a.active {
  border-bottom: 1px solid #FEF7EC;
}

@media (hover: hover) {
  header nav ul li a:hover {
    color: #ed5266;
    border-bottom: 1px solid #ed5266;
  }
}

header .small-logo {
  width: 150px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  position: absolute;
}

header.bgblue {
  background: #052767;
}

header.bgblue .small-logo {
  opacity: 1;
}

.logo {
  margin: auto;
  display: block;
  width: 500px;
  max-width: 80%;
  z-index: 2;
  overflow: hidden;
}

.logo img {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  opacity: 0;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.load .logo img {
  opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}

.load header {
  -webkit-transition-delay: 1.3s opacity;
          transition-delay: 1.3s opacity;
  opacity: 1;
}

.load .landing .scrolldown {
  -webkit-transition-delay: 1.3s opacity;
          transition-delay: 1.3s opacity;
  opacity: 1;
}

.load .landing .btn {
  -webkit-transition-delay: 1.3s opacity;
          transition-delay: 1.3s opacity;
  opacity: 1;
}

.enq {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 4px 10px;
  background: #ed5266;
}

/* nav-toggle */
#nav-toggle {
  position: fixed;
  z-index: 10;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: none;
  right: 20px;
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  height: 2px;
  width: 100%;
  background: #FEF7EC;
  position: absolute;
  display: block;
  content: '';
  top: 10px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

#nav-toggle span:before {
  top: -5px;
}

#nav-toggle span:after {
  top: 5px;
}

#nav-toggle.active span {
  background-color: transparent !important;
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

/* enquiry */
.register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
}

.input-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  text-align: left;
  margin: auto;
  border-bottom: 1px solid #ffffff;
  position: relative;
  margin-bottom: 20px;
}

input,
select {
  font-size: 16px;
  margin: 0 auto;
  padding: 5px 0 10px 0;
  width: 100%;
  color: #fff;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

select {
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  text-align-last: left;
}

select option {
  color: #000;
  padding: 7px 5px;
  background: #fff;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  text-align-last: left;
}

.privacy {
  font-family: 'GillSans-Light';
  font-weight: normal;
  font-size: 12px;
  line-height: 14.4px;
  text-align: center;
  color: #fff;
  width: 430px;
  max-width: 100%;
  margin: auto;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}

.b_submit {
  color: #000000;
  background: #ffffff;
  text-align: center;
  font-family: 'GillSans-Bold';
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 10px;
  text-align: center;
  color: #000;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 20px;
  text-align: left;
}

#chkInternational + label {
  background: url("/images/buttons/uncheck.png") no-repeat left center;
  color: #fff;
  padding: 2px 0 2px 26px;
}

#chkInternational:checked + label {
  background: url("/images/buttons/check.png") no-repeat left center;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

/*footer*/
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #FEF7EC;
}

footer .title {
  font-family: 'GillSans-Bold';
  font-weight: normal;
  font-size: 17.88px;
  line-height: 21.46px;
  text-align: left;
  color: #052767;
  text-transform: uppercase;
}

footer .addess {
  font-family: 'GillSans-Light';
  font-weight: normal;
  font-size: 18px;
  line-height: 21.6px;
  text-align: left;
  color: #282828;
}

footer .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  margin: 10px 0;
}

footer .tel {
  font-family: 'GillSans-Bold';
  font-weight: normal;
  font-size: 29.99px;
  line-height: 35.99px;
  text-align: left;
  color: #282828;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #ffffff;
}

* {
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  background-color: #FEF7EC;
  position: relative;
}

.scroll-simulation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.btn {
  padding: 4px 10px;
  left: 0;
  bottom: 0;
  display: block;
  font-family: 'GillSans-Bold';
  font-weight: normal;
  font-size: 16px;
  line-height: 19.2px;
  text-align: center;
  color: #FEF7EC;
  text-transform: uppercase;
  background: #ed5266;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

.landing {
  height: 100%;
}

.landing .scrolldown {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin: auto;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: block;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  opacity: 0;
}

.landing .scrolldown img {
  width: 20px;
}

.landing .para-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.landing .btn {
  position: absolute;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  bottom: 10vw;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  opacity: 0;
}

.container {
  width: 1280px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.scrolldown img {
  margin: auto;
}

.type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'GillSans-Bold';
  font-size: 20px;
  text-align: left;
  color: #052767;
  margin-top: 20px;
  margin-bottom: 20px;
}

.type img {
  width: 40px;
  margin-right: 10px;
}

.section-title {
  display: block;
  width: 100%;
  font-family: 'GillSans-Bold';
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3em;
  text-align: left;
  color: #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.half {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.quarter {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.red-tile {
  background-color: #052767;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.navy-tile {
  background-color: #0055A4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.white-tile {
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.centerposition {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  margin: auto;
}

.white-tile span {
  color: #0055A4 !important;
}

.red-tile img,
.navy-tile img,
.white-tile img {
  max-height: 44px;
}

.red-tile span:nth-child(2),
.navy-tile span:nth-child(2),
.white-tile span:nth-child(2) {
  font-family: 'GillSans-Bold';
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  margin: 14px auto;
}

.red-tile span:nth-child(3),
.navy-tile span:nth-child(3),
.white-tile span:nth-child(3) {
  font-family: 'GillSans-Medium';
  font-weight: normal;
  font-size: 18px;
  line-height: 21.6px;
  text-align: center;
  color: #fff;
}

#map {
  width: 100%;
  height: 90vh;
}

.map-holder {
  width: 75%;
}

.points-holder {
  width: 25%;
  background: #ffffff;
  padding: 25px;
}

.pois {
  font-family: 'GillSans-Medium';
  position: relative;
  font-weight: normal;
  font-size: 16px;
  line-height: 21.6px;
  text-align: left;
  color: #052767;
  display: block;
  margin: 4px 0;
  cursor: auto;
}

.pois > span {
  position: absolute;
  display: inline-block;
  right: 0;
  background: #052767;
  color: #ffffff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: normal;
  border-radius: 100%;
}

.pois:last-child {
  padding-bottom: 40px;
}

.pois span span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loc_title {
  display: block;
  width: 100%;
  font-family: 'GillSans-Bold';
  font-weight: normal;
  font-size: 18px;
  line-height: 21.6px;
  text-align: left;
  color: #052767;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid #052767;
  margin-bottom: 15px;
  cursor: pointer;
}

.inner-poi {
  display: none;
}

#walk-c .inner-poi {
  display: block;
}

.exprience {
  display: block;
  font-family: 'GillSans-Bold';
  font-weight: normal;
  font-size: 18px;
  line-height: 21.6px;
  text-align: left;
  color: #052767;
  padding: 10px 0 20px 0;
}

.exprience + span {
  font-family: 'GillSans-Bold';
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  text-align: left;
  color: #052767;
}

.brushor {
  width: 100%;
}

.brushor span {
  font-family: 'GillSans-Medium';
  font-weight: normal;
  font-size: 12px;
  line-height: 16.79px;
  text-align: center;
  color: #fff;
  background: #052767;
  padding: 6px 2px;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

#contact {
  background-color: #052767;
}

.socialmedia a {
  display: inline-block;
}

.socialmedia a img {
  height: 30px;
}

.pd {
  font-family: 'GillSans-light';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #fff;
}

.pd a {
  margin: 0 2px;
}

.designby {
  font-family: ' GillSans-light';
  font-weight: normal;
  font-size: 12px;
  line-height: 21.6px;
  text-align: right;
  color: #fff;
}

.centerposition img {
  margin-left: auto;
  margin-right: auto;
}

.seo_content_holder {
  display: block;
  width: 100%;
  padding: 10px 40px;
  background-color: #282828;
}

.seo_content_holder > a {
  display: block;
  color: #fff;
  font-size: 12px;
  padding-bottom: 1em;
  text-decoration: none;
}

.seo_content_holder > a span {
  color: #fff;
}

.seo_content_holder .seo_content {
  display: none;
  font-size: 12px;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  padding: 10px;
}

.seo_content_holder .seo_content * {
  color: #000;
  text-align: left;
  font-size: 14px;
  padding-bottom: 20px;
}

.seo_content_holder .seo_content p {
  font-size: 12px;
  padding-bottom: 10px;
  line-height: normal;
}

.location-details {
  display: block;
  font-size: 11px;
  line-height: 1.3em;
  font-family: 'GillSans-Bold';
}

.location-details span:first-child {
  color: #052767;
  padding-right: 2px;
}

.location-details span:nth-child(2) {
  color: #052767;
  padding: 0 2px;
}

.location-details span:last-child {
  font-family: 'GillSans';
  color: #000;
  padding-left: 2px;
}

.icon {
  width: 50px;
  max-height: 50px;
  margin: 0 auto;
}

/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
.black {
  color: #000;
}

.white {
  color: #fff;
}

.blue {
  color: #052767;
}

.bg-dark {
  background-color: #282828;
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fullheight {
  height: 100%;
}

.fullwidth {
  width: 100%;
}

.bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spacebetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.columnreverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.rowreverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.itemcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pt100 {
  padding-top: 120px;
}

.pb100 {
  padding-bottom: 120px;
}

.plr100 {
  padding-left: 100px;
  padding-right: 100px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb20 {
  margin-bottom: 20px;
}

.mw400 {
  width: 400px;
  max-width: 100%;
}

.mta {
  margin-top: auto;
}

.mba {
  margin-bottom: auto;
}

.mla {
  margin-left: auto;
}

.ml0 {
  margin-left: 0;
}

.height-auto {
  max-height: initial !important;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  display: none;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #055fd7 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.centeralign {
  text-align: center;
}

.deicorp {
  width: 200px;
  margin-bottom: 30px;
}

p.large {
  font-family: 'GillSans-Bold';
  font-size: 1.3em;
}

.bg-blue {
  background: #052767;
}

.mx80 {
  max-width: 70%;
  margin: 0;
}

.icons {
  width: 50px;
}

.icon-title {
  font-family: 'GillSans-Bold';
  color: #fff;
  padding: 10px 0;
  text-transform: uppercase;
}

.grabline {
  color: #fff;
}

.wrap {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.fs12 {
  font-size: 12px;
  line-height: 1;
}

.pl20 {
  padding-left: 20px;
}

#deicorp .grid_7 .grid_4 {
  width: 30%;
  margin-right: 4%;
  margin-bottom: 6%;
}

#deicorp .grid_7 .grid_4:nth-child(3n) {
  margin-right: 0;
}

.bold {
  font-family: 'GillSans-Bold';
}

#th {
  color: #fff;
  text-align: center;
}

.seo_content_holder {
  display: block;
  width: 100%;
  padding: 10px 40px;
  background-color: #282828;
}

.seo_content_holder > a {
  display: block;
  color: #fff;
  font-size: 12px;
  padding-bottom: 1em;
  text-decoration: none;
}

.seo_content_holder > a span {
  color: #fff;
}

.seo_content_holder .seo_content {
  display: none;
  font-size: 12px;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  padding: 10px;
  overflow-y: scroll;
  max-height: 400px;
}

.seo_content_holder .seo_content * {
  color: #000;
  text-align: left;
  font-size: 14px;
  padding-bottom: 20px;
}

.seo_content_holder .seo_content p {
  font-size: 12px;
  padding-bottom: 10px;
  line-height: normal;
}

.seo2_content_holder {
  display: block;
  width: 100%;
  padding: 10px 40px;
  background-color: #282828;
}

.seo2_content_holder > a {
  display: block;
  color: #fff;
  font-size: 12px;
  padding-bottom: 1em;
  text-decoration: none;
}

.seo2_content_holder > a span {
  color: #fff;
}

.seo2_content_holder .seo2_content {
  display: none;
  font-size: 12px;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  padding: 10px;
  overflow-y: scroll;
  max-height: 400px;
}

.seo2_content_holder .seo2_content * {
  color: #000;
  text-align: left;
  font-size: 14px;
  padding-bottom: 20px;
}

.seo2content_holder .seo2_content p {
  font-size: 12px;
  padding-bottom: 10px;
  line-height: normal;
}

.slick-arrow {
  width: 40px;
  position: absolute;
  top: 50vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
}

.slick-arrow img {
  margin: auto;
}

.slick-arrow.slick-next {
  right: 0;
}

@media screen and (max-width: 1330px) {
  .container {
    max-width: calc(100% - 60px);
  }
  h2 {
    font-size: 58px;
    line-height: 44px;
  }
  nav ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.image-holder {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}

.image-holder::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 5, 68, 0.1);
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  background-blend-mode: darken;
}

.image-holder:hover:after {
  opacity: 1;
}

.artist {
  display: block;
  position: absolute;
  padding: 0;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
}

.artist::after {
  content: "Artist's impression";
}

@media screen and (max-width: 1200px) {
  nav li {
    margin-left: 10px;
    margin-right: 10px;
  }
  nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-title {
    font-size: 14px;
  }
  .loc_title {
    font-size: 18px;
  }
  .loc_title {
    font-size: 14px;
  }
}

@media screen and (max-width: 1100px) {
  .container {
    max-width: calc(100% - 20px);
  }
  header nav ul li {
    margin: 20px;
  }
  .pt100 {
    padding-top: 80px;
  }
  .pb100 {
    padding-bottom: 80px;
  }
  h2 {
    font-size: 38px;
    line-height: 0.85em;
  }
  .plr100 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .brushor span {
    font-size: 10px;
  }
}

@media screen and (max-width: 1000px) {
  #map {
    height: 50vh;
  }
  .notransferonmobile {
    -webkit-transform: translate(0) !important;
            transform: translate(0) !important;
  }
  .para-background {
    background-attachment: initial;
  }
  header {
    background-color: #052767;
    padding: 4px 20px;
    border-bottom: 1px solid rgba(216, 27, 44, 0.1);
    z-index: 50;
  }
  header nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FEF7EC;
    z-index: 10;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header nav ul li a {
    color: #052767;
  }
  header nav ul li a.active {
    border-bottom: 1px solid #052767;
  }
  header.active_nav nav {
    -webkit-transform: none;
            transform: none;
  }
  header .small-logo {
    width: 120px;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: relative;
  }
  .enq {
    position: fixed;
    right: 0;
    top: auto;
    -webkit-transform: none;
            transform: none;
    padding: 4px 10px;
    background: #052767;
    left: 0;
    bottom: 0;
  }
  #nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .active_nav #nav-toggle span:after,
  .active_nav #nav-toggle span:before {
    background-color: #052767;
  }
  .m-wrap {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .m-wrap .grid_6 {
    width: 100%;
  }
  .type_holder {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .type {
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .wrapper > .half {
    width: 100%;
    margin-bottom: 10px;
  }
  .quarter {
    width: 50%;
    margin-bottom: 10px;
  }
  .map-holder,
  .points-holder {
    width: 100%;
  }
  .grid_7,
  .grid_5 {
    width: 100%;
  }
  .pb100 {
    padding-bottom: 40px;
  }
  .pt100 {
    padding-top: 40px;
  }
  .mw400 {
    width: 100%;
  }
  .grid_3 {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .grid_2 {
    width: 100%;
    margin-bottom: 40px;
  }
  .bg-dark .m-wrap > div {
    width: 100%;
    margin-bottom: 40px;
  }
  .small-logo {
    opacity: 1;
  }
  .centeralign {
    text-align: left;
  }
  .points-holder {
    padding: 20px 10px;
  }
  .grid_6 {
    width: 100%;
  }
  .grid_3 {
    width: 100%;
    margin-bottom: 40px;
  }
  .grid_4 {
    width: 100%;
  }
  h2.pb20 {
    padding-bottom: 0;
  }
  .m-mb0 {
    margin-bottom: 0;
  }
  .m-pb0 {
    padding-bottom: 0;
  }
  .m-mb40 {
    margin-bottom: 40px;
  }
  .m-pb40 {
    padding-bottom: 40px;
  }
  .m-mb8 {
    margin-bottom: 8px;
  }
  .icon {
    margin-left: 0;
  }
  .column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .landing .para-background {
    background-attachment: initial;
  }
  .landing .btn {
    display: none;
  }
  .slick .image-holder {
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 760px) {
  #deicorp .grid_7 .grid_4 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #deicorp .grid_7 .grid_4:last-child {
    margin-bottom: 0;
  }
  #deicorp .grid_7 .grid_4 img {
    margin-left: auto;
    margin-right: auto;
  }
  #deicorp .grid_7 .grid_4 .grabline,
  #deicorp .grid_7 .grid_4 .icon-title {
    text-align: center;
  }
  .grid_4.centeritem.pt50.itemcenter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid_4.centeritem.pt50.itemcenter + .grid_7 p {
    text-align: center;
  }
  .plr100 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .s-wrap {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .s-wrap > div {
    width: 100%;
  }
  h2 {
    font-size: 30px;
    line-height: 26px;
  }
  .type img {
    width: 30px;
    margin-right: 10px;
  }
  .type {
    font-size: 14px;
  }
  .red-tile img,
  .navy-tile img,
  .white-tile img {
    max-height: 20px;
  }
  .red-tile span:nth-child(2),
  .navy-tile span:nth-child(2),
  .white-tile span:nth-child(2) {
    font-size: 18px;
    line-height: 20px;
    margin: 10px auto;
  }
  .red-tile span:nth-child(3),
  .navy-tile span:nth-child(3),
  .white-tile span:nth-child(3) {
    font-size: 12px;
    line-height: 14px;
  }
  .pois {
    font-size: 12px;
  }
  .loc_title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    line-height: 14px;
  }
  .pois:last-child {
    padding-bottom: 20px;
  }
  .exprience + span,
  .exprience {
    font-size: 14px;
    line-height: 18px;
  }
  .deicorp {
    width: 150px;
  }
  .tel {
    font-size: 18px;
    line-height: 20px;
  }
  .pd a,
  .designby {
    display: block;
    font-size: 12px;
  }
  .pd a:nth-child(3) {
    display: none;
  }
  .designby {
    text-align: left;
  }
  .grid_2:last-child {
    margin-bottom: 0;
  }
  footer .title {
    font-size: 14px;
  }
  footer p {
    font-size: 13px;
  }
  input,
  select {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */