@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* font-family: 'Roboto', sans-serif; */
@font-face {
  font-family: 'Coast';
  src: url('/fonts/CoastRegular.eot');
  src: url('/fonts/CoastRegular.eot?#iefix') format('embedded-opentype'), url('/fonts/CoastRegular.woff2') format('woff2'), url('/fonts/CoastRegular.woff') format('woff'), url('/fonts/CoastRegular.ttf') format('truetype'), url('/fonts/CoastRegular.svg#CoastRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Minion Pro';
  src: url('/fonts/MinionPro-Regular.eot');
  src: url('/fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/MinionPro-Regular.woff2') format('woff2'), url('/fonts/MinionPro-Regular.woff') format('woff'), url('/fonts/MinionPro-Regular.ttf') format('truetype'), url('/fonts/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeutraText-BookItalic';
  src: url('/fonts/NeutraText-BookItalic.eot');
  src: url('/fonts/NeutraText-BookItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/NeutraText-BookItalic.woff2') format('woff2'), url('/fonts/NeutraText-BookItalic.woff') format('woff'), url('/fonts/NeutraText-BookItalic.ttf') format('truetype'), url('/fonts/NeutraText-BookItalic.svg#NeutraText-BookItalic') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'NeutraText-Bold';
  src: url('/fonts/NeutraText-Bold.eot');
  src: url('/fonts/NeutraText-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/NeutraText-Bold.woff2') format('woff2'), url('/fonts/NeutraText-Bold.woff') format('woff'), url('/fonts/NeutraText-Bold.ttf') format('truetype'), url('/fonts/NeutraText-Bold.svg#NeutraText-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeutraText-Book';
  src: url('/fonts/NeutraText-Book.eot');
  src: url('/fonts/NeutraText-Book.eot?#iefix') format('embedded-opentype'), url('/fonts/NeutraText-Book.woff2') format('woff2'), url('/fonts/NeutraText-Book.woff') format('woff'), url('/fonts/NeutraText-Book.ttf') format('truetype'), url('/fonts/NeutraText-Book.svg#NeutraText-Book') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeutraText-BoldItalic';
  src: url('/fonts/NeutraText-BoldItalic.eot');
  src: url('/fonts/NeutraText-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/NeutraText-BoldItalic.woff2') format('woff2'), url('/fonts/NeutraText-BoldItalic.woff') format('woff'), url('/fonts/NeutraText-BoldItalic.ttf') format('truetype'), url('/fonts/NeutraText-BoldItalic.svg#NeutraText-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
.clear, * html .clearfix, *:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.grid_1 {
  width: 6.5%;
}
.grid_2 {
  width: 15%;
}
.grid_3 {
  width: 23.5%;
}
.grid_4 {
  width: 34%;
}
.grid_5 {
  width: 40.5%;
}
.grid_6 {
  width: 50%;
}
.grid_7 {
  width: 57.5%;
}
.grid_8 {
  width: 64%;
}
.grid_9 {
  width: 74.5%;
}
.grid_10 {
  width: 83%;
}
.grid_11 {
  width: 91.5%;
}
.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 {
  margin: 0;
  position: relative;
  float: left;
  display: block;
}
.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;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
img {
  border: none;
  max-width: 100%;
  display: block;
}
a, img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
textarea:focus, input:focus, select:focus {
  outline: none;
}
/* General */
html {
  font-size: 16px;
  height: 100%;
}
body {
  font-family: 'NeutraText-Book';
  font-size: 12pt;
  line-height: 16pt;
  background: #fff;
  color: #284042;
  margin: 0;
  padding: 0;
  height: 100%;
	padding-top: 66px;
}
#main {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.img {
  width: 100%;
  margin: 0;
  display: block;
}
.container {
  width: 100%;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}
/* Headings */
h1, h2, h3, h4, h5 {
  font-family: 'Coast';
  margin: 0;
  font-weight: normal;
}
p {
  text-align: left;
  margin: 0;
}
.text_wrapper p {
  max-width: 350px;
}
h1 {
  font-size: 60px;
}
h2 {
  font-family: 'Coast';
	font-size: 36px;
    line-height: 38px;
  letter-spacing: 2pt;
  color: #284042;
}
h3 {}
h4 {
  font-size: 40px;
  color: #2a3851;
}
/* Navigation */
header {
  margin: 0 auto;
  width: 100%;
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  padding-right: 100px;
  background: transparent;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  text-align: center;
  z-index: 1000;
}
.set header {
  background: #284042;
}
.logo {
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  opacity: 0;
}
.set .logo {
  opacity: 1;
}
.logo img {
  height: 50px;
}
.main_logo_holder {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 100px;
  z-index: 2;
}
.main_logo {
  display: block;
  width: 400px;
}
nav {
  margin: 0 auto;
  padding: 0;
  text-align: right;
  text-align-last: right;
}
#nav li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 20px 0 20px 20px;
      margin: 40px 0 10px 20px;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
#nav li a {
    color: #f0ece9;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 100;
}
#nav li a.active{
		border-bottom: 1px solid #ffffff;
		}
/* nav-toggle */
#nav-toggle {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: none;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#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 {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  background: #000;
}
.formbox {
  margin: 0 auto;
  padding: 100px 0 0 0;
  width: 100%;
}
input, select {
   font-family: 'NeutraText-Book';
  margin: 0 auto;
  padding: 0 10px 10px 5px;
  width: 100%;
  color: #f0ece9;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 0;
  text-align: left;

	font-size: 16px;
}
select {
   font-family: 'NeutraText-Book';
  margin: 0 auto;
  padding: 0 10px 10px 5px;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
  background-position: 98%;
  background-image: url("../images/Icons/arrow.png");
  background-size: 14px;
  background-repeat: no-repeat
}
select option {
  padding: 0 10px 10px 5px;
  background: #fff;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
	color: rgba(0,0,0,0.8)
}
.privacy {
  font-size: 10px;
}
.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}
#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: #f0ece9;
  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: #f0ece9;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #f0ece9;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #f0ece9;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #f0ece9;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: $form-field-text;
  opacity: 1;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0.5;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}
/*footer*/
footer {
  display: block;
  position: relative;
  width: 100%;
  padding: 40px 0;
}
.footer_logo {
display: flex;
justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-top: 40px;
		
	
}
 
.footer_logo img {
 height: 40px;
	max-width: 170px;
}
.footer_logo p {
  color: #f0ece9;
  vertical-align: middle;
}
/* 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;
}
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: left;
  color: #f00d0d;
}
section {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#home {
  background-image: url(/images/home/1.jpg);
}
.address {
 font-family: 'Coast';
  display: block;
  position: absolute;
  right: 100px;
  bottom: 20%;
  line-height: 14pt;
  color: #f0ece9;
  z-index: 2;
  text-align-last: right;
  text-transform: uppercase;
  font-size: 20pt;
  line-height: 20px;
	font-size: 16px;
    letter-spacing: 2px;
}
.play_btn {
  display: block;
  width: 100px;
	max-width: 15%;
  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%);
}
.play_btn img {
  width: 100%;
}
.text_wrapper {
  padding: 90px;
}
.middle_position {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page_label {
  display: block;
  position: absolute;
  width: 50%;
  bottom: 0;
  z-index: 3;
}
.page_label_name {
    font-family: 'Coast';
  display: block;
  padding: 10px 30px;
  display: inline-block;
	    font-size: 14pt;
    line-height: 20pt;
	letter-spacing: 2px;
}
.page_label_name.l0 .page_label_name {
  text-align: right;
}
.page_label_name .arrow svg {
  height: 6pt;
  transform: translateY(-20%);
}
.page_label.l0 .page_label_name .arrow svg {
  padding-left: 30px;
}
.page_label.r0 .page_label_name .arrow svg {
  padding-right: 30px;
}
.map_holder {
  display: block;
  position: absolute;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.virtualSlider {
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.virtualSlider > li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.virtualSlider li.active {
  display: block
}
.virtualSlider li > img {
  width: 100%;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.slide_triger {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
.next {
  right: 0;
}
.prev {
  left: 0;
}
ul {
  list-style: none;
}
.location_details {
  width: 37%;
  float: left;
}
.location_details li {
  font-size: 12pt;
  line-height: 14pt;
}
h2.title {
  font-size: 20px;
  padding-bottom: 5px;
}
.company_name {
  display: block;
  font-family: 'Coast';
  margin: 60px 0;
}
.company_name + p {
  width: 400px;
  max-width: 80%;
}
.team_company_wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 90px;
}
.company_title {
  font-size: 20px;
}
.enq_logo {
  max-width: 220px;
  margin: auto;
  margin: 40px auto;
	
}
#enq h2 {
  text-align: center;
  color: #f0ece9;
	padding-bottom: 60px;
	font-size: 28px;
}
.input_holder {
  display: block;
  width: calc(50% - 15px);
  margin-right: 30px;
  float: left;
  border-bottom: 1px solid #f0ece9;
  margin-bottom: 50px;
}
.agent_details_holder {
  display: block;
    width: 40%;
  float: left;
  margin-bottom: 25px;
}
.agent_details_holder:nth-child(odd){
	float: right;
}
.nomarginright {
  margin-right: 0;
}
.b_submit {
  display: block;
  position: relative;
  width: 160px;
  padding: 15px 0;
  background-color: #f0ece9;
  color: #284042;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: 'NeutraText-Bold';
 transition: 0.2s all;
	border: 1px solid #f0ece9;
	cursor: pointer
}
.b_submit:hover{
	color: #f0ece9;
	background-color: #284042
}
.agent_name {
  display: inline-block;
  color: #f0ece9;
}
.agent_number {
  display: inline-block;
  float: right;
}
.agent_name p{
	 
}
.agent_name p, .agent_number a{
	    font-size: 24px;
    letter-spacing: 0;
}
.disclaimer {
  display: block;
  font-size: 9pt;
  color: #f0ece9;
  margin-top: 50px;
  text-align: justify;
  line-height: 12pt;
}
#enq {
  height: auto !important;
}
.slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: transparent;
    width: 26px;
    height: 60px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2
}
.slick-prev {
	background-image: url("../images/Icons/slider_left_arrow.png");
	left: 0
}
.slick-next{
	background-image: url("../images/Icons/slider_right_arrow.png");
	right: 0;
}
p.columns{
	columns: 2;
	width: 90%;
	max-width: 700px;
}
.map_holder .grid_6:last-child{
	padding-left: 30px;
}


/*-----------------------------*/
/*-----------------------------*/
/*-----------------------------*/
.bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_cream {
  background-color: #f0ece9
}
.cream {
  color: #f0ece9;
  color: #f7e7e6;
  color: #e1d8d0;
}
.bg_green {
  background-color: #284042
}
.green {
  color: #284042
}
.abs {
  position: absolute;
}
.t0 {
  top: 0;
}
.r0 {
  right: 0;
}
.l0 {
  left: 0;
}
.fullheight {
  height: 100%;
}
.fullwidth {
  width: 100%;
}
.pb100 {
  padding-bottom: 100px;
}
.rightalign {
  text-align: right
}
.pb50 {
  padding-bottom: 50px;
}
.pt50{
	padding-top: 50px;
}
.pb20{
	padding-bottom: 20px;
}
.relative {
  position: relative
}
.justmobile{
	display: none;
}

.shortvideo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background-size: cover !important;
}
.artist {
    display: inline-block;
    position: absolute;
    color: #dddddd;
    bottom: 50px;
    left: 30px;
}
#residences .artist{
	left: auto;
	right: 30px;
}
#th {
    padding: 50px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    border: 4px double #fff;
	margin: 20px;
}
@media screen and (max-aspect-ratio: 1920/1080) {
    .shortvideo {
        height: 100%;
        min-height: 100%;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .shortvideo {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
	.text_wrapper {
    padding: 20px;
}
	h2 br{
		display: none
	}
	h2 {
    font-family: 'Coast';
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 2pt;
    color: #284042;
}
}
@media screen and (max-width: 1024px) {
	
	body{padding-top: 60px}
	  #nav-toggle {
    display: block;
  }
  nav {
	  display: block;
  width: 100%;
	  height: 100%;
	  position: fixed;
	  top: 0;
	  left: 0;
    text-align: center;
	      text-align: center;
    text-align-last: center;
	  background: #284042;
	  transform: translateX(-100%);
	  transition: 0.5s all;
	  opacity: 0;
  }
	.active_nav nav{
		 transform: translateX(0);
		opacity: 1;
	}
  #nav{
		text-align: center;
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}
  #nav li {
    position: relative;
    text-align: center;
	  display: block;
	  
  }
	#nav li a{
		display: inline-block;
		text-align: center;
		padding-bottom: 5px;
	}
	  header {
    height: 60px;
    background: #284042;
  }
  .logo {
    opacity: 1;
    left: 20px;
  }
	.location_details{padding-right: 10px;}
.location_details li {
    font-size: 11px;
    line-height: 16px;
	padding-bottom: 0 !important
}
	.location_details h2.title{
		letter-spacing: 0;
		font-size: 16px
	}
 
	
}
@media screen and (max-width: 900px) {
	body{
		    font-size: 12pt;
    line-height: 14pt;
	}
	.mpl20{
		padding-left: 20px;
	}
	.mpr20{
		padding-right: 20px;
	}
	.mpt50{
		padding-top: 50px;
	}
	.mpb50{
		padding-bottom: 50px;
	}
	.pb100{
		padding-bottom: 50px;
	}
	.pt100{
		padding-top: 50px;
	}
	.justdesktop{
		display: none !important;
	}
	.justmobile{
	display: block;
}
	.page_label_name {
    font-size: 10pt;
    line-height: 12pt;
    padding: 10px 20px;
}
	h2 {
font-size: 19pt;
    line-height: 24pt;
		letter-spacing: 2px;
}

	.main_logo_holder{
		    max-width: 80%;
    margin: auto;
    right: 0;
    left: 0;
	}
	.address {
    right: 0;
    bottom: 20%;
    text-align-last: center;
    font-size: 20pt;
    line-height: 24pt;
    left: 0;
		margin: auto;
}
	.main_logo {
    width: 100%;
}
	.page_label {
    width: 100%;
    text-align: left !important;
}
	.arrow{
		display: none;
	}
	.fullheight{
		height: auto;
	}
	#video{
		height: 80vw;
	}
	#home{
		height: 100%;
		text-align: center;
	}
	.abs{
		position: relative;
	}
	.l0{
		left: 0;
	}
	.r0{
		right: 0;
	}
	.virtualSlider {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
}
	.virtualSlider > li {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
}
	.virtualSlider li > img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
}
	.formbox{
		padding: 50px 20px;
	}
	.input_holder {
    width: 100%;
    margin-right: 0;
}
	footer{
		padding: 40px 20px
	}
	section{
		height: auto;
	}
	.middle_position {
    display: block;
    position: relative;
    top: auto;
    transform: none;
}
	.grid_4, .grid_8{
		width: 100%;
	}
	.company_name {
    margin: 20px 0;
}
	.company_name + p {
		padding-bottom: 50px;
	}
	.team_company_wrapper {
    padding: 50px 20px;
}
.agent_name p, .agent_number a {
    font-size: 20px;
    letter-spacing: 0;
}
	.page_label{
		display: none
	}
	#nav li{
		    margin: 14px auto ;
	}
	#nav li a{
		font-size: 16px;
		letter-spacing: 5px
	}
}
@media screen and (max-width: 767px) {
	.agent_details_holder {
 
    width: 100%;
    margin-right: auto;
 
}
	.footer_logo{
		flex-flow: wrap
	}
	.footer_logo img {
    height: 40px;
    max-width: 40%;
    margin-bottom: 20px;
}
	h2{
	font-size: 18pt;
    line-height: 22pt;
    letter-spacing: 1px;
	}
	
	 
}
@media screen and (max-width: 420px) {}