/*----------------------------------------
[Master Stylesheet]

Project:	BuyCoin
Version:	1.2
Primary use:	BuyCoin Template
----------------------------------------*/
/*----------------------------------------
[Table of contents]

1. Common styles
2. Header
3. Home
4. Section
5. About
6. Info
7. Boxes
	7.1 Box style 1
	7.2 Box style 2
	7.3 Box style 3
	7.4 Box style 4
	7.5 Box style 5
	7.6 Box style 6
8. Tabs
9. Offers
10. Forms
11. Contacts
12. Video
13. Partners
14. Subscribe
15. Ticker
16. Team
17. Counter
18. Article
19. Roadmap
20. Footer
21. Modal
22. Preloader
----------------------------------------*/
/*==============================
	Common styles
==============================*/
html,
body {
	height: 100%;
}
body {
	font-family: Open Sans,Segoe UI,sans-serif;
	font-weight: 400;
	background-color: #f7f7f7;
	-webkit-font-smoothing: antialiased;
}
button {
	padding: 0;
	border: none;
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
}
button:focus {
	outline: none;
}
a {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}
input,
textarea,
select {
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input:focus,
textarea:focus,
select:focus {
	outline: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
::-moz-selection {
	background: #fff;
	color: #2c90e4;
	text-shadow: none;
}
::selection {
	background: #fff;
	color: #2c90e4;
	text-shadow: none;
}
::-webkit-input-placeholder {
	color: #303030;
	opacity: 1;
}
::-moz-placeholder {
	color: #303030;
	opacity: 1;
}
:-moz-placeholder {
	color: #303030;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #303030;
	opacity: 1;
}
.owl-carousel .owl-item img {
	width: auto;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
	background-color: transparent;
	color:#4a4a4a;
}
/* custom close btn for modal */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: transparent;
	font-size: 0;
	right: 0;
	opacity: 1;
	width: 30px;
	height: 40px;
	padding-right: 0;
}
.mfp-image-holder .mfp-close:after,
.mfp-iframe-holder .mfp-close:after {
	content: '';
	font-family: Open Sans,Segoe UI,sans-serif;
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 24px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.mfp-image-holder .mfp-close:hover:after,
.mfp-iframe-holder .mfp-close:hover:after {
	
}
/* custom bg for modal */
.mfp-bg {
	background: transparent;
	background-color: rgba(0,0,0,0.8);
	background-image: -moz-linear-gradient(90deg, rgba(44,144,228,0.25) 0%, rgba(167,84,226,0.25) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(44,144,228,0.25) 0%, rgba(167,84,226,0.25) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(44,144,228,0.25) 0%, rgba(167,84,226,0.25) 100%);
	background-image: linear-gradient(90deg, rgba(44,144,228,0.25) 0%, rgba(167,84,226,0.25) 100%);
	opacity: 1;
}
.mfp-iframe-scaler iframe {
	-webkit-box-shadow: 0 0 9px rgba(0,0,0,0.5);
	box-shadow: 0 0 9px rgba(0,0,0,0.5);
}
.animate {
	visibility: visible;
}
@media (min-width: 1200px) {
	.animate {
		visibility: hidden;
	}
}
/*==============================
	Header
==============================*/
.header {
	position: fixed;
	width: 100%;
	top: 0;
	padding-top: 15px;
	z-index: 9;
	background-color: transparent;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.header:before {
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
	width: 100%;
	left: 0;
	top: 0;
	height: 0;
	background-color: transparent;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	pointer-events: none;
	-webkit-box-shadow: 2px 0 9px rgba(0,0,0,0.26);
	box-shadow: 2px 0 9px rgba(0,0,0,0.26);
}
.topcont{
	height:100%
}
.privacy {
    margin: 60px;
}
.privacy p{
    text-align: left;
    font-size: 16px;
}
.privacy p span{
    font-size: 14px;
}
.header__logo {
	z-index: 1;
	width: auto;
	height: 40px;
	display: inline-block;
	float: left;
	position: relative;
	margin: 0 0 0 40px;
}
.header__logo-white {
	position: relative;
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.home__logo-white {
	width: 200px;
    margin-top: 50px;
}
.lgna{
opacity: 0;
}
.header__logo-dark {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.header__btn {
	background-color: transparent;
	display: block;
	position: absolute;
	color: #fff;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 40px;
	z-index: 1;
}
.header__btn span {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 30px;
	font-size: 24px;
	line-height: 40px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.header__btn span.lnr-cross {
	opacity: 1;
	font-size: 0;
}
.header__btn--active span.lnr-cross {
	opacity: 1;
	font-size: 24px;
}
.header__btn--active span.lnr-menu {
	font-size: 0;
	opacity: 0;
}
.header__tagline {
	display: none;
}
.header__nav {
	position: fixed;
	width: 260px;
	top: 60px;
	bottom: 0;
	left: 0;
	background-color: #212121;
	padding: 35px 15px 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform: translate3d(-260px, 0, 0);
	-moz-transform: translate3d(-260px, 0, 0);
	transform: translate3d(-260px, 0, 0);
}
.header__nav--active {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.header__nav li {
	display: block;
	margin-bottom: 25px;
}
.header__nav li:last-child {
	margin-bottom: 0;
}
.header__nav li.active a {
	
}
.header__nav a {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #4a4a4a;
	text-transform: uppercase;
}
.header__nav a:hover {
	
}
.header__signin {
	display: inline-block;
	float: right;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 20px;
	border-radius: 20px;	
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	padding: 0 5px;
	color:#4a4a4a;
}
.pheader__signin {
	display: inline-block;
	float: right;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 20px;
	border-radius: 20px;	
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	padding: 0 5px;
	color:#4a4a4a;
	margin-right:10px;
}
.header__signin_l {
	display: inline-block;
	float: right;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 20px;
	border-radius: 20px;	
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.4px;
	padding: 0 5px;
	color:#4a4a4a;
}
.header__signin_M {
	display: inline-block;
    float: right;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 0 5px;
    background-color: #4a4a4a;
    color: #fff;
}
.header__signin:hover {
	color: #4a4a4a;
	
}
.slatehead{
	margin-top: 20%;
	text-align: center;
	font-size: 22px;
}
.header__signin:focus {
	color: #4a4a4a;
}
.header--active {
	padding-top: 10px;
}
.header--active .header__btn {
	color: #4a4a4a;
}
.header--active .header__signin {
	color: #4a4a4a;
}
.header--active .header__signin_M {
	color: #fff;
    background: #4a4a4a;
}
.header--active .header__logo-white {
	opacity: 0;
}
.header--active .header__logo-dark {
	opacity: 1;
}
.header--active:before {
	height: 60px;
	background-color: #fff;
}
@media (min-width: 768px) {
	.header {
		padding-top: 20px;
	}
	.header__logo {
		margin: 0 10px 0 40px;
	}
	.header__tagline {
		display: none;
		float: left;
		line-height: 40px;
		color: #fff;
		font-size: 24px;
		font-weight:400;
		letter-spacing: 1px;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.header--active {
		padding-top: 10px;
	}
	.header--active .header__tagline {
		color: #303030;
		display: inline-block;
	}
	.home__logo-white {
		width:300px;
		margin-top:75px;
	}
	.privacy{
	margin: 200px; 
	}
	.slatehead{
	margin-top: 2%;
	text-align: center;
	font-size: 22px;
	}
}
@media (min-width: 1200px) {
	.header {
		padding-top: 30px;
		padding-left: 35px;
		padding-right: 35px;
	}
	.header__btn {
		display: none;
	}
	.header__logo {
		margin: 0 10px 0 0;
	}
	.header__nav {
		display: block;
		position: absolute;
		background-color: transparent;
		top: auto;
		bottom: auto;
		width: 870px;
		left: 50%;
		margin-left: -330px;
		-webkit-transform: translate3d(0, 0, 0) translateX(0);
		-moz-transform: translate3d(0, 0, 0) translateX(0);
		transform: translate3d(0, 0, 0) translateX(0);
		padding: 0;
		text-align: right;
	}
	.header__nav li {
		display: inline-block;
		margin-right: 50px;
		margin-bottom: 0;
	}
	.header__nav li:last-child {
		margin-right: 0;
	}
	.header__nav a {
		display: block;
		line-height: 40px;
		color: #4a4a4a;
		font-size: 16px;
		font-weight: 600;
		text-transform: none;
	}
	.header__nav a:hover {
		
	}
	.header--active {
		padding-top: 15px;
	}
	.header--active:before {
		height: 70px;
	}
	.header--active .header__nav a {
		color: #4a4a4a;
		font-weight:400;
	}
	.header--active .header__nav a:hover {
		
	}
	.home__logo-white {
		width:270px;
		margin-top:124px;
	}
	.privacy{
		margin: 200px; 
		}
}
.rdlistdiv{
    margin-bottom: 20px;  
	color: #404040;
	font-size: 16px;	
}
.mblistdiv{
	margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: disc;
    text-align: left;
    margin-left: 42px;
}
.mblistdiv li{
	font-size: 16px;
    font-family: Open Sans,Segoe UI,sans-serif;
	margin-bottom:10px;
}
.rdlistdivcol{
	color:#a754e2;
	font-weight: 800;
	
}
.rdlistdivcol_1{
	color:#2c90e4;
	font-weight: 800;	
}

@media (min-width: 1300px) {
	.header {
		padding-left: 80px;
		padding-right: 80px;
	}
}
@media (min-width: 1600px) {
	.header {
		padding-left: 120px;
		padding-right: 120px;
	}
}
/*==============================
	Home
==============================*/
.home {
	display: block;
	position: relative;
	height: 100vh;
}
.home:after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	/*background-image: -moz-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -webkit-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -ms-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);*/
	opacity: 0.4;
}
.home__slider {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
}
.home__slider .item {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.home__content-wrap {
	display: block;
	position: relative;
	z-index: 3;
	height: 100vh;
}
.home__content {
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.home_left {
		float: left;
		width: 100%;
		text-align: center;
}
.home_right{
	float:left;
	width:60%;
	margin-top: 0%;
	text-align: left;
}
.textmid{
    position: absolute;
    top: 26%;
    left: 50%;
    width: 90%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.textmid p {
	font-size: 14px;
    line-height: 12px;
    font-weight: 500;
}
.textbottom {
    position: absolute;
    top: 133px;
    left: 50%;
    width: 80%;
    text-align: center;
    transform: translate(-50%, -50%);
	display:none;
}
.textbottom p{
	font-size: 12px;
    line-height: 18px;
}
.textbottom_m {
    position: absolute;
    top: 133px;
    left: 50%;
    width: 80%;
    text-align: center;
    transform: translate(-50%, -50%);
	display:block;
}
.textbottom_m p{
	font-size: 12px;
    line-height: 18px;
}
.textlink{
   position: absolute;
    top: 68%;
    left: 80%;
    text-align: justify;
    transform: translate(-50%, -50%);
}
.textlink p{
	font-size: 14px;
    line-height: 20px;
}
.textlink a:hover{
	color:#337ab7;
}
.mainhead{
	font-size: 16px;
    padding: 1% 3% 2%;
    line-height: 24px;
    color: #f7f7f7;
    letter-spacing: 0.2px;
    font-family: Open Sans,Segoe UI,sans-serif;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.about__head{
    margin: 0 10% 0 10%;
}
.simplyhead{
	font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
}
.secondhead{	
	font-size: 14px;
	line-height: 22px;
    padding: 0% 3% 2%;
}
.about__text p {
	font-size: 14px;
	line-height: 22px;	
	color: #f7f7f7;
	letter-spacing: 0.2px;
	margin-bottom: 20px;
    text-align: center;
}
.about__text p:last-child {
	margin-bottom: 0;
}
.about__text p b {
	font-weight: 700;
}
.app_world p{
	font-size: 20px;
    font-weight: 500;
}
.app_text{
	font-size: 15px;
	padding-top: 15px;
	margin: 0 15px 10px;
}
.eco_head{
	float: left;
	padding: 20px 30px 20px 0%;
	display:none;
}
.eco_head-chart{
	float: left;
	padding: 5px 0px 5px 40px;
	display:none;
	width:100%;
}
.graphy_head{
	float:left;
	padding: 20px 30px 20px 30px;
	display:none;
}
.graphy_head-chart{
	float:left;
	padding: 5px 0px 5px 40px;
	display:none;
	width:100%;
}
.mobile_head{
	float:left;
	padding: 20px 30px 20px 30px;
	display:none;
}
.mobile_head-chart{
	float:left;
	padding: 5px 0px 5px 40px;
	display:none;
	width:100%;
}
.app_head{
	float: left;
	padding: 20px 0px 20px 30px;
	display:none;
}
.app_head-chart{
	float: left;
	padding: 5px 0px 5px 40px;
	display:none;
	width:100%;
}
.empower p{
	font-size: 20px;
	font-weight: 500;
	color:#fafafa;
}
.empower_p p{
	font-size: 16px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	color:#fafafa;
	display:none;
}
.empower_p_m p{
	font-size: 16px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	color:#fafafa;
	display:block;
}
.btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 15px;
    line-height: 45px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #404040;
    border: 2px solid #404040;
    border-radius: 100% !important;
    background: 0 0;
    text-align: center;
}
.home_bottom {
	float: left;
    text-align: center;
    width: 100%;
    margin-top: -20%;   
}
.home__title {
    display: block;
    color: #4a4a4a;
    font-family: Open Sans,Segoe UI,sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}
.home__text {
	display: block;
	color: #4a4a4a;
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	letter-spacing: 0.4px;
	margin: 0 0 30px;
	font-family: Open Sans,Segoe UI,sans-serif;
}
.home__btn {
    display: block;
    width: 100%;
    line-height: 12px;
    font-size: 10px;
    font-weight: 400;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    letter-spacing: 0.4px;
    position: relative;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.dscan_btn{	
	display: block;
    margin: 25px auto 0;
    width: 170px;
    line-height: 33px;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    letter-spacing: 0.4px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #4a4a4a;
    background: transparent;	
	position: absolute;
    top: 90%;
    left: 50%;
	color:#4a4a4a;
    transform: translate(-50%, -50%);
}
.dscan_btn:hover {
	background-color:#4a4a4a;
	color:#fff;
}
.careers_btn{	
	display: block;
    margin: 15px auto 0;
    width: 170px;
    line-height: 33px;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    letter-spacing: 0.4px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #4a4a4a;
    background: transparent;	
	position: relative;
	color:#4a4a4a;
}
.careers_btn:hover {
	background-color:#4a4a4a;
	color:#fff;
}
.primer_btn{	
	display: block;
    margin: 0px auto 0;
    width: 100px;
    line-height: 33px;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    letter-spacing: 0.4px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #4a4a4a;
    background: transparent;	
	position: relative;
	color:#4a4a4a;
}
.primer_btn:hover {
	background-color:#4a4a4a;
	color:#fff;
}
.developer_btn{	
	display: block;
    margin: 15px auto 0;
    width: 170px;
    line-height: 33px;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    letter-spacing: 0.4px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #4a4a4a;
    background: transparent;	
	position: relative;
	color:#4a4a4a;
}
.developer_btn:hover {
	background-color:#4a4a4a;
	color:#fff;
}
.support_btn{	
	display: block;
    margin: 15px auto 0;
    width: 170px;
    line-height: 33px;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    letter-spacing: 0.4px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #4a4a4a;
    background: transparent;	
	position: relative;
	color:#4a4a4a;
}
.support_btn:hover {
	background-color:#4a4a4a;
	color:#fff;
}
.investor_btn {
    display: block;
    margin: 25px auto 0;
    width: 185px;
    line-height: 33px;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    letter-spacing: 0.4px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #4a4a4a;
    background: transparent;
    position: absolute;
    top: 88%;
    left: 50%;
    color: #4a4a4a;
    transform: translate(-50%, -50%);
}
.investor_btn:hover {
	background-color:#0077b5;
	color:#fff;
}
.investor_btn i{
	vertical-align: sub;
	font-size: 25px;
    color: #0077b5;
}


.impact_btn{	
	display: block;
    margin: 75px auto 0;
    width: 170px;
    line-height: 33px;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    letter-spacing: 0.4px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #4a4a4a;
    background: transparent;	
	position: absolute;
    top: -100%;
    left: 55%;
	color:#4a4a4a;
    transform: translate(-50%, -50%);
}
.impact_btn:hover {
	background:linear-gradient(to right,#F2E0A5,#BDA55F,#F2E0A5,#BDA55F);
	color:#4a4a4a;
}
.embark_btn{	
	display: block;
    margin: 75px auto 0;
    width: 170px;
    line-height: 33px;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    letter-spacing: 0.4px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #4a4a4a;
    background: transparent;	
	position: absolute;
    top: -100%;
    left: 50%;
	color:#4a4a4a;
    transform: translate(-50%, -50%);
}
.embark_btn:hover {
	background:linear-gradient(to right,#88F3E2,#50E3C2);
	color:#4a4a4a;
}
.ignition_btn{	
	display: block;
    margin: 75px auto 0;
    width: 170px;
    line-height: 33px;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    letter-spacing: 0.4px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #4a4a4a;
    background: transparent;	
	position: absolute;
    top: -100%;
    left: 50%;
	color:#4a4a4a;
    transform: translate(-50%, -50%);
}
.ignition_btn:hover {
	background:linear-gradient(to right,#80C3F3,#4A90E2);
	color:#4a4a4a;
}
.dscan_left1{			
	position: absolute;
    top: 50%;
    left: 10%;
	color:#4a4a4a;
    transform: translate(-50%, -50%);
	display:none;
}
.dscan_left2{			
	position: absolute;
    top: 50%;
    left: 25%;
	color:#4a4a4a;
    transform: translate(-50%, -50%);
	display:none;
}
.home_right a span
{
	vertical-align: middle;
}
.buttonimg{
    width: 100%;
	height: 275px;
	opacity:0.0;
}
.fa{
	vertical-align:middle;
}
.bigicon {
	font-size: 30px;
	margin-right: 15px;
}
.home__btn__lmore {
	display: block;
	margin: 25px auto 0;
	width: 170px;	
	line-height: 33px;
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	letter-spacing: 0.4px;
	position: relative;
	text-align: center;
	background-color: #fff;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #4a4a4a;
    background: transparent;
}
.home__btn:hover {
}
.home__btn__lmore:hover {
	background-color:#4a4a4a;
	color:#fff;
}
.home__btn:focus {
	
}
.home__btn--color {	
	color: #4a4a4a;
}
.home__btn__lmore--color {	
	color: #4a4a4a;
}
.home__btn--color:focus {
	
}
@media (min-width: 768px) {
	.home__title {
		font-size: 45px;
	}
	.home__text {
		font-size: 24px;
		margin: 0 0 50px;
	}
	.home__btn {
		display: inline-block;
	}
	.home__btn__lmore {
		display: inline-block;
		margin: 0 15px;
	}
	.home_left{
		float:left;
		width:30%;
		text-align: center;
	}
	.home__btn {
		display: block;
		width: 750px;
		height:450px;	
		line-height: 33px;
		font-size: 14px;
		font-weight: 500;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		letter-spacing: 0.4px;
		position: relative;
		text-align: center;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;
	}
	.home_bottom{
		float:left;
		text-align:center;
		width:100%;
		margin-top:-4%;
	}
	.textmid{
    position: absolute;
    top: 25%;
    left: 40%;
    width: 58%;
    text-align: center;
    transform: translate(-50%, -50%);
	}
	.textmid p{
		font-size: 22px;
		line-height: 32px;
	}
	.textbottom{
		position: absolute;
		top: 48%;
		left: 40%;
		width:60%;
		text-align: justify;
		transform: translate(-50%, -50%);
		display:block;
	}
	.textbottom p{
		font-size: 18px;
		line-height: 25px;
	}
	.textbottom_m{
		position: absolute;
		top: 48%;
		left: 45%;
		width:60%;
		text-align: left;
		transform: translate(-50%, -50%);
		display:none;
	}
	.textbottom_m p{
		font-size: 18px;
		line-height: 25px;
	}
	.textlink{
		position: absolute;
		top: 63%;
		left: 70%;
		text-align: justify;
		transform: translate(-50%, -50%);
	}
	.textlink p{
		font-size: 14px;
		line-height: 20px;
	}
	.buttonimg{
		width: 90%;
		height: 91%;
		opacity:1.0;
	} 
	.home__title {
		display: block;
		color: #4a4a4a;
		font-family: Open Sans,Segoe UI,sans-serif;
		font-weight: 500;
		font-size: 38px;
		margin-top: 0;
		margin-bottom: 20px;
		margin-left:15%;
	}
	.mainhead{
		font-size: 22px;
		line-height: 32px;	
		color: #f7f7f7;
		letter-spacing: 0.2px;
		font-family: Open Sans,Segoe UI,sans-serif;
		font-weight: 400;
		display: block;
		text-align: center;
		margin-top: 0;
		margin-bottom: 20px;
		padding: 14% 20% 2%;
	}
	.about__head{
		margin: 0 20% 0 15%;
	}
	.simplyhead{
		font-size:22px;
		font-weight:400;
		text-align: center;
		line-height: 32px;
	}
	.secondhead{	
			padding: 0% 12% 2%;
	}
	.home__content {
		display: block;
		position: absolute;
		width: 100%;
		top: 57%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
	}
	.about__text p {
		font-size: 19px;
		line-height: 26px;	
		color: #f7f7f7;
		letter-spacing: 0.2px;
		margin-bottom: 20px;	
		padding-top:30px;	
		text-align: center;
	}
	.about__text p:last-child {
		margin-bottom: 0;
	}
	.about__text p b {
		font-weight: 700;
	}
	.app_world p{
		font-size: 30px;
		font-weight: 500;
	}
	.app_text{
		font-size: 16px;
		padding-top: 15px;
		margin: 0 0 10px;
	}
	.eco_head{
	float: left;
	padding: 20px 30px 20px 0%;
	display:block;
	}
	.eco_head-chart{
	float: left;
	padding: 5px 0px 5px 40px;
	display:block;
	width:100%;
	}
	.graphy_head{
	float:left;
	padding: 20px 30px 20px 30px;
	display:block;
	}
	.graphy_head-chart{
	float:left;
	padding: 5px 0px 5px 40px;
	display:block;
	width:100%;
	}
	.mobile_head{
	float:left;
	padding: 20px 30px 20px 30px;
	display:block;
	}
	.mobile_head-chart{
	float:left;
	padding: 5px 0px 5px 40px;
	display:block;
	width:100%;
	}
	.app_head{
	float: left;
	padding: 20px 0px 20px 30px;
	display:block;
	}
	.app_head-chart{
	float: left;
	padding: 5px 0px 5px 40px;
	display:block;
	width:100%;
	}
	.empower p{
		font-size: 30px;
		font-weight: 500;
		color:#fafafa;
	}
	.empower_p p{
		font-size: 16px;
		padding-top: 15px;
		padding-left: 30px;
		padding-right: 30px;
		color:#fafafa;
		display:block;
	}
	.empower_p_m p{
		font-size: 16px;
		padding-top: 15px;
		padding-left: 30px;
		padding-right: 30px;
		color:#fafafa;
		display:none;
	}
	.dscan_btn{	
		display: block;
		margin: 25px auto 0;
		width: 170px;
		line-height: 33px;
		font-size: 14px;
		font-weight: 500;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		letter-spacing: 0.4px;
		text-align: center;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;
		border: 1px solid #4a4a4a;
		background: transparent;	
		position: absolute;
		top: 45%;
		left: 85%;
		color:#4a4a4a;
		transform: translate(-50%, -50%);
	}
	.dscan_left1{			
		position: absolute;
		top: 50%;
		left: 10%;
		color:#4a4a4a;
		transform: translate(-50%, -50%);
		display:block;
	}
	.dscan_left2{			
		position: absolute;
		top: 50%;
		left: 25%;
		color:#4a4a4a;
		transform: translate(-50%, -50%);
		display:block;
	}
	.home_right{
		float:left;
		width:60%;
		margin-top: 8%;
		text-align: left;
	}
	.investor_btn {
		display: block;
		margin: 25px auto 0;
		width: 185px;
		line-height: 33px;
		font-size: 14px;
		font-weight: 500;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		letter-spacing: 0.4px;
		text-align: center;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;
		border: 1px solid #4a4a4a;
		background: transparent;
		position: absolute;
		top: 16%;
		left: 71%;
		color: #4a4a4a;
		transform: translate(-50%, -50%);
	}
}
@media (min-width: 1200px) {
	.home__title {
		font-size: 45px;		
		margin-left:0%;
		margin-bottom: 25px;
	}
	.home__btn {
	}
	.home__btn__lmore {
		margin: 0 20px;
	}
}
@media (min-width: 1600px) {
	.home__text {
		margin: 0 0 60px;
	}
}
/*==============================
	Section
==============================*/
.section {
	position: relative;
	padding: 20px 0;
}
.section--mbrace{
	position: relative;
	padding: 40px 0;
	background-color:#fafafa;
}
.section--market{
	position: relative;
	padding: 5px 0;
	background: url(../img/section-bg/market.jpg) no-repeat center/cover;
}
.section--embrace{
	position: relative;
	padding: 5px 0;
	background-color: #fafafa;
	display:none;
}
.section--market p{
	margin: 0 0 0px;
	font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.section--embrace p{
	margin: 0 0 0px;
	font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.section-link a{
	font-size: 22px;
}
.section-link{
	text-align: center;
    margin-bottom: 30px;
}
.section__title {
	font-size: 30px;
	color: #404040;
	font-family: Open Sans,Segoe UI,sans-serif;
	font-weight: 400;
	display: block;
	text-align: center;
	margin-top: 0;
}
.section__title_market{ 
	font-size: 30px;
	color: #404040;
	font-family: Open Sans,Segoe UI,sans-serif;
	font-weight: 400;
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
	margin-top: 20px;
}
.section__title_mmiddle{ 
	font-size: 17px;
	color: #404040;
	font-family: Open Sans,Segoe UI,sans-serif;
	font-weight: 400;
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
	margin-top: 20px;
}
.textcentered{
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.desccentered{
	
}
.section__title_gs {
	font-size: 20px;
	font-family: Open Sans,Segoe UI,sans-serif;
	font-weight: 400;
	display: block;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 10%;
	letter-spacing: 1.4px;
}
.section__title_ls {
	font-size: 20px;
	font-family: Open Sans,Segoe UI,sans-serif;
	font-weight: 400;
	display: block;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
	letter-spacing: 1.4px;
}
.section__title_gs a {
	color:#fff;
}
.section__title_ls a {
	color:#fff;
}
.section__title_gs a:focus, a:hover {
	color:#fff;
}
.section__title_ls a:focus, a:hover {
	color:#4a4a4a;
}
.section__title__about { 
	font-size: 30px;
	color: #fff;
	font-family: Open Sans,Segoe UI,sans-serif;
	font-weight: 600;
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 13px;
}
.section__title span {
	background-image: -webkit-linear-gradient(60deg, #2c90e4 0%, #a754e2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #2c90e4;
}
.section__title__about span {
	background-image: -webkit-linear-gradient(60deg, #2c90e4 0%, #a754e2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #2c90e4;
}
.section__title--white {
	
}
.section__title--underline {
	position: relative;
}
/*.section__title--underline:before {
	content: '';
	position: absolute;
	display: block;
	width: 80px;
	height: 0px;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: -moz-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -webkit-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -ms-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
}*/
.section__tagline {
	display: block;
	position: relative;
	text-align: center;
	font-size: 20px;
	font-family: Open Sans,Segoe UI,sans-serif;
	font-weight: 600;
	color: #4a4a4a;
	margin-bottom: 30px;
}
.section__tagline:before {
	content: '';
	position: absolute;
	display: block;
	width: 80px;
	height: 0px;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: -moz-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -webkit-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -ms-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
}
.section__tagline--white {
	color: #fff;
}
.section__text {
	font-size: 16px;
	font-weight: 400;
	color: #404040;
	line-height: 24px;
	letter-spacing: 0.4px;
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	margin-top: 20px;
}
.section__text:before {
	content: '';
	position: absolute;
	display: block;
	width: 80px;
	height: 0px;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: -moz-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -webkit-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -ms-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
}
.section__text--white {
	color: #fff;
}
.section__btn {
	display: none;
}

.section__btn_small {
	display: inline-block;
	position: relative;
	min-width: 170px;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	letter-spacing: 0.4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	background-color: #398eff;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 40px;
	
}
.section__btn_button {
	display: inline-block;
	position: relative;
	height: 40px;
	line-height: 20px;
	font-size: 10px;
	font-weight: 400;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	letter-spacing: 0.4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	background-color: #398eff;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	top:115%;
	
}
.section__btn:hover {
	color: #fff;
	
}
.section__btn:focus {
	color: #fff;
}
.section__btn--white {
	background-color: #fff;
	color: #2c90e4;
}
.section__btn--white:hover {
	
	color: #fff;
}
.section__btn--white:focus {
	color: #2c90e4;
}
.section--pt0 {
	padding-top: 30px;
	background-color: #f7f7f7;
}
.section--grey {

	
	background-image: url("../img/section-bg/worldbg.jpg")

}
.section--grey--chart {

	
	background-image: url("../img/section-bg/worldbgopp.jpg")

}
.section--two {

	/*background-image: url("../img/section-bg/dscanbg.jpg")*/
	background-image: url(../img/section-bg/bg.jpg);

}
.section--grey--b {
	background-image: url("../img/blog/blogs.png")
}
.section--gradient {
	background-image: url("../img/about/bg.jpg");
	background-image: url("../img/about/bg.jpg");
	background-image: url("../img/about/bg.jpg");
	background-image: url("../img/about/bg.jpg");
}
.section--head {
	background-color: #fafafa;
}
.contacts_email{
	float: left;
    padding: 0px 24px;
}
.footer-list{ 
	grid-template-columns: repeat(1,1fr);
    grid-column-gap: 2rem;
    display: grid;
    grid-template-rows: 1fr;
    grid-row-gap: 2rem;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}
#contacts {
    padding: 30px 0px 0px 0px;
	background-color: #fafafa;
}
.embrace_bottom {
    padding-bottom: 50px;
}
@media (min-width: 768px) {
	.section {
		padding: 60px 0;
	}
	.section--mbrace {
		padding: 40px 0;
		position: relative;
		background-color:#fafafa;
		display:none;
	}
	.section--market {
		padding: 5px 0;
	}
	
	.section--embrace{
	position: relative;
	padding: 5px 0;
	background-color: #fafafa;
	display: block;
	}
	.section__title {
		font-size: 30px;
		color: #404040;
		font-family: Open Sans,Segoe UI,sans-serif;
		font-weight: 400;
		display: block;
		text-align: center;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.section__title--margin {
		margin-bottom: 30px;
	}
	.section__title--underline {
		position: relative;
		margin-bottom: 30px;
	}
	.section__title--underline:before {
		height: 0px;
	}
	.section__tagline {
		font-size: 20px;
	}
	.section__tagline:before {
		height: 0px;
	}
	.section__text {
		padding: 0 100px;
	}
	.section__text:before {
		height: 0px;
	}
	.section__btn_small {
	display: inline-block;
	position: relative;
	min-width: 170px;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	letter-spacing: 0.4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	background-color: #398eff;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 40px;
	}
	.section__title_mmiddle{ 
	font-size: 30px;
	color: #404040;
	font-family: Open Sans,Segoe UI,sans-serif;
	font-weight: 400;
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
	margin-top: 20px;
	}
	
	.section__btn_button {
	display: inline-block;
	position: relative;
	min-width: 170px;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	letter-spacing: 0.4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	background-color: #398eff;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	top:115%;
	}
	.section__btn {
	display: inline-block;
	position: relative;
	min-width: 170px;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	letter-spacing: 0.4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	background-color: #398eff;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	
	}
	.section--pt0 {
		padding-top: 30px;		
		background-color: #f7f7f7;
	}
	.footer-list{
	grid-template-columns: repeat(3,1fr);
    grid-column-gap: 2rem;
    display: grid;
    grid-template-rows: 1fr;
    grid-row-gap: 2rem;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
	}
	.textcentered{
	position: absolute;
	top: 27%;
	left: 50%;
	transform: translate(-50%, -50%);
	}
	.desccentered{
	position: absolute;
	top: 7%;
	left: 50%;
	transform: translate(-50%, -50%);
	}
}
@media (min-width: 1200px) {
	.section {
		padding: 50px 0px 50px 0px;
	}
	.section--mbrace {
		padding: 30px 0px 40px 0px;
		position: relative;
		background-color:#fafafa;
		display:none;
	}
	.section--market {
		padding: 5px 0px 5px 0px;
	}
	
	.section--embrace{
	position: relative;
	padding: 5px 0px 5px 0px;
	background-color: #fafafa;
	display: block;
	}
	.section__title--margin {
		margin-bottom: 30px;
	}
	.section__text {
		padding: 0 200px;
	}
	.section__title_mmiddle{ 
	font-size: 30px;
	color: #404040;
	font-family: Open Sans,Segoe UI,sans-serif;
	font-weight: 400;
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
	margin-top: 20px;
	}	
	.section__btn {
	display: inline-block;
	position: relative;
	min-width: 170px;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	letter-spacing: 0.4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	background-color: #398eff;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	
	}
	.section--pt0 {
		padding-top: 30px;
	}
	.footer-list{
	grid-template-columns: repeat(3,1fr);
    grid-column-gap: 2rem;
    display: grid;
    grid-template-rows: 1fr;
    grid-row-gap: 2rem;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
	}
	.textcentered{
	position: absolute;
	top: 27%;
	left: 50%;
	transform: translate(-50%, -50%);
	}
	.desccentered{
	position: absolute;
	top: 7%;
	left: 50%;
	transform: translate(-50%, -50%);
	}
}
@media (min-width: 1600px) {
	.section {
		padding: 90px 0;
	}
	.section--mbrace {
		padding: 40px 0;
		position: relative;
		background-color:#fafafa;
		display:none;
	}
	.section--market {
		padding: 5px 0;
	}	
	.section--embrace{
	position: relative;
	padding: 5px 0;
	background-color: #fafafa;
	display: block;
	}
	.section--pt0 {
		padding-top: 30px;
	}
}
/*==============================
	About
==============================*/
.about {
	display: block;
	position: relative;
	padding: 30px 0 30px;
}
.about__text {
	display: block;
	background-color: #fff;
	position: relative;
	
    background-color: transparent;

}
.about--wave:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 362px;
	background: url("../img/about/wave.png") no-repeat center bottom;
}
.about--angle:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 362px;
	background: url("../img/about/angle.png") no-repeat center bottom;
}
.about--arrow:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 362px;
	background: url("../img/about/arrow.png") no-repeat center bottom;
}
@media (min-width: 768px) {
	.about {
	}
	.about__text {
		
	}
	.secondhead{	
	    padding: 0% 12% 2%;
	}	
}
@media (min-width: 1200px) {
	.about {
	}
	.about__text {
	}
	.about--wave:before {
		background-position: left bottom;
	}
	.secondhead{	
	    padding: 0% 12% 2%;
	}
}
@media (min-width: 1600px) {
	.about {
	}
}
/*==============================
	Info
==============================*/
.info__text {
	text-align: center;
	margin-top: 40px;
}
.info__text p {
	font-size: 16px;
	line-height: 24px;
	color: #404040;
	font-weight: 400;
	margin: 0 0 20px;
	letter-spacing: 0.2px;
}
.info__text p:last-child {
	margin: 0;
}
.info__text--white p {
	color: #fff;
}
@media (min-width: 768px) {
	.info__text p {
		font-size: 18px;
		line-height: 27px;
		letter-spacing: 0.4px;
	}
}
/*==============================
	Boxes styles
==============================*/
/* box style 1 */
.box1 {
	display: block;
	position: relative;
	background-color: #fff;
	padding: 35px 25px 25px;
	margin-top: 40px;
	text-align: center;
}
.box1:before,
.box1:after {
	content: '';
	position: absolute;
	display: block;
	top: 100%;
	background-color: #fff;
	opacity: 0.2;
	background-color: #fff;
}
.box1:before {
	height: 20px;
	left: 20px;
	right: 20px;
	z-index: 1;
}
.box1:after {
	height: 10px;
	left: 10px;
	right: 10px;
	z-index: 2;
}
.box1__icon {
	display: block;
	font-size: 46px;
	margin-bottom: 20px;
	background-image: -webkit-linear-gradient(-90deg, #2c90e4 0%, #a754e2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #2c90e4;
}
.box1__title {
	color: #303030;
	display: block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
	margin-top: 0;
}
.box1__text {
	display: block;
	color: #404040;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin: 0;
}
@media (min-width: 768px) {
	.box1 {
		min-height: 260px;
	}
}
@media (min-width: 992px) {
	.box1 {
		min-height: 280px;
	}
}
@media (min-width: 1200px) {
	.box1 {
		min-height: 270px;
	}
}
/* box style 2 */
.box2 {
	display: block;
	position: relative;
	text-align: center;
	margin-top: 40px;
}
.box2__icon {
	display: block;
	font-size: 46px;
	margin-bottom: 20px;
	background-image: -webkit-linear-gradient(-90deg, #2c90e4 0%, #a754e2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #2c90e4;
}
.box2__title {
	color: #303030;
	display: block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
	margin-top: 0;
}
.box2__text {
	display: block;
	color: #404040;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin: 0;
}
@media (min-width: 768px) {
	.box2 {
		min-height: 200px;
	}
}
/* box style 3 */
.box3 {
	display: block;
	position: relative;
	text-align: center;
}
.box3__icon {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	margin-bottom: 25px;
	border: 2px dashed rgba(0,0,0,0.1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.box3__icon span {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	font-size: 54px;
	background-image: -webkit-linear-gradient(-90deg, #2c90e4 0%, #a754e2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #2c90e4;
}
.box3__title {
	color: #303030;
	display: block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
	margin-top: 0;
}
.box3__text {
	display: block;
	color: #404040;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	font-weight:600;
	margin: 0;
	margin-bottom:10px;
}
@media (min-width: 768px) {
	.box3--line:before {
		content: '';
		position: absolute;
		display: block;
		width: 60px;
		height: 0px;
		border: 1px dashed rgba(0,0,0,0.1);
		left: 100%;
		top: 75px;
		margin-left: -15px;
	}
}
@media (min-width: 992px) {
	.box3--line:before {
		width: 100px;
		margin-left: -35px;
	}
}
@media (min-width: 1200px) {
	.box3__text {
		padding: 0 20px;
	}
}
/* box style 4 */
.box4 {
	display: block;
	position: relative;
	margin-top: 40px;
}
.box4__number {
	display: block;
	font-size: 54px;
	line-height: 100%;
	font-weight: 700;
	margin-bottom: 15px;
	background-image: -webkit-linear-gradient(-90deg, #2c90e4 0%, #a754e2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #2c90e4;
}
.box4__title {
	color: #303030;
	display: block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
	margin-top: 0;
}
.box4__text {
	display: block;
	color: #404040;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin: 0 0 20px;
	font-weight: 400;
	position: relative;
}
.box4__text b {
	font-weight: 700;
}
.box4__text a {
	color: #2c90e4;
}
.box4__text a:hover {
	
	text-decoration: underline;
}
.box4__text:before {
	content: '';
	position: absolute;
	display: block;
	width: 62px;
	height: 2px;
	bottom: -20px;
	left: 0;
	background-image: -moz-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -webkit-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -ms-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
}
@media (min-width: 768px) {
	.box4__number {
		font-size: 60px;
	}
	.box4__text {
		margin: 0 0 23px;
	}
	.box4__text:before {
		width: 70px;
		height: 0px;
		bottom: -23px;
	}
}
/* box style 5 */
.box5 {
	display: block;
	position: relative;
	margin-top: 40px;
	padding-left: 80px;
}
.box5__icon {
	display: block;
	position: absolute;
	top: 0;
	left: 13px;
	font-size: 46px;
	background-image: -webkit-linear-gradient(-90deg, #2c90e4 0%, #a754e2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #2c90e4;
}
.box5__title {
	color: #303030;
	display: block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
	margin-top: 0;
}
.box5__text {
	display: block;
	color: #404040;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin: 0;
}
@media (min-width: 768px) {
	.box5 {
		min-height: 170px;
		padding-left: 100px;
	}
	.box5__icon {
		left: 25px;
	}
}
/* box style 6 */
.box6 {
	display: block;
	position: relative;
	margin-top: 40px;
	padding-left: 85px;
}
.box6__number {
	display: block;
	position: absolute;
	top: -4px;
	left: 4px;
	font-size: 54px;
	line-height: 100%;
	font-weight: 700;	
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-color: #4a4a4a;
}
.box6__title {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
	margin-top: 0;
}
.box6__text {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin: 0 0 20px;
	font-weight: 400;
	position: relative;
}
.box6__text b {
	font-weight: 700;
}
.box6__text a {
	color: #2c90e4;
}
.box6__text a:hover {
	
	text-decoration: underline;
}
.box6__text:before {
	content: '';
	position: absolute;
	display: block;
	width: 62px;
	height: 0px;
	bottom: -20px;
	left: 0;
	background-image: -moz-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -webkit-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -ms-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
}
@media (min-width: 768px) {
	.box6 {
		padding-left: 95px;
	}
	.box6__number {
		font-size: 60px;
	}
	.box6__text {
		margin: 0 0 23px;
	}
	.box6__text:before {
		width: 70px;
		height: 0px;
		bottom: -23px;
	}
}
@media (min-width: 1200px) {
	.box6__number {
		top: -6px;
	}
}
/*==============================
	Tabs
==============================*/
.tabs {
	display: inline-block;
	max-width: 100%;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 40px;
	background-color: #fff;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.tabs li {
	display: inline-block;
	float: left;
	background-color: transparent;
}
.tabs li:last-child a {
	border-right: 2px solid #4a4a4a;
	-webkit-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}
.tabs li:first-child a {
	border-left: 2px solid #4a4a4a;
	-webkit-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
}
.tabs li.active a {
	color: #fff;
	cursor: default;
	background-color: #4a4a4a;
}
.tabs a {
	display: block;
	padding: 0 15px;
	font-size: 10px;
	width: 90px;
    text-align: center;
	letter-spacing: 0.4px;
	color: #4a4a4a;
	line-height: 46px;
	background-color: transparent;
	border-top: 2px solid #4a4a4a;
	border-bottom: 2px solid #4a4a4a;
}
.tabs--mt {
	margin-top: 35px;
}
/*==============================
	Offers
==============================*/
.offers {
	display: block;
	position: relative;
	border: 2px solid #4a4a4a;
	background-color: #fff;
	border-bottom: none;
	margin-bottom: 20px;
}
.offers__item {
	display: inline-block;
	width: 33.3%;
	text-align: center;
	padding: 30px 0;
	position: relative;
	border-bottom: 2px solid #4a4a4a;
}
.offers__item .get {
	display: block;
	font-weight: 500;
	color: #303030;
	font-size: 20px;
	letter-spacing: 0.4px;
}
.offers__item .for {
	display: block;
	font-weight: 400;
	color: #404040;
	font-size: 16px;
	letter-spacing: 0.4px;
	margin: 10px 0;
}
.offers__item .value {
	display: block;
	font-weight: 700;
	color: #303030;
	font-size: 32px;
}
.offers__item .button {
	display: block;
	position: relative;
	width: 100px;
	padding: 0 25px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	letter-spacing: 0.4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	background-color: #2c90e4;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	margin-top: 20px;
}
.offers__item .button:hover {
	color: #fff;
	
}
.offers:before {
	content: '';
	position: absolute;
	display: block;
	opacity: 0.2;
	background-image: -moz-linear-gradient(-60deg, #030305 0%, #0B0B13 100%);
	background-image: -webkit-linear-gradient(-60deg, #030305 0%, #0B0B13 100%);
	background-image: -ms-linear-gradient(-60deg, #030305 0%, #0B0B13 100%);
	background-image: linear-gradient(-60deg, #030305 0%, #0B0B13 100%);
}
.offers:before {
	z-index: 2;
	left: 10px;
	right: 10px;
	height: 10px;
	bottom: -10px;
}
@media (min-width: 768px) {
	.offers__item {
		width: 33.3%;
		display: inline-block;
		float: left;
		padding: 40px 0;
	}
	.offers__item:nth-child(2n) {
		border-left: 1px solid #4a4a4a;
	}
	.offers__item:nth-child(2n - 1) {
		border-right: 1px solid #4a4a4a;
	}
	.tabs a {
	display: block;
	padding: 0 20px;
	font-size: 15px;
	width: 125px;
    text-align: center;
	letter-spacing: 0.4px;
	color: #4a4a4a;
	line-height: 46px;
	background-color: transparent;
	border-top: 2px solid #4a4a4a;
	border-bottom: 2px solid #4a4a4a;
	}
}
@media (min-width: 1200px) {
	.offers {
		border-left: 1px solid #4a4a4a;
		border-right: 1px solid #4a4a4a;
	}
	.offers__item {
		width: 33.3%;
		padding: 50px 0;
	}
	.offers__item:nth-child(2n) {
		border-right: 1px solid #4a4a4a;
	}
	.offers__item:nth-child(2n - 1) {
		border-left: 1px solid #4a4a4a;
	}
	.tabs a {
	display: block;
	padding: 0 20px;
	font-size: 15px;
	width: 125px;
    text-align: center;
	letter-spacing: 0.4px;
	color: #4a4a4a;
	line-height: 46px;
	background-color: transparent;
	border-top: 2px solid #4a4a4a;
	border-bottom: 2px solid #4a4a4a;
	}
}
/*==============================
	Forms
==============================*/
.form__input {
	display: block;
	background-color: #fff;
	width: 100%;
	height: 50px;
	border: 2px solid #2c90e4;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 0 20px;
	margin-bottom: 20px;
	font-size: 16px;
	letter-spacing: 0.4px;
	color: #303030;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.form__input:focus {
	border-color: #a754e2;
}
.form__textarea {
	display: block;
	background-color: #fff;
	width: 100%;
	height: 140px;
	border: 2px solid #2c90e4;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 15px 20px;
	margin-bottom: 20px;
	font-size: 16px;
	letter-spacing: 0.4px;
	color: #303030;
	resize: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.form__textarea:focus {
	border-color: #a754e2;
}
.form__btn {
	display: inline-block;
	position: relative;
	min-width: 170px;
	padding: 0 25px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	letter-spacing: 0.4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	background-color: #2c90e4;
	text-transform: uppercase;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.form__btn:hover {
	color: #fff;
	
}
.form--contacts {
	margin-top: 40px;
}
.form--contacts .form__btn {
	left: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
.form--modal .form__input {
	margin-bottom: 25px;
}
@media (min-width: 1200px) {
	.form--contacts {
		margin-top: 50px;
	}
}
/*==============================
	Contacts
==============================*/
.contacts {
	display: block;
	margin-top: 30px;
}
.contacts__list li {
	position: relative;
	display: block;
	margin-bottom: 20px;
	color: #303030;
	font-size: 16px;
	padding-left: 45px;
	line-height: 24px;
	letter-spacing: 0.4px;
}
.contacts__list li span {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px;
	background-image: -webkit-linear-gradient(-90deg, #2c90e4 0%, #a754e2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #2c90e4;
}
.contacts__list li a {
	color: #303030;
	line-height: 32px;
}
.contacts__list li a:hover {
	
}
.contacts__list li:last-child {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.contacts {
		margin-top: 40px;
	}
	.contacts__list li {
		margin-bottom: 35px;
	}
}
@media (min-width: 1200px) {
	.contacts {
		margin-top: 50px;
	}
}
/*==============================
	Video
==============================*/
.video {
	display: block;
	text-align: center;
	position: relative;
}
.video:before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-image: -moz-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -webkit-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -ms-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	opacity: 0.5;
}
.video__btn {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 54px;
}
.video__btn:hover {
	
}
.video__btn:focus {
	color: #fff;
}
.video__title {
	position: relative;
	z-index: 2;
	color: #fff;
	font-family: Open Sans,Segoe UI,sans-serif;
	font-weight: 600;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 15px;
}
.video__text {
	position: relative;
	z-index: 2;
	color: #fff;
	font-weight: 400;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.4px;
}
@media (min-width: 768px) {
	.video__btn {
		font-size: 62px;
	}
	.video__title {
		font-size: 42px;
	}
	.video__text {
		font-size: 18px;
		line-height: 27px;
	}
}
/*==============================
	Partners
==============================*/
.partners {
	display: block;
	position: relative;
	padding: 40px 0;
}
.partners__slider img {
	max-width: 100%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.partners__slider a:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
/*==============================
	Subscribe
==============================*/
.subscribe {
	display: block;
	position: relative; 	
	width: 100%;
}
.subscribe__input {
	display: block;
	background-color: #4A4A4A;
	width: 100%;
	height: 50px;
	border: none;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 0 60px 0 20px;
	margin: 0;
	font-size: 16px;
	letter-spacing: 0.4px;
	color: #fff;
	font-weight: 400;
}
.subscribe__btn {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 50px;
	color:#fff;
	background-color: transparent;
	font-size: 20px;	
	-webkit-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.subscribe__btn:hover {
	
}
.subscribe ::-webkit-input-placeholder {
	color: #fff;
}
.subscribe ::-moz-placeholder {
	color: #fff;
}
.subscribe :-moz-placeholder {
	color: #fff;
}
.subscribe :-ms-input-placeholder {
	color: #fff;
}
@media (min-width: 768px) {
	.subscribe {
		width: 360px;		
	}
}
/*==============================
	Ticker
==============================*/
.ticker {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.ticker__list {
	margin: 0;
	padding: 0;
}
.ticker__item {
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 24px;
	background-color: #fff;
	padding: 12px;
	margin-right: 30px;
	min-width: 120px;
	position: relative;
}
.ticker__item .name {
	display: block;
	margin-bottom: 5px;
	color: #303030;
	letter-spacing: 0.2px;
}
.ticker__item .name b {
	font-weight: 500;
}
.ticker__item .price {
	display: block;
	margin-bottom: 5px;
	color: #303030;
	letter-spacing: 0.2px;
}
.ticker__item .change {
	display: block;
	letter-spacing: 0.2px;
}
.ticker__item .change--red {
	color: #f24529;
}
.ticker__item .change--green {
	color: #229833;
}
.ticker__item:before,
.ticker__item:after {
	content: '';
	position: absolute;
	display: block;
	opacity: 0.2;
	background-color: #fff;
}
.ticker__item:before {
	z-index: -2;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
}
.ticker__item:after {
	z-index: -1;
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
}
/*==============================
	Team
==============================*/
.team {
	display: block;
	position: relative;
	margin-top: 25px;
}
.team:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	height: 200px;
	width: 100%;
	pointer-events: none;
	z-index: 3;
}
.team:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	height: 110px;
	width: 100%;
	pointer-events: none;
	z-index: 1;
}
.team--grey:before {
	background: url("../img/team/team__bg--grey.png") no-repeat center bottom/contain;
}
.team--grey:after {
	background-color: #f6f6f6;
}
.team--white:before {
	background: url("../img/team/team__bg--white.png") no-repeat center bottom/contain;
}
.team--white:after {
	background-color: #fff;
}
.team__meta {
	display: block;
	text-align: center;
	height: 70px;
	padding-top: 20px;
	position: relative;
}
.team__meta p {
	font-size: 17px;
	font-weight: 500;
	color: #303030;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
	line-height: 24px;
}
.team__meta span {
	font-size: 16px;
	color: #2c90e4;
	letter-spacing: 0.4px;
	line-height: 24px;
}
.team .owl-stage-outer {
	z-index: 2;
}
.team .owl-item .team__img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.7;
}
.team .owl-item .team__meta {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.team .owl-item.center .team__img {
	opacity: 1;
}
.team .owl-item.center .team__meta {
	opacity: 1;
	pointer-events: auto;
}
@media (min-width: 768px) {
	.team {
		margin-top: 45px;
	}
	.team:after {
		bottom: -60px;
		height: 130px;
	}
	.team__meta p {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.team:after {
		bottom: -75px;
		height: 145px;
	}
	.team--grey:before,
	.team--white:before {
		background-size: cover;
	}
}
@media (min-width: 1600px) {
	.team:after {
		bottom: -90px;
		height: 160px;
	}
}
/*==============================
	Counter
==============================*/
.counter {
	display: block;
	position: relative;
	padding: 20px 0;
}
.counter:before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-image: -moz-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -webkit-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -ms-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	opacity: 0.5;
}
.counter__box {
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
	margin: 25px 0;
}
.counter__value {
	display: block;
	color: #fff;
	font-family: Open Sans,Segoe UI,sans-serif;
	font-weight: 600;
	font-size: 42px;
	line-height: 100%;
	margin-bottom: 8px;
}
.counter__title {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}
@media (min-width: 768px) {
	.counter {
		padding: 60px 0;
	}
	.counter__box {
		margin: 0;
	}
	.counter__value {
		font-size: 46px;
	}
	.counter__title {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.counter {
		padding: 75px 0;
	}
	.counter__value {
		font-size: 50px;
		margin-bottom: 10px;
	}
}
@media (min-width: 1600px) {
	.counter {
		padding: 90px 0;
	}
}
/*==============================
	Article
==============================*/
.article {
	display: block;
	position: relative;
	background-color: #fff;
	margin-top: 40px;
}
.article:before {
	content: '';
	position: absolute;
	display: block;
	opacity: 0.2;
	background-image: -moz-linear-gradient(-60deg, #2c90e4 0%, #a754e2 100%);
	background-image: -webkit-linear-gradient(-60deg, #2c90e4 0%, #a754e2 100%);
	background-image: -ms-linear-gradient(-60deg, #2c90e4 0%, #a754e2 100%);
	background-image: linear-gradient(-60deg, #2c90e4 0%, #a754e2 100%);
}
.article:before {
	z-index: 2;
	left: 10px;
	right: 10px;
	height: 10px;
	bottom: -10px;
}
.article__img {
	position: relative;
	display: block;
	overflow: hidden;
}
.article__img:before {
	content: '';
	position: absolute;
	display: block;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	background-image: -moz-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -webkit-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -ms-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	opacity: 0;
	z-index: 1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	pointer-events: none;
}
.article__img:after {
	content: '...';
	position: absolute;
	display: block;
	font-family: Open Sans,Segoe UI,sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 28px;
	letter-spacing: 0.6px;
	opacity: 0;
	z-index: 2;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	pointer-events: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-30px) translateX(-50%);
	-moz-transform: translateY(-30px) translateX(-50%);
	transform: translateY(-30px) translateX(-50%);
}
.article__img img {
	width: 100%;
}
.article__img:hover:before {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.4;
}
.article__img:hover:after {
	opacity: 1;
}
.article__header {
	display: block;
	padding: 20px 20px 13px;
}
.article__title {
	
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.4px;
	text-align: right;
}
.article__title a {
	color: #303030;
}
.article__title a:hover {
	
}
.article__content {
	display: block;
	padding: 0 20px 20px;
}
.article__content p {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: #404040;
}
.article__content p b {
	font-weight: 700;
}
@media (min-width: 1200px) {
	.article__title {
		font-size: 21px;
	}
}
/*==============================
	Roadmap
==============================*/
.roadmap {
	display: block;
	margin-top: 30px;
	position: relative;
	padding: 25px 0;
}
.roadmap:before {
	content: '';
	position: absolute;
	display: block;
	width: 4px;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: -moz-linear-gradient(0deg, #2c90e4 0%, #a754e2 100%);
	background-image: -webkit-linear-gradient(0deg, #2c90e4 0%, #a754e2 100%);
	background-image: -ms-linear-gradient(0deg, #2c90e4 0%, #a754e2 100%);
	background-image: linear-gradient(0deg, #2c90e4 0%, #a754e2 100%);
}
.roadmap li {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding-left: 40px;
}
.roadmap li span {
	font-size: 20px;
	color: #303030;
	line-height: 24px;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
	letter-spacing: 0.2px;
	font-weight: 900;

}
.offers li span {
	font-size: 20px;
	color: #303030;
	line-height: 24px;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
	letter-spacing: 0.2px;
	font-weight: 900;
}
.roadmap li p {
	font-size: 16px;
	color: #404040;
	line-height: 24px;
	margin-bottom: 0;
	letter-spacing: 0.4px;
}
.roadmap li:before,
.roadmap li:after {
	content: '';
	position: absolute;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.roadmap li:before {
	width: 24px;
	height: 24px;
	left: 0;
	top: 1px;
	background-image: -moz-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -webkit-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: -ms-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	background-image: linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	opacity: 0.37;
	z-index: 1;
}
.roadmap li:after {
	width: 16px;
	height: 16px;
	left: 4px;
	top: 5px;
	background-color: #fff;
	z-index: 2;
}
.roadmap li:last-child {
	margin-bottom: 0;
}
.getstarted_text{
    margin-top: 30px;
	margin-bottom: 30px;
    text-align: center;
}
.getstarted_play{
	width: 33%;   
    text-align: center;    
}
.getstarted_img{
	width:100%;
}
.getstarted_market_sec{
    text-align: center;
}
.getstarted_embrace_sec{
    text-align: center;
}
.getstarted_market{
	width:100%;
	}
.getstarted_embrace{
	width:80%;
}
.getstarted_imgone{
	width:70%;
}
.getstarted_imgone_c{
	width:100%;
}
.getstarted_mobile{
	width:70%;
	margin-top: 30px;
}
.getstarted_pic p{
	margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}
.getstarted_pic{
    width: 100%;
    text-align: center;
	display:block;
	margin-top:10px;
	float: right;
}
.getstarted_pic_c{
    width: 100%;
    text-align: center;
	display:block;
	margin-top:5%;
	float: right;
	margin-bottom: 20px;
}
.getstarted_picone{
    width: 100%;
    text-align: center;
	display:block;
	margin-top:5%;
	float: left;
}
.getstarted_pictwo{
    width: 100%;
    text-align: left;
	display:block;
}
.getstarted_pictwor{
    width: 100%;
    text-align: center;
	display:block;
	padding-left: 5%;
	padding-top: 3%;
	float: left;
}
.getstarted_mtext{
    width: 33%;
    text-align: center;
	display:none;
}
@media (min-width: 768px) {
	.roadmap {
		padding: 35px 0;
		margin-top: 30px;
	}
	.roadmap li {
		margin-bottom: 35px;
	}
	.roadmap li span {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.getstarted_text{
    width: 20%;
    margin-top: 200px;
    text-align: center;
	}
	.getstarted_play{
		width: 48%;
		float: left;
		text-align: center;
		margin-left: 2px;
		margin-right: 2px;
	}
	.getstarted_img{
	width:100%;
	}
	.getstarted_market{
	width:50%;
	}
	.getstarted_embrace{
	width:80%;
	}
	.getstarted_imgone{
		width:70%;
	}
	.getstarted_imgone_c{
		width:100%;
	}
	.getstarted_mobile{
	width:70%;
	    margin-top: 30px;
	}
	.getstarted_pic{
		width: 50%;
		text-align: center;
		margin-top:10px;
		float: right;
	}
	.getstarted_pic_c{
		width: 45%;
		text-align: center;
		margin-top:5%;
		float: right;
		margin-bottom: 0px;
	}
	.getstarted_picone{
		width: 50%;
		text-align: center;
		margin-top:5%;
		float: left;
	}
	.getstarted_pic p{
	margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
	}
	.getstarted_pictwo{
		width: 50%;
		text-align: left;
	}
	.getstarted_pictwor{
		width: 50%;
		text-align: center;
		padding-left: 5%;
	}
	
	.getstarted_mtext{
		width: 33%;
		text-align: center;
	}
}
@media (min-width: 1200px) {
	.roadmap {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0;
		margin-top: 30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.roadmap:before {
		width: auto;
		height: 4px;
		top: 52px;
		left: 0;
		right: 0;
		background-image: -moz-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
		background-image: -webkit-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
		background-image: -ms-linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
		background-image: linear-gradient(90deg, #2c90e4 0%, #a754e2 100%);
	}
	.roadmap li {
		display: block;
		max-width: 210px;
		padding-left: 0;
		margin: 0 15px;
	}
	.roadmap li span {
		margin-bottom: 60px;
	}
	.roadmap li:before {
		top: 42px;
	}
	.roadmap li:after {
		top: 46px;
	}
	.getstarted_text{
    width: 20%;
    margin-top: 200px;
    text-align: center;
	}
	.getstarted_play{
		width: 48%;
		float: left;
		text-align: center;
		margin-left: 2px;
		margin-right: 2px;
	}
	.getstarted_img{
	width:100%;
	}
	.getstarted_market{
	width:50%;
	}
	.getstarted_embrace{
	width:80%;
	}
	.getstarted_imgone{
		width:70%;
	}
	.getstarted_imgone_c{
		width:100%;
	}
	.getstarted_mobile{
	width:70%;
	    margin-top: 30px;
	}
	.getstarted_pic{
		width: 48%;
		text-align: center;
		display: block;
		margin-top:10px;
		float: right;
	}
	.getstarted_pic_c{
		width: 45%;
		text-align: center;
		display: block;
		margin-top:5%;
		float: right;
		margin-bottom: 0px;
	}
	.getstarted_picone{
		width: 50%;
		text-align: center;
		display: block;
		margin-top:5%;
		float: left;
	}
	.getstarted_pic p{
	margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
	}
	.getstarted_pictwo{
		width: 50%;
		text-align: left;
		display: block;
	}
	.getstarted_pictwor{
		width: 50%;
		text-align: center;
		display: block;
		padding-left: 5%;
	}
	.getstarted_mtext{
		width: 33%;
		text-align: center;
		display: block;
		font-size: 18px;
		margin-top: 0px;
	}
}
/*==============================
	Footer
==============================*/
.footer {
	display: block;
	padding: 20px 0;
	background-color: #4A4A4A;
}
.footer__social {
	display: inline-block;
	margin: 20px auto 0;
	text-align: center;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.footer__social li {
	display: inline-block;
	float: left;
	margin-right: 50px;
}
.footer__social li:last-child {
	margin-right: 0;
}
.footer__social a {
	font-size: 40px;
	width: 30px;
	height: 30px;
	line-height: 31px;
	color: #4a4a4a;
	display: block;
	background-color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.footer__social_get a {
	font-size: 40px;
	width: 30px;
	height: 30px;
	line-height: 31px;
	color: #fff;
    margin-left: 5px;
    margin-right: 5px;
	-webkit-border-radius: 50%;

}
.footer__social a:hover {
	
}
.footer__copyright {
	font-size: 14px;
	color: #fff;
	display: block;
	text-align: center;
	letter-spacing: 0.4px;	
}
.footer__copyright_is {
	font-size: 10px;
    color: #fff;
    display: block;
    text-align: right;
    letter-spacing: 0.4px;	
}
.footer__copyright a {
	color: #fff;
	text-decoration: none;
}
.footer__copyright a:hover {
	
}
@media (min-width: 768px) {
	.footer {
		padding: 20px 0;
	}
	.footer__social {
		
	}
}
/*==============================
	Modal
==============================*/
.modal {
	position: relative;
	display: block;
	margin: 40px auto 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 9px rgba(0,0,0,0.5);
	box-shadow: 0 0 9px rgba(0,0,0,0.5);
	padding: 25px 25px 65px;
	width: 100%;
	max-width: 360px;
}
.modal__close {
	display: block;
	position: absolute;
	width: 30px;
	height: 40px;
	right: 5px;
	top: 5px;
	font-size: 24px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #2c90e4;
}
.modal__close:hover {
	
}
.modal__title {
	font-size: 30px;
	color: #303030;
	font-family: Open Sans,Segoe UI,sans-serif;
	font-weight: 600;
	display: block;
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
}
.modal__link {
	display: block;
	position: absolute;
	font-size: 16px;
	color: rgba(64,64,64,0.75);
	letter-spacing: 0.4px;
	bottom: 15px;
	text-align: center;
	font-weight: 400;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.modal__link:hover {
	
}
@media (min-width: 768px) {
	.modal {
		padding: 30px 40px 70px;
	}
}
/*==============================
	Preloader
==============================*/
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: -moz-linear-gradient(90deg, #565658 0%, #0B0B13 100%);
	background-image: -webkit-linear-gradient(90deg, #565658 0%, #0B0B13 100%);
	background-image: -ms-linear-gradient(90deg, #565658 0%, #0B0B13 100%);
	background-image: linear-gradient(90deg, #565658 0%, #0B0B13 100%);
	z-index: 9999;
}
.preloader__spinner {
	display: block;
	position: absolute;
	width: 250px;
	height: 250px;
	top: calc(50% - 125px);
	left: calc(50% - 125px);
	
	z-index: 1;
}
.preloader__logo {
	display: block;
	position: absolute;
	width: 250px;
	height: 250px;
	top: calc(50% - 125px);
	left: calc(50% - 125px);	
	z-index: 2;
}
.preloader__logo img {
	width: 100%;
}
.preloader__bounce1,
.preloader__bounce2 {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.65;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out;
}
.preloader__bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
@-moz-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
@-o-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
@keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}