﻿.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}
.row-eq-height::before {
  display: block;
}

.vertical-align-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

* {
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Montserrat", sans-serif;
}

a {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
}

ol {
  overflow: visible;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .row-eq-height {
    display: block;
  }
}
.funding-banner {
  background: url("/Content/images/crowdfunding/banner-bg.jpg");
  background-size: cover;
  padding: 100px 0;
}
.funding-banner .banner-content h1 {
  font-size: 40px;
  color: #fff;
  margin: 0;
}
.funding-banner .banner-content h1 span {
  display: block;
  font-size: 80px;
}
.funding-banner .banner-content a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 15px 50px;
  border-radius: 30px;
  background: #a4ca48;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 40px;
}
.funding-banner .banner-animation {
  position: relative;
}
.funding-banner .banner-animation figure {
  position: relative;
  top: 160px;
}
.funding-banner .banner-animation figure img {
  max-width: 600px;
}
.funding-banner .call-now {
  position: absolute;
  right: 0;
  top: -90px;
}
.funding-banner .call-now span {
  color: #fff;
}
.funding-banner .call-now a {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 30px;
  background: #a4ca48;
  text-decoration: none;
  text-transform: uppercase;
}
.funding-banner #canvas {
  position: absolute;
  left: -50px;
  right: 0;
  margin: auto;
  transform: rotateX(15deg);
}

.features {
  padding: 50px 0 30px;
}
.features h2 {
  font-size: 20px;
  margin: 20px 0 50px;
  text-align: center;
}
.features .feature {
  margin: 25px 0;
}
.features .feature figure, .features .feature figcaption {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  min-width: 100px;
}
.features .feature figure img {
  max-width: 100px;
}
.features .feature figcaption {
  width: calc(78% - 100px);
}
.features .feature figcaption p {
  margin: 0;
  font-size: 18px;
  color: #4f5051;
}

.testimonials {
  background: #f9f9f9;
  text-align: center;
  padding: 50px 0 100px;
}
.testimonials h4 {
  color: #aeaeae;
  font-size: 40px;
}
.testimonials .carousel .item {
  min-height: 230px;
}
.testimonials .carousel .item h3 {
  font-size: 36px;
  margin: 20px 0;
  color: #ff7114;
}
.testimonials .carousel .item p {
  margin: 0 auto;
  max-width: 80%;
  color: #4f5051;
  font-size: 15px;
  line-height: 28px;
}
.testimonials .carousel-indicators {
  position: relative;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 3px solid #e5e5e5;
}
.testimonials .carousel-indicators li {
  width: auto;
  height: auto;
  margin: 0 30px;
  text-indent: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.testimonials .carousel-indicators li figure {
  position: relative;
}
.testimonials .carousel-indicators li figure img {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  border-radius: 28px;
  margin-bottom: 15px;
}
.testimonials .carousel-indicators li figcaption {
  position: absolute;
  top: 86px;
  left: -72px;
  visibility: hidden;
  width: 200px;
}
.testimonials .carousel-indicators li figcaption:before {
  position: relative;
  width: 100px;
  background: #ff7114;
  height: 3px;
  content: "";
  display: block;
  top: -10px;
  left: 50px;
}
.testimonials .carousel-indicators li.active figure img {
  transform: scale(1.2);
}
.testimonials .carousel-indicators li.active figcaption {
  visibility: visible;
}

.sos {
  background-image: url("/Content/images/crowdfunding/mesh-bg.png");
  background-color: #3f9d91;
  padding: 100px 0 50px;
  background-position: center;
}
.sos .sos-banner {
  background: #fff;
  box-shadow: 0 0px 28px -5px #000;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 50px;
  position: relative;
}
.sos .sos-banner-content {
  display: inline-block;
  width: 60%;
}
.sos .sos-banner-content h4 {
  font-size: 50px;
  color: #3f9d91;
  margin: 0 0 20px;
}
.sos .sos-banner-content p {
  font-size: 18px;
  color: #4f5051;
  margin: 20px 0 0;
}
.sos .sos-banner-content a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 15px 50px;
  border-radius: 30px;
  background: #114c75;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 50px;
}
.sos .sos-banner-image .bg-slant {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background: #3f9d91;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sos .sos-banner-image .bg-slant:before {
  display: block;
  height: 101.4%;
  left: -170px;
  position: relative;
  top: -4px;
  transform: rotate(9deg) skewY(-9deg);
  width: 219px;
  background: #3f9d91;
  content: "";
}
.sos .sos-banner-image figure {
  position: absolute;
  right: 0;
  top: -128px;
}
.sos h5 {
  text-align: center;
  font-size: 38px;
  color: #fff;
}
.sos h5 span {
  display: block;
  color: #114c75;
  margin-top: 10px;
}
