@charset "utf-8";

/* CSS Document */
/*reset css*/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul {
	padding: 0;
}

a {
	text-decoration: none !important;
}

select {
	appearance: none !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	border: none !important;
	transition: .3s;
}

select:active, select:focus {
	border-radius: 0;
	transition: .3s;
}

input[type="submit"] {
	border: none;
}

/*------header----------*/





wrapper {
	width: 100%;
}

.head-logo {
	float: left;
}

header {
	left: 0;
	position: absolute;
	right: 0;
}

/*------Menu----------*/

.navbar {
	border: 1px solid transparent;
	margin-bottom: 0;
	min-height: inherit;
	position: relative;
}

.navbar-nav > li > a {
	padding-bottom: 10px;
	padding-top: 10px;
}

.navbar-header h4 {
	display: none;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 10px;
}

#myNavbar {
	margin: 10px 0;
}

.navbar-inverse .navbar-nav > li > a i {
	font-size: 20px;
	margin-right: 7px;
}

.navbar-nav > li {
	float: left;
	padding: 3px 0;
	position: relative;
	text-align: center;
}

.navbar-nav > li:last-child::after {
	display: none;
}

.navbar-nav > li::after {
	background: rgba(0, 0, 0, 0) url("../images/nav-after.jpg") no-repeat scroll 0 0;
	content: "";
	height: 37px;
	position: absolute;
	right: -20px;
	top: 0;
	width: 2px;
}

.navbar-nav > li:hover {
}

.navbar-nav > li:last-child {
	margin-right: 0;
}

.navbar-inverse {
	background-color: transparent;
	border: medium none;
	border-radius: 0;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #efac09;
}

.banner {
	background: #021b51 url("../images/kolaj1.jpg") no-repeat ;
	background-position:50% 80%;  /* Sets reference point to scale from */
background-size:cover;        /* Sets background image to cover entire element */
	z-index: 2;
}

.banner_info h1 {
	font-family: oswald;
	text-transform: uppercase;
}

.banner_info p {
	font-size: 16px;
}

.banner_info {
	padding: 120px 0 60px 0;
}

.counter {
	margin: 30px 0 0;
}

#clockdiv {
	color: #fff;
}

#clockdiv ul li span {
	border: 1px solid #efac09;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-family: oswald;
	font-size: 41px;
	font-weight: 900;
	height: 90px;
	list-style-type: none;
	padding: 14px 0;
	text-align: center;
	width: 90px;
}

#clockdiv li {
	display: inline-block;
	margin-right: 20px;
	text-align: center;
}

#clockdiv small {
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin: 5px 0;
	text-transform: uppercase;
}

.crypto-details li {
	background-color: #fff;
	display: inline-block;
	float: left;
	text-align: center;
	width: 12.5%;
}

.crypto-ico {
	background-color: #f2f2f2;
	padding: 15px 0;
}

.crypto-details span {
	display: block;
	font-size: 28px;
	padding: 10px 0;
}

.crypto-ico i {
	background-color: #fff;
	border-radius: 50%;
	font-size: 25px;
	height: 34px;
	line-height: 17px;
	padding: 8px 0;
	text-align: center;
	width: 37px;
}

.cf-btc {
	color: #f99300;
}

.cf-ltc {
	color: #bebebe;
}

.cf-dash {
	color: #3986c5;
}

.cf-eth {
	color: #62688f;
}

.cf-zec {
	color: #fbc956;
}

.cf-xmr {
	color: #ff7010;
}

.cf-pivx {
	color: #3bb055;
}
.cf-neos {
	color: #6787b6;
}
.two-block-con li {
	display: inline-block;
	list-style-type: none;
	margin-right: 24px;
	width: 46%;
}
.two-block-con p {
	text-align: justify;
}
.video-block {
	background: rgba(0, 0, 0, 0) url("../images/video-img.jpg") no-repeat scroll 0 0;
	box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);
	height: 344px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.video-block {
	background: rgba(0, 0, 0, 0) url("../images/video-img.jpg") no-repeat scroll 0 0;
	height: 344px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.09);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.09);
}
.video-block a {
	bottom: 0;
	content: "";
	height: 63px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 63px;
}

.title.after h2::after {
	bottom: -10px;
	content: "";
	height: 2px;
  left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width:25px;
}


.title.yellow-line.after h2::after {
	background-color: #efac09;
}

.title.blue-line.after h2::after {
	background-color: #02339a; right:auto;
}

.title.white-line.after h2::after {
	background-color: #ffffff; 
}

.title p {
	display: inline-block;
	font-size: 20px;
	margin: 10px 0;
}

.feature-sec li {
	display: inline-block;
	margin: 0;
	padding: 20px;
	text-align: center;
	width: 26%;
}

.feature-sec {
	text-align: center;
}

.feature-sec li:nth-child(2n+1) {
	background-color: #fff;
}

.feature-sec li:nth-child(2n) {
	background-color: #f2f2f2;
}

.feat-con {
	cursor: pointer;
	overflow: hidden;
	padding: 60px 20px;
	text-align: center;
}

.feat-con p {
	display: none;
}

.feat-con.odd {
	background-color: #ffffff;
}

.feat-con.even {
	background-color: #f2f2f2;
}

.feat-con:hover p {
	display: block;
}

.feat-con:hover {
	-webkit-box-shadow: 0 10px 13px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 10px 13px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 13px 7px rgba(0, 0, 0, 0.2);
	padding: 7px 20px;
	position: relative;
	z-index: 2;
}

.feat-con:hover img {
	transform: scale(0.7);
}

.pie-chart-con li {
	display: inline-block;
	margin: 10px 13px;
}

.pie-chart-con li small {
	font-size: 16px;
	margin: 0 6px;
}

.pie-chart-con li span {
	font-size: 18px;
	font-weight: 600;
}

.pie-chart-con li b {
	background-color: #000;
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	margin: -3px 4px;
	width: 15px;
}

.pie-chart-con ul {
	text-align: center;
}

.pie-chart-con li.dark-blue b {
	background-color: #02339a;
}

.pie-chart-con li.light-blue b {
	background-color: #5482cc;
}

.pie-chart-con li.mid-blue b {
	background-color: #3061c9;
}

.pie-chart-con li.dark-yellow b {
	background-color: #efac09;
}

.pie-chart-con li.orange b {
background-color: orange;
}

.pie-chart-con li.gray b {
	background-color: gray;
}

.pie-chart-con li.yellow b {
	background-color: yellow;
}

.pie-chart-con li.light-orange b {
	background-color: #ffdc09;
}

.line-chart {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	display: inline-block;
	padding: 6px;
}

.line-chart img{ display:inline-block; width:100%;}
.social-links li {
	display: inline-block;
	margin: 0 12px;
}
.social-links li i {
	background-color: #02339a;
	border-radius: 50%;
	color: #fff;
	height: 30px;
	padding: 7px 8px;
	width: 30px;
}

.social-links a:hover i {
	background-color: #da9d12;
}
.app {
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
}
.app i {
	color: #02339a;
	float: left;
	font-size: 40px;
	margin-right: 10px;

}
.team-carousel { padding:10px 0}
.team-carousel li {
	background-color: #f4f4f4;
	border-radius: 30px;
	display: inline-block;
	list-style-type: none;
	padding: 10px 30px;
	text-align: center;
	box-shadow: 0 5px 0 0 rgba(2, 51, 154, 1);
	-moz-box-shadow:  0 5px 0 0 rgba(2, 51, 154, 1);
	-webkit-box-shadow:  0 5px 0 0 rgba(2, 51, 154, 1);
}

.team-carousel span {
	display: block;
	font-size: 16px;
}

.team-user:hover{
border-radius: 50%;
	box-shadow: 0 5px 0 0 rgba(2, 51, 154, 1);
	-moz-box-shadow:  0 5px 0 0 rgba(2, 51, 154, 1);
	-webkit-box-shadow:  0 5px 0 0 rgba(2, 51, 154, 1);
}

.team-carousel a {
	color: #efac09;
	margin: 0 2px;
	font-size: 16px;
}

.team-carousel a:hover {
	color: #02339a;
}

.img-carousel img {
  border-radius: 50%;
  width: auto !important;
}

.rm-con{
 position:relative;
}

.rm-ico i {
  background: rgba(0, 0, 0, 0) url("../images/hexagon-bg.png") no-repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 38px;
  height: 82px;
  padding: 19px 0;
  text-align: center;
  width: 71px;
}
.rm-con h3 {
  display: inline-block;
}
.rm-ico {
  display: inline-block;
  float: left;
  margin-bottom: 90px;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}

.rm-con span {
  color: #02339a;
  font-size: 15px;
  margin: 0 5px;
}
.rm-con span i {
  margin-right: 4px;
}
.rm-con p {
  font-size: 14px;
  margin-top: 20px;
  padding-right: 0;
}

.rm-title {
}

.rm-con.text-right p {
  padding-left: 10px;
}
.rm-con.text-right {
  float: left;
  width: 80%;
}
.rm-con.text-right .rm-title {
  padding-right: 20px;
}

.rm-con.text-left .rm-title::after {
  background: rgba(0, 0, 0, 0) url("../images/rm-dot.png") no-repeat scroll 0 0;
  content: "";
  height: 20px;
  position: absolute;
  right: -70px;
  top: 30px;
  width: 17px;
}

.rm-con.text-right .rm-title::after {
  background: rgba(0, 0, 0, 0) url("../images/rm-dot.png") no-repeat scroll 0 0;
  content: "";
  height: 20px;
  position: absolute;
  left: -74px;
  top: 30px;
  width: 17px;
}
.rm-con.text-left .rm-title::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 40px;
  width: 520px;
}

.rm-con.text-right .rm-title::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  top: 40px;
  width: 430px;
}

.rm-sec.left::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 280px;
  position: absolute;
  right: -47px;
  top: -30px;
  width: 3px;
}
.rm-sec.right::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 280px;
  position: absolute;
  left: -53px;
  top: 0;
  width: 3px;
}

.roadmap::before {
  background: rgba(0, 0, 0, 0) url("../images/big-hexagon.png") no-repeat scroll 0 0;
  content: "";
  height: 44px;
  left: 0;
  margin: auto;
  position: absolute;
  right: -90px;
  text-align: center;
  top: 0;
  width: 38px;
}
.roadmap::after {
  background: rgba(0, 0, 0, 0) url("../images/big-hexagon.png") no-repeat scroll 0 0;
  content: "";
  height: 44px;
  left: 0;
  margin: auto;
  position: absolute;
  right: -90px;
  text-align: center;
  bottom: 10px;
  width: 38px;
}
.cargo-coin-watermark img{
 margin-top: 90px;
}

/*******************************************************register*********************************************************/

.inner_header{-webkit-box-shadow: 0px 6px 8px 3px rgba(0,0,0,0.38);

-moz-box-shadow: 0px 6px 8px 3px rgba(0,0,0,0.38);

box-shadow: 0px 6px 8px 3px rgba(0,0,0,0.38);

width:100%;}

.inner_logo{ width:100%; display:inline-block;}

.inner_logo a{ display:inline-block;}

.inner_logo a img{ display:inline-block;}

.go_links{ width:100%; display:inline-block; text-align:right; padding: 16px 0;}

.go_links ul{ list-style:none;}

.go_links ul li{ display:inline-block; padding:0 10px;}

.go_links ul li a{ font-size:14px; color:#fff; transition:.3s;}

.go_links ul li a i{ font-size:20px; vertical-align:middle; padding-right:5px; } 

.go_links ul li a:hover{ color:#efac09; transition:.3s;}

.form_body{ width:100%; background:url(../images/form-bg.jpg) no-repeat center fixed; background-size:cover; padding-top: 95px;}

.form_box_left{ width:100%; display:inline-block; background:url(../images/form_box_left_bg.jpg) no-repeat center; background-size:cover;

padding: 57px 40px;}

.form_box_left h1{ font-size:30px; color:#efac09; font-family:"Oswald"; font-weight:bold; text-transform:uppercase; width:100%; 

text-align:center; display:inline-block; margin-bottom:20px;}

.form_block{ width:100%; display:inline-block; margin-bottom: 20px;}

.form_block span{ display:inline-block; width:100%; position:relative;}

.form_block span i{ font-size: 20px; color:#efac09; display:inline-block; background:#fff; padding:0; position:absolute; left:0; top:0;

height:40px; line-height:40px; padding: 0 10px; margin-left:5px;}

.form_block span input{ padding:0 20px 0 55px;}

.form_block span select{ padding:0 20px 0 55px;}

.submit_btn .btn{ padding: 14px 45px;}

.agree_content{ width:100%; display:inline-block; margin-bottom:15px;}

.agree_content span{ display:inline-block; width:100%; font-size:14px; color:#efac09; font-weight:600; 

font-family:"open Sans", sans-serif;}

.form_content_right{ width:100%; padding: 60px 0;}

.form_content_right h2{ font-size:25px; color:#efac09; font-family:"Oswald"; text-transform:uppercase; font-weight:300;}

.form_content_right p{ font-size:14px; color:#fff; font-family:"open Sans", sans-serif; line-height:30px; margin-bottom:30px;}

/*******************************************************login*********************************************************/

.login_form{ padding: 165px 40px;}

.agree_content a{ font-size:14px; color:#efac09; float:right; transition:.3s;}

.agree_content a:hover{ color:#060343; transition:.3s;}

.banner_info h1{
    font-weight: 500;
		text-transform: uppercase;
		font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 1024px) {
.banner {
	background: rgba(0, 0, 0, 0) url("../images/img-bg1s.jpg");
	background-position:50% 100%;  /* Sets reference point to scale from */
  background-size:cover;        /* Sets background image to cover entire element */
	z-index: 2;
}
.cargo-coin-watermark img {
  margin-top: 30px;
	float: left;
}
.counter .col-sm-5{
}
.banner_info{
padding: 120px 0 50px 0;
}
}
@media only screen and (max-width: 991px) {
.banner {
	background: rgba(0, 0, 0, 0) url("../images/img-bg1xs.jpg");
	background-position:50% 100%;  /* Sets reference point to scale from */
background-size:cover;        /* Sets background image to cover entire element */
	z-index: 2;
}
 .counter .col-sm-5{
  padding-top: 0;
	padding-bottom: 40px;
}

}
@media only screen and (max-width: 767px) {
.navbar-inverse .navbar-nav > li.team-li{
display: inline;
}
}
strike.strikethrough {
  text-decoration: line-through;
  text-decoration-color: white;
}
div.news {
  display:block;
  align:left;
  height: 220px;
  margin-bottom:10px;
  position:relative;
}
div.newsbkg{
  background-color: #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  padding:10 10 10 10;
}
div.newstext{
  position:absolute;
  top:0;
  bottom:0;
  width:100%;
  height:100%;
}
div.newstext p{
  padding:10 10 10 10;
}
div.faqtext {
  padding:10px;
}
div.newstext a{
  color:#000000;
}
.newstitle{
  color: #efac09;
  font-size: 16px;
}
h2.light{
  color: #AAAAAA;
}
a.infolink{
  color:#0000ff;
}
a.infolink:hover{
  text-decoration:underline;
}

.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #59a0f7;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
		line-height: 16px;
		text-align: left;
}

.dropdown-content a:hover {background-color: #357ae0}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
   color: #efac24;
}


/* Style the tab */
.tab {
width: auto;
    overflow: hidden;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    width: auto;
    display: none;
    padding: 0;
    border-top: none;
}