body,
html {}


body {
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;
	line-height: 100%;
	font-size: 14px;
	color: #000000;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}

a:hover,
a:focus {
	text-decoration: none;
}

.main-header {
	position: static;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1999;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-ms-transition: .3s linear;
	-o-transition: .3s linear;
}

.top-bar {
	background: #614fe9;
	color: #fff;
	padding: 5px 0;
}

.top-bar p {
	margin: 0;
	line-height: 24px;
}

.top-bar a {
	color: #fff;
	display: inline-block;
	line-height: 24px;
}

.top-bar a:hover {
	color: #acabab;
}

.nav-wrap {
	padding: 15px 0;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.nav-wrap .navbar{
	padding: 0;
}
.nav-wrap .navbar-brand{
	margin: 0;
	max-width: 200px;
}
.nav-wrap .nav-item {
	margin: 15px 0;
}

.nav-wrap .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

.nav-wrap .navbar-nav .nav-link.active,
.nav-wrap .navbar-nav .nav-link.show,
.nav-wrap .navbar-nav .nav-link:hover {
	color: #614FE9;
}

.banner-block {}

.banner-tilte h1 {
	font-weight: 600;
    font-size: 34px;
    line-height: 48px;
	text-transform: uppercase;
	color: #141316;
	margin: 0 0;
}

.banner-tilte span {
	color: #614FE9;
}

.banner-tilte p {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	margin: 0 0 0;
}

.asset-group {}

.asset-group ul {
	margin: 0;
	padding: 0;
}

.asset-group ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 -10px 0 0;
}

.asset-logo {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.asset-text {
	display: inline-block;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	padding:5px 15px;
}

.dark-btn,
.primary-btn,
.white-btn {
	display: inline-block;
	padding: 10px 10px;
	background: #3A3A3A;
	color: #fff;
	outline: none;
	border: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	transition: .2s all linear;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-ms-transition: .2s all linear;
	-o-transition: .2s all linear;
}

.dark-btn:hover {
	background: #000;
	color: #fff;
}

.primary-btn {
	background: #614FE9;
	color: #fff;
}

.primary-btn:hover {
	background: #2615a6;
}

.white-btn {
	background: #fff;
	color: #614fe9;
}

.white-btn:hover {
	background: #000;
	color: #614fe9;
}

.brand-list {}

.brand-list ul {
	margin: 0;
	padding: 0;
}

.brand-list ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 10px 5px 0;
}

.brand-list ul li img {
	height: 20px;
}

.brand-list ul li:last-child {
	margin-right: 0;
}

.banner-img {
	max-width: 350px;
}

.personalized-block {}

.block-title {}

.block-title h2 {
    font-size: 24px;
    line-height: 30px;
	color: #141316;
}

.block-title p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #141316;
}

.primary-text {
	color: #614FE9 !important;
}

.card-wrap {}

.card-icon {}

.card-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #141316;
}

.card-para {}

.card-para p {
	font-size: 12px;
	line-height: 22px;
	margin: 0;
}

.instant-block {}

.bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: -1;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
}

.transparent-card {
	background: rgba(97, 79, 233, 0.09);
	border: 1px solid rgba(97, 79, 233, 0.3);
	backdrop-filter: blur(5px);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.round-icon {
	display: inline-block;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	border: 1px solid #614FE9;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.light-bg {
	background: #F4F6F8;
}

.try-block {}

.bg-primary {
	background: #614FE9 !important;
}

.img-wrap {
	max-width: 560px;
}

.steps-wrap {}

.line-1 {
	position: absolute;
	left: 100%;
	top: 25px;
	width: 110px;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.why-block {}

.image-bg-block {
	background: url(../img/bg1.jpg)0 0 no-repeat;
	background-size: cover;
}

.why-img {
	max-width: 560px;
}

.subscribe-block {}

.shadowed-box {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.form-wrap {}

.form-wrap .form-control {
	height: 45px;
	border: 1px solid #DEE2E6;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #141316;
}

.form-wrap p {
	font-size: 16px;
	line-height: 22px;
	color: #141316;
	margin-bottom: 0;
}

.img-wrap1 {
	max-width: 435px;
}

.counting-list {}

.counting-list ul {
	margin: 0;
	padding: 0;
}

.counting-list ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 20px 5px 0;
	width: 30px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #614FE9;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	color: #614FE9;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.counting-list ul li:last-child {
	margin-right: 0;
}

.counting-list p {
	font-size: 22px;
	line-height: 34px;
	margin-top: 20px;
}

.faq-block {
	background: #F2F2FF;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-bg-card {
	background: #3A3A3A;
}

.main-footer {}

.top-footer {
	background: #3A3A3A;
}

.footer-logo {
	max-width: 230px;
}

.main-footer p {
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 0;
}

.top-footer h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 20px 0 20px;
}

.footer-nav {}

.footer-nav ul {
	margin: 0;
	padding: 0;
}

.footer-nav ul li {
	display: block;
	list-style-type: none;
	margin: 0 0 10px 0;
}

.footer-nav ul li a {
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
}

.footer-nav ul li a:hover {
	color: #614FE9;
}

.social-share {}

.social-share ul {
	margin: 0;
	padding: 0;
}

.social-share ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 10px 10px 0;
}

.social-share ul li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	line-height: 50px;
	color: #614FE9;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.social-share ul li a:hover {
	background: #614FE9;
	color: #fff;
}

.copyright-block {
	background: #614fe9;
	color: #fff;
	padding: 5px 0;
}

.scroll-to-top {
	color: #614FE9;
	height: 30px;
	background: #fff;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	width: 30px;
	position: fixed;
	bottom: 20px;
	right: 15px;
	border-radius: 4px;
	z-index: 99;
	cursor: pointer;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: 2px 4px 10px 1px rgba(137, 148, 255, .16);
}

.scroll-to-top:hover {
	color: #fff;
	background: #614FE9;
}

.scroll-to-top:after {
	position: absolute;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%);
}

.inner-banner-img {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	max-width: 460px;
}

.primary-bg {
	background: #614FE9 !important;
}

.apps-block {}

.app-wrap img {
	max-width: 280px;
}

.grey-bg {
	background: #F4F6F8;
}

.fig-wrap {
	max-width: 460px;
}

.iconed-list {}

.list-icon {
	width: 15px;
	margin: 6px 0 0;
}

.iconed-list p {
	margin: 0;
	line-height: 24px;
	color: #141316;
}

.big-card-title {
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
}

.blockquote-wrap {
	padding: 20px;
	border-left: 2px solid #614FE9;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.quote-icon {
	width: 26px;
}

.blockquote-wrap p {
	font-size: 14px;
	line-height: 24px;
	color: #141316;
	margin: 0;
}

.dark-bg {
	background: #3A3A3A;
}

.breadcrumb-wrap {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.03em;
	color: #526484;
}

.breadcrumb-wrap .breadcrumb-item a {
	color: #614fe9;
}

.breadcrumb-wrap .breadcrumb-item a:hover {
	color: #000000;
}

.inner-banner-block {
	background: url(../img/banner-bg.jpg) center no-repeat;
	background-size: cover;
}

.bg-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}

.white-breadcrumb .breadcrumb-item,
.white-breadcrumb .breadcrumb-item a,
.white-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}

.article-block {}

.article-block h2 {
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
	color: #000000;
	margin: 0 0 20px;

}

.article-block h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	margin: 30px 0 10px;
}

.article-block h4 {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #141316;
	margin: 30px 0 10px;
}

.article-block p {
	font-size: 12px;
	line-height: 20px;
	color: #141316;
}

.article-block ol {
	margin: 0;
}

.article-block ol li,
.article-block ul li {
	font-size: 14px;
	line-height: 24px;
	color: #141316;
	margin: 0 0 10px;
}

.parallax-bg {
	background-attachment: fixed;
}