/* Responsive styles
================================================== */
/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
  /* Dropdown animation */
  /* .navbar-nav .dropdown-menu,
  .navbar-nav .dropdown.megamenu div.dropdown-menu {
    background: none;
    border: 0;
    box-shadow: none;
    display: block;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    -moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    -o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    -ms-transition: visibility 500ms, opacity 480500ms, -ms-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  }
  .navbar-nav .dropdown:hover div.dropdown-menu,
  .navbar-nav .dropdown.megamenu:hover div.dropdown-menu {
    opacity: 1;
    visibility: visible;
    color: #777;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .navbar-nav .dropdown-backdrop {
    visibility: hidden;
  }
} */
/*    Tablet Layout: 768px.
    Gutters: 24px.
    Outer margins: 28px.
    Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
/*    Mobile Layout: 320px.
    Gutters: 24px.
    Outer margins: 34px.
    Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */
}
@media only screen and (max-width: 767px) {


.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000 !important;
}

  .title {
    font-size: 40px;
  }
 /*  .navbar-header .navbar-brand a {
    padding: 6px 8px;
  } */
  #hero-area {
    padding: 140px 0;
  }
  #hero-area .btn {
    margin-top: 8px;
  }
  #about {
 /*    padding: 70px 0; */
  }
  #about .block {
    padding: 0;
  }
  figure .buttons {
    left: 16%;
  }
  #feature .media {
    margin: 0px 0px 35px;
  }
  #footer .copyright {
    text-align: center;
  }
  #footer .social {
    text-align: center;
  }
 /*  .dropdown-menu > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 15px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .dropdown-menu > ul {
    list-style: none;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -5px;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
  }
  .navbar-collapse {
    background: #333333;
  }
  #top-bar .main-menu li > a {
    color: #fff;
    padding: 21px 10px;
    background: #333;
    z-index: 1;
  }
  #top-bar .dropdown-menu > ul {
    list-style: none;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -5px;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
  }
  #top-bar .dropdown-menu > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 15px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }*/
} 
/*    Wide Mobile Layout: 480px.
    Gutters: 24px.
    Outer margins: 22px.
    Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */


@media (max-width: 767px) { 
  /*   .navbar-brand {
        padding: 0;        
    }

    .navbar-brand img {
        margin-top: 0px;
        margin-left: 5px;
    }
    
    #investment2 li {
     background:url(../images/circle.png) no-repeat left top; 
     padding-left: 25px;
     margin: 17px 0;
     line-height: 16px;
      padding-top: 0px;
} */

#inner-page-header {
    background: url("../images/inner-bg.jpg") repeat scroll 0% 0%;
    background-position: center center;
    padding:0;
    position: relative;
    color: #fff;
    height: auto;
    text-align: center;
    z-index: -1;
}
}

@media (max-width: 1279px) { 
  .carousel-indicators{top:100%}
  }
}
/* stratup banner responsive css */

@media (max-width:1380px){
#eve-banner {
height:265px;
}
}

@media (max-width:1366px){
#orange-shape-bg-down{

    color: #fff;
    position: relative;
    height: auto;
    background: url(../images/home/orange-bg-down.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-repeat: no-repeat;
    padding-bottom: 14%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4%;
    background-size: cover;
    background-position: 5% 110%;
    background-position: 100% 110%;
}

}

@media only screen and (min-width : 1366px){
#women-ldp {
  background: url('../images/women-ldp-2022/about-info.png');
    background-repeat: repeat;
    background-size: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
/*  height: 979px;*/
}

#pro-takeaways .block-item {
  margin: 15px 0;
  padding: 10px;
  position: relative;
  height: 745px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
}
}

@media (max-width:1024px){

#afrise-banner{
    color: #fff;
    position: relative;
    height: auto;
    background: url('../images/banner/banner-bg.png');
    padding-top: 116px;
    background-repeat: no-repeat;
    padding-bottom: 9.8%;
/*    padding-bottom: 43%;*/
    max-height: 610px;
    padding-left: 0;
    padding-right: 0;
/*    background-size: cover;*/
    background-size: contain;
    background-color: #912338;
    background-position: center;
    margin-top: 75px;

}


#women-ldp {
  background: url('../images/women-ldp-2022/about-info.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 979px;
}

#women-ldp p, #boot-ent p {
  font-family: 'Montserrat', sans-serif;
  line-height: 28px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

#women-ldp .p-bg {
  margin: 15px 0;
  padding: 20px;
  border-radius: 0px 10px 10px 0px;
  position: relative;
  background-color: #f2f2f2;
  /*width: 92%;*/
}


#boot-ent .boot-bg {
  margin: 94px 0 0px 0px;
  padding: 20px;
  border-radius: 10px 0px 0px 10px;
  position: relative;
  background-color: #f2f2f2;
}

#bootcamp-entail {
  background: url('../images/women-ldp-2022/bootcamp-entail.png');
    background-repeat: repeat;
    background-size: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 491px;
}

#pro-takeaways .block-item {
  margin: 15px 0;
  padding: 10px;
  position: relative;
  height: 983px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
}

#pro-takeaways .col-title {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  line-height: 26px;
}

#pro-takeaways .color-bg {
  font-size: 16px;
  line-height: 21px;
  background: #df678b;
  color: #fff !important;
  padding: 10px;
  min-height: 948px;
  padding-top: 10px;
}

}


@media (max-width:1280px){
#eve-banner {
 height:250px;
}
}
/*Responsive Work*/
@media only screen and (max-width : 1199px){

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000 !important;
}

  .nav > li{padding: 0;}
  .container {
    width: 900px;
  }
  .navbar-default .navbar-nav > li > a{padding-left: 10px;padding-right: 10px;}
  /*.carousel-inner>.item>img{min-height: 350px;}*/
  #abt-banner-area{max-height: 100%;padding-top: 100px;}
  #why-banner-digital{height: 100%;}
  }
@media (max-width:1024px){

#teal-shape-bg-down .block-item {
    height: 353px;
}


#eve-banner {
  background: url("../images/promo1024.jpg") no-repeat scroll 0% 0%;
  height:300px;
  background-size: cover;
}

.block-item {
  height: 1165px;
}

#home-intro .block-item {
  height: 465px !important;
}

.imgptop {
/*  padding-top: 59%;*/
padding-top: 45%;
}

}
@media (max-width:980px){
#eve-banner {
  background: url("../images/promo1024.jpg") no-repeat scroll 0% 0%;
  height:280px;
  background-size: cover;
}
}
@media (max-width:800px){
#eve-banner {
  background: url("../images/promo1024.jpg") no-repeat scroll 0% 0%;
  height:240px;
  background-size: cover;
}
}
@media (max-width:991px){
  .container {
    width: 750px;
  }
  .navbar-brand{margin-top: 10px;}
  .main-menu {
    padding-top: 10px;
  }
  .navbar .navbar-header{
    max-width: 28%;
  }
  .navbar-default .navbar-nav > li > a{padding-left: 7px;
    padding-right: 7px;font-size: 15px;}
    .navbar-right {
      float: right !important;
      margin-right: -20px;
  }
  #footer{padding: 15px;}
  .foot-h4 {
    padding-right: 0;
    display: block !important;
    text-align: right;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .recognition-div{padding-left: 15px; padding-right: 15px;    margin-top: 0;}
  #why-banner-digital {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 85px !important;
    height: 100%;
    background-size: cover;
    padding-bottom: 20px;
}
.span_1_of_7 {
  width: 25% !important;
  float: left !important;
  text-align: center;
  margin: 0 !important;
}
}


@media (min-width:1024px){


#timelines h2 {
  color: #922539;
  font-family: "helvetica";
  font-size: 12px !important;
  font-weight: 600;
  text-align: center;
}



}
@media (min-width:768px){
.navbar-right .dropdown-menu-left {
    right: 0 !important;
    left: auto !important;
}
}

@media (max-width:768px){
#eve-banner {
  background: url("../images/promo1024.jpg") no-repeat scroll 0% 0%;
  height:230px;
  background-size: cover;
}
.navbar .navbar-header{max-width: 100%;}
.navbar.navbar-default .navbar-toggle{margin-right: 0;}
/* .navbar.navbar-default .navbar-toggle{float: right;} */
.container {
  width: 100%;
}
.navbar-brand {
  margin-left: 20px;
}
.navbar-right {
  float: none !important;
  margin-right: 0;
  margin-left: 0;
}
.carousel{padding-top: 75px;}
/* .carousel{padding-top: 0px;} */
.carousel-caption{right: 0;}
.clients{width: auto;}
.copyright{text-align: center;}
.foot-social {
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 0;
}
.carousel-caption{left: 20px;padding-top: 30px;}
.carousel-indicators {
  top: auto;
  bottom: 10px;
}
#company-counts{height: auto;}
.text{font-size: 16px;
  line-height: 24px;}
.text br{display: none;}
#home-services h1, #home-services1 h1{line-height: 35px;}
.feature-p{padding-top: 0;}
#future-work-banner{padding-top: 25px;}
#home-services{padding-bottom: 20px;}
#footer h4{text-align: left;}
.span_1_of_7 {
  width: 50% !important;}
}
@media (max-width:640px){
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000 !important;
}

#eve-banner {
 background: url("../images/promo640.jpg") no-repeat scroll 0% 0%;
background-size: cover;
background-position: center center;
height:130px;
}

}
@media (max-width:480px){

 #britam-nav .navbar-collapse {
  box-shadow: none !important;
  border-radius: 0px 0px 10px 10px;
  background: #06c;

}
 #britam-nav .navbar-fixed-top {
    width: 90%;
  }
#britam-nav .navbar.navbar-default {
  /*border: 0;*/
  border-radius: 10px;
  margin-bottom: 0;
  background: #0066cc;
  height: auto;
}

#britam-nav .navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7 !important;
}

  #inner-banner {
    color: #fff;
    position: relative;
    height: 200px;
    background: #f6931c;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    padding-top: 163px;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    background-position: center;
}

.imgptop {
  padding-top: 8%;
}

#timelines .col-md-2 {
  width: 100% !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.fleft{
    float: left;
}

.fright{
    float: right;
}

#timelines h3 {
  color: #010101;
  font-family: "helvetica";
  font-size: 17px !important;
  font-weight: 600;
  padding-bottom: 50px;
}


#jury-section .thumbnail {
/*  width: 300px;*/
  position: relative;
  background: transparent !important;
  border: none !important;
  padding-bottom: 60px;
}


#team-section .thumbnail {
/*  width: 300px;*/
  position: relative;
  background: transparent !important;
  border: none !important;
  padding-bottom: 60px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0px !important;
    }

.navbar-fixed-top{
  width: 90%;
}

 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000 !important;
} 
#eve-banner {
 background: url("../images/promo480.jpg") no-repeat scroll 0% 0%;
background-size: cover;
background-position: center center;
height:150px;
}
.navbar .navbar-header{margin-left: 0;}
.navbar-brand {
 /* margin-left: 0px;
  margin-top: 15px;
  max-width: 70%;*/
    padding: 6px;
    margin: 0 auto;
    width: 35%;
}
.carousel-caption h3 {
  font-size: 14px;
  line-height: 17px;
}

.ban-live {
  font-size: 14px;
  line-height: 17px;
}



#myCarousel p{font-size: 16px; line-height: 25px;}
#home-services h1, #home-services1 h1{font-size: 25px; margin-top: 25px; padding-left: 0; padding-right: 0;}
#home-services h1 br, #home-services1 h1 br{display: none;}
#home-services1, #home-services{padding: 30px 0;}
.ext-title, .ver-title{font-size: 25px !important;}
.banner-subtitle {
  color: #fff;
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 18px !important;
}

.banner1-text {
    color: #000;
    margin-top: 0;
    }

#myCarousel .btn1 {
    display: inline-block;
    background-color: #000;
    color: #01A79D;
    padding: 13px;
    border-radius: 8px;
    margin-top: 8px;
    font-size: 14px;
    line-height: -1em;
    letter-spacing: normal;
    border-radius: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: italic;
}

.carousel-indicators {
    top: auto;
    bottom: 23px;
}


#future-work-banner{padding-bottom: 40px;    margin-bottom: 15px;}
#footer .col-xs-6{width: 100%;}
#footer {
  padding: 15px 0px;
}
.recognition-div{float: left; margin-top: 20px;}
.copyright {
  line-height: 25px;
}
#why-banner{height: auto;padding-top: 90px;}
}
@media (max-width:360px){
#eve-banner {
background: url("../images/promo480.jpg") no-repeat scroll 0% 0%;
background-size: cover;
background-position: center center;
height:110px;
}

#ea-fintech-banner {
    color: #fff;
    position: relative;
    height: auto;
    background: url('../images/ea-fintech/banner/banner-bg-res.png');
    padding-top: 94px;
    background-repeat: no-repeat;
    padding-bottom: 7%;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    background-position: center;
    margin-top: 62px;
}


}



@media (min-width: 320px) and (max-width: 480px) {


#intro-right p {
  color: #fff !important;
  line-height: 15px;
  padding-bottom: 0px !important;
  font-size: 15px;
}

#faqs h2 {
  margin-top: 0px;
}

    .sg-innovation-title {
            color: #cc0b4a;
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 20px;
            text-align: left;
            padding-top: 30px;
        }

        .footer-area {
  background: #0066cc;
  text-align: left;
  border-radius: 10px 10px 0px 0px;
  display: block;
  z-index: 999;
  width: 90%;
  margin: 0 20px 0 20px;
}

#afrise-banner{
    color: #fff;
    position: relative;
    height: auto;
    background: url('../images/banner/banner-bg.png');
    padding-top: 15px;
    background-repeat: no-repeat;
    padding-bottom: 5%;
/*    padding-bottom: 43%;*/
    max-height: 615px;
    padding-left: 0;
    padding-right: 0;
/*    background-size: cover;*/
    background-size: contain;
    background-color: #912338;
    background-position: center;
    margin-top: 0px;

}

#afrise-banner h1 {
  color: #E9E3D3;
  text-transform: none;
  font-weight: 600;
  font-family: 'Gill Sans Display MT Pro';
  font-size: 18px;
  padding-top: 82px;
}

#afrise-banner h2 {
  color: #F9F9F9;
  text-transform: none;
  font-weight: 600;
  font-family: 'arial';
  font-size: 12px;
  line-height: 16px;
}

.afrise-button {
  display: inline-block;
  padding: 6px 25px;
  font-weight: bold;
  font-size: 19px;
  background: #DA3A16;
  box-shadow: 0 0 0 5px #DA3A16, inset 0 0 0 1px #BC3720;
  color: #F9F9F9;
  margin-top: 15px;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: normal;
  font-family: 'Gill Sans Display MT Pro';
  font-weight: bold;
  text-transform: uppercase;
}

.afrise-button:hover {
  display: inline-block;
  padding: 6px 25px;
  font-weight: bold;
  font-size: 19px;
  background: #DA3A16;
  box-shadow: 0 0 0 5px #DA3A16, inset 0 0 0 1px #BC3720;
  color: #F9F9F9;
  margin-top: 15px;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: normal;
  font-family: 'Gill Sans Display MT Pro';
  font-weight: bold;
  text-transform: uppercase;
}


#faqs .afrise-button {
        display: inline-block;
        padding: 6px 25px;
        font-weight: bold;
        font-size: 19px;
        background: #DA3A16;
        box-shadow: 0 0 0 5px #DA3A16,
                    inset 0 0 0 1px #BC3720;
        color: #F9F9F9;
        margin-top: 35px;
        font-size: 24px;
        line-height: 1em;
        letter-spacing: normal;
        font-family: 'Gill Sans Display MT Pro';
        font-weight: bold;
        text-transform: uppercase;
    }

 #faqs .afrise-button:hover {
        display: inline-block;
        padding: 6px 25px;
        font-weight: bold;
        font-size: 19px;
        background: #DA3A16;
        box-shadow: 0 0 0 5px #DA3A16,
                    inset 0 0 0 1px #BC3720;
        color: #F9F9F9;
        margin-top: 35px;
        font-size: 24px;
        line-height: 1em;
        letter-spacing: normal;
        font-family: 'Gill Sans Display MT Pro';
        font-weight: bold;
        text-transform: uppercase;
    }

.icon-padding{
  padding-bottom: 20px;
}
.pt1{
  padding-top: 1px;
}

.ptop20{
  padding-top:1px;
}

.ptop22 {
    padding-top: 10px;
}

.img-center {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}

}


@media (min-width: 320px) and (max-width: 480px) {

.rs-logo {
  width: 40%;
  /*padding-top: 5%;*/
}

.partner-img img{
width: 50%;
margin: 0 auto;
}

.block-item {
  /*height: 585px;*/
    height: 675px;
}


#mobile-view {
  height: 900px !important;
}

#mobile-view1 {
  height: 853px  !important;
}

#ea-view{
  min-height: 625px !important;
}

#wc-view{
  min-height: 850px !important;
}

.home-team{
float: left;
position:relative;
overflow:hidden;
margin-top: 30px;
/*margin-bottom: 20%;*/
margin-bottom: 40%;
}

.home-team-name {
    float: right;
    position: absolute;
    overflow: hidden;
    /*margin-top: 60%;*/
      margin-top: 15em;
    margin-left: 0;
  }

.build-txt-black {
  color: #000;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-size: 32px;
  line-height: 37px;
}

.today-txt-red {
  color: #ba0100;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}

.mt-10{
  margin-top: 10px;
}
#faq .accordion .card-header i {
  color: #000;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  margin-right: 10px;
  border: 2px solid;
  border-radius: 8px;
  font-size: 20px;
  text-indent: 0em;
}

  .owl-theme .owl-controls{
    display: none;
  }
/* home banner*/

#myCarousel .cta-btn{ 
    display:inline-block;
    background-color: #000;
    color: #01A79D;
    padding: 13px;
    border-radius: 10px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: normal;
    border-radius: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: italic;
}

    #myCarousel .cta-btn:hover{ 
    display:inline-block;
    background-color: #000;
    color: #F6931C;
    padding: 13px;
    border-radius: 10px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: normal;
    border-radius: 1;
    font-family: 'Montserrat', sans-serif;
     font-weight: bold;
    font-style: italic;
}

 .wc-btn{ 
    display:inline-block;
    background-color: #00A3DD;
    color: #000;
    padding: 13px;
    border-radius: 10px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: normal;
    border-radius: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: italic;
}

  .wc-btn:hover{ 
    display:inline-block;
    background-color: #00A3DD;
    color: #fff;
    padding: 13px;
    border-radius: 10px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: normal;
    border-radius: 1;
    font-family: 'Montserrat', sans-serif;
     font-weight: bold;
    font-style: italic;
}

/* inner banner*/

/* east africa banner*/

#ea-fintech-banner {
    color: #fff;
    position: relative;
    height: auto;
    background: url('../images/ea-fintech/banner/banner-bg-res.png');
    padding-top: 94px;
    background-repeat: no-repeat;
    padding-bottom: 16%;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    background-position: center;
    margin-top: 62px;
}

#ea-fintech-banner h1{
    color:#000;
    font-weight: 700;
   text-transform: uppercase;
   margin-top: -42px;
   font-size: 14px;
   line-height: 17px;
}


#ea-fintech-banner h2{
    color:#000;
    font-weight: 400;
    font-size: 14px;
   line-height: 17px;
   margin-top: -12px;
}


#ea-fintech-banner .ea-btn{ 
    display:inline-block;
    background-color: #000;
    color: #01A79D;
    padding: 13px;
    border-radius: 10px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: normal;
    border-radius: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: italic;
}

    #ea-fintech-banner .ea-btn:hover{ 
    display:inline-block;
    background-color: #000;
    color: #F6931C;
    padding: 13px;
    border-radius: 10px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: normal;
    border-radius: 1;
    font-family: 'Montserrat', sans-serif;
     font-weight: bold;
    font-style: italic;
}
/*east africa banner ends */

/*founder development banner */

#fd-bootcamp-banner {
    color: #fff;
    position: relative;
    height: auto;
    background: url('../images/fd-bootcamp/banner/banner-bg-res.png');
    padding-top: 94px;
    background-repeat: no-repeat;
    /*padding-bottom: 5%;*/
     padding-bottom: 16%;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    background-position: center;
    margin-top: 75px;
}

#fd-bootcamp-banner h1{
    color:#000;
    font-weight: 700;
   text-transform: uppercase;
   margin-top: -42px;
   font-size: 14px;
   line-height: 17px;
}


#fd-bootcamp-banner h2{
    color:#000;
    font-weight: 400;
    font-size: 14px;
   line-height: 17px;
   margin-top: -12px;
}


#fd-bootcamp-banner .fd-btn{ 
    display:inline-block;
    background-color: #000;
    color: #01A79D;
    padding: 13px;
    border-radius: 10px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: normal;
    border-radius: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: italic;
}

    #fd-bootcamp-banner .fd-btn:hover{ 
    display:inline-block;
    background-color: #000;
    color: #F6931C;
    padding: 13px;
    border-radius: 10px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: normal;
    border-radius: 1;
    font-family: 'Montserrat', sans-serif;
     font-weight: bold;
    font-style: italic;
}
/*founder development banner ends */


/* wazo challenge banner*/

#wc-banner {
    color: #fff;
    position: relative;
    height: auto;
    background: url('../images/wazo-challenge/banner/banner-bg-res.png');
    padding-top: 94px;
    background-repeat: no-repeat;
    padding-bottom: 16%;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    background-position: center;
    margin-top: 62px;
}

#wc-banner h1{
    color:#000;
    font-weight: 700;
   text-transform: uppercase;
   margin-top: -42px;
   font-size: 14px;
   line-height: 17px;
}


#wc-banner h2{
    color:#000;
    font-weight: 400;
    font-size: 14px;
   line-height: 17px;
   /*margin-top: -12px;*/
}


#wc-banner .wc-btn{ 
    display:inline-block;
    background-color: #00A3DD;
    color: #000;
    padding: 13px;
    border-radius: 10px;
    margin-top: 35px;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: normal;
    border-radius: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: italic;
}

    #wc-banner .wc-btn:hover{ 
    display:inline-block;
    background-color: #00A3DD;
    color: #fff;
    padding: 13px;
    border-radius: 10px;
    margin-top: 35px;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: normal;
    border-radius: 1;
    font-family: 'Montserrat', sans-serif;
     font-weight: bold;
    font-style: italic;
}
/*wazo challenge banner ends */


.justify {
    text-align: left;
    /*word-spacing: -2px;*/
}


.dark-bg{
   min-height: 1895px;
}

.light-bg{
  min-height: 1495px;
}
/* wc custom styles starts here */

.services-item h3{
  font-size: 23px;
}


.accordion .card-header i {
    color: #000;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 20px; 
    text-align: center;
    margin-right: 10px;
    border: 2px solid;
    border-radius: 8px;
    font-size: 20px;
    padding:10px;
}

#pro-faqs-bg .btn {
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
    color: #000;
    text-transform: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
     display: inline-flex; 
    /* white-space: initial; */
    text-align: left;
    text-decoration: none;
}



/* wc custom styles ends here */
.subtitle {
    font-size: 19px;
    line-height: 25px;
}

body p, .feature-m, .info-text p, .u-text li, .center-p{
  font-size: 17px;
  line-height: 28px;
  padding-bottom: 25px;
}

.footer-area p {
    font-size: 17px;
    color: #000;
    line-height: 24px;
    margin: 0;
    padding-bottom:20px;
}

.footer-area h3{
  padding-top: 20px;
}

#home-intro ul{
  list-style-type:none;
  line-height: 25px;
  font-size: 17px;
  color: #000;
  padding-top: 20px;
}

#grey-shape-bg-up h3 {
    color: #02a89e;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    padding-top: 25px;
}


.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000 !important;
}

#orange-shape-bg-down .bm-bg1 {
    float: right;
    height: 425px;
    margin-top: 55px;
}
}


/* LDP Women 2022 */

@media (min-width: 320px) and (max-width: 480px) {

#women-ldp-banner {
  color: #fff;
  position: relative;
  height: auto;
  padding-top: 75px;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0;
  background-size: cover;
}

#women-ldp {
  background: url('../images/women-ldp-2022/about-info.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 1247px;
  background-position: bottom;
}

.p-bg {
  margin: 15px 0;
  padding: 20px;
  border-radius: 0px 10px 10px 0px;
  position: relative;
  background-color: #f2f2f2;

}

.boot-bg {
  margin: 190px 0 auto;
  padding: 20px;
  border-radius: 10px 0px 0px 10px;
  position: relative;
  background-color: #f2f2f2;
}

#bootcamp-entail {
  background: url('../images/women-ldp-2022/bootcamp-entail.png');
    background-repeat: repeat;
    background-size: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 254px;
}

#boot-ent .boot-bg {
  margin: 253px 0 0px 0px;
  padding: 20px;
  border-radius: 10px 0px 0px 10px;
  position: relative;
  background-color: #f2f2f2;
}


#pro-takeaways {
  padding: 580px 0px 0px 0px;
}

#pro-takeaways .block-item {
  margin: 15px 0;
  padding: 10px;
  position: relative;
  height:515px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
}

#pro-takeaways .color-bg {
  font-size: 16px;
  line-height: 21px;
  background: #df678b;
  color: #fff !important;
  padding: 10px;
  min-height: 482px;
  padding-top: 10px;
}

#pro-takeaways .col-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  line-height: 26px;
}

#pro-takeaways .col-bg {
  font-size: 16px;
  line-height: 22px;
  background: #ce4971;
  color: #fff;
  padding: 10px;
  min-height: 45px;
}
#facilitators img {
  margin: 0 auto;
  padding-bottom: 15px;
  padding: 20px 0px 15px 0px;
}

#ldp-partners .home-team {
  float: none;
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center !important;
}

#ldp-partners .home-team img {
  float: none !important;
  position: relative;
  overflow: hidden;
/*  margin-top: 0px;
  margin-bottom: 0px;*/
  text-align: center !important;
  margin: 0 auto;
}

#pro-takeaways h3 {
  color: #000;
  font-weight: 600;
  font-size: 26px;
  text-transform: capitalize;
  padding-left: 15px;
}

}

@media (max-width: 360px){
#pro-takeaways {
  padding: 785px 0px 0px 0px !important;
}

#pro-takeaways .block-item {
  margin: 15px 0;
  padding: 10px;
  position: relative;
  height: 595px !important;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
}

#pro-takeaways .color-bg {
  font-size: 16px;
  line-height: 21px;
  background: #df678b;
  color: #fff !important;
  padding: 10px;
    padding-top: 10px;
  min-height: 562px !important;
  padding-top: 10px;
}

#women-ldp {
  background: url('../images/women-ldp-2022/about-info.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 1447px !important;
  background-position: bottom;
}

#bootcamp-entail {
  background: url('../images/women-ldp-2022/bootcamp-entail.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 185px !important;
}

}


@media (max-width: 320px){
#pro-takeaways {
  padding: 857px 0px 0px 0px !important;
}
}
/* for iphone*/

@media only screen and (max-width: 375px), only screen and (max-device-width: 375px) {
   .home-team-name {
    float: right;
    position: absolute;
    overflow: hidden;
    margin-top: 70%;
    margin-left: 0;
  }

  #mobile-view {
  height: 1105px !important;
}

}

