@charset "UTF-8";
@font-face {
  font-family: "aktiv-grotesk-thin", sans-serif;
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* varibles */
/* CSS Document */
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html body {
  line-height: 1;
}
html ol, html ul {
  list-style: none;
}
html blockquote, html q {
  quotes: none;
}
html blockquote:before, html blockquote:after,
html q:before, html q:after {
  content: "";
  content: none;
}
html ins {
  text-decoration: none;
}
html del {
  text-decoration: line-through;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}
html a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}
html a:hover {
  text-decoration: none;
  color: #B29046;
}
html ul {
  margin: 0;
}
html strong {
  font-weight: bold;
}
html b {
  font-weight: bold;
}
html i {
  font-style: italic;
}
html button {
  border: none;
  background: none;
}
html textarea {
  resize: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
html div::-webkit-scrollbar {
  width: 0 !important;
}
html div {
  overflow: -moz-scrollbars-none;
}
html div {
  -ms-overflow-style: none;
}
html button:focus {
  outline: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html input:focus, html input[type=checkbox]:focus {
  outline: none;
}
html textarea:focus {
  outline: none;
}
html select:focus {
  outline: none;
}

body {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 300;
  font-size: 19px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.no-overflow, body.no-scroll {
  overflow: hidden !important;
}
body p {
  line-height: 1.5;
}
body p b {
  font-size: 18px;
  font-weight: 700;
}

h1 {
  font-weight: 200;
  font-size: 110px;
  line-height: 0.9;
}

h2 {
  font-weight: 200;
  font-size: 80px;
  text-transform: capitalize;
}

h3 {
  font-size: 60px;
  line-height: 1;
  text-transform: capitalize;
}

h4 {
  font-size: 40px;
  line-height: 1;
  text-transform: capitalize;
}

h5 {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

h6 {
  font-size: 25px;
  line-height: 1.1;
}

p.large {
  font-size: 30px;
  line-height: 1.3;
}

.link_text {
  font-size: 18px;
  text-transform: uppercase;
}

.link {
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 2px solid #B29046;
  white-space: nowrap;
  padding-bottom: 4px;
}
.link img {
  padding: 0 5px;
}

.gold_square {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #B29046;
}

.text-gold {
  color: #B29046;
}

a {
  cursor: pointer;
}

.p_title {
  letter-spacing: 3px;
}

/* ------------- MENU --------------- */
.hamburger {
  position: relative;
  padding: 10px;
  z-index: 10;
  width: auto;
  height: 46px;
  z-index: 101;
  border: 1px solid transparent;
}
.hamburger.is-active {
  border: none;
}
.hamburger:hover, .hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  background-color: #B29046;
  height: 2px;
  border-radius: 0px;
  width: 100%;
}
.hamburger .hamburger-inner:before {
  top: -10px;
}
.hamburger .hamburger-inner:after {
  bottom: -10px;
}
.hamburger .hamburger-box {
  width: 24px;
  transition: 0.4s;
}
.hamburger .hamburger-box:hover {
  transform: scale(1.1);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #B29046;
}

.side_header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 120px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  color: #fff;
  z-index: 10;
}
.side_header .top,
.side_header .bottom {
  height: 50%;
  width: 100%;
}
.side_header .top {
  background: #414141;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side_header .bottom {
  background: #000;
  display: flex;
  align-items: center;
  position: relative;
}
.side_header .bottom .link_text {
  position: absolute;
  white-space: nowrap;
  transform: rotate(270deg) translateY(-100%);
  transform-origin: bottom;
}
.side_header .bottom .link_text img {
  transition: all 0.3s;
  margin-left: 15px;
}
.side_header .bottom .link_text:hover img {
  margin-left: 20px;
}

nav ul li {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
nav ul li:hover a, nav ul li.active a {
  color: #B29046;
}

.expanded_menu {
  width: 700px;
  background: #3A3B3B;
  padding: 55px;
  padding-left: 200px;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translate(-100%, 0);
  transition: transform 0.3s;
  z-index: 9;
  color: #fff;
}
.expanded_menu nav ul li {
  margin-bottom: 25px;
}
.expanded_menu p {
  font-size: 18px;
}
.expanded_menu > div {
  height: 50%;
}
.expanded_menu > div:last-of-type {
  border-top: 1px solid #BBBDBF;
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.expanded_menu > div:last-of-type .row {
  display: flex;
  height: 100%;
  align-content: space-between;
}
.expanded_menu.expanded {
  transform: translate(0, 0);
}

/* ------------- MENU END --------------- */
/* ---------------- HEADER -------------- */
.hero {
  position: relative;
  color: #fff;
}
.hero:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero h2 {
  margin-bottom: 40px;
}
.hero nav {
  padding-top: 5px;
}
.hero .main_container {
  padding-top: 60px;
  padding-bottom: 80px;
  min-height: 100vh;
}
.hero .main_container > .flex-fill {
  min-height: calc(50vh - 80px);
}
.hero p.large {
  text-transform: capitalize;
}

/* ---------------- HEADER END -------------- */
/* --------------- MAIN CONTENT ---------------- */
#mainbody {
  padding-left: 120px;
}

.content {
  padding-top: 120px;
  padding-bottom: 120px;
}
.content h4 {
  margin-bottom: 35px;
}
.content p {
  margin-bottom: 20px;
}
.content p:last-of-type {
  margin-bottom: 35px;
}

.number_styles p.number {
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.number_styles p.text {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.number_styles .line {
  margin-bottom: 25px;
  width: 32px;
  height: 5px;
  background: #414141;
}
.number_styles p:not(.number):not(.text) {
  margin-bottom: 0;
}

.full_img {
  min-height: 65vh;
  padding-top: 130px;
  padding-bottom: 130px;
  color: #fff;
}

/* --------------- MAIN CONTENT END ---------------- */
/* ---------------- FORM STYLES ------------------ */
.form {
  position: relative;
  margin: 0 auto;
  transition: all 0.4s;
  overflow: hidden;
}
.form input[type=text],
.form input[type=search],
.form input[type=tel],
.form input[type=number],
.form input[type=email],
.form input[type=password],
.form textarea,
.form select {
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: none;
  color: #fff;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  border-bottom: 1px solid #fff;
  outline: none;
  border-radius: 0;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 60px;
}
.form .other {
  color: #000;
}
.form textarea {
  margin-bottom: 20px;
}
.form input[type=text]::placeholder,
.form input[type=search]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=number]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
.form select::placeholder,
.form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  text-transform: uppercase;
}
.form input[type=text]:-ms-input-placeholder,
.form input[type=search]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder,
.form input[type=number]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=password]:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  text-transform: uppercase;
}
.form input[type=text]::-ms-input-placeholder,
.form input[type=search]::-ms-input-placeholder,
.form input[type=tel]::-ms-input-placeholder,
.form input[type=number]::-ms-input-placeholder,
.form input[type=email]::-ms-input-placeholder,
.form input[type=password]::-ms-input-placeholder,
.form select::-ms-input-placeholder,
.form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  text-transform: uppercase;
}
.form select option[default] {
  text-transform: uppercase;
}
.form select {
  background: url("../img/communities/community_details/select_arrow.png") no-repeat right center;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #000;
}
.form .missing input[type=text],
.form .missing input[type=search],
.form .missing input[type=tel],
.form .missing input[type=number],
.form .missing input[type=email],
.form .missing input[type=password],
.form .missing textarea {
  border-bottom: 1px solid red;
}
.form .missing input[type=text]::placeholder,
.form .missing input[type=search]::placeholder,
.form .missing input[type=tel]::placeholder,
.form .missing input[type=number]::placeholder,
.form .missing input[type=email]::placeholder,
.form .missing input[type=password]::placeholder,
.form .missing textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}
.form .missing input[type=text]:-ms-input-placeholder,
.form .missing input[type=search]:-ms-input-placeholder,
.form .missing input[type=tel]:-ms-input-placeholder,
.form .missing input[type=number]:-ms-input-placeholder,
.form .missing input[type=email]:-ms-input-placeholder,
.form .missing input[type=password]:-ms-input-placeholder,
.form .missing textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}
.form .missing input[type=text]::-ms-input-placeholder,
.form .missing input[type=search]::-ms-input-placeholder,
.form .missing input[type=tel]::-ms-input-placeholder,
.form .missing input[type=number]::-ms-input-placeholder,
.form .missing input[type=email]::-ms-input-placeholder,
.form .missing input[type=password]::-ms-input-placeholder,
.form .missing textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.form .missing select {
  border-bottom: 1px solid red;
  color: red;
}
.form .checkbox {
  display: inline-block;
  position: relative;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  margin-right: 5px;
}
.form .checkbox input {
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 30px;
}
.form .checkbox label {
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  text-transform: none;
  color: #414141;
}
.form .checkbox input[type=radio]:checked + label,
.form .checkbox input[type=checkbox]:checked + label {
  background: #000;
  color: #fff;
}
.form .checkbox.missing label:before {
  border-color: red;
}
.form .disclaimer .checkbox {
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  margin-right: 0px;
}
.form .disclaimer .checkbox input {
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 30px;
}
.form .disclaimer .checkbox label {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  text-transform: none;
  line-height: 1.3;
  color: #fff;
  font-size: 13px;
}
.form .disclaimer .checkbox label:before {
  content: "";
  position: absolute;
  top: 15px;
  display: block;
  left: -5px;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #F8F8F8;
  border-image: initial;
  background: transparent;
  text-align: center;
  line-height: 23px;
  font-size: 20px;
}
.form .disclaimer .checkbox input[type=radio]:checked + label,
.form .disclaimer .checkbox input[type=checkbox]:checked + label {
  background: transparent;
  color: #fff;
}
.form .disclaimer .checkbox input[type=radio]:checked + label:before,
.form .disclaimer .checkbox input[type=checkbox]:checked + label:before {
  content: "✓";
  border-color: #FFFFFF;
  color: #fff;
}
.form .disclaimer .checkbox.missing label:before {
  border-color: red;
}
.form .disclaimer.interest .checkbox {
  padding: 0;
}
.form .disclaimer .missing .checkbox label:before {
  border-color: red;
}
.form .warning-message,
.form .error-message {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: red;
}
.form .thank_you_message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  text-align: center;
  transition: all 0.4s;
  background: #000;
  padding: 30px;
}
.form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.form .thank_you_message h4, .form .thank_you_message h5 {
  position: absolute;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.form .thank_you_message h5 {
  line-height: 1.4;
}
.form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
}
.form .link {
  color: #fff;
}
.form.form-done .thank_you_message {
  opacity: 1;
  z-index: 3;
}
.form.white_input input:-webkit-autofill,
.form.white_input input:-webkit-autofill:hover,
.form.white_input input:-webkit-autofill:focus,
.form.white_input input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #fff;
}

/* ---------------- FORM STYLES END ------------------ */
/* ---------------- HOME -------------- */
#home .hero {
  background: url("../img/home/hero.jpg") right bottom;
  background-size: cover;
}

.numbers {
  padding-bottom: 100px;
}
.numbers .container > div {
  text-align: center;
  padding-bottom: 15px;
}
.numbers .container > div > div {
  display: inline-block;
  text-align: left;
}
.numbers .container > div:last-of-type {
  border-right: none;
}
.numbers p.number {
  font-size: 72px;
}
.numbers p.number span {
  font-size: 40px;
}
.numbers p.number .lower {
  font-size: 40px;
}
.numbers h5 {
  white-space: nowrap;
  line-height: 1.2;
  margin-bottom: 0;
  color: #B29046;
}

.portfolio_slider {
  position: relative;
}
.portfolio_slider:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(187, 189, 191);
  background: linear-gradient(180deg, rgb(187, 189, 191) 0%, rgba(214, 215, 217, 0.6040791317) 20%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.portfolio_slider .projects_slider .my_slide {
  height: 1100px;
  max-height: 87vh;
}
.portfolio_slider .projects_slider .my_slide > .d-flex .project_item:nth-of-type(1),
.portfolio_slider .projects_slider .my_slide > .d-flex .project_item:nth-of-type(4) {
  width: calc(50% - 8px);
  height: calc(65% - 8px);
}
.portfolio_slider .projects_slider .my_slide > .d-flex .project_item:nth-of-type(2),
.portfolio_slider .projects_slider .my_slide > .d-flex .project_item:nth-of-type(3) {
  width: calc(50% - 8px);
  height: calc(35% - 8px);
}
.portfolio_slider .projects_slider .project_item .heading {
  height: 85px;
  display: flex;
  text-align: center;
  color: #fff;
}
.portfolio_slider .projects_slider .project_item .heading h5 {
  margin-bottom: 0;
}
.portfolio_slider .projects_slider .project_item .heading .name {
  width: 58%;
  background: #B29046;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio_slider .projects_slider .project_item .heading .link_box {
  width: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.portfolio_slider .projects_slider .project_item .heading .link_box h5 {
  padding-right: 20px;
  position: relative;
}
.portfolio_slider .projects_slider .project_item .heading .link_box h5:after {
  position: absolute;
  transition: all 0.3s;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  width: 13px;
  height: 26px;
  background: url("../img/small_arrow.svg") center;
  background-size: contain;
}
.portfolio_slider .projects_slider .project_item .heading .link_box:hover h5:after {
  right: -4px;
}
.portfolio_slider .projects_slider .slick-dots {
  text-align: right;
  padding-top: 10px;
}
.portfolio_slider .projects_slider .slick-dots li {
  display: inline-block;
  margin-left: 10px;
}
.portfolio_slider .projects_slider .slick-dots li button {
  background: #fff;
  color: transparent;
  font-size: 0px;
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid #414141;
  transition: 0.3s all;
}
.portfolio_slider .projects_slider .slick-dots li button:hover {
  background: #B29046;
}
.portfolio_slider .projects_slider .slick-dots li.slick-active button {
  background: #B29046;
  border: 1px solid #B29046;
}

.grid_items .item {
  margin-bottom: 25px;
}
.grid_items .item .image {
  height: 500px;
}
.grid_items .item .heading {
  height: 85px;
  width: 100%;
  display: flex;
  text-align: center;
  color: #fff;
}
.grid_items .item .heading h5 {
  margin-bottom: 0;
}
.grid_items .item .heading .name {
  width: 57%;
  background: #B29046;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid_items .item .heading .link_box {
  width: 43%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.grid_items .item .heading .link_box h5 {
  padding-right: 20px;
  position: relative;
}
.grid_items .item .heading .link_box h5:after {
  position: absolute;
  transition: all 0.3s;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  width: 13px;
  height: 26px;
  background: url("../img/small_arrow.svg") center;
  background-size: contain;
}
.grid_items .item .heading .link_box:hover h5:after {
  right: -4px;
}
.grid_items .item .description {
  width: 100%;
  background: rgb(162, 162, 162);
  background: linear-gradient(25deg, rgba(162, 162, 162, 0.9822303922) 0%, rgba(216, 217, 219, 0.6040791317) 50%, rgba(255, 255, 255, 0) 100%);
  text-align: center;
  padding: 50px 10px;
}
.grid_items .item .description p {
  line-height: 1.3;
  text-align: center;
}

/* ---------------- HOME END -------------- */
/* ---------------- ABOUT -------------- */
#about .hero {
  background: url("../img/about/hero.jpg") right bottom;
  background-size: cover;
}
#about .investments {
  margin-bottom: -120px;
}
#about .steps {
  position: relative;
  padding-top: 250px;
  padding-bottom: 100px;
}
#about .steps:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(187, 189, 191);
  background: linear-gradient(180deg, rgb(187, 189, 191) 0%, rgba(214, 215, 217, 0.6040791317) 70%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
#about .steps .text {
  padding: 30px 40px 40px;
  background: #fff;
  min-height: 610px;
}
#about .steps .text h4 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #B29046;
}
/* ---------------- ABOUT END -------------- */
/* ---------------- INVEST -------------- */
#invest .hero {
  background: url("../img/invest/hero.jpg") center;
  background-size: cover;
}
#invest .stats .box {
  position: relative;
  width: 1200px;
  margin-left: auto;
  max-width: 100%;
  margin-top: -15%;
  background: #414141;
  padding: 140px;
}
#invest .stats .box .numbers {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
#invest .stats .box .numbers > div {
  width: 50%;
  text-align: center;
}
#invest .stats .box .numbers > div:nth-of-type(1), #invest .stats .box .numbers > div:nth-of-type(2) {
  padding-bottom: 50px;
}
#invest .stats .box .numbers > div:nth-of-type(3), #invest .stats .box .numbers > div:nth-of-type(4) {
  padding-top: 30px;
}
#invest .stats .box .numbers p.number {
  line-height: 1.3;
  color: #fff;
}
#invest .stats .box .numbers::before, #invest .stats .box .numbers::after {
  position: absolute;
  content: "";
  background: #BBBDBF;
}
#invest .stats .box .numbers::before {
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translate(0, -50%);
}
#invest .stats .box .numbers::after {
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
#invest .stats .box .gold_square {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%);
}
#invest .stats {
  background: rgb(187, 189, 191);
  background: linear-gradient(90deg, rgb(187, 189, 191) 0%, rgba(214, 215, 217, 0.6040791317) 30%, rgba(255, 255, 255, 0) 100%);
}
#invest .stats_description {
  background: rgb(187, 189, 191);
  background: linear-gradient(90deg, rgb(187, 189, 191) 0%, rgba(214, 215, 217, 0.6040791317) 30%, rgba(255, 255, 255, 0) 100%);
}
#invest .method {
  color: #fff;
  background: #414141;
}
#invest .method h3 {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #fff;
}
#invest .method .line {
  background: #B29046;
}
#invest .method .container {
  position: relative;
}
#invest .method .slider_arrow {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 52px;
  height: 52px;
  background: url("../img/slider_arrow.svg") no-repeat center #B29046;
  background-size: 13px auto;
  cursor: pointer;
}
#invest .method .slider_arrow.arrow_left {
  transform: translate(-130%, 100%);
}
#invest .method .slider_arrow.arrow_right {
  transform: translate(0, 100%) rotate(180deg);
}
#invest .our_advantage .box {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #BBBDBF;
}
#invest .our_advantage .box:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 10%;
  width: 20%;
  height: 3px;
  background: #B29046;
}
#invest .our_advantage .box.no_border {
  border-bottom: none;
}
#invest .our_advantage .box.no_border:after {
  display: none;
}

/* ---------------- INVEST END -------------- */
/* ---------------- PORTFOLIO -------------- */
#portfolio .hero {
  background: url("../img/portfolio/hero.jpg") center top;
  background-size: cover;
}
#portfolio .search_parameter p.clear {
  font-size: 12px;
  cursor: pointer;
  padding-top: 5px;
}
#portfolio .search_parameter input,
#portfolio .search_parameter select {
  font-size: 16px;
  color: #414141;
  line-height: 40px;
  border-bottom: 1px solid #B29046;
  margin-bottom: 10px;
  padding-bottom: 0;
}
#portfolio .search_parameter input::placeholder,
#portfolio .search_parameter select::placeholder {
  opacity: 1;
  color: #414141;
}
#portfolio .search_parameter select {
  background: url("../img/select_arrow.svg") no-repeat 97% center;
}

#portfolio_details .value {
  position: relative;
  padding: 40px;
  background: rgb(162, 162, 162);
  background: linear-gradient(215deg, rgba(162, 162, 162, 0.9822303922) 0%, rgba(216, 217, 219, 0.6040791317) 70%, rgba(255, 255, 255, 0) 100%);
}
#portfolio_details .value p.small {
  font-size: 16px;
  margin-bottom: 0;
}
#portfolio_details .value p.price {
  font-size: 34px;
}
#portfolio_details .value::before {
  position: absolute;
  content: "";
  top: 30%;
  left: 0;
  transform: translate(-50%, 0);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #B29046;
}
#portfolio_details #gallery .gallery_slider_container {
  position: relative;
  border-top: 1px solid #BBBDBF;
  border-bottom: 1px solid #BBBDBF;
  padding: 50px 0;
}
#portfolio_details #gallery .gallery_slider_container::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 10%;
  height: 3px;
  background: #B29046;
}
#portfolio_details #gallery .gallery_slider_container .slider_arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 5px;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
#portfolio_details #gallery .gallery_slider_container .slider_arrow.arrow_left {
  left: 0;
}
#portfolio_details #gallery .gallery_slider_container .slider_arrow.arrow_right {
  right: 0;
}
#portfolio_details #gallery .gallery_slider_container .slick-slide img {
  height: 700px;
  margin: 0 auto;
}
#portfolio_details #gallery .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
}
#portfolio_details #gallery .slider_controls {
  padding-top: 20px;
}
#portfolio_details #gallery .slider_controls .img {
  display: inline-block;
  width: 125px;
  height: 80px;
  margin-right: 10px;
  cursor: pointer;
}
#portfolio_details #gallery .slider_controls .img.active {
  opacity: 0.6;
}

/* ---------------- PORTFOLIO END -------------- */
/* ---------------- NEWS -------------- */
#news .hero {
  background: url("../img/news/hero.jpg") center;
  background-size: cover;
}
#news .categories {
  padding-top: 20px;
}
#news .categories ul li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  font-size: 22px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}
#news .categories ul li:after {
  content: "";
  position: absolute;
  right: -15px;
  height: 100%;
  width: 1px;
  background: #000;
}
#news .categories ul li.active, #news .categories ul li:hover {
  color: #B29046;
}
#news .categories ul li.active:before, #news .categories ul li:hover:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #B29046;
}
#news .categories ul li:last-of-type:after {
  display: none;
}
#news .categories select {
  font-size: 16px;
  color: #414141;
  line-height: 40px;
  border-bottom: 1px solid #B29046;
  margin-bottom: 10px;
  padding-bottom: 0;
  background: url("../img/select_arrow.svg") no-repeat 97% center;
}

#news_detail .post_content > .container:first-of-type {
  border-bottom: 1px solid #BBBDBF;
}

/* ---------------- NEWS END -------------- */
/* ---------------- TEAM -------------- */
#team .hero {
  background: url("../img/team/hero.jpg") center;
  background-size: cover;
}
#team .minus {
  position: absolute;
  right: 30px;
  bottom: 35px;
  width: 25px;
  height: 5px;
  background: #000;
  cursor: pointer;
}
#team .minus:after {
  position: absolute;
  content: "";
  z-index: 2;
  left: -7px;
  bottom: -10px;
  top: -15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#team .team_item {
  position: relative;
  padding-left: 50px;
  padding-right: 100px;
  border-right: 1px solid #B29046;
  width: 25%;
  margin-bottom: 40px;
}
#team .team_item h4 {
  font-size: 34px;
  color: #B29046;
  white-space: pre;
}
#team .team_item p {
  margin-bottom: 15px;
  margin-top: 2px;
  min-height: 50px;
  line-height: 1.2;
}
#team .team_item .minus.plus:after {
  position: absolute;
  content: "";
  z-index: 2;
  left: -7px;
  bottom: -10px;
  top: -15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#team .team_item .minus.plus:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
#team .team_details {
  position: fixed;
  top: 0;
  left: 120px;
  right: 0;
  bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  transform: translate(100%, 0);
  transition: transform 0.4s;
  background: white;
  z-index: 8;
}
#team .team_details .minus {
  position: relative;
  right: auto;
  bottom: auto;
  margin-bottom: 50px;
}
#team .team_details h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
#team .team_details p {
  margin-bottom: 10px;
}
#team .team_details.open {
  transform: translate(0, 0);
  max-height: 100vh;
  overflow-y: scroll;
}

/* ---------------- TEAM END -------------- */
/* ---------------- FOOTER -------------------- */
#get_in_touch {
  background: url("../img/footer_form_bg.jpg") center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 200px;
  color: #fff;
}
#get_in_touch h1 {
  margin-bottom: 120px;
}

#footer {
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
  background: #414141;
  color: #fff;
}
#footer .menu {
  padding-bottom: 280px;
}
#footer p.title {
  font-weight: 200;
  font-size: 27px;
}
#footer .disclaimer {
  padding-top: 40px;
}
#footer .disclaimer p {
  font-size: 12px;
  line-height: 1.4;
}
#footer .disclaimer p span {
  color: #fff;
}

/* ---------------- FOOTER END ----------------- */
/* --- active links ---- */
.article-news .menu_container ul li a[href="/news"],
.article-news .footer ul li a[href="/news"],
.article-post_page .menu_container ul li a[href="/news"],
.article-post_page .footer ul li a[href="/news"] {
  color: #B29046;
}

/* -------------- RESPONSIVE ------------------ */
@media (min-width: 1501px) {
  #news .grid_items .item .image {
    height: 400px;
  }
}
@media (max-width: 1700px) {
  .side_header {
    width: 100px;
  }
  .expanded_menu {
    width: 680px;
    padding-left: 160px;
  }
  h1 {
    font-size: 100px;
  }
  h4 {
    font-size: 36px;
    line-height: 1.1;
  }
  p.large {
    font-size: 28px;
  }
  #mainbody {
    padding-left: 100px;
  }
  .numbers p.number {
    font-size: 64px;
  }
  .numbers p.number span {
    font-size: 36px;
  }
  .content {
    padding-top: 110px;
    padding-bottom: 100px;
  }
  #get_in_touch {
    padding-top: 140px;
    padding-bottom: 160px;
  }
  #get_in_touch h1 {
    margin-bottom: 100px;
  }
  #about .investments {
    margin-bottom: -60px;
  }
  #about .steps {
    padding-top: 210px;
  }
  #about .steps .text {
    min-height: 630px;
  }
  #about .principles {
    padding-top: 50px;
  }
  #invest .stats .box {
    width: 1000px;
    padding: 125px 110px;
  }
  #team .team_item h4 {
    font-size: 28px;
  }
  #team .team_item p.title {
    font-size: 14px;
  }
  #team .team_details {
    left: 100px;
  }
}
@media (max-width: 1500px) {
  body {
    font-size: 19px;
  }
  h1 {
    font-size: 80px;
  }
  h2 {
    font-size: 70px;
  }
  h4 {
    font-size: 32px;
  }
  .side_header {
    width: 90px;
  }
  #mainbody {
    padding-left: 90px;
  }
  .p_title {
    letter-spacing: 2px;
  }
  .content h4 {
    margin-bottom: 30px;
  }
  .number_styles p.number {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .number_styles p.text {
    font-size: 26px;
    letter-spacing: 1px;
  }
  .numbers p.number {
    font-size: 54px;
  }
  .numbers p.number span {
    font-size: 30px;
  }
  .numbers h5 {
    white-space: wrap;
  }
  .portfolio_slider {
    padding-bottom: 0;
  }
  .portfolio_slider .projects_slider .project_item .heading {
    flex-wrap: wrap;
  }
  .portfolio_slider .projects_slider .project_item .heading .name {
    width: 100%;
  }
  .portfolio_slider .projects_slider .project_item .heading .link_box {
    width: 100%;
  }
  #about .steps {
    padding-top: 120px;
  }
  #about .steps .text {
    min-height: 610px;
  }
  #about .steps .text h4 {
    padding-bottom: 20px;
  }
  #about .investments {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  #invest .stats .box {
    width: 870px;
    padding: 100px 60px;
  }
  #news .categories ul li {
    font-size: 20px;
    margin-right: 20px;
  }
  #news .categories ul li::after {
    right: -12px;
  }
  #team .team_item {
    width: 33%;
  }
  #get_in_touch {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 65px;
  }
  h3 {
    font-size: 50px;
  }
  h4 {
    font-size: 28px;
  }
  p.large {
    font-size: 24px;
  }
  .link {
    font-size: 16px;
  }
  .side_header {
    width: 80px;
  }
  nav ul li {
    font-size: 14px;
    letter-spacing: 1px;
  }
  #mainbody {
    padding-left: 80px;
  }
  .numbers .container {
    width: 80%;
  }
  .portfolio_slider .projects_slider .my_slide {
    max-height: 80vh;
  }
  #get_in_touch {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  #about .steps .text {
    padding: 40px;
    min-height: auto;
  }
  #about .principles {
    padding-bottom: 50px;
  }
  #invest .stats .box {
    width: 100%;
    padding: 80px 60px;
  }
  #invest .our_advantage .box.no_border {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #portfolio_details #gallery .gallery_slider_container .slick-slide img {
    height: 600px;
  }
  #news .categories ul li {
    font-size: 16px;
  }
  #team .team_item {
    padding-left: 40px;
    padding-right: 80px;
  }
  #team .team_item h4 {
    font-size: 24px;
  }
  #team .team_details {
    left: 80px;
  }
  #footer .menu {
    padding-bottom: 200px;
  }
}
@media (max-width: 991px) {
  .side_header {
    bottom: auto;
    right: 0;
    width: 100%;
  }
  .side_header .logo {
    margin-left: 10px;
    width: 130px;
  }
  .side_header .top {
    height: auto;
    width: 50%;
    justify-content: flex-start;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .side_header .bottom {
    height: auto;
    width: 50%;
    justify-content: center;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .side_header .bottom .link_text {
    transform: none;
  }
  .expanded_menu {
    padding-left: 65px;
    padding-top: 100px;
    width: 450px;
    max-width: 80%;
    min-width: 50%;
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .expanded_menu nav ul li {
    margin-bottom: 35px;
  }
  .expanded_menu > div {
    width: 100%;
    height: auto;
  }
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 38px;
  }
  p.large {
    font-size: 22px;
  }
  .full_img {
    min-height: 50vh;
  }
  .numbers .container > div {
    width: 50%;
    padding-right: 30px;
  }
  .numbers p.number {
    font-size: 50px;
  }
  .portfolio_slider:before {
    width: 70%;
  }
  .portfolio_slider .projects_slider .my_slide {
    height: 700px;
    min-height: 600px;
  }
  #mainbody {
    padding-left: 0;
  }
  #about .investments .content {
    padding-bottom: 50px;
  }
  #about .steps:before {
    background: rgb(187, 189, 191);
    background: linear-gradient(180deg, rgb(187, 189, 191) 0%, rgba(214, 215, 217, 0.6040791317) 70%, rgba(214, 215, 217, 0.3) 100%);
  }
  #invest .stats {
    padding-top: 20px;
  }
  #invest .stats .box {
    margin-top: 0;
    padding: 65px 30px;
  }
  #invest .stats .box .numbers > div {
    padding: 0 15px;
  }
  #portfolio_details #gallery .gallery_slider_container .slick-slide img {
    height: 500px;
  }
  #news .categories ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #news .categories ul li:after {
    display: none;
  }
  #get_in_touch h1 {
    font-size: 46px;
    margin-bottom: 80px;
  }
  #team .team_item {
    width: 50%;
  }
  #team .team_details {
    left: 0;
  }
  #footer .menu {
    padding-bottom: 30px;
  }
  #footer nav ul li {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-height: 800px) {
  .expanded_menu > div:last-of-type {
    padding-top: 20px;
  }
  .expanded_menu > div:last-of-type .row > div:not(.social) {
    display: none;
  }
}
@media (max-height: 900px) and (max-width: 991px) {
  .expanded_menu {
    width: 330px;
  }
  .expanded_menu > div:last-of-type {
    padding-top: 20px;
  }
  .expanded_menu > div:last-of-type .row > div:not(.social) {
    display: none;
  }
}
@media (max-width: 576px) {
  body {
    font-size: 17px;
  }
  .expanded_menu {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    width: 250px;
  }
  .expanded_menu > div:last-of-type {
    padding-top: 30px;
  }
  .hamburger .hamburger-inner:before {
    top: -9px;
  }
  .hamburger .hamburger-inner:after {
    bottom: -9px;
  }
  h1 {
    font-size: 42px;
    line-height: 1.1;
  }
  h2 {
    font-size: 42px;
  }
  h6 {
    font-size: 22px;
  }
  p.large {
    font-size: 20px;
  }
  .link {
    font-size: 15px;
  }
  .content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .full_img {
    min-height: 65vh;
  }
  .side_header .top {
    width: 55%;
  }
  .side_header .bottom {
    width: 45%;
  }
  .side_header .bottom .link_text {
    font-size: 16px;
  }
  .side_header .bottom .link_text img {
    padding-bottom: 4px;
    margin-left: 10px;
  }
  .side_header .logo {
    margin-left: 10px;
    width: 110px;
  }
  .container {
    max-width: 100%;
  }
  .hero .main_container {
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .numbers .container {
    width: auto;
  }
  .numbers .container > div {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
  .numbers .container > div > div {
    text-align: center;
  }
  .portfolio_slider {
    padding-bottom: 0;
  }
  .portfolio_slider:before {
    width: 100%;
  }
  .grid_items .item {
    margin-bottom: 25px;
  }
  .grid_items .item .image {
    height: 380px;
  }
  .grid_items .item .heading {
    flex-wrap: wrap;
    height: 100px;
  }
  .grid_items .item .heading .name {
    width: 100%;
  }
  .grid_items .item .heading .link_box {
    width: 100%;
  }
  .grid_items .item .description {
    padding: 40px 10px;
  }
  #about .steps {
    padding-top: 80px;
  }
  #about .principles p.number {
    font-size: 32px;
  }
  #about .principles p.text {
    font-size: 24px;
  }
  #about .principles p:last-of-type {
    margin-bottom: 0;
  }
  #invest .stats .box .numbers:after {
    display: none;
  }
  #invest .stats .box .numbers:before {
    display: none;
  }
  #invest .stats .box .numbers > div {
    width: 100%;
    padding: 0 !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px;
    border-bottom: 1px solid #BBBDBF;
  }
  #invest .stats .box .numbers > div:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0 !important;
    border-bottom: none;
  }
  #portfolio_details #gallery .gallery_slider_container .slick-track {
    height: 100vw;
  }
  #portfolio_details #gallery .gallery_slider_container .slick-slide img {
    max-height: 100vw;
    height: auto;
  }
  #portfolio_details #gallery .slider_controls .img {
    max-width: calc(25% - 10px);
    height: 65px;
  }
  #team .team_item {
    margin-bottom: 50px;
    width: 90%;
    margin-left: 5%;
  }
  #get_in_touch {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
/* -------------- RESPONSIVE END ------------------ */