@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i,700,700i");
body {
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.3px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff; }
  .loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.mt-50 {
  margin-top: 50px; }

a {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.container-header {
  max-width: 1280px;
  width: 100%;
  margin: auto; }

ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  z-index: 999; }
  .header .container-header {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .header ul > li {
    display: inline-block; }
  .header .join-community {
    margin-left: 70px;
    color: #fff; }
    .header .join-community span {
      font-size: 16px;
      display: inline-block;
      vertical-align: middle; }
    .header .join-community img {
      margin-right: 10px; }
    .header .join-community .number {
      font-size: 20px;
      margin-left: 18px; }
  .header .navigation > ul > li:last-child a {
    padding: 0px; }
  .header .navigation > ul > li > a {
    color: #fff;
    display: block;
    padding: 0px 15px 0px 0px; }
    .header .navigation > ul > li > a:hover {
      text-decoration: none;
      color: #a3d399; }

.banner {
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-position: center top;
  height: 100%;
  padding: 160px 0px 220px;
  position: relative; }
  .banner .banner-heading {
    max-width: 410px; }
    .banner .banner-heading h1 {
      color: #fff;
      font-size: 54px;
      font-weight: 300;
      line-height: 1.3;
      margin-bottom: 18px;
      line-height: 1.1; }
      .banner .banner-heading h1 span {
        display: block;
        font-size: 60px;
        font-weight: 600; }
    .banner .banner-heading h2 {
      color: #fff;
      font-size: 24px;
      font-weight: 300;
      line-height: 1.3; }
  .banner .banner-links {
    text-align: right;
    color: #fff; }
    .banner .banner-links h3 {
      font-size: 20px;
      margin-bottom: 25px;
      font-weight: 300;
      text-align: center; }
    .banner .banner-links a {
      text-decoration: none;
      outline: none;
      font-size: 24px;
      border: 1px solid #fff;
      padding: 10px 34px;
      color: #fff;
      font-weight: 300;
      display: inline-block;
      margin-right: 35px; }
      .banner .banner-links a:last-child {
        margin-right: 0px; }
      .banner .banner-links a:hover {
        background-color: #fff;
        color: #000; }
  .banner .bottom-banner-shape svg {
    fill: #fff;
    width: 100%;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scalex(-1);
    transform: scalex(-1); }

.mobile-icon::before, .mobile-icon::after {
  content: "";
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 7px;
  margin-top: 7px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  transition: all ease 300ms; }

.navicon {
  display: none; }
  .navicon .mobile-icon {
    width: 22px;
    display: block; }
    .navicon .mobile-icon span {
      height: 2px;
      background-color: #fff;
      display: block;
      -webkit-transition: all ease 300ms;
      -moz-transition: all ease 300ms;
      transition: all ease 300ms; }
    .navicon .mobile-icon.open span {
      opacity: 0; }
    .navicon .mobile-icon.open:before {
      transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform-origin: 115% 100%;
      -webkit-transform-origin: 115% 100%;
      transform-origin: 115% 100%; }
    .navicon .mobile-icon.open:after {
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform-origin: 100% 100%;
      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }

.faq-wrap {
  padding: 135px 0px 50px; }
  .faq-wrap .faq-question-wrap h2 {
    font-size: 34px;
    font-weight: 300;
    color: #0c0f1c; }
  .faq-wrap .faq-question-wrap p {
    color: #48494f;
    font-size: 16px;
    font-weight: 300;
    margin: 25px 0px 50px; }
  .faq-wrap .faq-question-wrap .card {
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 64px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0px 64px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 64px rgba(0, 0, 0, 0.07);
    border: 0; }
  .faq-wrap .faq-question-wrap .card-header {
    border: 0;
    background: none;
    padding: 15px 15px 15px 15px;
    position: relative;
    cursor: pointer; }
    .faq-wrap .faq-question-wrap .card-header h5 {
      font-size: 16px;
      color: #131313;
      font-weight: 600;
      line-height: 1.5;
      position: relative;
      padding-left: 30px; }
      .faq-wrap .faq-question-wrap .card-header h5:before {
        content: "-";
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%); }
      .faq-wrap .faq-question-wrap .card-header h5.collapsed:before {
        content: "+"; }
  .faq-wrap .faq-question-wrap .card-body {
    color: #131313;
    font-size: 14px;
    padding: 0 45px 25px;
    font-weight: 300; }
  .faq-wrap .faq-button {
    margin-top: 72px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    color: #002cff; }
    .faq-wrap .faq-button:hover {
      color: #a3d399; }

.p-l-50 {
  padding: 0px 25px; }

.w-230 {
  width: 230px; }

.offering-wrap {
  position: relative;
  padding: 140px 0px 44px 0px;
  overflow: hidden;
  background-color: #fcfcfc; }
  .offering-wrap:before {
    content: "";
    background-color: #fff;
    height: 500px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0) skewX(85deg) rotate(0deg);
    -moz-transform: translate(-50%, 0) skewX(85deg) rotate(0deg);
    transform: translate(-50%, 0) skewX(85deg) rotate(0deg);
    transform-origin: 0 0;
    width: 100%; }
  .offering-wrap .offering-heading {
    margin-bottom: 25px; }
    .offering-wrap .offering-heading .heading-h3 {
      margin-right: 40px;
      font-size: 30px;
      font-weight: 300;
      line-height: 1.7;
      display: inline-block;
      color: #131313;
      vertical-align: middle; }
    .offering-wrap .offering-heading .ico-b-logo {
      display: inline-block;
      vertical-align: middle;
      color: #bcbcbc;
      font-weight: 400; }
      .offering-wrap .offering-heading .ico-b-logo a {
        display: inline-block;
        margin-left: 10px; }
  .offering-wrap .container {
    max-width: 1220px; }
  .offering-wrap .offering-wrap-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    .offering-wrap .offering-wrap-row .offering-wrap-col-left {
      max-width: 860px;
      width: 860px; }
    .offering-wrap .offering-wrap-row .offering-wrap-col-right {
      max-width: 280px; }
  .offering-wrap .exchange-Offerings {
    position: relative; }
    .offering-wrap .exchange-Offerings table {
      text-align: center;
      width: 100%; }
      .offering-wrap .exchange-Offerings table thead th {
        border-top: none;
        color: #545151;
        text-transform: uppercase;
        border-bottom: none;
        font-size: 11px; }
      .offering-wrap .exchange-Offerings table td, .offering-wrap .exchange-Offerings table th {
        padding: 10px;
        vertical-align: middle; }
      .offering-wrap .exchange-Offerings table tbody .coming-soon {
        color: #d3d3d3; }
      .offering-wrap .exchange-Offerings table tbody td {
        color: #555252;
        border-top: 1px solid #e8e8e8;
        font-weight: 500;
        font-size: 12px; }
      .offering-wrap .exchange-Offerings table tbody .rating {
        font-size: 14px;
        color: #fff;
        padding: 3px 5px 2px 5px;
        border-radius: 5px; }
      .offering-wrap .exchange-Offerings table tbody .rating.green {
        background-color: #a5ba4e; }
      .offering-wrap .exchange-Offerings table tbody .rating.orange {
        background-color: #e4ab40; }
      .offering-wrap .exchange-Offerings table tbody .rating.dark-green {
        background-color: #68b541; }
    .offering-wrap .exchange-Offerings .column-title {
      display: none;
      border-top: none;
      color: #545151;
      text-transform: uppercase;
      border-bottom: none;
      font-size: 10px;
      font-weight: 700;
      margin-bottom: 8px; }
    .offering-wrap .exchange-Offerings .load-more {
      text-decoration: none;
      outline: none;
      font-size: 14px;
      border: 1px solid #0012ff;
      padding: 3px 34px;
      color: #0012ff;
      font-weight: 300;
      display: inline-block;
      line-height: 2.1; }
      .offering-wrap .exchange-Offerings .load-more:hover {
        background-color: #a3d399;
        border-color: #a3d399;
        color: #fff; }
  .offering-wrap .project-details {
    display: inline-block; }
    .offering-wrap .project-details .project-img img {
      width: 50px;
      height: 50px;
      border: 3px solid #ebebeb;
      border-radius: 5px; }
    .offering-wrap .project-details span {
      display: inline-block; }
    .offering-wrap .project-details .project-name {
      color: #2b2b2b;
      font-weight: bold;
      margin-left: 20px; }
  .offering-wrap .bg-shadow.text-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: 0;
    width: 100%;
    padding: 42px;
    background: -moz-linear-gradient(45deg, #fcfcfc 0%, #fcfcfc 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fcfcfc), color-stop(100%, #fcfcfc));
    background: -webkit-linear-gradient(45deg, rgba(252, 252, 252, 0.9) 0%, rgba(252, 252, 252, 0.9) 100%);
    background: -o-linear-gradient(45deg, rgba(252, 252, 252, 0.9) 0%, rgba(252, 252, 252, 0.9) 100%);
    background: -ms-linear-gradient(45deg, rgba(252, 252, 252, 0.9) 0%, rgba(252, 252, 252, 0.9) 100%);
    background: linear-gradient(45deg, rgba(252, 252, 252, 0.9) 0%, rgba(252, 252, 252, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fcfcfc',GradientType=1 ); }
  .offering-wrap .premium {
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    background: #eab63d url(../images/sprite.svg) no-repeat;
    background-size: 400px 400px;
    background-position: -323px -38px;
    text-indent: -9999px;
    width: 22px;
    height: 22px;
    margin-right: 5px; }

.exchange-support-list h4 {
  font-size: 16px;
  font-weight: 300;
  color: #565656;
  margin-bottom: 30px; }
.exchange-support-list .exchange-link > a {
  display: block;
  margin-bottom: 25px; }
.exchange-support-list .exchange-link p {
  color: #565656;
  font-size: 16px;
  font-weight: 300;
  padding-top: 30px;
  display: block; }

.progressbar {
  display: inline-block;
  width: 50px;
  margin: 10px; }
  .progressbar .circle {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    text-align: center; }
    .progressbar .circle canvas {
      vertical-align: middle;
      width: 40px !important;
      height: 40px !important; }
    .progressbar .circle div {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      font-size: 10px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-weight: bold;
      color: #555252; }

.project-diff {
  background-color: #fcfcfc;
  position: relative;
  overflow: hidden;
  padding-bottom: 175px;
  padding-top: 25px; }
  .project-diff:before {
    content: "";
    background-color: #fff;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: rotate(4deg);
    -webkit-transform: translate(-50%, 0) skewX(85deg) rotate(0deg);
    -moz-transform: translate(-50%, 0) skewX(85deg) rotate(0deg);
    transform: translate(-50%, 0) skewX(85deg) rotate(0deg);
    transform-origin: 100% 100%;
    width: 100%;
    left: 50%; }
  .project-diff .project-diff-box {
    padding: 95px 70px;
    text-align: left;
    -webkit-box-shadow: 0 0px 64px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0px 64px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 64px rgba(0, 0, 0, 0.07); }
    .project-diff .project-diff-box a {
      color: #cbd2d3;
      text-decoration: underline;
      font-size: 16px;
      background-color: #fff; }
      .project-diff .project-diff-box a:hover {
        color: #a3d399; }

.road-ico-wrap {
  text-align: center;
  padding-bottom: 115px; }
  .road-ico-wrap .road-heading {
    font-size: 44px;
    font-weight: 300;
    color: #343a5c;
    margin-bottom: 65px; }
  .road-ico-wrap .road-ico-content {
    margin-bottom: 25px; }
    .road-ico-wrap .road-ico-content h3 {
      color: #343a5c;
      font-size: 35px;
      line-height: 1.1;
      padding-top: 35px;
      padding-bottom: 15px; }
      .road-ico-wrap .road-ico-content h3 span {
        font-weight: bold;
        display: block; }
    .road-ico-wrap .road-ico-content p {
      font-size: 14px;
      color: #343a5c;
      margin-bottom: 0px; }
  .road-ico-wrap .road-ico-links.ico-right a {
    margin-bottom: 15px; }
  .road-ico-wrap .road-ico-links h4 {
    font-weight: 600;
    color: #343a5c;
    line-height: 1.4;
    font-size: 14px;
    margin-bottom: 20px; }
  .road-ico-wrap .road-ico-links a {
    display: block;
    color: #343a5c;
    font-size: 13px;
    text-align: left;
    margin-bottom: 6px;
    line-height: 1.9; }
    .road-ico-wrap .road-ico-links a:hover {
      color: #000; }
  .road-ico-wrap .road-ico-links .links-list {
    display: table; }
    .road-ico-wrap .road-ico-links .links-list .links-img {
      display: table-cell;
      vertical-align: middle;
      width: 24px; }
    .road-ico-wrap .road-ico-links .links-list .links-content {
      display: table-cell;
      vertical-align: middle; }
  .road-ico-wrap .road-ico-links .add-more {
    font-weight: 600;
    font-style: italic;
    padding-left: 22px; }
  .road-ico-wrap .get-in-touch {
    display: inline-block;
    background-color: #a3d399;
    color: #fff;
    padding: 15px 54px;
    border-radius: 25px;
    font-weight: 600;
    line-height: 1.7; }
    .road-ico-wrap .get-in-touch:hover {
      background-color: #343a5c; }

.footer {
  background-image: url(../images/footer.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 72px 0px 60px; }
  .footer .copy-right {
    text-align: center;
    color: #fff; }

.project-investors-wrap .modal-lg {
  max-width: 845px; }
.project-investors-wrap .modal-content {
  box-shadow: 0 0px 131px rgba(0, 0, 0, 0.1);
  border-radius: 0px; }
.project-investors-wrap .nav-tabs {
  border: none;
  display: block; }
  .project-investors-wrap .nav-tabs .nav-link {
    padding: 0px;
    border: none; }
    .project-investors-wrap .nav-tabs .nav-link:hover, .project-investors-wrap .nav-tabs .nav-link:focus {
      border: none;
      outline: none; }
.project-investors-wrap .popup-bg {
  background-image: url(../images/popup.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  max-width: 310px;
  min-height: 390px; }
  .project-investors-wrap .popup-bg img {
    display: block; }
.project-investors-wrap .popup-content {
  padding: 32px 45px 20px 0px; }
  .project-investors-wrap .popup-content .tab-content {
    min-height: 300px; }
  .project-investors-wrap .popup-content .label {
    font-size: 12px;
    text-transform: uppercase;
    color: #343a5c;
    margin-bottom: 0px;
    width: 100%; }
  .project-investors-wrap .popup-content .form-wrap {
    margin-bottom: 20px; }
  .project-investors-wrap .popup-content .form-control {
    border: none;
    border-bottom: 1px solid #b0b0b0;
    border-radius: 0;
    display: block;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    padding: 10px 4px 8px;
    line-height: 1.2;
    height: auto; }
    .project-investors-wrap .popup-content .form-control:focus {
      box-shadow: none; }
.project-investors-wrap .popup-tab {
  text-align: center;
  margin-bottom: 32px; }
  .project-investors-wrap .popup-tab a {
    font-weight: 600;
    margin-right: 30px;
    color: #ac97e2;
    display: inline-block;
    text-decoration: underline; }
    .project-investors-wrap .popup-tab a:last-child {
      margin-right: 0px; }
    .project-investors-wrap .popup-tab a.active {
      color: #5d6179;
      padding: 0px;
      border: none;
      text-decoration: none; }
.project-investors-wrap .check-col {
  margin-right: 18px;
  display: inline-block; }
  .project-investors-wrap .check-col input[type=radio] {
    display: none; }
    .project-investors-wrap .check-col input[type=radio] + label {
      display: inline-block;
      cursor: pointer;
      font-size: 15px;
      color: #343a5c;
      margin-bottom: 0px; }
      .project-investors-wrap .check-col input[type=radio] + label:before {
        content: "\f00c";
        border: 2px solid #b0b0b0;
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        color: transparent;
        -webkit-transition: .2s;
        transition: .2s;
        margin-right: 10px;
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        border-radius: 3px;
        line-height: 13px;
        font-size: 12px; }
    .project-investors-wrap .check-col input[type=radio]:checked + label:before {
      background-color: #8c72ce;
      border-color: #8c72ce;
      color: #fff; }
.project-investors-wrap textarea {
  height: 60px !important; }
.project-investors-wrap ::-webkit-input-placeholder {
  /* Edge */
  color: #8e8e8e; }
.project-investors-wrap :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8e8e8e; }
.project-investors-wrap ::placeholder {
  color: #8e8e8e; }
.project-investors-wrap .mb-12 {
  padding-bottom: 15px;
  display: block; }
.project-investors-wrap .email-inquiries {
  color: #989898;
  font-weight: 400;
  margin-left: 25px;
  display: inline-block; }
.project-investors-wrap .send-inquiries {
  font-weight: 600;
  background-color: #ac97e2;
  display: inline-block;
  border: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 14px 67px 10px;
  -webkit-box-shadow: 0px 3px 0px #8c72ce;
  -moz-box-shadow: 0px 3px 0px #8c72ce;
  box-shadow: 0px 3px 0px #8c72ce;
  cursor: pointer;
  outline: none; }
  .project-investors-wrap .send-inquiries:hover {
    background-color: #a3d399;
    -webkit-box-shadow: 0px 3px 0px #a3d399;
    -moz-box-shadow: 0px 3px 0px #a3d399;
    box-shadow: 0px 3px 0px #a3d399; }
.project-investors-wrap .custom-select-wrap label {
  margin-bottom: 8px !important; }
.project-investors-wrap .custom-select-wrap .select2-container {
  width: 100% !important; }
.project-investors-wrap .custom-select-wrap .select2-selection--multiple {
  padding: 2px 5px;
  border: 1px solid #d9d9d9 !important;
  background: #fbfbfb;
  border-radius: 0px;
  min-height: 35px; }
.project-investors-wrap .custom-select-wrap .select2-selection__choice {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333; }
.project-investors-wrap .custom-select-wrap .select2-selection__choice__remove {
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 50%;
  transform: translate(0, -50%); }
.project-investors-wrap .custom-select-wrap .select2-selection__rendered li {
  padding-right: 20px;
  position: relative;
  font-size: 13px; }
.project-investors-wrap .close {
  position: absolute;
  right: -13px;
  top: -11px;
  width: 26px;
  height: 26px;
  text-align: center;
  background-color: #ac97e2;
  line-height: 25px;
  font-size: 20px;
  opacity: 1;
  color: #fff;
  border-radius: 50%;
  z-index: 1; }
  .project-investors-wrap .close:hover {
    opacity: 1 !important;
    outline: none;
    color: #fff; }

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1180px; } }
@media only screen and (max-width: 1399px) {
  .header .container-header {
    max-width: 991px; }

  .banner .banner-heading h1 {
    font-size: 40px; }
    .banner .banner-heading h1 span {
      font-size: 50px; }
  .banner .banner-links a {
    margin-right: 15px; }

  .p-l-50 {
    padding: 0px; }

  .offering-wrap .offering-wrap-row .offering-wrap-col-left {
    max-width: 800px; }

  .project-diff img {
    max-width: 100%; } }
@media screen and (max-width: 1200px) {
  .faq-wrap {
    padding: 80px 0px 50px; }

  .offering-wrap {
    padding: 90px 0px 44px 0px; }
    .offering-wrap .offering-wrap-row .offering-wrap-col-left {
      max-width: 680px; }

  .project-diff {
    padding-bottom: 90px; }
    .project-diff .project-diff-box {
      padding: 50px 35px; }

  .road-ico-wrap {
    padding-bottom: 80px; }

  .mt-50 {
    margin-top: 30px; }

  .banner .banner-links a {
    font-size: 18px; } }
@media only screen and (max-width: 1023px) {
  .offering-wrap .offering-wrap-row .offering-wrap-col-left {
    max-width: 100%;
    width: 100%; }
    .offering-wrap .offering-wrap-row .offering-wrap-col-left table {
      width: 100%;
      max-width: 100%; }
  .offering-wrap .offering-wrap-row .offering-wrap-col-right {
    max-width: 100%;
    width: 100%;
    margin-top: 50px; }
    .offering-wrap .offering-wrap-row .offering-wrap-col-right .exchange-link > a {
      display: inline-block;
      max-width: 33%;
      padding: 0px 15px;
      width: 100%; } }
@media screen and (max-width: 991px) {
  .header {
    top: 20px; }
    .header .container-header {
      max-width: 730px; }
    .header .join-community {
      margin-left: 25px; }
      .header .join-community .number {
        margin-left: 15px; }

  .banner {
    padding: 160px 0px 120px; }
    .banner .banner-heading h1 {
      font-size: 30px; }
      .banner .banner-heading h1 span {
        font-size: 40px; }
    .banner .banner-heading h2 {
      font-size: 18px; }
    .banner .banner-links a {
      font-size: 14px;
      margin-right: 15px;
      padding: 10px 20px; }

  .road-ico-wrap .road-ico-content h3 {
    font-size: 28px; }

  .project-investors-wrap .popup-content {
    padding: 30px 30px 25px 0px; }
  .project-investors-wrap .modal-lg {
    max-width: 730px; }
  .project-investors-wrap .check-col {
    margin-right: 10px; }
    .project-investors-wrap .check-col input[type=radio] + label {
      font-size: 13px; }
      .project-investors-wrap .check-col input[type=radio] + label:before {
        margin-right: 2px;
        font-size: 12px; } }
@media screen and (max-width: 767px) {
  .header {
    padding: 15px 15px;
    background-color: #000;
    position: static; }
    .header .navigation > ul.menu {
      visibility: visible;
      opacity: 1;
      z-index: 111; }
    .header .navigation > ul {
      list-style: none;
      position: absolute;
      left: 0;
      width: 100%;
      top: 82px;
      background-color: #fff;
      padding: 5px 15px;
      visibility: hidden;
      opacity: 0;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease; }
      .header .navigation > ul > li {
        display: block; }
        .header .navigation > ul > li:last-child a {
          padding: 15px 0px;
          border-bottom: none; }
        .header .navigation > ul > li > a {
          color: #000;
          padding: 15px 0px;
          border-bottom: 1px solid #000; }

  .navicon {
    display: block; }

  .banner {
    position: relative;
    padding: 70px 0px; }
    .banner:before {
      position: absolute;
      content: '';
      background-color: rgba(0, 0, 0, 0.6);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0; }
    .banner .banner-heading {
      max-width: 100%;
      text-align: center; }
    .banner .banner-links {
      text-align: center;
      margin-top: 30px; }

  .faq-wrap {
    padding: 40px 0px; }
    .faq-wrap .faq-question-wrap {
      margin-bottom: 30px; }
    .faq-wrap .faq-button {
      margin-top: 30px; }

  .offering-wrap {
    padding: 50px 0px 44px 0px; }
    .offering-wrap .exchange-Offerings .column-title {
      display: block; }
    .offering-wrap .offering-wrap-row table thead {
      display: none; }
    .offering-wrap .offering-wrap-row table tbody tr {
      background-color: #fff;
      display: block;
      padding: 10px 0; }
      .offering-wrap .offering-wrap-row table tbody tr:after {
        content: "";
        display: table;
        clear: both; }
      .offering-wrap .offering-wrap-row table tbody tr:nth-child(odd) {
        background-color: #f5f5f5; }
    .offering-wrap .offering-wrap-row table tbody td {
      display: block;
      width: 25%;
      float: left;
      border: 0 none;
      padding-left: 5px;
      padding-right: 5px; }
      .offering-wrap .offering-wrap-row table tbody td:nth-child(5) {
        clear: left; }
      .offering-wrap .offering-wrap-row table tbody td.text-left {
        text-align: center !important; }
    .offering-wrap .offering-wrap-row .offering-wrap-col-right .exchange-link {
      text-align: center; }
      .offering-wrap .offering-wrap-row .offering-wrap-col-right .exchange-link > a {
        max-width: 49%; }
    .offering-wrap .offering-wrap-row .project-details .project-name {
      margin: 15px 0 0;
      text-align: center;
      display: block; }

  .exchange-support-list h4 {
    text-align: center; }

  .project-diff {
    padding-bottom: 40px; }
    .project-diff .project-diff-box {
      padding: 30px 15px;
      margin-bottom: 30px; }

  .road-ico-wrap {
    padding-bottom: 40px; }
    .road-ico-wrap .road-ico-links {
      margin-bottom: 30px; }

  .mt-50 {
    margin-top: 0; }

  .footer {
    background-position: right;
    padding: 40px 0px; }

  .project-investors-wrap .popup-content {
    padding: 20px; }
  .project-investors-wrap .popup-bg {
    display: none; }
  .project-investors-wrap .modal-lg {
    max-width: 500px; } }
@media only screen and (max-width: 480px) {
  .offering-wrap .offering-heading .heading-h3 {
    font-size: 24px;
    margin-right: 0px;
    display: block; } }
@media only screen and (max-width: 480px) {
  .header .logo {
    margin-right: auto !important; }
  .header .join-community {
    display: none; }

  .project-investors-wrap .check-col {
    display: block; }
  .project-investors-wrap .send-inquiries {
    padding: 16px 38px 10px; }
  .project-investors-wrap .email-inquiries {
    margin-left: 10px; } }

/*# sourceMappingURL=style.css.map */
