@import url(https://fonts.googleapis.com/css?family=Roboto:700,400,100);

 html  {

    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 

}

.modal-open {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
}

/* gradient fallbacks taken from csstricks.com */

#home .container {
  z-index: 10;
}
#WebGL-output {
  position: absolute;
  top:0;
  left: 0;
  z-index:-1;
  opacity: 0.75;
}
.dg.ac {
  display: none;
}
.btn, .next {
  font-size: 14px;
  font-weight: 400;
}
.btn-border {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}
.btn-border:hover {
  background: rgba(255, 255, 255, 0.08);
}
.btn.big {
  margin-top: 25px;
  padding: 15px 40px;
  font-size: 18px;
}
.clear {
  clear: both;
}
.row {
  padding: 30px 0;
}
h1 {
  font-size: 50px;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
ul.disc {
  padding: 0 0 0 15px;
}
ul.disc li {
  list-style: disc;
  margin-bottom: 8px;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
}
.section {
  padding: 90px 0;
}
.whitebg {
  background: #fff;
}
.section-header .section-title {
  font-size: 38px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
}
.section-header .section-subtitle {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
}
.title-small {
  font-size: 38px;
  color: #0990AD;
  margin-bottom: 30px;
  line-height: 50px;
}
.content-wrap {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .content-wrap {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.navbar-fixed-top {
  padding: 15px 0;
}
.affix {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  padding: 0!important;
  background: #0990AD !important;
}
.sticky-navigation .row {
  padding: 0;
}
.navbar.menu-wrap .navbar-header {
  margin: 0 auto;
  float: none;
  width: 110px;
}
.navbar.menu-wrap {
  position: fixed;
  width: 250px;
  top: 0;
  right: 0;
  min-height: 100%;
  border-radius: 0;
  margin: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.navbar-nav {
  margin: 0;
  float: none;
}
.navbar .navbar-nav li {
  float: none;
}
.navbar .navbar-nav li a {
  font-family: 'Roboto', sans-serif;
  display: block;
  font-size: 14px;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li .active a {
  background: rgba(255, 255, 255, 0.1);
}
.show-menu .navbar.menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.navbar.menu-wrap .navbar-form {
  padding: 10px 20px;
  margin: 5px 0;
  border: none;
  box-shadow: none;
  display: block;
}
.navbar.menu-wrap .navbar-form .form-control {
  display: block;
  width: 100%;
}
.logo-left {
/*  color: #fff;
  font-size: 24px;*/

  background: transparent url("../img/logo.png") no-repeat scroll 0% 0%;
  background-size: contain;
  display: block;
  width: 200px;
  height: 40px;
  text-indent: -3333px;
  border: 0;
  margin: 0;

}
.logo-left i {
  margin-right: 7px;
}
.logo-right {
  margin-bottom: 15px;

  background: transparent url("../img/logo-square.png") no-repeat scroll 0% 0%;
  background-size: contain;
  display: block;
  width: 110px;
  height: 110px;
  text-indent: -33333px;
  border: 0;
  margin: 0;
}
.navbar-brand {
  height: 100px !important;
  margin-top: 20px !important;
}
.close-button {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 15px;
  top: 30px;
  overflow: hidden;
  text-indent: 10px;
  border: none;
  background: transparent;
  color: transparent;
}
.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #bdc3c7;
}
.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-button:hover:before,
.close-button:hover:after {
  background: #fff;
}
.navbar .navbar-header {
  padding: 13px 0;
}
.menu-icon {
  background: transparent;
  border: none;
  margin-right: 15px;
}
.menu-icon i {
  font-size: 50px;
}
.menu-icon i:hover {
  color: #fff;
}
.hidden {
  display: none;
}
img.img-fluid {
  width: 100%;
  max-width: 820px;
}
@media (max-width: 768px) {
  body.toggled {
    position: fixed;
  }
  img.img-fluid {
    width: 90%;
    max-width: 820px;
  }
}
.larger p {
  font-size: 1.2em;
  line-height: 160%;
}
.row.less-bottom {
  padding-bottom: 0;
}
.hero-area {
  color: #fff;
  overflow: hidden;
  padding: 90px 0;
}
.hero-area:after {
  display: block;
  content: '';
  background-color: #0a69e0;
  /* SVG fallback for IE 9 (could be data URI, or could use filter) */
  background-image: url(fallback-gradient.svg);
  /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  background-image: -webkit-gradient(linear, left top, right top, from(#0a69e0), to(#009688));
  /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
  background-image: -webkit-linear-gradient(left, #0a69e0, #009688);
  /* Firefox 3.6 - 15 */
  background-image: -moz-linear-gradient(left, #0a69e0, #009688);
  /* Opera 11.1 - 12 */
  background-image: -o-linear-gradient(left, #0a69e0, #009688);
  /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(to right, #0a69e0, #009688);
  margin: 0px;
  overflow: hidden;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:-2;
}
.hero-area .sticky-navigation {
  background: transparent;
}
.hero-area .contents h1 {
  font-size: 30px;
  font-weight: 100;
}
.hero-area .contents p {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.hero-area .contents .btn {
  margin: 15px;
  padding: 15px 40px;
}
.slider-area {
  margin-top: -1px;
}
.slider-area h1 {
  font-weight: 100;
}
.slider-area p {
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.slider-area .sticky-navigation {
  background: transparent;
}
.slider-area .btn {
  margin: 15px;
}
.slider-area .large_white {
  color: #fff;
}
.absimage.phone {
    max-width: 150px;
    left: 55%;
    top: 230px;
    z-index: 4;
  }
  .absimage.laptop {
    max-width: 560px;
    left: -25%;
    top: 200px;
    z-index: 3;
  }
@media (min-width: 1200px) {
  .hero-area {
    padding: 280px 0;
  }
  .hero-area h1 {
    font-size: 70px !important;
  }
  .absimage.phone {
    max-width: 180px;
    left: 60%;
    top: 170px;
    z-index: 4;
  }
  .absimage.laptop {
    max-width: 700px;
    left: -25%;
    top: 100px;
    z-index:3;
  }
  .hero-area.terms {
    padding: 120px 0 30px;
  }
  
}

#features {
  background: #fff;
}
#features .features {
  margin: 30px 0;
}
#features .features .icon {
  float: left;
  text-align: center;
}
#features .features .icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  font-size: 36px;
  color: #0990AD;
}
#features .features h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #0990AD;
}
#features .features .features-text {
  padding-left: 80px;
}
#features .features .features-text p {
  margin: 0;
}
.industry-btn:hover {
  cursor: pointer;
}
.industry-btn i {
  transition: all .2s ease-in-out;
}
.industry-btn:hover i {
  transform: scale(1.1);
  color: #0990AD;
}
.industry-btn.active i {
  color: #0990AD;
}
.industry-main .industry-btn:hover {
  cursor: inherit;
}

.industry-main .industry-btn:hover i {
  transform: none;
  color: inherit;
}
.industry-selection {
  position: absolute;
  top: 25px;
  right: 0;
  width: 35%;
}
.industry-selection p {
  display: none;
}
.industry-selection p.current {
  display: block;
  margin-left: 0;
  font-size: 12px;
}
.industry-title {
  margin-top: 5px;
  opacity: 0.7;
}
#services {
  background: #fff;
}
#services .services {
  margin: 30px 0;
}
#services .services .icon {
  float: left;
  text-align: center;
}
#services .services .icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  font-size: 36px;
  color: #0990AD;
}
#services .services h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #0990AD;
}
#services .services .services-text {
  padding-left: 80px;
}
#services .services .services-text p {
  margin: 0;
}
#services .title-small {
  text-align: center;
}
#services .btn-lg {
  width: 220px;
  margin-top: 20px;
  margin-right: 15px;
  margin-left: 15px;
  text-transform: uppercase;
}
#services .btn-lg i {
  padding-right: 5px;
}
#services .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
#services .content-left,
#services .content-right {
  position: relative;
  top: 60px;
}
#services .content-left span {
  float: right;
  margin-left: 25px;
}
#services .content-right span {
  float: left;
  margin-right: 25px;
}
#services .box-item {
  padding-bottom: 40px;
}
#services .box-item .icon {
  background: #0990AD;
  text-align: center;
  margin-top: 12px;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
#services .box-item .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#services .box-item .text h4 {
  color: #444;
  font-weight: 100;
  font-size: 24px;
  line-height: 22px;
  text-transform: uppercase;
}
#services .box-item .text p {
  color: #777;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
#services .box-item:hover .icon {
  background: #0990AD;
}
#services .box-item:hover .icon i {
  color: #ffffff;
}
#services .show-box {
  padding: 22px 64px;
}
#why {
  background: url(../img/why-bg.jpg);
  background-size: cover;
  color: #fff;
}
#why .content h2 {
  font-size: 50px;
  line-height: 70px;
  margin-top: 0;
  font-weight: 100;
}
#why .content .list-item li {
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  /*text-transform: uppercase;*/
}
#why .content .list-item li i {
  font-size: 32px;
  padding-right: 5px;
  vertical-align: middle;
}
#why img {
  float: right;
}
#why .feature-item {
  padding: 48px 0;
}
.abscontainer {
  position: relative;
}
.absimage {
  position: absolute;
}

#cta {
  background: #0990AD;
}
#cta .drawer {
  float: left;
  margin-right: 40px;
}
#cta .title-small {
  color: #fff;
}
.main-feature-gray {
  background: #ecf0f1;
  padding: 40px 0 80px;
}
#screenshot .section-header {
  margin-bottom: 80px;
}
#screenshot .portfolio-item {
  padding: 30px 0;
}
#screenshot .portfolio figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
}
#screenshot .portfolio figure img {
  width: 100%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease 0s;
}
#screenshot .portfolio figure figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  padding: 50px;
  color: #fff;
}
#screenshot .portfolio figure figcaption .heading {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 15%;
  padding: 0px 62px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease 0s;
}
#screenshot .portfolio figure figcaption .heading p {
  padding: 0px 24px;
  font-size: 16px;
}
#screenshot .portfolio figure .icon {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease 0s;
}
#screenshot .portfolio figure .icon i {
  font-size: 38px;
}
#screenshot .portfolio figcaption:hover .heading {
  top: 20%;
}
#screenshot .portfolio figcaption:hover .icon {
  top: 60%;
}
#screenshot .portfolio figure.effect-julia figcaption {
  background: rgba(63, 81, 181, 0.8);
  opacity: 0;
  -webkit-transition: 1s ease 0.15s;
  -moz-transition: 1s ease 0.15s;
  -o-transition: 1s ease 0.15s;
  transition: 1s ease 0.15s;
}
#screenshot .portfolio figure.effect-julia figcaption:hover {
  opacity: 1;
}
#screenshot .portfolio figure.effect-julia:hover img {
  -webkit-transform: scale3d(1.2, 1.3, 1);
  -moz-transform: scale3d(1.2, 1.3, 1);
  transform: scale3d(1.2, 1.3, 1);
}
#other-features {
  padding-bottom: 35px;
  padding-top: 55px;
}
#other-features .features-content {
  padding: 30px 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#other-features .features-content .icon i {
  font-size: 30px;
  color: #ccd0d2;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#other-features .features-content h3 {
  color: #385461;
  line-height: 30px;
  font-size: 24px;
  font-weight: 300;
}
#other-features .features-content p {
  color: #909090;
  line-height: 22px;
  padding: 0px 4px;
}
#other-features .features-content:hover i,
#other-features .features-content:hover h3 {
  color: #0990AD;
}
#other-services {
  padding-bottom: 35px;
}
#other-services .services-content {
  padding: 30px 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#other-services .services-content .icon i {
  font-size: 30px;
  color: #ccd0d2;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#other-services .services-content h3 {
  color: #385461;
  line-height: 30px;
  font-size: 24px;
  font-weight: 300;
}
#other-services .services-content p {
  color: #909090;
  line-height: 22px;
  padding: 0px 4px;
}
#other-services .services-content:hover i,
#other-services .services-content:hover h3 {
  color: #0990AD;
}
#testimonial {
  width: 100%;
  background: url(../img/testimonial-bg.jpg) no-repeat;
  background-size: cover;
}
#testimonial .section-title {
  color: #fff;
  font-size: 46px;
}
#testimonial .section-subtitle {
  color: #fff;
  font-size: 13px;
}
#testimonial .carousel-inner p {
  color: #fff;
  letter-spacing: 1px;
  padding: 0px 20px;
}
#testimonial .carousel-inner p a {
  color: #fff;
}
#testimonial .carousel-inner .meta {
  margin-top: 50px;
}
#testimonial .carousel-inner .meta p {
  color: #ccc;
}
#testimonial .carousel-inner .meta p a {
  color: #fff;
}
#testimonial .carousel-indicators {
  position: absolute;
  bottom: -40px;
}
#testimonial .carousel-indicators li {
  background-color: #697e88;
  border-color: #697e88;
}
#testimonial .carousel-indicators .active {
  background-color: #fff;
  border-color: #fff;
}
#feature-car {
  min-height: 450px;
}
#feature-car .item {
  min-height: 350px;
}
#feature-car .carousel-indicators li {
  background-color: #697e88;
  border-color: #697e88;
}
#feature-car .carousel-indicators .active {
  background-color: #009688;
  border-color: #009688;
}
#feature-car .carousel-indicators {
  position: absolute;
  bottom: -40px;
}
#main-features {
  min-height: 450px;
}
#main-features .carousel-inner {
  min-height: 420px;
}
#main-features .carousel-indicators li {
  background-color: #697e88;
  border-color: #697e88;
}
#main-features .carousel-indicators .active {
  background-color: #009688;
  border-color: #009688;
}
#main-features .carousel-indicators {
  position: absolute;
  bottom: -40px;
}
#feature-car hr {
    border-top: 1px solid #e0e0e0;
}
.carousel-control.right {
  background: none !important;
  right: -60px;
  top: 50%;
}
.carousel-control.left {
  background: none !important;
  left: -60px;
  top: 50%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 18px rgba(0,0,0,.6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control .mdi-navigation-chevron-right, .carousel-control .mdi-navigation-chevron-left {

  font: normal normal normal 54px/1 'Material-Design-Icons';
}
.material.carousel-control span {
  background: #009688;
  border-radius: 50%;
  text-shadow: none;
  box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
}
.tooltip-inner {
    max-width: 250px;
    /* If max-width does not work, try using width instead */
    width: 250px; 
    padding: 15px auto;
}
section#ecosystem-container {
  padding-top: 20px;
}
#counter {
  background: #ecf0f1;
}
#counter .counter-item .icon {
  text-align: center;
}
#counter .counter-item .icon i {
  font-size: 54px;
  color: #ccd0d2;
  line-height: 64px;
}
#counter .counter-item h5 {
  text-align: center;
  color: #0990AD;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 32px;
}
#counter .counter-item hr {
  width: 50px;
  margin: 0px auto;
  height: 2px;
  background: #009688;
}
#counter .timer {
  font-size: 50px;
  font-weight: 100;
  color: #0990AD;
  text-transform: uppercase;
  text-align: center;
  line-height: 80px;
}
#clients .client-item-wrapper {
  text-align: center;
}
#clients .client-item-wrapper img {
  max-width: 250px;
}
.client-item-wrapper a {
  min-height: 80px;
  display: block;
}
.client-item-wrapper a img {
  transition: all .2s ease-in-out;
}
.client-item-wrapper a:hover img {
  transform: scale(1.1);
}
#contact {
  background: #ecf0f1;
}
#contact .info {
  padding: 15px 0;
}
#contact .info .icon {
  margin-bottom: 20px;
}
#contact .info .icon i {
  font-size: 36px;
  color: #0990AD;
}
#contact .info h4 {
  color: #385461;
  font-size: 24px;
  font-weight: 400;
}
#contact .info p {
  color: #909090;
}
.contact-form {
  margin-top: 52px;
}
.contact-form i {
  position: absolute;
  right: 15px;
}
.contact-form .form-control {
  margin-bottom: 28px;
}
textarea.form-control {
  max-width: 595px;
}
#footer {
  position: relative;
  background: #333;
}
#footer h3 {
  color: #fff;
  font-weight: 900;
}
#footer ul li a {
  color: #ccc;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  line-height: 28px;
  text-transform: uppercase;
}
#footer ul li a:hover {
  color: #fff;
  margin-left: 4px;
}
#copyright {
  background: #191919;
}
#copyright .copyright-text {
  color: #fff;
  margin-top: 15px;
  text-align: center;
}
#copyright .copyright-text a {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.back-to-top {
  position: absolute;
  top: -28px;
  left: 50%;
  margin: 0px -25px;
}
.back-to-top {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0 -30px;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
}
.back-to-top i {
  line-height: 56px;
  font-size: 42px;
}
.social {
  display: inline-block;
  margin: 10px 2px;
  color: #fff;
}
.social i {
  width: 48px;
  font-size: 16px;
  height: 48px;
  background: rgba(255, 255, 255, 0.18);
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social i:hover {
  color: #fff;
}
.social .fa-facebook:hover {
  background: #3B5998;
}
.social .fa-twitter:hover {
  background: #00ACED;
}
.social .fa-google-plus:hover {
  background: #DD4B39;
}
.social .fa-linkedin:hover {
  background: #007BB6;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999999999;
}
.loader-inner {
  position: animation;
  top: 50%;
  left: 50%;
}
@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
  -ms-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px);
}
.ball-triangle-path > div:nth-child(1) {
  -webkit-animation-name: ball-triangle-path-1;
  animation-name: ball-triangle-path-1;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ball-triangle-path > div:nth-child(2) {
  -webkit-animation-name: ball-triangle-path-2;
  animation-name: ball-triangle-path-2;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ball-triangle-path > div:nth-child(3) {
  -webkit-animation-name: ball-triangle-path-3;
  animation-name: ball-triangle-path-3;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ball-triangle-path > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #0990AD;
}
.ball-triangle-path > div:nth-of-type(1) {
  top: 50px;
}
.ball-triangle-path > div:nth-of-type(2) {
  left: 25px;
}
.ball-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px;
}

/* card carousel */

.CardContainer {
  position: relative;
  width: 550px;
  height: 440px;
  top:10px;
  -webkit-transform: translate3d(0,0,0);
}

.card {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  width: 550px;
  height: 440px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.15);
  transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.15);
  cursor: pointer;
}

.CardContainer .card h2 {
  padding: 0 20px 15px;
  text-align: right;
  margin-bottom: 0;
  border-bottom: 1px solid #ededed;
}

.CardContainer .card p {
  padding: 15px;
}

.CardContainer .card h5 {
    float: left;
    margin: 30px 20px 0;
}

.lending .card {
  background: #fff;
}

.card .btn-border {
  border: 1px solid #009688;
  color: #009688 !important;
}
.card:nth-child(1) {
  z-index: 10;
  top: 0px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.card:nth-child(2) {
  z-index: 9;
  top: -15px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.8;
  visibility: visible;
}
.card:nth-child(3) {
  z-index: 8;
  top: -30px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.6;
  visibility: visible;
}
.card:nth-child(4) {
  z-index: 7;
  top: -45px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
}
.card:nth-child(5) {
  z-index: 6;
  top: -60px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
  visibility: hidden;
}
.card:nth-child(6) {
  z-index: 5;
  top: -75px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}
.card:nth-child(7) {
  z-index: 4;
  top: -90px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  opacity: 0;
  visibility: hidden;
}
.card:nth-child(8) {
  z-index: 3;
  top: -105px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  opacity: 0;
  visibility: hidden;
}
.card:nth-child(9) {
  z-index: 2;
  top: -120px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  opacity: 0;
  visibility: hidden;
}
.card:nth-child(10) {
  z-index: 1;
  top: -135px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  opacity: 0;
  visibility: hidden;
}
.card:nth-child(11) {
  z-index: 0;
  top: -150px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
.card:first-child:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);

}
.card:last-child {
  opacity: 0;
  visibility: hidden;
}


.card {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  text-align: center;
}
.lending .card, .wallet .card {
  /*padding: 0 0 70px;*/
  height: auto;
  min-height: 445px;
}
.lending .card img, .wallet .card img {
  width: 100%;
  height: auto;
}
.CardContainer .card span {
  display: inline-block;
  border-radius: 2px;
  /*margin: 60px 0 0;*/
  padding: 8px 25px;
  background-color: #009688;
  text-transform: uppercase;
  color: rgba(255,255,255,.84);
  float: right;
}
.CardContainer .card p {
  padding: 5px 15px 10px;
}
.CardContainer .card .card-footer p {
  padding: 0;
  max-width: 75%;
  float: left;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
}
.modal-dialog {
  width: 100%;
  max-width: 1150px;
}
.CardContainer .card .card-footer {
  /*position: absolute;*/
  bottom: 25px;
  width: 100%;
  border-top: 1px solid #ededed;
  height: auto;
}
.eco .modal-content {
  box-shadow: none;
  border: none;
  background: transparent;
}
.modal-backdrop {
    background: rgba(0,0,0,.7);
}
.modal-backdrop.in {
  opacity: 0.9;
}

.tab-content.carousel {
  opacity: 0;
  position: absolute;
  height: 0;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}
.tab-content.carousel.current {
  opacity: 1;
  position: relative;
  height: auto;
  z-index:1;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}
.diagram {
  margin-top: 20px;
}
.diagram.tab-content {

  opacity: 0;
  position: absolute;
  height: 0;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}
.diagram.tab-content.current {
  opacity: 1;
  position: relative;
  height: auto;
  z-index:1;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}
/* Extra breakpoints */
@media (max-width: 991px) {
  .absimage.phone {
    max-width: 130px;
    left: 60%;
    top: 70px;
    z-index: 4;
  }
  .absimage.laptop {
    max-width: 700px;
    left: -15%;
    top: 100px;
    z-index:3;
  }
  #why .content .list-item li {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .carousel-control.left {
    left: -40px;
    top: 250px;
  }
  .carousel-control.right {
    right: 0;
    top: 250px;
  }
  #main-features .carousel-inner {
    min-height: auto;
  }
  .industry-selection {
    position: relative;
    top: auto;
    right: 0;
    margin: 20px 0;
    height: 70px;
    clear: both;
    width: 100%;
  }

  .industry-btn {
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  .absimage.phone {
    display: none;
  }
  .absimage.laptop {
    display: none;
  }

  .CardContainer {
    width: 100%;
  }

  .card {
    width: 100%;
  }
}


