@font-face {
  font-family: "Restora";
  src: url("/fonts/Restora.eot");
  src: url("/fonts/Restora.eot") format("embedded-opentype"), url("/fonts/Restora.woff2") format("woff2"), url("/fonts/Restora.woff") format("woff"), url("/fonts/Restora.ttf") format("truetype"), url("/fonts/Restora.svg#Restora") format("svg");
}
@font-face {
  font-family: "RestoraExtraLight";
  src: url("/fonts/RestoraExtraLight.eot");
  src: url("/fonts/RestoraExtraLight.eot") format("embedded-opentype"), url("/fonts/RestoraExtraLight.woff2") format("woff2"), url("/fonts/RestoraExtraLight.woff") format("woff"), url("/fonts/RestoraExtraLight.ttf") format("truetype"), url("/fonts/RestoraExtraLight.svg#RestoraExtraLight") format("svg");
}
@font-face {
  font-family: "SinhalaSangamMNBold";
  src: url("/fonts/SinhalaSangamMNBold.eot");
  src: url("/fonts/SinhalaSangamMNBold.eot") format("embedded-opentype"), url("/fonts/SinhalaSangamMNBold.woff2") format("woff2"), url("/fonts/SinhalaSangamMNBold.woff") format("woff"), url("/fonts/SinhalaSangamMNBold.ttf") format("truetype"), url("/fonts/SinhalaSangamMNBold.svg#SinhalaSangamMNBold") format("svg");
}
@font-face {
  font-family: "SinhalaSangamMN";
  src: url("/fonts/SinhalaSangamMN.eot");
  src: url("/fonts/SinhalaSangamMN.eot") format("embedded-opentype"), url("/fonts/SinhalaSangamMN.woff2") format("woff2"), url("/fonts/SinhalaSangamMN.woff") format("woff"), url("/fonts/SinhalaSangamMN.ttf") format("truetype"), url("/fonts/SinhalaSangamMN.svg#SinhalaSangamMN") format("svg");
}
@font-face {
  font-family: "LouizeDisplayTrialRegular";
  src: url("/fonts/LouizeDisplayTrialRegular.eot");
  src: url("/fonts/LouizeDisplayTrialRegular.eot") format("embedded-opentype"), url("/fonts/LouizeDisplayTrialRegular.woff2") format("woff2"), url("/fonts/LouizeDisplayTrialRegular.woff") format("woff"), url("/fonts/LouizeDisplayTrialRegular.ttf") format("truetype"), url("/fonts/LouizeDisplayTrialRegular.svg#LouizeDisplayTrialRegular") format("svg");
}
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  zoom: 1;
  overflow: hidden;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
  width: 40px;
  height: 23px;
  /* background: url(/images/buttons/pre.png) no-repeat center; */
  font-size: 0;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a {
  height: 100%;
  width: 50%;
  background: none !important;
}

.flex-direction-nav .flex-next {
  right: 0;
  left: auto;
  top: 0;
}

.flex-direction-nav .flex-prev {
  left: 0;
  top: 0;
}

/* .flex-direction-nav .flex-prev {
  cursor: url(/images/left.png), auto;
}


.flex-direction-nav .flex-next {
  cursor: url(/images/right.png), auto;
} */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  transform: translateZ(1000px);
  transform-style: preserve-3d;
  background: #000 !important;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
  text-align: center;
  z-index: 1050;
  background: none !important;
}

a {
  outline: none;
}

.vbox-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3px;
  height: 30px;
  transform: rotate(45deg);
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center;
  background: #fff;
}

.vbox-close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3px;
  height: 30px;
  transform: rotate(-45deg);
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center;
  background: #fff;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050;
}

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

iframe.venoframe.vbvid.figlio {
  background-color: #000000 !important;
}

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
@media (min-width: 1200px) {
  .venoframe.vbvid {
    width: 1200px;
    height: 672px;
  }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

.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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: 33.33%;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}

.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 {
  float: left;
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

img {
  border: none;
  max-width: 100%;
}

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 */
body {
  font-family: "SinhalaSangamMN";
  font-size: 16px;
  line-height: 1.4;
  background: #c4aa8e;
  color: #fffbff;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

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

/* Headings */
h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
  font-family: "Restora";
  text-align: center;
  line-height: 1.2;
}

p {
  text-align: center;
  margin: 0;
}

h1 {
  font-size: 60px;
}

h2 {
  color: #f1e3cd;
  font-size: 40px;
}

h3 {
  font-size: 40px;
  font-family: "LouizeDisplayTrialRegular";
}

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

/* Navigation */
.logo {
  margin: 0 auto;
  display: block;
}

.white {
  color: #fffbff;
}

/* enquiry */
#enquire {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background: #c4aa8e;
  transform: translateX(100%);
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 30px 50px;
}

#enquire.show {
  transform: translateX(0);
  overflow: auto;
}

#enquire.thank {
  /*display: flex;*/
}

p#th {
  text-align: center;
  font-family: "GrifoLLight";
  font-size: 32px;
}

.close_btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  display: block;
  margin: auto;
  width: 70px;
  color: #fffbff;
}

#enquire h1 {
  color: #fffbff;
}

.register {
  max-width: 700px;
  width: 100%;
  display: block;
  overflow: auto;
  margin: 0 auto;
}

input, select, textarea, label {
  font-size: 14px;
  font-family: "SinhalaSangamMNBold";
  font-weight: 600;
  margin: 0 auto;
  padding: 5px 10px;
  width: 100%;
  color: #fffbff;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #fffbff;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  /* letter-spacing: 2px; */
  margin-bottom: 20px;
}

label {
  width: 100%;
  border-bottom: none;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.b_submit {
  width: 175px;
  margin: 0 auto;
  display: block;
  font-size: 12px;
  font-family: "SinhalaSangamMNBold";
  color: #c4aa8e;
  background: #fffbff;
  padding: 10px 0;
}

select {
  padding: 5px 7px;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

select option {
  padding: 7px 5px;
  background: #c4aa8e;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.privacy {
  margin-top: 40px;
  font-size: 10px;
  font-family: "SinhalaSangamMNBold";
  font-weight: 600;
  color: #fffbff;
  text-align: center;
}

.privacy a {
  color: #fffbff;
  text-decoration: underline;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fffbff;
  text-align:center
}

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

#chkInternational+label {
    padding: 2px 0 2px 26px;
    position: relative;
    text-align: center;
    display: block;
    font-size: 16px;

    display: inline;
    margin: auto;
}

#chkInternational+label:before {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #fff;
    content: '';
    display: block;
}

#chkInternational+label:after {
    position: absolute;
    left: 0;
    width: 5px;
    height: 11px;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
    transform: translateY(-60%) rotate(45deg) scale(0);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#chkInternational:checked+label:after {
    -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
    transform: translateY(-60%) rotate(45deg) scale(1);
}

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

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

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

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

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

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #fffbff;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #fffbff;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #fffbff;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #fffbff;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: 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 #fffbff;
  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 #fffbff;
  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: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
  padding: 0;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  color: #F00D0D;
  position: absolute;
  width: 100%;
  margin-top: -15px;
}

input#int_zippostal {
  margin-bottom: 0;
}

#au_postcode, #int_postcode {
  margin-bottom: 20px;
}

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

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

.plr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.plr66 {
  padding-left: 66px;
  padding-right: 66px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pr17 {
  padding-right: 17px;
}

.pr34 {
  padding-right: 34px;
}

.pr140 {
  padding-right: 140px;
}

.pl17 {
  padding-left: 17px;
}

.plr80 {
  padding-left: 80px;
  padding-right: 80px;
}

.plr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.ptb130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.pb130 {
  padding-bottom: 130px;
}

.ptb150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.ptb90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pt250 {
  padding-top: 250px;
}

.pt330 {
  padding-top: 330px;
}

.pb90 {
  padding-bottom: 90px;
}

.ml_auto {
  margin-left: auto;
}

.mr_auto {
  margin-right: auto;
}

.mr24 {
  margin-right: 24px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 58px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb250 {
  margin-bottom: 250px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb300 {
  margin-bottom: 300px;
}

.block {
  display: block;
}

.mlr_auto {
  margin-left: auto;
  margin-right: auto;
}

.left_align {
  text-align: left;
}

.w955 {
  width: 575px;
  max-width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}

.w930 {
  width: 930px;
  max-width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}

.w1700 {
  width: 1700px;
  max-width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
}

.full-h {
  height: calc(100vh - 110px);
  height: 100vh;
}

.mob {
  display: none;
}

.over_hidden {
  overflow: hidden;
}

.object_cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.col_gap_40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

/* ///////////////////////////// */
#custom_cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  margin-left: -11px;
  border-radius: 100%;
  transition: width 0.4s, height 0.4s, border 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s;
  pointer-events: none;
  z-index: 999;
  overflow: visible;
  border: 1px solid #fff;
  opacity: 0;
}
#custom_cursor.show {
  opacity: 1;
}

#custom_cursor.hovered {
  width: 52px;
  height: 52px;
  margin-top: -26px;
  margin-left: -26px;
  background: none;
  border: 1px solid #fff;
}

#custom_cursor.hovered.prev:after, #custom_cursor.hovered.next:after {
  content: "prev";
  font-size: 12px;
    font-family: "SinhalaSangamMNBold";
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#custom_cursor.hovered.next:after {
  content: "next";
}

/* ///////////////////////////// */
#video > div {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

#video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #948260;
}


#video h3, #video .venobox {
  opacity: 0;
  transition: all 0.6s ease;
}


#logo {
  width: 300px;
  margin: 0 auto 60px;
  display: block;
}
#logo .other, #logo #beju {
  opacity: 0;
  transition: all 0.6s ease;
}
#logo .other {
  transition-delay: 0.6s;
}

#video.show #logo .other, #video.show #logo #beju {
  opacity: 1;
}



.fullyvideo {
  position: absolute;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: -2;
}

#main {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: transform   0.6s cubic-bezier(0.45, 0, 0.55, 1);
  /* opacity: 0; */
}

#main.t2 {
  transition-duration: 1.2s;
}

#main.t3 {
  transition-duration: 1.8s;
}

#main.t4 {
  transition-duration: 2.2s;
}

section {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: auto;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.active {
  z-index: 4;
}

.align_start {
  align-items: flex-start;
}

#playvideo {
  position: static;
  display: block;
  margin: auto;
  z-index: 2;
  width: 100px;
}
#playvideo svg {
  width: 60px;
  margin:auto;
  display:block;
  height:auto
}
#playvideo span
{
    font-family: "SinhalaSangamMNBold";
          display:block;
      color:#fff;
      padding-top:8px;
      text-align:center;
      font-size:15px
    }

/* Navigation */
header {
  margin: 0 auto;
  width: 100%;
  padding: 30px 60px;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  top: -77px;
}
header.show {
  top: 0;
  transition: all 0.6s ease;
}

.logo {
  margin: 0 auto;
  display: block;
}

nav {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  max-width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}

#nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#nav li {
  list-style: none;
  line-height: 1;
  position: relative;
}

#nav li a {
  font-family: "SinhalaSangamMNBold";
  color: #fff;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
}

#nav li a:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: -10px;
  background: #fff;
  height: 2px;
  opacity: 0;
}

#nav li a.active:after {
  opacity: 1;
}

/* nav-toggle */
#nav_toggle {
  position: absolute;
  right: 15px;
  z-index: 10;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: none;
}

#nav_toggle span,
#nav_toggle span:after,
#nav_toggle span:before {
  cursor: pointer;
  height: 2px;
  width: 25px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.6s ease-in-out;
}

#nav_toggle span:before {
  top: -15px;
}

#nav_toggle span:after {
  top: 10px;
}

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

#nav_toggle.active span:after,
#nav_toggle.active span:before {
  top: 0;
}

#enq_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 12px 0;
  text-align: center;
  color: #fffbff;
  background: rgba(46, 44, 45, 0.6);
  font-family: "SinhalaSangamMNBold";
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  z-index: 8;
  text-transform: uppercase;
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  bottom: -47px;
}
#enq_btn.show {
  bottom: 0;
  transition: all 0.6s ease;
}
#enq_btn.hide {
  visibility: none;
  opacity: 0;
}

.abs {
  position: absolute;
  bottom: 120px;
  width: 1000px;
  margin: auto;
  text-align: center;
}

.title {
  font-family: "SinhalaSangamMN";
  font-size: 25px;
  text-transform: uppercase;
  color: #f1e3cd;
}

.landing {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.landing:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index:0;
  background: #000;
  opacity: 0.1;
}
.content
{
        position: relative;
    z-index: 1;
}
.landing h2 {
  color: #fffbff;
  font-size: 58px;
}

.cbre {
  width: 110px;
}

.slider_wrapper {
  width: 100%;
  max-width: calc(100% - 400px);
  margin-left: auto;
  margin-right: auto;
}

#design_landing {

  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}



#team_landing:after {
  display: none;
}

.flexslider {
  overflow: hidden;
  position: relative;
}
.flexslider .flex-control-nav {
  bottom: 20px;
  position: absolute;
  z-index: 4;
  height: 12px;
}
.flexslider .flex-control-paging li {
  margin: 0 4px;
}
.flexslider .flex-control-paging li a {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #fff;
  box-shadow: none;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #fff;
}
.flexslider .slides li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: calc(100vh - 47px);
}

.slider_wrapper {
  width: 1000px;
  max-width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
}
.slider_wrapper .flexslider .slides li img {
  height: auto;
}
.slider_wrapper .flexslider .flex-control-nav {
  position: static;
  margin-top: 20px;
}

#map_section {
  padding-top: 76px;
}

#map {
  height: 1100px;
  max-height: calc(100vh - 47px - 76px);
  width:1600px;
  max-width:100%;
  margin:auto
  
}

#logo_wrapper {
  justify-content: space-evenly;
}
#logo_wrapper img {
  max-height: 70px;
  max-width: 180px;
}
.insta{
    width:48px ;margin:auto;display:block;
}
@media screen and (min-width: 1101px) {
  .fadeInUp {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
  }
  .active .fadeInUp {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.6s;
  }
  .active .delaY_1s {
    transition-delay: 0.9s;
  }
}
@media screen and (max-height: 1100px) {
  #enquire {
    display: block;
    padding-top: 80px;
  }
  .close_btn {
    position: static;
    margin-bottom: 40px;
  }
}
@media screen and (max-height: 900px) {
  #playvideo {
    bottom: 150px;
  }
}
@media screen and (max-width: 1100px) {
  #main {
    height: auto;
    position: relative;
    transform: translateY(0) !important;
  }
  section {
    min-height: 100vh;
    height: auto;
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
  }
  body {
    overflow: auto;
  }
  #enq_btn {
    border: none;
  
    z-index: 10;
  }
  h2,
h3 {
    font-size: 35px;
  }
  .landing h2 {
    font-size: 40px;
  }
  .animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
}
@media screen and (max-height: 700px) and (min-width: 999px) {
  #logo {
    width: 150px;
  }
  #playvideo {
    width: 50px;
    height: 50px;
  }
  #playvideo svg {
    width:50px;
  }
  #nav li a,
#enq_btn {
    font-size: 20px;
    line-height: 1;
  }
  #enq_btn {
    padding: 10px 0;
    border-bottom-width: 2px;
  }
  h2 {
    font-size: 30px;
  }
  body {
    font-size: 16px;
  }
  .title {
    font-size: 20px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .flexslider .slides li img {
    height: calc(100vh - 42px);
  }
  #map {
    max-height: calc(100vh - 42px - 80px);
  }
  header {
    padding: 30px 60px;
  }
  #logo_wrapper img {
    max-width: 220px;
  }
  .cbre {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .break {
    display: none;
  }
  .mptb60 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section {
    min-height: initial;
  }
  .landing:not(#team_landing) {
    height: 100vh;
  }
  .flexslider {
    margin-bottom: 40px;
  }
  .flexslider .flex-control-nav {
    margin-top: 20px;
    position: static;
  }
  .flexslider .slides li img {
    height: auto;
  }
  .plr100 {
    padding-left: 30px;
    padding-right: 30px;
  }
  header {
    padding: 30px;
  }
  #enq_btn {
    border: none;
    z-index: 10;
  }
  #map {
    height: 600px;
  }
  #logo_wrapper {
    max-width: calc(100% - 60px);
  }
  .full-h {
    height: initial;
  }
  .col_gap_40 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #logo_wrapper {
    max-width: 100%;
  }
  #logo_wrapper.flex {
    flex-direction: column;
    align-items: center;
  }
  #logo_wrapper.flex > a {
    margin-bottom: 20px;
  }
  #logo_wrapper.flex > a:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  html {
    height: 100%;
  }
  html body {
    height: 100%;
  }
  html body #custom_cursor {
    display: none;
  }
  html body #main {
    height: 100%;
  }
  html body .landing:not(#team_landing) {
    height: 100%;
  }
  html body .slider_wrapper {
    max-width: calc(100% - 30px);
  }
  html body #logo_wrapper img {
    max-height: 60px;
    max-width: 130px;
  }
  html body #playvideo {
    bottom: 120px;
  
  }
  html body #enquire.thank {
    display: block;
  }
  html body #enquire {
    padding: 80px 20px 50px;
  }
  html body p#th {
    font-size: 22px;
  }
  html body .flex.logos {
    flex-direction: column;
    width: 100%;
  }
  html body #logo {
    width: 150px;
  }
  html body header {
    border: none;
    padding: 0;
  }
  html body .landing p {
    font-size: 14px;
  }
  html body #video p {
    margin: 10px auto;
  }
  html body .landing .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  html body .landing .content .w955 {
    max-width: 100%;
  }
  html body #enq_btn {
    border: none;
    z-index: 10;
    padding: 10px 0;
    font-size: 20px;
  }
  html body #custom_cursor {
    display: none;
  }
  html body .w955 {
    max-width: calc(100% - 30px);
  }
  html body #location_map {
    padding: 75px 20px;
  }
  html body #nav_toggle {
    display: block;
    position: fixed;
    bottom: 11px;
  }
  html body nav {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    background: #c4aa8e;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    max-width: 100%;
    transition: all 0.6s ease-in-out;
  }
  html body header.active_nav nav {
    transform: translateX(0);
  }
  html body #nav {
    display: block;
  }
  html body #nav li {
    padding: 10px 0;
  }
  html body #nav li a:after {
    bottom: 5px;
  }
  html body .plr30,
html body .plr100 {
    padding-left: 15px;
    padding-right: 15px;
  }
  html body .flex {
    flex-direction: column;
    align-items: center;
  }
  html body .col_gap_40 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  html body .plr40 {
    padding-left: 0;
    padding-right: 0;
  }
  html body section {
    min-height: initial;
  }
  html body .mptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  html body .mb80 {
    margin-bottom: 40px;
  }
  html body .mb40 {
    margin-bottom: 30px;
  }
  html body h2,
html body h3 {
    font-size: 24px;
  }
  html body .landing h2 {
    letter-spacing: 0;
    font-size: 30px;
  }
  html body #map {
    height: 400px;
  }
  html body .mb100 {
    margin-bottom: 50px;
  }
  html body .mb150 {
    margin-bottom: 20px;
  }
  html body h1 {
    font-size: 40px;
  }
  html body .mb60 {
    margin-bottom: 30px;
  }
  .m-dnone {
    display: none;
  }
  #video
  {
      background-image:url(/images/bgm.jpg) !important;
      background-position:center center !important
  }
}/*# sourceMappingURL=style.css.map */