/*
Theme Name: Coeus
Theme URI: http://wpdemo.oceanthemes.net/coeus
Author: OceanThemes
Author URI: http://oceanthemes.net/
Description: Coeus is a complete and versatile landing page that is perfect for creative cryptocurrency showcase and crowdsale. This landing page template has every detail covered.
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coeus
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Table of Contents
   - - - - - - - - -
    #Primary
    #Preload
	#Primary style
	#Demo
	#Navigation
	#Go to top button
	#Parallax section
	#Hero
	#countdown
	#Concept
	#Roadmap
	#Chart
	#App - Wallet
	#Logos
	#Team
	#FAQ
	#Contact
	#Footer
	#Media
    - - - - - - - - -
    */
/*------------------------------ 
1. Body
------------------------------ */

/* #Primary
================================================== */
body{
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 15px;
	line-height: 23px;
	color: #535353;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Work Sans', sans-serif;
	font-weight:400;
	margin-bottom: 0.8rem;
	line-height: 1.25;
	color: #212121;
}
h1, .h1 {
	font-size: 2.8rem;
	font-weight:500;
}
h2, .h2 {
	font-size: 2.3rem;
}
h3, .h3 {
	font-size: 2rem;
}
h4, .h4 {
	font-size: 1.7rem;
	font-weight:500;
}
h5, .h5 {
	font-size: 1.25rem;
	font-weight:600;
}
h6, .h6 {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight:600;
	margin-bottom: 1rem;
}
::selection {
	color: #fff;
}
::-moz-selection {
	color: #fff;
}
mark{
	color:#fff;
}
.lead {
	font-size: 18px;
	line-height: 27px;
}
.z-bigger {
	z-index: 10;
}

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

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
}
.loader.dark {
	background-color: #0e0529;
}
.loader.green {
	background-color: #fff;
}
.loader.blue {
	background: linear-gradient(#2CBFC7, #46EEAA);
}
.loader svg{
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.loader.blue svg path,
.loader.blue svg rect{
	fill: #fff;
}


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

.section {
    position: relative;
	width: 100%;
	display: block;
}
.relative {
    position: relative;
}
.over-hide{
	overflow: hidden;
}
.full-height {
	height: 100vh;
}
.half-height {
	height: 50vh;
}
.small-25-height {
	height: 25vh;
}
.big-55-height {
	height: 55vh;
}
.big-60-height {
	height: 60vh;
}
.big-65-height {
	height: 65vh;
}
.big-70-height {
	height: 70vh;
}
.big-75-height {
	height: 75vh;
}
.big-80-height {
	height: 80vh;
}
.big-85-height {
	height: 85vh;
}
.max-width-80 {
	max-width: 80%;
}
.background-image-cover {
    background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.background-image-cover-bottom {
    background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.background-white {
	background-color: #ffffff !important;
}
.background-grey {
	background-color: #f0f1f6;
}
.background-grey-1 {
	background-color: #f9f9f9;
}
.background-dark {
	background-color: #212121;
}
.background-dark-1 {
	background-color: #353535;
}
.background-dark-2 {
	background-color: #1b1b1b;
}
.background-black {
	background-color: #000000;
}
.background-dark-blue {
	background-color: #323c46;
}
.background-dark-blue-1 {
	background-color: #283038;
}
.background-dark-blue-2 {
	background-color: #0e0529;
}
.background-dark-blue-3 {
	background-color: #1e0b56;
}
.background-dark-blue-4 {
	background-color: #050112;
}
.background-light-blue {
	background-color: rgba(245, 231, 252, 0.9);
}
.background-gradient-dark{
	background: linear-gradient(#0e0529, #1e0b56);
}
.background-gradient-dark-re{
	background: linear-gradient(#1e0b56, #0e0529);
}
.background-gradient-light{
	background: linear-gradient(#004cff, #4d82ff);
}
.background-gradient-light-re{
	background: linear-gradient(#4d82ff, #004cff);
}
.background-light-blue-1 {
	background-color: #004cff;
}
.background-light-blue-2 {
	background-color: #4d82ff;
}
.background-gradient-green{
	background: linear-gradient(#2CBFC7, #46EEAA);
}
.background-gradient-green-re{
	background: linear-gradient(#46EEAA, #2CBFC7);
}
.background-light-green-1 {
	background-color: #2CBFC7;
}
.background-light-green-2 {
	background-color: #46EEAA;
}
.img-wrap  {
	position:relative;
	width:100%;
}
.img-wrap.header-img {
	min-width: 1150px;
}
.img-wrap img {
	width:100%;
	display:block;
}
.z-bigger  {
	z-index:10;
}
.padding-top-bottom {
	padding-top: 80px;
	padding-bottom: 80px;
}
.padding-top {
	padding-top: 80px;
}
.padding-bottom {
	padding-bottom: 80px;
}
.padding-top-bottom-big {
	padding-top: 110px;
	padding-bottom: 110px;
}
.padding-top-big {
	padding-top: 110px;
}
.padding-bottom-big {
	padding-bottom: 110px;
}
.padding-top-bottom-small {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-top-small {
	padding-top: 50px;
}
.padding-bottom-small {
	padding-bottom: 50px;
}
.padding-top-big-hero {
	padding-top: 180px;
}
.padding-bottom-big-hero {
	padding-bottom: 180px;
}
.color-light {
	color: #fff;
}
.color-light-1 {
	color: #f7f7f7;
}
.text-grey {
	color: #f9f9f9;
}

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

.logo-demo {
    position: relative;
	width:100%;
}
.logo-demo img {
	height: 45px;
	display: block;
	margin: 0 auto;
}
.img-wrap.rounded img{
	border-radius: 20px;
	box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.17);
}
.section.z-bigger-demo  {
	z-index: 10000 !important;
}
.demo a{
	color: #fff;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	text-align: center;
	line-height: 25px;
	display: block;
	font-weight: 500;
}
.demo a:hover{
	text-decoration: none;
}

/* #Navigation
================================================== */

#menu-wrap{
    position: fixed;
	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;
}
@media (min-width: 991px) { 
	.logged-in.admin-bar #menu-wrap{top:32px;}
}
.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 {
	background-color: rgba(250,250,250,.95);
	padding-top: 5px;
	padding-bottom: 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;
}
.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: #424242;
	border-bottom: 2px solid transparent;
	padding: 20px 0 !important;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.menu-back.dark .nav-link, 
.menu-back.dark .nav-link:focus {
	color: #fff !important;
}
.menu-back.dark .nav-link.no-line:hover,
.nav-link.no-line:hover{
	border-color: transparent !important;
}
.nav-item{
	margin: 0 10px;
}
.nav-item .btn{
	margin: 0;
}
.navbar-brand {
	padding-top: 0.3125rem;
	padding-bottom: 0.5125rem;
}
.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;
}
.menu-back.dark .nav-item ul li a{
	color: #fff;
}
.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: #000;
	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-back.dark .menu-icon__line{
	background-color: #fff;
}
.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;
}
.navbar-toggler[aria-expanded="true"] .menu-icon__line {
	background-color: #000;
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}
.menu-back.dark .navbar-toggler[aria-expanded="true"] .menu-icon__line{
	background-color: #fff;
}
.navbar-toggler[aria-expanded="true"] .menu-icon__line-left {
	width: 15px;
	-webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .menu-icon__line-right {
	width: 15px;
	float: right;
	-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .menu-icon:hover .menu-icon__line-left,
.navbar-toggler[aria-expanded="true"] .menu-icon:hover .menu-icon__line-right {
	width: 15px;
}

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

.scroll-to-top {
	position: fixed;
	cursor: pointer;
	bottom: 30px;
	right: 30px;
	display: none;
	z-index: 95;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	text-align: right;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	color: #888;
	letter-spacing: 1px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.scroll-to-top.light {
	color: #fff;
}
.scroll-to-top:before {
	content: '';
	position: absolute;
	width: 100%;
	top: -30px;
	opacity: 0;
	left: 0;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-image: url('/wp-content/themes/coeus/assets/img/arrow-up.svg');
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.scroll-to-top.light:before {
	background-image: url('/wp-content/themes/coeus/assets/img/arrow-up-light.svg');
}
.scroll-to-top:hover:before {
	top: -40px;
	opacity: 1;
}


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

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



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

.background-path{
	position: absolute;
	display:block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.scene {
	background: #fff;
	width: 100%;
	height: 100%;
}
.scene.dark {
	background: #1e0b56;
}
.scene path:first-child {
	opacity: 0.06;
}
.scene path:nth-child(2) {
	opacity: 0.035;
}
.scene path:nth-child(3) {
	opacity: 0.04;
}
.scene path:nth-child(4) {
	opacity: 0.045;
}
.scene path:nth-child(5) {
	opacity: 0.04;
}
.scene path:nth-child(6) {
	opacity: 0.035;
}
.scene path:nth-child(7) {
	opacity: 0.04;
}

.hero-center-wrap{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	z-index:2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hero-center-wrap.relative-hero{
	position: relative;
	top: auto;
	left: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hero-center-wrap h1{
	font-size: 65px;
	line-height: 1.1;
	font-weight: 700;
}
.hero-center-wrap h2{
	font-size: 55px;
	line-height: 1;
	font-weight: 600;
}
.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: #212121;
	letter-spacing: 1px;
}
.hero-center-wrap p span.back-color{
	padding: 4px 12px;
	font-size: 14px;
	margin-left: 6px;
	margin-right: 6px;
	color: #fff;
	border-radius: 20px;
	letter-spacing: 0;
}
.hero-center-wrap p span.font-big-color{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	vertical-align: middle;
}
.btn{
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	margin-left: 8px;
	margin-right: 8px;
	padding: 14px 28px;
	border-radius: 25px;
	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.btn-gradient{
	position: relative;
	background: transparent !important;
}
.btn.btn-gradient:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
}
.btn.btn-gradient:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
	opacity: 0;
}
.btn.btn-gradient:hover:after{
	opacity: 1; 
}
.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:focus,
.btn:active{
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}
.btn-primary:focus,
.btn-primary:active{
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}
.btn-primary{
}

.hide-over {
	overflow: hidden;
}


.ocean {
	height: 5%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: white;
	z-index: 1;
}
.ocean.dark{
	background: #0e0529;
}
.ocean.dark .wave{
	background: url(/wp-content/themes/coeus/assets/img/wave-dark.svg) repeat-x; 
}
.ocean.blue{
	background: #004cff;
}
.ocean.blue .wave{
	background: url(/wp-content/themes/coeus/assets/img/wave-blue.svg) repeat-x; 
}
.wave {
	background: url(/wp-content/themes/coeus/assets/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;
}
@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);
  }
}
#particles-js{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#particles-js.min-height{
	height: calc(100% - 100px);
}
#particles-js.min-height-snd{
	height: calc(100% - 150px);
}

#canvas-x-o {
	width: 100%;
	height: 100%;
	opacity: 0.25;
}



/* #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;
}
.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(/wp-content/themes/coeus/assets/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: #fff;
	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;
	display: inline-block;
}
.payment-methods{
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
.payment-methods li{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	margin-left: 8px;
	margin-right: 8px;
}
.payment-methods li img{
	display: inline-block;
	text-align: center;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.payment-methods li p{
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 20px;
}

.table-sale{
	position: relative;
	padding: 40px;
	margin: 0 auto;
	text-align: center;
	border-radius: 10px;
}
.table-sale p{
	color: #999;
	margin-bottom: 0;
}
.table-sale.background-color p{
	color: #fff;
}
.table-sale.future-price p{
	color: #111;
}
.table-sale p span{
	background-color: #999;
	color: #fff;
	border-radius: 15px;
	padding: 6px 15px;
	font-size: 15px;
	font-weight: 500;
}
.table-sale .table-line{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #999;
	opacity: 0.4;
}
.table-sale.background-color .table-line{
	border-color: #fff;
}
.table-sale h4{
	color: #999;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 25px;
	line-height: 25px;
}
.table-sale.background-color h4{
	color: #fff;
}
.table-sale .btn.disabled{
	color: #fff;
	background-color: #999;
}
.table-sale.future-price .btn.disabled{
	color: #212121;
	background-color: #f0f1f6;
}
.btn-primary.table-ver,
.btn-primary.table-ver:hover,
.btn-primary.table-ver:active,
.btn-primary.table-ver:focus{
	background-color: #fff !important;
}

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

.title-wrap{
	position: relative;
	margin-bottom: 60px;
}
.title-wrap h3{
	position: relative;
	font-size: 30px;
	font-weight: 600;
	color: #323232;
	z-index: 2;
}
.title-wrap p{
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	color: #444;
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
	padding-top: 10px;
}
.title-wrap .back-title{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: 'Work Sans', sans-serif;
	font-weight:700;
	text-transform: uppercase;
	font-size: 100px;
	opacity: 0.1;
}
.title-wrap .back-title.strong{
	opacity: 0.3;
}
.line-sep{
	position: relative;
	width: 100%;
	height: 1px;
	display: block;
	opacity: 0.23;
}
.concept-box{
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.concept-box h5{
	text-align: center;
	font-weight: 600;
}
.concept-box p{
	text-align: center;
}
.concept-box img{
	text-align: center;
	height: 100px;
}


/* #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;
}
.roadmap-box{
	position:relative;
	padding: 30px;
	margin: 0 15px;
	margin-top: 97px;
	border-radius: 5px;
}
.roadmap-box h6{
	text-align: center;
}
.roadmap-box p{
	text-align: center;
	margin-bottom: 0;
}
.roadmap-box p 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 p.achieved span{
	background-color: #323c46 !important;
}
.roadmap-box p.plan span{
	background-color: #f0f1f6 !important;
}
.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);
}
.item.dark .roadmap-box.next-road:before{
	background: linear-gradient(#999, #0e0529) !important;
}
.roadmap-box:after{
	position:absolute;
	background-color: #fff;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	width: 30px;
	height: 30px;
	top: -94px;
	left: 50%;
	margin-left: -15px;
	content: '';
	z-index: 55;
	background-image: url(/wp-content/themes/coeus/assets/img/check.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}
.item.blue .roadmap-box:after{
	background-image: url('/wp-content/themes/coeus/assets/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(/wp-content/themes/coeus/assets/img/cur-check.svg);
	background-size: 22px 22px;
}
.item.blue .roadmap-box.current-road:after{
	background-image: url('/wp-content/themes/coeus/assets/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: #212121;
	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;
}

.video-section {
	position: relative;
	width:100%;
	max-width:800px;
	border-radius: 15px;
}
.video-wrapper, figure.vimeo, figure.youtube {
	margin:0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	border-radius: 15px;
}	
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
figure.youtube a img, figure.vimeo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	max-width:none;
	border-radius: 15px;
}	
figure.vimeo a:after, figure.youtube a:after {
	content:"";
	width:50px;
	height:50px;
	background:#fff;
	z-index:9;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	border-radius:50%;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.4);
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear; 
}
figure.vimeo:hover a:after, figure.youtube:hover a:after {
	box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.2);
}	
figure.vimeo a:before, figure.youtube a:before {
	content:"";
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	z-index:10;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-4px;
	margin-top:-7px;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:before, figure.youtube:hover a:before {
	border-left: 10px solid #fff;
}	
figure.vimeo a:hover img, figure.youtube a:hover img {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}	
figure.vimeo a img, figure.youtube a img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
	a -webkit-transform: scale(1);
	transform: scale(1);
}

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

.line-chart {
	-webkit-animation: fadeIn 600ms cubic-bezier(0.57, 0.25, 0.65, 1) 1 forwards;
		animation: fadeIn 600ms cubic-bezier(0.57, 0.25, 0.65, 1) 1 forwards;
	opacity: 0;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.aspect-ratio {
	height: 0;
	padding-bottom: 50%;
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}



/* #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;
    -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;
}
.logo-wrap li img{ 
	display: block;
	height: 28px;
}

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

.team-wrap{ 
	position: relative;
	display: block;
	width: 100%;
}
.team-img-wrap{ 
	position: relative;
	display: inline-block;
	width: calc(100% - 35px);
	margin-left: 0;
	margin-bottom: 20px;
	cursor: pointer;
}
.team-img-wrap img{ 
	display: block;
	width: 100%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.team-img-wrap.rounded img{ 
	border-radius: 20px;
}
.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.dark .team-img-mask{ 
	opacity: 0.2;
}
.team-img-wrap:hover .team-img-mask{ 
	opacity: 0.1;
}
.team-wrap h6{ 
	position: absolute;
	right: 0;
	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.dark h6{ 
	color: #fff;
	opacity: 0.7;
}
.team-wrap p{ 
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #212121;
}
.team-wrap.dark p{ 
	color: #fff;
}
.team-wrap .app-btn{ 
	font-size: 15px;
}
.modal {
	z-index: 10050;
}
.modal-backdrop {
	z-index: 10040;
	background-color: #283038;
}
.modal-backdrop.show {
	opacity: 0.7;
}
.modal-content {
	background-color: #283038;
	border: none;
	overflow: hidden;
}
.modal-content.dark {
	background-color: #0e0529;
}
.modal-header {
	padding: 1rem;
	border-bottom: none;
	z-index: 2;
}
.modal-header button.close span {
	position: relative;
	width:30px;
	height:30px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.modal-header button.close {
	border: none;
	outline: none;
	position: relative;
	width:30px;
	height:30px;
	margin-top: 5px;
	margin-right: 5px;
	display: block;
	opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.modal-header button.close span:focus,
.modal-header button.close span:active {
	border: none;
	outline: none;
}
.modal-header button.close span:before {
	content: '';
	width: 30px;
	height: 1px;
	background-color: #fff;
	top: 50%;
	right: -15px;
	position: absolute;
	z-index: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modal-header button.close span:after {
	content: '';
	width: 30px;
	height: 1px;
	background-color:#fff;
	bottom: 50%;
	right: -15px;
	position: absolute;
	z-index: 1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.modal-header button.close:hover span:before, 
.modal-header button.close:hover span:after {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
} 
.modal-header button.close:hover span:before {
    margin-top: -1px;
}
.modal-body {
	z-index: 2;
}
.modal-body h3{ 
	opacity: 0.3;
	font-weight: 700;
	font-size: 4vw;
}
.modal-body p{ 
	color: #fff;
}
.modal-body img{ 
	margin-bottom: 15px;
}
.modal-body .app-list{ 
	color: #fff;
}
.modal-img-wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: top center;
	z-index: 1;
	opacity: 0.1;
}
.progress {
	height: 2px;
	background-color: #323c46;
	border-radius: 0;
}

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

.card {
	background-color: transparent;
	background-clip: none;
	border: none;
	border-radius: 0;
}
.card-body {
	padding: 20px;
}
.card-title {
	margin-bottom: 0;
}
.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: 500;
	width: 100%;
	display: block;
	padding: 12px 25px;
	cursor: pointer;
	color: #212121;
	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-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;
	color: #fff;
	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-on-blue .form-control:-ms-input-placeholder  {
	color:#f1f1f1;
}
.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-on-blue .form-control::-moz-placeholder {
	color:#f1f1f1;
}
.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-on-blue .form-control:-moz-placeholder {
	color:#f1f1f1;
}
.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-on-blue .form-control::-webkit-input-placeholder {
	color:#f1f1f1;
}
.form-control:active::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
	color: #fff;
}
input.btn.btn-primary{
	cursor: pointer;
}

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

.suscribe{
	position: relative;
	padding-right: 45px;
}
.suscribe .form-control{
	color: #fff;
	padding: 12px 20px;
	font-size: 14px;
}
.suscribe .btn{
	position: absolute;
	top: 6px;
	right: 0;
	z-index: 2;
	border-radius: 3px;
	padding: 10px 20px;
}
.suscribe .btn.btn-gradient{
	border-radius: 25px;
}

.footer-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-list li{
	padding: 0;
	margin-bottom: 10px;
	display: inline-block;
	width: 31%;
}
.footer-list li a{
	display: inline-block;
	color: #a3b0bd;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.footer-list li a:hover{
	text-decoration: none;
}

.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;
}
.footer .app-btn{
	font-size: 14px;
}
/* Blog Custom Css */
#subheader {
    background: url(/wp-content/themes/coeus/assets/images/bg-subheader.jpg) top;
    padding: 150px 0 70px 0;
    background-size: cover;
    text-align: center;
}
#subheader h1 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #212121;
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
    padding: 10px;
}
#content {
    padding: 80px 0 80px 0;
    background: #f8f8f8;
}
.blog-post {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.blog-item {
    margin-bottom: 30px;
}
.blog-post .info {
    position: absolute;
    width: 60px;
    top: 0;
    left: 15px;
    z-index: 999;
}
.date-box {
    background: #7b5eea;
    border: solid 1px #ddd;
    text-align: center;
    color: #fff;
    width: 60px;
}
.blog-post .date-box {
    border: none;
}
.date-box .day {
    display: block;
    font-size: 32px;
    padding: 12px 0 12px 0;
    font-weight: 500;
}
.date-box .month {
    font-size: 12px;
    display: block;
    letter-spacing: 5px;
    padding-left: 5px;
    background: #fff;
    color: #222;
    text-transform: uppercase;
}
.blog-post .preview {
    line-height: 1.6em;
}
.blog-post .preview img {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    height: auto;
}
.blog-post h3 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px;
}
.blog-post h3 a {
    color: #333;
}
/* ------------------------------ 
jquery isotope
/* ------------------------------ */
.blog-grid .post, .blog-grid .item {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	-webkit-transform: translate3d(1px,0,0);
	transform: translate3d(1px,0,0);
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
}
/*  Custom Css */
.btn-em em {
	font-size: 0;
}
.btn-em em:before {
	font-size: 18px;
}
.header-img img {
	min-width: 1150px;
}
.blog-photo img {
	max-width: 100%;
}
.blog-texts {
    padding: 24px 30px;
    background: #fff;
}
.blog-meta {
    margin: 0 -10px;
}
.blog-texts ul.blog-meta {
	padding-left: 0;
}
.blog-meta li {
    display: inline-block;
    margin: 0 10px;
    font-size: .80em;
    text-transform: uppercase;
    position: relative;
    color: #7b5eea;
}
.blog-meta li a {
	color: #7b5eea;
}
.blog-meta li a:hover {
	opacity: 0.5;
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.blog-meta li:after {
    position: absolute;
    bottom: 6px;
    right: -13px;
    height: 10px;
    width: 1px;
    content: '';
    background: #555;
}
.blog-meta li:last-child:after {
	display: none;
}
.blog-title {
    margin-top: 10px;
    margin-bottom: 20px;
}
.blog-title a {
	color: #212121;
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.blog-title a:hover {
	color: #7b5eea;
	text-decoration: none;
}
#sidebar .widget {
    margin-bottom: 40px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 40px;
}
#sidebar .widget h3 {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
}
#sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bloglist-small li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#sidebar .wp-tag-cloud li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 14px;
}
#sidebar .wp-tag-cloud li a {
    text-decoration: none;
    text-shadow: none;
    margin-bottom: 5px;
    padding: 5px 10px 5px 10px;
    background: #7b5eea;
    color: #fff;
    transition: all .5s ease;
}
#sidebar .wp-tag-cloud li a:hover {
    background: #fff;
    color: #333;
}
.search-form {
	position: relative;
}
.search-form input[type="search"] {
    line-height: 40px;
    height: 40px;
    color: #000;
    padding-left: 20px;
    padding-right: 50px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
}
.search-form input:focus[type="search"] {
	color: #fff;
}
.search-form button {
    background: #7b5eea ;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0px;
    text-align: center;
    width: 50px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    transition: all .5s ease;
}
.sidebar-widget ul li {
    position: relative;
    display: block;
    font-size: 1em;
    line-height: 1.6;
    padding-bottom: 12px;
}
.sidebar-widget.widget_categories ul li, .sidebar-widget.widget_archive ul li {
    padding-left: 22px;
}
.sidebar-widget ul li a {
    color: #212121;
  	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.sidebar-widget ul li a:hover {
	color: #7b5eea;
}
.sidebar-widget.widget_categories ul li:before, .sidebar-widget.widget_archive ul li:before {
    position: absolute;
    top: 12px;
    left: 0;
    margin-top: -1px;
    content: '';
    height: 2px;
    width: 10px;
    background: #7b5eea;
}
.pagination {
    margin-top: 50px;
    display: inline-block;
}
.pagination li {
    display: inline-block;
}
.pagination li a, .pagination li span {
    font-size: .9em;
    display: inline-block;
    width: 40px;
    line-height: 35px;
    color: #7b5eea;
    position: relative;
    z-index: 0;
    border: 1px solid #7b5eea;
}
.-pagination li a:hover, .pagination li span {
    color: #7b5eea;
}
.io-azure .pagination li a, .pagination li a:after, .pagination li span:after {
    color: #41faa4;
    background: #0d42b2;
}
.io-azure .pagination li a, .pagination li a:after, .pagination li span:after {
    color: #41faa4;
    background: #0d42b2;
    border: 1px solid #7b5eea;
}
.pagination li span {
	background-color: #7b5eea;
	color: #fff;
}
.blog-read .preview img {
    margin-bottom: 20px;
    background: #fff;
    height: auto;
}
.blog-read .info {
    position: absolute;
    width: 60px;
    top: 0;
    left: 15px;
    z-index: 999;
}
.blog-read .meta-info {
    background: #fff;
    margin: 10px 0 0 0;
    font-size: 11px;
    padding: 10px 20px 10px 20px;
    border: solid 1px #ddd;
}
.blog-read .meta-info span {
    padding: 0 10px 0 10px;
    color: #999;
}
.meta-info a:hover {
	opacity: 0.6;
     -webkit-transition: .5s;
    transition: .5s;
}
.comments-area ol, .comments-area ul {
	list-style: none;
}
.comments-area ol{
	padding-left: 0;
}
.comment-list li {
	margin-bottom: 45px;
}
.comment-author img {
    width: 80px;
    float: left;
}
.comment-info {
    padding-left: 100px;
}
.comment-header h3 {
	font-size: 1.5rem;
	margin-bottom: 6px;
}
.comment-meta {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.comment-reply-link {
    color: #7b5eea;
    font-weight: 500;
    padding-bottom: 4px;
    border-bottom: 2px solid #7b5eea;
    display: inline-block;
     -webkit-transition: .5s;
    transition: .5s;
}
.comment-reply-link:hover {
	color: #7b5eea;
	opacity: 0.8;
	text-decoration: none;
}
.logged-in-as a {
	color: #7b5eea;
}
.comment-respond textarea, .comment-respond input {
	margin-bottom: 1rem;
}
.comment-respond textarea {
	height: auto;
}
#blog-comment {
	padding-top: 60px;
}
.section-footer .wpb_content_element {
	margin-bottom: 0;
}
.footer .app-btn:last-child {
    margin-right: 0!important;
}
section {
	position: relative;
	width: 100%;
	display: block;	
}
.font-weight-normal p {
	font-weight: 400;
}
.text-white .table-sale.future-price p, .text-white .table-sale.future-price a {
	color: #ffffff;
}
.text-white p, .text-white .title-wrap h3, .text-white .concept-box h5, .text-white h6, .hero-center-wrap.relative-on-lg .text-white p  {
	color: #fff;
}
.vc_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.btn.btn-gradient:before {
    background: linear-gradient(to left, #8739E5, #5496FF) !important;
}
.btn.btn-gradient:after {
    background: linear-gradient(to left, #5496FF, #8739E5) !important;
}
.item.blue-gradient .roadmap-box:before {
    background: linear-gradient(#8739E5, #2CBFC7) !important;
}
.item.blue-gradient .roadmap-box:after {
    border-color: #8739E5;
}
.prev-roadmap.green, .next-roadmap.green {
	background-color: #8739E5 !important;
}
.prev-roadmap.blue, .next-roadmap.blue {
	background-color: #70C6A7 !important;
}
.blue .roadmap-box.current-road p span {
	background-color: #70C6A7 !important;
}
.blue .roadmap-box p.plan span {
	color: #70C6A7;
}
.blue .roadmap-box:before {
    background: linear-gradient(#70C6A7, #4d82ff) !important;
}
.blue .roadmap-box:after {
    background-color: #4d82ff;
}
.blue .roadmap-box:after {
    border-color: #70C6A7!important;
}
.background-image-cover.bg-simple {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.coundow-custom .countdown  {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
}
.btn.btn-primary.green {
	background-color: #70C6A7!important;
}
.green.app-btn {
	color: #70C6A7;
}
.green.app-btn:hover {
	color: #70C6A7;
}
.title-wrap .back-title.green {
	color: #70C6A7;
}
.accordion-style .card-header a.background-light-blue-2 {
	border-color: #70C6A7;
}
div .accordion-style .card-header a.background-light-blue-2:before, div .accordion-style .card-header a.background-light-blue-2:after{
	background-color: #70C6A7 !important;
}
div .accordion-style .card-header a.background-light-blue-2:hover:before, div .accordion-style .card-header a.background-light-blue-2:hover:after{
	background-color: #fff!important;
}
div .card-header a.background-light-blue-2:hover {
    background-color: #70C6A7 !important;
}
.green.app-list li:before {
	background-color: #70C6A7 !important;
}
.background-gradient-blue {
	background-color: #004cff;
}
.green .form-control {
    background-color: rgba(112, 198, 167, 0.08);
}
.green .form-control:focus, .green .form-control:active {
    background-color: rgba(112, 198, 167, 0.7);
}
.nav-item .btn-primary {
	color: #fff!important;
}
.header-btn {
	margin-bottom: 8px;
	margin-left: 30px;
}
.header-btn a {
	margin: 0;
}
.menu-back .sub-menu .current_page_item a {
	color: #7b5eea !important;
}
.menu-back.dark .sub-menu {
    background-color: #0e0529!important;
}
.menu-back.gradient .sub-menu {
	background: linear-gradient(#0e0529, #1e0b56);
}
div.menu-back.green .nav-link:hover{
    color: #70C6A7 !important;
    border-color: #70C6A7 !important;
}
.menu-back.green .sub-menu .current_page_item a, .menu-back.green .sub-menu .nav-item a:hover {
	color: #70C6A7 !important;
}
.inline {
	display: inline-block;
}
.background-light-green-1 .suscribe .btn.btn-primary {
    border-radius: 25px;
}
.background-light-green-1 .suscribe .btn.btn-primary:before {
    background: linear-gradient(to left, #8739E5, #5496FF) !important;
}
.background-light-green-1 .suscribe .btn.btn-primary:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}
.background-light-green-1 .suscribe .btn.btn-primary:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 0;
}
.background-light-green-1 .suscribe .btn.btn-primary:after {
    background: linear-gradient(to left, #5496FF, #8739E5) !important;
}
.background-light-green-1 .suscribe .btn.btn-primary:hover:after {
    opacity: 1;
}
.background-light-green-1 .suscribe .form-control {
    background-color: rgba(135, 57, 229, 0.28);
}
.background-light-green-1 .form-control:active, .background-light-green-1 .form-control:focus {
	background-color: #7b5eea; 
}
.background-light-green-1 .footer-list li a{
	color:#fff;
}
.background-light-blue-1 .app-btn{
    color: #70C6A7;
}
.background-light-blue-1 .app-btn:hover{
    color: #70C6A7;
}
.background-light-blue-1 .btn-primary {
	background-color: #70C6A7 !important;
}
.background-light-blue-1 .btn-primary:hover {
	background-color: #70C6A7 !important;
}
.background-light-blue-1 .suscribe .form-control {
    background-color: rgba(112, 198, 167, 0.28);
}
.background-light-blue-1 .form-control:active, .background-blue-green-1 .form-control:focus {
	background-color: rgba(112, 198, 167, 0.7); 
}
.background-image-cover-bottom .bg-simple {
	background-position: center bottom;
}
.countdown li {
	box-shadow: 0 8px 40px -6px rgba(123, 94, 234, 0.2); 
}
.table-shadow {
	box-shadow: 0 8px 60px -6px rgba(123, 94, 234, 0.7); 
}
.sub-shadow{
	box-shadow: 0 8px 30px -6px rgba(123, 94, 234, 0.2); 
}
.roadmap-shadow{
	box-shadow: 0 8px 40px -6px rgba(123, 94, 234, 0.3); 
}
.video-shadow{
	box-shadow: 0 8px 60px -6px rgba(123, 94, 234, 0.3); 
}
.prev-roadmap,
.next-roadmap{
	box-shadow: 0 8px 35px -6px rgba(123, 94, 234, 0.7); 
}
.team-img-wrap img{ 
	box-shadow: 0 8px 15px -6px rgba(123, 94, 234, 0.5);
}
.team-img-wrap:hover img{ 
	box-shadow: 0 8px 45px -6px rgba(123, 94, 234, 0.3);
}
.roadmap-box:before{
	background: linear-gradient(#7b5eea, #fff);
}
.item.dark .roadmap-box:before{
	background: linear-gradient(#7b5eea, #0e0529) !important;
}
.form-control{
	background-color: rgba(123, 94, 234, 0.08);
}
.suscribe .form-control{
	background-color: rgba(123, 94, 234, 0.28);
}
.form-control:active,
.form-control:focus{
	background-color: rgba(123, 94, 234, 0.7);
}
::selection {
	background-color: #7b5eea;
}
::-moz-selection {
	background-color: #7b5eea;
}
@media (max-width: 991px) { 
	.nav-link:hover,  
	.nav-link:active {
		border-color: transparent !important; 
	}
	.sub-shadow{
		box-shadow: 0 8px 40px -6px rgba(123, 94, 234, 0); 
	}
	.nav-item:hover ul{
		border-color: transparent;
	}	
}
.sidebar-widget img {
	max-width: 100%;
	height: auto;
}
#sidebar .sidebar-widget ul li ul {
	padding-top: 10px;
}
.sidebar-widget ul li ul li:last-child {
	padding-bottom: 0;
}
#sidebar .sidebar-widget ul ul {
    padding-left: 20px;
    text-align: left;
}
.sidebar-widget ul li:before {
    position: absolute;
    top: 12px;
    left: 0;
    margin-top: -1px;
    content: '';
    height: 2px;
    width: 10px;
    background: #7b5eea;
}
.sidebar-widget ul li, .sidebar-widget ul li {
    padding-left: 22px;
}
.sidebar-widget select {
    max-width: 100%;
}
.sidebar-widget .tagcloud ul li:before {
    display: none;
}
.sidebar-widget .tagcloud ul li {
    padding-left: 0;
}
.sidebar-widget .menu-testing-menu-container ul li {
    padding-left: 0;
}
.sidebar-widget .menu-testing-menu-container ul li:before {
    display: none;
}
table {
  margin-bottom: 20px;
}
caption, th, td {
    padding: 5px 10px;
    border: 1px solid #ccc;
}
th {
    text-align: left;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre {
  overflow: auto;
}
/* ... */
.wp-caption-text{font-size: inherit}
.gallery-caption{font-size: inherit}
.bypostauthor{font-size: inherit}
.wp-caption {
  max-width: 100%;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto !important;
  display: block;
  clear: both;
  margin-top: 5px;
  width: auto !important;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
img.alignleft {
  margin: 5px 20px 20px 0;
  float: left;
  width: auto !important;
}
.alignleft {
  margin: 5px 10px 20px 0;
  float: left;
}
img.alignright {
  margin: 5px 0 20px 20px;
  float: right;
  width: auto !important;
}
.alignright {
  margin: 5px 0 20px 20px;
  float: right;
}
#main_content .sticky .post h2 {
  font-weight: bold;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* #Media
================================================== */
@media (max-width: 991px){
.header-btn {
    margin: 0;
    margin-left: 20px;
}
.header-btn a {
    margin: 0;}
}
@media (max-width: 1500px) { 
}

@media (max-width: 1300px) {
}

@media (max-width: 1199px) { 
	.hero-center-wrap h1{
		font-size: 55px;
	}
	.hero-center-wrap p{
		font-weight: 600;
		font-size: 14px;
		line-height: 1.35;
		letter-spacing: 1px;
	}
	.hero-center-wrap p span.back-color{
		padding: 3px 8px;
		font-size: 13px;
		margin-left: 3px;
		margin-right: 3px;
		border-radius: 10px;
	}
	.hero-center-wrap p span.font-big-color{
		font-size: 16px;
	}
	.img-wrap.header-img {
		min-width: 750px;
	}
	.hero-center-wrap h2{
		font-size: 45px;
	}
	.countdown.gradient-ver li span{
		font-size: 70px;
	}		
}

@media (max-width: 991px) { 
	.hero-center-wrap h1{
		font-size: 40px;
	}
	.hero-center-wrap p{
		font-weight: 500;
		font-size: 13px;
		line-height: 1.25;
		letter-spacing: 0;
	}
	.hero-center-wrap p span.back-color{
		padding: 2px 6px;
		font-size: 13px;
		margin-left: 3px;
		margin-right: 3px;
		border-radius: 10px;
	}
	.hero-center-wrap p span.font-big-color{
		font-size: 15px;
		font-weight: 600;
		vertical-align: middle;
	}
	#menu-wrap{
		position: relative;
		top: auto;
		left: auto;
	}
	.menu-back{
		background-color: rgba(250,250,250,1);
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.menu-back.dark{
		background-color: rgba(14,5,36,1);
	}
	.cbp-af-header.cbp-af-header-shrink {
		background-color: rgba(250,250,250,1);
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.menu-back.cbp-af-header-shrink.dark{
		background-color: rgba(14,5,36,1);
	}
	.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);
	}
	.translateY-70{
		margin: 70px 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.title-wrap .back-title{
		font-size: 70px;
	}
	.modal-body h3{ 
		font-size: 6vw;
	}
	.img-wrap.header-img {
		min-width: auto;
		width: 80%;
		margin: 0 auto;
	}
	.full-height.height-auto-lg	{
		height: auto;
		padding-top: 80px;
		padding-bottom: 180px;
	}
	.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;
	}
	.padding-top-big-hero {
		padding-top: 110px;
	}
	.padding-bottom-big-hero {
		padding-bottom: 110px;
	}	
}

@media (max-width: 767px) {
	.hero-center-wrap h1{
		font-size: 30px;
	}
	.countdown li span {
		font-size: 40px;
	}
	.title-wrap h3{
		font-size: 24px;
	}
	.title-wrap .back-title{
		font-size: 50px;
	}
	.modal-body h3{ 
		font-size: 7vw;
	}
	.footer-list li{
		width: 48%;
	}
	.hero-center-wrap h2{
		font-size: 35px;
	}
	.countdown.gradient-ver li span{
		font-size: 55px;
		font-weight: 700;
		text-shadow: 1px 4px 3px rgba(0,0,0,0.06);
	}
}

@media (max-width: 575px) {
	.hero-center-wrap h1{
		font-size: 21px;
	}
	.hero-center-wrap .btn{
		font-size: 12px;
		padding: 8px 10px;
		margin: 0 2px;
		letter-spacing: 0;
		margin-bottom: 5px;
	}
	.countdown{
		padding: 20px;
		border-radius: 5px;
	}
	.countdown li {
		min-width: calc(48% - 10px);
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
		text-transform: none;
		font-size: 12px;
		letter-spacing: 0;
	}
	.countdown li span {
		font-size: 30px;
		line-height: 1;
		font-weight: 400;
		margin-bottom: 5px;
	}
	.countdown p {
		font-weight: 500;
		font-size: 13px;
		line-height: 1.55;
		letter-spacing: 0;
	}
	.countdown p span {
		padding: 3px 6px;
		font-size: 13px;
		border-radius: 10px;
	}
	.table-sale{
		padding: 20px;
	}
	.title-wrap .back-title{
		font-size: 40px;
	}
	.hero-center-wrap h2{
		font-size: 25px;
	}
	.countdown.gradient-ver{
		max-width: 200px;
	}
	.countdown.gradient-ver li{
		max-width: calc(50% - 20px);
		width: calc(50% - 20px);
	}
	.countdown.gradient-ver li span{
		font-size: 45px;
		font-weight: 700;
		text-shadow: 1px 4px 3px rgba(0,0,0,0.06);
	}	
}

@media only screen and (max-width: 479px) {
	#content{padding: 60px 0px;}
	.blog-read {margin-bottom: 20px;padding-bottom: 20px;}
	.blog-read .info {display: none;}
	.blog-read .meta-info,.blog-read .preview,#blog-comment {margin-left: 0px;}
	#blog-comment li .avatar img {height: 40px;width: 40px;}
}
@media only screen and (max-width: 992px){
	.blog-grid article {width: 100%;}
}
.blog-post {text-align: center;}
.blog-photo img{height: auto;}
img {max-width: 100%;}
.post-password-form label {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase;
}
.post-password-form input[type="password"]{
  background: #f7f7f7;
  background-color: rgb(247, 247, 247);
  background-image: none;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-top-color: rgb(209, 209, 209);
  border-right-color: rgb(209, 209, 209);
  border-bottom-color: rgb(209, 209, 209);
  border-left-color: rgb(209, 209, 209);
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
  margin-top: 10px;
}
.post-password-form input[type="password"]:focus{
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0;
}
.post-password-form input[type="submit"]{
  background: #6dc234;
  background-color: rgb(26, 26, 26);
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
  -webkit-appearance: button;
  cursor: pointer;
}
.post-password-form input[type="submit"]:hover{background-color: #1a1a1a;}
.widget_calendar table,
.widget select {
  width: 100%;
}
.widget select {
  padding: 3px 5px;
}
.widget_calendar table td,
.widget_calendar table th {
  padding: 9px 6px;
  text-align: center;
  border: 1px solid #ddd;
}
.page-links {clear: both;}
h5.comment-title{font-weight: normal;}
h3.comments-title {margin-bottom: 20px;}
#comments {border-top: 2px solid #1a1a1a;padding-top: 20px;margin-top: 40px;}
ol.comment-list {border-bottom: 1px solid #d1d1d1;}
ol.comment-list > li, .comment-list .children > li  {border-top: 1px solid #d1d1d1;margin-bottom: 30px;padding-top: 30px;list-style: none;}
.comment-respond h3, h3.comments-title {font-size: 1.6rem;}
.sticky > .blog-item .blog-texts, .tag-sticky-2 > .blog-item .blog-texts {border: 3px solid #bbb;}