

@font-face {font-family: 'Gotham-Thin'; src: url('fonts/GothamGRThin.otf')  format("opentype"); font-weight: 100;}
@font-face {font-family: 'Gotham-Light'; src: url('fonts/GothamGRLight.otf') format("opentype"); font-weight: 300;}
@font-face {font-family: 'Gotham-Medium'; src: url('fonts/GothamGRMedium.otf') format('opentype'); font-weight: 500;}
@font-face {font-family: 'Gotham-Bold'; src: url('fonts/GothamGRBold.otf') format("opentype"); font-weight: 700;}
@font-face {font-family: 'Gotham-Ultra'; src: url('fonts/GothamGRUltra.otf') format("opentype"); font-weight: 900;}

.container.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.row {
  margin: 0px;
}

body {
  overflow-x:hidden;
  font-family:Gotham-Medium;
  color: #000;
  font-size: 16px;
}

img {
  width:100%;
}

.col-md-6 {
  padding:  0px;
}

.main-title {
  font-size:28px;
  margin-bottom: 30px;
}

#primary-menu span {
  color: #189aff;
}

a:hover {
  color: #189aff;
  text-decoration-line: none;
}

.bold-text {
  font-family: Gotham-Ultra;
  }

.sub-title {
  font-size: 22px;
}

.section-title {
  font-size: 18px;
}

.light-text {
  font-family: Gotham-Light;
}

.title-top-margin {
  margin-top: 30px;
}

#logo {

  position: relative;
  float: left;

  font-size: 36px;
  line-height: 100%;
  color: #fff;
}

#logo p {

  font-family: Gotham-Light;
  font-weight: bold;
  margin: -5px 0px;
}

#logo p span {
  font-family: Gotham-Ultra;

}

#logo a {
  color: #fff;
}


#primary-menu {

  float: right;
}

#header-wrap {
  background-color: #393939;
  padding: 2% 2% 1.5%;
}

#primary-menu ul li a {
    display: inline-block;
    /*height: 100px;
    line-height: 100px;*/
    padding: 0 15px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: Gotham-Medium;
}

#primary-menu ul li a div,
#primary-menu ul li a span{
    display: inline-block;
}


#primary-menu ul {
  display: inline-flex;
  list-style-type: none;
}

.row-1 .ecocar-logo {
  margin-top: 40%;
}

.row-1 .col-md-7 {
  padding-left: 0px;
  padding-right: 0px;
}


.row-2  {
  background-color: #f5f5f5;
  padding: 0% 10% 5%;
}

.row-2-1 .row-title,
.row-4 .row-title {
  padding: 3% 0%;
}

.row-3 {
  padding: 5% 10% 5%;
}

.row-4 {
  background-color: #f5f5f5;
  padding: 0% 0% 5% 10%;;
}

.row-4 .row-title p{
  text-align: center;
  font-family: Gotham-Light;
  font-weight: bold;
}



.row-5 {
  padding: 5% 7.7%;
}

.row-5 .col-md-6 {
  padding: 0px 15px;
}

.row-5-description,
.row-4 .box-text-2-description{
  font-family: Gotham-Light;
  font-weight: bold;
}

.row-6 {
  padding: 2%;
  background-color: #189aff;
}

.row-7 {
  padding: 4% 6% 2%;
}

.steering-wheel, .round-help-button {
  width:30%;
}

.open-book {
  width: 32%;
}

.row-6 .row-title {
  color: #fff;
  margin-bottom: 5%;
}

.icon-column {
  text-align: center;
}

.icon-column-paragraph {
  color: #fff;
  margin-top: 25px;
  font-size: 16px;
  font-family: Gotham-Thin;
  font-weight: bold;
}

#icon-column-3 {
  margin-top: 22px;
}

.image-logo-wraper imh {
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-icon-column {
  text-align: center;
  display: inline;
}

.footer-icon-column-1 {
  text-align: left;
}

.footer-icon {
  width: 15%;
  fill: #189aff;
  display: inline-block;
  vertical-align: middle;
}

.footer-icon-column-paragraph {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}

.footer-icon-column-paragraph a {
  color: #000;
}

.row-title h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;

}

.thick-underline {
  border-bottom: 5px solid #189aff;
  display: block;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}


.thick-underline-2 {
  border-bottom: 5px solid #015596;
  display: block;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}


.thin-underline {
  border-bottom: 2px solid #189aff;
  display: block;
  width: 170px;
  margin: 15px 0px;
}

.box-text-1 {
    position: relative;
    background: #f5f5f5;
    padding: 30px;

    /*right: -700px;*/
    top: 145px;
    right: calc(-100% - 30px);

}

.box-text-1 .bold-text.light-text span {
  font-family: Gotham-Medium;
}

.box-text-2 {
    position: relative;
    background: white;
    padding: 50px;
    /*right: -500px;*/
    top: 90px;
    right: calc(-100% - 30px);

    width: 535px;
}




@media (min-width: 992px) {

  .row-2-1 .col-left,
  .row-3-1 .col-left {
    padding-top: 7%;
  }

  .row-2-2 .col-right {
    padding: 7% 5%;
  }

  .footer-icon-column-1 .footer-icon{
    padding-bottom: 5%;
  }

  .row-6 .icon-column-paragraph {
    letter-spacing: 1px;
  }
}

@media (max-width: 991px) {
  .box-text-1,
  .box-text-2 {
    right: 0px!important;
    top: 0px;
  }

  .box-text-2 {
    width:auto;
  }

  .row-1 .ecocar-logo {
    margin: 5% 0px;
  }

  .row-4 {
    padding: 0% 10% 5%;
  }

  .container {
    width: auto;
  }

  .footer-icon-column {
    text-align: left;
  }

  .image-logo-wraper {
    text-align: center;
  }

  body,
  .sub-title {
    font-size: 45px;
  }

  .section-title {
    font-size: 40px;
  }

  .main-title {
    font-size: 60px;
  }

  .row-title h4 {
    font-size: 55px;
  }

  .icon-column-paragraph {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .footer-icon-column-paragraph {
    font-size: 36px;
    line-height:normal;
  }

  #primary-menu ul li a {
    font-size: 20px;

  }

  #logo {
    font-size: 50px;
    float: none;
    text-align: center;
    margin-bottom: 30px
  }

  #primary-menu {
    float: none;
    text-align: center;
  }

}
