@charset "utf-8";


/*------------| body frame start |-----------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


html, body {
  width: 100%;
height: 100%;
  padding: 0px;
  margin: 0;
/*   overflow-x: hidden;*/
}

body {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
line-height: 22px;
letter-spacing: 0.8px;

  min-width: 320px;
  color:#201547;
font-family: 'Gotham-Book';
	flex-direction: column;
	min-height: 100%;
}

body.home, body.page-template-template-faq{
  font-size: 20px;
  line-height: 24px;
	letter-spacing: 0px;
}
/*=============== tags start ===================**/
section{
position: relative;
overflow: hidden;
clear: both;
width: 100%;
}
*:focus, a:hover, a:active, a:focus {
outline: 0;
}
button::-moz-focus-inner, select::-moz-focus-inner {
  border: 0;
  outline: 0;
}


figure{
padding: 0px;
margin: 0px;
}
a {
opacity: 1;
/*color: #4d446c;*/
color: #201547;
font-family: 'Gotham-Medium';
text-decoration:none;
-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
transition:         all .3s ease-in-out;
}
a:hover {
text-decoration:underline;
	color: #cedc00;
}

img {
border: 0px;
outline: none;
display: block;
max-width: 100%;
height: auto
}
input { margin: 0px; }
h1, h2, h3, h4, h5, h6 {font-family: 'Argo'; font-weight: 400; color: #201547; letter-spacing: 0px; }
h1, h2, h3, h4, h5, h6, p {
padding: 0px;
margin: 0px;
}

h1 {
font-size: 98px;
line-height: 108px;
font-family: 'Argo';
margin-bottom: 50px;
}
h2 {
  font-size: 5.72vw /*110px*/;
  line-height: 5.98vw /*115px*/;
margin-bottom:25px;
}
h3 {
font-size: 55px;
line-height: 61px;
margin-bottom: 15px;
}
h4 {
font-size: 50px;
line-height: 56px;
margin-bottom: 25px;
}
h5 {
font-size: 40px;
line-height: 46px;
margin-bottom: 15px;
}
h6 {
font-size: 30px;
line-height: 36px;
margin-bottom: 10px;
}
ul{
padding: 0px 0px 30px 20px;
margin: 0px;
}

ul ul{
padding: 0px 0px 0px 20px;
margin: 0px;
}
ol{
padding: 0px 0px 30px 25px;
margin: 0px;
}
ul li{
  position: relative;
  padding: 5px 0px 5px 0px;
}
ol li{
padding: 5px 0px 5px 0px;
}

p { margin: 0px; padding: 0px 0px 25px 0px;}

hr {
padding: 0px;
border: 0px;
height: 1px;
margin: 20px auto;
background-color: #7993a2;
}
strong, b { font-weight: normal; font-family: 'Gotham-Book'; color: #000; }
img { /*  display:block;*/
height: auto }



table {
    width: 100% !important;
    border: 0px;
    table-layout: fixed;
}

table tr td {
    padding: 12px 15px;
    border-collapse: collapse;
}

table {
    background: #ffffff;
    text-align: left;
    margin-bottom: 20px;
    border-left: 1px solid #cecece;
    border-top: 1px solid #cecece;
    border-collapse: collapse;
    font-size: 16px;

}

table h1, table h2, table h3, table h4, table h5 {
    margin: 0px;
}

table th {
    background: #201547;
    color: #fff;
    padding: 15px;
      text-align: left;
    border-right: 1px solid #cecece;
    font-family: 'Gotham-Medium';
    border-bottom: 1px solid #cecece;
    word-wrap: break-word;
}

table td {
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    word-wrap: break-word;
}

.alignleft  {
float: left;
margin: 0px 30px 30px 0px;
}
.alignright  {
float: right;
margin: 0px 0px 30px 30px;
}
.aligncenter
{
	float: none;
	margin: 30px auto 30px auto;
}

blockquote
{
   margin: 0px 0px 35px 0px;
  padding: 0px;
  position: relative;
  font-size: 20px;
  line-height: 26px;
	letter-spacing: 1px;
}
blockquote p{
  padding: 0px;
}
blockquote em{
  margin-top: 20px;
  display: block;
}
.greenText
{
color: #cdda01;
    font-family: 'Gotham-Medium';
}

.blueText
{
color: #201547;
    font-family: 'Gotham-Medium';
}

.tealText
{
color: #10cfc9;
    font-family: 'Gotham-Medium';
}


input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
textarea,
input[type='submit']{
width:100%;
}
input[type='text'],
input[type='tel'],
input[type='date'],
input[type='email'],
textarea{

border:1px solid #ffffff;
background-color: transparent;
font-family: 'Gotham-Light';
font-size:16px;
line-height: 22px;
padding: 10px 15px;
margin: 0px;
color: #ffffff;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}
input[type='submit'], input[type=button], input[type=reset], button {
color:#ffffff;
font-family: 'Gotham-Book';
font-size:16px;
line-height: 22px;
text-decoration: none;
	text-transform: uppercase;
margin: 0px;
width: 100%;
padding: 10px;
border-radius: 0px;
display: inline-block;
background-color:rgba(255,255,255,0.24);
border: 1px solid #ffffff;
cursor: pointer;
text-align: center;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}
.btn {
color:#ffffff;
font-family: 'Gotham-Medium';
font-size:16px;
line-height: 22px;
text-decoration: none;
margin: 0px;
width: 100%;
padding: 17px;
border-radius: 0px;
display: inline-block;
background-color: #10cfc9;
border: 0px;
cursor: pointer;
text-align: center;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}

input[type='submit']:hover, input[type=button]:hover, input[type=reset]:hover, button:hover, .btn:hover
{
	color:#000;
	background-color: #cdda01;
}

input[type='submit'].greenbtn {

font-family: 'Gotham-Book';
font-size: 14px;
line-height: 22px;
text-decoration: none;
margin: 0px;
width: 100%;
padding: 10px 17px;
border-radius: 0px;
display: inline-block;

	color:#201547;
	background-color: #cdda01;

border: 0px;
cursor: pointer;
text-align: center;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}

input[type='submit'].greenbtn:hover
{
	color:#ffffff;
	background-color: #10cfc9;
}

select {
background-image:url('../images/dd-arrow.svg');
background-position: right center;
background-repeat: no-repeat;
	background-size: 40px 12px;
border-radius: 0px;
border:0px solid #ffffff;
background-color: #fff;
padding: 3px 32px 3px 15px;
height: 43px;
width:100%;
font-family: 'Gotham-Light';
	font-size: 14px;
	line-height: 20px;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
	outline: 0;
}
select:focus
{
	outline: 0;
}
select option{
padding:10px 0px;
display: block;
font-size: 14px;
}

select::-ms-expand {
display: none;
}
input[type=checkbox]:not(old) {
    width: 30px;
	height: 30px;
    margin: 0px;
    padding: 0;
    opacity: 0;
    position: absolute;
}

input[type=checkbox]:not(old)+label {
    display: inline-block;
    margin-left: 0px;
    padding-left: 36px;
	padding-bottom: 36px;
    background: url('../images/checkbox-unchecked.svg') no-repeat;
    background-position: left top;
    background-size: 25px;
    line-height: 20px;
    margin-bottom: 0px;
    cursor: pointer;
}

input[type=checkbox]:not(old):checked+label {
    background: url('../images/checkbox-checked.svg') no-repeat;
    background-position: left top;
    background-size: 25px;
    cursor: pointer;
}


textarea {
    width: 100%;
    font-family: 'Gotham-Light';
    font-size:16px;
    line-height: 22px;
    height: 75px;
    padding: 8px 15px;
    box-sizing: border-box;
    color: #ffffff;
    border:1px solid #ffffff;
    background-color: transparent;
    border-radius: 0px;
    resize: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
	color:#ffffff;
	letter-spacing: 0.8px;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
	color:#ffffff;
	letter-spacing: 0.8px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
	color:#ffffff;
	letter-spacing: 0.8px;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
	color:#ffffff;
	letter-spacing: 0.8px;
}



.ajax-loader {
	background-image: url('../images/ajax-loader.svg') !important;
	background-color: #201547 ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 28px 28px;
	width: 140px !important;
	height: 44px !important;
	margin: 0px 0px 0 0px;
	position: absolute;
    bottom: 0px;
    right: 0;
	margin-left: 0px !important;
}

/* ==================================== pagination css start here========================== */


.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}
/* ==================================== pagination css end here========================== */



.ImgCell
{
  position: relative;
}
.ImgCell:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.imageHolder
{
  position: absolute;
	z-index: 1;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.OF-cover {
			object-fit: cover;
			font-family: 'object-fit: cover';
      object-position: center center;
			font-family: 'object-fit: cover; object-position: center center';
      width: 100%;
      height: 100%;
		}


.fadeIn {
	opacity: 0;
	transition: opacity .8s ease-in-out;
	-webkit-transition: opacity .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out;
}

.fadeIn.animateMe {
	opacity: 1
}

.fadeInUp {
	-webkit-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	opacity: 0;
	transition: opacity 1s ease-in-out, transform 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.fadeInUp.animateMe {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.transaction{opacity: 0;}
.loaded .transaction {-webkit-animation: fadeInUp 0.80s ease-in-out forwards; animation: fadeInUp 0.80s ease-in-out forwards;}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 40%, 0);
}
to {
opacity: 1;
transform: none;
}
}

/* paralax css start here */
.parallax-window {
    /* min-height: 300px; */
    background: transparent;
	background-size:cover;
  height: 100%;
    width: 100%;
}
/* paralax css end here */

.animation, input[type='submit'], input[type=button], input[type=reset], button, .btn{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  transition:         all .3s ease-in-out;
}

.OF-cover {
			object-fit: cover;
			font-family: 'object-fit: cover';
      object-position: center center;
			font-family: 'object-fit: cover; object-position: center center';
      width: 100%;
      height: 100%;
		}
.flexNoWrap, .nearbymegaList, #rowTwo > .container, #rowFour > .container, #ImageTextRow > .container, #TextRow > .container, #Specification .col_1_1, .SingleApartmentDetails .topDetails, .specification,
.SingleApartmentDetails .specification > div:last-child, footer > .container, .col_1_1
{
text-align: left;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}

.flexWrap, .nearbyList, #RegisterForm ul, footer > .container, .col_1_1, .imgTxtRow
{
text-align: left;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-flow: row wrap;
}


.flexStretch, .imgTxtRow, footer > .container, #connectionSection, #RegisterForm ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

}

.flexHorizontalCenter
{
text-align: left;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;

}

/*, .imgTxtRow*/
.flexVerticalCenter, #homeBanner, #PageHeader, .nearbyList li, .imgTitle, #rowFour .leftSide .ImageHeading, .SearchSection form, #ImageRowSection .imgTxtRow .TextCell, #rowOne .imgTxtRow .TextCell
{
text-align: left;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.flexRowReverse
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}

.flexcolReverse
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
.flexcolReverse .col
{
  width: 100%;
}

.flexGrow
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.flexGrow .col:last-child {
    flex-grow: 1;
}


.col_1_1, .col_1_1_1, .col_1_1_1_1
{
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col_1_1_1 .col{
  width: 33.33%;
}
.col_1_1_1_1 .col{
  width: 25%;
}
.col_1_1 .col{
  width: 50%;
}
.col_1_1::after, .col_1_1_1::after, .centerBlock::after, .content_1130::after,
.col::after{
  visibility: hidden;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both;
  height: 0%;
}

.col{
  float: left;
  padding: 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.col_1_1 .col { width: 50%; padding: 0px;}
.col_1_1_1 .col { width: 33.33%; padding: 0px;}


.fluidVideo {
	padding-bottom: 56.1%;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.fluidVideo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
