body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #202020;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #b22018;
  font-weight: 300;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #00264b;
}

.home-hero {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 780px;
  min-height: auto;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'PT Sans', sans-serif;
  text-align: left;
}

.hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 64px auto 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 52px;
  font-weight: 300;
  text-align: center;
}

.red-line-accent {
  display: inline-block;
  height: 2px;
  min-width: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #9e1411;
  text-align: left;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.red-line-accent.home {
  margin-bottom: 92px;
}

.body-paragraph {
  display: block;
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.body-paragraph.first {
  margin-top: 12px;
}

.body-container {
  position: relative;
  display: block;
  max-width: 840px;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 40px 30px;
  background-color: hsla(0, 0%, 100%, 0);
  text-align: left;
}

.body-container.subsections {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 30px;
}

.body-container.process {
  margin-top: 0px;
}

.body-container.title {
  padding-top: 0px;
  padding-bottom: 0px;
}

.body-container.pics {
  padding-top: 0px;
}

.h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.h2.white {
  color: #fff;
  text-align: left;
}

.h1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

.h1.white {
  margin-top: 0px;
  color: #fff;
}

.h1.white.pics {
  margin-top: 60px;
}

.example-pic {
  margin-bottom: 30px;
  box-shadow: 0 20px 20px -3px rgba(0, 0, 0, 0.79);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.location {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.location.white {
  color: #fff;
}

.content-page-hero {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-image: url('../images/top7.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.content-page-hero.investment-fund {
  background-image: url('../images/top2.jpg');
}

.content-page-hero.development {
  background-image: url('../images/top3.jpg');
}

.content-page-hero.process {
  background-image: url('../images/top7.jpg');
}

.content-page-hero.careers {
  background-image: url('../images/top1.jpg');
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #00264b;
}

.copyright {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 10px;
  letter-spacing: 6px;
}

.dropdown-toggle {
  background-color: #fff;
  color: #202020;
  font-weight: 500;
}

.dropdown-toggle:hover {
  background-color: #01244a;
  color: #fff;
  text-decoration: none;
}

.dropdown-toggle.w--current {
  color: #202020;
}

.dropdown-toggle.w--current:hover {
  color: #fff;
}

.dropdown-toggle.subnav {
  background-color: #f9f9f9;
}

.dropdown-toggle.subnav:hover {
  background-color: #01244a;
}

.dropdown-toggle.subnav.w--current {
  background-color: #f9f9f9;
}

.dropdown-toggle.subnav.w--current:hover {
  background-color: #01244a;
}

.navbar-2 {
  position: fixed;
  width: 100%;
  min-height: 70px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.image-2 {
  margin-top: 11px;
  margin-bottom: 18px;
}

.nav-menu-2 {
  position: relative;
  background-color: #fff;
}

.menu-button-2 {
  background-color: #fff;
}

.menu-button-2.w--open {
  background-color: #fff;
}

.line-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 3px;
  margin-top: 6px;
  margin-bottom: 18px;
  text-align: left;
}

.dropdown-link {
  font-weight: 500;
}

.section-title {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/investment-fund.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

.section-title.contact {
  min-height: 100vh;
  background-image: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.container-2 {
  padding: 55px 111px 69px;
  background-color: hsla(0, 0%, 100%, 0);
}

.bold-text {
  text-align: center;
}

.div-block {
  margin-top: 20px;
}

.button {
  margin-top: 17px;
  padding: 10px 40px;
  border-radius: 20px;
  background-color: #00264b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  text-decoration: none;
}

.button:hover {
  background-color: #001931;
  color: #fff;
  text-decoration: none;
}

.icon {
  margin-top: 3px;
  font-size: 33px;
}

.link-2 {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.link-2:hover {
  font-style: normal;
  text-decoration: underline;
}

.image-4 {
  max-width: 100%;
  margin-top: 25px;
}

.div-block-3 {
  text-align: center;
}

.div-block-4 {
  text-align: center;
}

.list-item {
  padding-bottom: 13px;
  color: #fff;
}

.list {
  color: #fff;
  font-size: 16px;
}

.backgrounds {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: none;
  object-fit: none;
}

.hero-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: auto;
  background-image: url('../images/bg1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-4 {
  position: relative;
}

.example-projects-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  background-image: url('../images/ex-prj3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.management-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: url('../images/example-projects-bg2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.development-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -4;
  background-image: url('../images/contact-dark.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.careers-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -5;
  background-image: url('../images/careers2-dark.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.contact-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -6;
  background-image: url('../images/bg1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.example-projects-section {
  padding-top: 50px;
}

.management-section {
  margin-top: 140px;
  margin-bottom: 140px;
}

.careers-section {
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 650px;
  }

  .hero-text {
    padding-right: 58px;
    padding-left: 58px;
  }

  .body-container.process {
    padding-top: 50px;
  }

  .dropdown-toggle {
    background-color: #fff;
  }

  .div-block-3 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 520px;
  }
}

@media screen and (max-width: 479px) {
  .home-hero {
    height: auto;
    margin-top: 0px;
    padding-right: 20px;
    padding-bottom: 77px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container {
    display: block;
    margin-top: 72px;
    margin-bottom: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-text {
    margin-top: 67px;
    margin-bottom: 0px;
    padding-right: 31px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 37px;
  }

  .red-line-accent {
    margin-left: 0px;
    padding-left: 0px;
  }

  .red-line-accent.home {
    margin-top: 55px;
    margin-bottom: 63px;
  }

  .body-paragraph {
    margin-bottom: 0px;
  }

  .body-container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
  }

  .h2.white {
    text-align: left;
  }

  .h2.white.centered {
    text-align: center;
  }

  .image-2 {
    margin-bottom: 12px;
  }

  .section-title.contact {
    min-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-2 {
    position: relative;
    max-width: 320px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: hsla(0, 0%, 100%, 0);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    text-align: center;
  }

  .bold-text {
    position: relative;
    text-align: center;
  }

  .div-block {
    position: relative;
    min-width: 320px;
  }

  .image-4 {
    max-width: 100%;
    padding-right: 0px;
  }

  .div-block-4 {
    text-align: center;
  }
}

