.yellowBcg{
  background: rgb(250,156,9);
  color: #fff;
}
.greyBcg{
  background: #dfdfdf;
  color: #1c1c1c;
}


/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
}

/* Extra Small Devices, Phones */

@media only screen 
and (max-width: 640px) 
and (max-width: 360px), 
only screen 
and (device-width : 375px) 
and (device-height : 812px) 
and (-webkit-device-pixel-ratio : 3)
{
  .head_bg .content_head {
    position: absolute;
    width: 100%;
    top: 30%!important;
    left: 0;
  }
  .greyLine{
    background: #dfdfdf;
    text-align: center;
    color: #1c1c1c;
    min-height: 260px;
    display: table!important;
  }
  .greyLineTitle{
    line-height: 4rem !important;
    visibility: visible !important;
    text-transform: uppercase !important;
    animation-name: fadeInUp !important;
    font-size: 4rem !important;
    font-weight: 500 !important;
    display: table-cell !important;
    vertical-align: middle !important;
    top:unset!important;
  }
  .greyLineSub{
    margin-top:20px!important;
    margin-bottom:unset!important;
  }

  .yellowLine{
    background: rgb(250,156,9);
    text-align: center;
    color: #fff;
    min-height: 260px;
    display: table !important;
  }
  .yellowLineTitle{
    top:unset!important;
    line-height: 4rem !important;
    visibility: visible !important;
    text-transform: uppercase !important;
    animation-name: fadeInUp !important;
    font-size: 4rem !important;
    font-weight: 500 !important;
    display: table-cell !important;
    vertical-align: middle !important;
  }
  .wow{
    animation-name: none !important;
    visibility: visible !important;
  }
  .mnu_menu ul li {
    background: transparent!important;
    display: inline-block;
  }
  .glyphIconNudge{
    text-align: center;
    margin-right: unset!important;
  }
  .leftFloatSteps{
    text-align: center;
    margin-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .sendPanel{
    height:unset!important;
  }
  .footerHeading {
    top: 30% !important;
  }

  .footerHeadingTech {
    top: 20% !important;
  }

  .facebookFooterHeading {
    top: 20% !important;

  }
  .facebookHeading{
    color: #1c1c1c;
    margin-bottom: 50px;
    font-size: 5rem;
    text-transform: uppercase;
  }
  .facebookSub{
    color: #5a5a5a;
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 50px;
  }

  .africaSection{
    height: 640px!important;
  }
  
  /* translation block*/
  .root {
    height: 285px;
    overflow: scroll;
    background: rgba(255,255,255,0.9);
    border: 1px solid whitesmoke;
    padding: 0;
  }
  .langchoice:hover {
    right: 0px;
  }
  .langchoice {
    display: block;
    /* display: none; */
    position: fixed;
    top: 100px;
    right: -100px;
    height: 52px;
    border: grey 1px solid;
    width: 156px;
    border-radius: 8px;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 25000;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .dropdown li a {
    /* margin-bottom: 10px; */
    border-bottom: 1px solid lightgrey;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
  }
  /*end*/
  .toggle-mnu{
    right: 22px;
    top: 3px;
 }

  .payoutscontainer-dropped{
  padding-top:20px;
  }
.payoutSub {
    color: #1c1c1c;
    font-size: 20px;
    line-height: 23px;
}
  

.home-header-tech{
  font-size:5rem!important;
}

.servicesHeader {
    font-size: 6rem;
    text-transform: uppercase;
}

.row12{
  color: #1c1c1c;
  margin-bottom: 50px;
  font-size: 5rem;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}
  
.side-padding30{
  padding-left:30px;
  padding-right:30px;
}



.technologycontainer-dropped {
    margin-top: 0px;
    padding-top: 80px!important;
}


  .payoutHeader {
    color: #1b1b1b;
    font-size: 5rem;
    text-transform: uppercase;
  }

}

@media only screen and (max-width: 600px) {
  .head_bg .content_head {
    position: absolute;
    width: 100%;
    top: 7%!important;
    left: 0;
  }
  .greyLine{
    background: #dfdfdf;
    text-align: center;
    color: #1c1c1c;
    min-height: 260px;
    display: table!important;
  }
  .greyLineTitle{
    line-height: 4rem !important;
    visibility: visible !important;
    text-transform: uppercase !important;
    animation-name: fadeInUp !important;
    font-size: 4rem !important;
    font-weight: 500 !important;
    display: table-cell !important;
    vertical-align: middle !important;
    top:unset!important;
  }

  .greyLineSub{
    margin-top:20px!important;
    margin-bottom:unset!important;
  }

  .yellowLine{
    background: rgb(250,156,9);
    text-align: center;
    color: #fff;
    min-height: 260px;
    display: table !important;
  }
  .yellowLineTitle{
    top:unset!important;
    line-height: 4rem !important;
    visibility: visible !important;
    text-transform: uppercase !important;
    animation-name: fadeInUp !important;
    font-size: 4rem !important;
    font-weight: 500 !important;
    display: table-cell !important;
    vertical-align: middle !important;
  }
  .wow{
    animation-name: none !important;
    visibility: visible !important;
  }
  .mnu_menu ul li {
    background: transparent!important;
    display: inline-block;
  }
  .glyphIconNudge{
    text-align: center;
    margin-right: unset!important;
  }
  .leftFloatSteps{
    text-align: center;
    margin-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .sendPanel{
    height:unset!important;
  }
  .footerHeading {
    top: 30% !important;
  }

  .footerHeadingTech {
    top: 20% !important;
  }
  /* translation block*/
  .root {
    height: 285px;
    overflow: scroll;
    background: rgba(255,255,255,0.9);
    border: 1px solid whitesmoke;
    padding: 0;
  }
  .langchoice:hover {
    right: 0px;
  }
  .langchoice {
    display: block;
    /* display: none; */
    position: fixed;
    top: 100px;
    right: -100px;
    height: 52px;
    border: grey 1px solid;
    width: 156px;
    border-radius: 8px;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 25000;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .dropdown li a {
    /* margin-bottom: 10px; */
    border-bottom: 1px solid lightgrey;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
  }
  /*end*/
  .facebookFooterHeading {
    top: 20% !important;

  }
  .facebookHeading{
    color: #1c1c1c;
    margin-bottom: 50px;
    font-size: 5rem;
    text-transform: uppercase;
  }
  .facebookSub{
    color: #5a5a5a;
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 50px;
  }
  .toggle-mnu{
    right: 22px;
    top: 3px;
 }
  .payoutscontainer-dropped{
  padding-top:20px;
  }
.payoutSub {
    color: #1c1c1c;
    font-size: 20px;
    line-height: 23px;
}
  

.home-header-tech{
  font-size:5rem!important;
}

.servicesHeader {
    font-size: 6rem;
    text-transform: uppercase;
}

.row12{
  color: #1c1c1c;
  margin-bottom: 50px;
  font-size: 5rem;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}
  
.side-padding30{
  padding-left:30px;
  padding-right:30px;
}



.technologycontainer-dropped {
    margin-top: 0px;
    padding-top: 80px!important;
}


  .payoutHeader {
    color: #1b1b1b;
    font-size: 5rem;
    text-transform: uppercase;
  }

}

/* Custom, Galaxy s10+, iphone 8+ */
@media only screen 
and (max-width: 412px)  /* s10+ */
and (device-width : 414px) /* iphone 8+ */
and (device-height : 736px) 
and (-webkit-device-pixel-ratio : 3) 
{
  .head_bg .content_head {
    position: absolute;
    width: 100%;
    top: 30%!important;
    left: 0;
  }
  .greyLine{
    background: #dfdfdf;
    text-align: center;
    color: #1c1c1c;
    min-height: 260px;
    display: table!important;
  }
  .greyLineTitle{
    line-height: 4rem !important;
    visibility: visible !important;
    text-transform: uppercase !important;
    animation-name: fadeInUp !important;
    font-size: 4rem !important;
    font-weight: 500 !important;
    display: table-cell !important;
    vertical-align: middle !important;
    top:unset!important;
  }
  .greyLineSub{
    margin-top:20px!important;
    margin-bottom:unset!important;
  }

  .yellowLine{
    background: rgb(250,156,9);
    text-align: center;
    color: #fff;
    min-height: 260px;
    display: table !important;
  }
  .yellowLineTitle{
    top:unset!important;
    line-height: 4rem !important;
    visibility: visible !important;
    text-transform: uppercase !important;
    animation-name: fadeInUp !important;
    font-size: 4rem !important;
    font-weight: 500 !important;
    display: table-cell !important;
    vertical-align: middle !important;
  }
  .wow{
    animation-name: none !important;
    visibility: visible !important;
  }
  .mnu_menu ul li {
    background: transparent!important;
    display: inline-block;
  }
  .glyphIconNudge{
    text-align: center;
    margin-right: unset!important;
  }
  .leftFloatSteps{
    text-align: center;
    margin-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .sendPanel{
    height:unset!important;
  }
  .footerHeading {
    top: 30% !important;
  } 

  .footerHeadingTech {
    top: 20% !important;
  }

  .facebookFooterHeading {
    top: 20% !important;

  }
  .facebookHeading{
    color: #1c1c1c;
    margin-bottom: 50px;
    font-size: 5rem;
    text-transform: uppercase;
  }
  .facebookSub{
    color: #5a5a5a;
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 50px;
  }
  .toggle-mnu{
    right: 22px;
    top: 3px;
 }

  .payoutscontainer-dropped{
  padding-top:20px;
  }
.payoutSub {
    color: #1c1c1c;
    font-size: 20px;
    line-height: 23px;
}
  

.home-header-tech{
  font-size:5rem!important;
}

.servicesHeader {
    font-size: 6rem;
    text-transform: uppercase;
}

.row12{
  color: #1c1c1c;
  margin-bottom: 50px;
  font-size: 5rem;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}
  
.side-padding30{
  padding-left:30px;
  padding-right:30px;
}



.technologycontainer-dropped {
    margin-top: 0px;
    padding-top: 80px!important;
}


  .payoutHeader {
    color: #1b1b1b;
    font-size: 5rem;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 320px){
  .toggle-mnu {
    right: 22px;
    top: 3px;
  }

  .payoutscontainer-dropped{
  padding-top:20px;
  }
.payoutSub{
      line-height: 23px    line-height: 23px;
}
  

.home-header-tech{
  font-size:5rem!important;
}



.servicesHeader {
    font-size: 6rem;
    text-transform: uppercase;
}

.row12{
  color: #1c1c1c;
  margin-bottom: 50px;
  font-size: 5rem;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}
  
.side-padding30{
  padding-left:30px;
  padding-right:30px;
}



.technologycontainer-dropped {
    margin-top: 0px;
    padding-top: 80px!important;
}


  .payoutHeader {
    color: #1b1b1b;
    font-size: 5rem;
    text-transform: uppercase;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .head_bg .content_head {
    position: absolute;
    width: 100%;
    top: 30%!important;
    left: 0;
  }
  .greyLine{
    background: #dfdfdf;
    text-align: center;
    color: #1c1c1c;
    min-height: 260px;
    display: table!important;
  }
  .greyLineTitle{
    line-height: 4rem !important;
    visibility: visible !important;
    text-transform: uppercase !important;
    animation-name: fadeInUp !important;
    font-size: 4rem !important;
    font-weight: 500 !important;
    display: table-cell !important;
    vertical-align: middle !important;
    top:unset!important;
  }
  .greyLineSub{
    margin-top:20px!important;
    margin-bottom:unset!important;
  }

  .yellowLine{
    background: rgb(250,156,9);
    text-align: center;
    color: #fff;
    min-height: 260px;
    display: table !important;
  }
  .yellowLineTitle{
    top:unset!important;
    line-height: 4rem !important;
    visibility: visible !important;
    text-transform: uppercase !important;
    animation-name: fadeInUp !important;
    font-size: 4rem !important;
    font-weight: 500 !important;
    display: table-cell !important;
    vertical-align: middle !important;
  }
  .wow{
    animation-name: none !important;
    visibility: visible !important;
  }
  .mnu_menu ul li {
    background: transparent!important;
    display: inline-block;
  }
  .glyphIconNudge{
    text-align: center;
    margin-right: unset!important;
  }
  .leftFloatSteps{
    text-align: center;
    margin-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .sendPanel{
    height:unset!important;
  }
  .footerHeading {
    top: 30% !important;
  }

  .footerHeadingTech {
    top: 20% !important;
  }

  .facebookFooterHeading {
   top: 20% !important;

 }
 .facebookHeading{
   color: #1c1c1c;
   margin-bottom: 50px;
   font-size: 5rem;
   text-transform: uppercase;
 }
 .facebookSub{
   color: #5a5a5a;
   font-size: 22px;
   line-height: 25px;
   text-transform: uppercase;
   margin-bottom: 50px;
 }

 .toggle-mnu{
  right: 22px;
  top: 3px;
}
.payoutscontainer-dropped{
  padding-top:20px;
}
.payoutSub {
    color: #1c1c1c;
    font-size: 20px;
    line-height: 23px;
}


.home-header-tech{
  font-size:5rem!important;
}

.servicesHeader {
    font-size: 6rem;
    text-transform: uppercase;
}

.row12{
  color: #1c1c1c;
  margin-bottom: 50px;
  font-size: 5rem;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}

.side-padding30{
  padding-left:30px;
  padding-right:30px;
}



.technologycontainer-dropped {
    margin-top: 0px;
    padding-top: 80px!important;
}


.payoutHeader {
  color: #1b1b1b;
  font-size: 5rem;
  text-transform: uppercase;
}

}



/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1600px) {
}

@media only screen and (max-width: 1366px) and (min-width: 768px){
}

@media only screen and (max-width: 1920px) and (min-width: 768px){
  /* FOR MARK AND CRAPPY LAPTOPS*/
}




