/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
html,
body,
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 62em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 48em) {
    html {
      font-size: 50%; } }

body {
  width: 100%;
  font-family: 'Lora', serif;
  box-sizing: border-box;
  background-color: #f5f5f5; }

.heading-primary {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 3rem;
  z-index: 1;
  font-family: 'Roboto', sans-serif; }
  .heading-primary--main {
    font-size: 5.5rem;
    letter-spacing: 2rem;
    display: block;
    font-weight: 400;
    margin-bottom: .5rem; }
    @media only screen and (max-width: 62em) {
      .heading-primary--main {
        font-size: 4rem;
        letter-spacing: .5rem; } }
    @media only screen and (max-width: 48em) {
      .heading-primary--main {
        font-size: 3.5rem;
        letter-spacing: .5rem; } }
    @media only screen and (max-width: 36em) {
      .heading-primary--main {
        font-size: 3rem;
        letter-spacing: .3rem; } }
  .heading-primary--sub {
    font-size: 2rem;
    letter-spacing: .6rem;
    display: block;
    font-weight: 700; }
    @media only screen and (max-width: 48em) {
      .heading-primary--sub {
        font-size: 1.7rem;
        letter-spacing: .4rem; } }
    @media only screen and (max-width: 36em) {
      .heading-primary--sub {
        font-size: 1.4rem; } }

.heading-secondary {
  color: #333333;
  font-size: 3.6rem;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif; }
  .heading-secondary--main::after {
    content: '';
    border-bottom: 3px solid #ffa500;
    width: 10px;
    display: block;
    margin: .5rem auto;
    font-family: 'Raleway', sans-serif; }
  @media only screen and (max-width: 48em) {
    .heading-secondary--main {
      font-size: 3.5rem; } }
  @media only screen and (max-width: 36em) {
    .heading-secondary--main {
      font-size: 2.5rem; } }
  .heading-secondary--main-white {
    color: #ffffff;
    font-size: 4rem; }
    .heading-secondary--main-white::after {
      content: '';
      border-bottom: 3px solid #ffa500;
      width: 10px;
      display: block;
      margin: .5rem auto; }
    @media only screen and (max-width: 48em) {
      .heading-secondary--main-white {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 36em) {
      .heading-secondary--main-white {
        font-size: 2.5rem; } }
  .heading-secondary--white {
    color: #ffffff;
    font-size: 3rem; }
    .heading-secondary--white-large {
      font-size: 4rem; }
  .heading-secondary--dark {
    color: #333333;
    font-size: 3rem; }
    .heading-secondary--dark-large {
      font-size: 5rem; }
  .heading-secondary--contact {
    color: #ffffff;
    font-size: 5rem; }
    @media only screen and (max-width: 36em) {
      .heading-secondary--contact {
        font-size: 3rem; } }
    .heading-secondary--contact-sub {
      color: #333;
      font-size: 3rem; }
  .heading-secondary--about {
    color: #333333;
    font-size: 2.6rem;
    margin-bottom: 1rem; }
  .heading-secondary--blog {
    color: #333333;
    font-size: 2.4rem;
    margin-bottom: 1.5rem; }
  .heading-secondary--e-form {
    color: #33475b;
    font-size: 5rem;
    margin-bottom: 2rem;
    text-align: center; }
  .heading-secondary--investor {
    color: #ffffff;
    font-size: 4rem;
    margin-bottom: 1rem; }

.heading-tertiary {
  font-size: 1.6rem;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Lora', serif; }
  .heading-tertiary--blog {
    color: #333333; }
  .heading-tertiary--white {
    font-size: 2.6rem;
    color: #ffffff;
    text-transform: capitalize; }
  .heading-tertiary--footer {
    font-size: 2.5rem;
    margin-bottom: 2rem; }
    .heading-tertiary--footer-sub {
      margin-bottom: 2rem; }
    .heading-tertiary--footer--blog {
      color: #333333;
      margin-bottom: 2rem; }
  .heading-tertiary--contact {
    font-size: 2rem;
    margin-bottom: .5rem;
    color: #333; }
  .heading-tertiary--about {
    color: #333333;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    text-transform: capitalize; }
  .heading-tertiary--team {
    position: absolute;
    top: 7.5rem;
    color: #151515; }
  .heading-tertiary--e-form {
    color: #333333;
    font-size: 3rem;
    margin-bottom: 2rem;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 6rem; }
  .heading-tertiary--investor {
    color: #333333;
    font-size: 2.6rem;
    margin-bottom: 1rem;
    text-transform: capitalize; }
  .heading-tertiary--investors {
    color: #ffffff;
    font-size: 2.6rem;
    margin-bottom: 1rem;
    text-transform: capitalize; }

.paragraph {
  color: #333333;
  font-size: 2.15rem; }
  .paragraph--white {
    color: #ffffff;
    font-size: 2.2rem; }
  .paragraph--info {
    color: #333333;
    font-size: 2.2rem;
    width: 100%;
    margin: auto;
    text-align: center; }
    .paragraph--info--white {
      color: #ffffff;
      text-align: center; }
  .paragraph--footer {
    font-size: 1.8rem;
    color: #999;
    line-height: 1.8; }
  .paragraph--copyright {
    font-size: 1.5rem;
    color: #999;
    margin-top: 3rem;
    text-align: center;
    text-transform: capitalize; }
  .paragraph--contact {
    color: #ffffff;
    font-size: 2.2rem;
    text-transform: capitalize; }
    @media only screen and (max-width: 36em) {
      .paragraph--contact {
        font-size: 2rem; } }
    @media only screen and (max-width: 36em) {
      .paragraph--contact {
        font-size: 2rem; } }
  .paragraph--form {
    color: #333333;
    font-size: 2rem; }
  .paragraph--about {
    color: #333333;
    font-size: 2rem; }
  .paragraph--blog {
    color: #333333;
    font-size: 2rem; }
  .paragraph--investor {
    color: #ffffff;
    font-size: 2.3rem; }
  .paragraph--e-form {
    color: #333333;
    font-size: 1.3rem;
    margin-bottom: 1rem; }
  .paragraph--company {
    color: #323234;
    font-size: 2.3rem; }
  .paragraph--detail {
    color: #ffffff;
    font-size: 2rem; }

.u-margin-bottom-small {
  margin-bottom: 1rem; }

.u-margin-bottom {
  margin-bottom: 10rem; }

.u-margin-bottom-medium {
  margin-bottom: 3rem; }

.margin-auto {
  margin: 0 auto; }

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

.u-left {
  text-align: left; }

.border-bottom {
  border-bottom: 1px solid #323234;
  padding-bottom: 5rem; }

.btn:link, .btn:visited {
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 1.5rem 4rem;
  text-decoration: none;
  border-radius: 7px;
  display: inline-block;
  text-shadow: 0 0.1rem 0 #000000;
  font-weight: 700;
  box-shadow: inset 0 0.5px 0 0 #000000;
  transition: all .2s ease;
  color: #ffffff;
  white-space: nowrap;
  z-index: 100000;
  position: relative; }

.btn:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }

.btn:active {
  transform: translateY(-0.2rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1); }

.btn--orange {
  background-color: #ffa500;
  color: #ffffff; }
  @media only screen and (max-width: 36em) {
    .btn--orange {
      margin-bottom: 1rem; } }
  .btn--orange:not(:last-child) {
    margin-right: 20px; }

.btn--more:link, .btn--more:visited {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  text-decoration: underline;
  color: #ffa500; }

.btn-text {
  /*&:active{
        transform: translateY(0);
        box-shadow: 0 .5rem 1rem rgba($color-black, .15);
    }*/ }
  .btn-text:link, .btn-text:visited {
    font-size: 1.8rem;
    color: #ffb217;
    text-decoration: none;
    border-bottom: 1px solid #ffb217;
    padding: .5rem;
    width: 13rem;
    transition: all .2s;
    white-space: nowrap;
    text-transform: capitalize; }
  .btn-text:hover {
    color: #ffb217a1; }

.btn-border:link, .btn-border:visited {
  font-size: 1.8rem;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #636363;
  padding: 1.5rem 1rem;
  display: inline-block;
  transition: all .2s;
  width: 24rem; }

.btn-border:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15); }

.btn-border:active {
  transform: translateY(0);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.contact {
  color: #ffa500; }
  @media only screen and (max-width: 62em) {
    .contact {
      margin: auto; } }
  .contact__email {
    text-decoration: none;
    font-size: 1.8rem;
    display: inline-block;
    margin-bottom: .2rem; }
  .contact__tel {
    text-decoration: none;
    font-size: 1.8rem; }

.bg-media {
  position: relative;
  width: 100%;
  height: 90%;
  overflow: hidden;
  margin: auto;
  top: 10rem;
  margin-top: 1rem; }
  @media only screen and (max-width: 48em) {
    .bg-media {
      margin-top: 0;
      padding-bottom: 5rem;
      top: 0; } }
  @media only screen and (max-width: 62em) {
    .bg-media {
      margin-top: 0;
      padding-bottom: 5rem;
      top: 0; } }
  @media only screen and (max-width: 36em) {
    .bg-media {
      margin-top: 0;
      height: 100%;
      top: 0; } }
  .bg-media__content {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7; }
  .bg-media--home {
    background-position: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/video.jpg"); }
  .bg-media--contact {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/showcase-contact.jpg"); }
  .bg-media--about {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/showcase-about.jpg"); }
  .bg-media--merch {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/merchants.jpg"); }
  .bg-media--investor {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/investor.jpg");
    background-position: top; }
  .bg-media--company {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/companies.jpg"); }
  .bg-media--portfolio {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/portfolio.jpg"); }

.title {
  font-size: 2rem;
  color: #ffa500;
  text-transform: capitalize;
  position: absolute;
  top: 3rem;
  left: 5rem; }

#blog {
  padding: 20rem 10rem 0 10rem; }
  @media only screen and (max-width: 36em) {
    #blog {
      padding: 10rem 2rem 0 2rem; } }
  #blog__box {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding-bottom: 9rem; }
    @media only screen and (max-width: 36em) {
      #blog__box {
        flex-direction: column;
        align-items: flex-start; } }
    #blog__box h1 {
      position: absolute;
      top: -5rem;
      left: 0;
      font-size: 6rem;
      font-weight: 700;
      color: #c9cbce;
      z-index: -9; }
  #blog__img {
    width: 60%;
    margin-right: 4rem; }
    #blog__img img {
      object-fit: cover;
      width: 100%;
      height: auto;
      box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
      border-radius: 1%;
      -webkit-border-radius: 1%;
      -moz-border-radius: 1%;
      -ms-border-radius: 1%;
      -o-border-radius: 1%; }
    @media only screen and (max-width: 36em) {
      #blog__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3rem; } }
    #blog__img img {
      width: 100%;
      height: 50rem;
      object-fit: cover;
      object-fit: cover; }
  #blog__details {
    width: 50%; }
    #blog__details h4 {
      font-size: 2.6rem;
      color: #222; }
    #blog__details p {
      font-size: 2.4rem;
      color: #465b52;
      margin: 15px 0 2rem 0; }
    @media only screen and (max-width: 36em) {
      #blog__details {
        width: 100%; } }
    #blog__details a {
      text-decoration: none;
      font-size: 1.6rem;
      color: #ffa500;
      font-weight: 700;
      position: relative;
      transition: 0.3s; }
      #blog__details a::after {
        content: '';
        width: 5rem;
        height: 0.1rem;
        background-color: #ffa500;
        position: absolute;
        top: 0.7rem;
        right: -6rem; }
      #blog__details a:hover {
        color: #000000; }
        #blog__details a:hover::after {
          background-color: #000000; }

#blog__main-image {
  width: 80%;
  height: 60vh;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 48em) {
    #blog__main-image {
      height: 30vh;
      width: 100%; } }

.section-blogimg {
  padding: 15rem 10rem 4rem;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 36em) {
    .section-blogimg {
      padding: 15rem 5rem 4rem; } }

.blog__content-info-heading {
  font-size: 2.6rem;
  color: #222;
  margin-bottom: 1rem; }
  .blog__content-info-heading i {
    font-size: 2rem; }

.counters {
  font-size: 1.8rem;
  color: #ffffff;
  counter-reset: counter-name;
  padding: 5rem 10rem; }
  @media only screen and (max-width: 36em) {
    .counters {
      padding: 5rem 5rem; } }
  .counters--invest {
    color: #333333; }

.section {
  position: relative;
  margin-bottom: 1.5rem; }

.section::before {
  counter-increment: counter-name;
  content: counter(counter-name);
  position: absolute;
  left: -3rem;
  top: 0rem;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffa500;
  box-sizing: border-box; }

.about-detail {
  padding: 5rem 0; }

.detail {
  height: 70rem;
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 48em) {
    .detail {
      flex-direction: column;
      height: auto; } }
  @media only screen and (max-width: 36em) {
    .detail {
      flex-direction: column;
      flex-wrap: nowrap;
      height: auto; } }
  .detail__image {
    width: 33%;
    height: 70rem;
    border-radius: 2rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    padding: 20rem 5rem 5rem;
    box-shadow: 0 1.5rem 4rem rgba(255, 255, 255, 0.15); }
    @media only screen and (max-width: 48em) {
      .detail__image {
        width: 100%;
        border-radius: 2rem;
        height: 40vh; } }
    .detail__image--one {
      background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/approach.jpg"); }
      @media only screen and (max-width: 48em) {
        .detail__image--one {
          margin-bottom: 5rem; } }
    .detail__image--two {
      background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/companies.jpg"); }
      @media only screen and (max-width: 48em) {
        .detail__image--two {
          margin-bottom: 5rem; } }
  .detail__box {
    width: 60%;
    height: 70rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center; }
    @media only screen and (max-width: 48em) {
      .detail__box {
        width: 100%;
        height: auto; } }
    @media only screen and (max-width: 36em) {
      .detail__box {
        flex-direction: column;
        flex-wrap: wrap;
        height: auto; } }
    .detail__box-text {
      width: 46%; }
      @media only screen and (max-width: 36em) {
        .detail__box-text {
          width: 100%; } }
    @media only screen and (max-width: 48em) {
      .detail__box--one {
        margin-bottom: 6rem; } }

.e-form {
  width: 80%;
  margin: auto;
  background-color: #ffffff;
  padding: 10rem 10rem; }
  @media only screen and (max-width: 36em) {
    .e-form {
      width: 95%;
      padding: 10rem 6rem; } }
  .e-form__label {
    font-size: 1.8rem;
    text-transform: capitalize;
    color: #333333;
    display: block;
    margin-bottom: .4rem; }
    .e-form__label sup {
      color: #ffa500;
      font-size: 2rem; }
  .e-form__input {
    display: block;
    width: 90%;
    border: 1px solid #cbd6e2;
    background-color: #f5f8fa;
    padding: .65rem;
    font-size: 1.3rem;
    color: #343433;
    font-family: inherit;
    height: 4rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 48em) {
      .e-form__input {
        width: 100%; } }
    .e-form__input--name {
      display: inline-block;
      width: 43.7%;
      margin-right: 2rem; }
      @media only screen and (max-width: 48em) {
        .e-form__input--name {
          width: 90%; } }
      @media only screen and (max-width: 48em) {
        .e-form__input--name {
          width: 100%; } }
    .e-form__input:focus {
      outline: none;
      box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid #0044a0; }
    .e-form__input:focus:invalid {
      border-bottom: 1px solid #ffa500; }
    .e-form__input::-webkit-input-placeholder {
      color: #343433;
      text-transform: capitalize; }
  .e-form__textarea {
    width: 95%;
    border: 1px solid #cbd6e2;
    background-color: #f5f8fa;
    padding: .65rem;
    font-size: 1.3rem;
    color: #343433;
    font-family: inherit;
    margin-bottom: 2rem; }
    .e-form__textarea:focus {
      outline: none;
      box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid #0044a0; }
    .e-form__textarea:focus:invalid {
      border-bottom: 1px solid #ffa500; }
    .e-form__textarea::-webkit-input-placeholder {
      color: #343433;
      text-transform: capitalize; }
  .e-form__button {
    text-transform: uppercase;
    font-size: 1.6rem;
    padding: 1.5rem 4rem;
    text-decoration: none;
    border: none;
    border-radius: 7px;
    display: block;
    text-shadow: 0 0.1rem 0 #000000;
    font-weight: 700;
    box-shadow: inset 0 0.5px 0 0 #000000;
    background-color: #ffa500;
    color: #ffffff;
    margin-top: 3rem;
    cursor: pointer; }
  .e-form__options {
    font-size: 1.4rem;
    color: #333333;
    font-weight: 400; }
  .e-form__checkbox {
    margin-bottom: 1rem; }

#e-form__field {
  margin-bottom: 1.5rem;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
  width: 14rem;
  padding: 1rem;
  border-radius: 3px;
  margin-bottom: 2rem; }

#e-form__country {
  margin-bottom: 1.5rem;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
  width: 14rem;
  padding: 1rem;
  border-radius: 3px;
  margin-bottom: 2rem; }

#e-form__model {
  margin-bottom: 1.5rem;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
  width: 14rem;
  padding: 1rem;
  border-radius: 3px;
  margin-bottom: 2rem; }

#e-form__invest {
  margin-bottom: 1.5rem;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
  width: 14rem;
  padding: 1rem;
  border-radius: 3px;
  margin-bottom: 2rem; }

#e-form__industry {
  margin-bottom: 1.5rem;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
  width: 14rem;
  padding: 1rem;
  border-radius: 3px;
  margin-bottom: 2rem; }

#e-form__funding {
  margin-bottom: 1.5rem;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
  width: 14rem;
  padding: 1rem;
  border-radius: 3px;
  margin-bottom: 2rem; }

#e-form__capital {
  margin-bottom: 1.5rem;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
  width: 14rem;
  padding: 1rem;
  border-radius: 3px;
  margin-bottom: 2rem; }

.footer {
  background-color: #151515;
  padding: 10rem 8rem; }
  @media only screen and (max-width: 36em) {
    .footer {
      padding: 8rem 6rem; } }
  .footer__box {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 5rem 0; }
    @media only screen and (max-width: 36em) {
      .footer__box {
        flex-direction: column; } }
    .footer__box-one {
      width: 40%; }
      @media only screen and (max-width: 62em) {
        .footer__box-one {
          width: 70%; } }
      @media only screen and (max-width: 36em) {
        .footer__box-one {
          width: 100%;
          margin-bottom: 5rem; } }
    .footer__box-two {
      width: 10%; }
      @media only screen and (max-width: 62em) {
        .footer__box-two {
          display: none; } }
    .footer__box-three {
      width: 10%; }
      @media only screen and (max-width: 62em) {
        .footer__box-three {
          display: none; } }
    .footer__box-four {
      width: 25%; }
      @media only screen and (max-width: 36em) {
        .footer__box-four {
          width: 100%; } }
  .footer__link {
    text-decoration: none;
    color: #999;
    font-size: 1.6rem;
    text-transform: capitalize; }
  .footer__navigation {
    list-style: none; }
    .footer__navigation-item {
      padding-bottom: .9rem; }
    .footer__navigation-link {
      text-decoration: none;
      font-size: 1.5rem;
      color: #999;
      text-transform: capitalize; }
  .footer__input {
    background-color: #151515;
    border: none;
    outline: none;
    border-bottom: 1px solid #999;
    display: block;
    padding: 0 0 1rem 0;
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 1.4rem;
    width: 80%; }
    .footer__input--blog {
      background-color: #f5f5f5;
      color: #333333; }
  .footer__button {
    font-size: 1.8rem;
    letter-spacing: .2rem;
    color: #000000;
    text-decoration: none;
    border: 1px solid #323234;
    padding: .5rem 1rem;
    border-radius: 6px;
    text-transform: capitalize;
    cursor: pointer; }
    .footer__button--blog {
      background-color: #ffa500;
      color: #ffffff;
      border: none; }
      .footer__button--blog:hover {
        background-color: #d4a011;
        color: #ffffff; }
  .footer__social {
    list-style: none;
    margin-top: 2rem; }
    .footer__social-item {
      display: inline-block;
      margin-right: 1rem; }
    .footer__social-icon {
      color: #ffffff;
      font-size: 3.6rem; }
  .footer .install img {
    margin-top: 1rem; }
  .footer .install .rows {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    .footer .install .rows img {
      border: 1px solid #ffa500;
      border-radius: 6px; }

.form {
  width: 60%; }
  @media only screen and (max-width: 62em) {
    .form {
      width: 100%;
      padding: 10rem 15rem; } }
  @media only screen and (max-width: 36em) {
    .form {
      width: 100%;
      padding: 10rem 6rem; } }
  .form__label {
    font-size: 2.2rem;
    text-transform: capitalize;
    color: #333333;
    display: block;
    margin-bottom: 1rem; }
  .form__input {
    display: block;
    width: 95%;
    border: 1px solid #cfd4d8;
    background-color: #ffffff;
    padding: .65rem;
    font-size: 1.3rem;
    color: #343433;
    font-family: inherit;
    height: 4rem;
    margin-bottom: 1.5rem; }
    .form__input--name {
      display: inline-block;
      width: 46%;
      margin-right: 2rem; }
      @media only screen and (max-width: 62em) {
        .form__input--name {
          width: 95%; } }
    .form__input:focus {
      outline: none;
      box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid #0044a0; }
    .form__input:focus:invalid {
      border-bottom: 1px solid #ffa500; }
    .form__input::-webkit-input-placeholder {
      color: #343433;
      text-transform: capitalize; }
  .form__textarea {
    width: 95%;
    border: 1px solid #cfd4d8;
    background-color: #ffffff;
    padding: .65rem;
    font-size: 1.3rem;
    color: #343433;
    font-family: inherit;
    margin-bottom: 1.5rem; }
    .form__textarea:focus {
      outline: none;
      box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid #0044a0; }
    .form__textarea:focus:invalid {
      border-bottom: 1px solid #ffa500; }
    .form__textarea::-webkit-input-placeholder {
      color: #343433;
      text-transform: capitalize; }
  .form__submit {
    text-transform: uppercase;
    font-size: 1.6rem;
    padding: 1.5rem 4rem;
    text-decoration: none;
    border: none;
    border-radius: 7px;
    display: inline-block;
    text-shadow: 0 0.1rem 0 #000000;
    font-weight: 700;
    box-shadow: inset 0 0.5px 0 0 #000000;
    background-color: #ffa500;
    color: #ffffff; }

.row {
  padding: 0  7rem;
  margin: 0 auto; }
  @media only screen and (max-width: 36em) {
    .row {
      padding: 0 5rem; } }
  .row::after {
    content: "";
    clear: both;
    display: table; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 3rem; }
    @media only screen and (max-width: 48em) {
      .row [class^="col-"] {
        width: 100% !important; } }
  .row .col-1-of-2 {
    width: calc((100% - 3rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 3rem) / 3); }
  .row .col-2-of-3 {
    width: calc((((100% - 2 * 3rem) / 3) * 2) + 3rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 3rem) / 4); }
  .row .col-3-of-4 {
    width: calc((((100% - 3 * 3rem) / 4) * 3) + 2 * 3rem); }

.info-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10rem 0; }
  @media only screen and (max-width: 36em) {
    .info-block {
      flex-direction: column;
      flex-wrap: wrap;
      align-content: center; } }
  .info-block__one {
    height: 48rem;
    width: 45%;
    border-radius: 2rem;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/inv.jpg");
    background-size: cover;
    background-position: center; }
    .info-block__one .heading-secondary {
      margin-bottom: auto; }
    @media only screen and (max-width: 36em) {
      .info-block__one {
        width: 85%;
        margin-bottom: 10rem; } }
  .info-block__two {
    height: 48rem;
    width: 45%;
    box-shadow: 0 2rem 8rem rgba(255, 255, 255, 0.1);
    padding: 5rem;
    display: flex;
    flex-direction: column;
    border-radius: 2rem; }
    .info-block__two .heading-secondary {
      margin-bottom: auto; }
    @media only screen and (max-width: 36em) {
      .info-block__two {
        width: 85%; } }

.info-image {
  width: 100%;
  height: 100%; }

.leader__box {
  width: 90%;
  margin: auto;
  background-color: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 7rem 0;
  text-align: center;
  color: #171717;
  border-radius: 1rem; }
  .leader__box .name {
    display: block;
    font-weight: 100; }

.leader__main {
  margin-top: 10rem; }
  @media only screen and (max-width: 48em) {
    .leader__main {
      margin-top: 4rem; } }
  .leader__main .designation {
    color: #ffa500;
    font-size: 2.6rem; }

.leader__image {
  background-image: linear-gradient(to right top, rgba(0, 68, 160, 0.1), rgba(255, 165, 0, 0.1)), url(../img/bishop.png);
  background-size: cover;
  background-position: top;
  width: 28rem;
  height: 28rem;
  -webkit-clip-path: ellipse(38% 49% at 50% 50%);
  clip-path: ellipse(38% 49% at 50% 50%);
  margin-bottom: 2rem;
  margin: auto; }
  .leader__image--main {
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 35rem;
    background-size: cover;
    background-position: top;
    border-radius: 50%;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 8rem; }
    @media only screen and (max-width: 48em) {
      .leader__image--main {
        width: 45%;
        height: 50rem;
        border-radius: 3px;
        margin: 6.5rem 21rem 0; } }
    @media only screen and (max-width: 36em) {
      .leader__image--main {
        width: 84%;
        height: 70rem;
        border-radius: 3px;
        margin: 6.5rem 5rem 0; } }
    .leader__image--main__one {
      background-image: url("../img/mahia.jpg"); }
    .leader__image--main__two {
      background-image: url("../img/kiptum.jpg");
      background-position: center; }
    .leader__image--main__three {
      background-image: url("../img/karanja.jpg");
      background-position: center; }

.leader__email {
  color: #ffa500;
  font-size: 1.6rem;
  font-weight: 700; }

.leader .name {
  display: block;
  font-weight: 100; }

.leader__team {
  padding: 10rem 0;
  background-color: #fff; }
  .leader__team-box {
    margin-bottom: 10rem; }

.navigation {
  visibility: hidden;
  opacity: 0; }
  @media only screen and (max-width: 62em) {
    .navigation {
      visibility: visible;
      opacity: 1; } }
  @media only screen and (max-width: 48em) {
    .navigation {
      visibility: visible;
      opacity: 1; } }
  .navigation__checkbox {
    display: none; }
  .navigation__button {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    position: fixed;
    top: 5rem;
    right: 5rem;
    background-color: #ffffff;
    z-index: 2000;
    text-align: center;
    cursor: pointer; }
    @media only screen and (max-width: 48em) {
      .navigation__button {
        top: 4rem;
        right: 5rem; } }
  .navigation__background {
    width: 35%;
    height: 52rem;
    position: fixed;
    top: 0rem;
    right: 0rem;
    background-color: #323234;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all .8s ease; }
    @media only screen and (max-width: 62em) {
      .navigation__background {
        width: 50%;
        height: 100%; } }
    @media only screen and (max-width: 48em) {
      .navigation__background {
        width: 50%;
        height: 100%; } }
    @media only screen and (max-width: 36em) {
      .navigation__background {
        width: 100%;
        height: 100%; } }
  .navigation__nav {
    height: 60%;
    width: 50%;
    position: fixed;
    top: 6%;
    right: 12rem;
    z-index: 1500;
    padding: 0 15rem;
    visibility: hidden;
    opacity: 0;
    transition: opacity .8s ease; }
    @media only screen and (max-width: 62em) {
      .navigation__nav {
        right: 12rem; } }
    @media only screen and (max-width: 36em) {
      .navigation__nav {
        right: 52%;
        padding: 0 4rem; } }
  .navigation__logo {
    width: 26rem;
    padding: 2rem 2rem; }
  .navigation__social {
    list-style: none;
    margin-top: 3rem;
    padding: 0 4rem;
    display: block;
    width: 100rem; }
    .navigation__social-item {
      display: inline-block;
      margin-right: 1rem; }
    .navigation__social-icon {
      color: #ffffff;
      font-size: 3.6rem; }
  .navigation__list {
    list-style: none;
    text-align: left; }
  .navigation__item {
    margin: 1.5rem;
    white-space: nowrap; }
  .navigation__link {
    /* &:hover,
        &:active{
            background-position: 100%;
            color: $accent-color;
            transform: translateX(.4rem);
        }*/ }
    .navigation__link:link, .navigation__link:visited {
      list-style: none;
      display: inline-block;
      text-decoration: none;
      font-size: 2rem;
      padding: 1rem 2rem;
      font-weight: 300;
      text-transform: uppercase;
      color: #ffffff;
      transition: all .4s; }
    .navigation__link:hover {
      color: #ffa500; }
    .navigation__link span {
      margin-right: 1rem;
      display: inline-block; }
  .navigation__checkbox:checked ~ .navigation__background {
    visibility: visible;
    opacity: 1; }
  .navigation__checkbox:checked ~ .navigation__nav {
    visibility: visible;
    opacity: 1;
    z-index: 1500; }
  .navigation__icon {
    position: relative;
    margin-top: .2rem; }
    .navigation__icon, .navigation__icon::after, .navigation__icon::before {
      width: 3rem;
      height: 2px;
      background-color: #323234;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all .3s ease; }
    .navigation__icon::after, .navigation__icon::before {
      content: ""; }
    .navigation__icon::after {
      top: .8rem; }
    .navigation__icon::before {
      top: -.8rem; }
  .navigation__button:hover .navigation__icon::before {
    top: -1rem; }
  .navigation__button:hover .navigation__icon::after {
    top: 1rem; }
  .navigation__checkbox:checked + .navigation__button .navigation__icon::after {
    transform: rotate(-135deg);
    top: 0;
    left: 0; }
  .navigation__checkbox:checked + .navigation__button .navigation__icon::before {
    transform: rotate(135deg);
    top: 0;
    left: 0; }
  .navigation__checkbox:checked + .navigation__button .navigation__icon {
    background-color: transparent; }

.portfolio {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 36em) {
    .portfolio {
      flex-direction: column; } }
  .portfolio__box {
    width: 30%;
    border: 1px solid #e5e7eb;
    height: 15rem;
    position: relative; }
    @media only screen and (max-width: 36em) {
      .portfolio__box {
        width: 90%; } }
  .portfolio__image {
    width: 60%;
    display: block;
    margin: auto;
    position: relative;
    top: 20%; }
  .portfolio--one {
    margin-bottom: 5rem; }

.teammate {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0; }
  @media only screen and (max-width: 48em) {
    .teammate {
      flex-wrap: wrap;
      justify-content: space-around; } }
  .teammate__details {
    width: 30%;
    margin-bottom: 5rem; }
    @media only screen and (max-width: 48em) {
      .teammate__details {
        width: 40%; } }
    @media only screen and (max-width: 36em) {
      .teammate__details {
        width: 80%;
        margin-bottom: 7rem; } }
    .teammate__details--hide {
      opacity: 0; }
  .teammate__photo {
    background-image: url("../img/passport.jpg");
    background-position: top;
    background-size: cover;
    width: 100%;
    border-radius: 2rem;
    height: 35rem;
    margin-bottom: 2rem;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 48em) {
      .teammate__photo {
        height: 50rem; } }
    @media only screen and (max-width: 36em) {
      .teammate__photo {
        height: 40rem; } }
    .teammate__photo--one {
      background-image: url("../img/ceo.jpeg"); }
    .teammate__photo--two {
      background-image: url("../img/ivy.JPG"); }
    .teammate__photo--three {
      background-image: url("../img/lance.jpg"); }
    .teammate__photo--four {
      background-image: url("../img/anderson.jpg");
      background-position: 50%; }
    .teammate__photo--five {
      background-image: url("../img/Zahra.jpg"); }
    .teammate__photo--six {
      background-image: url("../img/wangatia.jpg"); }
  .teammate__designation {
    color: #c1c1c1;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: -1rem;
    text-transform: uppercase; }
  .teammate--one {
    border-top: 1px solid #999;
    padding-top: 7rem; }

.text-box {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%; }
  .text-box--contact {
    text-align: left;
    padding: 1rem 0rem;
    width: 70%; }

.story-text {
  width: 90%; }

.header {
  width: 100%;
  padding: 2.6rem 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 9rem;
  background-color: #ffffff; }
  @media only screen and (max-width: 62em) {
    .header {
      display: none; } }
  @media only screen and (max-width: 48em) {
    .header {
      display: none; } }
  .header__logo-img {
    width: 50%; }
  .header__logo-navigation {
    position: absolute;
    top: 4%;
    left: 4%;
    visibility: hidden;
    opacity: 0;
    transition: all .8s; }
    @media only screen and (max-width: 62em) {
      .header__logo-navigation {
        visibility: visible;
        opacity: 1; } }
    @media only screen and (max-width: 48em) {
      .header__logo-navigation {
        visibility: visible;
        opacity: 1; } }
    @media only screen and (max-width: 36em) {
      .header__logo-navigation {
        visibility: visible;
        opacity: 1; } }
  .header__navigation-list {
    display: flex;
    list-style: none;
    text-align: center;
    justify-content: space-between;
    align-items: center; }
  .header__navigation-item {
    margin-left: 4rem; }
  .header__navigation-link {
    text-decoration: none;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 600;
    font-style: bold;
    transition: all .3s; }
    .header__navigation-link:hover {
      color: #ffa500; }
    .header__navigation-link--active {
      color: #ffa500; }
    .header__navigation-link--button {
      background-color: #ffa500;
      color: #ffffff;
      padding: 1rem 3rem;
      border-radius: 7px;
      white-space: nowrap;
      text-shadow: 0 0.1rem 0 #000000;
      box-shadow: inset 0 0.5px 0 0 #000000;
      transition: all .3s ease; }
      .header__navigation-link--button:hover {
        background-color: #d4a011;
        color: #ffffff; }

.section-form {
  padding: 10rem 0;
  display: flex;
  justify-content: space-around; }
  @media only screen and (max-width: 62em) {
    .section-form {
      flex-direction: column; } }

.section-detail {
  padding: 10rem 0; }

.section-team {
  padding: 10rem 0;
  position: relative;
  z-index: -1; }

.section-more {
  padding: 10rem 0; }

.section-strategy {
  padding: 15rem 0 10rem; }

.section-startup {
  background-color: #151515; }

.section-portfolio {
  padding: 10rem 0; }

.section-enterpreneur {
  margin: auto;
  padding: 10rem 0 10rem; }

.section-investor {
  padding: 0rem 0; }
  @media only screen and (max-width: 36em) {
    .section-investor {
      padding: 6rem 0; } }
  .section-investor .investment {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 48em) {
      .section-investor .investment {
        flex-direction: column; } }
  .section-investor .investor {
    width: 60%; }
    .section-investor .investor--one {
      margin-bottom: 6rem; }
    @media only screen and (max-width: 48em) {
      .section-investor .investor {
        width: 100%; } }
    .section-investor .investor__info {
      display: flex;
      justify-content: space-between;
      margin-top: 4rem; }
      @media only screen and (max-width: 36em) {
        .section-investor .investor__info {
          flex-direction: column; } }
    .section-investor .investor__box-one {
      width: 48.7%; }
      @media only screen and (max-width: 36em) {
        .section-investor .investor__box-one {
          width: 100%;
          margin-bottom: 2.5rem; } }
    .section-investor .investor__box-two {
      width: 48.7%; }
      @media only screen and (max-width: 36em) {
        .section-investor .investor__box-two {
          width: 100%; } }
  .section-investor .bg-image {
    width: 36%;
    height: 85vh;
    display: flex;
    align-content: center;
    flex-wrap: wrap; }
    @media only screen and (max-width: 48em) {
      .section-investor .bg-image {
        width: 100%;
        height: 35vh; } }
    .section-investor .bg-image--companies {
      display: flex;
      align-content: center;
      flex-wrap: wrap; }
      @media only screen and (max-width: 48em) {
        .section-investor .bg-image--companies {
          width: 100%;
          height: 35vh; } }
    .section-investor .bg-image__content {
      width: 100%;
      height: 100%;
      object-fit: cover;
      box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
      border-radius: 2rem; }
      @media only screen and (max-width: 48em) {
        .section-investor .bg-image__content {
          border-radius: 1.5rem; } }
      .section-investor .bg-image__content--companies {
        height: 60%; }
        @media only screen and (max-width: 48em) {
          .section-investor .bg-image__content--companies {
            border-radius: 1.5rem;
            height: 100%; } }
  .section-investor .flexing {
    display: flex;
    align-content: center;
    flex-wrap: wrap; }
    @media only screen and (max-width: 48em) {
      .section-investor .flexing {
        width: 100%;
        height: 35vh; } }

.join {
  padding: 0 0 10rem 0;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .join .btn--join {
    text-align: center;
    margin: auto;
    z-index: -1; }

.section-get {
  padding: 10rem 0;
  background-color: #151515; }

.section-button {
  padding: 0rem 0 10rem;
  text-align: center; }

.section-contact {
  padding: 15rem 0 15rem; }
  .section-contact .give {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 48em) {
      .section-contact .give {
        flex-direction: column; } }
    .section-contact .give__box {
      width: 44%;
      border-radius: 1rem;
      overflow: hidden;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15); }
      @media only screen and (max-width: 48em) {
        .section-contact .give__box {
          width: 90%;
          margin: auto;
          justify-content: center; }
          .section-contact .give__box:not(:last-child) {
            margin-bottom: 10rem; } }
      @media only screen and (max-width: 36em) {
        .section-contact .give__box {
          width: 95%; } }
    .section-contact .give__photo {
      background-size: cover;
      background-position: center;
      height: 30rem;
      width: 100%;
      box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2); }
      .section-contact .give__photo--1 {
        background-image: url(../img/give-1.jpg); }
      .section-contact .give__photo--2 {
        background-image: url(../img/give-2.jpg);
        background-position: bottom; }
      @media only screen and (max-width: 48em) {
        .section-contact .give__photo {
          height: 50rem;
          width: 100%; } }
      @media only screen and (max-width: 36em) {
        .section-contact .give__photo {
          height: 40rem;
          width: 100%; } }
    .section-contact .give__text {
      width: 100%;
      height: 62%;
      background-color: #fff;
      padding: 2.5rem 5.7rem;
      box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2); }
      @media only screen and (max-width: 48em) {
        .section-contact .give__text {
          height: 80%;
          width: 100%;
          padding: 5rem 5rem 10rem; } }

.section-more {
  padding: 10rem 0; }
  .section-more .border {
    border-top: 1px solid #323234;
    border-bottom: 1px solid #323234;
    padding: 10rem 0; }

.section-apply {
  padding: 10rem 0; }

.section-blog {
  padding: 5rem 10rem; }
  @media only screen and (max-width: 36em) {
    .section-blog {
      padding: 5rem 5rem; } }

.section-blogs {
  padding: 5rem 5rem;
  background-color: red; }

.section-hero {
  height: 85vh;
  z-index: -1; }
  @media only screen and (max-width: 36em) {
    .section-hero {
      height: 60vh; } }
  .section-hero--contact {
    height: 60vh; }

.section-story {
  padding: 5rem 0;
  width: 80%;
  margin: auto;
  background-color: #151515; }

/*
.section-phylosophy{
    padding: 15rem 7rem;

    .phylosophy-image{
        width: 100%;
    }

    .phylosophy-text{
        display: flex;
        height: 45rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}


*/
.section-about {
  padding: 12rem 0 10rem; }
  .section-about--investor {
    background-color: #151515; }
  @media only screen and (max-width: 62em) {
    .section-about--1 {
      padding: 4rem 0 10rem; } }
  @media only screen and (max-width: 48em) {
    .section-about--1 {
      padding: 2rem 0 10rem; } }
  .section-about--2 {
    padding: 10rem 0 10rem; }
    @media only screen and (max-width: 62em) {
      .section-about--2 {
        padding: 10rem 0 10rem; } }
    @media only screen and (max-width: 48em) {
      .section-about--2 {
        padding: 10rem 0 2rem; } }
  .section-about .about-image {
    width: 100%;
    height: 35rem; }
    .section-about .about-image--one {
      border-top-left-radius: 2rem;
      border-bottom-left-radius: 2rem; }
      @media only screen and (max-width: 48em) {
        .section-about .about-image--one {
          border-radius: 1.5rem; } }
    .section-about .about-image--two {
      border-top-right-radius: 2rem;
      border-bottom-right-radius: 2rem; }
      @media only screen and (max-width: 48em) {
        .section-about .about-image--two {
          border-radius: 1.5rem; } }
  .section-about .about-description {
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    height: 35rem; }

.section-info {
  padding: 10rem 0;
  background-color: #151515; }
