
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

html, body {
   width:100%;
   height:100%;
}

body { padding: 0; margin: 0; font-family: 'Open Sans', sans-serif; color: #fff; font-weight: 400; background: #000; }
body { overflow-x: hidden; }
* {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.clearfix { clear:both; }

input, section, textarea { font-family: 'Open Sans', sans-serif; }

img { max-width: 100%; }
figure { margin: 0; }

h1 { color: #d8a446; font-size: 48px; font-weight: 700; text-transform: uppercase; margin:0 0 10px; line-height: 1.25em; }
h2 { color: #d8a446; font-size: 28px; font-weight: 700; text-transform: uppercase; margin:0 0 20px; line-height: 1.25em; }
h1, h2, h3 {
   background: -webkit-linear-gradient(#d7a344, #f6d99b);
   background-clip: text;
   color:#d7a344; 
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
h1:before,
h3:before, 
h2:before{  
   background: -webkit-linear-gradient(#d7a344, #f6d99b); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.text-center { text-align: center; }
.clear { clear: both; }

.base-gradient {
   background: rgba(28,38,47,1);
   background: -moz-linear-gradient(top, rgba(28,38,47,1) 0%, rgba(0,0,0,1) 100%);
   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28,38,47,1)), color-stop(100%, rgba(0,0,0,1)));
   background: -webkit-linear-gradient(top, rgba(28,38,47,1) 0%, rgba(0,0,0,1) 100%);
   background: -o-linear-gradient(top, rgba(28,38,47,1) 0%, rgba(0,0,0,1) 100%);
   background: -ms-linear-gradient(top, rgba(28,38,47,1) 0%, rgba(0,0,0,1) 100%);
   background: linear-gradient(to bottom, rgba(28,38,47,1) 0%, rgba(0,0,0,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c262f', endColorstr='#000000', GradientType=0 );
}

.header-main{ width:100%; float: left; border-bottom: 5px solid #324352; height: 105px; position:relative; z-index:999; }
.container{ max-width:1420px; max-width:1200px; padding-left:15px; padding-right:15px;  margin: 0 auto; }
.section-full{ width:100%; float: left; }
.section-padding{ padding-top:50px; padding-bottom:50px;  }

ul.header-nav { padding: 0; margin: 40px 0 0 0; }
ul.header-nav li { padding: 0; margin: 0; color: #fff; display: inline-block;; vertical-align: top; margin-right:15px; }
ul.header-nav li a { content: #fff;color: #fff; text-decoration: none; padding: 3px 0; font-size: 15px; }
ul.header-nav li a:hover, ul.header-nav li a.active{ color:#fec500; }

.left-nav { float: left; text-align: left; }
.right-nav { float: right; text-align: right; }
ul.header-nav.right-nav li {margin-left:15px; margin-right:0; }

.banner-bg{ /*background: url(../images/banner-bg.jpg) center top no-repeat;*/  text-align: center; position:relative; height:auto; }
.shadow-bottom{background: url(../images/shadow-bottom.png) center top no-repeat;}
.shadow-top{background: url(../images/shadow-top.png) center top no-repeat;}
.pattern-bg{ background: url(../images/pattern-bg.png) repeat; }

.banner-bg .video-mn { /*position:absolute; left:-1px; top:0; right:0; bottom:0; overflow:hidden;*/ }
.banner-bg video { /*position:absolute; min-width:100%; min-height:100%; top:50%; left:50%; transform:translate(-50%, -50%); object-fit:cover;*/ width: 100%; height: auto; display: block; }

.services-main{}
.services-main a{ color: #fff; text-decoration: none; display: block;}
.services-main a:hover{ content: #fff; text-decoration: none; }
.services-box{ text-align:center; padding-top:80px; padding-bottom:80px; }
.services-box figure{ margin: 0; }
.services-box h3{ color: #d8a446; font-size: 42px; font-weight: 700; text-transform: uppercase; margin:0 0 10px;   line-height: 1em;}
.services-box p{ font-size:18px; margin: 0 0 0;  }
.sadow-top-bottom{background-image: url(../images/shadow-bottom.png), url(../images/shadow-top.png);
background-position: center top, center bottom;
background-repeat: no-repeat; width:100%; float: left;}

p{ font-size:18px; margin: 0 0 20px;}

.service-lr-box-cover p{ padding-left:60px;  }
.bod-bottom{border-bottom:2px solid #4d5053; margin-top: 20px;}

.btn {
   background-image: -ms-linear-gradient(top, #D8A446 0%, #FFE8B4 50%, #D8A446 100%);
   background-image: -moz-linear-gradient(top, #D8A446 0%, #FFE8B4 50%, #D8A446 100%);
   background-image: -o-linear-gradient(top, #D8A446 0%, #FFE8B4 50%, #D8A446 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D8A446), color-stop(50, #FFE8B4), color-stop(100, #D8A446));
   background-image: -webkit-linear-gradient(top, #D8A446 0%, #FFE8B4 50%, #D8A446 100%);
   background-image: linear-gradient(to bottom, #D8A446 0%, #FFE8B4 50%, #D8A446 100%);
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color:#08263f; font-size:16px; text-transform: uppercase; padding: 10px 40px; display: inline-block; vertical-align: top; text-decoration: none; font-weight: 700;
}

.btn:hover {
   background: rgb(107,81,33);
   background: -moz-linear-gradient(top,  rgba(107,81,33,1) 0%, rgba(127,115,88,1) 50%, rgba(107,81,33,1) 99%);
   background: -webkit-linear-gradient(top,  rgba(107,81,33,1) 0%,rgba(127,115,88,1) 50%,rgba(107,81,33,1) 99%);
   background: linear-gradient(to bottom,  rgba(107,81,33,1) 0%,rgba(127,115,88,1) 50%,rgba(107,81,33,1) 99%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b5121', endColorstr='#6b5121',GradientType=0 );
   color:#fff;
}
.service-lr-box-cover .btn{ margin-left:60px;  }
.bg { background: url(../images/bg.jpg) center center repeat;  width: 100%; float: left;}
.bg-2 { background: url(../images/bg-2.jpg) center center repeat;  width: 100%; float: left;
background-image: url(../images/bg-2.jpg), url(../images/shadow-bottom.png);
background-position: center center, center top;
background-repeat: no-repeat; width:100%; float: left;
}

.bg-3{background: url(../images/bg-2.jpg) center center repeat;  width: 100%; float: left;
background-image: url(../images/bg-3.jpg), url(../images/shadow-top.png);
background-position: center center, center bottom;
background-repeat: no-repeat; width:100%; float: left;
}
.card-section{background:  url(../images/shadow-top.png) no-repeat center top; }

.diagram-main{}

.card-section{}
p{ color: #fff; }
.card-section p{ font-size: 16px; margin-bottom: 1.5em;}
.card-section h4{ position:relative;   font-size: 24px; color: #fff; line-height: 1.25em; font-weight: 600; margin: 0 0 40px 0;  margin-top:-135px;}

h4{   font-size: 28px; color: #fff; line-height: 1.25em; font-weight: 600; margin: 0 0 40px 0;  }

.menu-trigger{ display:none;}
hr
{ background:#6d6f70;
  border:0;
  margin:1em 0;
  height:2px;
  clear:both;
}
hr.blank
{ background:none;
  margin:0.5em 0;
}

.logo{ position: relative; z-index: 3; text-align: center;}
.logo img{ max-height: 150px; }
.logo { position:relative; /*left:50%; right:auto; margin-left:-190px;*/ margin:0 auto; text-align: center; z-index:99; }
.hex h3{ font-size: 28px; margin: 0; line-height:1.3em; text-transform: uppercase; font-weight:bold;}
.hex p{ font-size: 20px; }
.hex-main .col-md-4{-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
.hex{ background: url(../images/hex.png) no-repeat center center; background-size:cover;;  
  text-align: center;;
  padding: 156px 30px;
-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 480px;
  height: 560px; float: left;
}
.hex img{ margin-top:-50px;   }

.hex-main{ padding:50px 0;  text-align: center; max-width: 1460px; margin-left: auto; margin-right: auto; }


.col{display: inline-block; vertical-align: top; margin-left: -17px; }
.col-zero{  }
.row-2{ margin-top:-151px;  }
.hex a.launch-btn img{ margin-top: 00px; }

/* .hex a:hover{ opacity: 0.8; } */

.hex-cover{ width: 100%; overflow: hidden; position: relative;;}

.bg-cover{background: url(../images/bg-4.jpg) repeat-x center bottom; width: 100%; float: left; }
.bg-5{  width: 100%; float: left;

background-image: url(../images/bg-5.jpg), url(../images/shadow-bottom.png);
background-position: center 50px, center top;
background-repeat: repeat-x, no-repeat; width:100%; float: left;}
.solutions-cover{ padding-top:60px; }
.solutions-cover h1{ margin-bottom: 30px; }
.solutions-cover h4{ font-size:28px; margin-bottom: 20px; margin-top: 50px; }
.solutions-cover p{ font-size:20px; }

.hex-row{ padding-left:12px; padding-top:50px; padding-bottom:50px;}
.hex-box{background: url(../images/hex.png) no-repeat center center; background-size:100% 100%;  
  text-align: center;;
  padding: 50px 10px;
-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right:-10px;
  }
.hex-box h3{font-size:20px !important; line-height: 1.1em; margin-top:0; margin-bottom: 40px; height:70px; overflow:hidden; font-weight:bold;}

.gradient-box{ width:100%; float: left; margin-bottom: 100px;
/* IE10+ */ 
background-image: -ms-linear-gradient(top, #000101 0%, #0A2033 51%, #000101 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #000101 0%, #0A2033 51%, #000101 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #000101 0%, #0A2033 51%, #000101 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000101), color-stop(51, #0A2033), color-stop(100, #000101));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #000101 0%, #0A2033 51%, #000101 100%);
/* W3C Markup */ 
background-image: linear-gradient(to bottom, #000101 0%, #0A2033 51%, #000101 100%);


-webkit-box-shadow: 0px 0px 22px -3px rgba(46,125,255,0.68);
-moz-box-shadow: 0px 0px 22px -3px rgba(46,125,255,0.68);
box-shadow: 0px 0px 22px -3px rgba(46,125,255,0.68);



}

.team-main{ padding-top: 0px; padding-bottom: 50px; }
.team-main h2{ font-size: 30px; line-height: 1.1em; }
.team-main{}
.member{padding-bottom: 20px; }
.icon-img{ margin-top: -90px; }
.space-top{ margin-top: 120px; }

.border-right{ border-right:2px solid #6b7780; padding-right:30px;  margin-bottom:20px;   min-height: 490px;}
.bod-none{ border-right:0px solid #6b7780; padding-right:15px;  margin-bottom:30px;   }

.news-box{ margin-bottom:20px;  font-size: 20px;  color: #fff; text-align: left;}
.news-box a { color: #fff; text-decoration: none; }
.news-box a:hover{ color: #fec500; }
.news-title{ font-weight: 700; margin-bottom:10px;  }
.news-text{  }
.video-links{ text-align: left; }
ul.list-link{ list-style-type: none; padding: 0; margin-top: 0; }
ul.list-link li{ list-style-type: none; padding: 0; margin: 0 0 20px; color: #fff; font-size: 20px;}
ul.list-link li a{ text-decoration:none;  color: #fff;}
ul.list-link li a:hover{color: #fec500;}
.text-left{ text-align: left; }
.h2-faq{ min-height: 65px; }
.video-links ul li a, .faqs ul li { font-weight:700; }

.bg-6{background: url(../images/bg-6.jpg) repeat-x center top; width: 100%; float: left; padding-top: 50px; padding-bottom: 50px;     background-size: contain;}
.team-main{ margin-top: -10px; }

.btn-round{margin-top: 35px; margin-bottom: 30px; position: relative;  text-align: center; border-bottom:2px solid #676868;  }
.btn-round img {    top: 18px;    position: relative;}



.footer-main{ width: 100%; float: left; padding: 0px 0 30px 0; width:100%; margin-top: -100px;
background: #0d263d;
background: -moz-linear-gradient(top, #0d263d 0%, #02070c 100%);
background: -webkit-linear-gradient(top, #0d263d 0%,#02070c 100%);
background: linear-gradient(to bottom, #0d263d 0%,#02070c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d263d', endColorstr='#02070c',GradientType=0 );
}

.footer-main .footer-partners { text-align:center; }
.footer-main .footer-partners h3 { font-size:30px; color:#fff; font-weight:700; }
.footer-main .footer-partners .partners-row { display:flex; flex-direction:row; align-items:center; justify-content:space-between; }
.footer-main .footer-partners .partners-row img { padding: 20px 0px; max-width: 20%; box-sizing: border-box; height: auto; }

.footer-main .footer-bottom { border-top:1px solid #fff; padding-top:50px; display:flex; flex-direction:row; align-items:center; justify-content:space-between; margin-top:30px; text-align:center; }
.footer-main .footer-bottom .footer-logo { width:220px; padding:20px 0; }
.footer-main .footer-bottom .footer-center { flex:3; margin:0 30px; padding:0 30px; border-left:1px solid #fff; border-right:1px solid #fff; }
.footer-main .footer-bottom .footer-center .footer-subscribe { display:flex; flex-direction:row; align-items:center; justify-content:center; }
.footer-main .footer-bottom .footer-center .footer-subscribe input[type="email"] { height: 45px; background: none; border: 2px solid #fff; border-radius: 5px; text-align: center; font-size: 16px; color: #fff; margin-right:15px; width:280px; }
.footer-main .footer-bottom .footer-center .footer-links { margin-top:20px; }
.footer-main .footer-bottom .footer-center .footer-links ul { list-style:none; margin:0; padding:0; }
.footer-main .footer-bottom .footer-center .footer-links ul li { list-style:none; margin:0; padding:7px 30px; display:inline-block; }
.footer-main .footer-bottom .footer-center .footer-links ul li a { font-size:15px; color:#fff; }
.footer-main .footer-bottom .footer-center .footer-links ul li a:hover { text-decoration:none; color:#fec500; }
.footer-main .footer-bottom .footer-right { width:220px; font-size:13px; }
.footer-main .footer-bottom .footer-right p { font-size:13px; color:#fff; margin-bottom:5px; }
.footer-main .footer-bottom .footer-right p a { font-size:13px; color:#fff; }
.footer-main .footer-bottom .footer-right .footer-socials { display:flex; flex-direction:row; align-items:center; justify-content:center; }
.footer-main .footer-bottom .footer-right .footer-socials img { margin:10px; max-width:20%; }


.email{ font-size:14px; color: #fff; line-height: 2.5em;}
.email a{ color: #fff;  text-decoration:none;  }
.email a:hover{color: #fec500;}
.footer-logo{ padding-bottom:15px; text-align:center;   }
.footer-logo img{ max-height:150px;  }
.footer-col h4{ color: #fff; font-size: 24px; margin-bottom: 20px; }

.contact-detail{ font-size: 14px; color: #fff;  line-height: 1.5em;}
.contact-detail a{color: #fff; }
.contact-detail a:hover{color: #fec500;}

.partners{ border-right: 2px solid #fff; border-left: 2px solid #fff; min-height: 280px; }
.social-icon{ padding-top: 10px; padding-bototm:10px;  }
.social-icon img{ margin:5px 15px;  }
.social-icon a:hover{ opacity: 0.8; }

.diagram-img img{ max-height: 700px; }
.card-img img{ max-height: 470px; }
.card-section.section-padding{ padding-top: 0; }
.bg-3{ padding-top: 50px; }
.services-box h3, h1{ font-size: }

.news-text,
.news-title,
ul.list-link li   {font-size: 14px;}
.member img{ max-height: 100px; }
.member p{ font-size: 16px; }

.social-icon img{ max-height: 40px; }
.video-play { cursor: pointer; }
.video-play:hover{ opacity: 0.8; }


/* ======================================
            Inner Pages
====================================== */

/* Crowdfunding */
.innerMain { padding-top:0; margin-bottom:50px;
   background: rgb(0,0,0);
   background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(25,30,35,1) 50%, rgba(0,0,0,1) 99%);
   background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(25,30,35,1) 50%,rgba(0,0,0,1) 99%);
   background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(25,30,35,1) 50%,rgba(0,0,0,1) 99%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
.innerBgPtrn { min-height:500px; background:url(../images/inner-bg-ptrn.png) repeat left top; padding:70px 0; }

h1.page-title { margin:20px 0; text-align:center; font-size:50px; }

hr.sort-style { width:80%; max-width:600px; margin:70px auto; background:#fff; }

.font-white32 { font-size:28px; background: -webkit-linear-gradient(#fff, #fff); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight:700; }
.font-white32:before, .font-white32:after { background: -webkit-linear-gradient(#fff, #fff); -webkit-background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.application-form {
   margin-top:30px;
   border-radius:7px;
   overflow:hidden;
   padding:30px;
   background: rgb(0,40,76);
   background: -moz-linear-gradient(top,  rgba(0,40,76,1) 0%, rgba(0,0,1,1) 100%);
   background: -webkit-linear-gradient(top,  rgba(0,40,76,1) 0%,rgba(0,0,1,1) 100%);
   background: linear-gradient(to bottom,  rgba(0,40,76,1) 0%,rgba(0,0,1,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00284c', endColorstr='#000001',GradientType=0 );

   border: 2px solid transparent;
   -moz-border-image: -moz-linear-gradient(top,  rgba(2,69,129,1) 0%, rgba(109,234,242,1) 50%, rgba(2,69,129,1) 100%);
   -webkit-border-image: -webkit-linear-gradient(top,  rgba(2,69,129,1) 0%,rgba(109,234,242,1) 50%,rgba(2,69,129,1) 100%);
   border-image: linear-gradient(to bottom,  rgba(2,69,129,1) 0%,rgba(109,234,242,1) 50%,rgba(2,69,129,1) 100%);
   border-image-slice: 1;
}

.application-form h2 { font-size:50px;  background: -webkit-linear-gradient(#fff, #fff); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.application-form h2:before, .application-form h2:after { background: -webkit-linear-gradient(#fff, #fff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.application-form .form-group { min-height:70px; }
.application-form .form-control { text-align:center; padding:0 10px; }
.application-form textarea.form-control { height:250px; resize:none; text-align:left; padding:10px; }
.application-form .form-group.text-right { text-align:right; margin-top:20px; }
.application-form .btn { min-width:200px; text-align:center; }

.form-control { width:100%; height:35px; border-radius:7px; border:2px solid #fff; background:none; font-size:18px; color:#fff; }


/* Token Sales */

.list-cnt {}
.list-cnt .list-block { padding:35px 0; border-bottom:1px solid rgba(255,255,255,.25); }
.list-cnt .list-block:last-child { border-bottom:none; }
.list-cnt .list-block .list-thumb { width:250px; height:250px; float:left; box-shadow: 0px 0px 20px rgba(129,233,255,.15), inset 0px 0px 15px rgba(0,0,0,1); display:flex; align-items:center; justify-content:center;
   background: rgb(0,0,0);
   background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(10,32,51,1) 50%, rgba(0,0,0,1) 100%);
   background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(10,32,51,1) 50%,rgba(0,0,0,1) 100%);
   background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(10,32,51,1) 50%,rgba(0,0,0,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
.list-cnt .list-block .list-thumb > img { max-width:90%; max-height:90%; }
.list-cnt .list-block .list-content { margin-left:280px; }
.list-cnt .list-block .list-content .lst-cnt-top { min-height:200px; /*overflow:hidden;*/ }
.list-cnt .list-block .list-content .lst-cnt-top h3 { font-size:36px; margin:0; margin-bottom:20px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-weight:700; }
.list-cnt .list-block .list-content .lst-cnt-top p { font-size:20px; color:#fff; /*height:113px; overflow:hidden;*/ min-height:113px; margin-bottom:10px; }
.list-cnt .list-block .list-content .lst-cnt-btn { text-align:right; }


/* Media */

.block-inside-grow { box-shadow:0 -7px 12px -7px rgba(255, 255, 255, 0.25) inset; padding-bottom:50px; }
.block-top-shadow { background: url(../images/shadow-bottom.png) no-repeat center top; background-size:contain; padding-top:50px; }

.banner-video { height:500px; position:relative; overflow:hidden; }
.banner-video video { position:absolute; min-width:100%; min-height:100%; top:50%; left:50%; transform:translate(-50%, -50%); object-fit:cover; }
.banner-video .bnr-caption { width:100%; max-width:750px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); text-align:center; }
.banner-video h1.bnr-caption  { font-size:60px !important; color:#fff; background: linear-gradient(#fff, #fff); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.banner-video h1.bnr-caption:before, .banner-video h1.bnr-caption:after { background: -webkit-linear-gradient(#fff, #fff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.media-block { padding:20px 0; border-bottom:1px solid rgba(255,255,255,.25); }
.media-block .media-thumb { width:185px; height:185px; float:left; }
/* .media-block .media-thumb.red-bg { background:#e74b3b; } */
.media-block .media-thumb.blue-bg { background:#08c5a1; }
.media-block .media-block-content { margin-left:210px; }
.media-block .media-block-content h3 { font-size:30px; line-height:30px; margin:0; margin-bottom:15px; height:60px; overflow:hidden; font-weight:700; }
.media-block .media-block-content p { font-size:20px; color:#fff; height:112px; margin:0; overflow:hidden; }

.mtb-30 { margin-top:30px; margin-bottom:30px; }

.social-widget {}
.social-widget .widget-control { height:380px; }
.social-widget .widget-btm-btn .btn { width:100%; text-align:center; margin-top:50px; }
.social-widget .widget-btm-btn .btn img { margin-top:-65px; border:2px solid #fff; border-radius:50%; }
.social-widget .widget-btm-btn .btn span { display:block; }


/* Blog */

.blog-block { padding:20px 0; border-bottom:1px solid rgba(255,255,255,.25); }
.blog-block .blog-thumb { width:220px; height:220px; float:left; }
.blog-block .blog-thumb.red-bg { background:#e74b3b; }
.blog-block .blog-thumb.blue-bg { background:#08c5a1; }
.blog-block .blog-block-content { margin-left:240px; }
.blog-block .blog-block-content h3 { font-size:30px; margin:0; margin-bottom:15px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-weight:700; line-height:36px;}
.blog-block .blog-block-content p { font-size:20px; color:#fff; height:112px; margin:0; overflow:hidden; }
.blog-block .blog-block-content .btm-btn { margin-top:10px; text-align:right; }

.text-right { text-align:right; }

.blog-video { margin-top:20px; }
.blog-video-content h3 { font-size:30px; line-height:33px; margin: 15px 0; }
.blog-video-content p { font-size:20px; }


/* Breaking News */

.breaking-news-main .poster-img img { box-shadow:0px 2px 7px rgba(6,12,12,.75); margin-bottom:20px; }

.mt-20 { margin-top:20px; }

.breaking-news-main .news-left {}
.breaking-news-main .news-left h2 { font-size:43px; line-height:45px; }
.breaking-news-main .news-left h4 { font-size:22px; margin:20px 0; }
.breaking-news-main .news-left p { font-size:15px; }
.breaking-news-main .news-left .btn.btn-sm { min-width:100px; }

.breaking-news-main .news-right {}

.btn.btn-sm { padding:5px 20px; font-size:13px; border-radius:2px; text-align:center; }

.news-list { list-style:none; margin:0; padding:0; }
.news-list li { list-style:none; margin:0; padding:0; padding-bottom:20px; }
.news-list li .lft-thumb { width:150px; height:110px; float:left; }
.news-list li .lft-thumb img { width:100%; height:100%; background-size:cover; background-position:center; }
.news-list li .rgt-cnt { margin-left:165px; }
.news-list li .rgt-cnt h3 { font-size:16px; margin:0; margin-bottom:5px; max-height:51px; overflow:hidden; border-bottom:1px solid rgba(0,0,0,.2); padding-bottom:5px !important; }
.news-list li .rgt-cnt h3 a { text-decoration:none; }
.news-list li .rgt-cnt p { font-size:15px; height:56px; overflow:hidden; line-height:18px; margin:0; }


/* Newsletter Signup */

.newsletter-signup { position:relative; }
.newsletter-signup .signup-box {
   position:absolute;
   right:0;
   top:40px;
   width:260px;
   display:none;

   padding:15px;
   background: rgb(0,40,76);
   background: -moz-linear-gradient(top,  rgba(0,40,76,1) 0%, rgba(0,0,1,1) 100%);
   background: -webkit-linear-gradient(top,  rgba(0,40,76,1) 0%,rgba(0,0,1,1) 100%);
   background: linear-gradient(to bottom,  rgba(0,40,76,1) 0%,rgba(0,0,1,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00284c', endColorstr='#000001',GradientType=0 );

   border: 3px solid transparent;
   -moz-border-image: -moz-linear-gradient(top,  rgba(2,69,129,1) 0%, rgba(109,234,242,1) 50%, rgba(2,69,129,1) 100%);
   -webkit-border-image: -webkit-linear-gradient(top,  rgba(2,69,129,1) 0%,rgba(109,234,242,1) 50%,rgba(2,69,129,1) 100%);
   border-image: linear-gradient(to bottom,  rgba(2,69,129,1) 0%,rgba(109,234,242,1) 50%,rgba(2,69,129,1) 100%);
   border-image-slice: 1;
   z-index:4;
}
.newsletter-signup .signup-box input[type="text"] { width:100%; height:40px; font-size:14px; color:#fff; border:1px solid #fff; border-radius:3px; background:none; text-align:center; }
.newsletter-signup .signup-box button { border:none; font-family: 'Open Sans', sans-serif; font-weight:700; font-size:20px; display:block; text-align:center; padding:5px; margin-top:10px; width:100%; }


/* Meet The Team */

.mt-30 { margin-top:30px; }
.mt-50 { margin-top:50px; }

.border-right-white { border-right:1px solid #fff; }

.team-box {
   margin-top:90px;
   padding:15px;
   border:2px solid #cbb675;
   box-shadow:0px 5px 10px rgba(0,0,0,.7);
   background: rgb(143,128,102);
   background: -moz-linear-gradient(top,  rgba(143,128,102,1) 0%, rgba(255,229,147,1) 100%);
   background: -webkit-linear-gradient(top,  rgba(143,128,102,1) 0%,rgba(255,229,147,1) 100%);
   background: linear-gradient(to bottom,  rgba(143,128,102,1) 0%,rgba(255,229,147,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f8066', endColorstr='#ffe593',GradientType=0 );
}
.team-box .team-pic { width:150px; height:150px; margin:-90px auto 0 auto; }
.team-box .team-pic img { width:100%; height:100%; background-size:cover; background-position:center; border-radius:50%; border:3px solid rgba(255,255,255,.3); box-shadow:0px 5px 10px rgba(0,0,0,.7); }
.team-box .team-details { text-align:center; margin-top:15px; }
.team-box .team-details h4 { font-size:22px; color:#08263f; font-weight:700; text-transform:uppercase; margin:0; }
.team-box .team-details h5 { font-size:17px; color:#08263f; font-weight:700; margin:0; }
.team-box .team-details p { font-size:14px; color:#08263f; margin:0; }

.owl-theme .owl-nav { display:none; }
.owl-theme .owl-dots, .owl-theme .owl-nav { margin-top:30px; }
.owl-theme .owl-dots .owl-dot span { width:17px; height:17px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background:#dfb05a; }


/* Videos */

.cascade-slider_container { position: relative; width: 100%; height: 620px; }
.cascade-slider_item { position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%) scale(0.3); transition: all 1s ease; opacity: 0; z-index: -1; }
.cascade-slider_item.next { left: 70%; transform: translateY(-50%) translateX(-150%) scale(0.6); opacity: 1; z-index: 1; }
.cascade-slider_item.prev { left: 60%; transform: translateY(-50%) translateX(0%) scale(0.6); opacity: 1; z-index: 1; }
.cascade-slider_item.now { top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%) scale(1); opacity: 1; z-index: 5; }
.cascade-slider_arrow { display: inline-block; position: absolute; bottom: 70px; cursor: pointer; z-index: 5; }
.cascade-slider_arrow-left { left: 200px; }
.cascade-slider_arrow-right { right: 200px; }
.cascade-slider_nav { position: absolute; bottom: -120px; width: 100%; text-align: center; z-index: 5; }
.cascade-slider_dot { display: inline-block; width: 1em; height: 1em; margin: 1em; background: #ddd; list-style: none; cursor: pointer; }
.cascade-slider_dot:hover { background: #555; }
.cascade-slider_dot.cur { background: #555; }

.sldr-video-block {}
.sldr-video-content {
   opacity:0;
   margin-top:20px;
   padding:15px 20px;
   box-shadow:0px 0px 7px rgba(255,255,255,.3), inset 0px 0px 7px rgba(0,0,0,.7);
   background: rgb(0,0,1);
   background: -moz-linear-gradient(top,  rgba(0,0,1,1) 0%, rgba(11,33,52,1) 50%, rgba(0,0,1,1) 100%);
   background: -webkit-linear-gradient(top,  rgba(0,0,1,1) 0%,rgba(11,33,52,1) 50%,rgba(0,0,1,1) 100%);
   background: linear-gradient(to bottom,  rgba(0,0,1,1) 0%,rgba(11,33,52,1) 50%,rgba(0,0,1,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000001', endColorstr='#000001',GradientType=0 );
}
.cascade-slider_item.now .sldr-video-content { opacity:1; }
.sldr-video-content h3 { font-size:30px !important; border-bottom:1px solid rgba(255,255,255,.3); padding-bottom:10px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; margin:0; margin-bottom:10px; }
.sldr-video-content p { font-size:17px; height:80px; overflow:hidden; margin:0; }

.videos-main .btn { min-width: 200px; margin:0 20px; }
.videos-main .blog-video-content h3 { height:70px; margin:0; overflow:hidden; }
.videos-main .blog-video-content p { height:86px; overflow:hidden; }

.btn.blue-btn {
   padding:8px 40px;
   border-radius:7px;
   color:#fff;
   border:2px solid #69a5ff;
   box-shadow:0px 0px 5px rgba(129,233,255,.2);
   background: rgb(0,0,1);
   background: -moz-linear-gradient(top,  rgba(0,0,1,1) 0%, rgba(11,33,52,1) 50%, rgba(0,0,1,1) 100%);
   background: -webkit-linear-gradient(top,  rgba(0,0,1,1) 0%,rgba(11,33,52,1) 50%,rgba(0,0,1,1) 100%);
   background: linear-gradient(to bottom,  rgba(0,0,1,1) 0%,rgba(11,33,52,1) 50%,rgba(0,0,1,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000001', endColorstr='#000001',GradientType=0 );
}


/* Help */

.banner-image { height:300px; position:relative; overflow:hidden; }
.banner-image img { position:absolute; min-width:100%; min-height:100%; top:50%; left:50%; transform:translate(-50%, -50%); object-fit:cover; }
.banner-image .bnr-caption { width:100%; max-width:750px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); text-align:center; }
.banner-image .bnr-caption .search-help { position:relative; margin-top:20px; }
.banner-image .bnr-caption .search-help input[type="text"] { width:100%; height:40px; border:1px solid #fff; border-radius:5px; text-align:center; font-size:16px; color:#fff; background:none; }
.banner-image .bnr-caption .search-help input[type="submit"] { width:20px; height:20px; position:absolute; top:10px; right:10px; background:url(../images/search-ic.png) no-repeat center; background-size:cover; border:none; font-size:0px; cursor:pointer; }

.banner-image .bnr-caption h1,
.banner-image h1.bnr-caption  { font-size:60px !important; color:#fff; background: linear-gradient(#fff, #fff); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.banner-image .bnr-caption h1:before, .banner-image .bnr-caption h1:after,
.banner-image h1.bnr-caption:before, .banner-video h1.bnr-caption:after { background: -webkit-linear-gradient(#fff, #fff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.help-main .filter-btns .btn { min-width: 200px; margin:10px; }
.help-main .panel-default { border:none; background:none; border-bottom:1px solid rgba(255,255,255,.4); border-radius:0px; }
.help-main .panel-heading { border:none; background:none; }
.help-main .panel-default > .panel-heading + .panel-collapse > .panel-body { border:none; }
.help-main .panel-title a { display:block; font-size:22px; font-weight:700; color:#fff; padding-right:20px; background:url(../images/collaps-up.png) no-repeat right center; background-size:15px; }
.help-main .panel-title a:hover { text-decoration:none; color:#fec500; }
.help-main .panel-title a.collapsed { background-image:url(../images/collaps-down.png); }
/*.help-main .panel-heading + .panel-collapse.in { background-image:url(../images/collaps-up.png); }*/
.help-main .panel-body,
.help-main .panel-body p { font-size:16px; color:#fff; }
.help-main .panel-body .helpful-btn span { display:inline-block; vertical-align:middle; }

.help-block {
   margin-top:20px;
   padding:20px;
   box-shadow:0px 0px 7px rgba(255,255,255,.3), inset 0px 0px 7px rgba(0,0,0,.7);
   background: rgb(0,0,1);
   background: -moz-linear-gradient(top,  rgba(0,0,1,1) 0%, rgba(11,33,52,1) 50%, rgba(0,0,1,1) 100%);
   background: -webkit-linear-gradient(top,  rgba(0,0,1,1) 0%,rgba(11,33,52,1) 50%,rgba(0,0,1,1) 100%);
   background: linear-gradient(to bottom,  rgba(0,0,1,1) 0%,rgba(11,33,52,1) 50%,rgba(0,0,1,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000001', endColorstr='#000001',GradientType=0 );
}
.help-block h2 { font-size:35px; margin:0; }
.help-block .help-lists { margin:20px 0; height:222px; overflow:hidden; list-style:none; padding:0; }
.help-block .help-lists li { margin-bottom:15px; list-style:none; padding:0; }
.help-block .help-lists li a { font-size:16px; color:#fff; font-weight:700; text-decoration:none; }
.help-block .help-lists li a:hover { text-decoration:underline; }
.help-block .more-btn { }

.contact-dtl {}
.contact-dtl h3 { font-size:22px; margin:0; }
.contact-dtl h4 { font-size:16px; color:#fff; font-weight:700; margin:15px 0; }
.contact-dtl p { font-size:15px; color:#fff; margin:0; }

.contact-btns .btn { min-width:200px; text-align:center; margin:0; margin-bottom:10px; }

.modal-main { position:fixed; left:0; top:0; right:0; bottom:0; overflow:auto; z-index:999; display:none; }
.modal-main .modal-bg { position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(255,255,255,.3); }
.modal-main .modal-box { position:absolute; left:50%; top:0; width:1170px; max-width:90%; transform:translate(-50%,0); text-align:center; }
.modal-main .modal-box .modalbox-bg {
   margin:30px 0;
   border-radius:7px;
   overflow:hidden;
   padding:30px;
   background: rgb(0,40,76);
   background: -moz-linear-gradient(top,  rgba(0,40,76,1) 0%, rgba(0,0,1,1) 100%);
   background: -webkit-linear-gradient(top,  rgba(0,40,76,1) 0%,rgba(0,0,1,1) 100%);
   background: linear-gradient(to bottom,  rgba(0,40,76,1) 0%,rgba(0,0,1,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00284c', endColorstr='#000001',GradientType=0 );

   border: 2px solid transparent;
   -moz-border-image: -moz-linear-gradient(top,  rgba(2,69,129,1) 0%, rgba(109,234,242,1) 50%, rgba(2,69,129,1) 100%);
   -webkit-border-image: -webkit-linear-gradient(top,  rgba(2,69,129,1) 0%,rgba(109,234,242,1) 50%,rgba(2,69,129,1) 100%);
   border-image: linear-gradient(to bottom,  rgba(2,69,129,1) 0%,rgba(109,234,242,1) 50%,rgba(2,69,129,1) 100%);
   border-image-slice: 1;
}
.modal-main .modal-box .modalbox-bg h2 img { max-width:50%; }

.modal-open { overflow:hidden; }


/* Cryptocurrency Dictionary */

.border-bottom-white25 { border-bottom:1px solid rgba(255,255,255,.25); }

.cryptocurrency-dictionary .block-head-circle { width:80px; height:80px; font-size:50px; color:#08263f; font-weight:700; display:inline-block; text-align:center; line-height:80px; border-radius:50%; margin:20px 0;
   background-image: -ms-linear-gradient(top, #D8A446 0%, #FFE8B4 50%, #D8A446 100%);
   background-image: -moz-linear-gradient(top, #D8A446 0%, #FFE8B4 50%, #D8A446 100%);
   background-image: -o-linear-gradient(top, #D8A446 0%, #FFE8B4 50%, #D8A446 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D8A446), color-stop(50, #FFE8B4), color-stop(100, #D8A446));
   background-image: -webkit-linear-gradient(top, #D8A446 0%, #FFE8B4 50%, #D8A446 100%);
   background-image: linear-gradient(to bottom, #D8A446 0%, #FFE8B4 50%, #D8A446 100%);
}
.cryptocurrency-dictionary .border-bottom-white25 { padding:20px 0; }

.cryptocurrency-dictionary h3 { font-size:30px; text-transform:uppercase; margin:0; font-weight:bold;}
.cryptocurrency-dictionary p { margin:0; }


/* Media Details */

.news-center { margin:0 auto; float:none; }
.news-center .text-center .btn { margin:0 10px; }

.pt-50 { padding-top:50px; }

.srvc-bl { padding: 30px 0; border-bottom: 2px solid #4d5053; }
.panel-grid-cell .widget_ol-step:last-child .srvc-bl { border-bottom: none; }
.srvc-bl .srvc-bl-content { margin-left: 470px; }
.srvc-bl .srvc-bl-img { float: left; width: 450px; }
.srvc-bl.right-thumb .srvc-bl-content { margin-right: 470px; margin-left: 0; }
.srvc-bl.right-thumb .srvc-bl-img { float: right; }

.srvc-bl h2{ padding-left:60px;  position: relative;}
.srvc-bl h2:before{content: "1 "; position: absolute; left:0; }
.srvc-bl h2.no-2:before{content: "2 "; position: absolute; left:0; }
.srvc-bl h2.no-3:before{content: "3 "; position: absolute; left:0; }
.srvc-bl h2.no-4:before{content: "4 "; position: absolute; left:0; }



.header-main .mobile-header { display: none; }
.mobile-nav .owl-nav { position: relative; }
.mobile-nav .owl-nav .owl-prev,
.mobile-nav .owl-nav .owl-next{ width: 15px; height: 15px; position: absolute; top: -17px; text-indent: -999px; background-size: cover; background-position: center; background-repeat: no-repeat; }

.mobile-nav .owl-nav .owl-prev { left: 0; background-image: url(../images/nav-left-arrow.png); }
.mobile-nav .owl-nav .owl-next { right: 0; background-image: url(../images/nav-right-arrow.png); }

.mbl-footer-socials { display: none; }

.signup-box .parsley-custom-error-message { font-size: 12px; margin-left: 0 !important; display: block; text-align: center; color:red; }

.launch-btn { display: inline-block; width: 226px; height: 260px; background: url(../images/btn.png) no-repeat center; }
.launch-btn:hover { background-image: url(../images/btn-hover.png); }