@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
html {
	font-size: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
label {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	max-width: 100%;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
a, a:link {
	text-decoration: none;
	outline: none;
}
figure {
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	padding: 2px 0;
}
.clear {
	clear: both;
}
a {
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
body {
	margin: 0 !important;
	padding: 0;
	font-family: 'ArialRegular';
	background: #fff;
}
header {
	width: 100%;
	float: left;
	line-height: 58px;
	padding:42px 0 38px;
}
.navigation {
	padding: 0 10px;
}
.navigation a.navbar-brand {
	padding: 0;
}
.navbar-toggler-icon i {
	color: #610590;
	font-size: 30px;
}
nav {
	text-align: right;
	font-size: 22px;
	line-height: 58px;
	color: #610590;
}
nav a {
	color: #610590;
	padding: 0 20px;
	display: inline-block;
}
nav a:hover {
	color: #fff;
	background: #610590;
	border-radius:5px;
}
nav a.active {
	color: #fff;
	background: #610590;
	border-radius:5px;
}
.banner-sec{
	width:100%;
	float:left;
	background:url(../images/headbg.jpg) top left no-repeat;
	background-size:cover;
	padding-top:161px;
}
.banner-image{
	width:100%;
	float:left;
	text-align:right;
	position:relative;
}
.banner-text{
	position:absolute;
	top:-50px;
	left:5%;
	color:#fff;
	width:55%;
	text-align:left;
}
.banner-text h1{
	font-family:'ArialBold';
	font-size:53px;
	margin-bottom:40px;
}
.banner-text p{
	font-size:24px;
	margin-bottom:40px;
}
a.getstartbtn{
	height:99px;
	width:285px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	border-radius:5px;
	font-family:'ArialBold';
	font-size:26px;
	line-height:99px;
	background:url(../images/btnbg.jpg) top left repeat-x;
	display:block;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
a.getstartbtn:hover{
	background:#610590;
}
.logosec{
	width:100%;
	float:left;
	background:url(../images/logobg.jpg) top left repeat-x;
	text-align:center;
	padding:63px 0 101px;
}
.download-sec{
	width:100%;
	float:left;
	padding:57px 0 100px;
}
.download-sec h2{
	text-align:center;
	margin:auto auto 36px;
	width:57%;
	font-family:'ArialBold';
	font-size:40px;
	color:#5f008e;
}
.download-sec h3{
	text-align:center;
	margin:auto auto 44px;
	width:83%;
	font-size:26px;
	color:#737373;
	line-height:40px;
}
.analytics-sec{
	width:100%;
	margin-top:155px;
}
.white-div{
	background:#fff;
	border-radius:10px;
	border:#aeaeae solid 1px;
	text-align:center;
	padding:30px 30px 0;
	margin-bottom:70px;
}
.white-div h4{
	font-family:'ArialBold';
	font-size:30px;
	color:#000;
	margin:40px 0;
}
.white-div p{
	font-size:24px;
	line-height:38px;
	margin-bottom:30px;
}
.white-div a{
	color:#662d91;
	text-decoration:underline;
}
.white-div:hover{
	background:#662d91;
	cursor:pointer;
}
.white-div:hover h4{
	color:#fff;
}
.white-div:hover p{
	color:#fff;
}
.white-div:hover p a{
	color:#fff;
}
.image-div{
	margin-top:-115px;
}
.marg-auto{
	margin:auto;
}
.subscribe-sec{
	width:100%;
	float:left;
	background:#ebdcec;
	padding:100px 0 40px;
}
.subscribe-sec h2{
	text-align:center;
	margin:auto auto 36px;
	width:57%;
	font-family:'ArialBold';
	font-size:40px;
	color:#5f008e;
}
.subscribe-sec h3{
	text-align:center;
	margin:auto auto 44px;
	width:83%;
	font-size:26px;
	color:#737373;
	line-height:40px;
}
.chart-sec{
	margin-bottom:80px;
}
.chart-sec p{
	font-size:26px;
	color:#000;
	line-height:40px;
	margin-bottom:20px;
}
.violet-div{
	padding:30px;
	border-radius:5px;
	background:#662d91;
	color:#fff;
	font-size:24px;
	margin-bottom:80px;
}
.violet-div h4{
	font-family:'ArialBold';
	font-size:30px;
	color:#6dcff6;
	margin-bottom:35px;
	line-height:40px;
}
.violet-div h4 img{
	float:left;
	margin-right:10px;
}
.mail-sec{
	width:100%;
	float:left;
	padding:100px 0 0;
}
.mail-sec h2{
	text-align:center;
	margin:auto auto 36px;
	width:57%;
	font-family:'ArialBold';
	font-size:40px;
	color:#5f008e;
}
.mail-sec h3{
	text-align:center;
	margin:auto auto 44px;
	width:83%;
	font-size:26px;
	color:#737373;
	line-height:40px;
}
.logosec1{
	width:100%;
	float:left;
	text-align:center;
	padding:100px 0;
}
.subscribe-sec1{
	width:100%;
	float:left;
	padding:100px 0;
	border-top:#7a49a0 solid 1px;
}
.subscribe-sec1 h2{
	text-align:center;
	margin:auto auto 36px;
	width:57%;
	font-family:'ArialBold';
	font-size:40px;
	color:#5f008e;
}
.subscribe-sec1 h3{
	text-align:center;
	margin:auto auto 44px;
	width:83%;
	font-size:26px;
	color:#737373;
	line-height:40px;
}
.subscribe-sec1 form{
	width:80%;
	margin:auto;
}
.subscribe-sec1 input[type=email]{
	float:left;
	width:75%;
	line-height:63px;
	border:#9e9e9e solid 1px;
	padding-left:15px;
	font-size:20px;
	color:#a3a3a3;
	border-right:none;
}
.subscribe-sec1 input[type=submit]{
	float:left;
	width:25%;
	line-height:65px;
	border:none;
	cursor:pointer;
	text-align:center;
	font-family:'ArialBold';
	color:#fff;
	font-size:22px;
	background:url(../images/submitbg.jpg) top left repeat-x;
}
footer{
	width:100%;
	float:left;
	background:url(../images/footbg.jpg) top left no-repeat;
	background-size:cover;
	color:#fff;
	padding:80px 0 62px;
	font-size:20px;
}
footer a{
	font-size:24px;
	color:#fff;
	margin-right:20px;
}
footer a:hover{
	color:#ef116c;
}
.social-div{
	text-align:right;
}



/*===== BACK TO TOP =====*/

#back-to-top {
	position: fixed;
	bottom: 0;
	right: 20px;
	width: 100%;
	z-index: 999;
}
#back-to-top a {
	text-align: right;
	text-decoration: none;
	display: block;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-o-transition: color 1s;
}
#back-to-top a span {
	background: #d1d1d1;
	border-radius: 6px;
	display: block;
	margin-bottom: 5px;
	position: relative;
	top: 10px;
}


/*FONTS*/

@font-face {
    font-family:'ArialRegular';
    src: url('../fonts/arial.eot');
    src: url('../fonts/arial.eot') format('embedded-opentype'),
         url('../fonts/arial.woff') format('woff'),
         url('../fonts/arial.ttf') format('truetype'),
         url('../fonts/arial.svg#ArialRegular') format('svg');
}
@font-face {
    font-family:'ArialBold';
    src: url('../fonts/arialbd.eot');
    src: url('../fonts/arialbd.eot') format('embedded-opentype'),
         url('../fonts/arialbd.woff') format('woff'),
         url('../fonts/arialbd.ttf') format('truetype'),
         url('../fonts/arialbd.svg#ArialBold') format('svg');
}