@charset "utf-8";
/*------------| body frame start |-----------*/

/* font start */
/* font end */

* {
  -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 {
  margin: 0px !important;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0;
}

body {
  padding: 0px;
  margin: 0px;
  min-width: 320px;
  background-color: var(--blueColor);
  color: #000000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.4px;
  display: flex;
  flex-direction: column;
}

#page-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  flex: 1 0 auto;
  padding-top:158px;
}
footer {
  flex-shrink: 0;
}

:root {
  --whiteColor: #ffffff;
  --offWhiteColor: #f8fdf9;
  --blueColor: #000081;
  --lightBlueColor: #84cdf6;
  --seaBlueColor: #6acffa;
  --cyanColor: #90deff;
  --electricBlueColor: #08a0de;
}
/* colors start here */

/* colors end here */

/*=============== tags start ===================**/
section,
footer {
  position: relative;
  overflow: hidden;
  clear: both;
  width: 100%;
}
*:focus,
a:hover,
a:active,
a:focus {
  outline: 0;
  outline: none !important;
}

button:focus,
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
}

figure {
  padding: 0px;
  margin: 0px;
}

a {
  color: var(--blueColor);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
a:hover {
  color: var(--blueColor);
  text-decoration: none;
}

img {
  border: 0px;
  outline: none;
  display: block;
  max-width: 100%;
  height: auto;
}
input {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--seaBlueColor);
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
  display: block;
  clear: both;
  width: 100%;
}

h1 {
  font-size: 60px;
  line-height: 68px;
  padding-bottom: 18px;
}

h2 {
  font-size: 45px;
  line-height: 52px;
  padding-bottom: 18px;
}

h3 {
  font-size: 38px;
  line-height: 46px;
  padding-bottom: 18px;
}

h4 {
  font-size: 35px;
  line-height: 42px;
  padding-bottom: 18px;
}

h5 {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 18px;
}

h6 {
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 18px;
}

ul {
  padding: 0px 0px 25px 20px;
  margin: 0px;
  list-style-position: outside;
}

ol {
  padding: 0px 0px 25px 16px;
  margin: 0px;
}

ul li {
  padding: 0px 2px 8px 2px;
}
ol li {
  padding: 0px 0px 8px 5px;
}

p {
  margin: 0px;
  padding: 0px 0px 28px 0px;
}
p:empty {
  display: none;
}

hr {
  padding: 0px;
  border: 0px;
  height: 1px;
  margin: 30px auto;
  background-color: #033b66;
}
strong,
b {
}
img {
  height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="password"],
input[type="search"],
textarea {
  width: 100%;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: var(--seaBlueColor) solid 1px;
  /* border-bottom: #000 solid 3px; */
  background-color: var(--seaBlueColor);
  font-size: 18px !important;
  line-height: 28px !important;
  padding: 12px 15px !important;
  padding-bottom: 9px;
  margin: 0px;
  color: var(--blueColor);
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button,
.btn {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--blueColor);
  min-width: 180px;
  font-size: 18px;
  line-height:24px;
  text-decoration: none !important;
  margin: 0px;
  text-transform: uppercase;
  padding: 10px 42px;
  border-radius: 12px;
  display: inline-block;
  background-color: var(--cyanColor);
  border: solid 3px var(--blueColor);
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

input[type="submit"] {
  text-transform: uppercase;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button,
.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: var(--blueColor);
}

select {
  border-radius: 0;
  background-color: var(--seaBlueColor);
  padding:10px 14px;
  width:100%;
  border:0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/select-arrow.svg");
  background-size: 40px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right:45px;
  font-size:18px;
  line-height:26px;
  letter-spacing: 0.6px;
  color: var(--blueColor);
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  height: 170px;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 0px;
  color: var(--blueColor);
  /* border:1px solid #4c8dce; */
  background-color: var(--seaBlueColor);
  border-radius: 0px;
  resize: none;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* border-bottom: #000 solid 3px; */
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: var(--blueColor);
  opacity: 0.4;
  font-weight: 400;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: var(--blueColor);
  opacity: 0.4;
  font-weight: 400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  color: var(--blueColor);
  opacity: 0.4;
  font-weight: 400;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
  color: var(--blueColor);
  opacity: 0.4;
  font-weight: 400;
}

.resWrap {
  width: 100%;
  overflow: auto;
}

table {
  width: 100%;
  border: 0px;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 24px;
}
/* tr:nth-of-type(odd){background:#eee;} */
tr {
  border-bottom: var(--electricBlueColor) solid 1px;
}
table tr:first-child,
table tr:last-child {
  border-bottom: var(--blueColor) solid 3px;
}
td,
th {
  padding: 6px;
  border-collapse: collapse;
}
th {
  color: var(--blueColor);
  font-weight: bold;
}
table h1,
table h2,
table h3,
table h4,
table h5 {
  margin: 0px;
}
table td {
  word-wrap: break-word;
  vertical-align: top;
}
.Achorsection table tbody tr:first-child {
  border-bottom: var(--electricBlueColor) solid 1px;
}

.alignleft {
  float: left;
  margin: 6px 20px 14px 0px !important;
  position: relative;
}
.alignright {
  float: right;
  margin: 6px 0px 14px 20px !important;
  position: relative;
}
.aligncenter {
  float: none;
  margin: 30px auto 30px auto;
  position: relative;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  position: absolute;
  font-size: 14px;
  line-height: 22px;
  color: var(--blueColor);
  padding: 10px;
  padding-top: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  left: 0;
  bottom: 0;
}
.postContent img {
  margin: 30px 0;
}

blockquote {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 20px 0 40px 0;
  padding: 40px 20px;
  padding-left: 30px;
  position: relative;
  font-size: 40px;
  line-height: 48px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  background-color: #f1f1f1;
  border-left: var(--blueColor) solid 8px;
}
blockquote p {
  padding: 0px;
}
blockquote em {
  margin-top: 20px;
  display: block;
}

.box {
  position: relative;
}
.box:before {
  content: "";
  display: block;
  padding-top: 50%; /* initial ratio of 1:1*/
}
.imageHolder {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.OF-cover {
  /* font-family: 'object-fit: 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%;
}

/* clear class css start here */
header:after,
section:after {
  visibility: hidden;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both;
  height: 0%;
}
/* clear class css end here */

/* flex css start here */
.grid,
.photo_Galllery .imglist,
.propertiesList_area,
.propertiesList_Size,
.propertiesList_Rent {
  clear: both;
  overflow: hidden;
  position: relative;
  margin: 0px;
  list-style: none;
  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;
}
.propertyListBlock .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.flexVerticalCenter,
.zoomdisable {
  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;
}
.flexHorizontalCenter,
.zoomdisable {
  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;
}

.flexRowReverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heroBlock .flexVerticalCenter,
.homeHero .flexVerticalCenter,
.establishBlock .flexVerticalCenter {
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.headLinks,
.headLinks ul,
.headLinks ul li {
  display: flex;
  align-items: center;
}
/* flex css end here */

.hovereffect {
  overflow: hidden;
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  animation-timing-function: ease-in-out;
  will-change: transform;
}
.hovereffect:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/* .hovereffect img, .hovereffect:hover img{
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;} */
/* common page animations */

img[data-lazy-src] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
img.lazyloaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -o-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

.lazyloader {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/lazy-loader.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
}
img.lazyloaded ~ .lazyloader {
  opacity: 0;
}

.iframeHolder {
  position: relative;
  background-color: rgba(000, 000, 000, 0.2);
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.iframeHolder::before {
  padding-top: 0;
}
.iframeHolder iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
