@font-face {
	font-family: 'udio-font';
	src: url('../fonts/udio-font.eot?85431177');
	src: url('../fonts/udio-font.eot?85431177#iefix') format('embedded-opentype'), url('../fonts/udio-font.woff?85431177') format('woff'), url('../fonts/udio-font.ttf?85431177') format('truetype'), url('../fonts/udio-font.svg?85431177#udio-font') format('svg');
	font-weight: normal;
	font-style: normal
}

.udio-icon {
	font-family: "udio-font";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.container{
  
    width: 80%;
    margin:0 auto;
    padding-top:60px;
}



.d-color-1 {
	background: #3bb4ed
}

.d-color-2 {
	background: #ef4123
}

.l-color-1 {
	background: #f1f6fa
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@-ms-viewport {
	width: device-width
}

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: 100%;
	font: inherit;
	vertical-align: baseline
}

html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0
}

body {
	line-height: 1;
	-ms-overflow-style: scrollbar;
	font-family: 'Montserrat', sans-serif;
	min-height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-feature-settings: "pnum";
	font-variant-numeric: proportional-nums;
	overflow-x: hidden
}

ol,
ul {
	list-style: none
}

.align-left {
	text-align: left
}

.align-center {
	text-align: center !important
}

.align-right {
	text-align: right
}

form {
	padding-top: 10px
}

.show {
	display: block !important
}

.hide {
	display: none !important
}

h1 {
	font-size: 34px;
	text-align: center;
	color: #422b89;
	margin: auto;
	width: 90%;
	line-height: 1.4
}

h1 span {
	font-size: 16px;
	font-weight: 300;
	color: #555;
	display: block;
	padding: 15px 0;
	line-height: 1.6
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	h1 {
		font-size: 24px
	}
	h1 span {
		font-size: 13px
	}
}

@media only screen and (max-width: 529px) {
	h1 {
		font-size: 21px;
		font-weight: 600;
		line-height: 1.4
	}
	h1 span {
		font-size: 14px;
		line-height: 1.4
	}
}

.contactbar h1 {
	color: #fff
}

h1:nth-letter(2) {
	border-bottom: 2px solid #333
}

h1:nth-letter(1) {
	border-bottom: 2px solid #333
}

h2 {
	font-size: 20px;
	text-align: center;
	color: #422b89
}

h2 span {
	font-size: 14px;
	color: #555;
	display: block;
	padding: 15px 0
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	h2 {
		font-size: 18px
	}
	h2 span {
		font-size: 12px;
		padding: 10px 0
	}
}

@media only screen and (max-width: 529px) {
	h2 {
		font-size: 14px
	}
	h2 span {
		font-size: 11px;
		padding: 8px 0
	}
}

h3 {
	font-size: 18px;
	font-weight: 600;
	color: #422b89
}

h3 span {
	font-size: 14px;
	color: #555;
	display: block;
	padding: 15px 0
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	h3 {
		font-size: 14px
	}
	h3 span {
		font-size: 11px
	}
}

@media only screen and (max-width: 529px) {
	h3 {
		font-size: 14px
	}
	h3 span {
		font-size: 11px
	}
}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative
}






header .container {
	width: 95%;
	height: 100%;
	margin: 0 auto;
	position: relative;
    padding:10px;
}


@media only screen and (max-width: 529px) {
	.container {
		width: 92%;
		padding: 30px 0
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.container {
		width: 90%;
		padding: 35px 0
	}
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.container {
		width: 90%
	}
}



.header {
	position: inherit;
	z-index: 999;
	top: 0;
	left: 0;
	height: 90px;
	width: 100%;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgb(255, 255, 255) 0, rgb(255, 255, 255) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0, rgb(255, 255, 255)), color-stop(100%, rgb(255, 255, 255)));
	background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(top, rgb(255, 255, 255) 0, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(top, rgb(255, 255, 255) 0, rgb(255, 255, 255) 100%);
	background: linear-gradient(to bottom, rgb(255, 255, 255) 0, rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0)
}

.header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0px 30px ;
}


.header .logo a {
	display: block;
	width: 100%;
	height: 100%
}

.header .logo span {
	color: #fff;
	display: none
}

.header .logo img {
	width:200px;
	height:auto;
	padding-top: 10px;
}

@media screen and (max-width:529px)
{
	.header .logo img {
		width: 100px;
		height: auto;
	}
}


@media only screen and (max-width: 529px) {
	.header {
		height: 60px
	}
	.header .logo {
		width: 90px
	}
}

.header-static,
.registration .header {
	position: relative;
	height: 90px;
	background: #FFFFFF;
	box-shadow: 0 3px 12px -4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 12px -4px rgba(0, 0, 0, 0.1);
}

.header-static .logo,
.registration .header .logo {
	width: 200px
}

.otherheader {
	background: none
}

.sticky {
	background: none;
	background-color: #FFFFFF;
	opacity: 1;
	position: fixed;
	height: 85px;
	top: 0;
	-webkit-box-shadow: 0 4px 17px -4px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 4px 17px -4px rgba(0, 0, 0, 0.26);
	box-shadow: 0 4px 17px -4px rgba(0, 0, 0, 0.26);
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	-ms-transition: all .8s ease;
	transition: all .8s ease
}

.sticky .logo {
	width: 200px
}

.nav {
	display: flex;
	align-items: center
}

.nav .session {
	border-left: 1px solid #fff
}

@media only screen and (max-width: 529px) {
	.nav {
		display: none
	}
	.header .container {
		padding:15px;
		width:100%;
	}
}

a.sessionlinks {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 4px 12px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	margin: 0 5px
}

a.sessionlinks:hover {
	border-bottom: 2px solid #fff
}

a#link-signup {
	background: rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.nav-list ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0
}

.nav-list ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 4px 12px
}

.nav-list ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
	padding-top: 6px;
	padding-bottom: 4px;
	border-bottom: 2px solid transparent
}

.nav-list ul li a:hover {
	text-decoration: none;
	background: none;
	border-bottom: 2px solid #000000
}

.nav-list ul li.current-menu-item a {
	border-bottom: 2px solid #fff
}

.nav-list ul div.menu-box {
	display: none;
	position: absolute;
	top: 100%;
	left: -50%;
	background: #fff;
	padding: 10px;
	z-index: 9999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1)
}

.nav-list ul div.menu-box:before {
	position: absolute;
	content: '';
	left: 48%;
	top: -4px;
	width: 12px;
	height: 12px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: -1
}

.nav-list ul ul li {
	float: none;
	width: 200px
}

.nav-list ul ul a {
	line-height: 120%;
	text-transform: uppercase;
	color: #000;
	padding: 10px 0;
	border-bottom: 2px solid transparent
}

.nav-list ul ul a:hover {
	color: #ef4123;
	border-bottom: 2px solid #ef4123
}

.nav-list ul ul ul {
	top: 0;
	left: 100%
}

.nav-list ul li:hover>div {
	display: block
}

.section {
	position: relative
}

.blank-section {
	position: relative;
	margin-top: 20px;
	padding: 2% 10%
}

.trape-dark-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	transform: skewY(-4deg);
	transform-origin: 0;
	overflow: hidden;
	z-index: 0
}

.trape-dark-bg span:nth-child(1) {
	width: 100%;
	min-height: 620px;
	display: block;
	background: #ef4123
}

.trape-dark-bg span:nth-child(2) {
	width: 100%;
	min-height: 600px;
	display: block;
	background: #f0f0f0
}

@media only screen and (max-width: 529px) {
	.trape-dark-bg span:nth-child(1) {
		min-height: 930px
	}
	.trape-dark-bg span:nth-child(2) {
		min-height: 1000px
	}
}

.home-f-container {
	padding-top: 50px;
	position: relative
}

.trape-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	transform: skewY(-6deg);
	transform-origin: 0;
	overflow: hidden;
	z-index: -1
}

.trape-bg span {
	margin-top: 220px;
	width: 100%;
	height: 450px;
	display: block;
	background: #f2f7fb
}

.dev-trape-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	transform: skewY(-6deg);
	transform-origin: 0;
	overflow: hidden;
	z-index: -1
}

.dev-trape-bg span {
	margin-top: 450px;
	width: 100%;
	height: 1000px;
	display: block;
	background: #f2f7fb
}

.para-content p {
	margin: 20px 0;
	line-height: 1.6;
	text-align: justify
}

.para-content p strong {
	font-weight: 600;
	font-size: 16px
}

.para-content table strong {
	font-weight: 600;
	font-size: 14px
}

.para-content .para-ul {
	font-weight: 600;
	margin: 30px 0 10px
}

.para-content .para-ul li {
	margin: 10px
}

.terms-content p {
	margin: 20px 0;
	line-height: 1.8;
	text-align: justify
}

.terms-content p strong {
	font-weight: 600;
	font-size: 18px
}

.terms-content .tc-content {
	border-left: 1px solid #000
}

.terms-content b {
	font-weight: 600
}

.terms-content h1 {
	font-size: 22px;
	font-weight: 600;
	text-align: left;
	width: 100%
}

.terms-content li {
	margin: 20px 0;
	line-height: 1.8;
	text-align: justify
}

.tc-links {
	display: flex;
	flex-flow: row;
	justify-content: center;
	margin-top: 20px
}

.tc-links a {
	width: 25%;
	height: 50px;
	margin: 0 20px;
	padding: 15px 10px 10px;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	align-content: center;
	color: #9f9f9f;
	text-decoration: none;
	background: #f9f9f9
}

.tc-links a:hover {
	font-weight: 600;
	color: #ef4123;
	border: 1px solid #ef4123
}

.tc-links .active {
	font-weight: 600;
	color: #ef4123;
	border: 1px solid #ef4123;
	background: #fff
}

@media only screen and (max-width: 529px) {
	.tc-links a {
		width: 50%;
		margin: 0 10px;
		padding: 12px 4px;
		font-size: 12px
	}
}

.banner-box {
	position: relative;
	width: 100%
}

.banner {
	height: 500px;
	position: relative;
	background-repeat: no-repeat;
	overflow: hidden
}

.banner:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	z-index: 0
}

.banner .callout {
	padding: 20px;
	text-align: left;
	position: relative;
	top: 50px;
	width: 100%;
	z-index: 2
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.banner .callout {
		bottom: 50px;
		width: 45%;
		left: 20px
	}
}

.banner .callout h1 {
	text-align: left;
	line-height: 67px;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 2px;
	color: #fff;
	width: 100%;
	margin-bottom: 20px
}

@media only screen and (max-width: 529px) {
	.banner .callout h1 {
		font-size: 20px;
		line-height: 1.7;
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.banner .callout h1 {
		font-size: 20px;
		ine-height: 1.7;
	}
}

.banner .callout a {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 3px;
	background: #ef4123;
	padding: 6px
}

@media only screen and (max-width: 529px) {
	.banner {
		height: 300px;
		background-size: 160%;
		background-position: center;
		background-attachment: local;
		background-repeat: no-repeat
	}
	.banner .callout {
		padding: 10px;
		width: 90%;
		position: relative;
		margin: 10px auto 0;
		bottom: auto;
		left: auto
	}
	.banner .callout:after {
		display: none
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.banner {
		height: 350px
	}
}

.banner-home:after {
	background-image: url(../img/banner-home.jpg);
	background-repeat: no-repeat;
	background-position: center 0
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.banner-home:after {
		background-position: center 0
	}
}

@media only screen and (max-width: 529px) {
	.banner-home:after {
		background-position: -300px center
	}
}

.banner-consumer:after {
	background-image: url(../img/banner-consumer.jpg);
	background-position: center -60px
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.banner-consumer:after {
		background-position: center -40px
	}
}

@media only screen and (max-width: 529px) {
	.banner-consumer:after {
		background-position: center
	}
}

.banner-corporate .callout {
	width: 730px
}

.banner-corporate:after {
	background-image: url(../img/banner-corporates.jpg);
	background-repeat: no-repeat
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.banner-corporate:after {
		background-position: 0 0
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.banner-corporate:after {
		background-position: 0 0
	}
}

@media only screen and (max-width: 529px) {
	.banner-corporate:after {
		background-position: -200px 0;
		background-size: auto 100%
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.banner-corporate .callout {
		width: 60%
	}
}

@media only screen and (max-width: 529px) {
	.banner-corporate .callout {
		width: 100%
	}
}

.banner-merchant .callout {
	width: 700px
}

.banner-merchant:after {
	background-image: url(../img/banner-merchants.jpg);
	background-position: center 0;
	-webkit-box-shadow: inset 0 70px 146px -11px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: inset 0 70px 146px -11px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0 70px 146px -11px rgba(0, 0, 0, 0.8)
}

@media only screen and (max-width: 529px) {
	.banner-merchant:after {
		background-position: right -20px;
		background-size: auto 120%
	}
}

@media only screen and (max-width: 529px) {
	.banner-merchant .callout {
		width: 100%
	}
}

.banner-about .callout {
	width: 400px;
	margin: 50px auto 0
}

.banner-about:after {
	background-image: url(../img/banner-about.jpg);
	background-repeat: no-repeat;
	background-position: center -140px;
	background-size: cover;
	opacity: .2
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.banner-about:after {
		background-position: center -40px
	}
}

@media only screen and (max-width: 529px) {
	.banner-about:after {
		background-position: center
	}
}

.banner-about-test-1 {
	background-color: #000
}

.banner-about-test-1:after {
	background-image: url(../img/banner-about-1.jpg);
	background-repeat: no-repeat;
	background-position: center -70px;
	opacity: .6
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.banner-about-test-1:after {
		background-position: center
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.banner-about-test-1:after {
		background-position: center -40px
	}
}

@media only screen and (max-width: 529px) {
	.banner-about-test-1:after {
		background-position: center
	}
}

.banner-about-test-2 {
	background-color: #000
}

.banner-about-test-2:after {
	background-image: url(../img/banner-about-2.jpg);
	background-repeat: no-repeat;
	background-position: center -10px;
	opacity: .6
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.banner-about-test-2:after {
		background-position: center
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.banner-about-test-2:after {
		background-position: center -40px
	}
}

@media only screen and (max-width: 529px) {
	.banner-about-test-2:after {
		background-position: center
	}
}

.banner-about-test-3 {
	background-color: #000
}

.banner-about-test-3:after {
	background-image: url(../img/banner-about-3.jpg);
	background-repeat: no-repeat;
	background-position: center -10px;
	opacity: .6
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.banner-about-test-3:after {
		background-position: center
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.banner-about-test-3:after {
		background-position: center -40px
	}
}

@media only screen and (max-width: 529px) {
	.banner-about-test-3:after {
		background-position: center
	}
}

.banner-developer .callout {
	width: 700px
}

.banner-developer:after {
	background-image: url(../img/banner-developer.jpg);
	background-position: center 0;
	-webkit-box-shadow: inset 0 70px 146px -11px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: inset 0 70px 146px -11px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0 70px 146px -11px rgba(0, 0, 0, 0.8)
}

@media only screen and (max-width: 529px) {
	.banner-developer:after {
		background-position: right -40px;
		background-size: auto 120%
	}
}

@media only screen and (max-width: 529px) {
	.banner-developer .callout {
		width: 100%
	}
}

.small-banner {
	background: #0d55a3
}

.small-banner h1 {
	margin-top: 40px;
	color: #fff;
	font-size: 48px;
	font-weight: 900
}

.small-banner h1 span {
	color: #fff
}

@media only screen and (max-width: 529px) {
	.small-banner h1 {
		font-size: 20px
	}
}

.contact-art {
	background-image: url(../img/contact-art.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 40px
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.contact-art {
		background-size: 105% auto;
		background-position: -11px 66px
	}
}

@media only screen and (max-width: 529px) {
	.contact-art {
		background-size: cover;
		background-position: -71px -33px
	}
}

.career-art {
	background-image: url(../img/banner-career.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
	position: relative
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.career-art {
		background-size: 105% auto;
		background-position: -11px 0
	}
}

@media only screen and (max-width: 529px) {
	.career-art {
		background-size: cover;
		background-position: -71px -33px
	}
}

.career-art:after {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.home-features {
	display: flex;
	flex-flow: column wrap
}

.home-features .blocks {
	width: 100%;
	padding: 110px 10%;
	display: flex;
	flex-flow: row;
	justify-content: space-between
}

.home-features .feature-image {
	width: 50%;
	position: relative
}

.home-features .feature-content {
	width: 40%;
	padding: 20px
}

.home-features .feature-content h2 {
	text-align: left;
	font-size: 28px;
	color: #ef4123;
	font-weight: 600
}

.home-features .feature-content p {
	font-size: 16px;
	line-height: 1.5;
	margin: 15px 0
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.home-features .blocks {
		padding: 90px 5%;
		justify-content: space-between
	}
	.home-features .feature-content {
		width: 45%
	}
	.home-features .feature-content h2 {
		text-align: left;
		font-size: 26px
	}
	.home-features .feature-content p {
		font-size: 14px;
		line-height: 1.5;
		margin: 10px 0
	}
}

@media only screen and (max-width: 529px) {
	.home-features .blocks {
		padding: 0 5% 40px;
		flex-flow: column
	}
	.home-features .feature-content {
		width: 100%;
		padding: 20px;
		order: 2;
		text-align: center
	}
	.home-features .feature-content h2 {
		text-align: center;
		font-size: 24px;
		color: #ef4123;
		font-weight: 600
	}
	.home-features .feature-content p {
		font-size: 14px;
		line-height: 1.5;
		margin: 10px 0;
		text-align: center
	}
	.home-features .feature-image {
		order: 1;
		width: 100%;
		position: relative;
		height: 235px
	}
}

.individuals .img-home-1 {
	background-image: url(../img/h-01-bg.jpg);
	background-repeat: no-repeat;
	background-size: auto 90%;
	background-position: bottom center;
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 300px;
	border-bottom: 2px solid #ccc
}

.individuals .img-home-2 {
	background-image: url(../img/h-01.png);
	background-repeat: no-repeat;
	background-size: auto 98%;
	background-position: 0 30px;
	position: absolute;
	width: 100%;
	min-height: 300px;
	left: 50px;
	bottom: -1px
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.individuals .img-home-2 {
		background-size: auto 92%;
		background-position: center bottom;
		left: auto;
		bottom: -22px
	}
}

@media only screen and (max-width: 529px) {
	.individuals .img-home-2 {
		background-size: auto 92%;
		background-position: center bottom;
		left: auto;
		bottom: -22px
	}
}

.corporates img.img-home-3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%
}

.corporates .feature-image {
	height: auto
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.corporates img.img-home-3 {
		width: 100%;
		bottom: 34px
	}
}

@media only screen and (max-width: 529px) {
	.corporates img.img-home-3 {
		position: static;
		width: 100%
	}
}

.merchants img.img-home-4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%
}

.merchants .feature-image {
	height: auto;
	border-bottom: 2px solid #333
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.merchants img.img-home-4 {
		width: 100%;
		bottom: 34px
	}
}

@media only screen and (max-width: 529px) {
	.merchants img.img-home-4 {
		position: static;
		width: 100%
	}
}

.con-feature-box {
	position: relative
}

.con-feature-box img.mobile-1 {
	position: absolute;
	left: 50%;
	bottom: -20%;
	transform: translate(-50%, 0)
}

.con-feature-box img.mobile-2 {
	position: absolute;
	left: 50%;
	bottom: -25%;
	transform: rotate(-25deg) translate(-50%, 0);
	opacity: .5
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.con-feature-box img.mobile-1 {
		right: 0;
		bottom: -20%;
		height: 50%
	}
	.con-feature-box img.mobile-2 {
		right: 2%;
		bottom: -20%;
		height: 50%
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.con-feature-box img.mobile-1 {
		height: 40%
	}
	.con-feature-box img.mobile-2 {
		height: 50%
	}
}

@media only screen and (max-width: 529px) {
	.con-feature-box img.mobile-1,
	.con-feature-box img.mobile-2 {
		display: none
	}
}

.feature-block {
	display: flex;
	flex-flow: row wrap;
	position: relative;
	padding: 55px 0;
	justify-content: space-between
}

@media only screen and (max-width: 529px) {
	.feature-block {
		flex-flow: column wrap;
		padding: 10px 0
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.feature-block {
		padding: 40px 0 0
	}
}

.feature-block .feature {
	display: flex;
	padding-bottom: 60px;
	flex-basis: 33.33%;
	flex-direction: column;
	align-items: flex-start
}

@media only screen and (max-width: 529px) {
	.feature-block .feature {
		flex-basis: 100%;
		padding-bottom: 30px
	}
}

.feature-block .feature .f-content h2 {
	padding: 0 0 15px;
	text-align: left;
	font-size: 18px
}

.feature-block .feature .f-content span {
	font-size: 14px;
	line-height: 1.6;
	color: #5d5d5d;
	display: block;
	width: 90%
}

@media only screen and (max-width: 529px) {
	.feature-block .feature .f-content {
		align-self: flex-start;
		width: 100%
	}
	.feature-block .feature .f-content h2 {
		text-align: center;
		margin-top: 20px
	}
	.feature-block .feature .f-content span {
		text-align: center;
		margin: 0 auto 5px
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.feature-block .feature .f-content span {
		font-size: 10px
	}
}

.feature-block .feature .f-icon {
	width: 100%;
	height: 80px;
	margin: 0 10px
}

.feature-block .feature .f-icon img {
	width: auto;
	max-height: 60%
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.feature-block .feature .f-icon {
		width: 25%;
		height: 70px
	}
}

@media only screen and (max-width: 529px) {
	.feature-block .feature .f-icon {
		width: 20%;
		height: auto;
		margin-right: 25px;
		margin: auto;
		text-align: center
	}
	.feature-block .feature .f-icon img {
		max-width: 100%;
		height: auto
	}
}

.f-mobile-1 {
	background: url(../img/f-mobile-1.png) no-repeat;
	background-position: 98% 320px;
	background-size: 30% auto;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

@media only screen and (max-width: 529px) {
	.f-mobile-1 {
		display: none
	}
}

.can-do-list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap
}

.can-do-list div {
	width: 25%;
	height: 100px;
	padding: 10px;
	display: flex;
	margin-bottom: 10px;
	align-items: flex-end;
	justify-content: center
}

.can-do-list div h3 {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	color: #000
}

@media only screen and (max-width: 529px) {
	.can-do-list div {
		width: 25%;
		height: 80px;
		margin-bottom: 5px
	}
	.can-do-list div h3 {
		font-size: 10px
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.can-do-list div {
		height: 70px
	}
	.can-do-list div h3 {
		font-size: 12px
	}
}

.can-do-list div.f-01 {
	background: url(../img/svg/c-send.svg) no-repeat;
	background-position: top center;
	background-size: auto 60%
}

.can-do-list div.f-02 {
	background: url(../img/svg/c-split_bills.svg) no-repeat;
	background-position: top center;
	background-size: auto 60%
}

.can-do-list div.f-03 {
	background: url(../img/svg/c-mobile.svg) no-repeat;
	background-position: top center;
	background-size: auto 60%
}

.can-do-list div.f-04 {
	background: url(../img/svg/c-electricity.svg) no-repeat;
	background-position: top center;
	background-size: auto 60%
}

.can-do-list div.f-05 {
	background: url(../img/svg/c-collect.svg) no-repeat;
	background-position: top center;
	background-size: auto 60%
}

.can-do-list div.f-06 {
	background: url(../img/svg/c-bank.svg) no-repeat;
	background-position: top center;
	background-size: auto 60%
}

.can-do-list div.f-07 {
	background: url(../img/svg/c-DTH.svg) no-repeat;
	background-position: top center;
	background-size: auto 60%
}

.can-do-list div.f-08 {
	background: url(../img/svg/c-gift.svg) no-repeat;
	background-position: top center;
	background-size: auto 60%
}

.con-wallet h2 {
	font-size: 30px
}

.con-wallet-steps {
	display: flex;
	justify-content: space-between;
	margin: 40px 0
}

@media only screen and (max-width: 529px) {
	.con-wallet-steps {
		flex-flow: column
	}
}

.con-wallet-steps .steps {
	display: flex;
	flex-direction: column;
	padding: 10px 10px 10px 70px;
	margin-bottom: 10px;
	position: relative
}

.con-wallet-steps .steps:before {
	content: '';
	font-size: 30px;
	font-weight: bold;
	border: 2px solid #bcb6b6;
	text-align: center;
	padding-top: 16px;
	width: 40px;
	height: 70px;
	border-bottom-left-radius: 80px;
	border-top-left-radius: 80px;
	position: absolute;
	background: #fff;
	color: #ef4123;
	top: 145px;
	left: 22px
}

@media only screen and (max-width: 529px) {
	.con-wallet-steps .steps:before {
		font-size: 18px;
		width: 30px;
		height: 54px;
		border-bottom-left-radius: 80px;
		left: 10px
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.con-wallet-steps .steps:before {
		font-size: 24px;
		width: 30px;
		height: 57px;
		border-bottom-left-radius: 80px;
		left: 30px
	}
}

.con-wallet-steps .steps h3 {
	padding: 15px 0;
	font-weight: 600
}

.con-wallet-steps .steps span {
	line-height: 1.4;
	display: block;
	width: 95%
}

@media only screen and (max-width: 529px) {
	.con-wallet-steps .steps {
		padding: 0;
		text-align: center
	}
	.con-wallet-steps .steps span {
		font-size: 14px;
		text-align: center;
		display: block;
		width: 100%
	}
	.con-wallet-steps .steps h3 {
		font-size: 16px
	}
	.con-wallet-steps .steps:before {
		display: none
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.con-wallet-steps .steps span {
		font-size: 12px
	}
}

.con-wallet-steps .icon {
	width: 100px;
	height: 100px;
	background: url(../img/icon-wallet-sprite.png) no-repeat
}

@media only screen and (max-width: 529px) {
	.con-wallet-steps .icon {
		margin: 0 auto
	}
}

.con-wallet-steps .step-1:before {
	content: '1'
}

.con-wallet-steps .step-1 .icon {
	background-position: 0 0
}

.con-wallet-steps .step-2:before {
	content: '2'
}

.con-wallet-steps .step-2 .icon {
	background-position: -116px -106px
}

.con-wallet-steps .step-3:before {
	content: '3'
}

.con-wallet-steps .step-3 .icon {
	background-position: 0 -212px
}

.corporates-list {
	display: flex;
	width: 100%;
	margin: 30px 0;
	justify-content: space-between;
	flex-flow: row wrap
}

.corporates-list div {
	width: 20%;
	height: 120px;
	background-position: center;
	background-size: 90%;
	background-repeat: no-repeat
}

.corporates-list .cl-1 {
	background-image: url(../img/cl-1.gif)
}

.corporates-list .cl-2 {
	background-image: url(../img/cl-2.gif)
}

.corporates-list .cl-3 {
	background-image: url(../img/cl-3.gif)
}

.corporates-list .cl-4 {
	background-image: url(../img/cl-4.gif)
}

.corporates-list .cl-5 {
	background-image: url(../img/cl-5.gif)
}

.corporates-list .cl-6 {
	background-image: url(../img/cl-6.gif)
}

.corporates-list .cl-7 {
	background-image: url(../img/cl-7.gif)
}

.corporates-list .cl-8 {
	background-image: url(../img/cl-8.gif)
}

.corporates-list .cl-9 {
	background-image: url(../img/cl-9.gif)
}

.corporates-list .cl-10 {
	background-image: url(../img/cl-10.gif)
}

@media only screen and (max-width: 529px) {
	.corporates-list {
		margin: 15px 0
	}
	.corporates-list div {
		height: 80px
	}
}

.corp-feature-block {
	position: relative;
	padding: 40px 0 0
}

.corp-feature {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 20px 0
}

.corp-feature .corp-f-content {
	width: 40%
}

.corp-feature .corp-f-content h2 {
	color: #ef4123;
	font-size: 28px;
	line-height: 1.4;
	padding: 5px 0 15px;
	text-align: left;
	font-weight: 600
}

.corp-feature .corp-f-content p {
	margin: 15px 0;
	line-height: 1.6;
	font-size: 18px
}

.corp-feature .corp-f-image {
	width: 40%
}

.corp-feature .corp-f-image img {
	width: 80% !important
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.corp-feature .corp-f-content p {
		font-size: 16px
	}
}

@media only screen and (max-width: 529px) {
	.corp-feature {
		flex-flow: column
	}
	.corp-feature .corp-f-image {
		width: 90% !important
	}
	.corp-feature .corp-f-content {
		width: 80%;
		margin: 0 auto
	}
	.corp-feature .corp-f-content h2 {
		font-size: 20px;
		padding: 6px 0;
		text-align: center
	}
	.corp-feature .corp-f-content p {
		margin: 10px 0;
		line-height: 1.4;
		font-size: 14px;
		text-align: center
	}
}

.corp-trape {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	display: flex;
	flex-flow: column;
	transform: skewY(-4deg);
	overflow: hidden;
	z-index: -1
}

.corp-trape span:nth-child(1) {
	width: 50%;
	min-height: 200px;
	display: block;
	background: linear-gradient(150deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%);
	opacity: .1
}

.corp-trape span:nth-child(2) {
	width: 40%;
	min-height: 80px;
	display: block;
	background: #f9f9f9;
	opacity: .7;
	margin-left: 20px
}

@media only screen and (max-width: 529px) {
	.corp-trape span:nth-child(1) {
		min-height: 930px
	}
}

.corp-CTA {
	display: flex;
	flex-flow: column;
	align-items: center
}

.corp-CTA h2 {
	color: #404040;
	margin: 15px 0 25px;
	font-size: 28px;
	line-height: 1.6
}

.corp-CTA h3 {
	text-align: center;
	font-size: 26px;
	font-weight: normal
}

.corp-CTA h3 span {
	font-weight: 600
}

.corp-CTA span.mobnumber {
	color: #ef4123;
	font-size: 24px
}

.corp-CTA span.or {
	font-weight: 400;
	color: #555;
	text-decoration: none;
	margin: 5px 0 15px
}

@media only screen and (max-width: 529px) {
	.corp-CTA span.mobnumber {
		color: #ef4123;
		font-size: 20px;
		display: block;
		width: 92%;
		margin: 0 auto;
		text-align: center
	}
	.corp-CTA h2 {
		margin: 10px 0 20px;
		font-size: 20px
	}
}

.valuebox {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap
}

.valuebox .values {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 45%;
	text-align: center;
	position: relative;
	top: -130px;
	background: #fff;
	padding: 30px;
	z-index: 9999
}

.valuebox .values h2 {
	font-size: 28px
}

.valuebox .values p {
	line-height: 1.5;
	margin: 25px 0
}

@media only screen and (max-width: 529px) {
	.valuebox {
		flex-flow: column wrap
	}
	.valuebox .values {
		width: 100%;
		top: -80px;
		padding: 30px 10px 10px
	}
	.valuebox .values:nth-child(1):after {
		content: '';
		display: block;
		border-bottom: 1px solid #cfcfcf
	}
}

.story-block p {
	line-height: 2;
	font-size: 16px;
	margin: 20px 0;
	text-align: justify
}

.story-block h3 {
	text-align: center;
	line-height: 2.2;
	font-size: 24px;
	color: #666
}

.story-block h5 {
	font-size: 16px;
	text-align: center;
	margin: 20px 0
}

.story-block h5 a {
	color: #ef4123;
	font-weight: 600
}

@media only screen and (max-width: 529px) {
	.story-block h3 {
		font-size: 18px
	}
}

@media only screen and (max-width: 529px) {
	.story-block p {
		line-height: 1.6;
		font-size: 16px;
		margin: 20px 0;
		text-align: left
	}
	.story-block h3 {
		line-height: 2;
		font-size: 16px
	}
	.story-block h5 a {
		margin-top: 10px;
		display: block
	}
}

.team {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	width: 80%;
	margin: 30px auto
}

.team .profile {
	width: 25%;
	margin: 30px 0;
	text-align: center;
	cursor: pointer
}

.team .profile h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600
}

.team .profile img {
	margin: 10px;
	border: 5px solid #efefef;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	filter: grayscale(1) opacity(.8)
}

.team .profile img:hover {
	filter: opacity(1)
}

@media only screen and (max-width: 529px) {
	.team {
		width: 96%;
		margin: 20px auto
	}
	.team .profile {
		width: 50%;
		margin: 20px 0
	}
	.team .profile img {
		width: 60%
	}
	.team .profile h3 {
		font-size: 12px;
		font-weight: 600;
		color: #ef4123
	}
}

.contactbar {
	background: url(../img/section-bg.png) center center no-repeat;
	background-size: 100% 100%;
}

.contactbar h2 {
	color: #fff;
	line-height: 1.6;
	font-size: 26px;
	margin-bottom: 0px;
	text-align: center
}

.contactbar h4 {
	color: #fff;
	line-height: 1.6;
	font-size: 22px;
	margin-bottom: 30px;
	text-align: center
}

@media only screen and (max-width: 529px) {
	.contactbar h2 {
		font-size: 20px
	}
	.contactbar h4 {
		font-size: 16px;
		line-height: 1.4
	}
}

.contact {
	display: flex;
	font-size: 24px;
	color: #fff;
	margin: 50px 0 20px;
	justify-content: space-around
}

.contact div {
	font-weight: 400;
	text-align: center
}

.contact div a {
	color: #fff;
	text-decoration: none
}

.contact .phone {
	flex: 2
}

.contact .phone:before {
	content: '';
	display: inline-block;
	background: url(../img/svg/contact-mobile.svg) center top no-repeat;
	background-size: contain;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	vertical-align: middle
}

.contact .cta {
	flex: 2;
	padding-top: 30px
}

.contact .or {
	padding: 0 40px;
	opacity: .5;
	filter: alpha(opacity=50)
}

.contact .or:after {
	content: '';
	display: block;
	border-bottom: 2px solid #fff
}

.contact .email {
	flex: 2
}

.contact .email:before {
	content: '';
	display: inline-block;
	background: url(../img/svg/email.svg) center top no-repeat;
	background-size: contain;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	vertical-align: middle
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.contact {
		font-size: 20px;
		flex-flow: column;
		margin: 40px 0 20px
	}
	.contact .or {
		padding: 20px 40px
	}
	.contact .or:after {
		width: 50px;
		margin: 0 auto
	}
	.contact .email {
		order: 2;
		margin-top: 20px
	}
	.contact .email:before {
		height: 40px
	}
	.contact .cta {
		order: 1;
		padding: 0 0 30px
	}
	.contact .phone {
		order: 2
	}
	.contact .phone:before {
		height: 40px
	}
}

@media only screen and (max-width: 529px) {
	.contact {
		font-size: 20px;
		flex-flow: column;
		margin: 40px 0 20px
	}
	.contact .or {
		padding: 20px 40px
	}
	.contact .or:after {
		width: 50px;
		margin: 0 auto
	}
	.contact .email {
		order: 2;
		margin-top: 20px
	}
	.contact .email:before {
		height: 40px
	}
	.contact .cta {
		order: 1;
		padding: 0 0 30px
	}
	.contact .phone {
		order: 2
	}
	.contact .phone:before {
		height: 40px
	}
}

.home-contact {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	margin: 30px 0
}

.home-contact .cols {
	width: 35%
}

.home-contact .cols address {
	line-height: 1.4;
	font-size: 18px
}

.home-contact .cols ul li {
	padding-left: 45px
}

.home-contact .cols ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 20px
}

.home-contact .cols .contactlogo {
	width: 60px;
	margin-bottom: 30px
}

.home-contact .cols .telnumber {
	background: url(../img/svg/phone.svg) no-repeat;
	background-size: auto 60%;
	background-position: 20px center
}

.home-contact .cols .mail {
	background: url(../img/svg/mail.svg) no-repeat;
	background-size: auto 70%;
	background-position: 10px center
}

.home-contact .cols .web {
	background: url(../img/svg/web.svg) no-repeat;
	background-size: auto 60%;
	background-position: 18px center
}

.home-contact .or {
	width: 20%;
	padding: 0 40px;
	font-size: 34px;
	text-align: center;
	opacity: .5;
	filter: alpha(opacity=50)
}

.home-contact .or:after {
	content: '';
	display: block;
	width: 30%;
	margin: 0 auto;
	border-bottom: 2px solid #fff
}

@media only screen and (max-width: 529px) {
	.home-contact {
		flex-flow: column;
		margin: 30px 0 0
	}
	.home-contact .cols {
		width: 100%
	}
	.home-contact .cols address {
		font-size: 14px;
		text-align: center;
		margin-bottom: 20px
	}
	.home-contact .cols ul li {
		padding-left: 0
	}
	.home-contact .cols ul li a {
		font-size: 22px;
		text-align: center
	}
	.home-contact .cols .contactlogo {
		display: none
	}
	.home-contact .cols .telnumber {
		background-position: 40px center
	}
	.home-contact .cols .mail {
		background-position: 34px center
	}
	.home-contact .cols .web {
		background-position: 40px center
	}
	.home-contact .or {
		font-size: 24px;
		opacity: .5;
		filter: alpha(opacity=50)
	}
	.home-contact .or:after {
		width: 20%
	}
}

.merchant-features {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0
}

.merchant-features .blocks {
	margin: 20px 0;
	min-height: 200px
}

.merchant-features .blocks h2 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #422b89;
	text-transform: none
}

.merchant-features .blocks p {
	line-height: 1.4;
	margin-bottom: 40px
}

.merchant-features .blocks .icon {
	width: 70px;
	height: 70px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	background: #683268
}

.merchant-features .blocks img {
	height: 100%
}

.merchant-features .col-left {
	width: 40%;
	padding-left: 20px;
	text-align: center
}

.merchant-features .col-left .blocks {
	text-align: center;
	text-align: -webkit-center
}

.merchant-features .col-left h2,
.merchant-features .col-left p,
.merchant-features .col-left .icon {
	text-align: center
}

.merchant-features .col-right {
	width: 40%;
	padding-right: 20px;
	text-align: center
}

.merchant-features .col-right .blocks {
	text-align: center;
	text-align: -webkit-center
}

.merchant-features .col-right h2,
.merchant-features .col-right p,
.merchant-features .col-right .icon {
	text-align: center
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.merchant-features .blocks {
		min-height: 270px
	}
}

@media only screen and (max-width: 529px) {
	.merchant-features {
		flex-flow: column;
		background: none
	}
	.merchant-features .col-left,
	.merchant-features .col-right {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center
	}
	.merchant-features .col-left .blocks,
	.merchant-features .col-right .blocks {
		text-align: center;
		text-align: -webkit-center;
		min-height: auto
	}
	.merchant-features .col-left .blocks .icon,
	.merchant-features .col-right .blocks .icon {
		width: 50px;
		height: 50px
	}
	.merchant-features .col-left h2,
	.merchant-features .col-right h2,
	.merchant-features .col-left p,
	.merchant-features .col-right p,
	.merchant-features .col-left .icon,
	.merchant-features .col-right .icon {
		text-align: center
	}
}

.corporate-features {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0
}

.corporate-features .blocks {
	margin: 20px 0;
	min-height: 250px
}

.corporate-features .blocks h2 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #0655A3;
	line-height: 30px;
}

.corporate-features .blocks p {
	line-height: 1.4;
	margin-bottom: 40px
}

.corporate-features .blocks .icon {
	width: 130px;
	height: 130px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0px
}

.corporate-features .blocks img {
	height: 100%
}

.corporate-features .col-left {
	width: 40%;
	padding-left: 20px;
	text-align: center
}

.corporate-features .col-left .blocks {
	text-align: center;
	text-align: -webkit-center
}

.corporate-features .col-left h2,
.corporate-features .col-left p,
.corporate-features .col-left .icon {
	text-align: center
}

.corporate-features .col-right {
	width: 40%;
	padding-right: 20px
}

.corporate-features .col-right .blocks {
	text-align: center;
	text-align: -webkit-center
}

.corporate-features .col-right h2,
.corporate-features .col-right p,
.corporate-features .col-right .icon {
	text-align: center
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.corporate-features .blocks {
		min-height: 270px
	}
}

@media only screen and (max-width: 529px) {
	.corporate-features {
		flex-flow: column;
		background: none
	}
	.corporate-features .col-left,
	.corporate-features .col-right {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center
	}
	.corporate-features .col-left .blocks,
	.corporate-features .col-right .blocks {
		text-align: center;
		text-align: -webkit-center;
		min-height: auto
	}
	.corporate-features .col-left .blocks .icon,
	.corporate-features .col-right .blocks .icon {
		width: 50px;
		height: 50px
	}
	.corporate-features .col-left h2,
	.corporate-features .col-right h2,
	.corporate-features .col-left p,
	.corporate-features .col-right p,
	.corporate-features .col-left .icon,
	.corporate-features .col-right .icon {
		text-align: center
	}
}

.onestopbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: flex;
	justify-content: center;
	align-items: center
}

.onestopbox .logocontainer {
	width: 300px;
	height: 300px;
	background: url('../img/DhaniPay-Capsule.png') center no-repeat;
	background-size: 100%
}

.QR {
	color: #fff;
	margin-bottom: 250px
}

.QR h1,
.QR h2 {
	color: #fff
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.QR {
		margin-bottom: 150px
	}
}

@media only screen and (max-width: 529px) {
	.QR {
		margin-bottom: 90px
	}
}

.missedcall {
	background: #f0f0f0
}

@media only screen and (max-width: 529px) {
	.missedcall {
		margin-top: 150px
	}
}

.paysol-block {
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	margin: 40px 0 20px
}

.paysol-block .col {
	text-align: left;
	width: 22%
}

.paysol-block .col h2 {
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600
}

.paysol-block .col p {
	line-height: 1.4;
	margin-top: 15px
}

.paysol-block .col .figure {
	background: #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	width: 120px;
	height: 120px;
	margin: 30px 0;
	display: flex;
	justify-content: center
}

.paysol-block .col .figure img {
	width: 50%
}

@media only screen and (max-width: 529px) {
	.paysol-block {
		flex-flow: column wrap
	}
	.paysol-block .col {
		text-align: center;
		width: 100%
	}
	.paysol-block .col .figure {
		width: 60px;
		height: 60px;
		margin: 20px auto
	}
	.paysol-block .col h2 {
		text-align: center;
		font-size: 16px
	}
}

.contact-block {
	display: flex;
	justify-content: space-around;
	flex-flow: row nowrap;
	margin: 30px 0 0
}

.contact-block .cols {
	width: 30%
}

.contact-block .cols h3 {
	margin: 15px 0
}

.contact-block .cols p {
	line-height: 1.4;
	font-size: 24px
}

.contact-block .cols address {
	line-height: 1.4;
	font-size: 20px
}

.contact-block .cols a {
	color: #000;
	text-decoration: none;
	padding-bottom: 5px;
	font-size: 24px
}

.contact-block .cols a:hover {
	border-bottom: 2px solid #333
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.contact-block .cols {
		width: 45%;
		text-align: center
	}
}

@media only screen and (max-width: 529px) {
	.contact-block {
		flex-flow: column
	}
	.contact-block .cols {
		width: 100%;
		text-align: center
	}
}

.contactform {
	max-width: 600px;
	margin: 0 auto 50px;
	position: relative;
	min-height: 390px
}

.contactform .success-msg h2 {
	color: #12d300;
	font-size: 25px
}

.contactform .success-msg p {
	text-align: center;
	margin: 20px 0;
	line-height: 150%;
	font-size: 14px
}

.contactform .fail-msg h2 {
	color: #c00;
	font-size: 25px
}

.contactform .fail-msg p {
	text-align: center;
	margin: 20px 0;
	line-height: 150%;
	font-size: 14px
}

.contactform .success_contact {
	background: #a5e200;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: none;
	font-size: 15px;
	font-weight: 400;
	margin: 0 auto 10px;
	padding: 10px 8px;
	width: 100%
}

.contactform .error_contact {
	position: static;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 400;
	margin: 0 auto 10px;
	padding: 10px 8px;
	color: #ef4123;
	background: #f9f9f9;
	text-align: center;
	display: none
}

.contactform .form-box {
	padding: 40px;
	border: 1px solid #d0d0d0;
	position: absolute;
	top: -50px;
	background: #fff;
	width: 100%;
	max-width: 600px;
	margin-bottom: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.02), 0 2px 10px 0 rgba(0, 0, 0, 0.02);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.02), 0 2px 10px 0 rgba(0, 0, 0, 0.02)
}

@media only screen and (max-width: 529px) {
	.contactform .form-box {
		top: -40px;
		padding: 20px
	}
}

.testimonial {
	background: url(../img/testimonial.jpg) 0 -60px no-repeat;
	background-size: 100% auto;
	position: relative;
	min-height: 300px
}

@media only screen and (max-width: 529px) {
	.testimonial {
		min-height: 180px;
		background-size: cover;
		background-position: right top
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.testimonial {
		min-height: 240px
	}
}

.testimonial .testimonial-background {
	background: rgba(0, 0, 0, 0.6);
	width: 70%;
	height: 100%;
	-webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
	position: absolute;
	top: 0;
	left: 0
}

@media only screen and (max-width: 529px) {
	.testimonial .testimonial-background {
		width: 100%
	}
}

.testimonial-text {
	width: 70%;
	padding: 20px 0;
	position: absolute
}

.testimonial-text h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4
}

.testimonial-text span {
	color: #fff;
	padding: 10px 0;
	display: block
}

.testimonial-text span:before {
	content: ' - '
}

@media only screen and (max-width: 529px) {
	.testimonial-text {
		width: 95%;
		padding: 0 0;
		left: 20px
	}
	.testimonial-text h3 {
		font-size: 14px
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.testimonial-text h3 {
		font-size: 16px
	}
}

.footer {
	border-bottom: 8px solid #0d55a3
}

.footer .container {
	padding-bottom: 0
}

.footlinks {
	display: flex;
	justify-content: space-around;
}

.footlinks .app-store a {
	display: block;
	margin-bottom: 10px
}

.footlinks .app-store a:hover {
	border-bottom: 2px solid transparent
}

.footlinks div h4 {
	font-size: 14px;
	font-weight: 600;
	color: #4A4A4A;
	margin-bottom: 15px
}

.footlinks div li {
	margin-bottom: 15px;
	font-size: 14px
}

.footlinks div a {
	color: #555;
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 2px solid transparent
}

.footlinks div a:hover {
	border-bottom: 2px solid #333
}

@media only screen and (max-width: 529px) {
	.footlinks div h4 {
		font-size: 9px
	}
	.footlinks div li {
		margin-bottom: 12px;
		font-size: 9px
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.footlinks div h4 {
		font-size: 12px
	}
	.footlinks div li {
		margin-bottom: 12px;
		font-size: 11px
	}
}

@media only screen and (max-width: 529px) {
	.footlinks {
		flex-flow: wrap
	}
	.footlinks .app-store {
		text-align: center;
		width: 100%;
		flex-basis: 100%
	}
	.footlinks .app-store a {
		display: inline-block;
		margin-bottom: 10px
	}
	.footlinks .app-store a img {
		width: 80%
	}
	.footlinks .app-store a:hover {
		border-bottom: 0 solid
	}
}

.footbar {
	display: flex;
	margin-top: 20px;
	min-height: 90px;
	border-top: 1px solid #444;
	justify-content: space-between;
	align-items: center
}

.footbar span.terms {
	font-size: 11px
}

.footbar span.terms a {
	color: #1c75fa;
	text-decoration: underline
}

.footbar span.terms .condition {
	display: block;
	padding: 8px 0;
	font-style: italic;
	font-size: 10px;
	color: #666
}

.footbar span.social a {
	color: #4c4c4c;
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	margin: 8px;
	line-height: 40px;
	font-size: 20px;
	text-decoration: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: background-color .4s ease-in;
	-moz-transition: background-color .4s ease-in;
	-o-transition: background-color .4s ease-in;
	-ms-transition: background-color .4s ease-in;
	transition: background-color .4s ease-in
}

.footbar span.social a:hover {
	background: #0d55a3;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.footbar span.social a:last-child {
	margin-right: 0
}

@media only screen and (max-width: 529px) {
	.footbar span.social a {
		width: 30px
	}
}

@media only screen and (max-width: 529px) {
	.footbar {
		flex-flow: column;
		margin-top: 10px
	}
	.footbar span.terms {
		font-size: 11px;
		padding: 15px 0;
		text-align: center;
		line-height: 1.6
	}
}

.content_animate {
	-webkit-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .65s forwards;
	-moz-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .65s forwards;
	-o-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .65s forwards;
	animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .65s forwards
}

.registration,
.leadformbg {
	background: url(../img/reg-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover
}

.mainframe {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 85vh;
	margin-top: 3px
}

.round-box {
	background: rgba(255, 255, 255, 0.96);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	width: 60%;
	display: flex;
	flex-flow: row nowrap;
	position: relative;
	transform: translateX(100%)
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.round-box {
		width: 70%
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.round-box {
		width: 94%
	}
}

@media only screen and (max-width: 529px) {
	.round-box {
		width: 98%;
		flex-flow: column wrap;
		position: relative;
		margin: auto;
		top: auto;
		left: auto;
		transform: none;
		margin-bottom: 80px
	}
}

.backbutton {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 10px;
	left: 10px
}

.backbutton img {
	width: 30px;
	height: 30px
}

.login {
	width: 65%
}

.login h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	color: #ef4123
}

@media only screen and (min-width: 1129px) {
	.login {
		width: 65%;
		max-width: 800px
	}
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.login {
		width: 70%
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.login {
		width: 80%
	}
}

@media only screen and (max-width: 529px) {
	.login {
		width: 98%
	}
}

.static-left {
	width: 40%;
	padding: 40px 60px;
	align-self: center;
	border-right: 1px solid #ef4123
}

.static-left p {
	margin-top: 30px
}

.static-left p a {
	color: #5d5d5d;
	font-weight: 600;
	font-size: 12px
}

.static-left h1 {
	width: 100%;
	font-size: 34px;
	line-height: 1.5;
	color: #000;
	text-align: left;
	text-transform: uppercase
}

.static-left h1 span {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase
}

.static-left h1 span.highlighter {
	font-size: 18px;
	font-weight: 600;
	color: #ef4123;
	text-transform: none;
	line-height: 1.3
}

.static-left h1 span.highlighter2 {
	font-size: 34px;
	font-weight: 300;
	line-height: 1.5;
	color: #ef4123;
	text-transform: uppercase;
	padding: 0
}

.static-left h4 {
	margin: 25px 0 5px;
	color: #000;
	font-weight: bold
}

.static-left .ref a {
	color: #888;
	text-decoration: none;
	margin-right: 15px;
	margin-bottom: 5px;
	font-size: 14px;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid transparent
}

.static-left .ref a:hover {
	border-bottom: 2px solid #ef4123;
	color: #ef4123
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.static-left {
		padding: 20px 40px
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.static-left {
		padding: 20px 40px
	}
}

@media only screen and (max-width: 529px) {
	.static-left {
		padding: 10px 30px 0;
		width: 100%;
		border-right: 0 solid
	}
	.static-left h1 {
		text-align: center;
		line-height: .8;
		font-size: 24px
	}
	.static-left h1 span {
		font-size: 16px;
		padding: 10px
	}
	.static-left h1 span.highlighter {
		font-size: 16px
	}
	.static-left h1 span.highlighter2 {
		font-size: 26px;
		line-height: 1.4
	}
	.static-left p {
		margin-top: 5px;
		text-align: center
	}
	.static-left p a {
		color: #ef4123
	}
}

.ref-box {
	padding: 0 0 15px
}

.ref-box h4 {
	margin: 25px 0 5px;
	color: #000;
	font-weight: 600
}

@media only screen and (max-width: 529px) {
	.ref-box {
		text-align: center
	}
}

.dynamic-right {
	width: 60%;
	position: relative;
	padding: 40px 60px;
	align-self: center
}

.dynamic-right h2 {
	font-size: 18px;
	text-align: left;
	margin-bottom: 40px;
	color: #000
}

.dynamic-right p {
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 1.3
}

.dynamic-right p span {
	display: block;
	padding: 12px 0;
	color: #ef4123;
	font-weight: 600
}

.dynamic-right ul li {
	list-style: none;
	font-weight: 600;
	font-size: 16px;
	padding: 8px 0;
	color: #5d5d5d
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.dynamic-right {
		padding: 20px 40px
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.dynamic-right {
		padding: 20px 40px
	}
}

@media only screen and (max-width: 529px) {
	.dynamic-right {
		padding: 5px 30px 0;
		width: 100%
	}
	.dynamic-right p {
		text-align: center;
		font-size: 11px;
		margin-bottom: 5px
	}
	.dynamic-right .actions {
		text-align: center;
		margin: 20px 0
	}
}

.actions {
	text-align: center;
	margin: 20px 0
}

.splitbox {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between
}

a.extras {
	color: #ef4123;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	font-size: 13px;
	font-weight: 600
}

a.extras:hover {
	border-bottom: 2px solid #ef4123
}

.open {
	width: 40px;
	height: 40px;
	display: none;
	position: relative;
	cursor: pointer;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear
}

@media only screen and (max-width: 529px) {
	.open {
		display: block
	}
}

.open:hover {
	opacity: 1
}

.open span {
	display: block;
	float: left;
	clear: both;
	height: 3px;
	width: 30px;
	border-radius: 40px;
	background-color: #0d55a3;
	position: absolute;
	right: 3px;
	top: 3px;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease
}

.open span:nth-child(1) {
	margin-top: 3px;
	z-index: 9
}

.open span:nth-child(2) {
	margin-top: 15px
}

.open span:nth-child(3) {
	margin-top: 26px
}

.sub-menu {
	-webkit-transition: all .8s cubic-bezier(.68, -0.55, .265, 1.55);
	transition: all .8s cubic-bezier(.68, -0.55, .265, 1.55);
	height: 0;
	width: 0;
	right: 0;
	top: 0;
	position: absolute;
	background-color: rgba(239, 65, 35, 0.84);
	border-radius: 50%;
	z-index: 18;
	overflow: hidden
}

.sub-menu li {
	display: block;
	float: right;
	clear: both;
	height: auto;
	margin-right: -160px;
	-webkit-transition: all .5s cubic-bezier(.68, -0.55, .265, 1.55);
	transition: all .5s cubic-bezier(.68, -0.55, .265, 1.55)
}

.sub-menu li:first-child {
	margin-top: 180px
}

.sub-menu li ul li:first-child {
	margin-top: 0
}

.sub-menu li:nth-child(1) {
	-webkit-transition-delay: .05s
}

.sub-menu li:nth-child(2) {
	-webkit-transition-delay: .1s
}

.sub-menu li:nth-child(3) {
	-webkit-transition-delay: .15s
}

.sub-menu li:nth-child(4) {
	-webkit-transition-delay: .2s
}

.sub-menu li:nth-child(5) {
	-webkit-transition-delay: .25s
}

.sub-menu li a {
	color: #fff;
	font-size: 16px;
	width: 100%;
	display: block;
	float: left;
	line-height: 40px;
	text-decoration: none
}

.oppenned .sub-menu {
	opacity: 1;
	height: 500px;
	width: 500px;
	margin-top: 20px;
	padding-right: 30px
}

.oppenned span:nth-child(2) {
	overflow: visible
}

.oppenned span:nth-child(1),
.oppenned span:nth-child(3) {
	z-index: 100;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.oppenned span:nth-child(1) {
	-webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
	transform: rotate(45deg) translateY(12px) translateX(12px)
}

.oppenned span:nth-child(2) {
	height: 500px;
	width: 500px;
	right: -160px;
	top: -160px;
	border-radius: 50%;
	background-color: rgba(255, 32, 19, 0.84)
}

.oppenned span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translateY(-5px) translateX(4px);
	transform: rotate(-45deg) translateY(-5px) translateX(4px)
}

.oppenned li {
	margin-right: 168px
}

.oppenned li ul li {
	margin-right: 0
}

.modal-view {
	background: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
}

.video-box {
	position: fixed;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	height: 80%;
	max-height: 80vh;
	z-index: 99999
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.video-box {
		width: 80%
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.video-box {
		width: 80%
	}
}

@media only screen and (max-width: 529px) {
	.video-box {
		width: 94%;
		padding: 10px
	}
}

.popup-box {
	position: fixed;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 50px 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	max-height: 80vh;
	z-index: 99999
}

.popup-box h2 {
	font-size: 28px;
	font-weight: bold;
	color: #444;
	margin: 60px 0 10px
}

.popup-box p {
	margin: 10px 0;
	line-height: 1.4;
	font-size: 15px;
	text-align: justify
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.popup-box {
		width: 80%
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.popup-box {
		width: 80%
	}
}

@media only screen and (max-width: 529px) {
	.popup-box {
		width: 94%;
		padding: 10px;
		max-height: 85vh
	}
	.popup-box p {
		font-size: 13px;
		line-height: 1.7;
		margin: 0 0 10px
	}
	.popup-box h2 {
		font-size: 22px;
		margin: 35px 0 10px
	}
}

.pop-flex {
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap
}

.pop-image {
	width: 25%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #d8d8d8;
	display: flex;
	justify-content: center;
	align-items: center
}

.pop-round {
	width: 120px;
	height: 120px;
	border: 3px solid #fff;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	margin: 0 auto;
	top: -60px;
	position: absolute;
	background: #fff;
	left: 50%;
	transform: translateX(-50%)
}

.pop-round img {
	width: 100%;
	filter: grayscale(1)
}

@media only screen and (max-width: 529px) {
	.pop-round {
		width: 80px;
		height: 80px;
		top: -40px
	}
}

.careers h2 {
	margin: 20px 0 10px
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857143;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 2px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	border: 2px solid #ef4123;
	border-radius: 4px
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

.btn-primary {
	color: #ef4123;
	border-color: #ef4123;
	position: relative;
	border-radius: 40px;
	background-color: transparent;
	padding: .6em 2.5em
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #ef4123;
	border-color: #ef4123;
	outline: none
}

.btn-primary:hover {
	color: #fff;
	background-color: #ef4123;
	border-color: #ef4123
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #ef4123;
	border-color: #ef4123
}

.btn-white {
	color: #fff;
	border-color: #00d4b7;
	position: relative;
	border-radius: 40px;
	background-color: #00d4b7;
	padding: .9em 2.5em;
	box-shadow: 0 3px 10px -2px #00d4b7;
}

.btn-white:focus,
.btn-white.focus {
	color: #ef4123;
	background-color: #fff;
	border-color: #fff;
	outline: none
}

.btn-white:hover {
	color: #0d55a3;
	background-color: #fff;
	border-color: #fff
}

.btn-secondary {
	font-size: 12px;
	color: #ef4123;
	border-color: #ef4123;
	position: relative;
	border-radius: 40px;
	background-color: transparent;
	padding: .25em 1.5em
}

.btn-secondary:focus,
.btn-secondary.focus {
	color: #fff;
	background-color: #ef4123;
	border-color: #ef4123;
	outline: none
}

.btn-secondary:hover {
	color: #fff;
	background-color: #ef4123;
	border-color: #ef4123
}

.close-button {
	display: inline-block;
	width: 25px;
	height: 25px;
	right: 3px;
	top: 3px;
	padding: 5px 8px;
	position: absolute;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #ef4123;
	color: #fff;
	font-size: 14px;
	font-weight: 600
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit
}

textarea {
	overflow: auto;
	outline: none
}

input,
select,
textarea {
	border: none;
	-webkit-transition: all .3s cubic-bezier(.64, .09, .08, 1);
	transition: all .3s cubic-bezier(.64, .09, .08, 1);
	background-repeat: no-repeat;
	color: #000;
	background: transparent
}

input:focus,
select:focus {
	box-shadow: none;
	outline: none;
	background: none;
	border-bottom: 1px solid #ef4123;
	background-position: 0 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: #fff !important;
	background-image: none;
	color: #000
}

.form-control {
	width: 100%;
	display: block;
	padding: 10px 0;
	border-bottom: solid 1px #c0c0c0
}

.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #555;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.form-control:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: #ef4123;
	font-size: 10px;
	font-weight: 600;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	visibility: visible !important
}

select.form-control {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #555
}

select.form-control option {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #555
}

.form-group {
	margin-bottom: 15px;
	position: relative;
	text-align: left
}

.form-group span.mandate {
	color: #ef4123;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	right: -14px;
	top: 10px
}

.form-group:before,
.form-group:after {
	display: table;
	clear: both;
	content: ''
}

.form-group .form-label {
	display: block;
	width: 100%;
	height: 34px;
	padding: 0 0;
	font-size: 18px;
	line-height: 1.42857143;
	color: #555;
	text-transform: none
}

.form-group .form-control-static {
	padding-top: 7px;
	padding-bottom: 2px;
	margin-bottom: 0;
	color: #888
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
	line-height: 1.4;
	font-weight: 600;
	font-size: 11px
}

.checkbox label {
	font-size: 13px;
	margin-top: -3px
}

.radio-group label {
	display: block;
	margin-bottom: 1.5em
}

.radio-group label input {
	display: none
}

.radio-group label i {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 5px;
	vertical-align: middle;
	border: 2px solid #ef4123;
	box-shadow: inset 0 0 0 4px #fff;
	-webkit-transition: .25s;
	transition: .25s
}

.radio-group label span {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ef4123;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	font-size: .9em
}

.radio-group label input:checked+i {
	background: #ef4123
}

.radio-group label:hover {
	cursor: pointer
}

.scrollbar {
	height: 300px;
	width: 100%;
	overflow-y: scroll;
	padding: 20px
}

@media only screen and (max-width: 529px) {
	.scrollbar {
		padding: 10px
	}
}

#style-2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background-color: #f5f5f5
}

#style-2::-webkit-scrollbar {
	width: 7px;
	background-color: #f5f5f5
}

#style-2::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #d62929
}

@media only screen and (max-width: 529px) {
	.webview {
		display: none
	}
}

.mobview {
	display: none
}

@media only screen and (max-width: 529px) {
	.mobview {
		display: block
	}
}

table {
	background: #f8f8f8;
	padding: 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #999
}

table tr {
	margin: 0;
	padding: 0;
	border: 0 solid
}

table tr td {
	padding: 12px 8px;
	font-size: 13px;
	margin: 0;
	border: 0 solid;
	line-height: 1.5
}

table tr td:nth-child(1) {
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase
}

table tr:nth-child(1) {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase
}

table tr:nth-child(even) {
	background: #fff
}

@media only screen and (max-width: 529px) {
	table tr td {
		padding: 4px 2px;
		font-size: 11px;
		line-height: 1.2
	}
	table tr td:nth-child(1) {
		font-size: 11px
	}
}

.about-bg {
	background: url(../img/about-bg.gif) no-repeat;
	background-position: center bottom;
	background-size: 80% auto;
	position: relative
}

.about-vector {
	display: flex;
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 100%;
	justify-content: space-between
}

.about-vector span {
	width: 18%;
	height: 180px;
	display: block;
	align-self: flex-end
}

.about-vector span.col-1 {
	background: url(../img/svg/receipt.svg) no-repeat;
	background-position: center top;
	background-size: 80px
}

.about-vector span.col-2 {
	background: url(../img/svg/burger.svg) no-repeat;
	background-position: center;
	background-size: 80px
}

.about-vector span.col-center {
	background: url(../img/mobilehand.png) no-repeat;
	background-position: center bottom;
	background-size: auto 100%
}

.about-vector span.col-3 {
	background: url(../img/svg/gift.svg) no-repeat;
	background-position: center top;
	background-size: 80px
}

.about-vector span.col-4 {
	background: url(../img/svg/gas-station.svg) no-repeat;
	background-position: center;
	background-size: 80px
}

@media only screen and (max-width: 529px) {
	.about-vector span {
		width: 18%;
		height: 100px;
		display: block;
		align-self: flex-end
	}
	.about-vector span.col-1 {
		background-size: 40px
	}
	.about-vector span.col-2 {
		background-size: 40px
	}
	.about-vector span.col-center {
		background-size: auto 70%
	}
	.about-vector span.col-3 {
		background-size: 40px
	}
	.about-vector span.col-4 {
		background-size: 40px
	}
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

@keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		transform: translate3d(10px, 0, 0)
	}
	90% {
		transform: translate3d(-5px, 0, 0)
	}
	to {
		transform: none
	}
}

.bounceInRight {
	animation-name: bounceInRight
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

.panel {
	display: flex;
	flex-flow: column;
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 5px
}

.faq-block {
	padding: 1% 4%
}

.panel-heading h4 {
	font-size: 14px;
	font-weight: 600
}

.panel-heading h4 a {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	padding-right: 60px;
	cursor: pointer;
	font-size: 13px;
	line-height: 1.4
}

.panel-heading h4 a:hover {
	color: #ef4123
}

.panel-heading h4 a:focus {
	color: #ef4123
}

.panel-heading h4 a:active {
	color: #ef4123
}

@media only screen and (max-width: 529px) {
	.panel-heading h4 a {
		padding: 10px 40px 10px 10px;
		font-size: 12px
	}
}

.panel-body {
	line-height: 1.6;
	padding-bottom: 10px;
	font-size: 15px;
	padding-left: 30px;
	padding-right: 30px
}

@media only screen and (max-width: 529px) {
	.panel-body {
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px
	}
}

.collapse {
	display: none
}

.in {
	display: block
}

.faq-alert {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ffccc3;
	padding: 20px;
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 12px
}

.careerblock h2 {
	margin-bottom: 20px;
	font-weight: bold
}

.careerblock p {
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: justify
}

.careerblock h3 {
	margin-top: 30px
}

.curr-openings {
	margin: 20px 0
}

.curr-openings li {
	list-style: none;
	border-bottom: 1px solid #999;
	position: relative
}

.curr-openings li a {
	padding: 20px;
	padding-left: 40px;
	font-size: 24px;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	color: #ef4123
}

.curr-openings li a:hover {
	color: #000
}

.curr-openings li:before {
	content: ' # ';
	position: absolute;
	top: 20px;
	font-size: 22px;
	font-weight: 600
}

.jd-desc p {
	line-height: 1.4;
	font-size: 14px
}

.jd-desc p span {
	font-weight: 600;
	font-size: 15px
}

.jd-desc p.note {
	font-size: 12px;
	font-weight: 600;
	margin: 10px 0;
	color: #ef4123
}

.jd-desc ul li {
	list-style: none;
	margin-bottom: 9px;
	line-height: 1.4;
	font-size: 14px
}

.collapsible-body {
	margin: 20px 0
}

.uparrow {
	background: url(../img/up-arrow.png) 98% center no-repeat;
	background-size: 12px 12px;
	color: #ef4123
}

@media only screen and (max-width: 529px) {
	.uparrow {
		background: url(../img/up-arrow.png) 97% center no-repeat
	}
}

.downarrow {
	background: url(../img/down-arrow.png) 98% center no-repeat;
	background-size: 12px 12px
}

@media only screen and (max-width: 529px) {
	.downarrow {
		background: url(../img/down-arrow.png) 97% center no-repeat
	}
}

.scroll-top {
	background: #353535;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none
}

.scroll-top a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	line-height: 38px
}

.note {
	font-weight: 600;
	font-size: 12px
}

.trapezium-hack {
	background: #f0f0f0
}

.lead-box {
	position: fixed;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 550px;
	max-width: 50%;
	max-height: 80vh;
	z-index: 99999;
	display: flex;
	flex-flow: row
}

.lead-box .col {
	width: 100%;
	min-height: 350px;
	padding: 40px
}

.lead-box .col h2 {
	text-align: left;
	font-size: 24px
}

.lead-box .side-creative {
	background: #f7f7f7
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.lead-box {
		width: 80%
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.lead-box {
		width: 80%;
		max-width: 80%
	}
}

@media only screen and (max-width: 529px) {
	.lead-box {
		width: 94%;
		max-width: 94%;
		padding: 10px;
		max-height: 85vh
	}
	.lead-box .col {
		width: 100%;
		padding: 20px
	}
	.lead-box .side-creative {
		display: none
	}
}

.breadcrumbs {
	position: absolute;
	top: -900px
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0
}

.rslides_tabs {
	padding: 0;
	font-size: 0;
	list-style: none;
	margin: 30px auto 0;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 20px;
	z-index: 99999
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 10px
}

.rslides_tabs li:first-child {
	margin-left: 0
}

.rslides_tabs a {
	background: #f0f0f0;
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.rslides_tabs .rslides_here a {
	background: #ef4123
}

.compliancebox {
	width: 95%;
	display: flex;
	flex-flow: column;
	align-items: center
}

.compliancebox img {
	width: 100px;
	height: 80px;
	margin-right: 20px
}

.compliancebox h2 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #404040;
	line-height: 1.6
}

.getstarted {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: space-around
}

.getstarted div h2 {
	text-align: left;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase
}

@media only screen and (max-width: 529px) {
	.getstarted {
		flex-flow: column wrap;
		align-items: center
	}
	.getstarted div h2 {
		text-align: center;
		font-size: 24px;
		line-height: 1.4
	}
	.getstarted div p {
		text-align: center;
		margin-bottom: 20px
	}
}

.api-head-box {
	text-align: center
}

.api-head-box p {
	line-height: 1.6;
	width: 80%;
	margin: 30px auto
}

@media only screen and (max-width: 529px) {
	.api-head-box p {
		line-height: 1.6;
		width: 95%;
		margin: 20px auto
	}
}

.facility-box {
	display: flex;
	flex-flow: row nowrap
}

.facility-box .facility-content {
	width: 70%
}

.facility-box .facility-link {
	width: 25%;
	margin-top: 80px
}

.facility-box .facility-link li {
	list-style: none;
	height: 50px;
	margin-bottom: 12px;
	-webkit-box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58);
	-moz-box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58);
	box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58)
}

.facility-box .facility-link li a {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	text-transform: uppercase;
	color: #444;
	font-weight: 600;
	font-size: 13px
}

.facility-box .facility-link li a span {
	font-size: 12px;
	color: #555;
	display: block;
	margin-top: 8px;
	text-transform: none;
	font-weight: 400
}

.facility-box .facility-link li a:hover {
	background: #ef4123;
	color: #fff
}

.facility-box .facility-link li a:hover span {
	color: #fff
}

.facility-box .facility-link li a.active {
	background: #ef4123;
	color: #fff;
	position: relative
}

.facility-box .facility-link li a.active span {
	color: #fff
}

.facility-box .facility-link li a.active:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -28px;
	top: 8px;
	border: 18px solid transparent;
	border-right: 20px solid #ef4123;
	z-index: 3
}

@media only screen and (max-width: 529px) {
	.facility-box {
		flex-flow: column wrap
	}
	.facility-box .facility-content {
		width: 100%;
		order: 2
	}
	.facility-box .facility-link {
		width: 100%;
		margin-top: 20px;
		order: 1
	}
	.facility-box .facility-link li {
		float: left;
		width: 48%;
		margin-left: 1%;
		height: 40px
	}
	.facility-box .facility-link li a {
		font-size: 11px;
		padding-top: 15px;
		text-align: center
	}
	.facility-box .facility-link li a.active:before {
		display: none
	}
	.facility-box .facility-link span {
		display: none !important
	}
}

.api-feature-box h2 {
	line-height: 1.4
}

.api-features {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	align-items: center;
	width: 100%;
	margin-top: 40px
}

.api-features .col {
	width: 35%;
	padding: 0 20px;
	padding-bottom: 20px;
	border: 1px solid transparent
}

.api-features .col h2 {
	text-align: center;
	font-size: 18px
}

.api-features .col p {
	line-height: 1.4;
	margin-top: 15px;
	text-align: center
}

.api-features .col .figure {
	background: #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	width: 120px;
	height: 120px;
	margin: 30px auto 10px;
	display: flex;
	justify-content: center
}

.api-features .col .figure img {
	width: 50%
}

.api-features .col:hover {
	background: #f6f6f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	-webkit-box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58);
	-moz-box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58);
	box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58)
}

@media only screen and (max-width: 529px) {
	.api-features {
		flex-flow: column wrap
	}
	.api-features .col {
		width: 100%;
		padding: 0 10px;
		padding-bottom: 10px
	}
	.api-features .col .figure {
		width: 100px;
		height: 100px;
		margin: 20px auto 10px
	}
	.api-features .col .figure img {
		width: 50%
	}
}

.facility-content-block {
	text-align: center;
	padding-top: 60px
}

.facility-content-block .facility-flex {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-around;
	align-items: center
}

.facility-content-block img {
	width: 70%;
	margin-right: 20px;
	order: 2
}

.facility-content-block p {
	order: 1;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	color: #555
}

@media only screen and (max-width: 529px) {
	.facility-content-block {
		padding-top: 10px
	}
	.facility-content-block .facility-flex {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: center
	}
	.facility-content-block p {
		font-size: 18px;
		line-height: 1.4
	}
}

#customizedwallet .facility-flex {
	flex-flow: row
}

#customizedwallet .facility-flex p {
	width: 40%;
	text-align: left
}

#customizedwallet img {
	width: 28%;
	height: auto;
	margin-right: 50px
}

@media only screen and (max-width: 529px) {
	#customizedwallet .facility-flex {
		flex-flow: column
	}
	#customizedwallet .facility-flex p {
		width: 90%;
		text-align: center;
		margin: 10px 0
	}
	#customizedwallet img {
		width: 90%;
		height: auto;
		margin-right: 0
	}
}

#paymentgateway .facility-flex {
	flex-flow: row
}

#paymentgateway .facility-flex p {
	width: 40%;
	text-align: left
}

#paymentgateway img {
	width: 48%;
	height: auto;
	margin-right: 50px
}

@media only screen and (max-width: 529px) {
	#paymentgateway .facility-flex {
		flex-flow: column
	}
	#paymentgateway .facility-flex p {
		width: 90%;
		text-align: center;
		margin: 10px 0
	}
	#paymentgateway img {
		width: 90%;
		height: auto;
		margin-right: 0
	}
}

#expresscheckout .facility-flex {
	flex-flow: row
}

#expresscheckout .facility-flex p {
	width: 40%;
	text-align: left
}

#expresscheckout img {
	width: 28%;
	height: auto;
	margin-right: 50px
}

@media only screen and (max-width: 529px) {
	#expresscheckout .facility-flex {
		flex-flow: column
	}
	#expresscheckout .facility-flex p {
		width: 90%;
		text-align: center;
		margin: 10px 0
	}
	#expresscheckout img {
		width: 90%;
		height: auto;
		margin-right: 0
	}
}

#QRpayments .facility-flex {
	flex-flow: row
}

#QRpayments .facility-flex p {
	width: 40%;
	text-align: left
}

#QRpayments img {
	width: 28%;
	height: auto;
	margin-right: 50px
}

@media only screen and (max-width: 529px) {
	#QRpayments .facility-flex {
		flex-flow: column
	}
	#QRpayments .facility-flex p {
		width: 90%;
		text-align: center;
		margin: 10px 0
	}
	#QRpayments img {
		width: 90%;
		height: auto;
		margin-right: 0
	}
}

#quickcollect .facility-flex {
	flex-flow: row
}

#quickcollect .facility-flex p {
	width: 40%;
	text-align: left
}

#quickcollect img {
	width: 30%;
	height: auto;
	margin-right: 50px
}

@media only screen and (max-width: 529px) {
	#quickcollect .facility-flex {
		flex-flow: column
	}
	#quickcollect .facility-flex p {
		width: 90%;
		text-align: center;
		margin: 10px 0
	}
	#quickcollect img {
		width: 90%;
		height: auto;
		margin-right: 0
	}
}

#payouts .facility-flex {
	flex-flow: row
}

#payouts .facility-flex p {
	width: 40%;
	text-align: left
}

#payouts img {
	width: 30%;
	height: auto;
	margin-right: 50px
}

@media only screen and (max-width: 529px) {
	#payouts .facility-flex {
		flex-flow: column
	}
	#payouts .facility-flex p {
		width: 90%;
		text-align: center;
		margin: 10px 0
	}
	#payouts img {
		width: 90%;
		height: auto;
		margin-right: 0
	}
}

.investor-logos {
	display: flex;
	flex-flow: row nowrap
}

.investor-logos .rows {
	width: 22%;
	height: 80px;
	margin: 15px 10px 30px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58);
	-moz-box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58);
	box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58)
}

.investor-logos .inv-micromax {
	background: #fff url(../img/inv-micromax.png) center center no-repeat;
	background-size: 80%
}

.investor-logos .inv-idfcmf {
	background: #fff url(../img/inv-idfcmf.gif) center center no-repeat;
	background-size: 40%
}

.investor-logos .inv-nirvana {
	background: #fff url(../img/inv-nirvana.png) center center no-repeat;
	background-size: 50%
}

.investor-logos .inv-faeringcapital {
	background: #fff url(../img/inv-faering-capital.jpg) center center no-repeat;
	background-size: 70%
}

@media only screen and (max-width: 529px) {
	.investor-logos {
		flex-flow: row wrap
	}
	.investor-logos .rows {
		width: 44%;
		height: 60px;
		margin: 15px 10px 30px;
		background-color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-size: 70%
	}
}

.success-box {
	text-align: center
}

.success-box h2 {
	text-align: center !important;
	color: #8ae200;
	font-size: 40px !important;
	font-weight: 600
}

.success-box p {
	margin: 40px 0
}

.fail-box {
	text-align: center
}

.fail-box h2 {
	text-align: center !important;
	color: #f00000;
	font-size: 40px !important;
	font-weight: 600
}

.fail-box p {
	margin: 40px 0
}

.page-404 {
	text-align: center;
	display: flex;
	flex-flow: column;
	align-content: center;
	width: 100%;
	height: 100vh;
	background: #ef4123;
	justify-content: center;
	color: #fff;
	position: relative
}

.page-404 .logocontainer {
	width: 80px;
	height: 80px;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 20px auto;
	background: #ef4123 url('../img/logo.png') center no-repeat;
	background-size: 60%
}

.page-404 .ico-404 {
	display: flex;
	flex-flow: row nowrap;
	align-self: center;
	margin: 30px
}

.page-404 .ico-404 span {
	font-size: 100px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.43)
}

.page-404 .ico-404 img {
	height: 100px
}

.page-404 h1 {
	margin: 0 auto 20px;
	padding: 0;
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.43)
}

@media only screen and (max-width: 529px) {
	.page-404 .ico-404 {
		margin: 10px
	}
	.page-404 .ico-404 span {
		font-size: 70px
	}
	.page-404 .ico-404 img {
		height: 70px
	}
	.page-404 a.btn {
		margin: 4px 0
	}
}

.success_box {
	background: #e2f1bb;
	border: 1px solid #598800;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #000;
	display: none;
	font-size: 13px;
	margin: 0 0 15px 0;
	padding: 8px 8px;
	width: 672px
}

.error_box {
	position: fixed;
	top: 0;
	width: 100%;
	font-size: 15px;
	font-weight: 600px;
	margin: 0 0 15px 0;
	padding: 20px 8px;
	color: #fff;
	background: #ef4123;
	z-index: 99999;
	text-align: center;
	display: none
}

.error_login {
	position: static;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 400;
	margin: 0 auto 10px;
	padding: 10px 8px;
	color: #ef4123;
	background: #f9f9f9;
	text-align: center;
	display: none
}

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #eceff1;
	z-index: 1000;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

#loader-wrapper .loader-section.section-left {
	left: 0
}

#loader-wrapper .loader-section.section-right {
	right: 0
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 240px;
	margin: -75px 0 0 -75px;
	background: url("../img/loader.gif") no-repeat center center;
	z-index: 1001
}

#loader-logo {
	display: block;
	position: absolute;
	left: 48%;
	top: 46%;
	background: url("../images/user-bg-2.html") no-repeat center center;
	z-index: 1001
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s 1s ease-out;
	transition: all .3s 1s ease-out
}

.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.no-js #loader-wrapper {
	display: none
}

sup {
	font-size: 13px;
	display: inline;
	vertical-align: super
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0
}