﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&display=swap');
body {
	font-size: 15px !important;
	/*font-family: 'Poppins', sans-serif !important;*/
	font-family: 'Roboto Slab', serif !important;
	line-height: 25px;
	color: #868298;
}
h1, h2, h3, h4 {
	margin: 20px 0;
	font-family: 'Roboto Slab', serif !important;
	font-weight: 600;
}
h3 {
	color: #222222;
	font-size: 2.0em;
	font-weight: 600;
	padding-bottom: 10px;
}

h1 {
	color: #000537;
	font-size: 40px;
	padding-bottom: 25px;
	line-height: 60px;
	text-align: center;
	margin: 15px 0;
	padding: 0px;
}
.line {
	background: url(../img/line.png) left no-repeat;
	height: 3px;
	width: 200px;
	margin: 5px;
}
p.highlight {
	color: #222222;
	font-size: 30px;
	font-weight: 700;
	padding: 0px !important;
	margin: 15px 0 0;
	line-height: 40px;
}
p {
	color: #333;
	margin: 10px 0;
}
.clr {
	clear: both;
}
.more-info {
	padding: 10px 30px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	margin: 10px auto;
	border-radius: 60px;
	text-decoration: none;
	background: #3226ce;
}
.more-info:hover {
	text-decoration: none;
}
.orange-text {
	color: #f36727 !important;
	font-size: 19px !important;
	line-height: 30px !important;
	margin-bottom: 30px !important;
}
.list-style {
	list-style-image: url(../img/bullet.png);
	margin: 20px 0;
	padding: 0px 0px 0px 22px;
}
.list-style li {
	color: #333;
	font-size: 15px;
	padding: 8px 0;
}
section {
	padding: 7em 0;
}
#welcome p {
	text-align: left;
}
#welcome h1 span {
	font-size: 40px;
	line-height: 50px;
	color: #ba9520;
}
#welcome h1 {
	font-size: 80px;
	line-height: 92px;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: left;
	color: #000;
}
#whychoose {
	background: #ba9520;
	background-repeat: no-repeat;
	background-position: right top;
}
#whychoose img {
	border: 3px solid #fff;
}
#whychoose h1 {
	font-size: 80px;
	line-height: 92px;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	text-shadow: 5px 10px 3px rgb(157 119 0);
}
#whychoose .vision-box {
	background: #fff;
	text-align: center;
	padding: 30px;
	height: 350px;
	width: 100%;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 20%);
}
#whychoose h3 {
	color: #000;
	text-align: center;
	font-size: 2.0em;
	font-weight: 600;
	padding-bottom: 10px;
}
#whychoose p {
	text-align: center;
	font-size: 15px;
}
#whychoose .vision-box:hover h3, #whychoose .vision-box:hover p {
	color: #fff;
}
#whychoose i {
	width: 70px;
	height: 70px;
	border-radius: 5px;
	background: #ffe1e6;
	line-height: 70px;
	color: #efa7b2;
	font-size: 3.0em;
	transition: all 0.2s ease-in-out;
}
#whychoose .vision-box:hover i {
	transform: scale(1.3);
	color: #f9b7c1;
}
#whychoose .ma-50 {
	margin-top: 50px;
}
#whychoose .ma-100 {
	margin-top: 100px;
}
i.orange-icon {
	color: #3227ce;
}
i.purple-icon {
	color: #00d6ce;
}
#what-we {
	background: #000537;
}
#what-we h1 {
	color: #fff;
	text-align: left;
}
#what-we p {
	color: #fff;
	text-align: left;
}
#opportunity {
	background: url(../img/why-us-bg.png) right bottom fixed no-repeat #f9b7c1;
	background-size: 50%;
	padding: 100px 0;
}
#opportunity h2 {
	font-weight: 600;
	font-size: 80px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 5px 10px 3px rgb(225 126 140);
}
#opportunity p {
	font-size: 25px;
	color: #cd6676;
	padding: 20px 0px;
	line-height: 40px;
}
#work {
	background: url(../img/../img/bg2.jpg) left fixed no-repeat #8a759c;
	background-size: cover;
	padding: 9em 0;
}
#work h2 {
	font-weight: 600;
	font-size: 80px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 5px 10px 3px rgb(0 0 0);
}
#work .step-box {
	padding: 15px 10px;
	background: rgba(0, 0, 0, 20%);
	text-align: center;
	margin: 15px 0;
	border: 1px solid #f9b7c1;
	box-shadow: 0 0px 5px 5px rgb(0 0 0 / 20%);
}
#work .step-box img {
	width: 60px;
}
#work .step-box h3 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
}
#work .step-box h4 {
	color: #000;
	font-size: 70px;
	position: absolute;
	top: 0px;
	right: 25px;
	opacity: 0.5;
	font-weight: 700;
}
.feature h2 {
	font-weight: 600;
	font-size: 40px;
	text-transform: uppercase;
	color: #000;
}
/*--------------
Service
--------------*/

.service {
	background: #3326cf center fixed;
	padding: 100px 0;
}
.service h2 {
	font-weight: 600;
	font-size: 80px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 5px 10px 3px rgb(19 8 154);
}
/*--------------
About
--------------*/

.inner-banner {
	background:#ba9520 url(../img/bg-2.png) no-repeat top right;
	padding: 150px 0;
}
.inner-banner h1 {
	font-weight: 600;
	font-size: 70px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 5px 10px 3px rgb(157 119 0);
	text-align: left;
}

.about h1 span {
	font-size: 40px;
	line-height: 50px;
	color: #ba9520;
}
.about h1 {
	font-size: 80px;
	line-height: 92px;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: left;
	color: #000;
}
.about h2 {
	font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
	text-align: left;
	color: #000;
	text-shadow: none;
	/*text-shadow: 3px 5px 3px rgba(0 0 0 / 50%);shadow Remove by Ashwini h*/
	text-shadow: none;
}
.about h2.sub-head {
	font-size: 35px;
    line-height: 40px;
	/*text-shadow: 3px 3px 3px rgba(0 0 0 / 50%); shoadow remove by Ashwini H*/
	text-shadow: none;
}
.about h3 {
	font-size: 22px;
	margin: 30px 0 0;
	padding: 0px;
	line-height: 30px;
	font-weight: 600;
	text-transform: capitalize;
}
/*adding color for  a b also six\ze change*/
.privacy-heading{
	font-size: 1.8rem;
	color: #3326cf;
}
.about h4 {
	color: #222;
}

.service-box {
	background: #fff;
	border-radius: 10px;
	width:100%;
	overflow: hidden;
	box-shadow: rgba(50, 50, 93, 0.10) 0px 5px 10px -5px, rgba(0, 0, 0, 0.3) 0px 8px 10px -8px;
	text-align: center;
	border: 3px solid rgba(50,39,206,0.2);
	padding: 15px;
}

.service-box h3 {
	text-align: center;
	margin: 0px;
	padding: 10px;
	font-size: 18px;
}

.service-box img {
	margin: 0 auto;
}
/*AshwiniH Move Valoue box*/
.honesty{
	justify-content: center;
	align-items: center;
}
.value-box {
	background: #fff;
	border-radius: 10px;
	width:100%;
	overflow: hidden;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.value-box h3 {
	text-align: center;
	margin: 0px;
	padding: 10px;
	font-size: 18px;
}

.mt-20 {
	margin-top: 30px;
}

.how {
	background: #3227ce url(../img/service-img2.png) no-repeat right top;
	background-size: 35%;
}

.how h2 {
	font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 5px 10px 3px rgb(19 8 154);
}

.blue-bg {
	background: #3227ce
}

.blue-bg h2 {
	font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
	text-align: left;
	color: #fff;
	text-shadow: 5px 4px 3px rgb(19 8 154);
}
.blue-bg p {
	color: #fff;
}
.blue-bg h3 {
	font-size: 22px;
	color:#fff;
	margin: 30px 0 0;
	padding: 0px;
	line-height: 30px;
	font-weight: 600;
	text-transform: capitalize;
}
.blue-bg .icon-img {
	padding: 5px;
}

/*--------------
Images
--------------*/

.yellow-bg {
	background: #ba9520;
}

.yellow-bg h2 {
	font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
	text-align: left;
	color: #fff;
	text-shadow: 5px 4px 3px rgb(157 119 0);
}
.yellow-bg p {
	color: #fff;
}
.yellow-bg h3 {
	font-size: 22px;
	color:#fff;
	margin: 30px 0 0;
	padding: 0px;
	line-height: 30px;
	font-weight: 600;
	text-transform: capitalize;
}

/*--------------
Images
--------------*/

.box-images-parallax {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.box-images-parallax .front-element {
	margin-right: 40px;
	position: relative;
	/*margin-top: -20px;*/
	z-index: 2;
	left: -50px;
}
.box-images-parallax .back-element {
	position: absolute;
	left: 0;
	/*bottom: -20px;*/
	z-index: 1;
}
/*--------------
Animation
--------------*/

.slide-top {
	-webkit-animation: slide-top 5s linear infinite alternate both;
	animation: slide-top 5s linear infinite alternate both;
}
 @-webkit-keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-80px);
 transform: translateY(-80px);
}
}
@keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-80px);
 transform: translateY(-80px);
}
}
.slide-down {
	-webkit-animation: slide-down 3s linear infinite alternate both;
	animation: slide-down 3s linear infinite alternate both;
}
 @-webkit-keyframes slide-down {
 0% {
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}
@keyframes slide-down {
 0% {
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}

@media(max-width:1024px) {
#opportunity h2 {
	font-size: 65px;
	text-shadow: 5px 3px 3px rgb(225 126 140);
}
#work h2 {
	font-size: 65px;
	text-shadow: 5px 3px 3px rgb(0 0 0);
}
#whychoose h1 {
	font-size: 65px;
	line-height: 75px;
	text-shadow: 5px 3px 3px rgb(157 119 0);
}
#whychoose .vision-box {
	height: auto;
}
#welcome h1 {
	font-size: 65px;
	line-height: 75px;
}
#welcome h1 span {
	font-size: 40px;
	line-height: 38px;
}
.service h2 {
	font-size: 65px;
	line-height: 75px;
	text-shadow: 5px 3px 3px rgb(19 8 154);
}
#work .step-box h3 {
	font-size: 14px;
}
}

@media(max-width:768px) {
#opportunity {
	padding: 50px 0;
}
#opportunity h2 {
	font-size: 45px;
	text-shadow: 5px 3px 3px rgb(225 126 140);
}
#opportunity p {
	font-size: 20px;
	line-height: 30px;
}
#work {
	padding: 50px 0;
}
#work h2 {
	font-size: 45px;
	text-shadow: 5px 3px 3px rgb(0 0 0);
}
section {
	padding: 50px 0;
}
#whychoose h1 {
	font-size: 45px;
	line-height: 65px;
	text-shadow: 5px 3px 3px rgb(157 119 0);
}
#whychoose .vision-box {
	height: auto;
}
#whychoose .ma-100 {
	margin-top: 50px;
}
#welcome h1 {
	font-size: 45px;
	line-height: 55px;
	margin-top: 80px;
}
#welcome h1 span {
	font-size: 35px;
	line-height: 38px;
}
.service {
	padding: 50px 0;
}
.service h2 {
	font-size: 45px;
	line-height: 65px;
	text-shadow: 5px 3px 3px rgb(19 8 154);
}
.box-images-parallax .front-element {
	left: -21px;
}
}

@media(max-width:480px) {
#opportunity {
	padding: 50px 0;
}
#opportunity h2 {
	font-size: 45px;
	text-shadow: 5px 3px 3px rgb(225 126 140);
}
#opportunity p {
	font-size: 20px;
	line-height: 30px;
}
.service {
	padding: 50px 0;
}
#work {
	padding: 50px 0;
}
#work h2 {
	font-size: 45px;
	text-shadow: 5px 3px 3px rgb(0 0 0);
}
section {
	padding: 50px 0;
}
#whychoose h1 {
	font-size: 45px;
	line-height: 65px;
	text-shadow: 5px 3px 3px rgb(157 119 0);
}
#whychoose .vision-box {
	height: auto;
}
#whychoose .ma-100 {
	margin-top: 50px;
}
#welcome h1 {
	font-size: 45px;
	line-height: 55px;
	margin-top: 80px;
}
#welcome h1 span {
	font-size: 35px;
	line-height: 38px;
}
.service h2 {
	font-size: 45px;
	line-height: 65px;
	text-shadow: 5px 3px 3px rgb(19 8 154);
}
.box-images-parallax .front-element {
	left: -21px;
}
.inner-banner {
	padding: 30px 0;
}
.inner-banner h1 {
    font-size: 45px;
    text-shadow: 2px 5px 3px rgb(157 119 0);
}
}




/*Accordion*/


input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.m5 {
	margin-top: 5px !important;
}

/* Accordion styles */


.tab {
  width: 100%;
  color: white;
  overflow: hidden;
	border-radius: 8px;
	margin-top: 8px;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding:8px;
  background: #0d03a2;
  font-weight: bold;
  cursor: pointer;
	margin: 0px;
	transition-duration: 0.3s;
  /* Icon */
}
.tab-label:hover {
  background: #ba9520;
}
.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all .35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all .35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}

input:checked + .tab-label {
  background: #1a252f;
}
input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
/*********sticky footer********************************/
/* Sticky footer styles
-------------------------------------------------- */
#sticky-bar {
    position: fixed;
    bottom: 0;
    display: block;
    background: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-top: 1px solid#ddd;
    z-index: 99999;
    height: 60px;
    line-height: 38px;
}
#sticky-bar .orange {
	padding: 10px 20px;
    border-radius: 5px;
    margin-left: 50px;
    background: #3326cf;
    color: #fff;
}




/*app-detail*/
.appDetail {
	background: url("../img/app-section-bg.jpg")no-repeat center center / cover;
	padding: 0px;
}
.background-img {
    position: relative;
    width: 100%;
    display: block;
	padding: 7rem 0px;
}
.background-img:before {
    position: absolute;
    content: '';
	background: rgb(51, 38, 207, 0.9);
    /*background: linear-gradient(90deg, rgba(44,45,173,0.90) 0%, rgba(101,89,209,0.90) 50%, rgb(53, 54, 173, 0.90) 100%);*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.appDetail .app-content {
	    padding: 50px 10px;
}

.appDetail p {
	font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.appDetail h3 {
    font-size: 3.5rem;
    text-transform: CAPITALIZE;
	font-weight: 700;
	color: #fff;
	    text-shadow: 5px 6px 3px rgb(19 8 154);
	/*color: #3226ce;*/
	  /*   text-shadow: 0px 2px 2px rgb(186, 149, 32);*/
}


.appDetail h4 {
    font-size: 2.0rem;
    text-transform: CAPITALIZE;
	font-weight: 700;
	color: #fff;
}

.appDetail ul {
	list-style: none;
	padding: 0px;
	color: #fff;
	margin: 30px 0px;
}

.appDetail li {
	font-size: 20px;
    padding: 10px;
    font-weight: 600;
}
.appDetail li img {
	margin-right:10px;
}
.btn-box {
	margin-top: 15px;
}
.btn-box img {
	margin-right: 8px;
}
.appDetail .img-box {
	background: #e8e8e8;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 13px;
    text-align: center;
    line-height: 70px;
	margin-bottom: 10px;
}
.appDetail .img-box img {
	width: 100%;
}

.download-box{
	padding: 10px;
    /* border: 1px solid #fff; */
    width: fit-content;
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    text-align: center;
}
.download-box h4 {
	    text-shadow: 0px 2px 4px rgb(19 8 154);
}



.contact-text-head {
	font-size: 4.5rem;
    color: #3326cf !important;
	text-shadow: 1px 3px 3px rgb(19 8 154);
	    margin-top: 10px;
}
.contact-text-subhead {
	font-size: 27px !important;
    font-weight: 700 !important;
	border-bottom: 2px solid #ba9520;
    width: fit-content;
    line-height: 49px !important;
}
.contact-text1 {
	font-weight: 600 !important;
    font-size: 23px !important;
}

.contact-address-box {
	background: #ad99be;
    padding: 15px;
    text-align: center;
}
.contact-address-box h3 {
	margin: 5px 0px;
    color: #fff;
    font-size: 30px;
	text-shadow: 1px 3px 3px rgb(93, 74, 109);
}

.contact-address-box p {
	font-size: 18px;
    font-weight: 600;
    color: #000;
}
.font-16 {
	font-size: 16px;
}

.menzi-box {
	border-radius: 50%;
	width:85%;
    box-shadow: 0 5px 10px 10px rgba(0,0,0, 0.09);
}

.association-box {
	width:150px;
	height: 150px;
	border-radius:10px;
	overflow: hidden;
	border: 5px solid #f1f1f1;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	display: inline-block;
}

.telecom-box {
	position: absolute;
    top: 15px;
    left: 190px;
    width: 130px;
    height: 130px;
}
.cell-box {
	position: absolute;
    top: 50px;
    left: 343px;
	width: 115px;
    height: 115px;
}

.vodacom-box {
	position: absolute;
    top: 165px;
    left: 60px;
    width: 130px;
    height: 130px;
}

.dstv-box {
	position: absolute;
    top: 180px;
    left: 215px;
}
.shoprite-box {
	position: absolute;
    left: 398px;
    top: 177px;
    width: 130px;
    height: 130px;
}
.paygate-box {
	position: absolute;
    top: 317px;
    left: 20px;
}

.easypay-box {
	position: absolute;
    top: 350px;
    left: 207px;
    width: 130px;
    height: 130px;
}

.thank-you-box {
    padding-bottom:4rem;
}
.thank-you-box h3 {
    text-transform: capitalize;
	font-size: 30px;
	color:#ba9520;
}
.thank-you-box h3 span {
	font-size: 45px;
	color: #3226ce;
}
.thank-you-box p {
	font-size: 17px;
    font-weight: 600;
}

.thank-you-box h4 {
	color: #333;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

footer {
	background: #000;
	padding: 80px 0px;
}

footer p {
	color:#fff;
	font-size: 16px;
	    margin: 25px 0px;
}
footer ul li {
padding: 8px 0;	
}
footer ul li a {
	color: #fff;
	font-weight: 600;
}
footer ul li a:hover {
	color: #ba9520;
	text-decoration: underline;
}
footer .social-box ul {
	    padding: 0;
	margin: 15px 0;
}
footer .social-box ul li {
	display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #040404;
    text-align: center;
    line-height: 45px;
	padding-top: 10px;
	margin: 0 3px;
}
footer .social-box ul li img {
	    width:25px;
}
footer .social-box ul li:hover {
	background: #ba9520;
}
