@charset "UTF-8";
@font-face {
  font-family: "Delta-BQ";
  src: url("fonts/Delta_BQ_Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Delta-Jaeger";
  src: url("fonts/Delta_Jaeger_Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PFRegalDisplay";
  src: url("fonts/PFRegalDisplayPro-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PFRegalDisplay italic";
  src: url("fonts/PFRegalDisplayPro-Italic.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  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;
}
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 {
  line-height: 1;
}
body ol, body ul {
  list-style: none;
}
body blockquote, body q {
  quotes: none;
}
body blockquote:before, body blockquote:after,
body q:before, body q:after {
  content: "";
  content: none;
}
body ins {
  text-decoration: none;
}
body del {
  text-decoration: line-through;
}
body table {
  border-collapse: collapse;
  border-spacing: 0;
}
body a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
}
body ul {
  margin: 0;
}
body strong {
  font-weight: bold;
}
body b {
  font-weight: 400;
}
body i {
  font-style: italic;
}
body button {
  border: none;
  background: none;
}
body textarea {
  resize: none;
}
body input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
body div::-webkit-scrollbar {
  width: 0 !important;
}
body div {
  overflow: -moz-scrollbars-none;
}
body div {
  -ms-overflow-style: none;
}
body button:focus {
  outline: none;
}
body input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input:focus, body input[type=checkbox]:focus {
  outline: none;
}
body textarea:focus {
  outline: none;
}
body select:focus {
  outline: none;
}
body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body iframe {
  display: block;
  width: 100%;
  border: 0;
}
body div.iframe iframe {
  position: absolute;
  top: -15px;
  left: 0;
  height: 140.5vw;
}
body a {
  color: inherit;
  text-decoration: none;
}
body button {
  -webkit-appearance: none;
}
body .img-fluid {
  max-width: 100%;
}

/* defaults end */
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  background: #000;
  line-height: 1.4;
  margin: 0;
  position: relative;
}
body::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
  transition: 0.3s all;
}
body.no-scroll {
  overflow: hidden !important;
}
body.has-overlay::after {
  background: black;
  z-index: 2;
}

.hamburger {
  padding: 5px;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  background-color: #fff;
  height: 2px;
  border-radius: 0px;
  width: 100%;
}
.hamburger .hamburger-inner:before {
  top: -6px;
}
.hamburger .hamburger-inner:after {
  bottom: -6px;
}
.hamburger .hamburger-box {
  width: 24px;
  height: 18px;
  margin-top: 5px;
}
.hamburger.is-active:hover, .hamburger:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}

.top_video_container {
  position: relative;
  overflow: hidden;
}
.top_video_container::before {
  position: absolute;
  content: "";
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.top_video_container .container {
  position: relative;
  z-index: 2;
}

.background_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 133.3333333333vh;
  min-width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#home .background_video {
  width: 240vh;
}

/* PAGE STYLES */
h1, h2 {
  font-size: 63px;
  font-family: "PFRegalDisplay";
  line-height: 1.1;
  text-transform: none;
  margin: 0;
  margin-bottom: 40px;
}

h2 {
  font-size: 58px;
}

h3 {
  font-family: "PFRegalDisplay";
  font-size: 26px;
}
h3.large {
  font-size: 40px;
}

h4 {
  font-family: "PFRegalDisplay italic";
  font-size: 36px;
  line-height: 1.2;
}
h4 span {
  font-family: "PFRegalDisplay";
}

h5 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
h5.small {
  font-size: 20px;
  letter-spacing: 3px;
}

h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

p {
  line-height: 1.5;
}

a {
  cursor: pointer;
}

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #000;
  color: #fff;
  z-index: 11;
  display: none;
}
.policy_popup h2 {
  margin-bottom: 30px;
}
.policy_popup h2, .policy_popup h4, .policy_popup p {
  text-align: left;
}
.policy_popup h5 {
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: normal;
}
.policy_popup p {
  font-size: 16px;
  margin-bottom: 30px;
}
.policy_popup .main_logo {
  max-width: 60%;
  margin-bottom: 30px;
  width: 250px;
}
.policy_popup .inner_content {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  max-width: 1350px;
  padding: 10px 20px;
  margin: 0 auto;
}
.policy_popup .inner_content::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 9px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.policy_popup .inner_content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 9px;
  box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
.policy_popup .small_logo {
  margin-top: 30px;
}
.policy_popup .copyright {
  padding-top: 30px;
}
.policy_popup .copyright p {
  text-align: center;
}
.policy_popup .close_icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  cursor: pointer;
}

.show_message {
  cursor: pointer;
  position: relative;
}
.show_message:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.my_btn {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 400;
  text-align: left;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}
.my_btn img {
  width: 200px;
  transition: 0.3s all;
}
.my_btn:hover img {
  transform: translate(20px, 0);
}
.my_btn.down {
  position: relative;
  padding-left: 45px;
  transition: all 0.3s;
}
.my_btn.down:after {
  position: absolute;
  content: "";
  background: url("../img/arrow_down.png") no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 45px;
  transition: all 0.3s;
}
.my_btn.down:hover:after {
  top: 65%;
}

.arrow_link {
  cursor: pointer;
  transition: 0.3s all;
}
.arrow_link:hover {
  transform: translate(10px, 0);
}

.header {
  padding-top: 20px;
  padding-bottom: 5px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  transition: 0.3s all;
  z-index: 10;
}
.header .menu {
  position: relative;
  text-align: right;
}
.header .menu::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  background: rgba(112, 112, 112, 0.8);
}
.header .menu ul li {
  display: inline-block;
  position: relative;
  margin-left: 50px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 50px;
  opacity: 0.9;
  cursor: pointer;
}
.header .menu ul li:first-of-type {
  margin-left: 0;
}
.header .menu ul li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
}
.header .menu ul li:hover, .header .menu ul li.active {
  transition: 0.3s all;
  opacity: 1;
}
.header .menu ul li:hover:after, .header .menu ul li.active:after {
  opacity: 1;
}
.header.scrolled {
  position: fixed;
  top: 0;
  background: black;
}

.mh_100 {
  min-height: 100vh;
}

.mh_95 {
  min-height: 95vh;
}

.section_padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.first_div {
  padding-top: 250px;
}

.register_form {
  position: relative;
}
.register_form form .field {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.register_form form .field input,
.register_form form .field textarea,
.register_form form .field input:-webkit-autofill,
.register_form form .field input:-webkit-autofill:hover,
.register_form form .field input:-webkit-autofill:focus,
.register_form form .field textarea:-webkit-autofill,
.register_form form .field textarea:-webkit-autofill:hover,
.register_form form .field textarea:-webkit-autofill:focus,
.register_form form .field select:-webkit-autofill,
.register_form form .field select:-webkit-autofill:hover,
.register_form form .field select:-webkit-autofill:focus {
  width: 100%;
  font-size: 15px;
  padding: 0 15px;
  font-weight: 300;
  color: #fff;
  line-height: 40px;
  background: #222222;
  border: none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 0 #000 inset;
  transition: background-color 5000s ease-in-out 0s;
  border: none;
}
.register_form form .field input::placeholder,
.register_form form .field textarea::placeholder,
.register_form form .field input:-webkit-autofill::placeholder,
.register_form form .field input:-webkit-autofill:hover::placeholder,
.register_form form .field input:-webkit-autofill:focus::placeholder,
.register_form form .field textarea:-webkit-autofill::placeholder,
.register_form form .field textarea:-webkit-autofill:hover::placeholder,
.register_form form .field textarea:-webkit-autofill:focus::placeholder,
.register_form form .field select:-webkit-autofill::placeholder,
.register_form form .field select:-webkit-autofill:hover::placeholder,
.register_form form .field select:-webkit-autofill:focus::placeholder {
  color: #fff;
  letter-spacing: 2px;
  opacity: 1; /* Firefox */
  text-transform: uppercase;
}
.register_form form .field input::-ms-input-placeholder,
.register_form form .field textarea::-ms-input-placeholder,
.register_form form .field input:-webkit-autofill::-ms-input-placeholder,
.register_form form .field input:-webkit-autofill:hover::-ms-input-placeholder,
.register_form form .field input:-webkit-autofill:focus::-ms-input-placeholder,
.register_form form .field textarea:-webkit-autofill::-ms-input-placeholder,
.register_form form .field textarea:-webkit-autofill:hover::-ms-input-placeholder,
.register_form form .field textarea:-webkit-autofill:focus::-ms-input-placeholder,
.register_form form .field select:-webkit-autofill::-ms-input-placeholder,
.register_form form .field select:-webkit-autofill:hover::-ms-input-placeholder,
.register_form form .field select:-webkit-autofill:focus::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.register_form form .field textarea {
  width: 100%;
  height: 110px;
  line-height: 1.1;
  padding-top: 20px;
  text-align: left;
  line-height: 1.1;
}
.register_form form .field:not(.checkbox)::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/small_arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.register_form form .field.missing input,
.register_form form .field.missing textarea {
  border-bottom: 1px solid red;
}
.register_form form .checkbox {
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 0;
  text-align: left;
  margin-right: 0px;
  margin-bottom: 0;
}
.register_form form .checkbox input {
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 30px;
}
.register_form form .checkbox label {
  padding-top: 6px;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  line-height: 1.6;
  text-transform: none;
  font-size: 12px;
}
.register_form form .checkbox label:before {
  content: "";
  position: absolute;
  top: 10px;
  display: block;
  left: -5px;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #454343;
  border-image: initial;
  background: transparent;
  text-align: center;
  line-height: 23px;
  font-size: 20px;
}
.register_form form .checkbox input[type=radio]:checked + label:before,
.register_form form .checkbox input[type=checkbox]:checked + label:before {
  content: "✓";
  background: transparent;
  color: #fff;
}
.register_form form .checkbox.missing label:before {
  border-color: red;
}
.register_form form .realtor .field {
  width: auto;
}
.register_form form .realtor .checkbox label {
  padding-top: 10px;
  font-size: 15px;
}
.register_form form .thank_you_message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  display: none;
}
.register_form form .thank_you_message h3 {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
  padding: 0 20px;
}
.register_form form .thank_you_message .close_icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  cursor: pointer;
}
.register_form form.form-done .thank_you_message {
  display: block;
}
.register_form .required {
  font-size: 14px;
  margin-top: 10px;
}

.submit_btn {
  width: 50px;
  height: 20px;
  background: url("../img/submit_arrow.png") right center no-repeat;
  background-size: contain;
  cursor: pointer;
}

.login_form .submit_btn {
  color: #fff;
  padding-right: 110px;
}

.articles .container {
  border-top: 1px solid #707070;
}

.news .post .ratio {
  margin-bottom: 30px;
}
.news .post .main {
  margin-bottom: 30px;
}
.news .post h5 {
  margin-bottom: 10px;
}
.news .post .date {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.news .post .arrow_link {
  width: 50px;
}

.login_form_container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 11;
}

.login_form {
  position: absolute;
  width: 565px;
  max-width: 90%;
  padding: 40px 50px 25px 50px;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login_form form {
  width: 100%;
}
.login_form form input {
  line-height: 50px;
  padding: 0 20px;
  font-size: 18px;
  background: #222222;
  margin-bottom: 25px;
  width: 100%;
}
.login_form form input:last-of-type {
  margin-bottom: 40px;
}
.login_form form input::placeholder {
  color: #707070;
  opacity: 1; /* Firefox */
}
.login_form form input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #707070;
}
.login_form form .menu_btn {
  width: 100%;
}
.login_form .close_icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  cursor: pointer;
}

#home {
  position: relative;
}
#home .first_div {
  padding-top: 250px;
}
#home .hero::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
#home .strategy {
  background: url("../img/home/positive_impact.jpg") center;
  background-size: cover;
}
#home .strategy::before {
  background: rgb(0, 0, 0);
  background: linear-gradient(184deg, rgba(0, 0, 0, 0.0466561625) 0%, rgba(0, 0, 0, 0.6) 100%);
}

#about .hero {
  background: url("../img/about/hero.jpg") center bottom;
  background-size: cover;
  padding-bottom: 12vw;
}
#about .advantage .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
#about .title .container {
  border-bottom: 1px solid #707070;
}
#about .team {
  position: relative;
}
#about .team .va {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 150px;
}
#about .team_member .name {
  margin-top: -50px;
  margin-bottom: 50px;
}
#about .team_member .name h2 {
  margin-bottom: 5px;
}
#about .city {
  padding-top: 40vw;
}
#about .info [class^=col-lg] {
  position: relative;
}
#about .info [class^=col-lg]:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: calc(100% - 60px);
  border-right: 1px solid #707070;
}
#about .info [class^=col-lg]:nth-child(3n):after {
  border-right: none;
}
#about .info [class^=col-lg]:nth-child(1),
#about .info [class^=col-lg]:nth-child(2),
#about .info [class^=col-lg]:nth-child(3) {
  border-bottom: 1px solid #707070;
}

#portfolio .hero {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: flex-end;
}
#portfolio .hero:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#portfolio .hero:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/portfolio/thumb3.jpg") no-repeat center top;
  background-size: cover;
  z-index: -1;
}
#portfolio .project_popup_container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10;
  display: none;
}
#portfolio .project_popup_container .has_border {
  border-top: 1px solid #707070;
  padding-top: 50px;
  margin-top: 50px;
}
#portfolio .project_popup_container .project_container {
  position: absolute;
  width: 1800px;
  max-width: 100%;
  padding: 50px 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#portfolio .project_popup_container .project_container .close_icon {
  position: absolute;
  right: 20px;
  top: 0;
  cursor: pointer;
}
#portfolio .slider_container {
  position: relative;
}
#portfolio .slider_container .arrow {
  cursor: pointer;
}
#portfolio .slider_container .slick-dots li {
  display: inline-block;
  margin: 0 12px;
  border-radius: 50%;
  cursor: pointer;
}
#portfolio .slider_container .slick-dots li button {
  transition: 0.3s all;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
#portfolio .slider_container .slick-dots li.slick-active button {
  background: #fff;
}

#strategy .post {
  padding-bottom: 60px;
}

#news .hero {
  background: url("../img/news/hero.jpg") right bottom;
  background-size: cover;
}
#news .post h5 {
  margin-top: 30px;
}
#news .post .date {
  margin-bottom: 0;
}
#news .filter_container {
  display: flex;
  align-items: flex-end;
}
#news .filter_container h5 {
  width: 100px;
  margin: 0;
}
#news .filter_container .filter {
  flex-grow: 1;
  border-bottom: 1px solid #707070;
}
#news .filter_container .filter li {
  position: relative;
  display: inline-block;
  margin-left: 80px;
  padding-bottom: 15px;
  font-family: "PFRegalDisplay italic";
  font-size: 30px;
  color: #727272;
  cursor: pointer;
  transition: all 0.3s;
}
#news .filter_container .filter li.active, #news .filter_container .filter li:hover {
  font-family: "PFRegalDisplay";
  color: #fff;
}
#news .filter_container .filter li.active::after, #news .filter_container .filter li:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 3px;
  bottom: -2px;
  background: #fff;
}

#news_post .hero {
  background: url("../img/news/post/hero.jpg") right center;
  background-size: cover;
  min-height: 75vh;
}
#news_post .main_img {
  float: right;
  width: 45%;
  padding-left: 50px;
  padding-bottom: 30px;
}
#news_post p {
  margin-bottom: 40px;
}
#news_post ul {
  margin-bottom: 40px;
  padding-left: 30px;
}
#news_post ul li {
  list-style-type: decimal;
  margin-bottom: 20px;
}

#contact .hero {
  background: url("../img/contact/hero.jpg") center bottom;
  background-size: cover;
  min-height: 70vh;
}

#footer .container {
  padding-top: 50px;
  padding-bottom: 80px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
#footer h4 {
  margin-bottom: 30px;
}
#footer h6 {
  margin-bottom: 30px;
}
#footer p {
  font-size: 15px;
  line-height: 25px;
}
#footer .form-col {
  position: relative;
}
#footer .form-col:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: -45px;
  width: 1px;
  background: #707070;
}
#footer .copyright {
  font-size: 18px;
}

/* --------------- FOOTER -------------------- */
/* --- active links ---- */
.article-about .header ul li[data-id=company] {
  opacity: 1;
}
.article-about .header ul li[data-id=company]:after {
  opacity: 1;
}

.article-portfolio .header ul li[data-id=portfolio] {
  opacity: 1;
}
.article-portfolio .header ul li[data-id=portfolio]:after {
  opacity: 1;
}

.article-strategy .header ul li[data-id=strategy] {
  opacity: 1;
}
.article-strategy .header ul li[data-id=strategy]:after {
  opacity: 1;
}

.article-news .header ul li[data-id=news] {
  opacity: 1;
}
.article-news .header ul li[data-id=news]:after {
  opacity: 1;
}

.expand {
  position: relative;
  height: 30px;
  width: 30px;
  margin-top: 20px;
  cursor: pointer;
}

.expand::before,
.expand::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 26px;
  height: 2px;
  background: #fff;
}

.expand::after {
  transition: all 0.3s;
  left: 12px;
  width: 2px;
  height: 26px;
}

.expand.active::after {
  transform: rotate(90deg) translate(0%, 0%);
  top: 2px;
}

.wrapper .text {
  padding-top: 20px;
  display: none;
}

/* -------------- RESPONSIVE ------------------ */
@media (max-width: 1700px) {
  body {
    font-size: 22px;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 54px;
  }
  h4 {
    font-size: 32px;
  }
  h3.large {
    font-size: 38px;
  }
  h5 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .my_btn {
    font-size: 18px;
  }
  .my_btn img {
    width: 180px;
  }
  .header .menu ul li {
    font-size: 18px;
  }
  #footer .copyright {
    font-size: 16px;
  }
}
@media (max-width: 1499px) {
  h1 {
    font-size: 54px;
  }
  h2 {
    font-size: 48px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 24px;
  }
  .my_btn img {
    width: 160px;
  }
  .header .menu ul li {
    font-size: 16px;
    letter-spacing: 2px;
    margin-left: 30px;
  }
  .articles .container {
    border-top: 1px solid #707070;
  }
  .articles .article {
    margin-bottom: 40px;
  }
  .articles .article .date {
    font-size: 16px;
  }
  #about .team .va {
    width: 110px;
  }
  #portfolio .project_popup_container .project_container {
    max-height: 95dvh;
    overflow-y: scroll;
  }
  #portfolio .project_popup_container .has_border {
    padding-top: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 20px;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 40px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 22px;
  }
  .my_btn {
    font-size: 16px;
  }
  .my_btn img {
    width: 140px;
  }
  .my_btn.down {
    padding-left: 40px;
  }
  .my_btn.down:after {
    height: 40px;
  }
  .header .menu ul li {
    font-size: 14px;
    margin-left: 15px;
  }
  #about .team .va {
    width: 90px;
  }
  #about .city {
    padding-top: 30vw;
  }
  #about .info [class^=col-lg] {
    position: relative;
  }
  #about .info [class^=col-lg]:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 60px);
    border-right: 1px solid #707070;
  }
  #about .info [class^=col-lg]:nth-child(3n):after {
    border-right: 1px solid #707070;
  }
  #about .info [class^=col-lg]:nth-child(2n):after {
    border-right: none;
  }
  #about .info [class^=col-lg]:nth-child(4) {
    border-bottom: 1px solid #707070;
  }
  #news .filter_container .filter li {
    margin-left: 70px;
    padding-bottom: 10px;
    font-size: 26px;
  }
  #portfolio .project_popup_container .project_container .container {
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
  .container-sm, .container {
    max-width: 700px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3.large {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .header .container {
    position: relative;
  }
  .header .menu {
    position: absolute;
    width: 100%;
    left: 0;
    height: 50vh;
    padding: 50px 15px;
    opacity: 0;
    z-index: -1;
    display: none;
  }
  .header .menu.open {
    display: block;
    opacity: 1;
    z-index: 2;
  }
  .header .menu::after {
    display: none;
  }
  .header .menu ul li {
    display: block;
    margin-bottom: 40px;
    line-height: 1.2;
  }
  .header .menu ul li:after {
    display: none !important;
  }
  .header .menu ul li span, .header .menu ul li a {
    border-bottom: 1px solid #fff;
  }
  .my_btn {
    font-size: 15px;
  }
  .my_btn img {
    width: 130px;
  }
  .first_div {
    padding-top: 200px;
  }
  #home .first_div {
    padding-top: 200px;
  }
  .top_video_container .background_video {
    width: 175vh;
  }
  #about .team .va {
    display: none;
  }
  #about .team_member .name {
    margin-bottom: 30px;
  }
  #news .filter_container .filter li {
    margin-left: 35px;
    padding-bottom: 10px;
    font-size: 22px;
  }
  #news_post .main_img {
    width: 55%;
    padding-left: 40px;
  }
  #news_post ul {
    padding-left: 20px;
  }
  #footer .form-col:after {
    display: none;
  }
}
@media (max-width: 700px) {
  .container-sm, .container {
    max-width: 576px;
  }
  #news_post .main_img {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 29px;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  .container {
    max-width: 100%;
  }
  .first_div {
    padding-top: 170px;
  }
  .login_form {
    width: 95%;
    padding: 40px 30px 25px 30px;
    border: 1px solid #ccc;
  }
  #home .first_div {
    padding-top: 140px;
  }
  #home .background_video {
    width: 230vh;
  }
  #about .hero {
    background: #000;
    padding-bottom: 30px;
  }
  #about .city {
    padding-top: 50vw;
    padding-bottom: 0;
  }
  #about .info [class^=col-lg]:after {
    border-right: none !important;
  }
  #about .info [class^=col-lg] {
    border-bottom: 1px solid #707070;
  }
  #about .info [class^=col-lg]:last-of-type {
    border-bottom: none;
  }
  #news .hero {
    padding-bottom: 30px;
  }
  #news .filter_container {
    flex-wrap: wrap;
  }
  #news .filter_container .filter {
    width: 100%;
    padding-top: 25px;
  }
  #news .filter_container .filter li {
    margin-left: 30px;
    font-size: 18px;
  }
  #news .filter_container .filter li:first-of-type {
    margin-left: 5px;
  }
  #portfolio .slider_container .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
@media (orientation: portrait) {
  #home .strategy {
    background: url("../img/home/positive_impact_mob.jpg") center;
    background-size: cover;
  }
}
/* -------------- RESPONSIVE END ------------------ */