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, img, ins, kbd, q, s, samp,
small, strike, strong, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	vertical-align: baseline;
}
a{ text-decoration: none; color: black; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	box-sizing: border-box;
}
.container{
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
header {
    padding: 70px 0;
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
header .logo p {
    flex: 1;
    text-align: center;
    color: #ebf15f;
    font-size: 36px;
    font-style: italic;
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
}
header .logo img {
    width: 100px;
}

header .logo {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .banner-text p {
    color: white;
    line-height: 34px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
}

header .banner-text {
}

.welcome-container {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}

.welcome-poster img {
    width: 100%;
    max-width: 500px;
}

.welcome-container .welcome-description {
    flex: 1;
}

.welcome-container .welcome-description label {
    color: #5dc3aa;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.welcome-container .welcome-description p {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 20px;
}

.welcome-container .welcome-description ul li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 18px;
    color: #aeafb3;
}
.welcome-container .welcome-description ul li span {
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
}
.download-app-container .abacus-hand-bg {position: absolute;top: 100px;right: 0;}

.download-app-container {padding: 30px 0;width: 100%;max-width: 900px;margin: 0 auto;}
.download-app-container .abacus-hand-bg img {
    height: 330px;
}
.download-app-container .heading {
    text-align: center;
    text-transform: capitalize;
    color: white;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
}

.download-app {
    padding: 70px 0;
    position: relative;
    z-index: 99;
    background-size: cover;
    background-position: top center;
}

.download-app-container .heading span {
    text-transform: capitalize;
    color: #46c1b5;
    font-size: 25px;
    font-weight: 400;
}
.download-app-container .download-source {
    width: 100%;
    max-width: 500px;
    background: #00000061;
    padding: 20px;
    padding-top: 100px;
}

.download-app-container .download-source label {
    color: #46c1b5;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-family: 'Raleway';
    font-weight: 600;
}

.download-app-container .download-source p {
    color: white;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Raleway';
}

.download-app-container .download-source ul {
    display: flex;
}

.download-app-container .download-source ul img {
}
.conclusion-container .conclusion-poster img {
    width: 450px;
}

.conclusion-container {
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
}

.conclusion-container .conclusion-poster {
    width: 500px;
}

.conclusion-container .conclusion-desc {
    flex: 1;
}

.conclusion-container .conclusion-desc .heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}

.conclusion-container .conclusion-desc .conclusion-text p {
    font-size: 16px;
    line-height: 26px;
    color: #aeafb3;
    text-align: justify;
}
.abacus-slider{
	padding: 70px 0;
	background-size: cover;
	background-position: top center;
}
.abacus-slider .container{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.abacus-slider .bx-wrapper{
	margin-bottom: 0;
	box-shadow: none;
	border: 2px solid black;
	background: transparent;
}
.abacus-slider .bx-wrapper .bx-prev{
	background: url('../images/arrow-point-to-left.png') no-repeat;
}
.abacus-slider .bx-wrapper .bx-next{
	background: url('../images/arrow-point-to-right.png') no-repeat;
}
.abacus-slider .bx-wrapper .bx-next:hover, .abacus-slider .bx-wrapper .bx-next:focus{
	background-position: 0 0;
}
.abacus-slider .slider iframe{
}
.newsletter-bg {
    padding: 70px 0;
    position: relative;
    z-index: 99999;
    background-size: cover;
    background-position: top center;
    padding-bottom: 50px;
}

.newsletter-bg:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #3bd3fee6;
    z-index: -1;
}
.newsletter-container{
	display: flex;
	flex-direction: column;
	text-align: center;
}

.newsletter-container .heading{
	font-size: 30px;
	text-transform: uppercase;
	color: #3e3e3e;
	font-weight: 700;
	word-spacing: 5px;
}
.newsletter-container .heading label {
    display: block;
    color: white;
    font-size: 12px;
    text-align: left;
    margin-bottom: 5px;
}
.newsletter-container .newsletter-form{margin-bottom: 20px;}
.newsletter-container .newsletter-form form{
	display: flex;
	justify-content: center;
	align-items: center;
}
.newsletter-container .newsletter-form form input[type="text"]{
	width: 250px;
	height: 40px;
	border: none;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	outline: none;
	text-transform: lowercase;
	margin: 0 30px;
	margin-left: 40px;
}
.newsletter-container .newsletter-form form input[type="button"]{
	background: #3e3e3e;
	color: white;
	border: none;
	height: 40px;
	width: 220px;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
}

.newsletter-container .newsletter-desc{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 40px;
}
.newsletter-container .newsletter-desc p{
	text-align: center;
	line-height: 22px;
	color: white;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}
.about-company-container {
    background: url('../images/footer.png') repeat;
    padding: 70px 0;
}

.about-company-container ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.about-company-container ul li {
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.about-company-container ul li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 120px;
    background: black;
    right: 0;
    box-shadow: 0px 1px 1px #000;
}

.about-company-container ul li:last-child:before {
    display: none;
}
.about-company-container ul li img {
    width: 40px;
    margin-bottom: 20px;
}

.about-company-container ul li label {
    display: block;
    text-transform: uppercase;
    color: white;
    margin-bottom: 20px;
    font-size: 14px;
}

.about-company-container ul li p {
    color: darkgrey;
    line-height: 21px;
    font-size: 14px;
    text-align: center;
}

.about-company-container ul li p a {
    color: darkgrey;
}

.about-company-container ul li p a:hover {
    text-decoration: underline;
}

footer{
	padding: 20px 0;
}
footer .footer-social{
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .footer-decs{
	display: flex;
	flex-direction: column;
	margin-top: 16px;
}
footer .footer-social img {
    width: 25px;
    margin: 0 7px;
}
footer .footer-decs p{
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

footer .footer-decs p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.container{
		padding: 0 20px;
	}}
@media screen and (max-width: 768px) {
	header .banner-text{
		width: 100%;
	}
	header .banner-text p{
		text-align: justify;
	}
	.conclusion-container{
		flex-direction: column;
		padding: 40px 0;
	}
	.conclusion-container .conclusion-poster{
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.abacus-slider .slider iframe{
		height: 323px;
		width: 100%;
	}
	.download-app-container .abacus-hand-bg img {
	    height: 220px;
	}
	
	.download-app-container .abacus-hand-bg {
	    top: 140px;
	}
	.newsletter-container .newsletter-form form {
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
	
	.newsletter-container .newsletter-form form input[type="text"] {
	    margin: 17px 0;
	}
	
	.about-company-container ul li:before{
	    display:none;   
	}
}
@media screen and (max-width: 480px) {
	header {
	    padding: 30px 0;
	}
	header .logo img {
	    width: 60px;
	}
	
	header .logo p {
	    font-size: 24px;
	}
	header .banner-text p{
		font-size: 16px;
		line-height: 22px;
	}
	.welcome-container{
		flex-direction: column-reverse;
		padding: 30px 0;
	}
	.welcome-poster img{
		width:  320px;
	}
	.welcome-container .welcome-description{
		margin-top: 30px;
	}
	.welcome-container .welcome-description label{
		font-size: 16px;
		text-align: center;
	}
	.welcome-container .welcome-description p{
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
	}
	.welcome-container .welcome-description ul li{
		font-size: 14px;
	}
	.download-app{
		padding: 40px 0;
	}
	.download-app-container .download-source{
		padding-top: 20px;
	}
	.conclusion-container .conclusion-poster img{
		width: 320px;
		margin: 0 auto;
	}
	.abacus-slider .slider iframe{
		height: 149px;
	}
	.newsletter-bg{
		padding: 40px 0;
	}
	.about-company-container{
		padding: 40px 0;
	}
	.about-company-container ul{
		flex-direction: column;
	}
	.about-company-container ul li{
		width: 100%;
		margin-bottom: 30px;
		max-width: 100%;
	}
	.about-company-container ul li:last-child{
		margin-bottom: 0;
	}
	.about-company-container ul li p{
		text-align: center;
	}
	.about-company-container ul li img{
		width: 30px;
	}
	.download-app-container .abacus-hand-bg img {
	    height: 190px;
	}
	
	.download-app-container .abacus-hand-bg {
	    right: 0;
	    top: 20px;
	}
	
	.download-app-container {
	    padding-top: 200px;
	}
}