@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;
	background:url(../images/headbg.jpg) top left repeat-x;
	line-height:126px;
}
.navigation {
	padding: 0 10px;
}
.navigation a.navbar-brand {
	padding: 0;
}
.navbar-toggler-icon i {
	color: #ee3048;
	font-size: 30px;
}
nav {
	text-align: right;
	font-size: 24px;
	color: #000;
}
nav a {
	color: #000;
	padding-left: 29px;
}
nav a:hover {
	color: #ee3048;
}
nav a.active {
	color: #ee3048;
}
.banner-sec{
	width:100%;
	float:left;
	background:url(../images/headbg.png) top right no-repeat;
	padding:60px 0;
}
.banner-sec h1{
	font-family:'arvoregular';
	font-size:50px;
	margin-bottom:23px;
}
.banner-sec p{
	font-size:19px;
	color:#636363;
	margin-bottom:30px;
}
.mob-disp-block{
	display:none;
}
a.redbtn{
	display:inline-block;
	text-align:center;
	color:#fff;
	border-radius:3px;
	background:#ee3048;
	margin-right:20px;
	line-height:55px;
	width:220px;
	font-family:'ArialBold';
	font-size:25px;	
}
a.redbtn:hover{
	background:#5468fe;
}
a.bluebtn{
	display:inline-block;
	text-align:center;
	color:#fff;
	border-radius:3px;
	background:#5468fe;
	margin-right:20px;
	line-height:55px;
	width:220px;
	font-family:'ArialBold';
	font-size:25px;
}
a.bluebtn:hover{
	background:#ee3048;
}
.blue-sec{
	width:100%;
	float:left;
	background:#5468fe;
	padding:65px 0 75px;
}
.white-div{
	background:#fff;
	padding:30px;
	border-radiys:3px;
	cursor:pointer;
}
.white-div h3{
	font-family:'ArialBold';
	position:relative;
	color:#000;
	font-size:24px;
	margin-bottom:24px;
}
.white-div h3:after{
	position:absolute;
	content:"";
	left:0;
	width:88%;
	background:#ee3048;
	height:3px;
	bottom:-3px;
}
.white-div h3:hover{
	color:#ee3048;
}
.white-div:hover h3{
	color:#ee3048;
}
.white-div p{
	color:#636363;
	font-size:24px;
}
.readmore{
	margin-top:25px;
}
.readmore img{
	float:left;
	margin:13px 10px 0 0;
}
.readmore a{
	color:#363636;
	font-size:22px;
}
.readmore a:hover{
	color:#ee3048;
}
.white-div:hover .readmore a{
	color:#ee3048;
}
.video-sec{
	width:100%;
	float:left;
	padding:100px 0;
}
.video-sec h3{
	font-family:'arvobold';
	font-size:40px;
	color:#5468fe;
	margin:25px 0;
}
.video-sec p{
	font-size:23px;
	line-height:40px;
}
.chart-sec{
	width:100%;
	float:left;
}
.grey-div{
	background:#fff;
	border:#e3e3e3 solid 1px;
	border-radius:3px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	padding:21px;
	font-size:18px;
}
.grey-div:hover{
	background:#5468fe;
	color:#fff;
	cursor:pointer;
}
.marg-bott-30{
	margin-bottom:32px;
}
.grey-div h3{
	font-family:'ArialBold';
	font-size:20px;
	color:#5468fe;
}
.grey-div:hover h3{
	color:#fff;
}
.grey-div:hover p{
	color:#fff;
}
.bidiv-sec{
	width:100%;
	float:left;
	padding:100px 0 0;
	font-size:24px;
	line-height:44px;
}
.logos-sec{
	width:100%;
	float:left;
	text-align:center;
	padding:70px 0;
}
.subscribe-sec{
	width:100%;
	float:left;
	padding:100px 0;
	background:#5468fe;
}
.subscribe-sec h3{
	font-family:'arvobold';
	color:#fff;
	font-size:40px;
	margin:auto auto 23px;
	text-align:center;
	width:60%;
}
.subscribe-sec h4{
	color:#fff;
	font-size:22px;
	margin:auto auto 50px;
	text-align:center;
	width:99%;
	line-height:32px;
}
.subscribe-sec input[type=text]{
	width:100%;
	float:left;
	background:#fff;
	padding-left:20px;
	line-height:60px;
	font-size:20px;
	color:#000;
	border:none;
}
.subscribe-sec input[type=email]{
	width:100%;
	float:left;
	background:#fff;
	padding-left:20px;
	line-height:60px;
	font-size:20px;
	color:#000;
	border:none;
}
.subscribe-sec input[type=submit]{
	width:100%;
	float:left;
	background:#ee3048;
	text-align:center;
	line-height:60px;
	font-family:'ArialBold';
	font-size:20px;
	color:#fff;
	border:none;
	cursor:pointer;
}
.subscribe-sec input[type=submit]:hover{
	background:#000;
}
.analytics-sec{
	width:100%;
	float:left;
	padding:100px 0 0;
}
.analytics-sec h3{
    font-family: 'arvobold';
    font-size: 40px;
    color: #5468fe;
    margin: 25px 0;
}
.analytics-sec p{
    font-size: 23px;
    line-height: 40px;
}
.readmore1{
    margin-top: 25px;
}
.readmore1 img{
    float: left;
    margin: 13px 10px 0 0;
}
.readmore1 a{
	font-family:'ArialBold';
    color: #ee3048;
    font-size: 22px;
}
.readmore1 a:hover{
    color: #5468fe;
}
.tridiv-sec{
	width:100%;
	float:left;
	padding:100px 0;
	font-size:24px;
	line-height:44px;
}
.tridiv-sec h3{
	font-family:'ArialBold';
	margin-bottom:25px;
}
.testimonial-sec{
	width:100%;
	float:left;
	background:#e2f3f4;
	padding:100px 0;
	font-size:24px;
	line-height:32px;
}
.testi-name{
	margin-top:40px;
	font-size:22px;
}
.testi-name strong{
	color:#ee3048;
	font-family:'ArialBold';
	display:block;
}
footer {
	width: 100%;
	float: left;
	padding: 85px 0 70px;
}
.about-div p {
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 40px;
}
.info h3 {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 34px;
	color:#5468fe;
}
.info ul li {
	font-size: 19px;
	margin-bottom: 15px;
}
.info ul li a {
	color: #000;
}
.info ul li a:hover {
	color: #5468fe;
}
.copyright-sec {
	border-top: #adadad solid 1px;
	padding-top: 50px;
	text-align: center;
	font-size: 20px;
}
.copyright-sec a {
	color: #ee3048;
	font-family:'ArialBold';
	text-decoration: underline;
}
.copyright-sec a:hover{
	color: #5468fe;
	text-decoration: none;
}
.copyright-sec p {
	margin-bottom: 20px;
}
.copyright-sec img {
	margin-right: 28px;
}

/*===== 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: inline-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:'arvoregular';
    src: url('../fonts/arvo-regular-webfont.woff2') format('woff2'),
         url('../fonts/arvo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@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('arialbd.svg#ArialBold') format('svg');
}
@font-face {
    font-family:'arvobold';
    src: url('../fonts/arvo-bold-webfont.woff2') format('woff2'),
         url('../fonts/arvo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}