.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: 'Gentium Basic', serif;
font-family: 'Oswald', sans-serif;
*/
* {
  font-family: 'Roboto', sans-serif;
}

body {
  font-family: 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.8);
}

a {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
}

.button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  border-radius: 0;
  text-decoration: none;
  padding: 12px 30px;
  font-family: 'Oswald', sans-serif;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #fff;
  letter-spacing: 1.5px;
  cursor: pointer;
}
.button:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .button {
    width: 100%;
    text-align: center;
  }
}
.button.button-gradient {
  background: #0977be;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0977be', endColorstr='#2fa3dc',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border: none;
}

.section-title {
  font-size: 45px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 34px;
  }
}

p, span, li {
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  p, span, li {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  p, span, li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  p, span, li {
    font-size: 14px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  z-index: 10;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  header {
    position: absolute;
    background: none;
    border: none;
    padding: 0;
  }
}
header.sticky {
  background: rgba(47, 163, 220, 0.8);
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  header.sticky {
    background: rgba(0, 0, 0, 0.9);
    padding: 0;
  }
}
header.sticky .navbar .navbar-collapse {
  top: 50px;
  background: #2fa3dc;
}
@media screen and (max-width: 767px) {
  header.sticky .navbar .navbar-collapse {
    background: rgba(0, 0, 0, 0.9);
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  header .menu {
    margin: -10px -15px 0;
  }
}
header .menu ul {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  header .menu ul {
    text-align: center;
    padding: 50px 0 20px;
  }
}
header .menu ul li {
  list-style: none;
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  header .menu ul li {
    display: block;
    margin: 20px 0;
    text-align: center;
  }
}
header .menu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  position: relative;
  letter-spacing: 2px;
  padding: 10px 10px 10px 80px;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  header .menu ul li a {
    font-size: 18px;
    letter-spacing: 5px;
    padding: 10px;
  }
}
header .menu ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -10px;
  height: 2px;
  background: transparent;
  left: 0;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
}
header .menu ul li a:hover {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  header .menu ul li a:hover {
    color: #2fa3dc;
  }
}
header .menu ul li:first-child a {
  border: none;
}
header .social-icons {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  header .social-icons {
    display: none;
  }
}
header .social-icons ul {
  margin: 8px 0;
  padding: 0;
}
header .social-icons ul li {
  display: inline-block;
  list-style: none;
  margin: 0 10px 0 0;
}
header .social-icons ul li a {
  display: block;
  color: #fff;
  font-size: 20px;
}
header .white-paper {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  header .white-paper {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  header .white-paper {
    display: none;
  }
}
header .header-dropdown {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  header .header-dropdown {
    display: block;
    margin-left: 0;
  }
  header .header-dropdown.desktop-only {
    display: none;
  }
}
header .header-dropdown button {
  outline: none;
}
header .header-dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 5px;
  margin: 5px 0 0;
  width: 100%;
}
header .header-dropdown .dropdown-menu a {
  display: block;
  text-transform: uppercase;
  color: rgba(11, 38, 69, 0.5);
  text-decoration: none;
  border-bottom: 1px solid rgba(11, 38, 69, 0.1);
  padding: 0 0 5px;
  margin: 0 0 5px;
}
header .header-dropdown .dropdown-menu a span {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
}
header .header-dropdown .dropdown-menu a:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
header .header-dropdown .dropdown-menu a:hover {
  color: rgba(11, 38, 69, 0.9);
}
header .header-dropdown img {
  width: 35px;
  height: 20px;
  border: 1px solid rgba(11, 38, 69, 0.5);
  margin-right: 5px;
}
header .logo {
  display: inline-block;
}
header .logo img {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  header .logo {
    display: none;
  }
}
header .header-right {
  text-align: right;
}

.navbar {
  padding: 0;
  display: inline-block;
  margin-left: 20px;
}
.navbar button {
  outline: none;
}
.navbar .navbar-collapse {
  position: absolute;
  top: 64px;
  background: rgba(47, 163, 220, 0.8);
  text-align: center;
  padding: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .navbar {
    display: block;
    margin: 0 -15px;
  }
  .navbar .navbar-collapse {
    width: 100%;
    left: auto;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-toggler {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 11;
    padding: 0;
  }
}
footer {
  padding: 50px 0;
  background: #292929;
  text-align: center;
  color: #fff;
}
footer .social-icons ul {
  margin: 0;
  padding: 0;
}
footer .social-icons ul li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}
footer .social-icons ul li a {
  display: block;
  color: #fff;
  font-size: 24px;
}
footer .copyright p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.banner {
  background: url("../images/banner.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 170px 0 70px;
  position: relative;
  /*
  .one-pager {
  	margin: 0;
  	padding: 0;
  	position: absolute;
  	top: 8px;
  	right: 10px;
  	z-index: 11;
  	@include phone {
  		right: auto;
  		left: 10px;
  	}
  	li {
  		list-style: none;
  		@include phone {
  			display: inline-block;
  		}
  		a {
  			display: block;
  			border: 1px solid rgba(255,255,255,0.5);
  			margin: 0 0 5px;
  			line-height: 1;
  			img {
  				max-width: 30px;
  			}
  		}
  	}
  }
  */
}
.banner h1 {
  font-size: 72px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 20px 0;
}
@media screen and (max-width: 1199px) {
  .banner h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .banner h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .banner h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-video iframe {
    height: 200px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 70px 0 30px;
  }
}

.media-coverage {
  padding: 20px 0 0;
}
.media-coverage h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
}
.media-coverage .media-logos {
  margin: 0 -20px;
}
.media-coverage .logo-item {
  padding: 0 20px;
}
.media-coverage .logo-item img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.media-coverage .logo-item img:hover {
  filter: none;
  -webkit-filter: none;
}

.about {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 30px 0;
  }
}
.about .about-text {
  padding: 0 30px 0 0;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .about .about-text {
    padding: 20px 0;
  }
}
.about .about-text p {
  margin: 0;
}
.about .row.no-gutters {
  margin-bottom: 50px;
}
.about .row.no-gutters:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .about .row.no-gutters {
    margin-bottom: 0;
  }
}

.features {
  background: #0977be;
  padding: 40px 0 70px;
}
.features .section-title {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .features {
    padding: 30px 0;
    display: none;
  }
}
.features .feature-item {
  background: #2fa3dc;
  color: #fff;
  padding: 30px;
  margin-top: 30px;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}
.features .feature-item img {
  max-width: 50px;
}
.features .feature-item h4 {
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 20px 0 10px;
  font-size: 28px;
}
.features .feature-item p {
  margin: 0;
  font-size: 18px;
}
.features .feature-item .hover {
  height: 0;
  overflow: hidden;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .features .feature-item .hover {
    height: auto;
  }
}
.features .feature-item:hover .hover {
  padding-top: 10px;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .features .feature-item:hover .hover {
    height: auto;
  }
}

.article {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .article {
    padding: 30px 0;
  }
}
.article .read-more {
  display: none;
}
@media screen and (max-width: 767px) {
  .article .read-more {
    display: block;
    text-align: center;
  }
  .article .read-more a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0977be+0,2fa3dc+100 */
    background: #0977be;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0977be', endColorstr='#2fa3dc',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    border: none;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 30px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
  }
}
.article p {
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .article .hide-mobile {
    display: none;
  }
}

.token {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .token {
    padding: 30px 0;
  }
}
.token .section-title {
  text-align: center;
  margin-bottom: 30px;
}
.token .read-more-token {
  display: block;
  text-align: center;
}
.token .read-more-token a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0977be+0,2fa3dc+100 */
  background: #0977be;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0977be', endColorstr='#2fa3dc',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border: none;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 30px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}
.token .hide-default {
  display: none;
}
.token .token-img img {
  margin: 30px auto;
  width: 400px;
}
.token .tech-img img {
  margin: 30px auto;
  width: 600px;
}

.poc {
  background: #292929;
  padding: 70px 0;
  color: #fff;
}
.poc iframe {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .poc {
    padding: 30px 0;
  }
  .poc iframe {
    height: 200px;
  }
}

.subscribe {
  background: #065993;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .subscribe {
    padding: 30px 0;
  }
}
.subscribe form {
  text-align: center;
  padding: 50px 0;
}
.subscribe form input[type="email"] {
  background: none;
  border: 3px solid #fff;
  border-radius: 0;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  outline: none;
  width: 400px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .subscribe form input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
  }
}
.subscribe ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.subscribe ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.subscribe :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.subscribe :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.subscribe .track-links {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .subscribe .track-links {
    text-align: center;
  }
}

.team {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0977be+0,2fa3dc+100 */
  background: #0977be;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0977be', endColorstr='#2fa3dc',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 70px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .team {
    padding: 30px 0;
  }
}
.team .team-item {
  margin-top: 30px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .team .team-item {
    text-align: center;
  }
}
.team .team-item h4 {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}
.team .team-item p {
  font-size: 14px;
}
.team .team-item p.job-title {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.team .team-item:hover .team-item-detail {
  visibility: visible;
  opacity: 1;
}
.team .team-item .team-item-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #292929;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .team .team-item .team-item-detail {
    position: static;
    opacity: 1;
    background: none;
    visibility: visible;
    padding: 0;
    color: #fff;
  }
  .team .team-item .team-item-detail p {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .team .team-item .company-logo img {
    max-width: 200px;
  }
}
.team.advisory-board {
  background: #292929;
}
.team.advisory-board .team-item {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .team.advisory-board .team-item {
    margin: 30px 0 0;
  }
}
.team.advisory-board .team-item h4 {
  height: 65px;
}
.team .slick-arrow {
  border: none;
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: none;
  z-index: 9;
  color: rgba(255, 255, 255, 0.5);
  font-size: 30px;
  padding: 20px;
  outline: none;
  cursor: pointer;
}
.team .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.team .slick-arrow:hover {
  color: white;
}
.team .slick-arrow.slick-disabled {
  opacity: 0.1;
}
.team .slick-slide {
  outline: none;
}
.team .slick-slide img {
  margin: 0 auto;
}

.partners {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .partners {
    padding: 30px 0;
  }
}
.partners .partner-item {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .partners .partner-item img {
    margin: 0 auto;
  }
}
.partners .partner-slide {
  margin: 0;
  padding: 0;
  text-align: center;
}
.partners .partner-slide li {
  list-style: none;
  display: inline-block;
  width: 25%;
  outline: none;
}
.partners .slick-arrow {
  border: none;
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: none;
  z-index: 9;
  color: rgba(0, 0, 0, 0.3);
  font-size: 30px;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.partners .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.partners .slick-arrow:hover {
  color: rgba(0, 0, 0, 0.8);
}
.partners .slick-arrow.slick-disabled {
  opacity: 0.1;
}

.roadmap {
  padding: 70px 0;
  background: #292929;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .roadmap {
    padding: 30px 0;
  }
}
.roadmap .roadmap-item {
  padding: 60px 30px 30px;
  position: relative;
  min-height: 300px;
  background: transparent;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  outline: none;
}
@media screen and (max-width: 767px) {
  .roadmap .roadmap-item {
    padding: 60px 10px 10px;
  }
}
.roadmap .roadmap-item h4 {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}
.roadmap .roadmap-item h4 span {
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.roadmap .roadmap-item p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.roadmap .roadmap-item:before {
  content: "";
  width: 100%;
  background: #fff;
  height: 3px;
  position: absolute;
  top: 30px;
  left: 0;
}
.roadmap .roadmap-item:after {
  content: "";
  width: 3px;
  background: #fff;
  height: 20px;
  position: absolute;
  top: 30px;
  left: 65px;
}
.roadmap .slick-arrow {
  border: none;
  background: none;
  position: absolute;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  color: rgba(255, 255, 255, 0.5);
  font-size: 30px;
  padding: 20px;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .roadmap .slick-arrow {
    left: 0;
    padding: 0;
    background: none;
  }
}
.roadmap .slick-arrow.slick-next {
  left: auto;
  right: -60px;
}
@media screen and (max-width: 767px) {
  .roadmap .slick-arrow.slick-next {
    right: 0;
  }
}
.roadmap .slick-arrow:hover {
  color: white;
}
.roadmap .slick-arrow.slick-disabled {
  opacity: 0.1;
}
.roadmap .slick-slide {
  outline: none;
}
.roadmap .slick-slider {
  margin: 0 60px;
}
@media screen and (max-width: 767px) {
  .roadmap .slick-slider {
    margin: 0;
  }
}

.expo {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0977be+0,2fa3dc+100 */
  background: #0977be;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0977be', endColorstr='#2fa3dc',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 70px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .expo {
    padding: 30px 0;
  }
}
.expo ul {
  margin: 50px 0 0;
  padding: 0;
}
.expo ul li {
  list-style: none;
  display: block;
  padding: 10px 15px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  margin: 0 -15px;
  display: none;
}
.expo ul li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.expo ul li:nth-child(1), .expo ul li:nth-child(2), .expo ul li:nth-child(3) {
  display: block;
}
.expo .expo-item .expo-date {
  display: inline-block;
  vertical-align: top;
  width: 23%;
}
.expo .expo-item .expo-date p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  font-size: 60px;
}
@media screen and (max-width: 1199px) {
  .expo .expo-item .expo-date p {
    font-size: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .expo .expo-item .expo-date p {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .expo .expo-item .expo-date p {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .expo .expo-item .expo-date {
    display: block;
    width: 100%;
  }
}
.expo .expo-item .expo-detail {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  padding: 8px 0;
}
.expo .expo-item .expo-detail p, .expo .expo-item .expo-detail a {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  font-size: 24px;
  margin: 0;
  word-break: break-word;
}
@media screen and (max-width: 1199px) {
  .expo .expo-item .expo-detail p, .expo .expo-item .expo-detail a {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .expo .expo-item .expo-detail p, .expo .expo-item .expo-detail a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .expo .expo-item .expo-detail p, .expo .expo-item .expo-detail a {
    font-size: 18px;
  }
}
.expo .expo-item .expo-detail a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .expo .expo-item .expo-detail a {
    word-wrap: break-word;
  }
}
@media screen and (max-width: 767px) {
  .expo .expo-item .expo-detail {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.expo .see-more {
  text-align: center;
}
.expo .see-more a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 10px;
  margin-top: 50px;
}
.expo .see-more a:before, .expo .see-more a:after {
  content: "";
  width: 200%;
  background: #fff;
  height: 3px;
  position: absolute;
  top: 0;
  left: -50%;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  opacity: 0;
}
.expo .see-more a:after {
  top: auto;
  bottom: 0;
}
.expo .see-more a:hover:before, .expo .see-more a:hover:after {
  opacity: 1;
}

.contact {
  text-align: center;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 30px 0;
  }
}
.contact .mandatory {
  color: red;
  display: block;
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
}
.contact .zf-templateWidth {
  max-width: 600px;
  margin: 40px auto 0;
}
.contact .zf-labelName, .contact label {
  display: none;
}
.contact ul {
  margin: 0;
  padding: 0;
}
.contact ul li {
  list-style: none;
}
.contact input[type="text"], .contact input[type="email"], .contact textarea {
  width: 100%;
  resize: none;
  padding: 15px 10px;
  margin: 0 0 20px;
  border: none;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  outline: none;
  border-left: 3px solid #0977be;
  border-right: 3px solid #2fa3dc;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 3px;
  -moz-background-size: 100% 3px;
  background-size: 100% 3px;
  background-image: -webkit-linear-gradient(left, #0977be 0%, #2fa3dc 100%), -webkit-linear-gradient(left, #0977be 0%, #2fa3dc 100%);
  background-image: -moz-linear-gradient(left, #0977be 0%, #2fa3dc 100%), -moz-linear-gradient(left, #0977be 0%, #2fa3dc 100%);
  background-image: -o-linear-gradient(left, #0977be 0%, #2fa3dc 100%), -o-linear-gradient(left, #0977be 0%, #2fa3dc 100%);
  background-image: linear-gradient(to right, #0977be 0%, #2fa3dc 100%), linear-gradient(to right, #0977be 0%, #2fa3dc 100%);
}
.contact textarea {
  height: 200px;
}
.contact button {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0977be+0,2fa3dc+100 */
  background: #0977be;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #0977be 0%, #2fa3dc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0977be', endColorstr='#2fa3dc',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border: none;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 30px;
  cursor: pointer;
}

.thank-you {
  color: #fff;
}
.thank-you h1 {
  font-size: 42px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .thank-you h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .thank-you h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .thank-you h1 {
    font-size: 26px;
  }
}
.thank-you a {
  color: #2fa3dc;
  font-family: 'Oswald', sans-serif;
}
.thank-you .modal-body {
  padding: 200px 0;
  background: url("../images/banner.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .thank-you .modal-body {
    padding: 70px 0 50px;
  }
}
.thank-you .close {
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
}

.faq {
  padding: 70px 0;
  background: #0977be;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 30px 0;
  }
}
.faq .section-title {
  color: #fff;
  margin-bottom: 30px;
}
.faq .faq-item {
  background: #2fa3dc;
  color: #fff;
  padding: 15px;
  margin-top: 15px;
}
.faq .faq-item .faq-item-question a {
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #fff;
  display: block;
  position: relative;
  padding: 0 0 0 30px;
}
.faq .faq-item .faq-item-question a:after {
  content: "\f055";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 8px;
}
.faq .faq-item .faq-item-question a:not(.collapsed):after {
  content: "\f056";
}
@media screen and (max-width: 767px) {
  .faq .faq-item .faq-item-question a {
    font-size: 18px;
  }
  .faq .faq-item .faq-item-question a:after {
    font-size: 16px;
  }
}
.faq .faq-item .faq-item-answer {
  margin-top: 10px;
}
.faq .faq-item .faq-item-answer a {
  font-weight: 700;
  color: #fff;
}
.faq .faq-item .faq-item-answer b {
  font-weight: 700;
}

.tech-features {
  margin: 40px 0 0;
  padding: 0;
  text-align: center;
}
.tech-features li {
  list-style: none;
  display: inline-block;
  width: 24%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .tech-features li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tech-features li h4 {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.tech-features li figure img {
  max-width: 200px;
  /*transform: rotate(-60deg);
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
  -moz-transition: 0.8s all;*/
  opacity: 0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .tech-features li figure img {
    max-width: 150px;
  }
}
.tech-features li p {
  margin: 0;
  padding: 0 10px;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .tech-features li p {
    text-align: center;
  }
}
.tech-features li:nth-child(1) h4 {
  color: #409db3;
}
.tech-features li:nth-child(1) p {
  color: #409db3;
}
.tech-features li:nth-child(2) h4 {
  color: #47b9bd;
}
.tech-features li:nth-child(2) p {
  color: #47b9bd;
}
.tech-features li:nth-child(3) h4 {
  color: #31bfc7;
}
.tech-features li:nth-child(3) p {
  color: #31bfc7;
}
.tech-features li:nth-child(4) h4 {
  color: #00adef;
}
.tech-features li:nth-child(4) p {
  color: #00adef;
}
.tech-features li.active figure img {
  transform: rotate(0deg);
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
