@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

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

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

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

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

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

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

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

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

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

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 4;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-indent: 999px;
}
.flex-direction-nav a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  right: 5px;
  margin: auto;
  background: #FFFFFF;
}
.flex-direction-nav a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  right: 6px;
  margin: auto;
  border-bottom: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
  transform: rotate(-45deg);
}

.flex-direction-nav .flex-prev {
  left: 100px;
  transform: rotate(180deg);
}

.flex-direction-nav .flex-next {
  right: 100px;
  text-align: right;
}

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

/* Control Nav */
.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: 16px;
  height: 16px;
  display: block;
  background: #e6e6e6;
  cursor: pointer;
  text-indent: -9999px;
}

.flex-control-paging li a:hover {
  background: #f9a63f;
}

.flex-control-paging li a.flex-active {
  background: #f9a63f;
  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%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

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

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

@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: #EAE3D1 !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: #000000;
}

.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: #000000;
}

.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: #000000 !important;
  border-right-color: #000000 !important;
  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: calc(25% - 9px);
}

.grid_4 {
  width: calc(33.33% - 30px);
}

.grid_5 {
  width: 41.67%;
}

.new_grid_5 {
  width: 46.5%;
}

.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 {
  display: grid;
}
.grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.grid.four {
  grid-template-columns: repeat(4, 1fr);
}
.grid.five {
  grid-template-columns: repeat(5, auto);
}

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

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

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

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

/* General */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background: #EAE3D1;
  color: #000000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.no_scroll {
  overflow: hidden;
}

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

p {
  text-align: left;
  margin: 0;
  max-width: 100%;
  line-height: 1.4;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  text-align: left;
  font-weight: 700;
}

h1 {
  font-size: 36px;
  text-align: center;
}

h2 {
  font-size: 30px;
  color: #253A78;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
  text-align: center;
}

.p20 {
  padding: 20px;
}

.pl130 {
  padding-left: 130px;
  padding-left: 7vw;
}

.pl120 {
  padding-left: 6.5vw;
}

.pr120 {
  padding-right: 6.5vw;
}

.pr40 {
  padding-right: 40px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pr130 {
  padding-right: 130px;
  padding-right: 7vw;
}

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

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

.plr50 {
  padding-left: 50px;
  padding-right: 50px;
}

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

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pt180 {
  padding-top: 180px;
}

.pt160 {
  padding-top: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb200 {
  padding-bottom: 200px;
}

.pt20 {
  padding-top: 20px;
}

.pt200 {
  padding-top: 200px;
}

.pt220 {
  padding-top: 11.5vw;
}

.pt240 {
  padding-top: 12.5vw;
}

.pb240 {
  padding-bottom: 12.5vw;
}

.pb220 {
  padding-bottom: 11.5vw;
}

nav {
  padding: 0;
}

/* nav_toggle */
#nav_toggle {
  cursor: pointer;
  width: 30px;
  display: none;
  height: 24px;
}

#nav_toggle span,
#nav_toggle span:after,
#nav_toggle span:before {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #FFFFFF;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  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 {
  background: #FFFFFF;
  top: 0;
}

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

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

#enquire input,
#enquire label,
#enquire textarea,
#enquire select {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto;
  padding: 5px 15px;
  width: 100%;
  color: #253A78;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  -ms-text-align-last: left;
  margin: 0;
  display: block;
}
#enquire label {
  font-weight: 700;
  font-size: 20px;
  border: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#enquire textarea {
  height: 100px;
  max-width: 100%;
}
#enquire .b_submit {
  border: none;
  background: #253a78;
  display: inline-block;
  padding: 15px 0;
  font-size: 16px;
  width: 120px !important;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
}
#enquire select option {
  padding: 10px 0;
  background: #000000;
  color: #FFFFFF;
  -moz-text-align-last: center;
       text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
}

.privacy {
  font-size: 14px;
}

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

#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;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: inherit;
  text-transform: uppercase;
  display: inline;
  margin: auto;
}

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

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

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

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #FFFFFF;
  opacity: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0;
}

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

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

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

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

/* 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 #FFFFFF;
  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 {
  color: #FFFFFF;
  cursor: default;
  font-size: 16px;
  list-style: none;
  display: inline-block;
}

li.token-input-token-project p {
  display: inline-block;
  padding: 7px 0;
  margin: 0 5px 0 0;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #000000;
  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: #000000;
  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: #000000;
}

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

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: #FFFFFF;
}

/* 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;
  color: #f00d0d;
  left: 0;
  right: 0;
}

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

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.ls2 {
  letter-spacing: 2px;
}

.fs60 {
  font-size: 60px;
}

.fs50 {
  font-size: 50px;
}

.fs40 {
  font-size: 40px;
}

.fs36 {
  font-size: 36px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs28 {
  font-size: 28px;
}

.fs16 {
  font-size: 16px;
}

.fs15 {
  font-size: 15px;
}

.fs18 {
  font-size: 18px;
}

.fs14 {
  font-size: 14px;
}

.fs11 {
  font-size: 11px;
}

.fs10 {
  font-size: 10px;
}

.fs12 {
  font-size: 12px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb200 {
  margin-bottom: 200px;
}

.mr20 {
  margin-right: 20px;
}

.mr40 {
  margin-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.justify_start {
  justify-content: flex-start;
}
.flex.justify_end {
  justify-content: flex-end;
}
.flex.align_start {
  align-items: flex-start;
}
.flex.align_end {
  align-items: flex-end;
}
.flex.align_stretch {
  align-items: stretch;
}
.flex .col {
  flex-direction: column;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.justify_center {
  justify-content: center;
}
.flex.col_reverse {
  flex-direction: column-reverse;
}
.flex.row_reverse {
  flex-direction: row-reverse;
}

.col_gap_5 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.col_gap_10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.col_gap_12 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.col_gap_20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.col_gap_20 .grid_4 {
  width: calc(33.333% - 13.333px);
}

.col_gap_30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

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

.col_gap_45 {
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.col_gap_80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.row_gap_20 {
  row-gap: 20px;
}

.row_gap_30 {
  row-gap: 30px;
}

.row_gap_40 {
  row-gap: 40px;
}

.row_gap_45 {
  row-gap: 45px;
}

.row_gap_50 {
  row-gap: 50px;
}

.row_gap_80 {
  row-gap: 80px;
}

.uppercase {
  text-transform: uppercase;
}

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

.in_block {
  display: inline-block;
}

.left_align {
  text-align: left;
}

.right_align {
  text-align: right;
}

.float_right {
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.wow {
  visibility: hidden;
}

.wow.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  visibility: visible;
}
.wow.animated.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.mob {
  display: none;
}

.w1680 {
  width: 1680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1610 {
  width: 1610px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1465 {
  width: 1465px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1440 {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1385 {
  width: 1385px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1360 {
  width: 1360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1200 {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1150 {
  width: 1150px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1120 {
  width: 1120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1100 {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1060 {
  width: 1060px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w980 {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w785 {
  width: 785px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w700 {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w875 {
  width: 875px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w840 {
  width: 840px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w820 {
  width: 820px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w580 {
  width: 580px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w525 {
  width: 525px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w450 {
  width: 450px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w440 {
  width: 440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w400 {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w410 {
  width: 424px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w420 {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w460 {
  width: 460px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w770 {
  width: 770px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w650 {
  width: 650px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w600 {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w200 {
  width: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w880 {
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w620 {
  width: 620px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w675 {
  width: 675px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w340 {
  width: 340px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mw870 {
  max-width: 870px;
  width: 60%;
}

.mw400 {
  max-width: 400px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb130 {
  margin-bottom: 130px;
}

.ml_auto {
  margin-left: auto;
}

.mb50 {
  margin-bottom: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.max_w580 {
  max-width: 580px;
  width: calc(100% - 40px);
}

.center_align {
  text-align: center;
}
.center_align p {
  text-align: center;
}

.relate {
  position: relative;
}

.static {
  position: static;
}

.p30 {
  padding: 30px;
}

.pt100 {
  padding-top: 100px;
}

.pt170 {
  padding-top: 170px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt150 {
  padding-top: 150px;
  padding-top: 8vw;
}

.pt80 {
  padding-top: 80px;
  padding-top: 5vw;
}

.pb190 {
  padding-bottom: 190px;
}

.pt30 {
  padding-top: 30px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pl50 {
  padding-left: 50px;
}

.pr70 {
  padding-right: 70px;
}

.pt50 {
  padding-top: 50px;
}

.ptb200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ml50vw {
  margin-left: 50vw;
}

.pl150 {
  padding-left: 150px;
  padding-left: 8vw;
}

.pr150 {
  padding-right: 150px;
  padding-right: 8vw;
}

.b50 {
  bottom: 50px;
}

.r100 {
  right: 100px;
}

.l100 {
  left: 100px;
}

.mr0 {
  margin-right: 0;
}

.mr15 {
  margin-right: 15px;
}

.ml_auto {
  margin-left: auto;
}

.ml0 {
  margin-left: 0;
}

.mr10 {
  margin-right: 10px;
}

.mr150 {
  margin-right: 8vw !important;
}

.mr50vw {
  margin-right: 50vw !important;
}

.mlr15 {
  margin-left: 10px;
  margin-right: 10px;
}

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

.m0 {
  margin: 0;
}

.white {
  color: #FFFFFF;
}

.lazy_load {
  display: block;
}

.block {
  display: block;
}

.mb180 {
  margin-bottom: 180px;
}

.pl60 {
  padding-left: 60px;
}

.pl40 {
  padding-left: 40px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pr190 {
  padding-right: 10vw;
}

.pl225 {
  padding-left: 11.5vw;
}

.pl200 {
  padding-left: 200px;
}

.pr200 {
  padding-right: 200px;
}

.pt120 {
  padding-top: 120px;
}

.pb30 {
  padding-bottom: 30px;
}

.pr20 {
  padding-right: 20px;
}

.pr60 {
  padding-right: 60px;
}

.pt130 {
  padding-top: 130px;
}

.pb150 {
  padding-bottom: 150px;
}

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

.bg_img {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullVh {
  height: 100vh;
}

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

.ipad {
  display: none;
}

.med {
  font-weight: 500;
  font-style: normal;
}

.fully-video {
  position: relative;
  width: 100%;
}
.fully-video .bg-video {
  position: absolute;
  height: 100vw;
  width: 135vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-size: cover;
}
@media screen and (orientation: portrait) {
  .fully-video .bg-video {
    height: 100vh;
    width: 185vh;
  }
}

.bb {
  border-bottom: 1px solid;
}

.bt {
  border-top: 1px solid;
}

.bw2 {
  border-width: 2px;
}

.bg_black {
  background: #000000;
}
.bg_black * {
  color: #FFFFFF;
}

.bg_white {
  background: #FFFFFF;
}

.tab {
  display: none !important;
}

.overlay {
  position: relative;
}
.overlay::after {
  content: "";
  position: absolute;
  background: #000000;
  opacity: 0.3;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.z1 {
  z-index: 1;
}

.z4 {
  z-index: 4;
}

.fullH {
  height: 100%;
}

ul.dash {
  list-style: none;
}
ul.dash li {
  padding-left: 20px;
  position: relative;
  padding-bottom: 5px;
}
ul.dash li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  margin: auto;
  width: 5px;
  height: 1px;
  background: #FFFFFF;
}

ul.bullet {
  list-style-type: disc;
  padding-left: 20px;
}

@keyframes bounce {
  0% {
    bottom: 0;
  }
  30% {
    bottom: -15px;
  }
}
.select_arrow {
  position: relative;
}
.select_arrow:after {
  right: 20px;
  top: 15px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  z-index: -1;
  content: "";
}

.z2 {
  z-index: 2;
}

.abs {
  position: absolute;
}

.b0 {
  bottom: 0;
}

.b30 {
  bottom: 30px;
}

img.aspect_ratio_3by2 {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

img.aspect_ratio_1 {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect_ratio_1 {
  aspect-ratio: 1;
}

.capitalize {
  text-transform: capitalize !important;
}

.black_color {
  color: #000000;
}

.excerpt_hide.fs20 {
  line-height: 24px;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .excerpt_hide {
    height: auto !important;
    line-height: initial !important;
    overflow: auto !important;
  }
}

.bg_blue {
  background: #253A78;
  color: #FFFFFF;
}
.bg_blue .btn {
  border: 1px solid;
}

.blue {
  color: #253A78;
}

.learn {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid;
  color: #000000;
}

.btn {
  background: #253A78;
  display: inline-block;
  padding: 15px 25px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.btn.oval_btn {
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
}
.btn.capitalize {
  padding: 8px 15px;
}
.btn.bg_ghee {
  background: #EAE3D1;
  color: #253A78;
  border: 1px solid #000000;
}
.btn.bg_white {
  background: #FFFFFF;
  color: #253A78;
  border: 1px solid #253A78;
}
.btn.arrow {
  padding-right: 70px;
  position: relative;
  font-size: 20px;
}
.btn.arrow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 2px;
  right: 27px;
  margin: auto;
  background: #FFFFFF;
}
.btn.arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  right: 28px;
  margin: auto;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(-45deg);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 25px 100px;
  z-index: 9;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .btn {
  font-weight: 700;
  padding-left: 35px;
  padding-right: 35px;
}
header nav #nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
header nav #nav li {
  list-style: none;
}
header nav #nav li a {
  font-size: 18px;
}

#page-about nav ul li a.about,
#page-landlords nav ul li a.landlords,
#page-rent nav ul li a.rent,
#page-sale nav ul li a.sale,
#page-news nav ul li a.news,
#page-contact nav ul li a.contact,
#page-communities nav ul li a.communities,
#page-home nav ul li a.home {
  font-weight: 900;
}

#preloader {
  background: #253A78;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#preloader #logo_svgs {
  width: 97px;
  height: 146px;
  transition: all 1s ease;
}
#preloader #logo_svgs #core {
  height: 146px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: nowrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 20px;
  position: relative;
  opacity: 0;
  overflow: hidden;
}
#preloader #logo_svgs #core svg {
  height: 100%;
  background: #253A78;
  width: auto;
}
#preloader #logo_svgs #core svg#cor {
  transform: translateX(100%);
  transition: all 1s ease;
  position: absolute;
  transition-delay: 1s;
}
#preloader #logo_svgs #core svg#e {
  position: relative;
  z-index: 1;
}
#preloader #logo_svgs #living {
  width: 403px;
  display: block;
  margin: auto;
  height: 45px;
  overflow: hidden;
}
#preloader #logo_svgs #living svg {
  width: 100%;
  transform: translateY(-100%);
  transition: all 1s ease;
}
#preloader #logo_svgs.animate {
  width: 500px;
  transition-delay: 1s;
}
#preloader #logo_svgs.animate #core {
  opacity: 1;
  transition: all 1s ease;
}
#preloader #logo_svgs.animate #core #cor {
  transform: translateX(-110px);
}
#preloader #logo_svgs.animate #living svg {
  transition-delay: 2.5s;
  transform: translateX(0);
}

#page-home {
  padding-top: 0;
}
#page-home #hero {
  height: 100vh;
}
#page-home #hero .center {
  margin-top: 100px;
}

#scroll_btn {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  left: 100px;
  bottom: 100px;
  z-index: 8;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 100px;
  transform: rotate(-90deg);
  transform-origin: left;
}
#scroll_btn:before {
  width: 70px;
  height: 2px;
  left: 10px;
  content: "";
  position: absolute;
  background: #FFFFFF;
  top: 0;
  bottom: 0;
  margin: auto;
}
#scroll_btn:after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  left: 0;
  border-right: 15px solid #FFFFFF;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

body {
  padding-top: 125px;
}

#hero {
  width: 100%;
  height: 500px;
}
#hero * {
  color: #FFFFFF;
}

#page-rent.details_page,
#page-communities.details_page {
  padding-top: 0;
}
#page-rent.details_page #hero,
#page-communities.details_page #hero {
  height: 100vh;
}

.parallax {
  height: 400px;
  height: 324px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.parallax p {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 600;
}

.sbb {
  position: relative;
}
.sbb:after {
  content: "";
  position: absolute;
  width: 80px;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #253A78;
}

footer nav ul li {
  list-style: none;
  padding-bottom: 5px;
}
footer .center {
  height: 100%;
}

.filter_btn {
  font-size: 20px;
  padding-right: 15px;
  margin-right: 10px;
  color: #253A78;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.filter_btn:after {
  right: 0;
  width: 2px;
  height: 70%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #253A78;
  content: "";
  position: absolute;
}
.filter_btn:last-child:after {
  display: none;
}
.filter_btn.active, .filter_btn:hover {
  font-weight: 700;
}

#search_form .select_container {
  position: relative;
}
#search_form label {
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  z-index: -1;
  left: 0;
  padding: 0 10px;
  right: 0;
  margin: auto;
}
#search_form select {
  font-size: 15px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
  border: none;
  font-family: "Roboto", sans-serif;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#search_form select#propertyType {
  min-width: 124px;
}
#search_form select option {
  font-size: 13px;
  background: rgba(234, 227, 209, 0.4);
}
#search_form select:checked {
  display: none;
}
#search_form .btn {
  color: #FFFFFF;
  border: none;
  padding: 8px 16px;
}
#search_form .bar {
  width: 2px;
  height: 20px;
  display: inline-block;
  background: #000000;
}

#team_container img {
  transition: all 0.3s ease;
}
#team_container img:hover {
  opacity: 1;
}

.ml_fix {
  margin-right: 270px;
}

#page-about .w250 {
  max-width: 20%;
  margin: 0;
}

.flexslider li img {
  max-height: calc(100vh - 125px);
  -o-object-fit: cover;
     object-fit: cover;
}

#map {
  aspect-ratio: 3/1;
}

#enquire .grid_12 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 15px;
}
#enquire .grid_12 input,
#enquire .grid_12 textarea {
  width: 75%;
}
#enquire .grid_12 label {
  width: 20%;
  font-size: 18px;
}

#page-news.details_page {
  padding-top: 185px;
}

.news_nav {
  position: fixed;
  top: 125px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 20px 100px;
  width: 100%;
  background: #EAE3D1;
  z-index: 4;
}
.news_nav a {
  text-transform: uppercase;
  color: #000000;
  font-weight: 900;
}

.news_contents h1,
.news_contents h2,
.news_contents h3,
.news_contents h4,
.news_contents p {
  text-align: center;
}

#page-contact #enquire input:not(.b_submit),
#page-contact #enquire label,
#page-contact #enquire textarea,
#page-contact #enquire select {
  color: #000000;
}

.contact-us-icon {
  display: flex;
  bottom: 0;
  width: 100%;
  margin: 0 !important;
  padding: 6px;
  left: 0;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.just-mobile {
  display: none;
}

.just-desktop {
  display: block;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 100px 40px;
  background: #FFFFFF;
  z-index: 10;
  display: none;
  overflow: auto;
}
#popup .close_popup {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
}
#popup .close_popup:before, #popup .close_popup:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #000000;
  transform: rotate(45deg);
}
#popup .close_popup::after {
  transform: rotate(-45deg);
}
#popup > div {
  display: none;
}
@media screen and (max-width: 760px) {
  #popup {
    padding: 100px 20px 40px;
  }
  #popup .close_popup {
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 1620px) {
  .w1200,
  .w1440,
  .w1610 {
    max-width: calc(100% - 80px);
  }
  .news_nav {
    padding: 20px 40px;
  }
  .flex-direction-nav .flex-next {
    right: 40px;
  }
  .flex-direction-nav .flex-prev {
    left: 40px;
  }
  .pr270 {
    padding-left: 40px;
  }
  #page-landlords .bg_white .grid_6:last-child {
    padding-left: 100px;
  }
  header {
    padding: 25px 40px;
  }
  #scroll_btn {
    left: 50px;
    bottom: 40px;
  }
}
@media screen and (max-width: 1450px) {
  #page-landlords .bg_white .grid_6:last-child {
    padding-left: 40px;
  }
  .grid_6.ptb70.pl100 {
    padding-left: 40px;
  }
  #page-landlords .w620.mr0 {
    margin-left: 0;
    margin-right: auto;
  }
  .w1100,
  .w1060 {
    max-width: calc(100% - 80px);
  }
  .plr50 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ptb35 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1300px) {
  #scroll_btn {
    bottom: 20px;
    left: 30px;
    font-size: 16px;
    padding-left: 80px;
  }
  #scroll_btn:before {
    width: 50px;
  }
  #scroll_btn:after {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-right-width: 13px;
  }
  h1,
  .fs36 {
    font-size: 32px;
  }
  .fs24 {
    font-size: 20px;
  }
  .parallax p {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  .fs20,
  .filter_btn {
    font-size: 18px;
  }
  .fs18 {
    font-size: 16px;
  }
  .logo {
    width: 100px;
  }
  body {
    font-size: 15px;
    padding-top: 101px;
  }
  #page-news.details_page {
    padding-top: 161px;
  }
  header .btn {
    padding: 6px 20px;
  }
  header nav #nav {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  header nav #nav li a {
    font-size: 14px;
  }
  .news_nav {
    top: 101px;
  }
  #footer_logo {
    width: 100px !important;
  }
  footer nav ul li {
    padding-bottom: 0;
  }
  #hero {
    height: 400px;
  }
  .btn {
    font-size: 15px;
    padding: 10px 20px;
  }
  .btn.arrow {
    font-size: 18px;
    padding: 10px 20px;
    padding-right: 50px;
  }
  .btn.arrow:after {
    border-width: 1px;
    width: 15px;
    height: 15px;
    right: 23px;
  }
  .btn.arrow:before {
    height: 1px;
    width: 20px;
    right: 22px;
  }
}
@media screen and (max-width: 1000px) {
  #map {
    aspect-ratio: initial;
    height: 300px;
  }
  #nav_toggle {
    position: absolute;
    display: block;
    right: 40px;
  }
  header {
    transition: all 0.6s ease;
  }
  header .btn {
    margin-right: 50px;
  }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 101px);
    top: 101px;
    background: #253A78;
    transition: all 0.6s ease;
    transform: translateX(-100%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  header nav #nav {
    flex-direction: column;
    row-gap: 30px;
  }
  header nav #nav li a {
    font-size: 22px;
  }
  header.active_nav {
    background: #253A78;
  }
  header.active_nav nav {
    transform: translateX(0);
  }
  .e.block {
    width: 50px;
  }
  .w875,
  .w1150,
  .w840,
  .w800 {
    max-width: calc(100% - 80px);
  }
  .mw870 {
    max-width: 100%;
    width: 100%;
  }
  .grid_4,
  .grid_3,
  .grid_7,
  .content_wrapper .grid_5,
  .grid_8 {
    width: 100% !important;
  }
  .grid.four {
    grid-template-columns: 1fr;
  }
  .grid_6 {
    width: 100%;
  }
  #property_wrapper .grid_6 {
    width: 50%;
  }
  .flex.align_stretch {
    align-items: flex-start;
  }
  footer .flex.align_stretch {
    align-items: stretch;
  }
  .col_gap_45,
  .col_gap_12 {
    row-gap: 40px;
  }
  #hero {
    height: 300px;
  }
  #page-landlords .bg_white .grid_6:last-child {
    padding-left: 0;
  }
  .parallax {
    height: 300px;
  }
  .mr0 {
    margin-right: auto;
    margin-left: 0;
  }
  .vbox-next span,
  .vbox-prev span {
    border-top-color: #EAE3D1 !important;
    border-right-color: #EAE3D1 !important;
  }
  #search_form {
    flex-direction: column;
    row-gap: 30px;
  }
  .just-desktop {
    display: none;
  }
  .just-mobile {
    display: block;
  }
  .just-mobile.contact-us-icon {
    display: flex;
  }
}
@media screen and (max-width: 760px) {
  html {
    height: 100%;
  }
  html body {
    height: 100%;
    font-size: 14px;
    padding-top: 81px;
  }
  html body#page-news.details_page {
    padding-top: 140px;
  }
  html body#page-news.details_page .news_nav {
    padding: 20px;
    top: 81px;
  }
  html body #enquire input,
  html body #enquire label,
  html body #enquire textarea,
  html body #enquire select {
    width: 100%;
    font-size: 14px;
  }
  html body #enquire .grid_12 label {
    font-size: 16px;
    width: 100%;
  }
  html body #enquire .grid_12 input,
  html body #enquire .grid_12 textarea {
    width: 100%;
  }
  html body .flex-direction-nav .flex-next {
    right: 10px;
    transform: scale(0.5);
  }
  html body .flex-direction-nav .flex-prev {
    left: 10px;
    transform: rotate(180deg) scale(0.5);
  }
  html body .w875,
  html body .w800,
  html body .w1200,
  html body .w1440,
  html body .w1150,
  html body .w1100,
  html body .w1610 {
    max-width: calc(100% - 40px);
  }
  html body .w1440 .w800 {
    max-width: 100%;
  }
  html body .abs {
    position: static;
  }
  html body .b30 {
    bottom: 15px;
  }
  html body .plr50 {
    padding-left: 20px;
    padding-right: 20px;
  }
  html body .ptb35 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  html body .ptb100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  html body .ptb70 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html body .ptb50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  html body .ptb60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  html body .p30 {
    padding: 20px;
  }
  html body .pt60 {
    padding-top: 30px;
  }
  html body .pb120 {
    padding-bottom: 60px;
  }
  html body .pt50 {
    padding-top: 30px;
  }
  html body .pb60 {
    padding-bottom: 30px;
  }
  html body .mb80 {
    margin-bottom: 40px;
  }
  html body .mb30 {
    margin-bottom: 20px;
  }
  html body .mb40 {
    margin-bottom: 20px;
  }
  html body .mb60 {
    margin-bottom: 30px;
  }
  html body .pb100 {
    padding-bottom: 50px;
  }
  html body .pr270,
  html body .grid_6.ptb70.pl100 {
    padding-right: 20px;
    padding-left: 20px;
  }
  html body .row_gap_80 {
    row-gap: 40px;
  }
  html body .col_gap_45 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  html body .fs20,
  html body h4,
  html body .filter_btn {
    font-size: 16px;
  }
  html body .fs18 {
    font-size: 14px;
  }
  html body h5,
  html body .btn {
    font-size: 14px !important;
  }
  html body h2 {
    font-size: 22px;
  }
  html body h1,
  html body .fs36 {
    font-size: 28px;
  }
  html body h3 {
    font-size: 20px;
  }
  html body .fs24 {
    font-size: 18px;
  }
  html body .mb100 {
    margin-bottom: 50px;
  }
  html body .mb50 {
    margin-bottom: 30px;
  }
  html body .mb130 {
    margin-bottom: 60px;
  }
  html body #preloader {
    height: 100%;
  }
  html body #preloader #logo_svgs {
    height: 95px;
    width: 40px;
  }
  html body #preloader #logo_svgs #living {
    width: 125px;
    height: 15px;
  }
  html body #preloader #logo_svgs #core {
    height: 60px;
  }
  html body #preloader #logo_svgs.animate {
    width: 210px;
  }
  html body #preloader #logo_svgs.animate #core #cor {
    transform: translateX(-50px);
  }
  html body #scroll_btn {
    display: none;
  }
  html body header {
    padding: 15px 20px;
  }
  html body header #nav_toggle {
    right: 20px;
  }
  html body header nav {
    top: 81px;
    height: calc(100% - 81px);
  }
  html body header nav #nav {
    row-gap: 25px;
  }
  html body header nav #nav li a {
    font-size: 18pxs;
  }
  html body .parallax {
    height: 200px;
    padding: 0 20px;
  }
  html body .parallax p {
    font-size: 20px;
  }
  html body .flex.align_stretch {
    align-items: flex-start !important;
  }
  html body .e.block {
    width: 30px;
  }
  html body #page-home #hero,
  html body #page-rent.details_page #hero,
  html body #page-communities.details_page #hero {
    height: 100%;
  }
  html body .sbb.pb15 {
    padding-bottom: 8px;
  }
  html body .learn.abs {
    position: static;
  }
  html body #communities_properties_wrapper {
    row-gap: 20px;
  }
  html body footer .w1440.flex {
    row-gap: 30px;
  }
  html body footer .w1440.flex .center {
    position: static;
    transform: none;
    align-items: flex-start;
    row-gap: 10px;
  }
  html body footer .w1440.flex .align_end {
    align-items: flex-start;
    row-gap: 10px;
  }
  html body footer .w1440.flex .align_end img {
    width: 30px !important;
  }
  html body a.btn.arrow.mr20 {
    margin-right: 0;
    margin-bottom: 20px;
  }
  html body #search_form {
    align-items: flex-start;
  }
  html body #search_form .select_wrapper {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }
  html body #search_form .select_wrapper .bar {
    display: none;
  }
  html body .bb.ptb15.flex {
    row-gap: 10px;
  }
  html body#page-about .w250 {
    max-width: 43%;
  }
  html body#page-about .w250:first-child {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */