html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #000000;
}
a:hover {
    text-decoration: none;
    transition:all 0.3s ease-in-out;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
a:hover{
  color: #000;
}
img{
  object-fit: cover;
  vertical-align: middle;
}
input, select {
    vertical-align: middle;
}
input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, select:focus,
textarea:focus, input[type=submit]:focus{
  outline: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9aa1ab;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9aa1ab;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9aa1ab;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9aa1ab;
}
html, body {
  height: 100%;
}
body{
    color: #0B0B0B;
    font-family: 'Roboto', sans-serif;
}

/*----------------------*/
/*--------Header-------*/
/*--------------------*/

.header{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 9;
    transition: all 1s ease-in-out;
    height: auto;
}
.header .container{
	position: relative;
}
.header .logo{
	height: auto;
	width: 200px;
}
.free-trail-btn{
	position: absolute;
    top: 6px;
    right: 15px;
	background: #E52237;
	text-align: center;
	display: inline-block;
	padding: 2px 15px;
	border-radius: 25px;
}
.free-trail-btn a{
	color: #fff;
	font-size: 14px;
}
.free-trail-btn a:focus{
	box-shadow: none;
}
.free-trail-btn img{
	margin-right: 5px;
}
.free-trail-btn a:hover{
	color: #fff;
}

/*----------------------*/
/*--------Banner-------*/
/*--------------------*/

.banner{
	background: #5AC8F3;
	padding-top: 120px;
	position: relative;
}
.banner:after{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	background-image: url('../images/banner-curve.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 300px;
}
.banner-content{
	padding-top: 60px;
}
.banner-content h1{
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin-bottom: 5px;
}
.banner-img{
	position: relative;
	z-index: 99;
	margin-top: 60px;
	text-align: center;
}
.banner-img img{
	height: auto;
	width: 500px;
}
.banner-form{
	background: #fff;
	border-radius: 10px;
	padding: 30px 35px;
	position: relative;
	z-index: 99;
  	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.banner-form h2{
	color: #585858;
	margin-bottom: 30px;
	font-size: 26px;
}
.banner-form h2 span{
	color: #E52237;
	font-weight: 700;
}
.banner-form label{
	display: block;
	font-size: 14px;
	color: #585858;
	margin-bottom: 5px;
	font-weight: 500;
}
.banner-form input{
	display: block;
	margin-bottom: 15px;
	width: 100%;
	background: #FAFAFA;
	font-size: 14px;
	padding: 6px 10px 7px;
	border-radius: 7px;
	border: 1px solid #D3D3D3;
	font-weight: 500;
}
.banner-form .recaptcha{
	margin-bottom: 15px;
}
.banner-form .recaptcha img{
	height: auto;
	width: 200px;
}
.banner-form .submit-btn{
    background: #E52237;
    text-align: center;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    border: 0;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
}

/*----------------------*/
/*---Section Intro-----*/
/*--------------------*/

.intro-content{
	text-align: center;
	max-width: 750px;
	margin: auto;
	margin-top: 65px;
}
.intro-content p{
	font-size: 22px;
	color: #0B0B0B;
	font-weight: 700;
}
.intro-content p span{
	color: #E52439;
}

/*----------------------*/
/*--------How It-------*/
/*--------------------*/

.title{
	margin-bottom: 60px;
	text-align: center;
}
.title h2{
	font-weight: 700;
	text-align: center;
	font-size: 28px;
	position: relative;
}
.title h2:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	width: 100px;
	background: #4AC4F3;
}
.title p{
	font-size: 16px;
	margin-top: 30px;
	font-weight: 500;
}
.how-it{
	background: #F9F9F9;
	margin-top: 45px;
	padding: 60px 0;
	position: relative;
}
.how-it:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url('../images/Attachment_1604591833.svg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 300px;
	height: 700px;
}
.container-md{
	max-width: 950px;
	margin: auto;
}
.how-content .col-md-4{
	margin-bottom: 40px;
}
.how-content .how-card{
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 25px 30px;
	height: 100%;
  	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.how-content .how-card img{
	margin-bottom: 25px;
}
.how-content .how-card p{
	font-size: 14px;
	color: #797979;
}


/*----------------------*/
/*----Our Customers----*/
/*--------------------*/

.our-customers{
	padding: 60px 0;
}
.our-customers-img{
	text-align: center;
}
.our-customers-img img{
	height: auto;
	width: 135px;
}
.our-customers .col-md-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

/*----------------------*/
/*------Paperless------*/
/*--------------------*/

.paperless{
	position: relative;
	background: #F9F9F9;
	padding: 60px 0 30px;
}
.paperless:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url('../images/1b008c347241e62815305b8b18a9aff4bdeda472.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding: 10% 0;
}
.paperless-content{
	text-align: center;
	margin-bottom: 50px;
}
.paperless-content img{
	width: 210px;
	height: 210px;
	margin-bottom: 20px;
	border-radius: 50%;
}
.paperless-content h4{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
}
.paperless-content p{
	font-size: 14px;
	color: #6A6A6A;
	font-weight: 500;
}

/*----------------------*/
/*-------Payroll-------*/
/*--------------------*/

.payroll{
	padding: 60px 0;
	position: relative;
}
.payroll:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-image: url('../images/Attachment_1604591842.svg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 220px;
    height: 580px;
}
.payroll:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/Attachment_1604591846.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
    height: 200px;
}
.payroll-img img{
	height: auto;
	width: 400px;
}
.payroll-content img{
	height: 12px;
	width: 12px;
}
.payroll-content span{
	font-size: 12px;
	font-weight: 500;
	margin-left: 5px;
}
.payroll-content ul{
	margin-top: 40px;
}
.payroll-content ul li{
	display: inline-block;
    width: 49%;
    padding-bottom: 10px;
}

/*----------------------*/
/*------Industries-----*/
/*--------------------*/

.paperless.industries:after{
	display: none;
}

/*----------------------*/
/*-------Footer--------*/
/*--------------------*/

.footer{
	background: #4ac4f3;
	font-size: 12px;
	color: #fff;
	padding: 35px 0;
	font-weight: 300;
	position: relative;
}
.footer .container{
	max-width: 350px;
	margin: auto;
}
.footer a{
	color: #fff;
}
.footer img{
	height: auto;
	width: 18px;
	margin-right: 5px;
}
.footer p{
	text-align: center;
	margin-top: 15px;
}
.social-links{
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
}
.social-links ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.social-links ul li{
	margin: 0 5px;
}
.social-links ul li a{
	display: block;
}
.social-links ul li img{
	height: auto;
	width: 18px;
	margin: 0;
}



/* media queries */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1440px) {}
@media only screen and (min-width:1320px) and (max-width:1400px){}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1199px){}
@media screen and (max-width: 991px){
	.banner-content h1{
		font-size: 22px;
	}
	.banner-form h2{
		margin-bottom: 20px;
		font-size: 18px;
	}
	.banner-form{
		padding: 15px;
	}
}
@media screen and (max-width: 767px){
	.header .logo {
    	width: 130px;
	}
	.free-trail-btn{
		top: 0;
		padding: 2px 10px;
	}
	.free-trail-btn a{
		font-size: 12px;
	}
	.banner-content{
		padding-top: 0;
	}
	.banner-form{
		margin-top: 50px;
		padding: 35px;
	}
	.payroll:after{
		top: inherit;
		bottom: 0;
		transform: translate(0);
		width: 130px;
    	height: 350px;
	}
	.footer .col-md-6{
		text-align: center;
		margin-bottom: 15px;
	}
	.footer{
		padding: 65px 0 25px
	}
	.social-links{
		top: 25px;
	    left: 50%;
	    transform: translateX(-50%);
	}
}
@media screen and (max-width: 380px){
	.free-trail-btn{
		padding: 2px 5px;
	}
	.free-trail-btn a{
		font-size: 10px;
	}
}
