@import url("//fonts.googleapis.com/css2?family=Prompt:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&display=swap");
.container {
  max-width: 1220px;
  padding: 0 30px;
}

/*---------------------
    navbar #crowdz-navbar
    -----------------------*/
.navbar {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  /* padding-left: 0px !important;
  padding-right: 0px !important; */
}

.navbar.scrolling-navbar {
  background: #010341 !important;
}

.navbar.scrolling-navbar.top-nav-collapse {
  background: #010341 !important;
}

.navbar-brand {
  padding-top: 0px !important;
  margin-right: 40px;
  margin-right: 52px !important;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
  -webkit-transition: .35s;
  transition: .35s;
  margin-right: 17px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.navbar-brand img {
  height: 24px;
}

.nav-button {
  background: -webkit-gradient(linear, right top, left top, from(#B954E8), to(#9C58E3)) !important;
  background: linear-gradient(270deg, #B954E8, #9C58E3) !important;
  z-index: 4;
  width: 146px;
  height: 25px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  padding-top: 4px !important;
  text-transform: none;
  border-radius: 30px;
  width: 180px !important;
  height: 34px !important;
}

.nav-button:hover {
  background: #5f3ea7 !important;
}

#crowdz-navbar-mob {
  display: none;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #B6B6B6;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
  padding-left: 10px !important;
}

.navbar-text {
  font-size: 20px;
}

.navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media (max-width: 575px) {
  .navbar {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: right;
  }
  #crowdz-navbar-mob {
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: right;
  }
  #crowdz-navbar-mob {
    display: block;
  }
  .navbar-toggler {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .navbar {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: right;
  }
  #crowdz-navbar-mob {
    display: block;
  }
  .navbar-custom {
    flex-direction: column !important;
  }
}

/*-------------------------
    footer #crowdz-footer
    ---------------------------*/
#crowdz-mob-footer {
  display: none;
}

#crowdz-web-footer .row {
  margin-left: 0px;
}

#crowdz-mob-footer .btn {
  background: -webkit-gradient(linear, right top, left top, from(#B954E8), to(#9C58E3)) !important;
  background: linear-gradient(270deg, #B954E8, #9C58E3) !important;
  color: #ffffff;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  text-align: center !important;
  text-transform: capitalize !important;
  letter-spacing: 1px;
}

footer {
  background-color: #010341;
  /* padding-left: 0px !important;
  padding-right: 0px !important; */
}

footer .contaier-fluid {
  max-width: 1298px;
}

#crowdz-web-footer .btn {
  position: relative !important;
}

.footer-image {
  width: 100% !important;
  height: 100% !important;
}

#crowdz-web-footer .footer-link-head {
  z-index: 4;
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  line-height: 17px !important;
  padding-top: 15px !important;
  padding-left: 25px ;
  padding-right: 45px ;
  padding-bottom: 10px !important;
}

#crowdz-mob-footer .footer-link-head {
  z-index: 4;
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  line-height: 17px !important;
  padding-top: 15px !important;
  padding-right: 60px !important;
  padding-bottom: 10px !important;
}

div.footer-link-head * {
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  /* color: #3c3d6d !important; */
}

div.footer-link-head *:hover {
  color: #855be0 !important;
}

.fa-xs img {
  height: 24px !important;
}

.footer-link-head .flex-center {
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
  padding-top: 19px !important;
}

#crowdz-web-footer .btn {
  position: absolute !important;
  top: 75%;
  left: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  height: 55px;
  border-radius: 27.5px;
  background: #855be0;
  color: #ffffff;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  text-align: center !important;
  text-transform: none !important;
}

#crowdz-web-footer .btn:hover {
  background: #5f3ea7;
}

#crowdz-mob-footer .social-icons {
  padding-right: 35px !important;
}

@media (max-width: 575px) {
  #crowdz-web-footer {
    display: none;
  }
  footer {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #crowdz-mob-footer .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #crowdz-mob-footer {
    display: block;
  }
}

@media (max-width: 767px) {
  #crowdz-web-footer {
    display: none;
  }
  footer {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #crowdz-mob-footer .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #crowdz-mob-footer {
    display: block;
  }
}

@media (max-width: 991px) {
  #crowdz-web-footer {
    display: none;
  }
  footer {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #crowdz-mob-footer .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #crowdz-mob-footer {
    display: block;
  }
}

.btn-green {
  background-color: #7A9C72 !important;
  font-size: 14px;
  color: #fff;
  text-transform: none;
  margin: 0px;
}

.cust-dropdown .dropdown-menu {
  width: 400px;
  padding: 0px;
  border-radius: 0px;
  top: 64px;
}

@media (max-width: 768px) {
  .cust-dropdown .dropdown-menu {
    width: 100%;
    position: static !important;
  }
}

.cust-dropdown .dropdown-menu .dropdown-items {
  border-bottom: solid 1px #d8d8d8;
  display: block;
}

.cust-dropdown .dropdown-menu .dropdown-items:hover {
  background: #855BE0;
  color: #fff;
}

@media (max-width: 600px) {
  .cust-dropdown .navbar .dropdown-menu {
    position: static;
  }
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #855BE0;
}

.scfass .col-md-7, .scfass .col-md-8, .scfass .col-md-4, .scfass .col-md-9, .scfass .col-md-6 {
  padding-left: -15px !important;
}

@media (max-width: 991px) {
  .scfass h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
  }
}

.scfass .navbar {
  padding-left: 0;
  padding-right: 0;
}

.scfass .sc-banner {
  width: 100%;
  background-color: #010341;
  padding-top: 91px;
  position: relative;
}

.scfass .sc-banner .section-heading {
  padding-top: calc(210px - 91px);
}

.scfass .sc-banner::after {
  content: '';
  position: absolute;
  bottom: 0px;
  background-color: #fff;
  width: 100%;
  /* height: 474px; */
  height: 352px;
  left: 0px;
  background-image: url("../../../../../cms/wp-content/uploads/2020/11/27080530/dark-blue-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top -10px center;
}

@media (max-width: 480px) {
  .scfass .sc-banner::after {
    bottom: -159px;
    height: 392px;
  }
}

.scfass .sc-banner .place-holder {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.scfass .showcase {
  width: 100%;
}

.scfass .showcase .laptop-sect {
  max-width: 787px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1176px) and (min-width: 1064px) {
  .scfass .showcase .laptop-sect {
    left: 13%;
  }
}

@media (max-width: 1063px) and (min-width: 994px) {
  .scfass .showcase .laptop-sect {
    left: 10%;
  }
}

@media (max-width: 995px) and (min-width: 600px) {
  .scfass .showcase .laptop-sect {
    margin-left: 27%;
  }
}

@media (max-width: 599px) and (min-width: 320px) {
  .scfass .showcase .laptop-sect {
    margin-left: 27%;
  }
}

.scfass .showcase .laptop-sect h4 {
  color: #010341;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: 25%;
  left: -200px;
  text-align: right;
  width: 200px;
}

@media (max-width: 995px) and (min-width: 600px) {
  .scfass .showcase .laptop-sect h4 {
    font-size: 18px;
    left: -142px;
    text-align: right;
    width: 166px;
  }
}

@media (max-width: 599px) and (min-width: 320px) {
  .scfass .showcase .laptop-sect h4 {
    font-size: 18px;
    left: -142px;
    text-align: right;
    width: 150px;
  }
}

.scfass .showcase .laptop-sect h4::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #010341;
  width: 100px;
  height: 2px;
  right: -100px;
}

@media (max-width: 995px) and (min-width: 600px) {
  .scfass .showcase .laptop-sect img {
    width: 75%;
    margin-left: 60px;
  }
}

@media (max-width: 599px) and (min-width: 320px) {
  .scfass .showcase .laptop-sect img {
    width: 75%;
    margin-left: 60px;
    margin-top: 20px;
  }
}

.scfass .card-content {
  width: 100%;
}

.scfass .card-content .card {
  max-width: 100%;
  margin-bottom: 25px;
  min-height: 500px;
}

.scfass .ready-put {
  width: 100%;
  background-image: url("../../../../../cms/wp-content/uploads/2020/11/27080854/ready-put-more.jpg");
  min-height: 752px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 25px 0px 0px;
}

.scfass .ready-put h4 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 600 !important;
  margin-top: 20%;
  margin-top: 50%;
}

.scfass footer {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.reclaim .col-md-7, .reclaim .col-md-8, .reclaim .col-md-4, .reclaim .col-md-9, .reclaim .col-md-6 {
  padding-left: 15px !important;
}

.reclaim p {
  font-family: 'Prompt',serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #3A3636;
}

@media (max-width: 991px) {
  .reclaim h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
  }
}

.reclaim .re-banner {
  width: 100%;
  padding-top: 65px;
  background-color: #ECE9E4;
}

.reclaim .re-banner .reclaim-header {
  width: 100%;
}

@media (min-width: 1800px) {
  .reclaim .re-banner .reclaim-header {
    padding-left: 20%;
  }
}

.reclaim .re-banner .reclaim-header h1 {
  font-family: 'Prompt',serif;
  font-weight: 700;
  color: #7A9C72;
  font-size: 80px;
  line-height: 81px;
}

@media (max-width: 780px) {
  .reclaim .re-banner .reclaim-header #getInvolved {
    margin-bottom: 20px;
  }
}

.reclaim .re-banner .reclaim-banner {
  /* background-image: url("../img/reclaim-future-banner.jpg"); */
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 608px;
  background-size: cover;
  width: 100%;
}

@media (max-width: 480px) {
  .reclaim .re-banner .reclaim-banner {
    background-position: 29% 50%;
  }
}

.reclaim .tab-area {
  width: 100%;
  padding: 0 30px;
}

.reclaim .wpcf7 form.sent .wpcf7-response-output {
    color: #7A9C72 !important;
}

.reclaim .tab-area .tabs, .reclaim .tab-area .tabs-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Prompt',serif;
  font-weight: 700;
  width: 100%;
}

.reclaim .tab-area .tabs .items, .reclaim .tab-area .tabs-mob .items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: solid 1px #3A3636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  margin-top: -1px;
}

.reclaim .tab-area .tabs .items a, .reclaim .tab-area .tabs-mob .items a {
  color: #3A3636;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 17px;
}

.reclaim .tab-area .tabs .items:last-child, .reclaim .tab-area .tabs-mob .items:last-child {
  border-right: solid 1px #3A3636;
}

.reclaim .tab-area .tabs .items.active, .reclaim .tab-area .tabs .items:hover, .reclaim .tab-area .tabs-mob .items.active, .reclaim .tab-area .tabs-mob .items:hover {
  background: #7A9C72;
  border: #7A9C72;
  border-right: solid 1px #7A9C72;
}

.reclaim .tab-area .tabs .items.active a, .reclaim .tab-area .tabs .items:hover a, .reclaim .tab-area .tabs-mob .items.active a, .reclaim .tab-area .tabs-mob .items:hover a {
  color: #fff;
}

.reclaim .tab-area .tabs-mob {
  display: none;
}

@media (max-width: 768px) {
  .reclaim .tab-area .tabs {
    display: none;
  }
  .reclaim .tab-area .tabs-mob {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .reclaim .tab-area .tabs-mob {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    width: 100%;
  }
}

.reclaim .repo {
  width: 100%;
  position: relative;
}

.reclaim .repo::after {
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100px;
  background-color: #3A3636;
  position: absolute;
}

@media (max-width: 480px) {
  .reclaim .repo::after {
    display: none;
  }
}

.reclaim .repo .container-fluid {
  position: relative;
  z-index: 2;
}

.reclaim .repo h6 {
  font-family: 'Prompt',serif;
  font-weight: 600;
  color: #7A9C72;
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 480px) {
  .reclaim .repo h6 {
    padding: 10px !important;
  }
}

.reclaim .repo h2 {
  font-family: 'Prompt',serif;
  font-weight: 500;
  color: #3C3838;
  font-size: 60px;
}

@media (max-width: 480px) {
  .reclaim .repo h2 {
    font-size: 28px !important;
    line-height: 36px !important;
    padding: 10px !important;
  }
}

.reclaim .repo .survive {
  padding-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reclaim .repo .survive .survive-bg {
  /* background-image: url("https://assets.crowdz.io/wp-content/themes/crowdz-theme/static/img/survive-bg.jpg"); */
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 661px;
}

.reclaim .repo .survive .survive-cont {
  width: 100%;
}

.reclaim .repo .preserve {
  width: 100%;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reclaim .repo .preserve .preserve-bg {
  /* background-image: url("https://assets.crowdz.io/wp-content/themes/crowdz-theme/static/img/preserve-bg.jpg"); */
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 936px;
}

.reclaim .repo .preserve .preserve-cont {
  height: 512px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}

.reclaim .repo .preserve .preserve-text {
  width: 100%;
  text-align: right;
}

.reclaim .repo .preserve .produce-bg {
  /* background-image: url("../img/produce-bg.png"); */
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 661px;
}

@media (max-width: 480px) {
  .reclaim .repo .preserve .produce-bg {
    width: 100vw;
  }
}

.reclaim .repo .accelerate {
  width: 100%;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reclaim .repo .accelerate .accelerate-cont {
  width: 100%;
  min-height: 456px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reclaim .repo .accelerate .accelerate-bg {
  /* background-image: url("https://assets.crowdz.io/wp-content/themes/crowdz-theme/static/img/accelerate-bg.png"); */
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 536px;
}

.reclaim .repo .accelerate .acclerate-text {
  text-align: right;
  width: 100%;
}

.reclaim .repo .produce-cont {
  min-height: 236px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reclaim .slider {
  width: 100%;
  background-color: #3A3636;
  background-image: url("../../../../../cms/wp-content/uploads/2020/11/24100025/theTimeIsNow.png");
  background-repeat: no-repeat;
  background-position: top left 80%;
}

@media (max-width: 480px) {
  .reclaim .slider {
    background-image: none;
  }
}

.reclaim .slider .carousel {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.reclaim .slider .carousel p.head {
  font-family: 'Prompt',serif;
  font-weight: 400;
  font-size: 18px;
  width: 40%;
  color: #fff;
}

@media (max-width: 480px) {
  .reclaim .slider .carousel p.head {
    width: 100%;
  }
}

.reclaim .slider .carousel-inner {
  position: relative;
}

.reclaim .slider .carousel-inner .bg-fixed {
  width: 100%;
  height: 528px;
  /* background-image: url("https://assets.crowdz.io/wp-content/themes/crowdz-theme/static/img/slider-bg1.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 100px;
  left: 0px;
  background-size: cover;
}

@media (max-width: 480px) {
  .reclaim .slider .carousel-inner .bg-fixed {
    height: 400px;
  }
}

.reclaim .slider .carousel-inner .carousel-item {
  height: 1000px;
  position: relative;
}

@media (max-width: 480px) {
  .reclaim .slider .carousel-inner .carousel-item {
    padding: 10px;
  }
}

.reclaim .slider .carousel-inner .carousel-item .sec-cont {
  position: absolute;
  width: 100%;
  bottom: 0px;
}

@media (max-width-480px) {
  .reclaim .slider .carousel-inner .carousel-item .sec-cont {
    top: 500px;
  }
}

.reclaim .slider h2 {
  color: #7A9C72;
  font-family: 'Prompt',serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 81px;
  margin-left: -15px;
}

@media (max-width: 1000px) {
  .reclaim .slider h2 {
    margin-left: 0px;
  }
}

.reclaim .slider .text {
  width: 65%;
  padding: 20px 0px;
}

@media (max-width: 480px) {
  .reclaim .slider .text {
    width: 100%;
  }
}

.reclaim .slider .text h3 {
  color: #fff;
  font-family: 'Prompt',serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
}

.reclaim .slider .text small {
  font-family: 'Prompt',serif;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
}

.reclaim .slider #demo .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -34px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 0px;
  list-style: none;
}

.reclaim .slider .carousel-indicators li {
  background-color: transparent;
  border: solid 1px #fff;
}

.reclaim .slider .carousel-indicators li.active {
  background-color: #fff;
  border: solid 1px #fff;
}

.reclaim .solution {
  width: 100%;
}

.reclaim .solution .solution-bg {
  /* background-image: url("../img/ready-put-more.jpg"); */
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 523px;
}

.reclaim .solution .solution-cont {
  width: 100%;
}

@media (min-width: 1800px) {
  .reclaim .solution .solution-cont {
    padding-left: 20%;
  }
}

.reclaim .solution .solution-cont h1 {
  font-family: 'Prompt',serif;
  font-weight: 700;
  color: #3A3636;
  font-size: 80px;
  line-height: 81px;
  width: 80%;
}

.reclaim .higher-purpose {
  width: 100%;
  background-color: #EEECE7;
}

.reclaim .higher-purpose h1 {
  font-family: 'Prompt',serif;
  font-weight: 700;
  color: #7A9C72;
  font-size: 80px;
  line-height: 81px;
  width: 80%;
}

.reclaim .higher-purpose .list-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
}

.reclaim .higher-purpose .list-cont .img-cont {
  width: 80px;
}

.reclaim .higher-purpose .list-cont p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.reclaim .paying {
  width: 100%;
}

.reclaim .paying h1 {
  font-family: 'Prompt',serif;
  font-weight: 700;
  color: #3A3636;
  font-size: 80px;
  line-height: 81px;
}

.reclaim .paying .list-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reclaim .paying .list-cont .img-cont {
  width: 80px;
}

.reclaim .paying .list-cont p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.reclaim .reclaim-the-future {
  width: 100%;
  height: 600px;
  /* background-image: url("../img/reclaim-the-future.jpg"); */
  background-position: center 30%;
  background-size: cover;
}

.reclaim .reclaim-the-future h1 {
  color: #fff;
  font-family: 'Prompt',serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 81px;
}

.reclaim .reclaim-the-future p {
  font-family: 'Prompt',serif;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.reclaim .reclaim-the-future p strong {
  font-size: 24px;
}

.reclaim .movement {
  width: 100%;
  background-color: #3A3636;
}

.reclaim .movement h1 {
  color: #fff;
  font-family: 'Prompt',serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 81px;
}

.reclaim .movement p {
  color: #fff;
  font-family: 'Prompt',serif;
  font-weight: 400;
}

.reclaim .movement form {
  width: 80%;
}

footer .carousel-bg {
  width: 100%;
  min-height: 248px;
  /* background-image: url(https://assets.crowdz.io/wp-content/themes/crowdz-theme/static/img/footer-bg.jpg); */
  background-position: 50% 35%;
  background-size: cover;
}

@media (max-width: 480px) {
  footer .carousel-bg {
    height: 347px;
  }
}

footer .carousel-bg h1 {
  color: #fff;
  font-family: 'Prompt',serif;
  font-weight: 600;
  font-size: 66px !important;
  font-weight: 600 !important;
  padding: 20px 50px;
}

@media (max-width: 990px) {
  footer .carousel-bg h1 {
    font-size: 50px !important;
    line-height: 60px !important;
    padding: 10px;
  }
}

footer .carousel-bg .carousel-btn {
  position: relative;
}

footer .carousel-bg .carousel-btn .btn-green {
  position: absolute;
  bottom: 25px;
  right: 50px;
  border: none;
  padding: 15px 20px;
}

@media (max-width: 480px) {
  footer .carousel-bg .carousel-btn .btn-green {
    bottom: -75px;
  }
}

.sm-block {
  display: none;
}

@media (max-width: 767px) {
  #current-state, #solution, #higher-purpose, #join-the-movement {
    display: none;
  }
  .sm-none {
    display: none !important;
  }
  .sm-block {
    display: block !important;
  }
}

.navbar.navbar-light .navbar-toggler-icon {
  cursor: pointer;
  background-image: url('../../../../../cms/wp-content/uploads/2020/11/30064139/hamburgger.svg') !important;
}
/*# sourceMappingURL=new-pages-style.css.map */

.waves-input-wrapper {
  display: unset;
}

.wpcf7-response-output {
  color: #fff;
  margin-left: 0px !important;
  padding-left: 0px !important;
  border: none !important;
}

#email-pop-up input {
  border-radius: 20px !important;
  width: 116%;
  border: 1px solid;
  height: 35px;
  padding: 10px;
}

#email-pop-up textarea {
  border-radius: 20px;
  height: 130px;
  border: 1px solid;
  padding: 10px;
}

#email-pop-up .wpcf7-response-output {
  color: #000;
}

#email-pop-up .wpcf7-submit {
  width: 66%;
  height: 40px;
}

#email-pop-up h3 {
  font-weight: 500;
  font-size: 30px;
  padding: 10px 5px;
}

@media screen and (max-width: 600px) {
  #email-pop-up .wpcf7-submit {
    width: 100%;
  }

  #email-pop-up input {
    width: 100%;
  }

  #email-pop-up textarea {
    width: 100%;
  }

  #email-pop-up .model-cont {
    padding-left: 0px;
  }
  
}

@media screen and (max-width: 768px) {
  #email-pop-up .model-cont {
    padding-left: 0px;
  }

  .reclaim .slider .carousel-indicators {
    margin-left: 10px !important;
  }

  .reclaim .slider .carousel p.head {
    padding-right: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px){
  .sc-text {
    padding-bottom: 180px !important;
  }

  .scfass .sc-banner .laptop-sect {
    padding-top: 30px;
  }

  .scfass .sc-banner .showcase {
    padding-top: 30px;
    margin-top: 100px;
  }

  .scfass .sc-banner::after {
    height: 370px;
  }
}

#join-the-movement strong::after {
  content: '\a';
  white-space: pre;
}

.scfass .showcase .laptop-sect h4 {
  color: #fff !important;
}

.scfass .showcase .laptop-sect h4::after {
  background-color: #fff !important;
}

.scfass .sc-banner .inside {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1024px){
  .scfass .sc-banner .showcase,
  .scfass .sc-banner .laptop-sect {
    padding-top: 50px;
  }
}

@media  screen and (min-width: 768px) and (max-width: 1280px) {
  .reclaim .slider h2 {
    padding-left: 10px;
  }
  .reclaim .slider p {
    padding-left: 15px;
  }

  .reclaim .slider h3 {
    padding-left: 15px;
  }

  .reclaim .slider small {
    padding-left: 15px;
  }

  .reclaim .slider .carousel-indicators {
    padding-left: 15px !important;
  }
}

@media screen and (min-width: 768px){
  .scfass .sc-banner {
    padding-left: 70px;
    padding-right: 70px;
  }
  .scfass .card-content {
    padding-left: 70px;
    padding-right: 70px;
  }
  .scfass .ready-put {
    padding-left: 70px;
    padding-right: 70px;
  }
}

iframe .player {
  max-width: 100% !important;
}

.surf-score h1 {
  color: #010341;
  font-size: 80px;
  line-height: 98px;
}

@media (max-width: 991px) {
  .surf-score h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
  }
}

.surf-score p {
  font-size: 18px;
  color: #010341;
  line-height: 22px;
  font-weight: 400;
}

.surf-score .section-heading {
  color: #3A3636 !important;
}

.surf-score .section-heading::before {
  border: 1px solid #3A3636;
}

.surf-score .surf-banner {
  width: 100%;
  background: #e4c6bc;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4c6bc), color-stop(61%, #b754e8), to(#855be0));
  background: linear-gradient(180deg, #e4c6bc 0%, #b754e8 61%, #855be0 100%);
  padding-top: 91px;
  position: relative;
  padding-bottom: 150px;
}

.surf-score .surf-banner .section-heading {
  padding-top: calc(130px - 91px);
}

.surf-score .surf-banner .banner-img {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
}

.surf-score .surf-Sustainability {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.surf-score .surf-Sustainability::before {
  content: '';
  position: absolute;
  top: -169px;
  background-color: transparent;
  width: 100%;
  height: 350px;
  left: 0px;
  background-image: url("../../../../../cms/wp-content/uploads/2021/01/21130751/white-banner-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top  center;
}

@media (max-width: 480px) {
  .surf-score .surf-Sustainability::before {
    bottom: -159px;
    height: 392px;
  }
}

.surf-score .surf-Sustainability .surf-score-icon {
  width: 235px;
  height: 235px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -150px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.surf-score .surf-real-time {
  width: 100%;
  background: #fbfbfa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfa), to(#f6f6f4));
  background: linear-gradient(180deg, #fbfbfa 0%, #f6f6f4 100%);
}

.surf-score .what-do {
  width: 100%;
}

.surf-score .what-do .card-all {
  position: relative;
}

.surf-score .what-do .card-all-bg {
  background-image: url("../../../../../cms/wp-content/uploads/2021/01/21130749/card-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  position: absolute;
  width: calc(100% - 30px);
  height: 384px;
}

@media (max-width: 1000px) {
  .surf-score .what-do .card-all-bg {
    background-image: none;
  }
}

.surf-score .what-do .card {
  height: 384px;
  background-color: transparent;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .surf-score .what-do .card {
    margin-bottom: 60px;
  }
}

.surf-score .what-do .card .icon {
  position: absolute;
  bottom: -46px;
  width: 100%;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.surf-score .what-do .card .icon .counter-value {
  color: #fff;
  font-size: 30px;
  padding: 18px 0px 0px 31px;
  font-weight: 500;
}

/* .surf-score .what-do .card .below-avg {
  background-image: url(https://assets.crowdz.io/wp-content/themes/crowdz-theme/static/img/svg/below-average.svg);
}

.surf-score .what-do .card .average {
  background-image: url(https://assets.crowdz.io/wp-content/themes/crowdz-theme/static/img/svg/average.svg);
}

.surf-score .what-do .card .emergin {
  background-image: url(https://assets.crowdz.io/wp-content/themes/crowdz-theme/static/img/svg/emergin.svg);
}

.surf-score .what-do .card .super-star {
  background-image: url(https://assets.crowdz.io/wp-content/themes/crowdz-theme/static/img/svg/super-star.svg);
} */

.surf-score .what-do .card h4 {
  font-size: 28px;
  line-height: 37px;
  font-weight: bold;
  padding-bottom: 20px;
}

.surf-score .environmental {
  width: 100%;
  /* background-image: url(https://assets.crowdz.io/wp-content/themes/crowdz-theme/static/img/environmental.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: calc(1200px - 6rem);
}

.surf-score .environmental .form-control {
  border-radius: 30px;
  height: 50px;
  padding: 0.375rem 1.75rem;
}

.surf-score .environmental input.btn {
  color: #fff;
  background-color: #855BE0;
  width: 100%;
  margin-left: 0px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
}


.surf-score .col-md-7, .surf-score .col-md-8, .surf-score .col-md-4, .surf-score .col-md-9, .surf-score .col-md-6 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media screen and (min-width: 768px) {
  .reclaim .reclaim-header {
    padding-left: 70px !important;
  }

  .reclaim .tab-area {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .reclaim .solution {
    width: 100%;
    padding-left: 70px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

}

.reclaim .survive .col-md-7 {
  padding-left: 0px !important;
}

.surf-score .counter-font-color {
  color: #010341 !important;
}

/*added on 19/05/2021 for autre-token and funders page*/

.autre-token .btn-green {
  color: #fff;
  background-color: #855BE0 !important;
}

.autre-token .invest-into .section-heading {
  /*color: #3a3636 !important;*/
}

.autre-token .invest-into .section-heading::before {
  /*border: solid 1px #010341;*/
}

.autre-token .invest-into h1 {
  color: #fff !important;
}

.autre-token .invest-into p {
  color: #fff !important;
}

.autre-token .invest-into .bg-img {
  background-repeat: no-repeat;
  /*background-size: cover;*/
  min-height: 750px;
  margin-top: 10px;
  background-position: center;
}

@media (max-width: 575px) {
  .autre-token .invest-into .bg-img {
    min-height: 700px;
    /*margin-left: 15px;*/
  }
}

.autre-token .invest-into .invest-cont {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@media (max-width: 767px) {
  .autre-token .invest-into .invest-cont {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}





@media (max-width: 991px) {
  .autre-token h1 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
}

.autre-token .container {
  max-width: 1220px;
}

.autre-token p {
  color: #010341;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.autre-token h1 {
  color: #010341;
}

.autre-token .home-banner-btn.signup {
  background: transparent;
  border: solid 1px #010341 ;
  min-width: 230px;
  display: block;
  margin-top: 15px;
  color: #010341 !important;
}

.autre-token .home-banner-btn {
  border: none;
}

.autre-token .banner {
  width: 100%;
  background-color: #fff !important;
  padding-bottom: 90px;
}

.autre-token .banner h1 {
  color: #fff;
}
.autre-token .invest-into{
  background-color: #010341 ;
}

.autre-token .banner .hedding {
  color: #010341;
}
.autre-token .autre-mtop{
   margin-top: 160px;
}

.autre-token .banner .subhead {
  color: #010341;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}

.autre-token .banner .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 130px;
}

.autre-token .banner .cont svg {
  max-width: 100%;
}

.autre-token .thepay {
  width: 100%;
  padding: 60px 0px;
}

.autre-token .thepay .section-heading {
  color: #3a3636 !important;
}

.autre-token .thepay .section-heading::before {
  border: solid 1px #010341;
}

.autre-token .why-Autre {
  width: 100%;
  background: #FBFBFA;
  padding: 120px 0px;
}

.autre-token .get-rewarded {
  width: 100%;
  padding: 60px 0px;
}

.autre-token .get-rewarded .section-heading {
  color: #3a3636 !important;
}

.autre-token .get-rewarded .section-heading::before {
  border: solid 1px #010341;
}

.autre-token .get-rewarded .card {
  min-height: 500px;
  position: relative;
}

@media (max-width: 898px) {
  .autre-token .get-rewarded .card {
    min-height: 600px;
    position: relative;
  }
}

@media (max-width: 769px) {
  .autre-token .get-rewarded .card {
    min-height: 440px;
    position: relative;
  }
}

.autre-token .get-rewarded .card h4.card-title {
  color: #010341;
  font-weight: bold !important;
  font-size: 28px;
}

.autre-token .be-part {
  width: 100%;
  padding: 60px 0px;
  background: #b754e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#b754e8), color-stop(35%, #855be0), to(#010341));
  background: linear-gradient(180deg, #b754e8 0%, #855be0 35%, #010341 100%);
}

.autre-token .wpcf7 form.sent .wpcf7-response-output {
    color: #855BE0 !important;
}

.autre-token .be-part h1 {
  color: #fff;
}

.autre-token .be-part .form-control {
  border-radius: 30px;
  height: 50px;
  padding: 0.375rem 1.75rem;
}

.autre-token .img-resize{
  max-width: 35% !important;
  margin-bottom: 25px;
}

.autre-token .be-part input.btn {
  color: #fff;
  background-color: #855BE0;
  width: 100%;
  margin-left: 0px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

@keyframes turn {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

.funders .container {
  max-width: 1220px;
}

.funders p {
  color: #010341;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .funders h1 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
}

.funders .banner {
  width: 100%;
  padding: 70px 0px;
  background: #010341;
  background: -webkit-gradient(linear, left top, left bottom, from(#010341), color-stop(67%, #855be0), to(#b754e8));
  background: linear-gradient(180deg, #010341 0%, #855be0 67%, #b754e8 100%);
  margin-top: 52px;
}

.funders .banner h1 {
  color: #fff;
  padding-top: 50px;
}

.funders .banner p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.funders .banner .dollor-note {
  max-width: 100%;
  padding-top: 50px;
}

.funders .banner .sign-up {
  border-radius: 27px;
  background-color: #010341;
  color: #fff;
  border: none;
  padding: 15px 60px;
}

.funders .invest-into .section-heading {
  color: #3a3636 !important;
}

.funders .invest-into .section-heading::before {
  border: solid 1px #010341;
}

.funders .invest-into h1 {
  color: #010341;
}

.funders .invest-into .bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}

@media (max-width: 575px) {
  .funders .invest-into .bg-img {
    min-height: 350px;
  }
}

.funders .invest-into .invest-cont {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@media (max-width: 768px) {
  .funders .invest-into .invest-cont {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.funders .what-in {
  background-color: #FBFBFA;
  padding: 70px 0px;
}

.funders .what-in .section-heading {
  color: #3a3636 !important;
}

.funders .what-in .section-heading::before {
  border: solid 1px #010341;
}

.funders .what-in h1 {
  color: #010341;
}

.funders .what-in .card {
  min-height: 500px;
}

@media (max-width: 1025px) {
  .funders .what-in .card {
    min-height: 550px;
    position: relative;
  }
}

@media (max-width: 933px) {
  .funders .what-in .card {
    min-height: 600px;
    position: relative;
  }
}

@media (max-width: 769px) {
  .funders .what-in .card {
    min-height: 500px;
    position: relative;
  }
}

.funders .triple-bottom {
  width: 100%;
  padding: 62px 0px;
  background-color: #fff;
}

.funders .triple-bottom .section-heading {
  color: #3a3636 !important;
}

.funders .triple-bottom .section-heading::before {
  border: solid 1px #010341;
}

.funders .triple-bottom h1 {
  color: #010341;
}

.funders .img-resize{
  max-width: 50% !important;
}

.funders .funders-btn{
    border-radius: 30px;
    background-color: #010341;
    color: #fff;
    border: none;
    padding: 15px 60px;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 17px;
}

/*# sourceMappingURL=new-pages-style.css.map */