<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap');

*,
html {
	scroll-behavior: smooth;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: "Inter", sans-serif;
	font-weight: normal;
	color: #0A0A0A;
	overflow-x: hidden;
	box-sizing: border-box;
	font-size: 14px;
	background: #fff;
}

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

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

.outerContainer {
	overflow: hidden;
}

::-moz-selection {
	color: #ffffff;
	background: #262549
}

::selection {
	color: #ffffff;
	background: #262549
}

.title_main{
	font-weight: 600;
}

.headerBg {
	background: transparent;
	min-height: 100px;
}

.headerBg.active {
background: linear-gradient(to bottom,  rgba(227,213,250,1) 0%,rgba(241,233,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
min-height: 100px;
}
.navbar-brand img{
	transition: all .4s ease;
}
.headerBg.active .navbar-brand img{
	width: 110px;
}

.headerBg.active .navbar-nav {
	margin-top:20px;
  }
  .navbar-nav li {
	padding: 5px 10px;
}

.navbar-nav li a {
	color: #000;
	font-size: 16px;
}



/*-----bannerBlog------*/
.bannerBlog {
	padding:196px 0 70px 0;
	background: url(../images/bannerbg.png) center center no-repeat;
	background-size: cover;
}

.bannerBlog h1 {
	font-size: 40px;
	color: #000;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 60px;
}

.bannerBlog h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.bannerBlog p {
	font-size: 16px;
	line-height: 26px;
}

.slidImg img {
	max-width: 100%;
}

.btn {
	background-color: #C8B3EA;
	color: #fff;
	padding: 10px 30px;
	border-radius: 40px;
	border: 0;
}

.btn:hover {
	background-color: #5B6BD2;
}

.btn.btn-primary{
background: #85DDBD;
color: #000;
}
.nav-item .btn_contact {
	color: #000;
}

.nav-item .btn_contact:hover {
	background-color: #85DDBD;
}

.navbar &gt; .container{
	align-items: flex-start;
}
.navbar-expand-lg .navbar-nav{
	margin-top: 35px;
}


/*-----aboutBlog------*/
.aboutBlog {
	padding: 100px 0;
	background: #fff;
}

.aboutBlog h2 {
	font-size: 36px;
	color: #000000;
	font-weight: 700;
	margin: 0 0 20px 0;
	position: relative;
}

.aboutBlog p {
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 30px;
}




/*-----FeaturesBlog------*/
.featuresBlog {
	padding: 100px 0;
	background:url(../images/app-feature-bg.png) center center no-repeat;
	background-size: cover;
	color: #fff;
}

.appFeatures_slider {
	max-width: 80%;
	margin: auto;
}

.appFeatures_slider .features {
	max-width: 50%;
	padding-left: 50px;
}

.appFeatures_slider figure {
	max-width: 50%;
}

.featuresBlog h2 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 80px 0;
	position: relative;
	color: #000;
}

.featuresBlog .appFeatures_slider h3 {
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.featuresBlog .appFeatures_slider h4 {
	font-size: 24px;
	font-weight: 700;
}

.featuresBlog .featuresBox {
	border-radius: 16px;
	padding: 15px 25px;
	border: 2px solid #000;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	position: relative;
	padding-left: 50px;
	color: #000;
}

.featuresBlog .featuresBox .arrowImg {
	position: absolute;
	left: 15px;
	top: 15px;
}

.slick-prev,
.slick-next {
	width: 50px;
	height: 50px;
	background: url(../images/arrow-circle-right.svg) no-repeat center;
}

.slick-next:hover {
	background: url(../images/arrow-circle-right.svg) no-repeat center;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.slick-next {
	right: -75px;
}

.slick-prev {
	left: -75px;
	background: url(../images/arrow-circle-left.svg) no-repeat center;
}

.slick-prev:hover {
	background: url(../images/arrow-circle-left.svg) no-repeat center;
}

/* ----app_screens---- */

.app_screens {
	padding: 100px 0;
	background: url(../images/appscreen-bg.png) center center no-repeat;
	background-size: cover;
}

.app_screens h2 {
	font-size: 36px;
	font-weight: 700;
}

.screen_slider {
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}

.screen_slider figure {
	display: flex;
	justify-content: center;
	align-items: center;
}

.screen_slider .slick-slide {
	margin: 0 10px;
}

.education-section{
	padding: 100px 0;
	background: #fff;
	font-size: 18px;
}





/*-----downloadAppBlog------*/
.downloadAppBlog {
	padding: 100px 0;
	background: #fff;
}

.downloadAppBlog h4 {
	font-size: 38px;
	color: #85DDBD;
	font-weight: 600;
	margin-bottom: 15px;
}

.downloadAppBlog span {
	font-size: 38px;
	font-weight: 300;
}

.downloadAppBlog p {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 30px;
}


/*-----ContactBlog------*/
.ContactBlog {
	padding: 70px 0;
	background: #E8F4F1;
}

.ContactBlog h2 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 50px 0;
	position: relative;
}

.ContactBlogCont {
	text-align: center;
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	border: 1px solid #C8B3EA;
	height: 100%;
}

.iconTitle {
	margin-bottom: 25px;
}

.ftLgIcon {
	max-width: 55px;
}

.ContactBlogCont h4 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.ContactBlogCont p,
.ContactBlogCont a {
	color: #000;
	font-size: 18px !important;
	font-weight: 300;
}

.ppContentInner {
	margin-top:220px;
	margin-bottom: 50px;
}

.ppContentInner h1 {
	color: #fff;
	line-height: normal;
	font-size: 38px;
	font-weight: 600;
	padding-bottom: 20px;
	position: relative;
}

.blackHeading {
	color: #000;
	line-height: normal;
	font-size: 36px;
	font-weight: 700;
	margin-top: 3rem;
	padding-bottom: 20px;
	position: relative;
}

.ppContentInner h1::after,
.blackHeading::after {
	width: 190px;
	height: 1px;
	background-color: #5B6BD2;
	content: "";
	left: 0px;
	bottom: 10px;
	position: absolute;
}

.ppContentInner p,
.ppContentInner li {
	color: #515867;
}

footer .ftContactDetails img {
	max-height: 20px;
}


/*-----footerBlog------*/


.bg-footer {
	background-color: #fff;
	padding: 20px 0;
}

.footerBlog h4 {
	font-size: 38px;
	color: #fff;
	font-weight: 600;
}

.footerBlog span {
	font-size: 38px;
	color: #fff;
	font-weight: 300;
}

.footerBlog p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 26px;
}


.footerMenu a {
	color: #000;
	font-size: 18px;
	font-weight: 300;
	padding: 2px 5px;
}

.ftCopyRight {
	padding: 15px 0;
	background: #C8B3EA;
}

.ftCopyRight p {
	font-size: 16px;
	color: #0D0D0D;
	font-weight: 300;
	margin: 0;
}
.innerpage-style .footerBlog{
	border-top: solid 1px #ddd;
}</pre></body></html>