:root {
  --saddle-brown: #77603e;
  --gold: #ffd900d6;
  --salmon: #ef8168;
  --sienna: #866f3d;
  --dark-slate-gray: #292929;
}

body {
  color: #818181;
  text-transform: uppercase;
  height: 100%;
  margin-left: 330px;
  font-family: Lekton, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 0 45px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 44px;
  display: inline-block;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #414141;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #616161;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  line-height: 25px;
}

.button {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 15px 20px 12px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #866f3d;
  border-color: #866f3d;
}

.button.btn-small {
  color: #866f3d;
  text-transform: uppercase;
  background-color: #0000;
  border-width: 2px;
  border-color: #866f3d;
}

.button.btn-small:hover {
  color: #fff;
  background-color: #292929;
  border-color: #292929;
}

.button.btn-slider {
  border-radius: 0;
  padding: 17px 50px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.button.btn-slider:hover {
  background-color: #866f3d;
  border-color: #0000;
}

.left-navigation {
  z-index: 20;
  background-color: var(--saddle-brown);
  width: 329px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: 1px 0 3px #0003;
}

.brand {
  opacity: 1;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 70px;
}

.brand.w--current {
  width: 100px;
  margin: 50px auto 70px;
  display: block;
}

.header-wrapper {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.navigation {
  margin-top: 0;
}

.nav-linke {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  border-top: 1px solid #ebebebbf;
  border-bottom: 1px solid #ebebebbf;
  width: 100%;
  margin-bottom: -1px;
  font-family: Oswald, sans-serif;
  font-size: 11px;
  font-weight: 400;
  transition: all .5s;
}

.nav-linke:hover {
  color: #fff;
}

.nav-linke.w--current {
  color: #222;
}

.nav-linke.ln, .nav-linke.ln.w--current {
  border-top-color: #ebebeb;
}

.nav-linke.social {
  font-weight: 300;
}

.text-block {
  color: #ffffffbf;
  text-transform: uppercase;
  padding: 20px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.text-block:hover {
  color: #fff;
}

.service-section {
  background-color: #fff;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.logo {
  transition: all .5s;
}

.logo:hover {
  transform: scale(.9);
}

.social-wrapper {
  text-align: center;
  background-color: #0000;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.center {
  text-align: center;
}

.center.pj {
  padding-top: 0;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.welcoe-text {
  color: #212121;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 1px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
}

.welcoe-text.text-pages {
  color: #fff;
  border-bottom: 3px solid #866f3d;
  padding-bottom: 17px;
  font-weight: 400;
  display: inline-block;
}

.welcoe-text.text-pages.dark {
  color: #292929;
}

.welcoe-text.address-text {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.line {
  background-color: #0a0a0ad6;
  width: 5%;
  height: 3px;
  margin: 40px auto 25px;
  display: block;
}

.sub-text {
  color: #616161;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 70px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.features-section {
  background-color: #f2f2f2;
  padding: 130px 20px;
}

.row {
  margin-bottom: 0;
}

.row.ft {
  margin-bottom: 60px;
}

.feat-ico {
  float: left;
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  padding-top: 19px;
  overflow: hidden;
}

.feat-text {
  overflow: hidden;
}

.hero-section {
  background-color: #000;
}

.button-section {
  background-color: #000;
  background-image: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.logo-section {
  background-image: url('../images/gravel-08.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 100px 20px;
}

.slider-div {
  height: 300px;
  margin-top: 25px;
}

.slider {
  background-color: #0000;
  height: auto;
}

.arrow {
  background-image: url('../images/pattern2.jpg');
  width: 60px;
  height: 60px;
  padding-top: 18px;
  font-size: 22px;
  font-weight: 700;
}

.arrow.pro-slide {
  margin-right: 0;
}

.arrow.pro-slide-2 {
  margin-left: 0;
}

.dots-nav {
  opacity: .62;
  font-size: 10px;
  position: absolute;
}

.text-test {
  margin-top: 25px;
  margin-bottom: 50px;
}

.name-testimonials {
  color: #616161;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.mask {
  top: 0;
  bottom: 0;
}

.client-section {
  background-color: #f7f7f7;
  padding: 40px 10px 40px 20px;
}

.client-logo {
  text-align: center;
  width: 20%;
  display: inline-block;
}

.copyright {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  padding-top: 8px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
  font-weight: 300;
}

.social-ico {
  margin-bottom: 15px;
}

.social-ico.social-team {
  position: relative;
  top: 45%;
}

.ico-social {
  opacity: .67;
  background-color: #0000;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  text-decoration: none;
  transition: all .5s;
}

.ico-social:hover {
  opacity: 1;
}

.ico-social.green {
  width: 40px;
  height: 40px;
}

.go-top {
  color: #403e3e;
  text-align: right;
  background-color: #292929;
  padding: 10px 20px;
}

.top {
  opacity: .6;
  width: 35px;
  height: 35px;
  transition: all .5s;
}

.top:hover {
  opacity: 1;
}

.tittle-section {
  background-color: #0000;
  background-image: linear-gradient(to top, #292929, #383838);
  padding-top: 60px;
  padding-bottom: 60px;
}

.team-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.team-img {
  position: relative;
  overflow: hidden;
}

.team-wrapper {
  text-align: center;
  margin-top: 30px;
}

.team-overlay {
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
  transition: all .5s;
  position: absolute;
}

.team-overlay:hover {
  background-color: #000000b3;
}

.contat-section {
  padding: 100px 20px;
}

.banner {
  height: 80%;
}

.hide {
  display: none;
}

.slider-projec {
  background-color: #0000;
  height: 100%;
}

.info-section {
  padding: 100px 20px;
}

.btn-div {
  margin-top: 40px;
}

.text-field {
  border-top-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right-style: none;
  margin-bottom: 20px;
  padding: 20px 19px 20px 18px;
  font-family: Raleway, sans-serif;
}

.text-field.area {
  padding-top: 13px;
  padding-bottom: 60px;
}

.error-message {
  text-align: center;
  margin-top: 20px;
}

.error {
  color: #ed7b7b;
  margin-bottom: 0;
}

.succes {
  text-align: center;
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.succ {
  color: #866f3d;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
}

.banner-home {
  background-image: linear-gradient(#0006, #0006), url('../images/Grand-Hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.container-center {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.small-text {
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.small-text.description {
  letter-spacing: 1px;
  text-transform: none;
  width: 576px;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.btn-banner {
  margin-top: 50px;
}

.white-line {
  background-color: #fff;
  width: 5%;
  height: 3px;
  margin: 25px auto;
  display: block;
}

._174-kitchen {
  background-image: url('../images/14995426370_009098d0a6_c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.project-text {
  letter-spacing: 1px;
  font-size: 14px;
}

._174-bath {
  background-image: url('../images/15179081901_1504804216_c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._174-outdoor {
  background-image: url('../images/15181719662_a44822b97d_c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

._174-livingroom {
  background-image: url('../images/14995426280_b32cbfca18_c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._174-view {
  background-image: url('../images/15159071546_5df324ac94_c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.curbed-image {
  opacity: .49;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.curbed-image.nyt {
  width: 500px;
}

._774-1 {
  background-image: url('../images/Grand-Hero-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._774-2 {
  background-image: url('../images/2016.07.19_-774-Roof-deck-Rendering_-Final.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._774-3 {
  background-image: url('../images/2016.07.19_774-Lobby-Rendering_-Final.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._774-5 {
  background-image: url('../images/774_Grand_Bold-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._774-6 {
  background-image: url('../images/14992460367_233d0a66a1_c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.email-link {
  color: #866f3d;
  text-decoration: none;
}

.sub-heading {
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.home {
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Georgia, Times, Times New Roman, serif;
}

.contact-icon {
  opacity: .5;
}

.brooklyn-bridge-photo {
  background-image: url('../images/BB.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.about-row {
  padding-bottom: 50px;
}

.feature-text {
  color: #866f3d;
  font-style: italic;
  text-decoration: none;
}

.social-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.social-image-icon {
  width: auto;
  display: block;
}

.social-media-left-column {
  background-image: url('../images/gravel-08.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1500px;
  padding-top: 101px;
  padding-bottom: 101px;
}

.social-media-right-column {
  background-image: url('../images/gravel-08.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1500px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.social-header {
  color: #292929;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.social-media-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #292929;
  border: 1px solid #292929;
  border-radius: 3px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
  transition: all .2s;
  display: block;
}

.social-media-button:hover {
  background-color: #292929bf;
}

.social-media-divider-div {
  background-color: #292929;
  width: 90%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.social-text {
  font-weight: 400;
}

.full-article-button {
  color: #fff;
  background-color: #292929;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.recent-projects-hero-row {
  height: 600px;
}

.recent-project-columns {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

._744-grand-div {
  background-image: url('../images/774-Grand-Building--Amenities6-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

._174-jackson-div {
  background-image: url('../images/14995333489_3c4918d24c_c.jpg');
  background-position: 50% 22%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
}

._213-maujer-div {
  background-image: url('../images/213_Maujer_ST_BLDG_0002-min.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

._848-lorimer-div {
  background-image: url('../images/Lorimer.jpg');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.project-overlay {
  background-image: linear-gradient(#0006, #0006);
  height: 100%;
}

.project-text-wrapper {
  text-align: center;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.project-teaser-text {
  color: #c7a660;
  letter-spacing: 2px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.project-teaser-text.now-leasing {
  color: #fff;
}

.project-address-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 100%;
}

.project-unit-count-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  line-height: 100%;
}

.learn-more-button {
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 200;
  transition: all .3s;
}

.learn-more-button:hover {
  color: #fff;
  background-color: #866f3d;
  border: 1px solid #0000;
}

.maujer-image-1 {
  background-image: url('../images/213_Maujer_ST_BLDG_0002-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.maujer-image-2 {
  background-image: url('../images/213_Maujer_ST_BLDG_0005-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.maujer-image-3 {
  background-image: url('../images/213_Maujer_ST_BLDG_0004-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.maujer-image-4 {
  background-image: url('../images/213_Maujer_ST_BLDG_0006-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.maujer-image-5 {
  background-image: url('../images/213_Maujer_ST_BLDG_0009-min.jpg');
  background-position: 50% 82%;
  background-repeat: no-repeat;
  background-size: cover;
}

.maujer-image-6 {
  background-image: url('../images/213_Maujer_ST_BLDG_0001-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.empty-project-column {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.investment-criteria-div {
  color: #8d3434;
  background-color: #f7f7f7;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.investment-criteria-paragraph {
  text-align: center;
  width: 630px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.investment-criteria-paragraph.bullets {
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 500px;
  font-size: 16px;
  font-weight: 600;
}

.investment-tabs {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #918b7e;
  padding: 5px 40px;
  font-size: 12px;
}

.investment-tabs.w--current {
  background-color: #866f3d;
}

.investment-tabs.left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.investment-tabs.right {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tabs-menu {
  text-align: center;
}

.tab-content {
  padding-top: 25px;
}

.slider-10 {
  background-color: #0000;
}

.green-prop-badge {
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
  display: inline-block;
}

._2621---2667-frankford-avenue {
  background-image: url('../images/Fishmarket-min.jpg');
  background-position: -229px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.building-of-the-year-image {
  width: 50px;
  display: inline-block;
}

.brooklyn-grand-map, ._213-maujer-map, ._174-jackson-map {
  height: 400px;
}

.dropdown-nav-menu {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  display: block;
  position: relative;
}

.dropdown-toggle {
  color: #ffffffbf;
}

.dropdown-links {
  color: #ffffffbf;
  text-align: center;
  transition: all .3s;
}

.dropdown-links:hover {
  color: #fff;
}

.dropdown-list.w--open {
  background-color: #292929;
}

.html-embed {
  height: 400px;
}

.slide {
  background-image: url('../images/Windsor-Commons-25-min.JPG');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/01-windsor-Photo-Gallery.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/04-windsor-Photo-Gallery.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/05-windsor-Photo-Gallery.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/06-windsor-Photo-Gallery.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/07-windsor-Photo-Gallery.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/11-windsor-Photo-Gallery.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/10-windsor-Photo-Gallery.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/15-windsor-Photo-Gallery.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/13-windsor-Photo-Gallery.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/14-windsor-Photo-Gallery.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.windsor-commons {
  background-image: url('../images/Windsor-Commons-25-min.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

._1525-north-american-street {
  background-image: url('../images/1525-North-American.PNG');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

html.w-mod-js [data-ix="move-up"] {
  opacity: 0;
  transform: translate(0, -30px);
}

html.w-mod-js [data-ix="from-top"], html.w-mod-js [data-ix="from-top-2"], html.w-mod-js [data-ix="from-top-3"] {
  opacity: 0;
  transform: translate(0, -33px);
}

html.w-mod-js [data-ix="frome-left"] {
  opacity: 0;
  transform: translate(-100px);
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0%;
  }

  h1 {
    margin-left: auto;
    margin-right: auto;
    font-size: 45px;
    display: block;
  }

  .nav-linke {
    color: #292929;
    text-align: left;
    max-width: 100%;
    font-family: Raleway, sans-serif;
    font-weight: 400;
  }

  .nav-linke:hover {
    color: #866f3d;
  }

  .nav-linke.w--current {
    color: #292929;
    font-family: Raleway, sans-serif;
    font-weight: 500;
  }

  .nav-linke.w--current:hover {
    color: #866f3d;
  }

  .brand-logo {
    display: block;
  }

  .client-logo {
    width: 50%;
    margin-bottom: 45px;
  }

  .banner, .slider-projec {
    height: 400px;
  }

  .nav-device {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #fff;
    background-image: none;
  }

  .col-space {
    margin-bottom: 50px;
  }

  .menu-button {
    color: #323232;
  }

  .menu-button.w--open {
    background-color: #866f3d;
  }

  .banner-home {
    background-position: 0 0, 50%;
    background-attachment: scroll, scroll;
    height: 600px;
    padding-top: 109px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .small-text {
    font-weight: 400;
  }

  .home {
    font-size: 30px;
  }

  .empty-project-column {
    display: none;
  }

  .investment-criteria-paragraph.bullets {
    width: auto;
  }

  .investment-tabs {
    text-align: center;
    width: auto;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .investment-tabs.left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 2px;
  }

  .investment-tabs.right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .tabs-menu {
    float: left;
    text-align: center;
    width: 30%;
  }

  .tab-content {
    float: none;
    text-align: center;
    padding: 75px;
  }

  .dropdown-nav-menu, .dropdown-toggle {
    color: #292929;
  }

  .dropdown-links, .dropdown-links:hover {
    color: var(--saddle-brown);
  }

  .dropdown-list.w--open {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 25px;
    padding: 20px 40px 15px;
    font-size: 40px;
  }

  .welcoe-text.text-pages {
    line-height: 22px;
  }

  .row {
    margin-top: -37px;
  }

  .brand-logo {
    display: block;
  }

  .client-logo {
    width: 100%;
    margin-bottom: 50px;
    display: block;
  }

  .client-logo.no-sp {
    margin-bottom: 0;
  }

  .copyright {
    text-align: center;
    margin-bottom: 15px;
  }

  .social-ico.social-team {
    top: 289px;
  }

  .cent {
    text-align: center;
  }

  .banner-home {
    background-position: 0 0, 50%;
    background-attachment: scroll, scroll;
    height: 500px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .small-text {
    font-size: 18px;
  }

  .small-text.description {
    width: auto;
    font-size: 14px;
  }

  .home {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .investment-criteria-div {
    padding-left: 25px;
    padding-right: 25px;
  }

  .investment-criteria-paragraph {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    padding: 15px 30px 10px;
    font-size: 27px;
    line-height: 31px;
  }

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

  .button.btn-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .button.mobile {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-section {
    padding-top: 50px;
  }

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

  .welcoe-text {
    font-size: 18px;
    line-height: 25px;
  }

  .welcoe-text.text-pages {
    font-size: 10px;
  }

  .welcoe-text.text-pages.dark {
    font-size: 14px;
  }

  .row {
    margin-top: -22px;
  }

  .slider-div {
    height: auto;
  }

  .social-ico.social-team {
    top: 147px;
  }

  .tittle-section {
    padding-top: 45px;
    padding-bottom: 40px;
  }

  .banner {
    height: auto;
  }

  .slider-projec {
    height: 500px;
  }

  .banner-home {
    background-position: 0 0, 50%;
    background-attachment: scroll, scroll;
    height: 600px;
    padding-top: 100px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .small-text {
    font-size: 18px;
  }

  .nav-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home {
    text-align: center;
    letter-spacing: 3px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    display: none;
  }

  .tabs-menu {
    float: none;
    width: auto;
  }

  .tab-content {
    padding-left: 0;
    padding-right: 0;
  }
}


@font-face {
  font-family: 'Lovelo';
  src: url('../fonts/Lovelo_Black.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}