*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: 'Alata';
}

a{
	text-decoration: none !important;
}
h1,h2,h3,h4,h5,h6,span,ul,li,a,p{
	margin: 0;
	padding: 0;
}

::-moz-selection{
	background: #007AFF;
	color: #fff;
}

::selection{
	background: #007AFF;
	color: #fff;
}
body{
	overflow-x: hidden;
}

/*nav-bar*/
#nav-bar{
	padding: 20px 0;
	background: #fafbfc;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#nav-bar.scrolled{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: #e7ecf1;
}
#nav-bar .right .menu ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	margin-right: 60px;
}

@media (max-width: 1200px) {
	#nav-bar .right .menu ul{
		margin-right: 0px;
	}
	#nav-bar .right .menu ul li{
		width: 100% !important;
	}
}

#nav-bar .right .menu ul li{
	/*margin-right: 120px;*/
	width: 100%;
}
@media (min-width: 1024px) {
	#nav-bar .right .menu ul li{
		width: 130px;
		text-align: center;
	}
}

#nav-bar .icons a i{
	font-size: 36px;
}
@media (max-width: 991px) {
	#nav-bar .icons{
		display: none !important;
	}
	#nav-bar .icons3 a{
		font-size: 40px !important;
		color: #007aff !important;
	}
}

#nav-bar .right .menu ul li a{
	color: #323B4B;
	font-size: 16px;
	font-family: Asap;
	position: relative;
	padding-bottom: 4px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#nav-bar .right .menu ul li a:before{
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background: #007aff;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#nav-bar .right .menu ul li a:hover:before{
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
#nav-bar .right .button,#nav-bar .right .button-signup{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
#nav-bar .right .btn{
	background: #007aff;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 8px 12px;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	border-radius: 4px;
	box-shadow: none;
	font-family: Asap;
}
@media (max-width: 991px) {
	#nav-bar .right .menu{
		position: fixed;
		height: 100%;
		width: 100%;
		background: #ffff;
		top: 0;
		right: 0;
		-webkit-transform: translateX(-100%);
		    -ms-transform: translateX(-100%);
		        transform: translateX(-100%);
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#nav-bar .right .menu.open{
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
	#nav-bar .right .menu ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#nav-bar .right .menu ul li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 20px;
	}
	#nav-bar .right .menu ul li a{
		font-size: 22px;
	}
	#nav-bar .right .btn{
		color: #fff !important;
	}
	#nav-bar .right .menu .close{
		position: absolute;
		right: 20px;
		top: 20px;
	}
	#nav-bar .right .menu .close i{
		font-size: 26px;
	}
	#nav-bar{
		background: #fff;
	}
	#nav-bar .right .menu ul{
		margin-right: 0;
	}
	#nav-bar .right .menu .btn{
		padding: 10px 20px;
	}
}
.dropdown,.signup-dropdown {
	position: absolute;
	left: -80px;
	width: 250px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	opacity: 0;
	-webkit-transform: translateY(40px);
	    -ms-transform: translateY(40px);
	        transform: translateY(40px);
	visibility: hidden;
	z-index: -2;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}



/*#nav-bar .right .dropdown,#nav-bar .right .signup-dropdown{
	position: absolute;
	left: -80px;
	width: 250px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	opacity: 0;
	-webkit-transform: translateY(40px);
	    -ms-transform: translateY(40px);
	        transform: translateY(40px);
	visibility: hidden;
	z-index: -2;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#nav-bar .right .button .dropdown.open,#nav-bar .right .button-signup .signup-dropdown.open{
	opacity: 1;
	visibility: visible;
	z-index: 6;
	-webkit-transform: translateY(20px);
	    -ms-transform: translateY(20px);
	        transform: translateY(20px);
}
#nav-bar .right .dropdown:before,#nav-bar .right .signup-dropdown:before{
	content: url(../images/Triangle.png);
	position: absolute;
	top: -15px;
	left: 45%;
}
#nav-bar .right .dropdown ul,#nav-bar .right .signup-dropdown ul{
	list-style: none;
	background: #fff;
	border-radius: 8px;
}
#nav-bar .right .dropdown ul li,#nav-bar .right .signup-dropdown ul li{
	padding: 10px 10px;
	height: 100%;
}
#nav-bar .right .dropdown ul li a,#nav-bar .right .signup-dropdown ul li a{
	color: #98989E;
	font-size: 14px;
	font-weight: 600;
}*/

.dropdown.open, .signup-dropdown.open{
	opacity: 1;
	visibility: visible;
	z-index: 6;
	-webkit-transform: translateY(20px);
	    -ms-transform: translateY(20px);
	        transform: translateY(20px);
}
.dropdown:before, .signup-dropdown:before{
	content: url(../images/Triangle.png);
	position: absolute;
	top: -15px;
	left: 45%;
}
.dropdown ul, .signup-dropdown ul{
	list-style: none;
	background: #fff;
	border-radius: 8px;
}
.dropdown ul li, .signup-dropdown ul li{
	padding: 10px 10px;
	height: 100%;
}
.dropdown ul li a,.signup-dropdown ul li a{
	color: #98989E;
	font-size: 14px;
	font-weight: 600;
}
.black-screen.open{
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}
.black-screen.open{
	opacity: 1;
	z-index: 6;
}

/* new header */
#customer-register a:focus-visible, #customer-login a:focus-visible {
    outline: none !important;
}
.nav-bar-nologin {
    background: #fff !important;
    padding: 5px 5px 5px 5px !important;
	position: sticky !important;
	top: 0 !important;
}
.nav-bar-nologin .logo {
    max-width: 29%;
    padding: 10px 10px 10px 150px;
    flex: 0 0 29%;
}
.nav-bar-nologin .logo .brand {
    display: inline-block;
}
.nav-bar-nologin .logo img {
     height: auto !important; 
	 width: 100%;
}
.nav-bar-nologin .menu-right {
    max-width: 71%;
    flex: 0 0 71%;
	padding: 0;
}
.nav-bar-nologin .menu-right .menu {
    padding: 15px 40px 0px 0px;
}
.nav-bar-nologin .menu-right .menu ul {
    list-style: none;
	flex-wrap: wrap;
    justify-content: flex-end;
}
.nav-bar-nologin .menu-right .menu ul li:last-child a {
    margin-right: 0;
}
.nav-bar-nologin .menu-right .menu ul li a {
    padding: 14px 20px;
    color: #000;
    font-family: 'lato';
    line-height: 1;
    font-size: 16px;
	display: block;
	margin-right: 12px;
}
.nav-bar-nologin .menu-right .menu ul li a:hover{
	color: #2493e2;
}
.nav-bar-nologin .menu-right .menu ul li a.menu-btn {
    background-color: #2493e2;
    border-radius: 25px;
	color: #fff;
	outline: 2px solid;
    outline-color: #2493e2;
    outline-offset: -2px;
}
.nav-bar-nologin .menu-right .menu ul li a.menu-btn:hover {
    background: #fff;
    color: #2493e2;
}
.nav-bar-nologin .menu-right .menu ul li a.menu-btn.btn-green:hover {
    background: #fff;
    color: #26d619;
}

.nav-bar-nologin .menu-right .menu ul li a.menu-btn.btn-green {
    background-color: #26d619;
	outline: 2px solid;
    outline-color: #26d619;
    outline-offset: -2px;
}
.nav-bar-nologin .menu-right .menu .close {
    display: none !important;
}

.nav-bar-nologin .menu-right .menu ul li  .dropdown.open {
    right: 0;
    left: auto;
	display: block !important;
}
.nav-bar-nologin .menu-right .menu ul li  .dropdown ul li a{
	font-weight: 400;
	padding: 10px;
}
.nav-bar-nologin .menu-right .menu ul li .dropdown ul li a.stake_buy_token:hover {
    color: #fff !important;
}
.nav-bar-nologin .menu-right .menu ul li .button-login a.btn {
    text-align: left !important;
}
.nav-bar-nologin .menu-right .menu ul li .button-login a.btn:focus {
    box-shadow: none !important;
}
.nav-bar-nologin .menu-right .menu.open .close i.ri-close-line {
    font-size: 18px;
    border: 2px solid #000;
}
/* .nav-bar-nologin .menu-right .menu ul li .button-login:hover .dropdown {
    visibility: visible !IMPORTANT;
    left: auto;
    right: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    z-index: 6;
    opacity: 1;
} */

/* @media (max-width: 1600px){
	.nav-bar-nologin .logo img {
		height: 60px !important; 
   }
} */
@media(max-width: 1024px){
	.nav-bar-nologin {
		padding: 0px 0px 10px 0px !important;
	}
	.nav-bar-nologin .menu-right .bar {
		display: block !important;
	}
	.nav-bar-nologin .menu-right .menu ul{
		display: none !important;
	}
	.nav-bar-nologin .logo {
		max-width: 33%;
		padding: 10px 0px 0px 50px;
		flex: 0 0 33%;
	}
	.nav-bar-nologin .menu-right {
		max-width: 65%;
		flex: 0 0 65%;
		position: unset;
	}
	.nav-bar-nologin .menu-right .menu {
		justify-content: center !important;
	}
	.nav-bar-nologin .menu-right .menu.open  .bar {
		display: none !important;
	}
	.nav-bar-nologin .menu-right .menu.open ul li a.menu-btn {
		background: transparent !IMPORTANT;
		outline: none !important;
	}
	.nav-bar-nologin .menu-right .menu.open ul {
		display: block !IMPORTANT;
		position: absolute;
		width: 100%;
		top: 100%;
		background: #A1E3FF;
		left: 0;
		padding: 10px 0;
	}
	.nav-bar-nologin .menu-right .bar i.ri-menu-line {
		font-size: 28px;
    	padding: 0.35em;
    	font-weight: bold;
		cursor: pointer;
	}
	.nav-bar-nologin .menu-right .menu ul li a {
		padding: 23px 79px;
		text-transform: uppercase;
	}
	.nav-bar-nologin .menu-right .menu.open .close {
		display: block!important;
		padding: 0.35em;
		opacity: unset !important;
	}
	.nav-bar-nologin .menu-right .menu ul li a.menu-btn:hover{
		background: transparent !IMPORTANT;
		color: #2493e2 !important;
		border: none !important;
	}

	.nav-bar-nologin .menu-right .menu ul li .dropdown {
		position: relative !important;
		top: -30px !important;
		width: auto !important;
		box-shadow: unset !important;
		display: none !important;
	}
	.nav-bar-nologin .menu-right .menu ul li .dropdown.open:before{
		display: none !important;
	}
	.nav-bar-nologin .menu-right .menu ul li .dropdown ul {
		position: relative !important;
		padding: 0px 100px;
	}

}
@media(max-width: 767px){
	.nav-bar-nologin .menu-right .menu ul li a {
		padding: 21px 35px;
		font-size: 18px;
	}
	.nav-bar-nologin .menu-right .menu {
		padding: 15px 0px 0px 0px;
	}
	.nav-bar-nologin .logo {
		max-width: 60%;
		padding: 20px 0px 0px 20px;
		flex: 0 0 60%;
	}
	.nav-bar-nologin .menu-right {
		max-width: 40%;
		flex: 0 0 40%;
	}
	.nav-bar-nologin .menu-right .menu ul li .dropdown ul {
		padding: 0px 50px;
	}
}

@media (max-width: 576px){
	footer.new-footer .container {
		padding: 0 15px !important;
	}
}
@media (max-width: 350px){
	.nav-bar-nologin .menu-right .menu ul li .dropdown ul {
		padding: 0px 15px;
	}
}

/*header*/
#home-page #header{
	padding: 50px 0;
	margin-top: 82px;
}
#home-page #header .content h1{
	color: #323B4B;
	font-weight: bold;
	font-size: 60px;
}
#home-page #header .content h3{
	color: #007AFF;
	font-size: 24px;
	margin-top: 20px;
}
#home-page #header .content p{
	font-size: 18px;
	line-height: 24px;
	color: #8A94A6;
	margin-top: 30px;
}
#home-page #header .content .icons a img{
	max-width: 70px;
}
#home-page #header .content .icons a img.logo-big{
	max-width: initial !important;
	width: 200px;
}
#home-page #header .content .icons a img.trustswap{
	max-width: initial !important;
	width: 150px;
}
.owl-stage{display:flex}

/*#home-page #header .content .icons a:first-child img{
	max-width: 60px !important;
}
#home-page #header .content .icons a i{
	font-size: 40px;
}*/

@media (max-width: 480px) {
	#home-page #header .content .icons a img.logo-big{
		max-width: 100% !important;
	}
}
#home-page #header .content .icons .owl-stage{
	display: flex;
	align-items: center;
}
#home-page #header .content .icons a i{
	font-size: 40px;
}
@media (max-width: 767px) {
	#home-page #header .content .icons{
		flex-wrap: wrap;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#home-page #header .content h1{
		font-size: 57px;
	}
	#home-page #header .content h3{
		font-size: 20px;
	}
	#home-page #header .content p{
		font-size: 15px;
		padding-right: 50px;
	}
}
@media (max-width: 767px) {
	#home-page #header img{
		max-width: 100%;
	}
	#home-page #header{
		padding: 0;
	}
	#home-page #header .content p{
		padding-right: 0;
		font-size: 16px;
	}
}
@media (max-width: 320px) {
	#home-page #header .content h1{
		font-size: 48px;
	}
	#home-page #header .content h3{
		font-size: 17px;
	}
}

/*partner*/
#home-page #partner{
	background: #f8f9fa;
	padding: 40px 0;
}
#home-page #partner .heading {
	color: #007AFF;
	font-size: 34px;
	font-family: 'Asap';
	font-weight: bold;
}
#home-page #partner .heading span{
	color: #323B4B;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#home-page #partner .heading{
		font-size: 30px;
	}
	#home-page #partner .body img{
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	#home-page #partner{
		margin-top: 25px;
		background: transparent;
	}
	#home-page #partner .heading{
		padding-bottom: 3rem!important;
		font-size: 26px;
		line-height: 150%;
	}
	#home-page #partner a{
		margin-top: 40px;
	}
	#home-page #partner a img{
		max-width: 100%;
	}
	#home-page #partner .item{
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#home-page #partner .slick-dots{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		list-style: none;
		margin-top: 30px;
	}
	#home-page #partner .slick-dots li{
		width: 30px;
		height: 5px;
		background: #DFE5E8;
		margin: 0 5px;
	}
	#home-page #partner .slick-dots li.slick-active{
		background: #007AFF;
	}
	#home-page #partner .slick-dots li button{
		opacity: 0;
	}
}

/*delivery system*/
#home-page #delivery-system{
	padding: 100px 0;
}
#home-page #delivery-system .content h2{
	color: #323B4B;
	font-size: 60px;
	line-height: 64px;
	font-family: Asap;
}
#home-page #delivery-system .content p{
	margin-top: 40px;
	color: #8A94A6;
	font-size: 16px;
	line-height: 24px;
}
#home-page #delivery-system h4{
	text-align: center;
	color: #007AFF;
	font-family: Asap;
	font-size: 18px;
	line-height: 24px;
	margin-top: 40px;
}
#home-page #delivery-system .form .body{
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#home-page #delivery-system .form .heading{
	font-size: 24px;
	line-height: 28px;
	color: #323B4B;
	font-family: Asap;
	margin-top: 60px;
}
#home-page #delivery-system .form .form-group{
	margin-bottom: 0;
}
#home-page #delivery-system .form .form-control{
	background: #e5f1ff;
	border: 1px solid #e5f1ff;
	height: 56px;
	padding: 0 20px;
	width: 220px;
	color: #000;
	border-radius: 8px;
}
#home-page #delivery-system .form .form-control:focus{
	-webkit-box-shadow: none;
	        box-shadow: none;	
}
#home-page #delivery-system .form .form-control::-webkit-input-placeholder{
	color: #007AFF;
	font-weight: 16px;
}
#home-page #delivery-system .form .form-control::-moz-placeholder{
	color: #007AFF;
	font-weight: 16px;
}
#home-page #delivery-system .form .form-control:-ms-input-placeholder{
	color: #007AFF;
	font-weight: 16px;
}
#home-page #delivery-system .form .form-control::-ms-input-placeholder{
	color: #007AFF;
	font-weight: 16px;
}
#home-page #delivery-system .form .form-control::placeholder{
	color: #007AFF;
	font-weight: 16px;
}
#home-page #delivery-system .form .btn{
	background: #007aff;
	color: #fff;
	font-weight: 600;
	border-radius: 8px;
	width: 100%;
	height: 55px;
}
@media (min-width: 992px) and (max-width: 1199px)  {
	#home-page #delivery-system .content h2{
		font-size: 52px;
	}
	#home-page #delivery-system .content p{
		font-size: 14px;
	}
	#home-page #delivery-system h4{
		font-weight: 16px;
	}
	#home-page #delivery-system .form .heading{
		font-size: 22px;
	}
	#home-page #delivery-system .form .body{
		width: 95%;
	}
	#home-page #delivery-system .form .form-control{
		width: 100%;
	}
}
@media (max-width: 767px) {
	#home-page #delivery-system{
		padding: 70px 0;
	}
	
	#home-page #delivery-system .content h2{
		font-size: 45px;
		line-height: 50px;
	}
	#home-page #delivery-system h4{
		text-align: left;
	}
	#home-page #delivery-system .form .heading{
		margin-top: 85px;
		font-size: 27px;
		line-height: 30px;
	}
	#home-page #delivery-system .form .body{
		width: 100%;
	}
	#home-page #delivery-system .form .form-group{
		width: 100%;
		margin-top: 30px;
	}
	#home-page #delivery-system .form .btn{
		margin-top: 30px;
	}
	#home-page #delivery-system .form .form-group .form-control{
		width: 100%;
	}
	#home-page #delivery-system .form .padding-0{
		padding: 0;
	}
}

/*how it works*/
#home-page #how{
	background: #212529;
	padding: 50px 0;
}
#home-page #how h4{
	text-align: center;
	color: #fff;
	font-family: Asap;
	font-size: 60px;
	line-height: 70px;
}
#home-page #how .body .item{
	height: 100%;
	width: 100%;
	border-radius: 34px;
	background: #383b3f;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 50px;
	padding-bottom: 20px;
	color: #fff;
	padding-bottom: 60px;
}
#home-page #how .body .item h2{
	margin-top: 10px;
	font-size: 24px;
	font-family: Asap;
	padding-right: 80px;
}
#home-page #how .body .mt{
	margin-top: 30px;
}
#home-page #how .body .item p{
	color: #737578;
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#home-page #how h4{
		font-size: 55px;
	}
	#home-page #how .body .item h2{
		font-size: 21px;
		padding-right: 0;
	}
	#home-page #how .body .item p{
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	#home-page #how{
		padding-top: 90px;
		padding-bottom: 85px;
	}
	#home-page #how h4{
		font-size: 36px;
		line-height: 42px;
	}
	#home-page #how .body .item{
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 40px;
	}
	#home-page #how .body .mt,
	#home-page #how .body .mt-sm{
		margin-top: 25px;
	}
	#home-page #how .body .item h2{
		padding-right: 0;
		font-size: 24px;
		line-height: 27px;
	}
}

/*for you*/
#home-page #for{
	padding-top: 10px;
	background: #FFCC00;
}
#home-page #for h2{
	font-size: 48px;
	color: #323B4B;
	line-height: 56px;
	font-family: Asap;
}
#home-page #for .btn{
	margin-top: 10px;
	background: #007aff;
	color: #fff;
	padding: 15px 50px;
	border-radius: 8px;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#home-page #for h2{
		font-size: 42px;
	}
}
@media (max-width: 767px) {
	#home-page #for{
		padding-top: 60px;
		overflow-x: hidden;
	}
	#home-page #for .btn{
		display: block;
		margin-top: 40px;
	}
	#home-page #for img{
		margin-top: 50px;
		width: 100%;
	}
}

/*benefits*/
#home-page #benefits{
	padding: 90px 0;
	background: #FAFBFC;
}
#home-page #benefits h2{
	color: #007AFF;
	font-size: 60px;
	line-height: 70px;
	font-family: Asap;
}
#home-page #benefits .body{
	margin-top: 50px;
}
#home-page #benefits .body .item{
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
	background: #fff;
	border-radius: 40px;
	padding: 55px 15px;
	min-height: 660px;
	position: relative;
	z-index: 2;
}
#home-page #benefits .body .item h3{
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #323B4B;
	font-family: Asap;
}
#home-page #benefits .body .item p{
	margin-top: 20px;
	line-height: 24px;
	font-size: 15px;
	color: #737578;
	text-align: center;
}
#home-page #benefits .body .item .no{
	color: rgba(0, 122, 255, 0.03);
	font-size: 300px;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	line-height: 352px;
	z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#home-page #benefits h2{
		font-size: 57px;
	}
	#home-page #benefits .body .item h3{
		font-size: 21px;
	}
	#home-page #benefits .body .item p{
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	#home-page #benefits h2{
		font-size: 36px;
		line-height: 42px;
	}
	#home-page #benefits .body{
		margin-top: 0px;
	}
	#home-page #benefits .body .item{
		width: 100%;
		min-height: 360px;
		margin-top: 270px;
		z-index: 6;
	}
	#home-page #benefits .body .item .no{
		top: -315px;
		text-align: center;
		z-index: -1;
	}
}
@media (max-width: 320px) {
	#home-page #benefits .body .item .no{
		right: -40px;
	}
}

/*tool*/
#home-page #tool{
	padding: 45px 0;
}
#home-page #tool h5{
	color: #007AFF;
	font-size: 60px;
	line-height: 64px;
	font-family: Asap;
	margin-bottom: 40px;
}
#home-page #tool .card {
	margin-top: 10px;
}
#home-page #tool .card .card-header{
	border: none;
	background: #FAFBFC;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}
#home-page #tool .card .card-header h2 button img{
	margin-right: 30px;
}
#home-page #tool .card .card-header h2 button {
	color: #323B4B;
	font-size: 24px;
	font-family: Asap;
	text-decoration: none;
}
#home-page #tool .card .card-body{
	padding: 0;
}
#home-page #tool .card .card-body p{
	padding: 40px 0;
	font-weight: 600;
	color: #737578;
	font-size: 16px;
	line-height: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#home-page #tool h5{
		font-size: 50px;
	}
}
@media (max-width: 767px) {
	#home-page #tool{
		padding: 90px 0;
	}
	#home-page #tool h5{
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 55px;
	}
	#home-page #tool img{
		display: none;
	}
}

/*team*/
#home-page #team{
	padding-top: 90px;
	padding-bottom: 80px;
	background: #212529;
}
#home-page #team .heading h2{
	color: #fff;
	font-size: 60px;
	line-height: 70px;
	font-family: Asap;
}
#home-page #team .heading p{
	color: #737578;
	font-size: 16px;
	line-height: 24px;
	font-family: Asap;
	margin-top: 50px;
}
#home-page #team .body{
	margin-top: 55px;
}
#home-page #team .body .item img{
	display: inline;
	/*border-radius: 100%;*/
}
#home-page #team .body .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	text-align: center;
}
#home-page #team .body .item h4{
	font-size: 19px;
	line-height: 30px;
	margin-top: 15px;
}
#home-page #team .body .item p{
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#home-page #team .body .item a{
	color: #fff;
}
#home-page #team .body .item .img{
	position: relative;
	margin: 0 10px;
	border-radius: 100%;
	display: inherit;
	overflow: hidden;
	width: 165px;
	height: 175px;
}
#home-page #team .body .item .img:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 100%;
	background: -o-linear-gradient(bottom, rgba(90, 200, 250, 0.3) 0%, rgba(0, 122, 255, 0.3) 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(90, 200, 250, 0.3)), to(rgba(0, 122, 255, 0.3)));
	background: linear-gradient(0deg, rgba(90, 200, 250, 0.3) 0%, rgba(0, 122, 255, 0.3) 100%);
}
#home-page #team .body .arrow{
	height: 25px;
	width: 25px;
	background: #fff;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 15px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#home-page #team .body .arrow.previous{
	left: -40px;
}
#home-page #team .body .arrow.next{
	right: -40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#home-page #team .heading h2{
		font-size: 55px;
	}
	#home-page #team .heading p{
		font-size: 13px;
	}
	#home-page #team .body .item h4{
		font-size: 21px;
	}
	#home-page #team .body .item p{
		font-size: 14px;
	}
	#home-page #team .body .arrow.previous{
		left: 0;
	}
	#home-page #team .body .arrow.next{
		right: 0;
	}
}
@media (max-width: 767px) {
	#home-page #team .heading h2{
		font-size: 36px;
		line-height: 42px;
	}
	#home-page #team .heading p{
		margin-top: 45px;
		text-align: left;
	}
	#home-page #team .body{
		margin-top: 45px;
	}
	#home-page #team .body .arrow.next{
		right: 10px;
	}
	#home-page #team .body .arrow.previous{
		left: 10px;
	}
}

/*delivery partner*/
#home-page #delivery-partner {
	padding-top: 70px;
	padding-bottom: 90px;
}
#home-page #delivery-partner .heading{
	text-align: center;
	color: #007AFF;
	font-size: 60px;
	line-height: 64px;
	font-family: Asap;
}
#home-page #delivery-partner .body{
	margin-top: 50px;
}
#home-page #delivery-partner .body .item{
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	min-height: 352px;
	overflow: hidden;
}
#home-page #delivery-partner .body .item .content{
	padding: 30px 45px;
	padding-right: 20px;
}
#home-page #delivery-partner .body .item .content p{
	color: #737578;
	font-size: 16px;
	line-height: 24px;
}
#home-page #delivery-partner .body .item.end{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
#home-page #delivery-partner .body .second-row{
	margin-top: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#home-page #delivery-partner .heading{
		font-size: 57px;
	}
	#home-page #delivery-partner .body .item .content{
		padding: 15px 20px;
	}
	#home-page #delivery-partner .body .item .content p{
		font-size: 13px;
		line-height: 21px;
	}
	#home-page #delivery-partner .body .item{
		min-height: 300px;
	}
}
@media (max-width: 767px) {
	#home-page #delivery-partner{
		padding-top: 90px;
	}
	#home-page #delivery-partner .heading{
		font-size: 36px;
		line-height: 40px;
	}
	#home-page #delivery-partner .body .item .content{
		padding: 20px;
		text-align: center;
	}
	#home-page #delivery-partner .body .item{
		margin-top: 15px;
		min-height: auto;
	}
	#home-page #delivery-partner .body .item.end-sm{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-align: end;
    	    -ms-flex-align: end;
    	        align-items: flex-end;
	}
	#home-page #delivery-partner .body .item img{
		width: 100%;
	}
	#home-page #delivery-partner .body .second-row{
		margin-top: 0;
	}
}

/*footer*/
footer{
	background: #212529;
	padding: 40px 0;
}
footer a{
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
footer a:hover{
	color: #007aff !important;
}
footer .first p{
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #ffff;
}
footer .first ul{
	list-style: none;
	margin-top: 10px;
}
footer .first ul li{
	color: #fff;
}
footer .first ul li i{
	font-size: 35px;
	margin-right: 10px;
}
footer .first ul li a{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}
footer .first ul li:last-child{
	margin-top: 5px;
}
footer .second{
	margin-top: 30px;
}
footer .second ul li {
	margin-top: 25px;
}
footer .second ul li:first-child{
	margin-top: 0;
}
footer .second ul li a{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
footer .third{
	margin-top: 30px;
}
footer .third p{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 20px;
}
footer .third .right{
	margin-left: 90px;
}
footer .third .right a:last-child img{
	margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	footer .third .right{
		margin-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	footer .third .right a{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	footer .second ul li a,
	footer .first ul li a{
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	footer .first{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	footer .first ul li a{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 25px;
	}
	footer .second {
		display: none;
	}
	footer .first ul li:last-child{
		margin-top: 0;
	}
	footer .first ul li i{
		margin-right: 10px;
	}
	footer .first ul li{
		justify-content: center;
		margin-top: 20px;
	}
	footer .first ul li:last-child{
		margin-top: 20px;
	}
	footer .third p{
		text-align: center;
	}
	footer .copyright{
		margin-top: 80px;
	}
	footer .third .right{
		margin-left: 30px;
	}
	footer .third .icon{
		padding: 0 30px;
	}
}
@media (max-width: 320px) {
	footer .third .icon{
		padding: 0;
	}
}

/* Footer new */
footer.new-footer {
    padding: 0 !important;
    background: #fff;
}
footer.new-footer .container {
    padding: 0;
}
footer.new-footer .container .row {
    margin-left: -10px;
    margin-right: -10px;
}
footer.new-footer .container .row .col-footer {
    padding: 0;
}
footer.new-footer .footer-top {
    background: #000;
    padding: 50px 20px;
}
footer.new-footer .footer-top .col-footer {
    max-width: 20%;
}
footer.new-footer .footer-top .footer-widget {
    padding: 10px;
}
footer.new-footer .footer-top .footer-widget .footer-widget-heading {
    color: #fff;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: left;
    font-size: 18px;
    font-family: 'Lato';
}
footer.new-footer .footer-top .footer-widget .footer-widget-text {
    color: #fff;
    text-align: left;
}
footer.new-footer .footer-top .footer-widget .footer-widget-text .footer-address {
    font-size: 16px;
    font-family: 'Lato';
    line-height: 1.65;
}
footer.new-footer .footer-top .footer-widget .footer-widget-text .footer-menu {
    list-style: none;
}
footer.new-footer .footer-top .footer-widget .footer-widget-text .footer-menu li a {
    font-size: 16px;
    font-family: 'Lato';
    color: #fff;
    line-height: 1.65;
}
footer.new-footer .footer-top .footer-widget .footer-widget-text .footer-menu li a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
footer.new-footer .footer-bottom {
    padding: 10px 0px 20px 0px;
}
footer.new-footer .footer-bottom .col-footer {
    padding: 10px !important;
}

footer.new-footer .footer-bottom .footer-logo {
    max-width: 212px;
}
footer.new-footer .footer-bottom .footer-bottom-menu {
    list-style: none;
    display: flex;
}
footer.new-footer .footer-bottom .footer-bottom-menu li {
    width: 33.33%;
}
footer.new-footer .footer-bottom .footer-bottom-menu li a {
    color: #515151;
    font-size: 18px;
    font-family: 'Lato';
    padding: 10px;
	display: block;
	text-align: center;
	line-height: 1;
}
footer.new-footer .footer-bottom .footer-bottom-menu li a:hover {
    color: #515151 !important;
}
footer.new-footer .footer-bottom .copyright {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-family: 'Lato';
	line-height: 1.65;
}

@media (max-width: 1024px) {
	footer.new-footer .footer-bottom .logo {
		text-align: center;
		margin-bottom: 20px;
		max-width: 100%;
		flex: 0 0 100%;
	}
	footer.new-footer .footer-bottom .footer-logo{
		max-width: 512px;
	}
	footer.new-footer .footer-bottom .footer-bottom-menu {
		flex-direction: column;
		align-items: center;
	}
	footer.new-footer .footer-bottom .other{
		max-width: 100%;
		flex: 0 0 100%;
	}
	footer.new-footer .footer-bottom .footer-bottom-menu li{
		width: 100% !important;
	}
}
@media (max-width: 767px){
	footer.new-footer .footer-top .col-footer {
		max-width: 100%;
	}
	footer.new-footer .footer-bottom .copyright {
		margin-top: 0;
	}
}

/*token info page*/
/*header*/
#token-info #header{
	background: url('../images/token-info-header.png');
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 100vh;
	background-position: center;
	margin-top: 82px;
	background-size: cover;
}
#token-info #header .content{
	color: #007AFF;
}
#token-info #header .content h2{
	font-family: Asap;
	font-size: 60px;
}
#token-info #header .content p{
	margin-top: 40px;
	font-size: 18px;
	line-height: 24px;
	padding-right: 60px;
}
@media (max-width: 767px) {
	#token-info #header{
		height: auto;
		margin-top: 74px;
		background-position: 0;
	}
	#token-info #header .content h2{
		font-size: 36px;
		margin-top: 20px;
	}
	#token-info #header .content p{
		margin-top: 20px;
		font-size: 15px;
		padding-right: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#token-info #header{
		background-position: 0;
	}
	#token-info #header .content h2{
		font-size: 45px;
	}
	#token-info #header .content p{
		padding-right: 0;
		font-size: 17px;
		margin-top: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	#token-info #header .content h2{
		font-size: 45px;
	}
	#token-info #header .content p{
		margin-top: 30px;
		padding-right: 0;
		font-size: 17px;
	}
	#token-info #header{
		height: 40vh;
		min-height: 40vh;
	}
}

/*why*/
#token-info #why{
	padding-top: 70px;
	padding-bottom: 60px;
}
#token-info #why .heading{
	color: #007AFF;
	font-size: 60px;
	line-height: 64px;
	font-family: Asap;
}
#token-info #why .body .item{
	margin-top: 40px;
	border: 1px solid #EBEBEB;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 8px;
	min-height: 243px;
}
#token-info #why .body .item p{
	color: #8A94A6;
	font-size: 16px;
	line-height: 24px;
}
@media (max-width: 767px) {
	#token-info #why .heading{
		font-size: 36px;
	}
	#token-info #why{
		padding-top: 35px;
		padding-bottom: 30px;
	}
	#token-info #why .body .item{
		margin-top: 20px;
	}
	#token-info #why .body .item p{
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#token-info #why{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	#token-info #why .heading{
		font-size: 55px;
	}
	#token-info #why .body .item p{
		font-size: 14px;
	}
}
@media (min-width: 992px) and (max-width: 1400px) {
	#token-info #why .body .item{
		min-height: 267px;
	}
	#token-info #why .body .item p br{
		display: none;
		font-size: 14px;
	}
}

/*why coin*/
#token-info #why-coin{
	background: url('../images/buy-coin-bg.png');
	padding: 100px 0;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	background-size: cover;
	background-position: center;
}
#token-info #why-coin .content{
	color: #fff;
}
#token-info #why-coin .content h2{
	font-size: 60px;
	line-height: 70px;
	font-family: Asap;
	-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#token-info #why-coin .content p{
	margin-top: 35px;
	font-size: 16px;
	line-height: 24px;
}
#token-info #why-coin .content .btn{
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 35px;
	color: #FF9500;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	padding: 10px 20px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#token-info #why-coin .content .btn:hover{
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}
#token-info #why-coin .content .btn svg{
	margin-right: 10px;
}
@media (max-width: 767px) {
	#token-info #why-coin{
		padding: 50px 0;
		background: url('../images/buy-coin-bg.png');
		background-size: cover;
		background-position: -200px 100%;
	}
	#token-info #why-coin .content h2{
		font-size: 35px;
	}
	#token-info #why-coin .content p{
		margin-top: 10px;
		font-size: 14px;
	}
	#token-info #why-coin .content p br{
		display: none;
	}
	#token-info #why-coin .content .btn{
		margin-top: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#token-info #why-coin .content h2{
		font-size: 55px;
	}
	#token-info #why-coin .content p{
		margin-top: 20px;
		font-size: 14px;
	}
	#token-info #why-coin .content .btn{
		margin-top: 20px;
	}
	#token-info #why-coin{
		padding: 50px 0;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	#token-info #why-coin{
		padding: 50px 0;
	}
}
@media (min-width: 1025px) and (max-width: 1300px) {
	#token-info #why-coin{
		padding: 70px 0;
	}
}
@media (min-width: 992px) and (max-width: 1400px) {
	#token-info #decentralization .item{
		min-height: 630px !important;
		padding-left: 30px;
		padding-right: 30px;
	}
	#token-info #decentralization .item p{
		font-size: 14px;
	}
}

/*Decentralization*/
#token-info #decentralization{
	background: #f8f9fa;
	padding: 60px 0;
}
#token-info #decentralization .item{
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
	background: #fff;
	border-radius: 40px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	min-height: 560px;
}
#token-info #decentralization .item h2{
	text-align: center;
	color: #FF9500;
	font-family: Asap;
	line-height: 27px;
}
#token-info #decentralization .item p{
	margin-top: 30px;
	color: #737578;
	font-size: 16px;
	line-height: 24px;
}
@media (max-width: 767px) {
	#token-info #decentralization{
		padding: 30px 0;
	}
	#token-info #decentralization .item{
		padding: 20px 30px;
		min-height: auto;
	}
	#token-info #decentralization .item:last-child{
		margin-top: 30px;
	}
	#token-info #decentralization .item h2{
		font-size: 27px;
	}
	#token-info #decentralization .item p{
		margin-top: 15px;
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#token-info #decentralization .item{
		padding: 20px;
	}
	#token-info #decentralization .item h2{
		font-size: 27px;
	}
	#token-info #decentralization .item p{
		font-size: 13px;
		margin-top: 20px;
	}
	#token-info #decentralization{
		padding: 40px 0;
	}
}

/*prime protocol*/
#token-info #prime-protocol{
	padding: 100px 0;
	/*background: url('../images/prime-protocol-bg.png');*/
	background: #007aff;
	background-size: cover;
}
#token-info #prime-protocol .content{
	color: #fff;
}
#token-info #prime-protocol .content h2{
	font-size: 60px;
	line-height: 70px;
	font-family: Asap;
}
#token-info #prime-protocol .content p{
	margin-top: 35px;
	font-size: 16px;
	line-height: 24px;
}
#token-info #prime-protocol .content .btn{
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 35px;
	color: #007AFF;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	padding: 10px 20px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#token-info #prime-protocol .content .btn:hover{
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}
#token-info #prime-protocol .content .btn svg{
	margin-right: 10px;
}
@media (max-width: 767px) {
	#token-info #prime-protocol{
		padding: 50px 0;
	}
	#token-info #prime-protocol .content h2{
		font-size: 45px;
		line-height: 50px;
	}
	#token-info #prime-protocol .content p{
		margin-top: 20px;
		font-size: 13px;
	}
	#token-info #prime-protocol .content .btn{
		margin-top: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#token-info #prime-protocol{
		padding: 70px 0;
	}
	#token-info #prime-protocol .content h2{
		font-size: 45px;
	}
	#token-info #prime-protocol .content p{
		margin-top: 20px;
		font-size: 15px;
	}
	#token-info #prime-protocol .content .btn{
		margin-top: 20px;
	}
}
/*problems*/
#token-info #problems{
	padding: 60px 0;
	background: #fafbfc;
}
#token-info #problems .main{
	padding: 30px 60px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	min-height: 960px;
}
#token-info #problems .main .heading .icon{
	height: 30px;
	width: 30px;
	border-radius: 100%;
	background: #007AFF;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 21px;
}
#token-info #problems .main .heading h2{
	font-size: 60px;
	line-height: 70px;
	color: #007AFF;
	font-family: Asap;
	margin-top: 10px;
}
#token-info #problems .main .body{
	margin-top: 20px;
}
#token-info #problems .main .body .card-header,
#token-info #problems .main .body .card{
	border: none;
}
#token-info #problems .main .body .card{
	margin-top: 20px;
}
#token-info #problems .main .body .card-header{
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FAFBFC;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}
#token-info #problems .main .body .card-header button{
	text-decoration: none !important;
	color: #007AFF;
	font-size: 24px;
	line-height: 30px;
	font-family: Asap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#token-info #problems .main .body .card-header button i{
	height: 25px;
	width: 25px;
	background: #007AFF;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 100%;
	font-size: 20px;
	margin-right: 40px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#token-info #problems .main .body .card-body{
	padding: 0;
}
#token-info #problems .main .body .card-body p{
	font-size: 14px;
	line-height: 24px;
	color: #737578;
	margin-top: 35px;
}
@media (max-width: 767px) {
	#token-info #problems{
		padding: 30px 0;
	}
	#token-info #problems .main{
		padding: 15px 30px;
		min-height: auto;
	}
	#token-info #problems .main .heading h2{
		font-size: 42px;
	}
	#token-info #problems .main .body .card-header{
		height: 60px;
	}
	#token-info #problems .main .body .card-header button{
		font-size: 19px;
	}
	#token-info #problems .main .body .card-body p{
		font-size: 12px;
		margin-top: 20px;
	}
	#token-info #problems .main .body .card-header button i{
		margin-right: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#token-info #problems{
		padding: 40px 0;
	}
	#token-info #problems .main{
		padding: 30px 40px;
	}
	#token-info #problems .main .body .card-header button i{
		margin-right: 30px;
	}
	#token-info #problems .main .body .card-body p{
		font-size: 13px;
		margin-top: 25px;
	}
}

/*solutions*/
#token-info #solutions{
	padding-top: 50px;
	/*padding-bottom: 200px;*/
	padding-bottom: 50px;
}
#token-info #solutions .main .top{
	background: #007aff;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	padding-left: 80px;
	padding-right: 80px;
}
#token-info #solutions .main .top h2{
	font-family: Asap;
	font-size: 60px;
	line-height: 70px;
}
#token-info #solutions .main .top p{
	font-size: 16px;
	line-height: 24px;
	margin-top: 25px;
}
#token-info #solutions .main .bottom{
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#token-info #solutions .main .bottom .heading h2{
	color: #323B4B;
	font-size: 48px;
	line-height: 56px;
	font-family: Asap;
}
#token-info #solutions .main .bottom .heading p{
	font-family: Asap;
	font-size: 16px;
	line-height: 20px;
	color: #007AFF;
	margin-top: 25px;
}
#token-info #solutions .main .bottom .body{
	margin-top: 55px;
	width: 90%;
}
#token-info #solutions .main .bottom .body ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#token-info #solutions .main .bottom .body ul li {
	margin-right: 10px;
}
#token-info #solutions .main .bottom .body ul li a.active{
	background: #007AFF;
	color: #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
#token-info #solutions .main .bottom .body ul li a{
	border-radius: 8px;
	color: #323B4B;
	font-size: 16px;
	font-family: Asap;
	line-height: 20px;
	padding: 15px 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#token-info #solutions .main .bottom .body .tab-content{
	margin-top: 60px;
}
#token-info #solutions .main .bottom .body .tab-content p{
	color: #8A94A6;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
@media (max-width: 767px) {
	#token-info #solutions .main .top{
		padding-left: 40px;
		padding-right: 40px;
	}
	#token-info #solutions .main .top h2{
		font-size: 51px;
	}
	#token-info #solutions .main .top p{
		margin-top: 15px;
		font-size: 14px;
	}
	#token-info #solutions{
		padding-top: 25px;
		padding-bottom: 100px;
	}
	#token-info #solutions .main .bottom .heading h2{
		font-size: 28px;
		line-height: 28px;
	}
	#token-info #solutions .main .bottom .heading p{
		font-size: 14px;
		line-height: 23px;
	}
	#token-info #solutions .main .bottom{
		margin-top: 25px;
	}
	#token-info #solutions .main .bottom .body{
		width: 100%;
		margin-top: 25px;
	}
	#token-info #solutions .main .bottom .body .tab-content{
		margin-top: 30px;
	}
	#token-info #solutions .main .bottom .body ul li a{
		margin-top: 10px;
	}
}
@media (min-width: 768px)  and (max-width: 991px) {
	#token-info #solutions{
		padding-bottom: 150px;
		padding-top: 30px;
	}
	#token-info #solutions .main .top{
		padding: 20px;
	}
	#token-info #solutions .main .top h2{
		font-size: 44px;
		line-height: 40px;
	}
	#token-info #solutions .main .top p{
		font-size: 12px;
		margin-top: 15px;
	}
	#token-info #solutions .main .bottom{
		margin-top: 30px;
	}
	#token-info #solutions .main .bottom .heading h2{
		font-size: 44px;
	}
	#token-info #solutions .main .bottom .heading p{
		margin-top: 20px;
		font-size: 15px;
	}
	#token-info #solutions .main .bottom .body ul li a{
		margin-top: 10px;
	}
	#token-info #solutions .main .bottom .body .tab-content{
		margin-top: 40px;
	}
	#token-info #solutions .main .bottom .body .tab-content p{
		font-size: 15px;
	}
}

/*relationship*/
#token-info #relationship{
	padding: 65px 0;
}
#token-info #relationship h2{
	font-size: 48px;
	font-weight: bold;
	line-height: 54px;
	color: #323B4B;
}
#token-info #relationship ul{
	margin-top: 30px;
	list-style: none;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 767px) {
	#token-info #relationship h2{
		font-size: 30px;
		line-height: 39px;
	}
	#token-info #relationship ul{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#token-info #relationship ul li{
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#token-info #relationship ul li img{
		max-width: 150px;
	}
	#token-info #relationship img.HandShake{
		max-width: 100%;
	}
	#token-info #relationship{
		padding: 30px 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#token-info #relationship ul li img{
		max-width: 140px;
	}
	#token-info #relationship ul li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#token-info #relationship h2{
		font-size: 33px;
	}
	#token-info #relationship{
		padding: 40px 0;
	}
}

/* Business login signup css */
#customer-login main, #customer-register main{
	overflow: hidden;
}
.login-register {
    padding: 100px 0;
	position: relative;
}
.business-login-register {
    box-shadow: unset !important;
    max-height: unset !important;
	width: 100% !important;
    max-width: 700px;
}
.business-form-heading {
    text-align: center;
    font-size: 58px;
    /* text-transform: uppercase; */
    margin-bottom: 35px;
	font-family: 'Lato';
	font-weight: 600;
	position: relative;
    z-index: 1;
}
.business-form-content{
	font-family: 'Lato';
	font-size: 23px;
}
.business-login-register .form-group{
	margin-top: 20px !important;
}

.business-login-register .form-group input {
    border-color: #2493e2;
    border-radius: 30px !important;
    font-size: 20px;
    line-height: 1.3;
    height: auto !important;
    padding: 12px 20px 12px 30px !important;
	font-family: 'Lato';
}
.business-login-register .form-group input::placeholder {
    font-size: 20px !important;
    line-height: 1.3 !important;
}
.business-login-register .form-group i.fa {
    display: none;
}
.business-login-register .form-group button.btn {
    width: auto !important;
    margin: auto;
    height: auto !important;
    padding: 8px 60px;
    border-radius: 30px !important;
    background: #2493E2 !important;
    font-size: 23px;
	margin-top: 100px;
	font-family: 'Lato';
}
.business-login-register .form-group button.btn.register-submit {
    margin-top: 40px;
}
.business-login-register .get-started {
    text-align: center;
	margin-top: 20px;
	font-family: 'Lato';
	font-size:20px;
}
.business-login-register .get-started .btn {
    padding: 0;
    color: #2493E2 !important;
    vertical-align: inherit;
	font-family: 'Lato';
	text-decoration: underline !important;
}
.business-login-register .get-started .btn:focus {
    box-shadow: none !important;
}
.login-register .login-top-img {
    position: absolute;
    top: -25px;
    max-width: 200px;
    left: 0;
	z-index: 0;
}
.login-register .login-right-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    max-width: 100px;
    margin: auto;
	z-index: 0;
}
.login-register .register-top-img {
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 0;
    max-width: 100px;
}
.login-register .register-right-img {
    position: absolute;
    right: -25%;
    max-width: 200px;
    z-index: 0;
}
.login-register .register-bottom-img {
    position: absolute;
    bottom: 100px;
    z-index: 0;
    max-width: 100px;
    filter: brightness( 200% ) contrast( 100% ) saturate( 143% ) blur( 0px ) hue-rotate( 193deg );
}
.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}
@keyframes fadeInRight{
	from{
		opacity:0;
		transform:translate3d(100%,0,0)
	}
	to{
		opacity:1;
		transform:none
	}
}
.fadeInRight{
	animation-name:fadeInRight;
}

@keyframes fadeInLeft{
	from{
		opacity:0;
		transform:translate3d(-100%,0,0)
	}
	to{
		opacity:1;
		transform:none
	}
}
.fadeInLeft{
	animation-name:fadeInLeft;
}
@media (max-width: 1500px) {
	.register-right-img {
		right: -20% !important;
	}
}
@media (max-width: 1400px) {
	.register-right-img {
		right: -15% !important;
	}
}
@media (max-width: 1300px) {
	.register-right-img {
		right: -12% !important;
	}
}

/*customer login*/
#customer-login #nav-bar{
	position: relative;
}
#customer-login main {
	min-height: 100vh;
}
#customer-login main .left{
	background: -o-linear-gradient(bottom, #5856D6 0%, #007AFF 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(#5856D6), to(#007AFF));
	background: linear-gradient(0deg, #5856D6 0%, #007AFF 100%);
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 80px;
}
#customer-login main .left .brand img{
	max-width: 160px;
}
@media (min-width: 1024px) and (max-width: 1460px) {
	#customer-login main .left .main-img{
		max-width: 320px;
	}
}
@media (max-width: 767px) {
	#customer-login main .left{
		min-height: 100% !important;
	}
}
#customer-login main .left h2{
	font-size: 48px;
	line-height: 56px;
	color: #fff;
	font-family: Asap;
	margin-top: 5px;
}
#customer-login main .right{
	margin-top: 80px;
}
#customer-login main .right .form{
	width: 740px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 40px 65px;
	max-height: 450px;
	margin:0 auto;
}
#customer-login main .right .form .header{
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#customer-login main .right .form .header .btn{
	padding: 15px 58px;
	border-radius: 8px;
	color: #323B4B;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0 5px;
	font-family: Asap;
}
#customer-login main .right .form .header .btn.active,
#customer-login main .right .form .header .btn:hover{
	background: #007AFF;
	color: #fff;
}
#customer-login main .right .form .body .form-group{
	position: relative;
	margin-bottom: 0;
	border-radius: 8px;
	margin-top: 40px;
}
#customer-login main .right .form .body .form-group:first-child{
	margin-top: 0;
}
#customer-login main .right .form .body .form-group input{
	height: 56px;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	padding-left: 40px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 8px;
}
#customer-login main .right .form .body .form-group.box-shadow{
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
#customer-login main .right .form .body .form-group input:focus{
	border-color: #007AFF;

}
#customer-login main .right .form .body .form-group input::-webkit-input-placeholder{
	font-size: 16px;
	color: #98989E;
}
#customer-login main .right .form .body .form-group input::-moz-placeholder{
	font-size: 16px;
	color: #98989E;
}
#customer-login main .right .form .body .form-group input:-ms-input-placeholder{
	font-size: 16px;
	color: #98989E;
}
#customer-login main .right .form .body .form-group input::-ms-input-placeholder{
	font-size: 16px;
	color: #98989E;
}
#customer-login main .right .form .body .form-group input::placeholder{
	font-size: 16px;
	color: #98989E;
}
#customer-login main .right .form .body .form-group i{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 20px;
	color: #98989E;
}
#customer-login main .right .form .body .form-group .btn{
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	background: #007AFF;
	width: 100%;
	border-radius: 8px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#customer-login main .right .form .body .form-group .btn:hover{
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}
@media (max-width: 767px) {
	#customer-login main .left .main-img{
		display: none;
	}
	#customer-login main .left{
		height: auto;
		padding-bottom: 40px;
	}
	#customer-login main .right{
		margin-top: 40px;
		padding: 0 15px;
	}
	#customer-login main .right .form{
		width: 100%;
		padding: 35px 30px;
		margin-bottom: 20px;
	}
	#customer-login main .right .form .header .btn{
		padding: 12px 45px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#customer-login main .right .form{
		width: 100%;
		margin-left: 20px;
		padding: 30px 40px;
	}
	#customer-login main .left .main-img{
		max-width: 120px;
	}
	#customer-login main .left h2{
		font-size: 30px;
	}
}
@media (min-width: 1025px) and (max-width: 1560px) {
	#customer-login main .right{
		margin: 20px 0;
	}
	#customer-login main .right .form{
		padding: 20px 40px;
		width: 690px;
	}
	#customer-login main .right .form .body .form-group{
		margin-top: 20px;
	}
	#customer-login main{
		min-height: auto;
	}
	#customer-login footer .first ul li:last-child{
		margin-top: 15px;
	}
	#customer-login footer .first ul{
		margin-top: 15px;
	}
	#customer-login footer{
		padding: 20px 100px;
	}
	/* #customer-login .container{
		max-width: 970px;
	} */
}


/*customer registration*/
#customer-register #nav-bar{
	position: relative;
}
#customer-register main {
	min-height: 100vh;
}
#customer-register main .left{
	background: -o-linear-gradient(bottom, #5856D6 0%, #007AFF 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(#5856D6), to(#007AFF));
	background: linear-gradient(0deg, #5856D6 0%, #007AFF 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 80px;
}
#customer-register main .left .brand img{
	max-width: 160px;
}
#customer-register main .left h2{
	font-size: 48px;
	line-height: 56px;
	color: #fff;
	font-family: Asap;
	margin-top: 5px;
}
#customer-register main .left a{
	color: #fff;
	font-size: 24px;
}
@media (min-width: 1024px) and (max-width: 1460px) {
	#customer-register main .left .main-img{
		max-width: 320px;
	}
}
#customer-register main .right{
	margin: 80px 0;
}
#customer-register main .right .form{
	width: 540px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 40px 65px;
	height: 100%;
}
#customer-register main .right .form .header{
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#customer-register main .right .form .header .btn{
	padding: 15px 58px;
	border-radius: 8px;
	color: #323B4B;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0 5px;
	font-family: Asap;
}
#customer-register main .right .form .header .btn.active,
#customer-login main .right .form .header .btn:hover{
	background: #007AFF;
	color: #fff;
}
#customer-register main .right .form .body .form-group{
	position: relative;
	margin-bottom: 0;
	border-radius: 8px;
	margin-top: 40px;
}
#customer-register main .right .form .body .form-group input,
#customer-register main .right .form .body .form-group select{
	height: 56px;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	padding-left: 40px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 8px;
}
#customer-register main .right .form .body .form-group.box-shadow{
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
#customer-register main .right .form input[type=checkbox]{
	height: 20px !important;
	width: 20px !important;
	margin-top: 0;
}
#customer-register main .right .form  label{
	font-size: 14px;
	color: #98989E;
	margin-left: 20px;
}
#customer-register main .right .form .body .form-group input:focus,
#customer-register main .right .form .body .form-group select:focus{
	border-color: #007AFF;
}
#customer-register main .right .form .body .form-group input::-webkit-input-placeholder{
	font-size: 16px;
	color: #98989E;
}
#customer-register main .right .form .body .form-group input::-moz-placeholder{
	font-size: 16px;
	font-weight: 600;
	color: #98989E;
}
#customer-register main .right .form .body .form-group input:-ms-input-placeholder{
	font-size: 16px;
	color: #98989E;
}
#customer-register main .right .form .body .form-group input::-ms-input-placeholder{
	font-size: 16px;
	color: #98989E;
}
#customer-register main .right .form .body .form-group input::placeholder,
#customer-register main .right .form .body .form-group select{
	font-size: 16px;
	color: #98989E;
}
#customer-register main .right .form .body .form-group .btn{
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	background: #007AFF;
	width: 100%;
	border-radius: 8px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#customer-register main .right .form .body .form-group .btn:hover{
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}
@media (max-width: 767px) {
	#customer-register main .left .main-img{
		display: none;
	}
	#customer-register main .left{
		height: auto;
		padding-bottom: 40px;
	}
	#customer-register main .right{
		margin-top: 40px;
		padding: 0 15px;
	}
	#customer-register main .right .form{
		width: 100%;
		padding: 35px 30px;
		margin-bottom: 20px;
	}
	#customer-register main .right .form .header .btn{
		padding: 12px 45px;
	}
	#customer-register main{
		height: auto;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#customer-register main .right .form{
		width: 100%;
		margin-left: 20px;
		padding: 30px 40px;
	}
	#customer-register main .left .main-img{
		max-width: 120px;
	}
	#customer-register main .left h2{
		font-size: 30px;
	}
	#customer-register main .left a{
		font-size: 15px;
	}
	#customer-register main .right{
		margin: 30px 0;
	}
}
@media (min-width: 1025px) and (max-width: 1560px) {
	#customer-register main .right{
		margin: 20px 0;
	}
	#customer-register main .right .form{
		padding: 20px 40px;
		width: 790px;
	}
	#customer-register main .right .form .body .form-group{
		margin-top: 20px;
	}
	#customer-register main{
		min-height: auto;
	}
	#customer-register footer .first ul li:last-child{
		margin-top: 15px;
	}
	#customer-register footer .first ul{
		margin-top: 15px;
	}
	#customer-register footer{
		padding: 20px 100px;
	}
	/* #customer-register .container{
		max-width: 970px;
	} */
}


/*driver login*/
#driver-login #nav-bar{
	position: relative;
}
#driver-login main {
	min-height: 100vh;
}
#driver-login main .left{
	background: -o-linear-gradient(bottom, #5856D6 0%, #007AFF 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(#5856D6), to(#007AFF));
	background: linear-gradient(0deg, #5856D6 0%, #007AFF 100%);
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 80px;
}
#driver-login main .left .brand img{
	max-width: 160px;
}
#driver-login main .left .main-img{
	max-width: 550px;
}
@media (min-width: 1024px) and (max-width: 1460px) {
	#driver-login main .left .main-img{
		max-width: 320px;
	}
}
@media (max-width: 767px) {
	#driver-login main .left{
		min-height: 100% !important;
	}
}
#driver-login main .left h2{
	font-size: 48px;
	line-height: 56px;
	color: #fff;
	font-family: Asap;
	margin-top: 5px;
}
#driver-login main .right{
	margin-top: 80px;
}
#driver-login main .right .form{
	width: 540px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 40px 65px;
	max-height: 450px;
}
#driver-login main .right .form .header{
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#driver-login main .right .form .header .btn{
	padding: 15px 58px;
	border-radius: 8px;
	color: #323B4B;
	font-size: 16px;
	font-family: Asap;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0 5px;
}
#driver-login main .right .form .header .btn.active,
#driver-login main .right .form .header .btn:hover{
	background: #007AFF;
	color: #fff;
}
#driver-login main .right .form .body .form-group{
	position: relative;
	margin-bottom: 0;
	border-radius: 8px;
	margin-top: 40px;
}
#driver-login main .right .form .body .form-group:first-child{
	margin-top: 0;
}
#driver-login main .right .form .body .form-group input{
	height: 56px;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	padding-left: 40px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 8px;
}
#driver-login main .right .form .body .form-group.box-shadow{
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
#driver-login main .right .form .body .form-group input:focus{
	border-color: #007AFF;

}
#driver-login main .right .form .body .form-group input::-webkit-input-placeholder{
	font-size: 16px;
	color: #98989E;
}
#driver-login main .right .form .body .form-group input::-moz-placeholder{
	font-size: 16px;
	color: #98989E;
}
#driver-login main .right .form .body .form-group input:-ms-input-placeholder{
	font-size: 16px;
	color: #98989E;
}
#driver-login main .right .form .body .form-group input::-ms-input-placeholder{
	font-size: 16px;
	color: #98989E;
}
#driver-login main .right .form .body .form-group input::placeholder{
	font-size: 16px;
	color: #98989E;
}
#driver-login main .right .form .body .form-group i{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 20px;
	color: #98989E;
}
#driver-login main .right .form .body .form-group .btn{
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	background: #007AFF;
	width: 100%;
	border-radius: 8px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#driver-login main .right .form .body .form-group .btn:hover{
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}
@media (max-width: 767px) {
	#driver-login main .left .main-img{
		display: none;
	}
	#driver-login main .left{
		height: auto;
		padding-bottom: 40px;
	}
	#driver-login main .right{
		margin-top: 40px;
		padding: 0 15px;
	}
	#driver-login main .right .form{
		width: 100%;
		padding: 35px 30px;
		margin-bottom: 20px;
	}
	#driver-login main .right .form .header .btn{
		padding: 12px 45px;
	}
	#driver-login main .left h2{
		font-size: 33px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#driver-login main .right .form{
		width: 100%;
		margin-left: 20px;
		padding: 30px 40px;
	}
	#driver-login main .left .main-img{
		max-width: 120px;
	}
	#driver-login main .left h2{
		font-size: 30px;
	}
}
@media (min-width: 1025px) and (max-width: 1560px) {
	#driver-login main .right{
		margin: 20px 0;
	}
	#driver-login main .right .form{
		padding: 20px 40px;
		width: 490px;
	}
	#driver-login main .right .form .body .form-group{
		margin-top: 20px;
	}
	#driver-login main{
		min-height: auto;
	}
	#driver-login footer .first ul li:last-child{
		margin-top: 15px;
	}
	#driver-login footer .first ul{
		margin-top: 15px;
	}
	#driver-login footer{
		padding: 20px 100px;
	}
	#driver-login .container{
		max-width: 1140px;
	}
}


/*driver registration*/
#driver-register #nav-bar{
	position: relative;
}
#driver-register main {
	min-height: 100vh;
}
#driver-register main .left{
	background: -o-linear-gradient(bottom, #5856D6 0%, #007AFF 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(#5856D6), to(#007AFF));
	background: linear-gradient(0deg, #5856D6 0%, #007AFF 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 80px;
}
#driver-register main .left .brand img{
	max-width: 160px;
}
#driver-register main .left h2{
	font-size: 48px;
	line-height: 56px;
	color: #fff;
	font-family: Asap;
	margin-top: 5px;
}
#driver-register main .left a{
	color: #fff;
	font-size: 24px;
}
#driver-register main .left .main-img{
	max-width: 540px;
}
@media (min-width: 1024px) and (max-width: 1460px) {
	#driver-register main .left .main-img{
		max-width: 320px;
	}
}
#driver-register main .right{
	margin: 80px 0;
}
#driver-register main .right .form{
	width: 540px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 40px 65px;
	height: 100%;
}
#driver-register main .right .form .header{
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#driver-register main .right .form .header .btn{
	padding: 15px 58px;
	border-radius: 8px;
	color: #323B4B;
	font-size: 16px;
	font-family: Asap;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0 5px;
}
#driver-register main .right .form .header .btn.active,
#driver-login main .right .form .header .btn:hover{
	background: #007AFF;
	color: #fff;
}
#driver-register main .right .form .body .form-group{
	position: relative;
	margin-bottom: 0;
	border-radius: 8px;
	margin-top: 40px;
}
#driver-register main .right .form .body .form-group input,
#driver-register main .right .form .body .form-group select{
	height: 56px;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	padding-left: 40px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 8px;
}
#driver-register main .right .form .body .form-group.box-shadow{
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
#driver-register main .right .form input[type=checkbox]{
	height: 20px !important;
	width: 20px !important;
	margin-top: 0;
}
#driver-register main .right .form  label{
	font-size: 14px;
	color: #98989E;
	margin-left: 20px;
}
#driver-register main .right .form .body .form-group input:focus,
#driver-register main .right .form .body .form-group select:focus{
	border-color: #007AFF;
}
#driver-register main .right .form .body .form-group input::-webkit-input-placeholder{
	font-size: 16px;
	color: #98989E;
}
#driver-register main .right .form .body .form-group input::-moz-placeholder{
	font-size: 16px;
	color: #98989E;
}
#driver-register main .right .form .body .form-group input:-ms-input-placeholder{
	font-size: 16px;
	color: #98989E;
}
#driver-register main .right .form .body .form-group input::-ms-input-placeholder{
	font-size: 16px;
	color: #98989E;
}
#driver-register main .right .form .body .form-group input::placeholder,
#driver-register main .right .form .body .form-group select{
	font-size: 16px;
	color: #98989E;
}
#driver-register main .right .form .body .form-group .btn{
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	background: #007AFF;
	width: 100%;
	border-radius: 8px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#driver-register main .right .form .body .form-group .btn:hover{
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}
@media (max-width: 767px) {
	#driver-register main .left .main-img{
		display: none;
	}
	#driver-register main .left{
		height: auto;
		padding-bottom: 40px;
	}
	#driver-register main .right{
		margin-top: 40px;
		padding: 0 15px;
	}
	#driver-register main .right .form{
		width: 100%;
		padding: 35px 30px;
		margin-bottom: 20px;
	}
	#driver-register main .right .form .header .btn{
		padding: 12px 45px;
	}
	#driver-register main{
		height: auto;
	}
	#driver-register main .right .form label{
		font-size: 11px;
	}
	#driver-register main .left a{
		font-size: 14px;
	}
	#driver-register main .left h2{
		font-size: 33px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#driver-register main .right .form{
		width: 100%;
		margin-left: 20px;
		padding: 30px 40px;
	}
	#driver-register main .left .main-img{
		max-width: 120px;
	}
	#driver-register main .left h2{
		font-size: 30px;
	}
	#driver-register main .left a{
		font-size: 15px;
	}
	#driver-register main .right{
		margin: 30px 0;
	}
}
@media (min-width: 1025px) and (max-width: 1560px) {
	#driver-register main .right{
		margin: 20px 0;
	}
	#driver-register main .right .form{
		padding: 20px 40px;
		width: 490px;
	}
	#driver-register main .right .form .body .form-group{
		margin-top: 20px;
	}
	#driver-lregister main{
		min-height: auto;
	}
	#driver-register footer .first ul li:last-child{
		margin-top: 15px;
	}
	#driver-register footer .first ul{
		margin-top: 15px;
	}
	#driver-register footer{
		padding: 20px 100px;
	}
	/* #driver-register .container{
		max-width: 970px;
	} */
}


/*sales page*/
#sales-page #nav-bar{
	position: relative;
}
#nav-bar .right .dropdown,#nav-bar .right .signup-dropdown{
	right: 0;
	left: auto;
}
#nav-bar .right .dropdown:before,#nav-bar .right .signup-dropdown:before{
	left: 75%;
}
/*header*/
#sales-page  .header{
	color: #fff;
	background: #007AFF;
	padding-top: 80px;
	padding-bottom: 50px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#sales-page  .header .content h2{
	font-size: 60px;
	line-height: 70px;
	font-family: Asap;
}
#sales-page  .header .content p{
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
}
#sales-page  .header .content .button,#sales-page  .header .content .button-signup{
	margin-top: 50px;
}
#sales-page  .header .content .button .btn,#sales-page  .header .content .button-signup .btn{
	background: #fff;
	width: 215px;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 16px;
	font-family: Asap;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#sales-page .header .content .button .btn:hover,#sales-page .header .content .button-signup .btn:hover{
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}
#sales-page .header .content .button .btn:first-child,#sales-page .header .content .button-signup .btn:first-child{
	margin-right: 60px;
}
@media (max-width: 767px) {
	#sales-page .header .content{
		width: 100%;
		padding: 0 15px;
	}
	#sales-page .header{
		padding-top: 40px;
		padding-bottom: 25px;
	}
	#sales-page .header .content h2{
		font-size: 41px;
		line-height: 54px;
	}
	#sales-page .header .content p{
		margin-top: 10px;
		font-size: 12px;
		line-height: 19px;
	}
	#sales-page .header .content p br{
		display: none;
	}
	#sales-page .header .content .button .btn,#sales-page .header .content .button-signup .btn{
		width: 100%;
		font-size: 12px;
	}
	#sales-page .header .content .button .btn:first-child,#sales-page .header .content .button-signup .btn:first-child{
		margin-right: 10px;
	}
	#sales-page .header .content .tri-fold {
		width: 100%;
		font-size: 12px;
		height: auto;
		padding: 9.5px 0;
	}

}
@media (min-width: 767px) and (max-width: 991px) {
	#sales-page .header{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	#sales-page .header .content h2{
		font-size: 46px;
	}
	#sales-page .header .content p{
		font-size: 14px;
	}
	#sales-page .header .content .button,#sales-page .header .content .button-signup{
		margin-top: 30px;
	}
	#sales-page .header .content p br{
		display: none;
	}
}

/*desc*/
#sales-page .desc {
	padding: 60px 0;
}
#sales-page .desc p{
	font-size: 16px;
	color: #8A94A6;
	margin-top: 30px;
}
#sales-page .desc p:first-child{
	margin-top: 0;
}
#sales-page .desc .btn{
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	background: #007AFF;
	color: #fff;
	height: 55px;
	width: 260px;
	margin-top: 30px;
	font-family: Asap;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px;
}
#sales-page .desc .btn:hover{
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}
@media (max-width: 767px) {
	#sales-page .desc{
		padding: 30px 0;
	}
	#sales-page .desc p{
		font-size: 14px;
		margin-top: 15px;
	}
}

/*form*/
#sales-page .form{
	padding-bottom: 80px;
}
#sales-page .form .form-group{
	margin-bottom: 0;
	margin-top: 40px;
}
#sales-page .form .form-group input{
	color: #000;
}
#sales-page .form .form-group input,
#sales-page .form .form-group select,
#sales-page .form .form-group textarea,
#sales-page .form .form-group .custom-file label{
	height: 55px;
	width: 350px;
	border-radius: 8px;
	font-size: 14px;
	padding: 0 30px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #8692A6;
}
#sales-page .form .form-group input::-webkit-input-placeholder, #sales-page .form .form-group textarea::-webkit-input-placeholder{
	color: #98989E;
}
#sales-page .form .form-group input::-moz-placeholder, #sales-page .form .form-group textarea::-moz-placeholder{
	color: #98989E;
}
#sales-page .form .form-group input:-ms-input-placeholder, #sales-page .form .form-group textarea:-ms-input-placeholder{
	color: #98989E;
}
#sales-page .form .form-group input::-ms-input-placeholder, #sales-page .form .form-group textarea::-ms-input-placeholder{
	color: #98989E;
}
#sales-page .form .form-group input::placeholder,
#sales-page .form .form-group textarea::placeholder{
	color: #98989E;
}
#sales-page .form .form-group textarea{
	width: 100%;
	resize: none;
	padding: 15px 30px;
	height: 110px;
}
#sales-page .form .form-group select{
	color: #98989E;	
}
#sales-page .form .form-group input:focus,
#sales-page .form .form-group select:focus,
#sales-page .form .form-group textarea:focus{
	border-color: #007AFF;
}
#sales-page .form .form-group .custom-file label{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #98989E;
	padding-left: 55px;
}
#sales-page .form .form-group .custom-file .icon,
#sales-page .form .form-group .custom-file .icon2{
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 888;
	height: 35%;
	margin-top: -2px;
}
#sales-page .form .form-group .custom-file-label.selected{
	color: #007AFF;
}
#sales-page .form .form-group .custom-file label:after{
	display: none;
}
#sales-page .form .form-check{
	padding: 40px 20px;
}
#sales-page .form .form-check label{
	padding-left: 30px;
	color: #98989E;
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
}
#sales-page .form .form-check input{
	height: 20px;
	width: 20px;
}
#sales-page .form .btn{
	width: 100%;
	height: 60px;
	background: #007AFF;
	color: #fff;
	font-size: 16px;
	font-family: Asap;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#sales-page .form .btn:hover{
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}
@media (max-width: 767px) {
	#sales-page .form .form-group{
		margin-top: 20px;
	}
	#sales-page .form{
		padding-bottom: 40px;
	}
	#sales-page .form .form-check label{
		font-size: 12px;
		padding-left: 10px;
	}
	#sales-page .form .form-check{
		padding: 20px;
	}
	#sales-page .form .form-group input, #sales-page .form .form-group select, #sales-page .form .form-group textarea, #sales-page .form .form-group .custom-file label{
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#sales-page .form .form-group input, #sales-page .form .form-group select, #sales-page .form .form-group textarea, #sales-page .form .form-group .custom-file label{
		width: 100%;
	}
	#sales-page .form .form-check{
		padding: 20px;
	}
	#sales-page .form{
		padding-bottom: 60px;
	}
	#sales-page .form .form-group{
		margin-top: 30px;
	}
	#sales-page .form .form-check label{
		padding-left: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	#sales-page .form .form-group input, #sales-page .form .form-group select, #sales-page .form .form-group textarea, #sales-page .form .form-group .custom-file label{
		width: 100%;
	}
}


/*blog page*/
#blog-page{
	background: #E5E5E5;
}
#blog-page #nav-bar{
	position: relative;
}
#blog-page main{
	padding: 150px 0;
}
#blog-page main .left .item {
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	height: 450px;
	margin-top: 60px;
}
#blog-page main .left .item:first-child{
	margin-top: 0;
}
#blog-page main .left .item .info{
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	height: 100%;
}
#blog-page main .left .item h2{
	font-size: 34px;
	line-height: 38px;
	font-family: Asap;
	color: #323B4B;
}
#blog-page main .left .item p{
	color: #8A94A6;
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
}
#blog-page main .left .item .footer p{
	color: #8A94A6;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
}
#blog-page main .left .item .footer a{
	font-size: 12px;
	line-height: 14px;
	color: #8A94A6;
	font-weight: 600;
}
#blog-page main .left .item .img{
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#blog-page main .left .item:nth-child(1) .img{
	background: #2587FF;
}
#blog-page main .left .item:nth-child(2) .img{
	background: #66D7AC;
}
#blog-page main .left .item:nth-child(3) .img{
	background: #E88A32;
}


#blog-page main .right h4{
	color: #323B4B;
	font-size: 24px;
	line-height: 28px;
	font-family: Asap;
}
#blog-page main .right .form-group{
	margin-top: 10px;
	margin-bottom: 0;
	position: relative;
}
#blog-page main .right .form-group input{
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	height: 55px;
	color: #000;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	padding: 0 30px;
	position: relative;
}
#blog-page main .right .form-group input::-webkit-input-placeholder{
	color: #8A94A6;
}
#blog-page main .right .form-group input::-moz-placeholder{
	color: #8A94A6;
}
#blog-page main .right .form-group input:-ms-input-placeholder{
	color: #8A94A6;
}
#blog-page main .right .form-group input::-ms-input-placeholder{
	color: #8A94A6;
}
#blog-page main .right .form-group input::placeholder{
	color: #8A94A6;
}
#blog-page main .right .form-group .search-icon{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 30px;
	color: #8A94A6;
	cursor: pointer;
	background: #fff;
}
#blog-page main .right .tags ul{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 20px;
}
#blog-page main .right .tags ul li a{
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	background: #fff;
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #8A94A6;
	font-weight: 500;
}
#blog-page main .right .tags ul li{
	margin-right: 30px;
}
#blog-page main .right .tags ul li:last-child{
	margin-right: 0;
}
#blog-page main .right .categories ul{
	list-style: none;
}
#blog-page main .right .categories ul li a{
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	background: #fff;
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #8A94A6;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	text-align: center;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#blog-page main .right .social-media ul{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#blog-page main .right .social-media ul li{
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 100%;
	background: #fff;
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #8A94A6;
	font-weight: 500;
	height: 48px;
	width: 48px;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: 25px;
}
#blog-page main .right .social-media ul li a{
	color: #8A94A6;
	font-size: 20px;
}
#blog-page main .right .social-media ul li:last-child{
	margin-right: 0;
}
@media (max-width: 767px) {
	#blog-page main{
		padding: 75px 0;
	}
	#blog-page main .left .item{
		height: auto;
	}
	#blog-page main .left .item .info{
		padding: 15px 10px;
	}
	#blog-page main .left .item h2{
		font-size: 22px;
	}
	#blog-page main .left .item p{
		font-size: 14px;
		margin-top: 10px;
	}
	#blog-page main .left .item:nth-child(1) .img{
		height: 300px;
	}
	#blog-page main .left .item:nth-child(2) .img{
		height: 200px;
	}
	#blog-page main .left .item:nth-child(3) .img{
		height: 250px;
	}
	#blog-page main .right{
		margin-top: 20px;
	}
	#blog-page main .right h4{
		font-size: 21px;
	}
	#blog-page main .right .form-group{
		margin-top: 5px;
	}
	#blog-page main .right .item{
		margin-top: 25px;
	}
	#blog-page main .right .tags ul li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#blog-page main .left .item .info{
		padding: 10px 15px;
	}
	#blog-page main .left .item h2{
		font-size: 27px;
	}
	#blog-page main .left .item p{
		font-size: 15px;
	}
	#blog-page main .left .item .footer{
		margin-top: 30px !important;
	}
	#blog-page main .left .item{
		height: auto;
	}
	#blog-page main .left .item:nth-child(1) .img{
		height: 350px;
	}
	#blog-page main .left .item:nth-child(2) .img{
		height: 300px;
	}
	#blog-page main .left .item:nth-child(3) .img{
		height: 250px;
	}
	#blog-page main .right .tags ul li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 10px;
	}
	#blog-page main .right .tags ul{
		margin-top: 0;
	}
	#blog-page main .right .item{
		margin-top: 20px;
	}
	#blog-page main .right .item:first-child{
		margin-top: 0;
	}
	#blog-page main .right .form-group input::-webkit-input-placeholder{
		font-size: 10px;
	}
	#blog-page main .right .form-group input::-moz-placeholder{
		font-size: 10px;
	}
	#blog-page main .right .form-group input:-ms-input-placeholder{
		font-size: 10px;
	}
	#blog-page main .right .form-group input::-ms-input-placeholder{
		font-size: 10px;
	}
	#blog-page main .right .form-group input::placeholder{
		font-size: 10px;
	}
	#blog-page main .right h4{
		font-size: 20px;
	}
	#blog-page main .right .social-media ul li{
		margin-right: 10px;
	}
	#blog-page main .right .form-group input{
		height: 45px;
	}
	#blog-page main{
		padding: 100px 0;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	#blog-page main .left .item .info{
		padding: 15px;
	}
	#blog-page main .left .item h2{
		font-size: 30px;
	}
	#blog-page main .left .item p{
		font-size: 14px;
	}
}


/*single blog*/
#single-blog #nav-bar{
	position: relative;
}

/*header*/
#single-blog .header{
	height: 225px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	background: #007AFF;
}
#single-blog .header h2{
	font-family: Asap;
	font-size: 48px;
	color: #F8F9FA;
	line-height: 56px;
}
@media (max-width: 767px) {
	#single-blog .header h2{
		font-size: 30px;
		line-height: 36px;
	}
}

/*main*/
#single-blog {
	background: #F8F9FA;
}
#single-blog .main{
	padding: 60px 0;
	width: 80%;
}
#single-blog .main .img{
	height: 440px;
	background: #66D7AC;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	width: 100%;
}
#single-blog .main .detail{
	padding: 10px 60px;
	margin-bottom: 25px;
}
#single-blog .main .detail .left .logo{
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	height: 25px;
	width: 25px;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#single-blog .main .detail .left h5{
	color: #323B4B;
	font-size: 12px;
	line-height: 14px;
	margin-left: 5px;
}
#single-blog .main .detail .right .tag{
	background: #DFECFB;
	border-radius: 6px;
	padding: 8px 12px;
	font-size: 12px;
	font-family: Asap;
	color: #007AFF;
	margin-right: 20px;
}
#single-blog .main .detail .right .date{
	color: #8A94A6;
	font-size: 12px;
	line-height: 14px;
}
#single-blog .main .info {
	padding: 0 60px;
}
#single-blog .main .info p{
	color: #8A94A6;
	font-size: 18px;
	line-height: 24px;
	margin-top: 20px;
}
#single-blog .main .info .tags{
	margin-top: 50px;
}
#single-blog .main .info .tags .tag{
	background: #DFECFB;
	border-radius: 6px;
	padding: 8px 12px;
	font-size: 12px;
	font-family: Asap;
	color: #007AFF;
	margin-right: 20px;
}
#single-blog .main .info .author{
	padding: 30px;
	background: #fff;
	margin-top: 55px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}
#single-blog .main .info .author .profile-img{
	height: 80px;
	width: 80px;
	background: #2587FF;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 100%;
}
#single-blog .main .info .author h5{
	color: #323B4B;
	font-size: 18px;
	line-height: 21px;
	font-family: Asap;
}
#single-blog .main .info h4{
	color: #8A94A6;
	font-size: 14px;
	line-height: 16px;
	padding-top: 10px;
}
#single-blog .main .info h3{
	color: #323B4B;
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}
#single-blog .main .info p{
	font-size: 14px;
	line-height: 24px;
	color: #8A94A6;
	margin-top: 10px;
}
@media (max-width: 767px) {
	#single-blog .main{
		width: 100%;
		padding: 30px 0;
	}
	#single-blog .main .detail{
		padding: 10px 20px;
	}
	#single-blog .main .detail .left{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#single-blog .main .detail .right{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 10px;
	}
	#single-blog .main .info{
		padding: 0 20px;
	}
	#single-blog .main .info p{
		font-size: 10px;
		line-height: 20px;
	}
	#single-blog .main .info .tags{
		margin-top: 30px;
	}
	#single-blog .main .info .author{
		margin-top: 30px;
		padding: 15px;
	}
	#single-blog .main .info .author h5{
		font-size: 16px;
	}
	#single-blog .main .info h4{
		font-size: 12px;
	}
	#single-blog .main .info h3{
		font-size: 12px;
	}
	#single-blog .main .detail .right .tag{
		font-size: 9px;
		margin-right: 10px;
	}
	#single-blog .main .info .author .info2{
		margin-top: 10px;
	}
	#single-blog .main .detail{
		margin-bottom: 10px;
	}
}
@media (max-width: 320px) {
	#single-blog .main .detail .right .tag{
		font-size: 7px;
	}
	#single-blog .main .detail .right .date{
		font-size: 9px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#single-blog .main{
		width: 90%;
	}
	#single-blog .main .detail .right .tag{
		font-size: 10px;
	}
	#single-blog .main .detail .right .date{
		font-size: 10px;
	}
	#single-blog .main .info p{
		font-size: 10px;
		line-height: 20px;
	}
	#single-blog .main .info .author h5{
		font-size: 17px;
	}
	#single-blog .main .info h4,
	#single-blog .main .info h3{
		font-size: 13px;
	}
	#single-blog .main .info .author{
		padding: 20px;
	}
}


/*related posts*/
#single-blog .related-post h2.heading{
	color: #323B4B;
	font-size: 24px;
	line-height: 28px;
	font-family: Asap;
}
#single-blog .related-post .item{
	height: 100%;
	padding: 20px;
	/*height: 360px;*/
	border-radius: 8px;
}
#single-blog .related-post .col-lg-3:nth-child(1) .item{
	background: #2587FF;
}
#single-blog .related-post .col-lg-3:nth-child(2) .item{
	background: #67D7AD;
}
#single-blog .related-post .col-lg-3:nth-child(3) .item{
	background: #E88A32;
}
#single-blog .related-post .col-lg-3:nth-child(4) .item{
	background: #F06594;
}
#single-blog .related-post .item .img{
	height: 180px;
}
#single-blog .related-post .item .tags .tag{
	background: rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	font-size: 12px;
	font-family: Asap;
	line-height: 20px;
	padding: 2px 10px;
	color: #fff;
	margin-right: 10px;
}
#single-blog .related-post .item .info{
	margin-top: 10px;
}
#single-blog .related-post .item h2{
	color: #FFFFFF;
	font-size: 24px;
	line-height: 28px;
	margin-top: 15px;
	font-family: Asap;
}
#single-blog .related-post .item .date{
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
}
@media (max-width: 767px) {
	#single-blog .related-post .col-lg-3{
		margin-top: 20px;
	}
	#single-blog .related-post .item .img{
		height: 350px;
	}
	#single-blog .related-post .item h2{
		font-size: 21px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#single-blog .related-post .col-lg-3{
		margin-top: 20px;
	}
	#single-blog .related-post .item .img{
		height: 300px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	#single-blog .related-post .item h2{
		font-size: 19px;
	}
}

/*msg*/
#single-blog .msg{
	padding: 120px 0;
	width: 70%;
}
#single-blog .msg .heading h3{
	color: #323B4B;
	font-size: 24px;
	line-height: 28px;
	font-family: Asap;
}
#single-blog .msg .heading p{
	font-size: 18px;
	line-height: 24px;
	color: #8A94A6;
	margin-top: 10px;
}
#single-blog .msg .form{
	margin-top: 40px;
}
#single-blog .msg .form input{
	border-radius: 8px;
	height: 55px;
	padding: 0 30px;
	border: 1px solid #8692A6;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: transparent;
}
#single-blog .msg .form input:focus,
#single-blog .msg .form textarea:focus{
	border: 1px solid #007AFF;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
#single-blog .msg .form textarea{
	border: 1px solid #8692A6;
	border-radius: 8px;
	height: 140px;
	width: 100%;
	padding: 20px 30px;
	resize: none;
	margin-top: 40px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: transparent;
}
#single-blog .msg .form input::-webkit-input-placeholder,
#single-blog .msg .form textarea::-webkit-input-placeholder{
	color: #8A94A6;
	font-size: 14px;
	line-height: 16px;
}
#single-blog .msg .form input::-moz-placeholder,
#single-blog .msg .form textarea::-moz-placeholder{
	color: #8A94A6;
	font-size: 14px;
	line-height: 16px;
}
#single-blog .msg .form input:-ms-input-placeholder,
#single-blog .msg .form textarea:-ms-input-placeholder{
	color: #8A94A6;
	font-size: 14px;
	line-height: 16px;
}
#single-blog .msg .form input::-ms-input-placeholder,
#single-blog .msg .form textarea::-ms-input-placeholder{
	color: #8A94A6;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}
#single-blog .msg .form input::placeholder,
#single-blog .msg .form textarea::placeholder{
	color: #8A94A6;
	font-size: 14px;
	line-height: 16px;
}
#single-blog .msg .form .btn{
	width: 100%;
    height: 60px;
    background: #007AFF;
    color: #fff;
    font-size: 16px;
    font-family: Asap;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 40px;
}
#single-blog .msg .form .btn:hover{
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}
@media (max-width: 767px) {
	#single-blog .msg{
		width: 100%;
		padding: 60px 0;
	}
	#single-blog .msg .heading h3{
		font-size: 22px;
	}
	#single-blog .msg .form textarea{
		margin-top: 0;
	}
	#single-blog .msg .heading p{
		font-size: 11px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#single-blog .msg .form textarea{
		margin-top: 0;
	}
	#single-blog .msg{
		width: 90%;
		padding: 100px 0;
	}
}


/*about page*/
#about-page #nav-bar{
	position: relative;
}
/*header*/
#about-page #header{
	height: 230px;
	background: #007AFF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#about-page #header h2{
	color: #fff;
	font-size: 60px;
	line-height: 70px;
	font-family: Asap;
}
@media (max-width: 767px) {
	#about-page #header{
		height: 215px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#about-page #header{
		height: 300px;
	}
	#about-page #header h2{
		font-size: 54px;
	}
}
/*about us*/
#about-page #about-us{
	padding: 80px 0;
}
#about-page #about-us .info h2{
	font-size: 60px;
	line-height: 70px;
	font-family: Asap;
	color: #323B4B;
}
#about-page #about-us .info h5{
	font-size: 24px;
	line-height: 28px;
	color: #007AFF;
	margin-top: 15px;
}
#about-page #about-us .info p{
	font-size: 18px;
	line-height: 24px;
	color: #8A94A6;
	margin-top: 35px;
}
#about-page #about-us .img{
	width: 100%;
	height: 400px;
	background: #007AFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}
@media (max-width: 767px) {
	#about-page #about-us{
		padding: 40px 0;
	}
	#about-page #about-us .info h2{
		font-size: 50px;
	}
	#about-page #about-us .info h5{
		font-size: 18px;
	}
	#about-page #about-us .info p{
		font-size: 16px;
		margin-top: 20px;
	}
	#about-page #about-us .img{
		margin-top: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#about-page #about-us{
		padding: 50px 0;
	}
	#about-page #about-us .info h2{
		font-size: 41px;
	}
	#about-page #about-us .info h5{
		font-size: 15px;
		line-height: 20px;
		margin-top: 0;
	}
	#about-page #about-us .info p{
		font-size: 12px;
		margin-top: 20px;
		line-height: 18px;
	}
	#about-page #about-us .img{
		height: 300px;
	}
}
/*process*/
#about-page #process{
	padding: 60px 0;
}
#about-page #process .container-fluid{
	padding: 0 100px;
}
#about-page #process .first{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#about-page #process .first h3{
	color: #007AFF;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
}
#about-page #process .first p{
	font-size: 14px;
	line-height: 24px;
	color: #737578;
	font-weight: 600;
}
#about-page #process .first svg{
	margin-top: 15px;
}
#about-page #process .second p{
	color: #737578;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}
#about-page #process .second h3{
	color: #007AFF;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
}
#about-page #process .second svg{
	margin-top: 15px;
}
#about-page #process .second .p-2{
	text-align: left;
	color: #007AFF;
	font-size: 14px;
	line-height: 20px;
}
#about-page #process .second .item:last-child{
	padding: 0 35px;
}
#about-page #process .third h3{
	color: #323B4B;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}
#about-page #process .third p{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #737578;
}
#about-page #process .third .p-2{
	text-align: left;
	color: #007AFF;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding: 0 !important;
}
#about-page #process .third .item:last-child{
	padding: 0 35px;
	margin-top: 170px;
}

#about-page #process .fourth h3{
	color: #007AFF;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}
#about-page #process .fourth p{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #737578;
}
#about-page #process .fourth .p-2{
	text-align: left;
	color: #007AFF;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding: 0 !important;
}
@media (min-width: 992px) and (max-width: 1700px) {
	#about-page #process .container-fluid{
		padding: 0 20px;
	}
	#about-page #process h3{
		font-size: 14px !important;
	}
	#about-page #process h3 br{
		display: none;
	}
	#about-page #process p{
		font-size: 10px !important;
		line-height: 17px !important;
	}
	#about-page #process p br{
		display: none;
	}
	#about-page #process svg{
		max-width: 100%;
	}
	#about-page #process .second .item:last-child{
		padding: 0;
		margin-top: 20px !important;
	}
	#about-page #process .second .p-2{
		font-size: 10px;
		line-height: 16px;
	}
	#about-page #process .third .item:last-child{
		padding: 0;
		width: 100%;
	}
	#about-page #process .third .item:last-child{
		margin-top: 100px;
	}
	#about-page #process .third{
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
}
@media (max-width: 991px) {
	#about-page #process .container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	}
	#about-page #process .first{
		display: block;
	}
	#about-page #process .first .right-arrow{
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
		margin: 40px 0;
	}
	#about-page #process h3{
		font-size: 17px !important;
	}
	#about-page #process p{
		font-size: 12px !important;
		line-height: 18px !important;
	}
	#about-page #process .second .item:last-child{
		padding: 0;
		margin-top: 10px !important;
	}
	#about-page #process .third .item{
		width: 100%;
	}
	#about-page #process .third .item:first-child{
		margin-top: 30px;
	}
	#about-page #process .third .item svg{
		width: 100%;
	}
	#about-page #process .third h3  br{
		display: none;
	}
	#about-page #process .third .item:last-child{
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
	#about-page #process .third .item:first-child svg path:last-child{
		display: none;
	}
	#about-page #process .fourth svg{
		margin: 20px 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#about-page #process .container-fluid{
		padding: 0 150px;
	}
}

/*roadmap*/
#about-page #roadmap .roadmap-inner{
	background: #212529;
	padding: 70px 50px;
	border-radius: 8px;
}
#about-page #roadmap .roadmap-inner .heading h2{
	font-size: 60px;
	line-height: 70px;
	font-weight: bold;
	background-image: -o-linear-gradient(left, #5AC8FA 0%, #007AFF 65%);
	background-image: -webkit-gradient(linear, left top, right top, from(#5AC8FA), color-stop(65%, #007AFF));
	background-image: linear-gradient(90deg, #5AC8FA 0%, #007AFF 65%);
    -webkit-background-clip: text;
	background-clip: text;
    -webkit-text-fill-color: transparent;
}
#about-page #roadmap .roadmap-inner .heading p{
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	margin-top: 25px;
}
#about-page #roadmap .roadmap-inner .body{
	margin-top: 55px;
}
#about-page #roadmap .roadmap-inner .body ul {
	list-style: none;
}
#about-page #roadmap .roadmap-inner .body ul li{
	width: 20%;
	margin: 0 20px;
}
#about-page #roadmap .roadmap-inner .body ul li:first-child{
	margin-left: 0;
}
#about-page #roadmap .roadmap-inner .body ul li:last-child{
	margin-right: 0;
}
#about-page #roadmap .roadmap-inner .body ul li .year{
	width: 160px;
	height: 60px;
	background: #007AFF;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 8px;
}
#about-page #roadmap .roadmap-inner .body ul li .item{
	margin-top: 20px;
}
#about-page #roadmap .roadmap-inner .body ul li .item i{
	height: 24px;
	width: 24px;
	background: #007AFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 100%;
}
#about-page #roadmap .roadmap-inner .body ul li .item span{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}
#about-page #roadmap .roadmap-inner .body ul li .item p{
	color: #8A94A6;
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}
@media (max-width: 767px) {
	#about-page #roadmap .roadmap-inner .body ul{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#about-page #roadmap .roadmap-inner .body ul li{
		width: 100%;
	}
	#about-page #roadmap .roadmap-inner{
		padding: 35px 20px;
	}
	#about-page #roadmap .roadmap-inner .body ul li{
		margin: 10px 0;
	}
	#about-page #roadmap .roadmap-inner .heading h2{
		font-size: 48px;
	}
	#about-page #roadmap .roadmap-inner .heading p{
		font-size: 18px;
		line-height: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#about-page #roadmap .roadmap-inner .body{
		overflow: hidden;
	}
	#about-page #roadmap .roadmap-inner .body ul{
		/*flex-wrap: wrap;*/
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		overflow-x: auto;
	}
	#about-page #roadmap .roadmap-inner{
		padding: 40px 15px;
	}
	#about-page #roadmap .roadmap-inner .body ul li .item p{
		font-size: 10px;
		margin-top: 5px;
	}
	#about-page #roadmap .roadmap-inner .body ul li .item span{
		font-size: 14px;
	}
	#about-page #roadmap .roadmap-inner .body ul li .item i{
		height: 15px;
		width: 15px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	#about-page #roadmap .roadmap-inner .body{
		overflow: hidden;
	}
	#about-page #roadmap .roadmap-inner .body ul{
		/*flex-wrap: wrap;*/
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		overflow-x: auto;
	}
}

/*team*/
#about-page  #team{
	padding-top: 70px;
	padding-bottom: 50px;
	background: #FAFBFC;
}
#about-page  #team .heading h2{
	font-size: 60px;
	line-height: 70px;
	color: #007AFF;
	font-family: Asap;
}
#about-page  #team .heading p{
	color: #323B4B;
	font-size: 24px;
	line-height: 30px;
	margin-top: 10px;
}
#about-page  #team .row{
	margin-top: 100px;
}
#about-page  #team .item{
	height: 100%;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}
#about-page  #team .item .header{
	background: #007aff;
	height: 200px;
	border-radius: 8px;
}
#about-page  #team .item .header .img{
	position: relative;
	margin-top: -80px;
	position: relative;
	height: 140px;
	width: 140px;
}
#about-page  #team .item .header .img:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: -o-linear-gradient(bottom, rgba(90, 200, 250, 0.3) 0%, rgba(0, 122, 255, 0.3) 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(90, 200, 250, 0.3)), to(rgba(0, 122, 255, 0.3)));
	background: linear-gradient(0deg, rgba(90, 200, 250, 0.3) 0%, rgba(0, 122, 255, 0.3) 100%);
	border-radius: 100%;
}
#about-page  #team .item .header .img img{
	height: 140px;
	width: 140px;
}
#about-page  #team .item .header h4{
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	margin-top: 10px;
}
#about-page  #team .item .header p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
}
#about-page  #team .item .header a{
	color: #fff;
	font-size: 20px;
}
#about-page  #team .item .body p{
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 120px;
	color: #8A94A6;
	font-size: 14px;
	line-height: 24px;
}
@media (max-width: 767px) {
	#about-page  #team .heading h2{
		font-size: 31px;
		line-height: 40px;
	}
	#about-page  #team .heading p{
		font-size: 19px;
	}
	#about-page  #team .item .body p{
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 60px;
		font-size: 12px;
	}
	#about-page #team .item .header p{
		font-size: 13px;
	}
	#about-page #team .item .header h4{
		font-size: 22px;
	}
	#about-page #team .mt-sm{
		margin-top: 100px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#about-page #team .heading h2{
		font-size: 50px;
	}
	#about-page #team .heading p{
		font-size: 21px;
	}
	#about-page #team .item .body p{
		padding-top: 30px;
		padding-left: 25px;
		padding-right: 25px;
		font-size: 12px;
		padding-bottom: 20px;
	}
	#about-page #team .item .header h4{
		font-size: 22px;
	}
	#about-page #team .item .header p{
		font-size: 14px;
	}
}

/*Architect*/
#about-page #architect{
	background: #FAFBFC;
}
#about-page #architect .heading{
	font-size: 24px;
	line-height: 30px;
	color: #007AFF;
	font-weight: bold;
	margin-bottom: 25px;
}
#about-page #architect .item h2{
	margin-top: 15px;
	font-size: 20px;
	line-height: 25px;
	color: #323B4B;
}
#about-page #architect .item a i{
	color: #323B4B;
	font-size: 22px;
}
@media (max-width: 767px) {
	#about-page #architect .heading{
		font-size: 18px;
		line-height: 23px;
	}
	#about-page #architect .item{
		padding: 0 10px;
		margin-top: 20px;
	}
	#about-page #architect .item img{
		max-width: 100%;
	}
	#about-page #architect .item h2{
		font-size: 12px;
		margin-top: 5px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#about-page #architect .heading{
		font-size: 21px;
	}
	#about-page #architect .item h2{
		font-size: 14px;
	}
	#about-page #architect .item img{
		max-width: 130px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	#about-page #architect .item h2{
		font-size: 18px;
	}
}

/*team*/
#about-page #team2{
	padding-top: 90px;
	padding-bottom: 80px;
	background: #212529;
	margin-top: 20px;
}
#about-page #team2 .heading h2{
	background-image: -o-linear-gradient(left, #5AC8FA 0%, #007AFF 65%);
	background-image: -webkit-gradient(linear, left top, right top, from(#5AC8FA), color-stop(65%, #007AFF));
	background-image: linear-gradient(90deg, #5AC8FA 0%, #007AFF 65%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-background-clip: text;
	background-clip: text;
	-moz-text-fill-color: transparent;
	font-size: 60px;
	line-height: 70px;
	font-family: Asap;
}
#about-page #team2 .heading p{
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	margin-top: 10px;
}
#about-page #team2 .body{
	margin-top: 55px;
}
#about-page #team2 .body .item img{
	display: inline;
}
#about-page #team2 .body .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	text-align: center;
}
#about-page #team2 .body .item h4{
	font-size: 24px;
	line-height: 30px;
	margin-top: 15px;
}
#about-page #team2 .body .item p{
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#about-page #team2 .body .item a{
	color: #fff;
}
#about-page #team2 .body .item .img{
	position: relative;
	height: 160px;
	width: 160px;
	display: inherit;
}
#about-page #team2 .body .item .img:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 100%;
	background: -o-linear-gradient(bottom, rgba(90, 200, 250, 0.3) 0%, rgba(0, 122, 255, 0.3) 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(90, 200, 250, 0.3)), to(rgba(0, 122, 255, 0.3)));
	background: linear-gradient(0deg, rgba(90, 200, 250, 0.3) 0%, rgba(0, 122, 255, 0.3) 100%);
}
#about-page #team2 .body .arrow{
	height: 25px;
	width: 25px;
	background: #fff;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 15px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#about-page #team2 .body .arrow.previous{
	left: -40px;
}
#about-page #team2 .body .arrow.next{
	right: -40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#about-page #team2 .heading h2{
		font-size: 55px;
	}
	#about-page #team2 .body .item h4{
		font-size: 21px;
	}
	#about-page #team2 .body .item p{
		font-size: 14px;
	}
	#about-page #team2 .body .arrow.previous{
		left: 0;
	}
	#about-page #team2 .body .arrow.next{
		right: 0;
	}
	#about-page #team2 .heading p{
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	#about-page #team2 .heading h2{
		font-size: 36px;
		line-height: 42px;
	}
	#about-page #team2 .body{
		margin-top: 45px;
	}
	#about-page #team2 .body .arrow.next{
		right: 10px;
	}
	#about-page #team2 .body .arrow.previous{
		left: 10px;
	}
	#about-page #team2 .heading p{
		font-size: 16px;
	}
	#about-page #team2{
		padding-top: 45px;
		padding-bottom: 40px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#about-page #team2 .body .item h4{
		font-size: 18px;
	}
	#about-page #team2 .body .item p{
		font-size: 14px;
	}
}
/*relationship*/
#about-page #relationship{
	padding: 65px 0;
}
#about-page #relationship h2{
	font-size: 48px;
	font-family: Asap;
	line-height: 54px;
	color: #323B4B;
}
#about-page #relationship ul{
	margin-top: 30px;
	list-style: none;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	#about-page #relationship h2{
		font-size: 30px;
		line-height: 39px;
	}
	#about-page #relationship ul{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#about-page #relationship ul li{
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#about-page #relationship ul li img{
		max-width: 150px;
	}
	#about-page #relationship img.HandShake{
		max-width: 100%;
	}
	#about-page #relationship{
		padding: 30px 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#about-page #relationship ul li img{
		max-width: 140px;
	}
	#about-page #relationship ul li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#about-page #relationship h2{
		font-size: 33px;
	}
	#about-page #relationship{
		padding: 40px 0;
	}
}



/*tokenomic page*/
#tokenomics-page #nav-bar{
	position: relative;
}
/*header*/
#tokenomics-page #header{
	height: 230px;
	background: #007AFF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#tokenomics-page #header h2{
	color: #fff;
	font-size: 60px;
	line-height: 70px;
	font-family: Asap;
}
@media (max-width: 767px) {
	#tokenomics-page #header{
		height: 215px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#tokenomics-page #header{
		height: 300px;
	}
	#tokenomics-page #header h2{
		font-size: 54px;
	}
}

/*tokenomic*/
#tokenomics-page #tokenomic{
	background: #212529;
	padding: 60px 0;
}
#tokenomics-page #tokenomic .heading  p{
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-family: Asap;
	margin-top: 35px;
}
#tokenomics-page #tokenomic .body{
	background: #fff;
	margin-top: 60px;
	padding: 60px 0;
	border-radius: 48px;
	min-height: 790px;
}
#tokenomics-page #tokenomic .body ul li a{
	position: relative;
	font-family: Asap;
	color: #8A94A6;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin: 0 5px;
}
#tokenomics-page #tokenomic .body ul li a:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 0;
	background: #007AFF;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#tokenomics-page #tokenomic .body ul li a.active:before,
#tokenomics-page #tokenomic .body ul li a:hover:before{
	width: 100%;
}
#tokenomics-page #tokenomic .body ul li a.active,
#tokenomics-page #tokenomic .body ul li a{
	color: #212529;
}
#tokenomics-page #tokenomic .body  .content{
	padding: 45px 100px;
}
#tokenomics-page #tokenomic .body .content h2{
	color: #212529;
	font-size: 24px;
	line-height: 30px;
	font-family: Asap;
}
#tokenomics-page #tokenomic .body .content ul{
	list-style: none;
	margin-top: 20px;
}
#tokenomics-page #tokenomic .body .content p{
	margin-top: 20px;
}
#tokenomics-page #tokenomic .body .content ul li,
#tokenomics-page #tokenomic .body .content p{
	font-size: 14px;
	line-height: 16px;
	color: #8A94A6;
	line-height: 20px;
}
#tokenomics-page #tokenomic .body .content ul li span{
	color: #007AFF;
}
#tokenomics-page #tokenomic .body .content h3{
	color: #8A94A6;
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
	font-weight: 600;
}
@media (max-width: 767px) {
	#tokenomics-page #tokenomic{
		padding: 30px 0;
	}
	#tokenomics-page #tokenomic .heading h2{
		font-size: 52px;
	}
	#tokenomics-page #tokenomic .heading p{
		font-size: 18px;
		margin-top: 20px;
	}
	#tokenomics-page #tokenomic .body{
		margin-top: 30px;
	}
	#tokenomics-page #tokenomic .body ul li a{
		font-size: 12px;
	}
	#tokenomics-page #tokenomic .body .content{
		padding: 25px 30px;
	}
	#tokenomics-page #tokenomic .body .content h2{
		font-size: 21px;
		margin-top: 20px;
	}
	#tokenomics-page #tokenomic .body .content ul{
		margin-top: 10px;
	}
	#tokenomics-page #tokenomic .body .content ul li, #tokenomics-page #tokenomic .body .content p{
		font-size: 10px;
	}
	#tokenomics-page #tokenomic .body .content h3{
		font-size: 14px;
		margin-top: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#tokenomics-page #tokenomic .body .content{
		padding: 35px 50px;
	}
	#tokenomics-page #tokenomic .body ul li a{
		font-size: 13px;
	}
	#tokenomics-page #tokenomic .body .content ul li, #tokenomics-page #tokenomic .body .content p{
		font-size: 10px;
		line-height: 16px;
	}
	#tokenomics-page #tokenomic .body .content h2{
		font-size: 21px;
	}
	#tokenomics-page #tokenomic{
		padding: 30px 0;
	}
	#tokenomics-page #tokenomic .heading h2{
		font-size: 52px;
	}
	#tokenomics-page #tokenomic .heading p{
		font-size: 21px;
		margin-top: 15px;
	}
	#tokenomics-page #tokenomic .body{
		margin-top: 30px;
		padding: 30px 0;
	}
}
@media (min-width: 992px) and (max-width: 1400px) {
	#tokenomics-page #tokenomic .body .content ul li, #tokenomics-page #tokenomic .body .content p{
		line-height: 26px;
	}
}

/*total*/
#tokenomics-page #total{
	padding: 60px 0;
}
#tokenomics-page #total .header{
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#tokenomics-page #total .header.green{
	background: #34C759;
}
#tokenomics-page #total .header h5 span{
	color: #323B4B;
	font-size: 24px;
	line-height: 30px;
	font-family: Asap;
}
#tokenomics-page #total .header h2{
	font-family: Asap;
	font-size: 34px;
	line-height: 42px;
}
#tokenomics-page #total .body{
	margin-top: 40px;
}
#tokenomics-page #total .body .item{
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 745px;
}
#tokenomics-page #total .body .item canvas{
	height: 300px;
	width: 300px;
	margin-top: 50px;
}
#tokenomics-page #total .body .item h2{
	color: #323B4B;
	font-size: 34px;
	line-height: 42px;
	font-family: Asap;
}
#tokenomics-page #total .body .item .data{
	margin-top: 40px;
}
#tokenomics-page #total .body .item .data ul{
	list-style: none;
}
#tokenomics-page #total .body .item .data ul li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #8A94A6;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}
#tokenomics-page #total .body .item .data ul li div{
	height: 16px;
	width: 16px;
	border-radius: 100%;
	margin-right: 10px;
}
#tokenomics-page #total .body .item .data ul li:nth-child(1) div{
	background: #7089D9;
}
#tokenomics-page #total .body .item .data ul li:nth-child(2) div{
	background: #FE8D84;
}
#tokenomics-page #total .body .item .data ul li:nth-child(3) div{
	background: #F9CD8A;
}
#tokenomics-page #total .body .item .data ul li:nth-child(4) div{
	background: #DBD2C2;
}
#tokenomics-page #total .body .item .data ul li:nth-child(5) div{
	background: #79B2E8;
}
#tokenomics-page #total .body .item .data ul li:nth-child(6) div{
	background: #F6736F;
}
#tokenomics-page #total .body .item .data ul li:nth-child(7) div{
	background: #F9CD8A;
}
#tokenomics-page #total .body .item .data ul li:nth-child(8) div{
	background: #A186CE;
}
#tokenomics-page #total .body .item .data ul li:nth-child(9) div{
	background: #7089D9;
}
#tokenomics-page #total .body .item2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 25px 0;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}
#tokenomics-page #total .body .item2 h4{
	color: #323B4B;
	font-size: 16px;
	line-height: 20px;
	font-family: Asap;
	margin-bottom: 25px;
}
#tokenomics-page #total .body .item2 h2{
	color: #007AFF;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin-top: 20px;
}
#tokenomics-page #total .body .item3{
	margin-top: 25px;
}
#tokenomics-page #total .body .item3 h2{
	color: #323B4B;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}
#tokenomics-page #total .body .item3 table{
	margin-top: 25px;
}
#tokenomics-page #total .body .item3 table thead tr th,
#tokenomics-page #total .body .item3 table td{
	border: none;
}
#tokenomics-page #total .body .item3 table tbody tr:nth-child(even) {
	background: #FAFBFC;
}
#tokenomics-page #total .body .item3 table tbody tr:nth-child(odd) {
	background: #F8F9FA;
}
#tokenomics-page #total .body .item3 table thead tr th:nth-child(even) {
	background: #429DFF;
}
#tokenomics-page #total .body .item3 table thead tr th:nth-child(odd) {
	background: #007AFF;
}
#tokenomics-page #total .body .item3 table {
	border-radius: 8px;
}
#tokenomics-page #total .body .item3 table thead tr th{
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
}
#tokenomics-page #total .body .item3 table thead tr th:first-child{
	border-top-left-radius: 8px;
}
#tokenomics-page #total .body .item3 table thead tr th:last-child{
	border-top-right-radius: 8px;
}
#tokenomics-page #total .body .item3 table{
	text-align: center;
}
#tokenomics-page #total .body .item3 table tbody td{
	padding: 32px 0;
}
#tokenomics-page #total .body .item3 table tbody tr:last-child td:first-child{
	border-bottom-left-radius: 8px;
}
#tokenomics-page #total .body .item3 table tbody tr:last-child td:last-child{
	border-bottom-right-radius: 8px;
}
#tokenomics-page #total .body .item3 table tbody .heading{
	color: #007AFF;
	font-size: 16px;
	line-height: 20px;
}
#tokenomics-page #total .body .item3 table tbody td{
	font-size: 16px;
	line-height: 19px;
	color: #8A94A6;
	font-weight: 600;
}
@media (max-width: 767px) {
	#tokenomics-page #total{
		padding: 30px 0;
	}
	#tokenomics-page #total .header{
		margin-top: 20px;
	}
	#tokenomics-page #total .body .item2{
		margin-top: 20px;
	}
	#tokenomics-page #total .body .item3 table{
		width: 100%;
	}
	#tokenomics-page #total .body .item3 table tbody td{
		font-size: 10px;
	}
	#tokenomics-page #total .body .item3 table tbody .heading{
		font-size: 10px;
	}
	#tokenomics-page #total .body .item3 table thead tr th{
		font-size: 12px;
	}
	#tokenomics-page #total .body .item3 table tbody td{
		padding: 15px 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#tokenomics-page #total .body .item .data ul li{
		font-size: 13px;
	}
	#tokenomics-page #total .body .col-lg-4 .item2{
		margin-top: 25px;
	}
	#tokenomics-page #total .body .col-lg-4:first-child .item2{
		margin-top: 0;
	}
	#tokenomics-page #total .body .item h2{
		font-size: 29px;
	}
	#tokenomics-page #total .body .item{
		min-height: 100%;
		padding: 20px 15px;
	}
	#tokenomics-page #total .body .item canvas{
		height: 250px;
		width: 250px;
		margin-top: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	#tokenomics-page #total .body .item3 table tbody .heading{
		font-size: 14px;
		line-height: 17px;
	}
	#tokenomics-page #total .body .item3 table tbody td{
		font-size: 14px;
	}
	#tokenomics-page #total .body .item2 h2{
		font-size: 20px;
	}
}

/*table2 */
#tokenomics-page .table2 {
	z-index: 51;
	position: relative;
}
#tokenomics-page .table2 table {
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	overflow: hidden;
}
#tokenomics-page .table2 table td{
	border: none;
	color: #8A94A6;
	font-size: 16px;
	line-height: 19px;
}
#tokenomics-page .table2 table td.heading{
	width: 25%;
	font-size: 16px;
	line-height: 20px;
	color: #007AFF;
}
#tokenomics-page .table2 table td.blue{
	width: 15%;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}
#tokenomics-page .table2 table tr:nth-child(even) {
	background: #F8F9FA;
}
#tokenomics-page .table2 table tr:nth-child(odd) {
	background: #fff;
}
#tokenomics-page .table2 table tr:nth-child(even) .blue{
	background: #007AFF;
}
#tokenomics-page .table2 table tr:nth-child(odd) .blue{
	background: #429DFF;
}
@media (max-width: 767px) {
	#tokenomics-page .table2 table td.heading{
		width: auto;
	}
	#tokenomics-page .table2 table td.heading{
		font-size: 10px;
	}
	#tokenomics-page .table2 table td{
		font-size: 8px;
	}
	#tokenomics-page .table2 table td.blue{
		font-size: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#tokenomics-page .table2 table td,
	#tokenomics-page .table2 table td.heading{
		font-size: 12px;
	}
}

/*Implementation*/
#tokenomics-page #implementation{
	background: #FAFBFC;
	padding-top: 400px;
	padding-bottom: 60px;
	position: relative;
	margin-top: -340px;
	z-index: 5;
}
#tokenomics-page #implementation h2{
	font-size: 48px;
	line-height: 56px;
	color: #323B4B;
	font-family: Asap;
}
#tokenomics-page #implementation p{
	text-align: center;
	margin-top: 40px;
	font-size: 16px;
	line-height: 24px;
	color: #8A94A6;
}
#tokenomics-page #implementation ul{
	list-style: none;
	margin-top: 40px;
}
#tokenomics-page #implementation ul li{
	color: #8A94A6;
	font-size: 16px;
	line-height: 24px;
}
#tokenomics-page #implementation .content{
	width: 90%;
}
@media (max-width: 767px) {
	#tokenomics-page #implementation h2{
		font-size: 32px;
		line-height: 38px;
	}
	#tokenomics-page #implementation p{
		margin-top: 20px;
		font-size: 13px;
		margin-top: 10px;
	}
	#tokenomics-page #implementation{
		padding-bottom: 30px;
	}
	#tokenomics-page #implementation h2 br{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#tokenomics-page #implementation h2{
		font-size: 43px;
	}
	#tokenomics-page #implementation p{
		font-size: 15px;
		margin-top: 15px;
	}
	#tokenomics-page #implementation ul li{
		font-size: 15px;
	}
}


@media (max-width: 991px) {
	
	
	.dropdown ul li a,.signup-dropdown ul li a
	{
		font-size:16px !important;
	}
	#nav-bar .dropdown2{
		
		position: relative !important;
		left: 0 !important;
		right: initial !important;
		margin-top: 20px !important;
		opacity: 1 !important;
		visibility: visible !important;
		z-index: 6 !important;
	}
	#nav-bar .right .menu ul li{
		flex-direction: column;
	}
	#home-page #nav-bar .dropdown2.open{
		transform: initial !important;
	}
	#nav-bar .right .dropdown, #nav-bar .right .signup-dropdown{
		position: relative !important;
		transform: initial !important;
		opacity: 1 !important;
		visibility: visible !important;
		z-index: 6 !important;
		margin-top: 20px !important;
	}
	#nav-bar .right .dropdown:before,#nav-bar .right .signup-dropdown:before{
		left: 50% !important;
	}
}
#home-page #nav-bar .dropdown2{
	-webkit-transform: translateY(40px) translateX(-50%);
	    -ms-transform: translateY(40px) translateX(-50%);
	        transform: translateY(40px) translateX(-50%);
}
#home-page #nav-bar .dropdown2.open{
	-webkit-transform: translateY(20px) translateX(-50%);
	    -ms-transform: translateY(20px) translateX(-50%);
	        transform: translateY(20px) translateX(-50%);
}
#nav-bar .dropdown2,#nav-bar .dropdown3{
	position: absolute;
	left: 50%;
	width: 250px;
	margin-top: 10px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	opacity: 0;
	-webkit-transform: translateY(20px) translateX(-50%);
	    -ms-transform: translateY(20px) translateX(-50%);
	        transform: translateY(20px) translateX(-50%);
	visibility: hidden;
	z-index: -2;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#nav-bar .right .menu ul li{
	position: relative;
}
#nav-bar .dropdown2.open,#nav-bar .dropdown3.open{
	opacity: 1;
	visibility: visible;
	z-index: 6;
	-webkit-transform: translateY(0px) translateX(-50%);
	    -ms-transform: translateY(0px) translateX(-50%);
	        transform: translateY(0px) translateX(-50%);
}
#nav-bar .dropdown2:before,#nav-bar .dropdown3:before{
	content: url(../images/Triangle.png);
	position: absolute;
	top: -15px;
	left: 45%;
}
#nav-bar .dropdown2 ul,#nav-bar .dropdown3 ul{
	list-style: none;
	background: #fff;
	border-radius: 8px;
	flex-direction: column;
}
#nav-bar .dropdown2 ul li,#nav-bar .dropdown3 ul li{
	padding: 15px 30px;
	height: 100%;
	text-align: left !important;
}
#nav-bar .dropdown2 ul li a,#nav-bar .dropdown3 ul li a{
	color: #98989E !important;
	font-size: 14px !important;
	font-weight: 600 !important;
}
#nav-bar .dropdown2 ul li a:before{
	display: none;
}
#nav-bar .dropdown3 ul li a:before{
	display: none;
}


/* developer css */

#success {
    color: #419b41;
    padding-top: 10px;
}
.error {
    color: red;
}
.warning
{
	color:red;
}



#livechat-eye-catcher #livechat-eye-catcher-img {
    display: block;
    overflow: hidden;
    cursor: pointer;
	right: 0;
bottom: 15px;
position:fixed;
}
#livechat-eye-catcher #livechat-eye-catcher-img img {
    width: 150px;
}

.blog_text {
    float: left;
    height: 200px !important;
    overflow: hidden;
 
}
.blog_text p {
    line-height: 27px !important;
}

#contact-page #nav-bar{
	position: relative;
}
#contact-page #header {
    height: 230px;
    background: #007AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#contact-page #header h2 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
}

#algorithms p,#proof p,#modeling p {
    font-size: 14px;
    line-height: 16px;
    color: #8A94A6;
    line-height: 20px;
	margin-top: 20px;
}
#algorithms,#proof,#modeling {
    
	padding:45px 100px;
}
#algorithms h3,#proof h3,#modeling h3 {
    color: #8A94A6;
    font-size: 16px;
    line-height: 20px;
    
    font-weight: 600;
}

/*#blog-page main .left .img {
    background: #fff !important;
}
#blog-page main .left .item:nth-child(1) .img{
	background: #fff !important;
}
#blog-page main .left .item:nth-child(2) .img{
	background: #fff !important;
}
#blog-page main .left .item:nth-child(3) .img{
	background: #fff !important;
}*/

#blog-page main .left .item:nth-child(odd) .img{ background-color: #2587FF; }
#blog-page main .left .item:nth-child(even) .img { background-color: #66D7AC; }
#blog-page main .left .item:nth-child(3n) .img { background-color: #E88A32; }
#blog-page main .left .item:nth-child(4n) .img { background-color: mediumorchid; }
#blog-page main .left .item:nth-child(5n) .img { background-color: dodgerblue; }
#blog-page main .left .item:nth-child(6n) .img { background-color: darkorange; }
#blog-page main .left .item:nth-child(7n) .img { background-color: firebrick; }
#blog-page main .left .item:nth-child(8n) .img { background-color: lightseagreen; }


.blue1{
	background: #429DFF !important;
}
.blue2{
	background: #007AFF !important;
}
#blog-page main .left .item .img
{
	height:100%;
}
#blog-page main .left .item .img img
{
	position: relative;
top: 50%;
transform: translateY(-50%);
}

#blaster-success #header {
    height: 430px;
    background: #007AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#blaster-success #header h2 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
}

.previous.arrow.d-md-none.d-lg-none.slick-arrow
	{
		z-index:999;
	}
	
	#about-page #team2 .body .arrow.previous
	{
	z-index:999;	
	}
	
#blog-page
{
	background: #F8F9FA !important;
}

#blog-page main .right .tags ul li a{
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-radius: 0px;
	background: none;
	padding: 0px;
	font-size: 16px;
	line-height: 24px;
	color: #8A94A6;
	font-weight: 500;
}
#blog-page main .right .tags ul li a:hover{
	text-decoration:underline !important;
}

#about-page #team2 .body .item img {
    display: inline;
    border-radius: 100%;
    height: 160px;
    width: 160px;
}
#blog-page main .right .tags ul li {
    
    margin-bottom: 15px;
}

#home-page #team .body .item .img{
	
	width: 160px;
	height: 160px;
}
#livechat-eye-catcher #livechat-eye-catcher-img
{
	z-index:999;
}

#home-page #benefits .body .item .no
{
	color:rgba(0, 122, 255, 0.1);
	line-height: 300px;
}

#about-page #roadmap .roadmap-inner
{
	background:#fff;
}
#about-page #roadmap .roadmap-inner .heading p
{
	color:#323B4B;
}
#about-page #roadmap .roadmap-inner .body ul li .item span
{
	color:#323B4B;
}
#about-page #roadmap .roadmap-inner .body ul li .item i
{
	color:#fff;
}
#follow-telegram
{
    background: #29a9eb;
    color: #fff;

    padding: 1px 10px 1px 6px;
    font-size: 11px;
    font-weight: 500;
font-weight: initial;
}
.count-o {
    margin: 0 0 0 6px;
}
.count-o {
    font-size: 11px;
    border-radius: 4px;
}

.count-o {
    position: relative;
    background: #fff;
    border: #8799A6 solid 1px;
    border-radius: 3px;
    visibility: visible;
    min-height: 18px;
    min-width: 15px;
    text-align: center;
}
.count-o {
    visibility: visible;
}
.count-o i,.count-o u {
    margin: -5px 0 0 -5px;
    border-width: 5px 5px 5px 0;
}
.count-o i
{
 border-right-color:#66757f;
}
.count-o i, .count-o u {
    position: absolute;
    zoom: 1;
    line-height: 0;
    width: 0;
    height: 0;
    left: 0;
    top: 50%;
    margin: -4px 0 0 -4px;
    border: 4px transparent solid;
        border-top-width: 4px;
        border-right-color: transparent;
        border-right-width: 4px;
        border-bottom-width: 4px;
        border-left-color: transparent;
        border-left-style: solid;
        border-left-width: 4px;
    border-right-color: #66757f;
    border-left: 0;
        border-left-width: 0px;
}


.count-o u {
   
    border-right-color: #fff;
margin-left: -3px;
}
#count {
    white-space: nowrap;
    color: #333;
font:normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;
}
#count {
    padding: 0 4px;
}
#count {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

 i.telegramplane{
    font-size: 11px;
    margin-right: 6px;
    top: 2px;
    
    float: left;
    position: relative;
}
.btn-o {
    width: 70px;

position: absolute;
}

#c
{
float: left;
width: 44px;
right: -63px;
top: 4px;
}

#social-sidebar {
 right: 0;
position: fixed;
top: 30%;

z-index:9999;
padding: 10px;
}


img.img-media {
    height: 246px;
    width: 100%;
    padding: 5px 10px;
    object-fit: cover;
}

.wallet_form
{
	margin-top:10px !important;
}
.wallet_form_height,#customer-login main
{
	min-height:10vh !important;
}

#customer-login main .right{
	margin-top: 20px !important;
}
#customer-register main .right .form
{
	margin:0 auto;
}
img.trustswap{
	max-width: initial !important;
	width: 150px !important;
}
img.logo-big {
    max-width: initial !important;
    width: 200px !important;
}
.icons a img {
    max-width: 70px;
}
a .fab.fa-twitter 
{
	font-size:40px;
	color:#007bff;
	font-weight:400;
}
a .fab.fa-telegram-plane 
{
	font-size:40px;
	color:#007bff;
	font-weight:400;
}
div.wallet_logos
{
	float:left;
	margin-right:35px;
}
.drivers_top
	{
	padding: 10px;
	background:#007aff;
	color: #fff;
	border-radius: 5px;

	}
	
@media (max-width: 780px) {
	
	div.wallet_logos
	{
		width:100% !important;
		margin:15px auto !important;
		text-align:center;
		
	}
	.drivers_top
	{
	padding: 10px;
	background:#007aff;
	color: #fff;
	border-radius: 5px;
	float:left;
	width:100%;

	}
	
}


.grecaptcha-badge {
    display: none !important;
}


	
	