
/* #Primary
================================================== */

body{
    font-family: 'sofia-pro', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #134269;
    background-color: #e0e6ea;
    overflow-x: hidden;
    background-size: contain;
}
.topdisplay {
    position: absolute;
    z-index: -2;
	top: 0;
	left: 0;
    display: inline-block;
    width: 100vw;
    height: 1000px;
    background: url(../img/topbanner.png) no-repeat;
    background-size: contain;
}

#menu-wrap .collapse.show {
    display: block;
    max-height: 410px;
    overflow-y: scroll;
    z-index: 9;
}

h2, h3, h4, h5, h6{
	font-family: 'sofia-pro', sans-serif;
	font-weight:400;
	margin-bottom: 0.8rem;
	line-height: 1.25;
	color: #147bc1;
}
h2 {
	font-size: 2.3rem;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.7rem;
	font-weight:500;
}
h5 {
	font-size: 1.25rem;
	font-weight:600;
}
h6 {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight:600;
	margin-bottom: 1rem;
}
::selection {
	color: #fff;
}
::-moz-selection {
	color: #fff;
}
.lead {
	font-size: 18px;
	line-height: 27px;
}
.z-bigger {
	z-index: 10;
}

/* #Preload
================================================== */


/* #Primary style
================================================== */

.section {
	position: relative;
    width: 1200px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 20px;
}
.section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
    background: #fff;
}
@media (max-width: 1200px) {
	.section {
		width: 100%;
	}
}

@media (max-width: 575px) {
	body {
		background-color: #ffffff;
	}

	.section {
        box-shadow: none;
        border-radius: 0;
	}

	.cbp-af-header {
		background-color: #fff !important;
	}

	.cbp-af-header .nav-item ul li {
		display: inline-block;
		margin: 4px 8px;
		background: #fff;
		border-radius: 5px;
		padding: 0 6px;
	}

	.cbp-af-header .navbar {
		margin-bottom: 15px;
	}

	#menu-wrap .collapse {
		overflow: hidden !important;
	}

	.topdisplay {
		z-index: 3;
		top: 0;
		background-size: 190vw;
		background-position: center top;
		height: 55px;
	}

	#main-header {
		margin-top: 55px !important;
	}

	.menu-back {
		padding-top: 15px !important;
	}
}

@media (max-width: 768px) {
	.section {
		overflow: hidden;
	}
}

.background-white {
	background-color: #ffffff !important;
	/* background-color: #fadc72 !important; */
}
.background-grey {
	background-color: #f0f1f6;
}
.background-hyperdark-1{
	    background-image: -webkit-linear-gradient(0deg, #0b243a 0%, #134269 100%);
	    background-image: -o-linear-gradient(0deg, #0b243a 0%, #134269 100%);
	    background-image: linear-gradient(0deg, #0b243a 0%, #134269 100%);
}
.img-wrap  {
	position:relative;
	width:100%;
}
.img-wrap img {
	width:100%;
	display:block;
}
.z-bigger  {
	z-index:10;
}
.padding-bottom {
	padding-bottom: 80px;
}
.padding-top-bottom-big {
	padding-top: 80px;
	padding-bottom: 80px;
}
.padding-top-big {
	padding-top: 80px;
}
.padding-bottom-big {
	padding-bottom: 80px;
}
.color-light {
	color: #fff;
}

/* #Demo
================================================== */


/* #Navigation
================================================== */
#menu-wrap{
	width:100%;
	z-index:5000;
	margin:0 auto;
	top:0;
	left:0;
}
.menu-back{
	background-color: rgba(250,250,250,0);
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.menu-back.dark{
	background-color: rgba(14,5,36,0);
}
.cbp-af-header {

	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink {
	position: fixed;
	top: 0 !important;
	box-shadow: 0 0 40px 0px rgb(113, 188, 254);
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 0;
    border-bottom: 3px solid #127CC0;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.menu-back.cbp-af-header-shrink.dark{
	background-color: rgba(14,5,36,9);
}
.cbp-af-header.cbp-af-header-shrink .navbar {
	padding: 0;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.bg-light {
  background-color: transparent !important;
}
.navbar {
	padding: 0;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.nav-link,
.nav-link:hover,
.nav-link:focus,
.nav-link:active {
	opacity: 1;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
}
.nav-link,
.nav-link:focus {
	color: #127CC0 !important;
	border-bottom: 2px solid transparent;
	padding: 20px 0 !important;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.nav-link.no-line:hover{
	border-color: transparent !important;
}
.nav-item{
	margin: 0 10px;
}
.nav-item:last-child{
	margin-left: 30px;
	margin-right: 0;
}
.navbar-brand {
	padding-top: 0.3125rem;
	padding-bottom: 0.5125rem;
}
.navbar-brand img {
	width: 180px;
}
.nav-item{
	position: relative;
}
.nav-item ul{
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	min-width: 250px;
	padding: 20px 25px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 2px solid transparent;
	margin: 0;
	list-style: none;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(90%);
	transform: translateY(90%);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.nav-item:hover ul{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.nav-item ul li{
	margin: 0;
	padding: 0;
}
.nav-item ul li a{
	font-weight: 400;
	font-size: 13px;
	line-height: 27px;
	color: #888;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.nav-item ul li a:hover{
	text-decoration: none;
}
.navbar-toggler {
	padding: 0.25rem 0;
	border: none;
	border-radius: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
	box-shadow: none;
	margin: 0;
	outline: none;
}
.navbar-toggler-icon{
	/* background-image: none !important; */
	height: 30px;
	width: 30px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	margin-top: 8px;
}
.menu-icon__line {
	height: 2px;
	width: 30px;
	display: block;
	background-color: #ffffff;
	margin-bottom: 7px;
	-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background-color .5s ease;
	transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
	width: 22.5px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon__line-right {
	width: 22.5px;
	float: left;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.navbar-toggler-icon:hover .menu-icon__line-left,
.navbar-toggler-icon:hover .menu-icon__line-right {
	width: 30px;
}

/* #Go to top button
================================================== */


/* #Parallax section
================================================== */

.background-parallax{
	position: absolute;
	display:block;
	background-position: center center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}



/* #Hero
================================================== */

.hero-center-wrap{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	z-index:2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hero-center-wrap h2{
	color:#ffffff;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1;
}
.hero-center-wrap p{
	font-weight: 600;
	font-size: 16px;
	line-height: 1.45;
	letter-spacing: 2px;
}
.hero-center-wrap.relative-on-lg p{
	color: #127CC0;
	letter-spacing: 1px;
}
.btn{
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	margin-left: 8px;
	margin-right: 8px;
	padding: 14px 18px;
	border-radius: 3px;
	border: none;
	box-shadow: none;
	outline: none;
	-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .3);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.btn span{
	position: relative;
	display: block;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}
.btn:hover span{
	-webkit-transform: translateZ(5px);
	transform: translateZ(5px);
}
.btn:hover{
	box-shadow: 0 0 35px rgba(0, 0, 0, .2);
}

.btn-primary:focus,
.btn-primary:active{
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}
.btn-primary{
}

.hide-over {
	overflow: hidden;
}


.ocean {
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: white;
	z-index: 0;
    overflow: hidden;
}
.wave {
	background: url('../img/wave.svg') repeat-x;
	position: absolute;
	top: -100px;
	width: 6400px;
	height: 100px;
	animation: wave 35s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
	transform: translate3d(0, 0, 0);
}
.wave:nth-of-type(2) {
	top: -56px;
	animation: wave 20s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
	opacity: 1;
}

.wave-buildings {
	position: absolute;
	width: 6400px;
	animation: wave 55s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
	transform: translate3d(0, 0, 0);
	bottom: -20px;
	height: 400px;
	z-index: 3;
	background: url('../img/isolated_city.png') repeat-x;
    background-size: contain;
}
.wave-lines {
	position: absolute;
	width: 6400px;
	animation: wave 55s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
	transform: translate3d(0, 0, 0);
	bottom: 0;
    height: 180px;
	z-index: 2;
	background: url('../img/isolated_hyperlines.png') repeat-x;
    background-size: contain;
	animation: wave 30s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite;
	opacity: 1;
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-45px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}



/* #countdown
================================================== */

/* #Concept
================================================== */

.title-wrap{
	position: relative;
	margin-bottom: 60px;
}
.title-wrap h3, .title-wrap h1 {
	position: relative;
	font-size: 30px;
    height: 37px;
	font-weight: 600;
    display: inline-block;
    white-space: nowrap;
    color: #127CC0;
}

.title-wrap h3:before, .title-wrap h1:before {
	content: "";
    height: 5px;
    width: calc(100% + 50px);
    position: absolute;
    z-index: -1;
    bottom: 2px;
    left: -45px;
    background: #fadc72;
}

.title-wrap p{
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	color: #444;
	width: 100%;
	padding-top: 10px;
}
.title-wrap .back-title{
	position: absolute;
	z-index: -1;
    top: -11px;
    left: -6px;
	width: 100%;
	font-family: 'Work Sans', sans-serif;
	font-weight:700;
	text-transform: uppercase;
	font-size: 100px;
	opacity: 0.1;
}
@media screen and (min-width:576px){

	.concept-box-h div.content{margin-left: 90px;}
}
.concept-box-h img{
	float: left;
	margin-right: 15px;
	max-width:60px;
	vertical-align: middle
}


/* #Roadmap
================================================== */

#owl-roadmap{
	position:relative;
	width:100%;
	margin:0 auto;
}
#owl-roadmap:before{
	position:absolute;
	width:100%;
	content: '';
	top: 17px;
	left: 0;
	height: 2px;
}
#owl-roadmap .item{
	position:relative;
	padding-bottom: 45px;
}
#owl-roadmap:before {
	background: #127CC0;
}
.roadmap-box{
	position:relative;
	padding: 30px;
	/* background-color: #fadc72; */
	background: #fff;
	margin: 0 15px;
	margin-top: 97px;
	border: 4px solid #3AADE2;
	border-radius: 5px;
}
.roadmap-box.next-road {
	border-color: #fff;
}
.roadmap-box h6{
	text-align: center;
}
.roadmap-box p{
	margin-bottom: 0;
	position: relative;
	text-align: left;
	padding-left: 20px;
}
.roadmap-box p:before {
	content: "○";
	position: absolute;
	top: 0;
	left: 0;
}
.roadmap-box div span{
	text-align: center;
	margin-bottom: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 5px 16px;
	border-radius: 5px;
}
.roadmap-box .achieved {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.roadmap-box .achieved span{
	background: #fff !important;
	border: 3px solid #fadc72;
	color: #127CC0;
	white-space: nowrap;
	width: 100%;
	display: block;
}
.roadmap-box .plan span{
	background-color: #f0f1f6 !important;
    margin-left: -25px;
    white-space: nowrap;
}
.roadmap-box:before{
	position:absolute;
	background-color: #fff;
	width: 4px;
	height: 80px;
	top: -80px;
	left: 50%;
	margin-left: -2px;
	content: '';
	z-index: 1;
}
.roadmap-box.next-road:before{
	background: linear-gradient(#999, #fff);
}

.roadmap-box:after{
	position:absolute;
	background-color: #fadc72;
	border-radius: 20%;
	border-width: 2px;
	border-style: solid;
	width: 30px;
	height: 30px;
	top: -94px;
	left: 50%;
	margin-left: -15px;
	content: '';
	z-index: 55;
	background-image: url('../img/check.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}
.item.blue .roadmap-box:after{
	background-image: url('../img/check-green.svg');
}
.item.dark .roadmap-box:after{
	background-color: #0e0529;
}
.item.blue .roadmap-box:after{
	background-color: #4d82ff;
}
.item.blue-gradient .roadmap-box:after{
	background-color: #2CBFC7;
}
.roadmap-box.next-road:after{
	border-color: #999;
	width: 20px;
	height: 20px;
	top: -89px;
	margin-left: -10px;
	background-image: none;
}
.roadmap-box.current-road:after{
	width: 36px;
	height: 36px;
	top: -97px;
	margin-left: -18px;
	background-image: url('../img/cur-check.svg');
	background-size: 22px 22px;
}
.item.blue .roadmap-box.current-road:after{
	background-image: url('../img/cur-check-green.svg');
}
.item.blue .roadmap-box.next-road:after{
	background-image: none;
}
.prev-roadmap,
.next-roadmap{
	position:absolute;
	top:0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	border-radius: 0.2rem;
	text-align: center;
	z-index: 15;
	cursor: pointer;
	background-color: #3AADE2;
	color: #fff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.prev-roadmap:hover,
.next-roadmap:hover{
	box-shadow: 0 8px 5px -6px rgba(0, 0, 0, 0.3);
}
.prev-roadmap.dark:hover,
.next-roadmap.dark:hover{
	background-color: #0e0529 !important;
}
.prev-roadmap{
	left:15px;
}
.next-roadmap{
	right:15px;
}
.next-roadmap i,
.prev-roadmap i{
	color: #fff;
}

/* #Chart
================================================== */



/* #App - Wallet
================================================== */

.app-list{
	list-style: none;
}
.app-list li{
	position: relative;
	margin-top: 10px;
	font-size: 13px;
	line-height: 23px;
	padding-left: 25px;
	text-transform: uppercase;
}
.app-list li:before{
	position: absolute;
	top: 12px;
	height: 1px;
	width: 20px;
	left: -15px;
	content: '';
	z-index: 1;
}
.app-btn{
	font-size: 18px;
    padding: 3px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.app-btn:hover{
	opacity: 0.5;
}

/* #Logos
================================================== */

.logo-wrap{
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.logo-wrap li{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
	opacity: 0.7;
}
.logo-wrap li:hover {
	opacity: 1;
}

.logo-wrap li img{
	display: block;
	height: 36px;
	filter: brightness(2) saturate(0); /* TODO: remove */
}
.logo-wrap li:hover img {
	filter: saturate(1);
}

/* #countdown
================================================== */

.countdown{
	position: relative;
	padding: 40px;
	margin: 0 auto;
	text-align: center;
	border-radius: 15px;
}
.countdown.gradient-ver{
	padding: 0;
	border-radius: 0;
}
.translateY-70{
	-webkit-transform: translateY(-70px);
	-moz-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	-o-transform: translateY(-70px);
	transform: translateY(-70px);
}
.translateY-100{
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}
.big-shadow-down{
	box-shadow: 0 8px 50px -6px rgba(0, 0, 0, 0.35); 
}
.countdown ul {
	margin: 0;
	padding: 0;
}
.countdown li {
	position: relative;
	display: inline-block;
	list-style-type: none;
	padding: 0;
	min-width: calc(24% - 10px);
	margin: 0 auto;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.countdown.gradient-ver li {
	min-width: auto;
	max-width: calc(24% - 10px);
	width: 140px;
	box-shadow: none;
	color: #fff;
}
.countdown li span {
	display: block;
	font-size: 55px;
	line-height: 1;
	color: #fff;
	font-family: 'Work Sans', sans-serif;
	font-weight: 200;
	margin-bottom: 5px;
}
@media (max-width: 991px) {
	.countdown li {
		margin: 0;
	}
	.countdown li span {
		font-size: 35px;
	}
}

.countdown.gradient-ver li span{
	font-size: 100px;
	font-weight: 700;
	color: #fff;
	letter-spacing:0;
	-webkit-text-fill-color: transparent;
	background: -webkit-linear-gradient(transparent, transparent),
             url('../img/let.jpg') repeat;
	background: -o-linear-gradient(transparent, transparent);
	-webkit-background-clip: text;
	background-position:center center;
	background-size:cover;
	text-shadow: 1px 4px 3px rgba(0,0,0,0.06);
}

.countdown p {
	font-weight: 600;
	color: #444;
	font-size: 15px;
	line-height: 1.45;
	letter-spacing: 1px;
}
.countdown p span {
	padding: 4px 12px;
	font-size: 14px;
	border-radius: 20px;
	letter-spacing: 0;
}

.background-dark-blue {
    background-color: #323c46 !important;
}

.hero-center-wrap p span.font-big-color, .countdown li, .table-sale.future-price h4, .btn-primary.table-ver, .nav-item ul li a:hover, .nav-item ul li a:active, .nav-item ul li a:focus, .title-wrap .back-title, .app-btn, .app-btn:hover, .modal-body h3, .roadmap-box p.plan span, .footer-list li a:hover, .footer p a, .footer p a:hover, .nav-item ul li a.active-subnav, .menu-back.dark .nav-item ul li a.active-subnav, .menu-back.dark .nav-item ul li a:hover {
    color: #fadc72;
}

.hero-center-wrap p span.back-color, .btn-primary, .btn-primary:hover, .countdown p span, .background-color, .table-sale.future-price p span, .line-sep, .next-roadmap:hover, .prev-roadmap:hover, #owl-roadmap:before, .app-list li:before, .team-img-mask, .progress-bar, .roadmap-box p span, .accordion-style .card-header a:hover, .accordion-style .card-header a:before, .accordion-style .card-header a:after, input.btn.btn-primary, .prev-roadmap.dark, .next-roadmap.dark {
    background-color: #1c7ec1 !important;
}

/* #Team
================================================== */

#team img {
    object-fit: contain;
    width: 100%;
}

#team .info {
	margin-bottom: 30px;
}

#team .info p {
	margin-bottom: 7px;
    opacity: .7;
}

.team-wrap{
	position: relative;
	display: block;
	width: 100%;
    margin-bottom: 30px;
}
.team-wrap .fa {
    padding: 3px 0px 0px 0px;
    border-radius: 3px;
    height: 25px;
    box-shadow: 0px 2px 14px 0px rgba(57, 173, 226, 0.22);
    font-size: 18px;
    color: #39ade2;
    width: 25px;
    text-align: center;
}
.team-wrap .name {
	color: #137cc1;
}
.team-wrap .title {
    color: #39ade2;
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
}
.team-img-wrap{
	position: relative;
	display: inline-block;
	width: calc(100% - 35px);
	margin-left: 0;
	margin-bottom: 10px;
	cursor: pointer;
}
.team-img-wrap img{
	display: block;
	width: 100%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.team-img-wrap .team-img-mask{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.15;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.team-img-wrap:hover .team-img-mask{
	opacity: 0.1;
}

.team-wrap {
	text-align: center;
}
.team-wrap h6{
	position: absolute;
	right: -16px;
	top: 0;
	z-index: 1;
	display: block;
	font-size: 28px;
	opacity: 0.3;
	text-transform: none;
	margin: 0;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
}
.team-wrap p{
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	color: #5947a0;
	margin-bottom: 4px;
}
.team-wrap .app-btn{
	font-size: 15px;
}

/* #FAQ
================================================== */

.card {
	background-color: transparent;
	background-clip: none;
	border: none;
	border-radius: 0;
}
.card-body {
	padding: 20px;
}
.card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: none;
}
.accordion-style .card-header a{
	position: relative;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	width: 100%;
	display: block;
	padding: 12px 25px;
	cursor: pointer;
    font-size: 17px;
    color: #127CC0;
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.accordion-style .card-header a:hover{
	color: #fff;
}
.accordion-style .card-header a:before {
	content: '';
	width:17px;
	height:1px;
	top:50%;
	right: 15px;
	position:absolute;
	z-index:1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.accordion-style .card-header a:after {
	content: '';
	width:1px;
	height:17px;
	bottom:50%;
	margin-bottom:-9px;
	right:23px;
	position:absolute;
	z-index:1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.accordion-style .card-header a:hover:before,
.accordion-style .card-header a:hover:after{
	background-color: #fff !important;
}
.accordion-style .card-header a[aria-expanded="true"]:after{
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* #Contact
================================================== */

#contact .col-md-3 {
	zoom: 1.3;
}

.contact-det {
	position: relative;
	display: block;
	margin: 0 auto;
}
.contact-det img {
	display: block;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.form-control{
	outline: 0;
	border: 0;
	padding: 12px 20px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-control:active,
.form-control:focus{
	outline: 0;
	border: 0;
	box-shadow: none !important;
}
.help-block.with-errors{
	position: absolute;
	top: 45px;
	width: 100%;
	left: 0;
	z-index: 2;
	font-size: 13px;
	color: #db695d;
	font-weight: 400;
	letter-spacing: 1px;
}
.help-block.with-errors.textarea-error{
	top: 107px;
}
.form-control:-ms-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#999999;
}
.form-control:active:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder{
	color: #fff;
}
.form-control::-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#999999;
}
.form-control:active::-moz-placeholder,
.form-control:focus::-moz-placeholder {
	color: #fff;
}
.form-control:-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#999999;
}
.form-control:active:-moz-placeholder,
.form-control:focus:-moz-placeholder {
	color: #fff;
}
.form-control::-webkit-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#999999;
}
.form-control:active::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
	color: #fff;
}
input.btn.btn-primary{
	cursor: pointer;
}

/* #Footer
================================================== */

.footer p{
	font-size: 13px;
	letter-spacing: 1px;
	color: #a3b0bd;
	margin-bottom: 0;
}
.footer p a{
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.footer p a:hover{
	text-decoration: none;
	opacity: 0.7;
}

/* #Media
================================================== */

@media (max-width: 1199px) {
	.hero-center-wrap p{
		font-weight: 600;
		font-size: 14px;
		line-height: 1.35;
		letter-spacing: 1px;
	}
	.hero-center-wrap h2{
		font-size: 45px;
	}
}

@media (max-width: 991px) {
	.hero-center-wrap p{
		font-weight: 500;
		font-size: 13px;
		line-height: 1.25;
		letter-spacing: 0;
	}
	.navbar-collapse{
		background-color: #efefef;
		/* background-image: linear-gradient(20deg, #271740 0%, #071431 100%); */s
		margin-bottom: 10px;
		margin-top: 10px;
		border-radius: 10px;
	}
	/*
	#menu-wrap{
		position: relative;
		top: auto;
		left: auto;
	}
	.menu-back{
		background-color: rgba(250,250,250,1);
		padding-top: 5px;
		padding-bottom: 5px;
	}*/
	.navbar-nav{
		padding: 35px 0 !important;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	.nav-item{
		margin: 0;
		margin-left: 20px;
	}
	.nav-item:last-child{
		margin: 0;
		margin-left: 20px;
	}
	.nav-link{
		padding: 4px 0 !important;
	}
	.nav-item ul{
		position: relative;
		left: auto;
		bottom: auto;
		display: block;
		padding: 25px;
		padding-top: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-top: 2px solid transparent;
		opacity: 1;
		background-color: transparent !important;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.nav-item:hover ul{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.title-wrap .back-title{
		font-size: 70px;
	}
	.hero-center-wrap.relative-on-lg{
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.hero-center-wrap h2{
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.title-wrap h3{
		font-size: 24px;
	}
	.title-wrap .back-title{
		font-size: 50px;
	}
	.hero-center-wrap h2{
		font-size: 35px;
	}
}

@media (max-width: 575px) {
	.hero-center-wrap .btn{
		display: block;
		font-size: 12px;
		padding: 8px 10px;
		margin: 0 2px;
		letter-spacing: 0;
		margin-bottom: 5px;
	}
	.title-wrap .back-title{
		font-size: 40px;
	}
	.hero-center-wrap h2{
		font-size: 25px;
	}
}

#social-sidenav {
	padding: 16px;
	background: #fadc72;
    border: 2px solid #e39955;
}

#social-sidenav p {
    width: 50%;
    padding: 14px;
    font-size: 28px;
    line-height: 31px;
    color: #127CC0;
}

#social-sidenav .app-btn {
	display: inline-block;
    background: #fff;
	width: 50px;
	height: 50px;
	padding: 10px 0 5px 0;
    text-align: center;
	margin-right: 4px;
	margin-bottom: 5px;
    border: 2px solid #127CC0;
    border-radius: 100px;
    box-shadow: 2px 2px 0 #fadc72;
}

#social-sidenav .app-btn i {
    font-size: 26px;
	color: transparent;
    background: linear-gradient(20deg, #127CC0 0%, #3AADE2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

#social-sidenav .app-btn-telegram {
	width: 50px;
	height: 50px;
	padding: 10px 10px 5px 5px;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

#social-sidenav .app-btn-telegram i {
    font-size: 32px;
}

#publications .accordion-style .card-header {
	text-align: center;
}

#publications .accordion-style .card-header a:before,
#publications .accordion-style .card-header a:after {
	display: none;
}

#publications .accordion-style .card {
	margin-bottom: 10px;
}

#publications .card a {
	background-color: #4f32b9 !important;
    background-image: -webkit-linear-gradient(325deg, #3AADE2 0%, #127CC0 100%);
    background-image: -o-linear-gradient(325deg, #3AADE2 0%, #127CC0 100%);
	background-image: linear-gradient(55deg, #3AADE2 0%, #127CC0 100%);
	color: #fff;
}

#publications h3 {
	white-space: inherit;
}

#launchpad {
	padding-top: 100px;
	text-align: center;
}

.bg-hyperbridge-gradient{
	background-image:-webkit-linear-gradient(20deg, #134269 0%, #3AADE2 100%);
	background-image:-o-linear-gradient(20deg, #134269 0%, #3AADE2 100%);
	background-image:linear-gradient(20deg, #134269 0%, #3AADE2 100%);
}

.bg-hyperbridge-gradient-alt{
	background-image:-webkit-linear-gradient(290deg, #127CC0 0%, #40347b 100%);
	background-image:-o-linear-gradient(290deg, #127CC0 0%, #221c74 100%);
	background-image:linear-gradient(20deg, #127CC0 0%, #221c74 100%)
}

.bg-hyperbridge-gradient-city {
    background-size: cover;
    /* background-blend-mode: multiply,normal; */
    background-image: url(../img/connect-city-long.png), linear-gradient(20deg, #137cc1 0%, #39ade2 100%);
}

.bg-hyperbridge-gradient-yellow-1 {
	background-image:-webkit-linear-gradient(20deg, #e39955 0%, #fadc72 100%);
	background-image:-o-linear-gradient(20deg, #e39955 0%, #fadc72 100%);
	background-image:linear-gradient(20deg, #e39955 0%, #fadc72 100%);
}

.title-wrap.text-center h3{
	color:transparent;
	background:linear-gradient(20deg, #127CC0 0%, #3AADE2 100%);
	-webkit-background-clip:text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
	-webkit-text-fill-color:transparent
}
#protocols{
	background-image:url(/img/blockub-background-overlay.png);
	background-size:3400px 900px;
	background-position:center bottom;
	background-repeat:no-repeat;
	overflow:hidden
}
.blockhub-ss-fx-img{
	margin:40px auto -60px auto;
	width:auto;
	display:block
}
#blockhub {
	background: #127CC0;
	margin-bottom: 0;
	overflow:hidden;
	box-shadow: 0 -30px 16px 0 rgba(0, 0, 0, 0.1);
}
#blockhub .title-wrap h5{
	font-size:50px
}
#blockhub .title-wrap h5 span{
	font-weight:100
}
.launch {
	text-align: center;
}
.launch img{
	display:block;
	width:200px;
	margin:0 auto
}
.launch span{
	background-color:#FFFFFF;
	z-index:200;
	position:relative;
    color: #e39955;
    font-size: 34px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 0px 3px 0px #fadc72;
    padding: 10px 25px 15px 25px;
    border: 4px solid #127CC0;
    box-shadow: 0px 3px 0px 0px #3AADE2, inset 0px 3px 0px #3AADE2;
	border-radius:100px;
	margin-top:-7px
}
#protocols::after{
	-webkit-background-size:3000px 172px;
	background-size:3000px 172px;
	background-position:center bottom;
	background-repeat:no-repeat;
	content:'';
	display:block;
	left:0;
	position:absolute;
	width:100%;
	visibility:visible;
	z-index:10;
	background-image:url(../img/curve-performance-top-dark.svg);
	height:172px;
	bottom:0px
}
#concept::before{
	-webkit-background-size:3000px 140px;
	background-size:3000px 140px;
	background-position:center bottom;
	background-repeat:no-repeat;
	content:'';
	display:block;
	left:0;
	position:absolute;
	width:100%;
	visibility:visible;
	z-index:10;
	background-image:url(../img/curve-highlights-top-white.svg);
	height:140px;
	top:-139px
}
#main-header{
	height:525px;
	margin-top: 120px;
	background: #fff;
}

#main-header h3{
	font-size:normal;
	font-weight:bold;
	color:#127CC0
}

#main-header h2 span{
	display:block
}
@media screen and (max-width: 991px){
	body {
		background-size: 200%;
	}
	#main-header{
		margin-top: 0;
	}
}
@media screen and (min-width: 500px){
	#main-header h2{
		font-size:31px;
		line-height:40px;
		color: #127CC0;
	}

	#main-header h2 span{
		font-size:52px;
		position:relative;
		left: -22px;
		text-align:right
	}
}

@media screen and (min-width: 1200px){

	#main-header h2 span{
		left: -44px;
	}
}

#industry-solution{
	z-index:2;
	margin-top:-100px;
	border-top:4px solid #3AADE2
}
.c1{
	color:#3AADE2 !important;
}
.bg-c1 {
	background-color: #3AADE2 !important;
}
.c1.brd{
	text-shadow: 1px 7px 10px #fadc71;;
}
.c2{
	color: #127CC0 !important;
}
.bg-c2 {
	background-color: #127CC0 !important;
}
.c3{
	color:#134269 !important;
}
.bg-c3 {
	background-color: #134269 !important;
}

.c5 {
	color: #fff !important;
}
.bg-c5 {
	background-color: #fff !important;
}

.title-wrap.centered h3::before{
     left: -25px;
}

.atmosphere-escape{
	text-align:center
}
.atmosphere-escape p{
	text-align:center;
	max-width:800px;
	margin:0 auto
}
.atmosphere-escape p.lead{
	margin-bottom:20px;
	font-weight:400;
	font-size:22px
}
.atmosphere-escape img{
	max-width:600px
}

.btn-hyper{
	font-weight:600;
	border-radius:3px;
	box-shadow:none;
	color:#127CC0;
	border:2px solid #fadc72;
	background: #fff;
}
.btn-hyper:hover{
	background-color:#fadc72;
	color:#2781c3;
}
.btn-hyper-inverse{
	font-weight:600;
	border-radius:3px;
	color:#2781c3;
	background-color:#FFFFFF;
	border:2px solid #FFFFFF;
	box-shadow:none
}
.btn-hyper-inverse:hover{
	color:#2781c3;
}
.hh1,.hh2,.hh3,.hh4,.hh5,.hh6{
	color:#21d4fd
}
/* HoP Targeting */
a.btn.btn-hyper-inverse.ml-lg-0.js-tilt:hover  {

    color: #1c7ec1;
    background-color: #fadd76;
}
a.btn.btn-hyper-inverse.ml-lg-0.js-tilt{
    background-color: #1c7ec1;
		border-color: #2781c3;
		opacity: 1;
    color: #fadd76;
}
a.btn.btn-hyper-inverse.ml-lg-0.js-tilt:active {
    background-color: #1c7ec1;
    color: #fadd76;
}

#socialmedia{

}

#newslettersignup{

}

#intro {
	padding: 30px 0;
}

#blog-post {
	padding: 30px 0;
    font-size: 21px;
	line-height: 1.58;
	font-family: Georgia,Cambria,"Times New Roman",Times,serif;
}

#blog-post [id] {
	background: yellow;
}

#blog-post h1 {
	margin-bottom: 50px;
	font-family: 'sofia-pro', sans-serif;
}

#blog-post h3 {
	margin-top: 30px;
}

#blog-post p {
	margin-bottom: 2.5rem;
}

#blog-post a {
	padding: 0 3px;
}

.suscribe {
    position: relative;
    padding-right: 45px;
}
.suscribe .btn {
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 2;
    border-radius: 3px;
    padding: 10px 20px;
}
.suscribe a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#partners {
	padding: 40px 0;
}

.events__title {
     margin-bottom: 27px;
     font-size: 36px;
     font-weight: bold;
     line-height: 1;
     margin-top: 67px;
     align-self: baseline;
     color: #000000;
     font-family: Lato, sans-serif;
     background-color: #ffffff;
}
 
.events__list {
     display: flex;
     flex-wrap: wrap;
     color: #000;
     font-family: Lato, sans-serif;
     font-size: 16px;
     background-color: #fff;
}

.events__item {
     background-color: #fff;
     color: #fff;
     position: relative;
     display: block;
     width: 180px;
     height: 160px;
     margin-bottom: 40px;
     padding: 18px 17px;
     border-radius: 7px;
     box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 20px 0px;
     overflow: hidden;
     margin-right: 20px;
}

.events__item.past {
     color: #000;
     margin-bottom: 40px;
     padding: 18px 17px;
     border-radius: 7px;
     box-shadow: none;
	 border: 1px solid #000;
	 zoom: 0.7;
}

.events__item span {
    display: block;
    position: relative;
    z-index: 1;
}

.events__item-time {
    font-size: 12px;
    padding-bottom: 4px;
}

.events__item-title {
	font-size: 16px;
    font-weight: bold;
}

.events__past-title {
     margin-top: 30px;
     margin-bottom: 24px;
     font-size: 29px;
     font-weight: bold;
     color: #989898;
     line-height: 1;
     font-family: Lato, sans-serif;
     background-color: #fff;
}
 
/* Blog Post Image Fix
=============================== */

#blog-post img {
    max-width: 100%;
    height: auto;
}