@font-face {
	font-family: 'Futura LT Heavy';
	src: url('fonts/FuturaLT-Heavy.eot');
	src: url('fonts/FuturaLT-Heavy.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaLT-Heavy.woff2') format('woff2'),
		url('fonts/FuturaLT-Heavy.woff') format('woff'),
		url('fonts/FuturaLT-Heavy.ttf') format('truetype'),
		url('fonts/FuturaLT-Heavy.svg#FuturaLT-Heavy') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Futura LT Bold';
	src: url('fonts/FuturaLT-Bold.eot');
	src: url('fonts/FuturaLT-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaLT-Bold.woff2') format('woff2'),
		url('fonts/FuturaLT-Bold.woff') format('woff'),
		url('fonts/FuturaLT-Bold.ttf') format('truetype'),
		url('fonts/FuturaLT-Bold.svg#FuturaLT-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Futura LT';
	src: url('fonts/FuturaLT.eot');
	src: url('fonts/FuturaLT.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaLT.woff2') format('woff2'),
		url('fonts/FuturaLT.woff') format('woff'),
		url('fonts/FuturaLT.ttf') format('truetype'),
		url('fonts/FuturaLT.svg#FuturaLT') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Futura LT Light';
	src: url('fonts/FuturaLT-Light.eot');
	src: url('fonts/FuturaLT-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaLT-Light.woff2') format('woff2'),
		url('fonts/FuturaLT-Light.woff') format('woff'),
		url('fonts/FuturaLT-Light.ttf') format('truetype'),
		url('fonts/FuturaLT-Light.svg#FuturaLT-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Futura LT Book';
	src: url('fonts/FuturaLT-Book.eot');
	src: url('fonts/FuturaLT-Book.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaLT-Book.woff2') format('woff2'),
		url('fonts/FuturaLT-Book.woff') format('woff'),
		url('fonts/FuturaLT-Book.ttf') format('truetype'),
		url('fonts/FuturaLT-Book.svg#FuturaLT-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Futura PT Book';
	src: url('fonts/futura-pt-book.eot');
	src: url('fonts/futura-pt-book.eot?#iefix') format('embedded-opentype'),
		url('fonts/futura-pt-book.woff2') format('woff2'),
		url('fonts/futura-pt-book.woff') format('woff'),
		url('fonts/futura-pt-book.ttf') format('truetype'),
		url('fonts/futura-pt-book.svg#FuturaLT-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: "Futura LT Light";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}

/* ==================================================
	Paga static-background
====================================================*/
/* line 293, ../sass/style.scss */
.fill {
 width: 100%; overflow: hidden; 
    height: 100%;
  background: url(img/bg.jpg) no-repeat center center ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

 
}
.logo-head{
		background-color:rgba(0,0,0,0)
	
	
}
.logo{
	
	/* background-color:#ffffff;
	
-webkit-border-bottom-right-radius: 25px;
-webkit-border-bottom-left-radius: 25px;
-moz-border-radius-bottomright: 25px;
-moz-border-radius-bottomleft: 25px;
border-bottom-right-radius: 25px;
border-bottom-left-radius: 25px;*/

}


h1, h2, h3, h4, h5, h6 {
  font-family: "Futura LT";
  color: #F26522;
  	font-style: normal;
	font-variant: normal;
 

}
h1 {
	
	
	font-size: 55px;
	font-weight: bold;
	line-height: 65px;	
}
h2 {
	font-family: "Futura LT Light";
	font-size: 50px;
	line-height: 55px;	
}

/* ==================================================
	Screen text adjustment - prep
====================================================*/
/* xs < 768 */
@media screen and (max-width: 767px) {

	h1 {	font-size: 30px; font-weight: bold;	line-height: 35px;	}
	h2 {	font-size: 30px; 	line-height: 35px;	}
	.kyc-r {	font-size: 15px;	}

/* working on bg on mobile  */
.fill {
 width: 100%; overflow: hidden; 
    height: 100%;
  background: url(img/bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

 
}	

	 
}

/* sm */
@media screen and (min-width: 768px) {

}

/* md */
@media screen and (min-width: 992px) {

}

/* lg */
@media screen and (min-width: 1200px) {

}
/*

@include media-breakpoint-up(sm) {
  html {
    font-size: 16px;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 20px;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 28px;
  }
}
*/

.btn-default {

    color: #fff;
		font-weight: bold;
    background-color: #f06421;
   border:none;
	

}
.btn{
	
border-color:none;
}
.grey{
	background-color: #252120;
	/*width:140px;*/

	border-color:none;
	}
	

.btspace{
	 letter-spacing: 1px;
	
}	
	
.section {
  position: relative;
  padding: 30px 0 30px;

}

 /*  Three Simple steps! section styling*/
.tss {
    background-color:#e1e1e1;
} 

.tss img {
	max-height:135px;
	padding:20px;
}

 /*  Your money travel with no visa. section styling*/
.ymt {
    background-color:#f06421;
	color:#ffffff;
} 
.ymt h2 {
    text-align: left;
	color:#ffffff;
}

.ymt img {

    margin-bottom: -30px;
}



/*   Paga, the best way to pay and get paid*/
.ptb {
padding-bottom : 20px;
} 
.ptb h2 {
    text-align: left;
}

.ptb ul {
    padding: 20px;
}
.ptb li {
    padding: 6px;
	color : #f06421;
}

.ptb li span {
  color: #6b6b6c; /* text color */
}



/*   KYC styling */
.kyc {
background-color:e1e1e1;
} 
.kycbg{
background-color:#ffffff;
} 

.kyc h2 {
	 font-family: Futura LT Book;
 color : #6b6b6c;
 text-align:#left;
 
}
.kyc .btn-info {
    color: #fff;
    background-color: #f06421;
    border-color: #d6571b;
    text-align: left;
	font-size:19px;
}
.kyc .btn-info:hover {
    color: #fff; 
    background-color: #252120;
    border-color: #252120;
}
.kyc h3 {
		font-family: Futura LT Bold;
 color : #fff;
 text-align:#left;
}
.kychead {
background-color:#f06421;
width:100%;
}

.layer4 {
    background-color:white;
} 



/*   Internationaly Partners styling */
.inter {
background-color:#efefef;
}  

.inter h2 {
	 font-family: Futura LT Book;
 color : #6b6b6c;

 
}

/*   footer styling */
.footer {
background-color:#262221;
color: #ffffff;

}  
.footer a {
color: #ffffff;
text-decoration : none; 
}  

.footer a :hover {
text-decoration : none; 
color: #ffffff;
}




/*
Additional Styling :
Akinsola Ogunware (aogunware@paga.com)
07/11/2019
--------------------------------------
*/

/* Partner Logo stack  */
.partner-box-wrapper {
	padding: 25px;
}
.partner-box {
	padding: 30px 0 30px 0;
	text-align: center;
	/*border: 1px solid #DDD;*/
	margin-bottom: 10px;
	border-radius: 6px;
	min-height: 100px;
	/*box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);*/
	/*box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);*/
}

.partner-box img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	max-height: 36px;
	opacity: 1;
	align-self: center;
	margin: auto;
}

.partner-box img:hover {
	-webkit-filter: grayscale(30%);
	filter: grayscale(30%);
	opacity: 0.8;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

@media (pointer: coarse) and (hover: none) {
	.partner-box img {
		max-height: 22px;
	}
	.partner-box {
		box-shadow: none;
	}
}