body,
html {}

body {
	margin: 0;
	padding: 0;
	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;
}

.btn {
	padding: 10px 10px;
}

.header-wrap {}

.top-header {
	background: #A435F0;
	padding: 10px 0;
}

.top-items {}

.top-items ul {
	margin: 0;
	padding: 0;
}

.top-items ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 10px 0 0;
	color: #fff;
}

.top-items ul li a {
	color: #fff;
}

.top-items ul li a:hover {
	color: #ccc;
}

.social-share {}

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

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

.social-share>ul>li>a {
	color: #A435F0;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	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 {
	color: #000;
}

.nav-wrap {
	background: #fff;
	padding: 5px 0;
	z-index: 9;
	position: relative;

}

.nav-wrap .navbar-brand {
	display: inline-block;
	max-width: 215px;
	padding: 0;
}

.nav-wrap .navbar-brand img {
	width: 100%;
}

.nav-wrap .nav-item {
	margin: 0 0 0 20px;
}

.nav-wrap .navbar-expand-lg .navbar-nav .nav-link {
	padding: 10px 15px;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	position: relative;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.nav-wrap .navbar-nav .nav-link.active,
.nav-wrap .navbar-nav .show>.nav-link,
.nav-wrap .navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #A435F0;
	background: #FBEEFF;
}

.nav-wrap .navbar-expand-lg .navbar-nav .nav-link.active::after {
	opacity: 1;
}


.btn-primary {
	background: #A435F0;
	color: #fff !important;
	font-weight: 600;
	border-color: #A435F0 !important;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.20);
}

.btn-primary:hover {
	background: #791db6 !important;
}

.btn-outline-primary {
	border-color: #A435F0 !important;
	color: #A435F0 !important;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.20);
}

.btn-outline-primary:hover {
	background: #A435F0 !important;
	color: #fff !important;
}

.hero-block {}

.hero-content {}

.hero-content h1,
.block-title h1 {
	font-weight: 700;
	font-size: 64px;
	line-height: 70px;

}

.more-url {
	display: inline-block;
	border: rgb(117 79 254) 1px solid;
	color: #754ffe;
	padding: 6px 10px;
	border-radius: 40px;
}

.more-url:hover {
	background: #754ffe;
	color: #fff;
}

.py-lg-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.hero-content p,
.iconed-card p,
.para-wrap p {
	font-size: 16px;
	line-height: 30px;

}

.clients-block {}

.clients-block h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;

}

.client-logo-wrap {
	max-width: 130px;
	margin: 0 auto;

}

.block-title {}

.block-title h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 54px;
}

.block-title p {
	font-size: 16px;
	line-height: 30px;
}

.iconed-card {}

.card-icon {
	font-size: 26px;

}

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

.card-title a {
	color: #000;
}

.card-title a:hover {
	color: #4b4b4b;
}

.shadowed-card {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09);
}

.testiminial-block {}

.testimonial-carousel {}

.testiminial-card {}

.testiminial-card h4 {
	font-weight: 500;
	line-height: 1.4;
	color: #18113c;
	font-size: 16px;
	margin: 0;
}

.avatar-md {
	width: 2.5rem;
	height: 2.5rem;
}

.slick-next,
.slick-prev {
	background-color: #fff;
	height: 40px;
	width: 40px;
	margin: 0 10px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	border: 1px solid #eae7f5;
	transition: .2s ease-in;
	color: #beb9cd;
	top: auto;
	bottom: -50px;
}

.slick-next {
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.slick-prev {
	left: auto;
	right: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	opacity: 1;
	line-height: 40px;
	font-family: "Font Awesome 5 Free";
	content: "\f053";
	font-weight: 900;
	color: #beb9cd;
}

.slick-next:before {
	content: "\f054";
}

.slick-next:hover,
.slick-prev:hover {
	background-color: #754ffe;
	color: #fff;
	border-color: #754ffe;
}

.slick-next:hover:before,
.slick-prev:hover:before {
	color: #fff;
}

.main-footer {
	background-color: transparent;
	background-image: linear-gradient(140deg, #8A7CDB30 0%, #FF922E1A 100%);
}

.footer-logo {
	font-size: 110px;
	color: #754ffe;
	line-height: 120px;
	font-weight: 900;
}

.main-footer h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 15px;
}

.main-footer p {
	line-height: 24px;
}

.footer-nav {}

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

.footer-nav ul li {
	list-style-type: none;
	display: block;
	line-height: 24px;
	margin: 0 0 5px;
}

.footer-nav ul li a {
	color: #000;
	text-decoration: none;
}

.footer-nav ul li a:hover {
	color: #754ffe;
}

.icon-wrap {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	background: #754ffe;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.footer-logo-wrap {
	max-width: 120px;
}

.main-footer .social-share>ul>li {
	margin: 0 10px 0 0px;
}

.learn-more {
	display: inline-block;
	color: #000;
	font-size: 20px;
}

.learn-more:hover {
	color: #754ffe;
}

.inner-banner-block {
	background: linear-gradient(270deg, #b966e7 0%, #2f57ef 100%);
	position: relative;
	z-index: 1;
}

.inner-banner-block::after {
	background: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.blog-card {}

.blog-card-img a img {
	max-height: 350px;
	border-radius: 6px 6px 0 0;
}

.blog-card-body {
	padding: 20px;
}

.blog-card-title {
	font-size: 26px;
	color: #192335;
	line-height: 32px;
}

.blog-card-title a {
	color: #192335;
}

.blog-card-title a:hover {
	color: #754ffe;
}

.blog-card-body p {
	color: #6b7385;
	line-height: 24px;
}

.ka-widget-title {
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #e6e3f1;
	margin-bottom: 15px;
}

.post-list {
	margin: 0;
	padding: 0;
}

.post-list li {
	display: block;
	margin: 0 0 10px;
}

.post-list li .thumbnail {
	margin-right: 12px;
}

.content .title {
	margin-bottom: 12px;
	font-size: 14px;
	color: #192335;
}

.content .title a {
	color: #192335;
}

.content .title a:hover {
	color: #754ffe;
}

.ka-meta {
	color: #6b7385;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.ka-meta li {
	display: flex;
	align-items: center;
}

.thumbnail a img {
	height: 60px;
	width: 60px;
	border-radius: 6px;
	object-fit: cover;
	min-width: 60px;
	min-height: 60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.ka-tag-list {}

.ka-tag-list a {
	border: 0 none;
	padding: 0px 16px;
	text-transform: capitalize;
	background: #fff;
	color: #6b7385;
	box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
	height: 36px;
	line-height: 36px;
	border-radius: 500px;
	font-size: 14px;
	display: inline-block;
	transition: 0.4s;
	text-align: center;
	margin-bottom: 10px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
}

.ka-tag-list a:hover {
	background: #754ffe;
	color: #fff;
}

.pagination-wrap {}

.pagination-wrap .page-item {
	margin: 0 5px;
}

.pagination-wrap .page-link {
	padding: 10px 15px;
	color: #6b7385;
	background: #fff;
	box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}

.pagination-wrap .active>.page-link,
.pagination-wrap .page-link.active,
.pagination-wrap .page-link:hover {
	color: #fff;
	background-color: #754ffe;
	border-color: #754ffe;
}

blockquote {
	padding: 40px 40px 40px 100px;
	position: relative;
	font-size: 24px;
	line-height: 1.4;
	background: transparent;
	border-radius: 5px;
	margin: 30px 0;
	font-weight: 500;
	color: #192335;
	z-index: 1;
	border: 1px solid #e6e3f1;
}

blockquote p {
	color: #192335;
}

blockquote::before {
	position: absolute;
	content: "";
	top: 40px;
	left: 30px;
	z-index: -1;
	background-image: url(../img/quote.svg);
	background-repeat: no-repeat, repeat;
	width: 52px;
	height: 44px;
	transform: rotate(180deg);
	filter: grayscale(1);
}

.accordion-wrap {
	line-height: 24px;
}

.accordion-wrap .accordion-item {
	background: #f6f6f6;
	border: none;
	margin: 0 0 15px;
}

.accordion-wrap .accordion-button {
	font-size: 18px;
	font-weight: 600;
}

.accordion-wrap .accordion-button,
.accordion-wrap .accordion-button:not(.collapsed) {
	background: #f6f6f6;
	box-shadow: none;
}

.contact-card {}

.contact-ico-wrap {
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	text-align: center;
	background: #754ffe;
	color: #fff;
}


.form-wrap {}

.form-wrap .form-control {
	border-color: #B7B3C1;
	height: 54px;
	font-size: 14px;
}

.form-wrap p {
	line-height: 24px;
}

.form-wrap textarea.form-control {
	min-height: 178px;
}

.info-block {
	line-height: 24px;
}

.info-icon {
	font-size: 30px;
	padding-top: 5px;

}

.green-info-block {
	background: #d3ffc9;
}

.green-info-block .info-icon {
	color: #1d4713;
}

.light-purple-block {
	background: #f8ebff;
}

.light-purple-block .info-icon {
	color: #6a079f;
}

.border-purple {
	border-color: #a435f0 !important;
}

.scroll-to-top {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	background: #754ffe;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}