@font-face {
  font-family: "Theinhardt-Rg";
  src: url("/fonts/Theinhardt-Rg.eot");
  src: url("/fonts/Theinhardt-Rg.eot?#iefix") format("embedded-opentype"), url("/fonts/Theinhardt-Rg.woff2") format("woff2"), url("/fonts/Theinhardt-Rg.woff") format("woff"), url("/fonts/Theinhardt-Rg.ttf") format("truetype"), url("/fonts/Theinhardt-Rg.svg#Theinhardt-Rg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Theinhardt-Md";
  src: url("/fonts/Theinhardt-Md.eot");
  src: url("/fonts/Theinhardt-Md.eot?#iefix") format("embedded-opentype"), url("/fonts/Theinhardt-Md.woff2") format("woff2"), url("/fonts/Theinhardt-Md.woff") format("woff"), url("/fonts/Theinhardt-Md.ttf") format("truetype"), url("/fonts/Theinhardt-Md.svg#Theinhardt-Md") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Theinhardt-MdIt";
  src: url("/fonts/Theinhardt-MdIt.eot");
  src: url("/fonts/Theinhardt-MdIt.eot?#iefix") format("embedded-opentype"), url("/fonts/Theinhardt-MdIt.woff2") format("woff2"), url("/fonts/Theinhardt-MdIt.woff") format("woff"), url("/fonts/Theinhardt-MdIt.ttf") format("truetype"), url("/fonts/Theinhardt-MdIt.svg#Theinhardt-MdIt") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.bg-navy {
  background-color: #0000C0;
}

.bg_pampas {
  background-color: #E7E4E0;
}

.bg_brown {
  background-color: #6E6259;
}

.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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 6.5%;
}

.grid_2 {
  width: 15%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: calc(33.333% - 20px);
}

.grid_5 {
  width: 40.5%;
}

.grid_6 {
  width: 50%;
  width: calc(50% - 8px);
}

.grid_7 {
  width: 57.5%;
}

.grid_8 {
  width: 64%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83%;
}

.grid_11 {
  width: 91.5%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

img {
  display: block;
  border: none;
  max-width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

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

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

html {
  height: 100%;
}

body {
  font-family: "Theinhardt-Rg";
  font-size: 18px;
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  height: 100%;
}

h1,
h2 {
  font-family: "Theinhardt-Md";
}

h1 {
  font-size: 54px;
  line-height: 54px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #000;
}

h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 1em;
  text-align: left;
  color: #000;
}

h2.large {
  max-width: 1100px;
  text-align: center;
  font-size: 52px;
  letter-spacing: -0.03em;
  line-height: 60px;
  text-align: center;
  color: #000;
  margin: auto;
}

h2 span {
  font-family: "Theinhardt-Rg";
  display: block;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0;
}

h4 {
  font-size: 32px;
  line-height: 38px;
  text-align: left;
  color: #000;
  padding-top: 10px;
}

p {
  font-size: 22px;
  font-family: "Theinhardt-Rg";
  text-align: left;
  padding-bottom: 10px;
}

p.big {
  font-size: 28px;
  line-height: 28px;
}

p.medium {
  font-family: "Theinhardt-Md";
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  z-index: 3;
  padding: 20px 40px;
}

header .logo {
  margin-right: 0;
  display: block;
}

header nav {
  margin: 0 auto;
  padding: 0;
  margin-right: 0;
}

header nav li {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  line-height: 10px;
  position: relative;
  padding: 10px 24px;
}

header nav li a {
  font-family: "Theinhardt-Md";
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

header nav li a:hover {
  border-bottom: 1px solid #fff;
}

header nav li a.active {
  border-bottom: 1px solid #fff;
}

.contact-btn {
  border: 1px solid #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  background-color: #000000;
}

.contact-btn a {
  color: #fff;
}

.contact-btn:hover {
  border-color: #ffffff;
}

.contact-btn:hover a {
  border-color: transparent;
  color: #fff;
}

header #nav-toggle {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: none;
}

header #nav-toggle span,
header #nav-toggle span:after,
header #nav-toggle span:before {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background: #000;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

header #nav-toggle span:before {
  top: -10px;
}

header #nav-toggle span:after {
  bottom: -10px;
}

header #nav-toggle.active span {
  background-color: transparent !important;
}

header #nav-toggle.active span:after,
header #nav-toggle.active span:before {
  top: 0;
}

header #nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}

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

header svg {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

header.addbg {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

header.addbg nav li a {
  color: #000;
}

header.addbg nav li a:hover {
  border-bottom: 1px solid #000;
}

header.addbg nav li a.active {
  border-bottom: 1px solid #000;
}

header.addbg #Path_16 {
  fill: #000;
}

header.addbg nav .contact-btn {
  border: 1px solid #000;
}

header.addbg nav .contact-btn a {
  color: #fff;
}

header.addbg nav .contact-btn:hover {
  border-color: #000000;
}

header.addbg nav .contact-btn:hover a {
  border-color: transparent;
}

.inputholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
}

.register input,
.register select {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: left;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #000;
}

.register select {
  padding: 5px 7px;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  text-align-last: left;
}

.register select option {
  padding: 7px 5px;
  background: #fff;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  text-align-last: left;
}

.register .privacy {
  font-size: 12px;
  margin-top: 50px;
}

.register .privacy a {
  color: #000000;
  text-decoration: underline !important;
}

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

.register #chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 20px;
  text-align: left;
}

.register #chkInternational + label {
  background: url("/images/buttons/uncheck.png") no-repeat left center;
  color: #000;
  padding: 2px 0 2px 26px;
}

.register #chkInternational:checked + label {
  background: url(/images/buttons/check.png) no-repeat left center;
}

.register input:-webkit-input-placeholder,
.register textarea:-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.register input::-webkit-input-placeholder,
.register textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.register input:-moz-placeholder,
.register textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.register input::-moz-placeholder,
.register textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.register input:-ms-input-placeholder,
.register textarea:-ms-input-placeholder {
  opacity: 1;
}

.register input:focus::-webkit-input-placeholder,
.register textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

.register input:focus:-moz-placeholder,
.register textarea:focus:-moz-placeholder {
  opacity: 0.5;
}

.register input:focus::-moz-placeholder,
.register textarea:focus::-moz-placeholder {
  opacity: 0.5;
}

.register input:focus:-ms-input-placeholder,
.register textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

.register ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: 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 #525252;
  clear: both;
}

.register li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

.register ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

.register li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

.register li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

.register div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
}

.register div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

.register div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

.register div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

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

.register div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

.register div.token-input-dropdown-project
ul
li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

.register ul.parsley-errors-list.filled,
.register ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 105%;
}

.register ul.parsley-errors-list.filled li,
.register ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  background-color: #000;
  padding: 60px 40px;
}

footer .logo {
  width: 200px;
}

footer p {
  color: #ffffff;
}

footer a {
  color: #ffffff;
}

footer .socialmedia {
  margin-right: 1em;
  width: 30px;
}

footer .disclaimer,
footer .privacy {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

footer .divider {
  display: block;
  padding: 0 10px;
  color: #fff;
}

#th {
  margin: 100px auto;
}

#th * {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.landing .center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  width: 700px;
  max-width: 60%;
}

.landing .scrolldown {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  margin: auto;
  display: block;
  color: #fff;
  width: 200px;
  text-align: center;
}

.landing .scrolldown span {
  display: block;
  margin: 20px auto 0 auto;
}

.landing .page-title {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
  color: #fff;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1360px;
  max-width: calc(100% - 80px);
  margin: auto;
}

.iconsholder span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: white;
  text-align: center;
  margin: auto;
}

.iconsholder span .icons {
  width: 70px;
  height: 70px;
  margin: auto;
  text-align: center;
}

#service .iconsholder span {
  width: 120px;
  height: 120px;
}

.iconsholder p,
.headshot p {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0;
}

.linesimulation {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: black;
  left: 0;
  top: 50%;
  transform: translateY(-1em);
  -webkit-transform: translateY(-1em);
  -moz-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  -o-transform: translateY(-1em);
}

.slide-tiltle {
  position: absolute;
  top: 10%;
  left: 40px;
}

#story .iconsholder p b {
  font-weight: bold;
  display: block;
  font-size: 1.2em;
}

#story .iconsholder span {
  background-color: transparent;
  border: 0 none;
  display: block;
}

.headshot span {
  background-color: transparent;
  border: 0 none;
}

.headshot span p b {
  font-weight: bold;
  display: block;
  font-size: 1.2em;
  padding-top: 10px;
}

#story p {
  width: 300px;
  margin: auto;
}

.darklayer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.darklayer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.darklayer:hover:after {
  background: rgba(0, 0, 0, 0.4);
}

.darklayer + span {
  padding-top: 10px;
  text-align: center;
}

.message {
  padding: 20vh 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message h2 {
  text-align: center;
}

.projectname {
  font-size: 28px;
  line-height: 38px;
  text-align: left;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #000;
}

.projectwebsite {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  padding: 10px 24px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #000;
  cursor: pointer;
}

.register .b_submit {
  text-align: center;
  color: #000;
  border: 1px solid #000;
  padding: 10px 24px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  cursor: pointer;
  width: 200px;
  margin-top: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  margin-left: 0;
}

.register .b_submit:hover {
  color: #fff;
  background-color: #000;
}

.project_logo {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  background-color: transparent;
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
}

#project .grid_4 {
  margin-right: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#project .grid_4:nth-child(3n) {
  margin-right: 0;
}

#project .container {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

#project .grid_4:hover .projectname {
  color: #ffffff;
}

#project .grid_4:hover .projectwebsite {
  color: #ffffff;
  border-color: #fff;
}

#project #thesiding:hover {
  background-color: #263d45;
}

#project #thesiding:hover img {
  background-image: url(/images/icons/thesiding.svg) !important;
}

#project #theregent:hover {
  background-color: #032f24 !important;
}

#project #theregent:hover img {
  background-image: url(/images/icons/theregent.svg) !important;
}

#project #andress:hover {
  background-color: #d81a2b;
}

#project #andress:hover img {
  background-image: url(/images/icons/andress.svg) !important;
}

#project #tnt:hover {
  background-color: #c9a976;
}

#project #tnt:hover img {
  background-image: url(/images/icons/tnt.svg) !important;
}

#project #tnt img {
  background-size: 35%;
}

#project #highline:hover {
  background: #a5dfd3;
}

#project #highline:hover img {
  background-image: url(/images/icons/highline.svg) !important;
}

#project #shouthvillage:hover {
  background-color: #15293e;
}

#project #shouthvillage:hover img {
  background-image: url(/images/icons/southvillage.svg) !important;
}

#project #thebanks:hover {
  background-color: #0f5fd7;
}

#project #thebanks:hover img {
  background-image: url(/images/icons/thebanks.svg) !important;
}

#project #proximity:hover {
  background-color: #2c993a;
}

#project #proximity:hover img {
  background-image: url(/images/icons/proximity.svg) !important;
}

#project #Downtown:hover {
  background-color: #778cf7;
}

#project #Downtown:hover img {
  background-image: url(/images/icons/downtown.svg) !important;
}

#project #northwestvillage:hover {
  background-color: #ef63a6;
}

#project #northwestvillage:hover img {
  background-image: url(/images/icons/northwestvillage.svg) !important;
}

#project #grand img {
  background-size: 40%;
}

#project #grand:hover {
  background-color: #000000;
}

#project #grand:hover img {
  background-image: url(/images/icons/grand.svg) !important;
}

.headshot span img {
  display: block;
  position: relative;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 150px;
  height: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

a span {
  color: black;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  font-size: 40px;
  z-index: 10;
}

.slick-next {
  right: 0;
}

#service {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#service span.greaterthan {
  -webkit-transform: translateY(-0.62em);
          transform: translateY(-0.62em);
  font-size: 1.5em;
}

h2.qoute {
  font-family: "Theinhardt-MdIt";
  width: 1000px;
  max-width: 90%;
  margin: auto;
}

#map-wrapper {
  height: calc(100% - 106px);
}

.mapsection {
  height: 100%;
  background-color: lightblue;
}

#mapdetails {
  display: block;
  height: 100%;
  position: relative;
}

#mapdetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.mapdetails {
  background-color: #0000c0;
  padding: 0 20px;
  width: 25%;
  height: 100%;
}

.inner-poi {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: initial !important;
}

#mapdetails p,
#mapdetails h4 {
  color: #ffffff;
}

#map {
  width: 75%;
  height: 100%;
}

.pn {
  display: none !important;
}

.pois {
  color: #fff;
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

.pois span {
  color: #fff;
}

.pois .status {
  position: absolute;
  padding: 5px 10px;
  font-size: 0.8em;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  right: 0;
  border: 1px solid #ffffff;
  border-radius: 20px;
  line-height: 1;
}

.pois br {
  display: none !important;
}

.map-cat {
  color: #fff;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.info {
  text-align: center;
}

button.gm-ui-hover-effect {
  border: none;
  outline: none;
}

.searchbox-holder {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.searchbox-holder .searchbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.searchbox-holder .searchbox a {
  margin: auto;
  margin-right: 16px;
}

.searchbox-holder input {
  color: #000;
  border: 0 none;
}

.searchbox-holder input.submit {
  width: 1em;
  height: 1em;
  color: transparent;
  background-color: transparent;
  background-image: url(/images/icons/mag.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#page-projects.details #contact {
  background-color: #c4daf1;
  padding-top: 64px;
}

.info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  padding-top: 8px;
  border-top: 1px solid #000;
  max-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Theinhardt-Rg";
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #000;
}

.info-box span {
  font-family: "Theinhardt-Rg";
}

.people-name {
  font-family: "Theinhardt-Rg";
}

.people-name span {
  display: block;
  font-family: "Theinhardt-Rg";
}

.job-title {
  font-family: "Theinhardt-Rg";
}

.hashtag,
.writer {
  font-family: "Theinhardt-Rg";
  color: rgba(0, 0, 0, 0.3);
}

.peopledetails {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #c4daf1;
  font-family: "Theinhardt-Rg";
  padding: 16px;
  font-size: 14px;
  color: #000;
  text-align: left;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
}

.peopledetails:hover {
  opacity: 1;
}

.abc {
  position: absolute;
  bottom: 32px;
}

.loadmore {
  position: absolute !important;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  z-index: 2;
}

.cms-content-holder.odd > :nth-last-child(2),
.cms-content-holder.odd > :nth-last-child(3) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.cms-content-holder.odd > :nth-last-child(2) .img-holder,
.cms-content-holder.odd > :nth-last-child(3) .img-holder {
  margin-bottom: 0;
}

.cms-content-holder.odd > :nth-last-child(2) p,
.cms-content-holder.odd > :nth-last-child(2) h2,
.cms-content-holder.odd > :nth-last-child(2) a,
.cms-content-holder.odd > :nth-last-child(3) p,
.cms-content-holder.odd > :nth-last-child(3) h2,
.cms-content-holder.odd > :nth-last-child(3) a {
  display: none;
}

.cms-content-holder.even > :nth-last-child(2) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.cms-content-holder.even > :nth-last-child(2) .img-holder {
  margin-bottom: 0;
}

.cms-content-holder.even > :nth-last-child(2) p,
.cms-content-holder.even > :nth-last-child(2) h2,
.cms-content-holder.even > :nth-last-child(2) a {
  display: none;
}

.view,
.btn {
  display: inline-block;
  font-family: "Theinhardt-Rg";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  padding: 6px 14px;
  margin-top: 16px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  max-width: 130px;
  min-width: 90px;
}

.view:hover,
.btn:hover {
  background: #000;
  color: #fff;
}

.view + .btn,
.btn + .btn {
  margin-left: 16px;
}

.grid_8.aspect2by1 {
  width: calc(67.25% - (32px / 3));
  aspect-ratio: initial;
}

.grid_8 .img-holder {
  max-height: 415.99px;
  max-width: 847.98px;
}

.grid_8 .img-holder.aspect2by1 {
  aspect-ratio: 2/0.97;
}

.project-name {
  font-family: "Theinhardt-Rg";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-name .status {
  font-family: "Theinhardt-Rg";
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: rgba(0, 0, 0, 0.7);
}

.project-name.fullwidth {
  width: 100%;
}

.img-holder {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.img-holder img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  max-height: 100%;
}

.img-holder.aspect1by1 {
  aspect-ratio: 1/1;
}

.img-holder.aspect3by2 {
  aspect-ratio: 3/2;
}

.img-holder.aspect4by2 {
  aspect-ratio: 4/2;
}

.img-holder::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation-name: loading;
          animation-name: loading;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    display: none
}

.lds-ring {
    display: inline-block;
    position: fixed;
    width: 80px;
    height: 80px;
    /*position: absolute;*/
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #055fd7 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loading {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.4);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@keyframes loading {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.4);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.img-holder.load::before {
  content: initial;
}

.img-holder a.viewAllProject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  font-family: "Theinhardt-Rg";
  font-size: 40px;
  letter-spacing: -0.02em;
  line-height: 44px;
  text-align: center;
  color: #000;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.img-holder.bg-creamy::before {
  content: initial;
}

.loadmore {
  position: absolute !important;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  z-index: 2;
}

.loadmore * {
  margin: auto;
  text-align: center;
}

.headshot span {
  background-color: transparent;
  border: 0 none;
}

.headshot span p b {
  font-weight: bold;
  display: block;
  font-size: 1.2em;
  padding-top: 10px;
}

.darklayer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.darklayer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.darklayer:hover:after {
  background: rgba(0, 0, 0, 0.4);
}

.darklayer + span {
  padding-top: 10px;
}

.message {
  padding: 20vh 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message h2 {
  text-align: center;
}

.backto {
  color: #000;
}

.hashtag,
.writer {
  font-family: "Theinhardt-Rg";
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
}

.seo_content_holder {
  display: block;
  width: 100%;
  padding: 10px 40px;
  background-color: #000;
}

.seo_content_holder > a {
  display: block;
  color: #fff;
  font-size: 12px;
  padding-bottom: 1em;
  text-decoration: underline;
}

.seo_content_holder > a span {
  color: #fff;
}

    .seo_content_holder .seo_content {
        display: none;
        width: 100%;
        border-radius: 10px;
        background-color: #fff;
        padding: 30px 10px;
        font-size: 12px;
        overflow-y: scroll;
    }

.seo_content_holder .seo_content * {
  color: #000;
  text-align: left;
  font-size: 14px;
  padding-bottom: 20px;
}

.seo_content_holder .seo_content p {
  font-size: 12px;
  padding-bottom: 10px;
  line-height: normal;
}

.seo2_content_holder {
    display: block;
    width: 100%;
    padding: 10px 40px;
    background-color: #000;
}

    .seo2_content_holder > a {
        display: block;
        color: #fff;
        font-size: 12px;
        padding-bottom: 1em;
        text-decoration: underline;
    }

        .seo2_content_holder > a span {
            color: #fff;
        }

    .seo2_content_holder .seo2_content {
        display: none;
        width: 100%;
        border-radius: 10px;
        background-color: #fff;
        padding: 30px 10px;
        font-size: 12px;
        overflow-y: scroll;
    }

        .seo2_content_holder .seo2_content * {
            color: #000;
            text-align: left;
            font-size: 14px;
            padding-bottom: 20px;
        }

        .seo2_content_holder .seo2_content p {
            font-size: 12px;
            padding-bottom: 10px;
            line-height: normal;
        }

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
.centeralign {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.middlealign {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.textcenter {
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.wrap {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.spacebetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.spacearound {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb20 {
  padding-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mlra {
  margin-left: auto;
  margin-right: auto;
}

.pt128 {
  padding-top: 128px;
}

.pb128 {
  padding-bottom: 128px;
}

.pt64 {
  padding-top: 64px;
}

.pb64 {
  padding-bottom: 64px;
}

.pt32 {
  padding-top: 32px;
}

.pb32 {
  padding-bottom: 32px;
}

.pl32 {
  padding-left: 32px;
}

.pr32 {
  padding-right: 32px;
}

.pb16 {
  padding-bottom: 16px;
}

.pt16 {
  padding-top: 16px;
}

.mb16 {
  margin-bottom: 16px;
}

.mt16 {
  margin-top: 16px;
}

.mt32 {
  margin-top: 32px;
}

.mb32 {
  margin-bottom: 32px;
}

.mt64 {
  margin-top: 64px;
}

.mb64 {
  margin-bottom: 64px;
}

.mt128 {
  margin-top: 128px;
}

.mb128 {
  margin-bottom: 128px;
}

.mlra {
  margin-left: auto;
  margin-right: auto;
}

.bg-creamy {
  background-color: #e9e6e1;
}

.bg-blue {
  background-color: #c4daf1;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.bg-navy {
  background-color: #0000c0;
}

.bg_pampas {
  background-color: #e9e6e1;
}

.bg_brown {
  background-color: #6e6259;
}

.mw400 {
  max-width: 400px;
  width: 96%;
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 1680px) {
  #map {
    width: 70%;
  }
  .mapdetails {
    width: 30%;
  }
}

@media screen and (max-width: 1280px) {
  .pois {
    font-size: 14px;
  }
  h1 {
    font-size: 44px;
    line-height: 44px;
  }
  body,
  p {
    font-size: 16px;
  }
  header nav li a {
    font-size: 16px;
    line-height: 16px;
  }
  h2 {
    font-size: 34px;
    line-height: 34px;
  }
  .projectname {
    font-size: 18px;
    line-height: 28px;
  }
  .projectwebsite {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1100px) {
  .pois {
    font-size: 12px;
  }
}

@media screen and (max-width: 900px) {
  .mapsection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #map {
    width: 100%;
    height: 70vh;
  }
  .mapsection {
    height: auto;
  }
  .mapdetails {
    width: 100%;
  }
  .pois {
    font-size: 16px;
  }
  .grid_6 {
    width: 100%;
  }
  .m-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  h1,
  h2 {
    padding-bottom: 30px;
  }
  .linesimulation {
    display: none !important;
  }
  .iconsholder {
    width: 50%;
    margin-bottom: 30px;
  }
  .m-wrap {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  #story .iconsholder {
    width: 100%;
  }
  .message {
    padding: 0;
  }
  .grid_4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0 !important;
  }
  .container {
    width: calc(100% - 40px);
    max-width: 100%;
  }
  .slide-tiltle {
    position: relative;
    top: auto;
    left: auto;
    padding-left: 20px;
    padding-bottom: 40px;
  }
  .slide-tiltle h2 {
    font-size: 18px;
    line-height: 18px;
  }
  #map-wrapper {
    height: auto;
  }
  .mapdetails {
    height: 70vh;
  }
  .searchbox-holder {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page-projects.details .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page-projects.details .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page-projects.details .grid_4 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  #service span.greaterthan {
    display: none;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  h2 br {
    display: none;
  }
  header {
    padding: 0;
    z-index: 100;
    background: #ffffff;
  }
  header nav {
    position: fixed;
    background: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  header.active_nav nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header #Path_16 {
    fill: black;
  }
  header #nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header nav li {
    text-align: center;
    width: 100%;
  }
  header nav li a {
    color: #000000;
  }
  header nav li:last-child:hover {
    border-color: transparent;
  }
  .header-logo {
    margin-right: auto;
    margin-left: 20px;
    padding: 10px 0 0;
  }
  .header-logo svg {
    width: 150px;
  }
}

.news-btn {
  display: none; 
 }
 .main-btn {
   display: inline-block;
 }
 #page-news .news-btn {
  display: inline-block;
}
#page-news .main-btn {
  display: none;
 }
/*# sourceMappingURL=style.css.map */