@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');
html,
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

body {
    position: relative;
    min-height: 100%;
    background-color: #fff;
	font-family: 'Poppins', sans-serif;
    font-size:15px;
    line-height: 24px;
    color: #5c6b71;
    -webkit-text-size-adjust: none;
}

::-moz-selection {
    color: #fff;
    background: #0066a6;
}

::selection {
    color: #fff;
    background: #0066a6;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 22px;
    color: #222;
}

p {
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
}

a,
a:link,
a:active,
a:visited,
a:hover,
a:focus {
    color: #5c6b71;
    text-decoration: none;
    outline: 0;
    outline-offset: 0;
}
a:hover {
    color: #000;
}
img {
    max-width: 100%;
    vertical-align: middle;
}

ul {
    list-style-type: none;
}

.language-section i::before {
    display: none;
}

/*------------- common css -----------------*/
textarea {
    resize: none;
    max-height: 80px;
}

.form-control {
    background-color: #fff;
    border: 2px solid #efefef;
    padding: .650rem .75rem;
    font-size: 0.85rem;
}

select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.form-control:focus {
    background-color: #f8f8f8;
    border: 2px solid #d3d3d3;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

a.btn,
.btn {
	background-color:#0f67a9;
    color: #fff;
    font-size: 15px;
    border: 0px solid #49b2d0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    min-width:90px;
    padding:10px 25px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
/*     -webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3); */
}
a.btn:hover,
.btn:hover {
    background-color: #095791;
    color: #fff;
    border: 0px solid #095194;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

a.btn:focus,
.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.btngroup {
    margin-bottom: 20px;
}

.secth{
	font-size:32px;
	line-height:38px;
	font-weight:bold;
	padding:0 0 20px;
}
.sub-secth{
	color:#5c6b71;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	margin:0;
	padding:0 0 15px;
}

.section{
	padding:50px 0;
}
.section:before,.section:after{
	content:'';
	width:100%;
	height:0;
	display: block;
}
.section:after{
	clear: both;
}
.graybg{
	background:#f7f7f9;
}
.bluebg{
	background: #0e65a8;
}

/*------------- header css -----------------*/
.header-section{
    background: #f3f3f3;
}
.header-section.wh-bg{
    background: #fff;
}
.header-section.wh-bg{
    background: #fff;
}
.navbar-brand img{
	max-width:154px;
	max-height:50px;
}
.navbar-toggler {
    border: 1px solid #000;
}
.toggle-icon {
    width: 18px;
    height: 1px;
    background-color: #000;
    margin: 6px 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-collapse,
.navbar-collapse.show{
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
	z-index:9;
	background: #fff;
}
.header-nav{
	padding:0 15px;
}
.header-nav .nav-item{
	border-top:1px solid #e3e2e2;
}
.header-nav .nav-item:first-child{
	border-top:0px solid #e3e2e2;
}
.header-nav .nav-item .nav-link {
    color: #000;
    font-weight: 600;
	padding:14px 15px;
}
.header-nav .nav-item .nav-link.active {
	color: #0f67a9;
}
.header-nav .navbtn{
	background-color:rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    min-width: 90px;
	padding:5px 15px;
	text-align:left;
}

/*------------- footer css -----------------*/

footer {
    margin-top: 0px;
    background: #f7f7f9;
}
.footer1{
    padding-top:0px;
}
.socialnav{
	list-style-type:none;
	margin:0 auto;
	padding:0;
	/* display: flex; */
	display:none;
	justify-content: center;
	width:100%;
}
.socialnav li{
	width:55px;
	margin:0;
	padding:8px 8px;
	text-align:center;
}
.socialnav li a{
	display: block;
	width:45px;
	height:45px;
	line-height:30px;
	background-color:#0f67a9;
	border-radius:50%;
	margin:0;
	padding:0 0;
	text-align:center;
}
.socialnav li a:hover{
	background-color:#095791;
}

.footlink{
	list-style-type:none;
	margin:0 auto;
	padding:0;
	width:100%;
}
.footlink li{
	margin:0;
	padding:10px;
	text-align:center;
	position: relative;
}
.footlink li:before{
	content:'';
	display: block;
	margin:0 0 0 -40px;
	padding:0;
	width:80px;
	height:1px;
	background-color:#222;
	position: absolute;
	top:0;
	left:50%;
}
.footlink li:first-child:before{
	display: none;
}
.footlink a{
	color:#052a45;
}
.footlink a:hover{
	color:#000;
}

.copyright {
    color: #0f67a9;
	margin:0px 0 0;
    padding: 30px 0;
	border-top:1px solid #99c3fe;
	text-align: center;
}
.copyright p{
	margin:0;
	padding:0;
}


/*------------- home page css -----------------*/
.homebanner {
    background: #f3f3f3;
	position: relative;
}
.homebannerwrap{
	position: relative;	
}
.homebandataimg{
	max-width:480px;
	margin:0 auto;
}
.homebandata{
	max-width:540px;
	margin:0 auto;
	padding:35px 0;
}
.homebandata h2{
	color:#222;
	font-size:22px;
	font-weight:bold;
	line-height:30px;
}
.homebandata p{
}
.homebandata .btn,
.wakala-bansec .btn{
	margin-top:0px;
}
.homesec2 .secth{
	padding: 0 0 0;
}


.finsec{
	background-color:#f7fafc;
}
.finsec h3{
	font-size:22px;
    line-height:32px;
    color: #222;
    font-weight: bold;
    padding: 0 0 25px;
}
.finsec .secth span,
.finsec h3 span{
	display: block;
}
.finsecwrap{
	padding-bottom:30px;
}
.finsecbox{
	max-width:350px;
	background: #fff;
    box-shadow: 0px 2px 5px 3px rgba(195, 195, 195, 0.08);
    overflow: hidden;
	margin:0 auto;
	padding:30px;
	text-align:center;
    height: 100%;
	    display: flex;
    flex-direction: column;
}
.finsecbox:hover{
    box-shadow: 0px 4px 5px 5px rgba(195, 195, 195, 0.2);
}
.finsecbox i {
    display: block;
    width:120px;
    height:120px;
    margin: 0px auto 15px;
    border-radius: 50%;
    overflow: hidden;
}
.finsecbox h4 {
    color: #222;
    font-size:20px;
    line-height:24px;
    font-weight: bold;
    padding: 0 0 0;
}

.subscribe{
    background-color:rgba(000,,000,000,0.8);
	background-image:url('../images/subscribe-bg.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size: cover;
}
.subscribe h4{
    color: #fff;
    font-size:24px;
	line-height:38px;
    text-align: center;
    font-weight: bold;
	padding:0 0 20px 0;
}
.subscribe h4 span{
	display:block;
}
.subscribe .getbtn{
    color: #0f67a9;
	background-color:#fff;
    font-size:18px;
    text-align: center;
    font-weight: bold;
	padding:10px 22px;
}
.subscribe .getbtn:hover{
    color: #0f67a9;
	background-color:#f1f1f1;
}

/*------------- wakala page -----------------*/
.banner-section{
	position: relative;
}
.banner-section .breadcrumblist{
	position: absolute;
	bottom:0;
	left:0;
	margin:0 9%;
	height:35px;
	width:82%;
	display: flex;
	justify-content:flex-end;
}
.banner-section .breadcrumb{
	color:#fff;
	font-size:13px;
}
.banner-section .breadcrumb-item.active {
    color: #fff;
}
.banner-section .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.banner-section .topbanimg-wrap{
	position: relative; 
	background-image: url(../images/yako-banner.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height:236px;
}
.banner-section .topbanimg-wrap img{
	display:none;
}
.banner-section .tobandata{
	display: flex;
	align-items:center;
}
.banner-section .tobandata .banner-text{
	margin:0 9%;
	padding:25px 0;
}
.banner-section .tobandata h2{
	font-size:26px;
	line-height:38px;
	font-weight:bold;
	margin:0;
	padding:0 0 20px;
}
.banner-section .tobandata .lead{
	color: #222;
	font-size:17px;
	line-height:24px;
	font-weight:normal;
	margin:0;
	padding:0 0 0;
}
.wakala-bansec .topbanimg-wrap{
	position: relative; 
	background-image: url(../images/wakala-banner.jpg);
    background-position:80% center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height:236px;
}

.wakala-bansec .btn{
	    margin-top:15px;
}
.pillarssec h4 {
    text-align: center;
    color: #222;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}
.pillarsboxwrap {
    max-width: 960px;
    margin: 0 auto;
}
.pillarsbox {
    position: relative;
    padding: 0 0 15px 88px;
    max-width:320px;
    margin: 25px auto 0;
    min-height: 90px;
}
.pillarsbox i {
    display: block;
    width: 72px;
    height: 72px;
    background-color: #0f67a9;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 2px;
    text-align: center;
}
.pillarsbox h5 {
    color: #222;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    padding: 15px 0 0;
}
.wakalasec3 .lead {
    font-size: 17px;
    line-height: 26px;
}
.hoverimg {
    position: relative;
    overflow: hidden;
	max-width: 480px;
    margin: 0 auto 25px;
}
.hovertx {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(000,000,000,0.8);
    padding: 15px 25px;
    color: #fff;
}
.wakalasec4 {
    padding-bottom: 0!important;
}
.wakalasec4 .lead {
    font-size: 17px;
    line-height: 28px;
    padding: 15px 0;
}
.wakalasec4 .secth {
	font-size: 28px;
	line-height: 38px;
}
.payinfoimgwrap {
    text-align: center;
}
.payinfoimgwrap img {
    max-height: 320px;
    margin: 0 auto 25px;
}
.payinfo {
    text-align: center;
    max-width: 238px;
    margin: 15px auto;
}
.payinfo i {
    display: block;
    width:75px;
    height:75px;
    margin: 0px auto 15px;
    background-color: #0f67a9;
    border-radius: 50%;
    overflow: hidden;
}
.payinfo h4 {
    color: #222;
    font-size: 18px;
    line-height:24px;
    font-weight: 600;
    padding: 0 0 0;
}
.wakalasec6 {
    position: relative;
    padding-bottom: 0 !important;
	overflow:hidden;
}
.wakalasec6:before{
	display: block;
	width:100%;
	height:60%;
	background:#f5f5f5;
	position:absolute;
	top:0;
	left:0;
}
.wakalasec6 .container{
	position: relative;
}
.wakalasec6 .secth {
    color: #515f69;
}
.wakalafeatures {
    margin-left: -40px;
}
.wakalafeatures-wrap {
    padding: 30px 20px 0;
}
.wakalafeatures-box{
	background: #fff;
    box-shadow: 0px 2px 5px 3px rgba(195, 195, 195, 0.2);
    overflow: hidden;
}
.wakalafeatures-box:hover{
    box-shadow: 0px 2px 5px 3px rgba(195, 195, 195, 0.4);
}
.wakalafeatures-box .txdata{
	padding: 15px 25px;
    font-size: 17px;
    line-height: 26px;
    min-height: 200px;
}
.wakalasec7 .secth {
    text-align: center;
}
.promolist {
    display: block;
}

.promolist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.promolist li{
	font-size:17px;
	line-height:26px;
	margin:0;
	    padding: 0 0 25px 50px;
	position: relative;
	min-height:30px;
}
.promolist li:before{
	content:'';
	display: block;
	width: 42px;
    height: 42px;
	padding:0px;
	background-color:#0f67a9;
	background-image:url('../images/i-prolist.png');
		background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	position: absolute;
	top:0px;
	left:0;
	border:5px solid #0f67a9;
	border-radius:50%;
	overflow: hidden;
}
.promolist li:nth-child(1):before{
	background-image:url('../images/promolist01.png');
}
.promolist li:nth-child(2):before{
	background-image:url('../images/promolist02.png');
}
.promolist li:nth-child(3):before{
	background-image:url('../images/promolist03.png');
}
.promolist li:nth-child(4):before{
	background-image:url('../images/promolist04.png');
}

.wakalasec8 h3 {
    color: #515f69;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    padding: 0 0 0 0;
    text-align: center;
}
.suite {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 2px 5px 3px rgba(195, 195, 195, 0.2);
    overflow: hidden;
    padding: 50px;
}
.suitebox {
	text-align: center;
    max-width: 265px;
    margin: 25px auto 0;
}
.suitebox i {
    display: block;
    width: 75px;
    height: 75px;
    padding: 5px;
    margin: 0 auto 15px;
    overflow: hidden;
    position: relative;
    font-style: normal;
    border: 1px solid #0f67a9;
    border-radius: 50%;
    text-align: center;
}
.wakalasec9 .col-lg-5 {
    text-align: center;
}
.wakalasec9 .col-lg-5 img {
    max-height: 300px;
}
.wakalasec9 h2 {
    color: #515f69;
}
.capitalwrap {
    padding:50px 0 0;
}

.capitallist{
	list-style-type:none;
	margin:0;
	padding:0;
}
.capitallist li{
	margin:0;
	padding:0 0 15px 45px;
	position: relative;
	font-size:17px;
	line-height:24px;
}
.capitallist li:before{
	content:'';
	display: block;
	width:36px;
	height:36px;
	background:#2be4ac;
	text-align:center;
	color:#fff;
	line-height:34px;
	border-radius:50%;
	overflow:hidden;
	position: absolute;
	top:3px;
	left:0;
}
.capitallist li:nth-child(1):before{
	content:'1';
}
.capitallist li:nth-child(2):before{
	content:'2';
}
.capitallist li:nth-child(3):before{
	content:'3';
}
.wakalasec10{
	background-image:url('../images/academybg.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	
}
.academywrap{
	color:#fff;
	max-width:790px;
	margin:0 auto 35px;
}
.wakalasec10 h2,
.academywrap h2{
	color:#fff;
}

.academywrap .lead{
	color:#fff;
	font-size:17px;
	line-height:34px;
	text-align: center;
}
.wakalasec10{
	margin-bottom:150px;
}
.wakalasec10 h4{
	color:#fff;
    font-size:22px;
    line-height:28px;
    font-weight: 600;
	padding:0 0 0;
	text-align: center;
}
.apacademysboxwrap{
	padding:35px 0 0;
	position: relative;
	margin-bottom:0;
}
.apacademysbox{
	max-width:380px;
	margin:35px auto;
	background: #fff;
    box-shadow: 0px 2px 5px 3px rgba(195, 195, 195, 0.2);
    overflow: hidden;
	padding:20px;	
	text-align: center;
	color:#222;
    font-size:22px;
    line-height:28px;
	display: flex;
	align-items: center;
	min-height:175px;
}
.apacademysbox h4{	
width:100%;
	text-align: center;
	color:#222;
    font-size:22px;
    line-height:28px;
}
.getbtnsec{
	padding-top:0 !important;
	text-align: center;
}
.getbtnsec.abt-getbtn{
	padding-top:50px !important;
	text-align: center;
}
.getbtnsec .getbtn {
    /* color: #0f67a9;
    background-color: #fff; */
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding: 10px 22px;
}

/*------------- about page -----------------*/
.homesec2 .secth{
	padding: 0 0 0;
}
.visionimg {
    display: none;
}
.visionwrap {
    font-weight: 600;
    color: #052a45;
    /* max-width: 390px; */
	max-width: inherit;
    padding: 0 0 25px;
}
.titleimg {
    display: flex;
    align-items: center;
    padding: 15px 0 0 55px;
    position: relative;
}
.titleimg i {
    display: block;
    position: absolute;
    top: 16px;
    left: 0px;
    width: 44px;
    height: 44px;
}
.titleimg h3 {
    color: #515f69;
    font-size:30px;
    font-weight: bold;
    line-height:42px;
}

.valueswrap {
    box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.1);
    padding: 15px 20px;
    margin: 0 0 25px;
    color: #5c6b71;
    font-size: 17px;
    line-height: 26px;
   /*  min-height: 180px; */
   min-height: inherit;
    overflow: hidden;
}
.valuestitle {
    display: flex;
    align-items: center;
    padding: 0 0 20px 45px;
    position: relative;
}
.valuestitle i {
    display: block;
    position: absolute;
    top: 0;
    left: -2px;
    width: 40px;
    height: 40px;
    background-color: #0f67a9;
    border-radius: 50%;
    overflow: hidden;
}
.valuestitle h4 {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    padding: 5px 0 0;
    margin: 0;
}

.fluidimgwrap {
    position: relative;
}
.fluidimgwrap .fluidimg {
    width: 90%;
    position: relative;
    margin: 0 auto;
}
.fluidimg .i-goarrow {
    display: block;
    width: 75px;
    height: 72px;
    position: absolute;
    bottom: 2px;
    right: 0;
}
.rightside .fluidimg .i-goarrow {
    right: inherit;
    left: 0;
}
.fluidimgwrap .fluidimg-data {
    width: 96%;
    position: relative;
    padding: 25px 0;
    margin: 0 auto;
}
.abtsec3 .secth, .abtsec4 .secth {
    padding: 0;
}
.abtsec4 {
    padding-top: 0 !important;
}
.abtsecban{
	position: relative;
}

.abtsecban .btn {
	margin-top:15px;
}
.abtsecban .datatx{
	display: flex;
	    align-items: center;
	width:100%;
	height:100%;
	text-align: center;
background:#efefef;
padding:20px 0;	
}
.abtsecban .datatx h2{
	color:#052a45;
	    font-size:18px;
    line-height:26px;
    font-weight: bold;
    margin: 0;
	padding: 0px 0px;
}

/*------------- payment page -----------------*/
.paysecban{
	background-color:#f7fafc;
	background-image:url('../images/paysecbg.jpg');
	background-position: left bottom;
	background-repeat: repeat-x;
}
.paysecban h2{
	    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 20px;
}
.paysecban .lead {
    color: #5c6b71;
    font-size: 17px;
    line-height:30px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0;
}
.paysecban .btn {
	margin-top:15px;
}
.paysecban .datatx {
	width:90%;
    margin: 0 auto;
	padding:35px 0;
}
.paysecban .dataimgright{
	display:none;
}
.paysecban .dataimgleft{
	max-width:480px;
}
.payserlist{
	list-style-type:none;
}
.paysec2 .dataimg{
	max-width:420px;
	margin:0 auto 25px;
}

.numtitle{
	font-size:24px;
	line-height:32px;
	font-weight:bold;
	margin:0;
	padding:0 0 20px;
}
.numtitle span{
	display: block;
}
.numtitle span.num{
	color:#0f67a9;
	font-size:48px;
	font-weight:bold;
	line-height:50px;
	margin:0;
	padding:0 0 0px;
}
.payserlist{
	list-style-type:none;
	margin:0;
	padding:20px 0 0;
}
.payserlist li{
	margin:0;
	padding:0 0 20px 45px;
	position: relative;
	min-height:50px;
}
.payserlist li i{
	display: block;
	width:34px;
	height:34px;
	background:#0f67a9;
	color:#fff;
	font-size:15px;
	font-style:normal;
	line-height:34px;
	text-align: center;
	border-radius:50%;
	position: absolute;
	top:3px;
	left:0;
}
.payiconlist{
	list-style-type:none;
	margin:0;
	padding:20px 0 0;
}
.payiconlist li{
	margin:0;
	padding:0 0 20px 65px;
	position: relative;
	min-height:60px;
}
.payiconlist li i{
	display: block;
	width:48px;
	height:55px;
	background:#fff;
	position: absolute;
	top:3px;
	left:0;
}

/*------------- academy page -----------------*/
.acssecban{
	background-color:#f7f7f7;
}
.acssecban h2{
	    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 20px;
}
.acssecban .lead {
    color: #5c6b71;
    font-size: 17px;
    line-height:30px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0;
}

.acssecban .btn {
	margin-top:15px;
}
.acssecban .datatx {
	width:90%;
    margin: 0 auto;
	padding:35px 0;
}
.acssecban .dataimgright{
	display:none;
}
.acssecban .dataimgleft{
	max-width:480px;
}

.pillars3{
	display: block;
	background-image:url('../images/pillars3img-ver.png');
	background-position: center center;
	background-repeat:no-repeat;
	background-size: auto 100%;
	max-width:320px;
	margin:0 auto;
}
 .pillars3 .pilboc{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
		text-align: center;
	color:#222;
	font-weight: bold;
	font-size:18px;
	line-height:26px;
	width:100%;
	padding:0 5%;
	min-height:300px;
} 
 .pillars3 .pilboc .numtx{
	 color:#c8c8c8;
	 display: block;
		text-align: center;
		font-size:58px;
		line-height:55px;
		padding:0 0 10px;
 }
.acasec3{
	background:#f7fafc;
}
.advlist{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:0;
	padding:0;
}
.advlistbox-wrap{
	width:50%;
}
.advlistbox{
	text-align: center;
    max-width: 238px;
    margin: 0 auto 0;
	padding:0 0 25px;
}
.advlist i{
	display:block;
	width:90px;
	height:90px;
	margin:0 auto 15px;
	background-color:#fff;
	border:1px solid #6dbbe4;
	border-radius:50%;
	overflow: hidden;
	text-align: center;
}
.advlist h4{
	color:#222;
	font-weight: bold;
	font-size:18px;
	line-height:26px;
}
.acasec4,
.acasec4 .secth,
.acasec4 h2{
	color:#fff;
	text-align: center;
}

.acasec4 .getbtn{
    color: #0f67a9;
	background-color:#fff;
    font-size:18px;
    text-align: center;
    font-weight: bold;
	padding:10px 22px;
}
.acasec4 .getbtn:hover{
    color: #0f67a9;
	background-color:#f1f1f1;
}
.offlist{
	display:block;
	margin:0;
	padding:0 0 35px;
}
.offlist i{
	display:block;
	width:90px;
	height:90px;
	margin:0 auto 15px;
	overflow: hidden;
	text-align: center;
}
.offlist h4{
	color:#fff;
	font-weight: bold;
	font-size:16px;
	line-height:22px;
}
.offlist-wrap{
	margin-bottom:25px;
}
.offlistbox{
	text-align: center;
    max-width:330px;
    margin: 0 auto;
	padding:15px;
	background-color:#1b1525;
	color:#fff;
}
	
@media (min-width: 620px){
	.fluidimgwrap .fluidimg {
		width: 48%;
	}
	.paysecban .dataimg{
		display: flex;
		    justify-content: space-between;			
		width:100%;
	}
	.paysecban .dataimgleft{
		max-width:60%;
	}
	.paysecban .dataimgright{
		display:flex;
		align-items: end;
		max-width:32%;
	}
/*------------- academy page css -----------------*/
	.acssecban .dataimg{
		display: flex;
		    justify-content: space-between;			
		width:100%;
	}
	.acssecban .dataimgleft{
		display:flex;
		align-items: end;
		max-width:35%;
	}
	.acssecban .dataimgright{
		display:flex;
		align-items: end;
		max-width:55%;
	}
}
@media (min-width:768px){
	.copyright {
		margin:0px 0 0;
		padding: 30px 0;
	}
	.section{
		padding:90px 0;
	}
	.subscribe h4 {
		font-size: 34px;
		line-height: 48px;
	}
	.footlink{
		display: flex;
		justify-content: center;	
		padding: 15px 0;		
	}
	.footlink li:before{
		width:1px;
		height:20px;
		margin:0;
		top:12px;
		left:0;
	}
	.section{
		padding:90px 0;
	}
/*------------- home page css -----------------*/
	.homebannerwrap{
		position: relative;	
		display:flex;
		justify-content: end;
		padding:0 0 0;
	}		
	.homebandataimg{
		width:50%;
		max-width:inherit;
		margin:0;
		position: relative;	
		right:-6%;
	}
	.homebandata{
		display:flex;
		align-items: center;
		width:55%;
		height:100%;
		padding:0;
		position: absolute;
		top:0;
		left:15px;
		font-size:16px;
		line-height:28px;
	}
	.homebandata h2{
		color:#222;
		font-size:22px;
		font-weight:bold;
		line-height:30px;
	}
	.homebandata p{
		max-width:90%;
	}
	.homebandata .btn,
	.wakala-bansec .btn{
		margin-top:10px;
	}
		
	.finsec h3{
		font-size:26px;
		line-height:38px;
	}
	.finsecbox h4{
		font-size:22px;
		line-height:34px;		
	}
	.subscribe .getbtn {
		font-size:24px;
		padding: 10px 28px;
	}
	
/*------------- about page -----------------*/
	.abtsecban .datatx{
		display: flex;
			align-items: flex-start;
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
			background:rgba(255,255,255,0);
			padding:20px 22% 0;
	}
	.abtsecban .datatx h2 {
		font-size:22px;
		line-height:34px;
		margin:0;		
		padding:0 0 15px 0;
	}

/*------------- wakala page -----------------*/
	.banner-section .tobandata {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.banner-section .tobandata h2 {
		color:#fff;
		font-size:22px;
		line-height:34px;
		    padding: 0 0 10px;
	}
	.banner-section .tobandata .lead {
		color: #fff;
		font-size:15px;
		line-height: 24px;
		padding: 0 0 10px;
		width:80%;
	}
	.wakala-bansec .topbanimg-wrap{
		height: auto;
		min-height: 350px;
		background-position: 80% center;
		background-size:cover;
	}
	.wakala-bansec .tobandata .banner-text {
		max-width:50%;
	}
	.pillarsbox h5{
		padding:10px 0 0;
		font-size: 20px;
		line-height:24px;
	}
	.promolist {
		display: flex;
		flex-wrap: wrap;
	}	
	.promolist li {
		width: 50%;
		padding: 0 10% 45px 70px;
	}
	.promolist li:before {
		width: 60px;
		height: 60px;
	}
	.wakalasec7{
		padding-bottom:20px;
	}
	.wakalasec7 .secth {
		text-align: left;
	}
	.apacademysboxwrap{
		margin-bottom:-200px;
	}
	.apacademysbox h4 {
		font-size:18px;
		line-height:24px;
	}
	.wakalasec9 .col-lg-5 img {
		max-height:inherit;
	}
	.capitalwrap {
		padding:0 0 0 50px;
	}
	
/*------------- payment page -----------------*/
			
	.numtitle{
		font-size:28px;
		line-height:36px;
	}
	.numtitle span.num{
		font-size:58px;
		line-height:46px;
		padding:0 0 10px;
	}
	.paysec2 .div30{
		padding:15px;
	}
/*------------- academy page -----------------*/
	.pillars3{
		max-width:990px;
		min-height:320px;
		padding:0 3%;
		margin: 0 auto;
		display: flex;
		background-image:url('../images/pillars3img.png');
		background-position: center center;
		background-repeat:no-repeat;
		background-size: 100% auto;
	}
	.pillars3 .pilboc{
		display: flex;
		align-items: center;
		justify-content: center;
		    text-align: center;
		color:#222;
		font-weight: bold;
		font-size:18px;
		line-height:26px;
		width:33.3%;
		padding: 0 5%;
	}
	
	 .pillars3 .pilboc .numtx{
			font-size:48px;
			line-height:55px;
			padding:0 0 10px;
	 }
	.advlistbox-wrap{
		width:33.3%;
	}
	.advlist i {
		border:2px solid #6dbbe4;
	}
	.offlist{
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.offlist-wrap {
		width: 33.3%;
		padding:0 15px;
	}
	
	.offlistbox{
		height:100%;
		max-width:280px;
	}
	.getbtnsec.abt-getbtn{
		padding-top:90px !important;
		text-align: center;
	}
	
	
}

@media (min-width:992px){
	.navbar-collapse,
	.navbar-collapse.show{
		position: relative;
		top:inherit;
		left:inherit;
		width: 100%;
	background: rgba(255,255,255,0);
}
	.header-nav .nav-item {
		border-top:0px solid #e3e2e2;
	}
	.header-nav .nav-item .nav-link{
		font-size:15px;
	}
	.header-nav .nav-item .navbtn{		
		background-color:#0f67a9;
		color: #fff;
		font-size:13px;
		border: 0px solid #49b2d0;
		box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
		padding:10px 25px;
		    white-space: nowrap;
			margin:5px 0 0 5px;
	}
	
	.secth{
		font-size:36px;
		line-height:54px;
		font-weight:bold;
		padding:0 0 25px;
	}
	.sub-secth{
		color:#5c6b71;
		font-size:22px;
		font-weight:bold;
		line-height:28px;
		margin:0;
		padding:0 0 25px;
	}
	.footlink{
		padding:15px 0;
		font-size:17px;
	}
	.footlink li{
		padding:15px 25px;
	}
	.footlink li:before{
		height:25px;
		top:14px;
	}	
/*------------- home page css -----------------*/		
	.homebandataimg{
		width:55%;
		right:-6%;
	}
	.homebandata{
		width:44%;
		font-size:16px;
		line-height:28px;
	}
	.homebandata h2{
		font-size:30px;
		line-height:42px;
	}
	.homebandata .btn,
	.wakala-bansec .btn{
		margin-top:15px;
	}
	.wakalasec3 .secth {
		padding: 0 0 0px;
	}
	.hoverimg {
		max-width: inherit;
		margin: 0 auto 0;
	}
	.wakalasec8 h3{
		text-align:left;
	}
	.visionimgwrap {
		position: relative;
	}
	.visionimg {
		display: flex;
		width: 135%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -46%;
	}
	.fluidimgwrap {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
	}
	.fluidimgwrap.rightside {
		flex-direction: row-reverse;
	}
	.fluidimgwrap .fluidimg-data .container {
		width: 90%;
	}
	.fluidimgwrap .fluidimg {
		width: 48%;
		position: relative;
		margin: 0;
	}
	.fluidimgwrap .fluidimg-data {
		width: 48%;
		position: relative;
		padding: 25px 0;
	}
	.fluidimg .i-goarrow {
		display: block;
		width: 75px;
		height: 72px;
		position: absolute;
		bottom: 2px;
		right: 0;
	}
/*------------- payment page -----------------*/	
	.paysecban{
		padding:260px 0 0;
		position: relative;
		display: flex;
		align-items: end;
	}
	.paysecban .datatx{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		display: flex;
	}
	.paysecban .datatx .container{
		max-width:800px;
		text-align: center;
	}
	.paysecban .dataimgleft {
		max-width: 45%;
	}
	.paysecban .dataimgright{
		max-width:22%;		
	}
	
/*------------- academy page -----------------*/	
	.acssecban{
		padding:260px 0 0;
		position: relative;
		display: flex;
		align-items: end;
	}
	.acssecban .datatx{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		display: flex;
	}
	.acssecban .datatx .container{
		max-width:800px;
		text-align: center;
	}
	.acssecban .dataimgleft{
		max-width:35%;
	}
	.acssecban .dataimgright{
		max-width:55%;
	}
	.offlist {
		display: flex;
		flex-wrap: nowrap;
	}
	.offlist-wrap {
		width:20%;
		padding: 0 15px;
	}
	.offlistbox{
		padding: 25px 15px;
	}
	.offlistbox:hover{
		transform: scale(1.05);
		background-color: #fff;
	}	
	.offlist .offlistbox:hover h4 {
		color: #222;
	}
	.offlist i {
		margin: 0 auto 35px;
	}
	.offlist h4 {
		font-size:18px;
		line-height:28px;
	}
	.abtsecban .datatx{
		padding:50px 26% 0;
	}	
	.acasec4 .getbtn{
		font-size: 20px;
		padding: 10px 28px;
	}
	.getbtnsec .getbtn {
		font-size: 20px;
		padding: 10px 28px;
	}	
}



@media (min-width:1200px){
	.header-section .navbar{
		padding:15px 0;
	}
	.header-nav .nav-item {
		margin-right:20px;
	}
	.header-nav .nav-item .nav-link{
		font-size:16px;
	}
	.header-nav .nav-item .navbtn{		
		font-size: 15px;
	}
/*------------- home page css -----------------*/	
	.homebandata{
		width:44%;
		font-size:19px;
		line-height:32px;
	}
	.homebandata h2{
		font-size:36px;
		line-height:52px;
	}
	.homebandata .btn,
	.wakala-bansec .btn{
		margin-top:25px;
	}
	.finsec h3{
		font-size:34px;
		line-height:48px;
	}
	.finsecbox {
		padding: 30px 15px;
	}
	.finsecbox h4{
		font-size:20px;
		line-height:34px;		
	}
	.finsecbox p{
			padding: 0 15px 15px 15px;
	}
	.subscribe h4 {
		font-size: 34px;
		line-height: 48px;
	}
	.subscribe .getbtn {
		font-size:20px;
		padding: 10px 28px;
	}
	
/*------------- wakala page -----------------*/
	.banner-section .breadcrumblist {
		height: 50px;
	}
	.banner-section .topbanimg-wrap {
		height: auto;
		background: #0f67a9;
	}
	.banner-section .topbanimg-wrap img {
		display: block;
	}
	.banner-section .tobandata h2 {
		font-size:36px;
		line-height:48px;
		padding: 0 0 20px;
	}
	.banner-section .tobandata .lead {
		font-size:17px;
		line-height: 24px;
	}
	.wakala-bansec .tobandata .banner-text {
		max-width: 58%;
	}
	.wakala-bansec .topbanimg-wrap{
		background-size: auto;
		height: auto;
		min-height: inherit;
	}
	.pillarssec h4 {
		font-size:24px;
	}
	.pillarsbox h5 {
		padding:15px 0 0;
		font-size:22px;
		line-height:26px;
	}
	.wakalasec3 .secth {
		padding: 0 0 10px;
	}
	.wakalasec3 .lead {
		font-size:18px;
		line-height:34px;
	}
	.wakalasec4 .secth {
		font-size:32px;
		line-height:46px;
		max-width: 90%;
		margin:0 auto 30px;
	}
	.payinfoimgwrap {
		width: 30%;
	}
	.payinfoimgwrap img {
		max-height:inherit;
		margin: 0 auto 0px;
	}
	.payinfowrap {
		width: 70%;
	}
	.payinfo h4 {
		font-size:20px;
		line-height:28px;
	}
	.payinfo i {
		width:90px;
		height: 90px;
	}
	.wakalafeatures {
		margin-left:0px;
	}
	.wakalasec6:before {
		height: 68%;
	}
	.apacademysbox h4 {
		font-size: 22px;
		line-height: 28px;
	}
	
	.visionwrap {
		margin:10px 0 0px 0;
		    max-width: 390px;
	}
	.visionimg {
		display: block;
		width: 144%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -55%;
		overflow: hidden;
	}
	.titleimg h3 {
		font-size: 34px;
		line-height: 46px;
	}
	.valueswrap{
		min-height: 180px;
	}
	.abtsec3, .abtsec4 {
		line-height: 30px;
	}
	.fluidimgwrap {
		width: 100%;
		max-width: 1366px;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.fluidimgwrap.rightside {
		display: flex;
	}
	.fluidimgwrap .fluidimg-data .container {
		width: 100%;
		margin: 0 auto;
	}
	.fluidimgwrap .fluidimg-data {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.fluidimg-data .row {
		justify-content: end;
	}
	.fluidimgwrap.rightside .fluidimg-data .row {
		justify-content: flex-start;
	}
	.whyafrica {
		padding-right: 50px;
	}
	.whytanzania {
		padding-left: 50px;
	}
		
	.abtsecban .datatx h2{
		font-size:28px;
		line-height:44px;
		padding:0 0 15px 0;
	}	
	.abtsecban .btn {
		margin-top:25px;
	}
/*------------- payment page -----------------*/
	.paysecban{
		padding:120px 0 0;
	}
	.paysecban .datatx{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		display: flex;
	}
	.paysecban .datatx .container{
		max-width:855px;
		text-align: center;
	}
	.paysecban h2 {
		font-size:32px;
		line-height:46px;
	}
	.paysecban .btn {
		margin-top:25px;
	}
	.paysecban .breakpoint {
		display: block;
	}
	.paysec2 .dataimg {
		max-width:inherit;
		margin: 0 auto 0;
	}
	.paysec2 .div30{
		padding:30px;
	}
	.paddl30{
		padding-left:50px;
	}
	.paddr30{
		padding-right:50px;
	}
	.payiconlist li{
		padding:0 0 30px 70px;
		min-height:70px;
	}
	.payiconlist li i{
		width:54px;
		height:54px;
	}
/*------------- academy page -----------------*/
	.acssecban{
		padding:160px 0 0;
	}
	.acssecban .datatx{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		display: flex;
	}
	.acssecban .datatx .container{
		max-width:855px;
		text-align: center;
	}
	.acssecban h2 {
		font-size:32px;
		line-height:46px;
	}
	.acssecban .btn {
		margin-top:25px;
	}
	.acssecban .lead {
		max-width:80%;
		margin: 0 auto ;
	}
	.acssecban .dataimgleft{
		max-width:30%;
	}
	.acssecban .dataimgright{
		max-width:37%;
	}
	.pillars3{
		background-size: cover;
	}
	.pillars3 .pilboc{
		font-size:24px;
		line-height:32px;
	}
	 .pillars3 .pilboc .numtx{
			font-size:72px;
			line-height:80px;
			padding:0 0 00px;
	 }
	.advlistbox {
		max-width: 330px;
		margin: 0 auto 0;
		padding:35px 0 35px;
	}
	.advlist i {
		width: 120px;
		height:120px;		
		    margin: 0 auto 30px;
	}
	.advlist h4 {
		font-size: 22px;
		line-height: 36px;
	}
	.acasec4 .getbtn {
		font-size: 20px;
		padding: 10px 28px;
	}
	.getbtnsec .getbtn {
		font-size: 20px;
		padding: 10px 28px;
	}		
	.getbtnsec.abt-getbtn{
		padding-top:90px !important;
		text-align: center;
	}
		
	
}

@media (min-width:1600px){
	body {
		font-size:22px;
		line-height:34px;
	}
	.row {
		margin-right: calc(-.9 * var(--bs-gutter-x));
		margin-left: calc(-.9 * var(--bs-gutter-x));
	}
	.row>* {
    padding-right: calc(var(--bs-gutter-x) * .9);
    padding-left: calc(var(--bs-gutter-x) * .9);
	}
	h1, h2, h3, h4, h5, h6 {
		font-size:30px;
	}
	
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1580px;
	}
	.form-control {
		font-size: 1.3rem;
	}
	a.btn, .btn {
		font-size:24px;
		line-height:32px;
		padding:18px 45px;
	}	
	.secth {
		font-size:54px;
		line-height:78px;
	}
	.sub-secth {
		font-size:30px;
		line-height:42px;
	}
	.section {
		padding:120px 0;
	}
	
	.navbar-brand img {
		max-width: 240px;
		max-height:72px;
	}
	
	.header-section .navbar{
		padding:30px 0;
	}
	.header-nav .nav-item {
		margin-right:20px;
	}
	.header-nav .nav-item .nav-link{
		font-size:22px;
	}
	.header-nav .nav-item .navbtn{		
		font-size:18px;
	}
	
	
	.footlink {
		padding:25px 0;
		font-size:22px;
	}
	.footlink li {
		padding: 15px 45px;
	}
	.footlink li:before {
		height: 30px;
		    top: 20px;
	}
	.copyright{
		font-size:22px;
	}
/*------------- home page css -----------------*/
	.homebandataimg {
		width:52%;
		    right: -3%;
	}	
	.homebandata{
		width:48%;
		top:0;
		left:20px;
		font-size:24px;
		line-height:38px;
	}
	.homebandata h2{
		font-size:42px;
		line-height:52px;
		margin-bottom:30px;
	}
	.homebandata p{
		max-width:98%;
	}
	.homebandata .btn,
	.wakala-bansec .btn{
		margin-top:25px;
	}
	.homebandata .btn, .wakala-bansec .btn {
		margin-top: 25px;
	}
	.finsec{
		padding-bottom:90px;
	}
	.finsecwrap{
		padding-bottom:60px;
	}
	.finsecbox{
		max-width:480px;
		font-size:22px;
		line-height:34px;
		padding: 30px 45px;
	}		
	.finsec h3{
		font-size:48px;
		line-height:62px;
		margin:0 0 30px;
	}
	.finsecbox h4 {
		font-size:26px;
		line-height:48px;
	}
	.finsecbox p {
		padding: 0 0 15px 0;
	}
	.subscribe h4 {
		font-size:48px;
		line-height:62px;
		padding: 20px 0 30px;
	}
	.subscribe .getbtn {
		font-size:24px;
		padding: 16px 38px;
	}
	
/*------------- wakala page -----------------*/
	.banner-section .tobandata h2 {
		font-size: 52px;
		line-height: 68px;
	}
	.banner-section .tobandata .lead {
		font-size: 24px;
		line-height: 38px;
	}
	.wakala-bansec .tobandata .banner-text {
		max-width: 60%;
	}
	.pillarsboxwrap {
		max-width: 1300px;
		margin: 0 auto;
	}
	.pillarsbox {
		position: relative;
		padding: 0 0 25px 120px;
		max-width: 360px;
		margin: 25px auto 0;
		min-height: 120px;
	}
	.pillarsbox i {
		width: 98px;
		height: 98px;
	}
	.pillarssec h4 {
		font-size: 30px;
    line-height: 42px;
	}
	.pillarsbox h5 {
		font-size: 30px;
		line-height: 42px;
		padding: 25px 0 0;
	}
	.wakalasec3 .secth {
		padding: 0 0 10px;
	}
	.wakalasec3 .lead {
		font-size:22px;
		line-height:38px;
	}
	.wakalasec4 .secth {
		font-size: 52px;
		line-height: 78px;
		margin: 0 auto 45px;
	}
	.wakalasec4 .lead {
		font-size: 24px;
		line-height: 38px;
		padding: 35px 0;
	}
	.payinfo {
		max-width: 360px;
		margin: 15px auto 25px;
	}
	.payinfo i {
		display: block;
		width: 140px;
		height: 140px;
	}
	.payinfo h4 {
		font-size: 30px;
		line-height: 42px;
	}
	.wakalasec6:before {
		height: 73%;
	}
	.wakalafeatures-box .txdata {
		padding: 25px 45px;
		font-size: 24px;
		line-height: 38px;
		min-height: 220px;
	}
	.wakalasec7 {
		padding-bottom:60px;
	}
	.promolist li {
		font-size: 24px;
		line-height: 38px;
		padding: 0 10% 65px 120px;
		min-height: 90px;
	}
	.promolist li:before {
		width: 90px;
		height: 90px;
		border: 10px solid #0f67a9;
	}
	.wakalasec8 h3 {
		font-size: 52px;
		line-height: 78px;
	}
	.suite {
		max-width: 1200px;
		box-shadow: 0px 2px 5px 3px rgba(195, 195, 195, 0.3);
		padding: 80px;
	}
	.suitebox {
		max-width: 380px;
	}
	.suitebox i {
		width: 96px;
		height: 96px;
		border: 2px solid #0f67a9;
		padding: 10px;
		margin: 0 auto 35px;
	}
	.wakalasec10 h4 {
		font-size: 30px;
		line-height: 42px;
		padding: 15px 0 15px;
	}
	.apacademysboxwrap {
		margin-bottom: -235px;
	}
	.academywrap {
		max-width: 1120px;
		margin: 0 auto 95px;
	}
	.academywrap .lead {
		font-size: 24px;
		line-height: 46px;
	}
	.apacademysbox {
		max-width: 480px;
		min-height: 230px;
	}
	.academywrap .lead {
		font-size: 24px;
		line-height: 46px;
	}
	.capitallist li {
		padding: 0 0 35px 70px;
		font-size: 24px;
		line-height: 38px;
	}
	.capitallist li:before {
		content: '';
		width: 50px;
		height: 50px;
		line-height: 48px;
		top: 3px;
	}
/*------------- about page -----------------*/	
	.visionwrap {
		max-width: 552px;
		padding: 0 0 35px;
		margin: 35px 0 25px 0;
	}
	.titleimg {
		padding: 15px 0 0 85px;
	}
	.titleimg i {
		width: 75px;
		height: 75px;
	}
	.titleimg h3 {
		font-size: 52px;
		line-height: 58px;
	}
	.valueswrap {
		padding: 25px 35px;
		margin: 0 0 45px;
		font-size: 22px;
		line-height: 36px;
		min-height: 278px;
	}
	.valuestitle {
		padding: 0 0 20px 75px;
		min-height: 85px;
	}
	.valuestitle i {
		width: 60px;
		height: 60px;
	}
	.valuestitle h4 {
		font-size: 28px;
		line-height: 42px;
	}
	.fluidimgwrap {
		width: 100%;
		max-width: 1920px;
	}
	.fluidimgwrap .fluidimg-data {
		line-height: 46px;
	}
	.whyafrica {
		padding-right: 90px;
	}
	.whytanzania {
		padding-left: 90px;
	}
	.fluidimg .i-goarrow {
		display: block;
		width: 100px;
		height: 94px;
		bottom: 4px;
	}
	.abtsecban .datatx {
		padding:80px 26% 0;
	}
	.abtsecban .datatx h2{
			font-size:36px;
		line-height:55px;
		padding:0 0 25px 0;
	}
	
	.abtsecban .btn {
		margin-top:35px;
	}
/*------------- payemnt page -----------------*/
	.paysecban .datatx .container {
		max-width:1200px;
		text-align: center;
	}
	.paysecban h2 {
		font-size:42px;
		line-height:72px;
	}
	.paysecban .lead {
		font-size:24px;
		line-height:40px;
	}
	.paysecban .btn {
		margin-top:35px;
	}
	.numtitle {
		font-size: 34px;
		line-height:48px;
		    padding: 0 0 30px;
	}
	.numtitle span.num {
		font-size: 72px;
		line-height: 76px;
		padding: 0 0 10px;
	}
	.paddl30{
		padding-left:50px;
	}
	.paddr30{
		padding-right:50px;
	}
	.payserlist li {
		margin: 0;
		padding: 0 0 25px 65px;
	}
	.payserlist li i {
		width:46px;
		height:46px;
		font-size:18px;
		line-height: 44px;
	}
	.payiconlist li{
		padding:0 0 45px 90px;
		min-height:90px;
	}
	.payiconlist li i{
		width:74px;
		height:74px;
	}
	
/*------------- academy page -----------------*/
	.acssecban .datatx .container {
		max-width:1200px;
		text-align: center;
	}
	.acssecban h2 {
		font-size:42px;
		line-height:72px;
	}
	.acssecban .lead {
		font-size:24px;
		line-height:40px;
	}	
	.acssecban .btn {
		margin-top:35px;
	}
	.pillars3{
		max-width:1440px;
		min-height:480px;
		padding:0 3%;
		margin: 0 auto;
	}
	.pillars3 .pilboc{
		font-size:36px;
		line-height:48px;
	}
	.pillars3 .pilboc .numtx {
		font-size: 94px;
		line-height: 80px;
		padding: 0 0 20px;
	}
	.advlistbox {
		max-width:490px;
		margin: 0 auto 0;
		padding:35px 0 55px;
	}
	.advlist i {
		width: 150px;
		height:150px;
		    margin: 0 auto 45px;
	}
	.advlist h4 {
		font-size:28px;
		line-height:42px;
	}
	.acasec4 .getbtn{
		font-size: 24px;
		padding: 16px 28px;
	}
	.offlist i {
		margin: 0 auto 45px;
	}
	.offlist h4 {
		font-size:24px;
		line-height:36px;
	}
	.getbtnsec .getbtn {
		font-size: 24px;
		padding: 16px 28px;
	}
	.getbtnsec.abt-getbtn{
		padding-top:90px !important;
		padding-bottom:90px !important;
		text-align: center;
	}
}

@media (max-width:420px){
	.payinfodiv{
		flex: 0 0 auto;
		width:100%;
	}
}