<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 98px;
}
.navigation {
	padding: 0 10px;
}
.navigation a.navbar-brand {
	padding: 0;
}
.navbar-toggler-icon i {
	color: #fe0200;
	font-size: 30px;
}
nav {
	text-align: right;
	font-size: 22px;
	line-height: 98px;
	color: #000;
}
nav a {
	color: #000;
	padding: 0 20px;
	display: inline-block;
}
nav a:hover {
	color: #fff;
	background: #fe0200;
}
nav a.active {
	color: #fff;
	background: #fe0200;
}
.banner-sec {
	width: 100%;
	float: left;
	background:url(../images/headbg.jpg) top left repeat-x;
}
.banner-sec1 {
	width: 100%;
	float: left;
	background:url(../images/headerbg.jpg) top left no-repeat;
}
.banner-sec1 h1 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	color: #fff;
	font-size: 52px;
	padding: 150px 0 100px;
	margin: auto;
	width: 93%;
	text-transform:uppercase;
}
.banner-sec2{
	margin:auto;
	width:80%;
	text-align:center;
	padding-bottom:75px;
}
.banner-sec2 h3{
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	color: #000;
	font-size: 40px;
	padding: 77px 0 47px;
	text-transform:uppercase;
}
.banner-sec2 p{
	font-size:28px;
	line-height:44px;
	color:#585858;
	margin-bottom:55px;
}
.headbtndiv{
	width:100%;
	text-align:center;
}
a.getstartedbtn{
	margin:auto;
	display:inline-block;
	width:332px;
	line-height:74px;
	text-align:center;
	border-radius:10px;
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	background:#fe0200;
	cursor:pointer;
}
a.getstartedbtn:hover{
	background:#a1a1a1;
}
a.getpricingbtn{
	margin:auto auto auto 36px;
	display:inline-block;
	width:332px;
	line-height:74px;
	text-align:center;
	border-radius:10px;
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	background:#a1a1a1;
	cursor:pointer;
}
a.getpricingbtn:hover{
	background:#fe0200;
}
.designsec{
	width:100%;
	float:left;
	border-top:#e6f8ff solid 40px;
	border-bottom:#e6f8ff solid 40px;
	background:#fff;
}
.whitediv{
	padding:60px 45px;
	text-align:center;
}
.whitediv h3{
	font-family:'ArialBold';
	font-size:25px;
	color:#585858;
	text-align:center;
	text-transform:uppercase;
	margin:47px 0 20px;
	padding-bottom:12px;
	border-bottom:#fff solid 10px;
}
.whitediv:hover h3{
	border-bottom:#fe0200 solid 10px;
}
.whitediv p{
	font-size:22px;
	color:#585858;
}
.bluediv{
	padding:60px 45px;
	text-align:center;
	background:#e6f8ff;
}
.bluediv h3{
	font-family:'ArialBold';
	font-size:25px;
	color:#585858;
	text-align:center;
	text-transform:uppercase;
	margin:47px 0 20px;
	padding-bottom:12px;
	border-bottom:#e6f8ff solid 10px;
}
.bluediv:hover h3{
	border-bottom:#fe0200 solid 10px;
}
.bluediv p{
	font-size:22px;
	color:#585858;
}
.features-sec{
	width:100%;
	float:left;
	padding:90px 0 57px;
}
.features-sec h3{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:40px;
	text-transform:uppercase;
	width:50%;
}
.features-sec1{
	width:100%;
	float:left;
	padding:0 0 100px;
}
.features-sec1 p{
	font-size:26px;
	line-height:39px;
	color:#585858;
	margin-bottom:30px;
}
a.readmorebtn{
	display:inline-block;
	width:181px;
	line-height:60px;
	text-align:center;
	border-radius:5px;
	color:#fff;
	font-size:24px;
	background:#fe0200;
	cursor:pointer;
}
a.readmorebtn:hover{
	background:#a1a1a1;
}
.improve-sec{
	width:100%;
	float:left;
	padding-bottom:100px;
}
.improvediv{
	padding:20px;
	border:#fff solid 1px;
}
.improvediv:hover{
	border:#000 solid 1px;
}
.improvediv h3{
	font-family: 'Montserrat', sans-serif;
	font-weight:400px;
	font-size:32px;
	color:#585858;
	text-transform:uppercase;
	padding-bottom:12px;
	border-bottom:#fff solid 10px;
}
.improvediv:hover h3{
	font-family: 'Montserrat', sans-serif;
	font-weight:600px;
	border-bottom:#fe0200 solid 10px;
}
.improvediv p{
	font-size:26px;
	line-height:39px;
	color:#585858;
	margin-bottom:30px;
}
.manymorediv{
	width:100%;
	float:left;
	text-align:center;
	font-size:28px;
	margin-top:30px;
}
.manymorediv a{
	color:#a3a3a3;
	text-decoration:underline;
}
.beautifulsec{
	width:100%;
	float:left;
	background:url(../images/beautifulbg.jpg) top left no-repeat;
	text-align:center;
	padding-bottom:94px;
}
.beautifulsec h3{
	font-family: 'Montserrat', sans-serif;
	font-weight:400px;
	text-transform:uppercase;
	color:#fff;
	font-size:40px;
	padding:94px 0 51px;
}
.beautifulsec h4{
	color:#fff;
	font-size:28px;
	line-height:44px;
	padding:0 0 51px;
	width:80%;
	margin:auto;
}
.beautifulsec p{
	font-size:26px;
	line-height:39px;
	color:#585858;
	width:75%;
	margin:auto auto 30px;
}
.testimonial-sec{
	width:100%;
	float:left;
	border-top:#dbdbdb solid 2px;
	padding:96px 0;
	font-size:32px;
	line-height:48px;
	text-align:center;
}
.testimonial-sec strong{
	font-family:'ArialBold';
	font-size:28px;
	font-style:normal;
}
.testimonial-sec p{
	margin-bottom:20px;
	font-style:italic;
}
.testimonialdiv{
	width:90%;
	margin:auto;
}
.testimonials-box{width:1060px; max-width:95%; margin:0 auto; margin-top:0; }
#bx-pager{padding:25px 0 0; margin:auto 6% auto auto; width:50% !important;}
#bx-pager a{width:90px !important; display:inline-block; margin:0 10px 0 0; cursor:pointer; border:5px solid transparent; border-radius:50px;}
#bx-pager a.active{ box-shadow:0 0 5px rgba(0,0,0,0.3);  border:5px solid #fe0200;}
.bx-viewport{height:auto !important;}
footer{
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	padding:55px 0 35px;
	font-size:20px;
	background:#00aeef;
}
footer a{
	font-size:24px;
	color:#fff;
	padding:0 10px;
}
footer a:hover{
	color:#fe0200;
}
footer p{
	margin-bottom:20px;
	line-height:32px;
}


/*===== 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');
}</pre></body></html>