/*==========Genral style==========*/


@font-face {
  font-family: Fake receipt;
  src: url('../fonts/fake receipt.ttf');
}

body, html{
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
}


body {
	position:relative;
    font-family: 'Poppins', sans-serif;
}

.top-screen {
	background-image: url(../images/home/banne.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    background-color: #fff;
    margin-bottom: 0px;
	min-height: 100vh;
}

section.banner {
	
}

.top-area .navbar .navbar-brand img {
	width: 230px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.top-area .navbar .navbar-nav li a {
	color: #000;
	font-weight: 400;
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.btn:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

.btn-main {
	background-color: #14157A;
	color: #fff !important;
	border-radius: 4px;
	position:relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.btn-top img {
	margin-left: 10px;
	transition: .3s;
}

.btn-top:hover img {
	margin-left: 20px;
}

.btn-main.rnd-btn {
	width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 0px !important;
    text-align: center;
	position: absolute;
    bottom: 20px;
    left: 48%;
}

.btn-main.rnd-btn img {
	width: 45px;
	margin:auto;
	position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.btn-main:hover {
	background-color: #f5800f;
}


.affix {
    position: fixed!important;
    top: 0;
    width: 100%!important;
    background: #fff!important;
    z-index: 99999!important;
    /*-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;*/
    box-shadow: 0 8px 20px rgba(0,0,0,.06)!important;
}

.affix .navbar-brand img {
	width: 180px !important;
}

.navbar.affix {
	border-left: 0px !important;
	padding: 0.3rem 1rem !important;
}

.top-area .affix .navbar-nav li a {
	font-size: 14px;
}

.top-area .affix a.btn-main
 {
	padding: 5px 20px;
	font-size: 14px;
}


/*section.banner {
	background-image: url(../images/home/banne.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    background-color: #fff;
    margin-bottom: 0px;
}*/

section.banner h1 {
	font-size: 55px;
	font-weight: 700;
	padding: 4rem 1rem;
	max-width: 1140px;
	margin: auto;
}

section.top-screen .content-area {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

section.banner .btn {
	padding: 15px 45px;
	margin-top: 40px;
	font-size: 22px;
}

section.about {
	position: relative;
}

section.about::before {
	content:'';
	position: absolute;
	top: 15%;
	right: 40px;
	background-image: url(../images/icons/phone-wallet.svg);
	background-size: 100%;
	width:160px;
	height: 230px;
	background-position: center;
	z-index: 9999;
	background-repeat:no-repeat;
}

section.main h1 {
	font-size: 40px;
	font-weight: 700;
	position: relative;
}

section.main h1::after {
	content:'';
	position: absolute;
	width: 100px;
	height: 2px;
	background-color: #F5800F;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

section.solution {
	position: relative;
}

section.solution::before {
	content:'';
	position: absolute;
	top: 50%;
	left: -120px;
	background-image: url(../images/icons/cards.svg);
	background-size: 100%;
	width:200px;
	height: 200px;
	background-position: center;
	z-index: 9999;
	background-repeat:no-repeat;
}

section.solution .solution-card {
	border: 1px solid #E5E5E5;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 40px 20px;
}

section.solution .solution-card h3 {
	font-weight: 600;
	line-height: 30px;
    margin-top: 15px;
	text-align: left;
	font-size: 22px;
}

section.solution .solution-card img {
	width: 90px;
}

section.vission-bg {
	background-image: url('../images/home/vision-img.png');
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
	background-color:#14157A; 
}

section.vission-bg h1 {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
    width: 100%;
}

section.vission-bg h1 span {
	color: #F5800F !important;
	font-style: italic;
}

section.platform img {
	max-width: 950px;
    margin: auto;
	width: 100%;
}

section.option .option-card {
	border: 1px solid #E2E2E2;
	position: relative;
	width: 265px;
	height: 245px;
	margin: auto;
}

section.option .option-card .content {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -40%);
}

section.option .option-card h5 {
	position: absolute;
    width: 100%;
    bottom: 30px;
}



.team-card {
	overflow: hidden;
	width: 300px;
	margin: auto;
}

.team-card img {
	height: 300px;
}

.team-card h5 {
	color: #14157A;
	font-size: 23px;
	margin-top: 10px;
	font-weight: 700;
}

.team-card h6 {
	font-size: 14px;
	font-weight: 600;
}

.contact-form {
	background-color: #F9F9F9;
	border: 1px solid #DFDFDF;
	padding: 80px 50px;
}

.contact-form form input {
	border: 0px;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    background: transparent;
    border-radius: 0px;
    height: 50px;
    margin-bottom: 20px;
}

.contact-form form input:focus {
	outline: 0;
	box-shadow: none;
}

.contact-form form input::placeholder {
	color: #616161 !important;
}

.contact-form form .btn-main {
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	width: 200px;
	position: relative;
	height: 60px;
	float: left;
}

.contact-form form .btn-main img {
	width: 24px;
    margin-left: 10px;
	transition: .3s;
}

.contact-form form .btn-main:hover img {
	margin-left: 25px;
}

.contact-form a {
	color: #000 !important;
}

.top-area .navbar .navbar-toggler-icon {
	background: url('../images/icons/menu-icon.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.top-area .navbar .navbar-toggler:focus {
	outline: 0;
	box-shadow: none !important;
}

@media (min-width: 1550px) {
	section.about::before {
		top: 8%;
		width: 260px;
		height: 330px;
		right: 9%;
	}
}

@media (min-width:1400px) and (max-width: 1550px) {
	
	section.about::before {
		top: 8%;
		width: 200px;
		height: 300px;
	}
}

@media (max-width:1150px) and (min-width: 992px) {
	section.banner h1 {
		font-size: 45px;
	}
	
	section.about::before {
		top: 20%;
		width: 130px;
		height: 200px;
	}
}

@media (min-width: 1450px) {
	section.banner h1 {
		font-size: 60px;
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	section.option .option-card {
		width: 215px;
		height: 205px;
	}
	
	section.option .option-card img {
		width: 75px;
	}
	
	section.option .option-card h5 {
		bottom: 20px;
		font-size: 18px;
	}
	
	.team-card img {
		height: 230px;
	}
	
	.team-card h5 {
		font-size: 20px;
	}
}

@media (max-width: 992px) {
	.nav_b {
		z-index: 9999;
	}
	
	.nav_b ul {
		background: #fff !important;
	}
	
	.top-area .navbar .navbar-brand img {
		width: 180px;
	}

	.top-area .navbar .navbar-nav li a {
		font-size: 14px;
	}
}

@media (max-width: 992px) and (min-width: 768px) {

	section.banner h1 {
		font-size: 38px;
	}
	
	section.main h1, section.vission-bg h1 {
		font-size: 30px;
	}
	
	section.about::before {
		top: 25%;
		right: 35px;
		width: 130px;
		height: 200px;
	}
	
	section.solution .solution-card {
		padding: 20px 10px;
	}
	
	section.solution .solution-card img {
		width: 55px;
	}
	
	section.solution .solution-card h3 {
		line-height: 18px;
		font-size: 15px;
	}
	
	section.option .option-card {
		width: 175px;
		height: 165px;
	}
	
	section.option .option-card img {
		width: 55px;
	}
	
	section.option .option-card h5 {
		bottom: 20px;
		font-size: 16px;
	}
	
	.team-card img {
		height: 175px;
	}
	
	.team-card h5 {
		font-size: 18px;
	}
	
	.contact-form {
		padding: 40px 20px;
	}
	
	.contact-form form .btn-main {
		height: 50px;
	}
}


@media (max-width: 768px){
	
	section.top-screen {
		background-size: cover;
		min-height: 85vh;
	}
	
	section.banner h1 {
		font-size: 30px;
		padding: 2rem 1.5rem;
	}
	
	section.banner .btn {
		padding: 5px 25px;
		margin-top: 40px;
		font-size: 1.2rem;
	}
	
	.btn-main.rnd-btn {
		width: 40px;
		height: 40px;
		left: 44%;
	}
	
	.btn-main.rnd-btn img {
		width: 30px;
		top: 52%;
	}
	
	section.main h1 {
		font-size: 1.5rem;
	}
	
	section.about::before, section.solution::before {
		display: none;
	}
	
	section.vission-bg h1 {
		font-size: 1.7rem;
	}
	
	section.option .option-card {
		height: 200px;
		width: 100%;
	}

	section.option .option-card .content {
		top: 30%;
	}
	
	.team-card h5, .footer-detail h4 {
		font-size: 1.2rem;
	}
	
	.contact-form {
		padding: 25px 15px;
		width: 90%;
		margin: auto;
	}
	
	.contact-form form .btn-main {
		width: 100%;
	}
	

}


/*============                 ===========
  ============ FOOTER STYLE ==========*/

footer {
	background-image: url('../images/home/footer-bg.png');
	background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	background-color: #14157A;
	padding-bottom: 120px;
}


footer p {
	font-size: 14px;
	font-weight: 400;
}

footer p.icon-img img {
	width: 20px;
}

footer p.icon-img .fb {
	width: 12px;
}

footer p.icon-img a:hover {
	text-decoration: none;
	opacity: 0.5;
}

.footer-detail h4 {
	color: #F5800F;
	font-weight: 600;
	margin-bottom: 20px;
}

.footer-detail p {
	margin-left: 40px;
	color: #fff;
	position: relative;
}

.footer-detail.add .p-1::before {
	content:'';
	position: absolute;
	width: 20px;
	height: 27px;
	background-size: 100%;
	background-position: center;
	background-image: url('../images/icons/location-fill.svg');
	left: -40px;
}

.footer-detail.add .p-2::before {
	content:'';
	position: absolute;
	width: 22px;
	height: 22px;
	background-size: 100%;
	background-position: center;
	background-image: url('../images/icons/clock.svg');
	left: -40px;
}

.footer-detail.cont .p-1::before {
	content:'';
	position: absolute;
	width: 25px;
	height: 20px;
	background-size: 100%;
	background-position: center;
	background-image: url('../images/icons/email.svg');
	left: -40px;
}

.footer-detail.cont .p-2::before {
	content:'';
	position: absolute;
	width: 24px;
	height: 24px;
	background-size: 100%;
	background-position: center;
	background-image: url('../images/icons/phone-fill.svg');
	left: -40px;
}

.footer-detail.cont .p-2 {
	margin-top: 30px;
}

.p-1 a, .p-2 a {
	color: #fff;
	word-break: break-all;
}

@media (max-width: 992px) {
	section.banner .btn {
		padding: 10px 25px;
		margin-top: 40px;
		font-size: 18px;
	}

	footer {
		padding-bottom: 60px;
	}
	
	.footer-detail h4 {
		font-size: 18px;
	}
	
	footer .footer-logo {
		width: 140px;
	}
	
	footer p {
		font-size: 12px;
	}
	
	.footer-detail p {
		margin-left: 30px;
	}
	
	.footer-detail.add .p-1::before,
	.footer-detail.add .p-2::before
	.footer-detail.cont .p-1::before, 
	.footer-detail.cont .p-2::before {
		left: -25px;
	}
}

@media (max-width: 768px) {
	#containerr {
		position: relative;
	}
	
	footer p {
		font-size: 14px;
	}
	
	.footer-detail p {
		margin-left: 40px;
	}
}


.iti__selected-flag:focus {
	outline: -webkit-focus-ring-color auto 0px !important;
	box-shadow: none !important;
}


/*============                 ===========
  ============ HELP PAGE STYLE ==========*/

.help-desk {
	background-color: #F9F9FB;
}

.help-desk h1 {
  	color: #14157A;
	font-weight: 700;
  }

.support-desk h2 {
  	font-size: 16px;
  	font-weight: 800;
  }

.support-desk p {
  	font-size: 14px;
  	font-weight: 400;
  }

.support-desk a {
	word-wrap: break-word;
}

.help-question h3 {
  	font-size: 20px;
  	font-weight: 800;
  }
  
.terms-col h3{
	font-size: 18px;
	font-weight: 700;
}

.terms-col p {
	font-size: 16px;
	overflow: hidden;
}

.terms-col ul {
	padding-inline-start: 20px !important;
}

.terms-col ul li {
	line-height: 30px;
}

.terms-col ul li a {
	word-break: break-all;
}

.help-question #accordion .card .card-title {
  	color: #000;
  	font-size: 16px;
  	font-weight: 400;
  }

.help-question .accordion .card-header {
	cursor: pointer;
	margin-bottom: 0;
}

.help-question .accordion .card .card-body {
	border-bottom: 1px solid rgba(0,0,0,.125);

}

.accordion .card-header::after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right;
    background: #f5800f;
    padding: 4px;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #fff; 
    font-size: 13px;
}
.accordion .card-header.collapsed::after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.accordion .card-header.magic_fst::after {
	display: none;
}

@media (max-width: 767px) {
	.help-question h3 {
		font-size: 16px;
	  }
}

@media (max-width: 550px) {
	.help-question #accordion .card .card-title {
		font-size: 12px;
	}
	
	.help-question .accordion .card-header {
		padding: 10px;
		position: relative;
	}

	.accordion .card-header::after {
	    border-radius: 100%;
	    height: 22px;
	    width: 22px;
	    font-size: 10px;
		position: absolute;
		right: 0px;
		transform: translate(-30%, -50%);
		top: 50%;
	}
}

