.banner-cohort{
    background-color: #f4f8fb;
    /* margin: 4rem 0; */
}
.cohort-banner-heading{
    font-size: 50px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.banner-cohort .container{
    padding: 14rem 0 4rem;
}
.img-one{
    top: 6rem;
    left: 0;
    animation: float 5s linear infinite;
   
}
.img-two{
    top: 17rem;
    left: 0;
    animation: float 5s linear infinite;

}
.img-three{
    top: 9rem;
    left: 13%;
    animation: floatone 5s linear infinite;
}
.img-four{
    left: 14%;
    top: 23rem;
    animation: floatone 5s linear infinite;
}
.img-five{
    top: 2rem;
    left: 28%; 
    animation: float 5s linear infinite;
   
}
.img-six{
    left: 43%;
    top: 6rem;
    animation: float 5s linear infinite;
}
.img-seven{
    top: 2rem;
    left: 56%;
    animation: floatone 5s linear infinite;
}
.img-eight{
    top: 9rem;
    right: 14%;  
    animation: floatone 5s linear infinite; 
}
.img-nine{
    right: 15%;
    top: 23rem;
    animation: float 5s linear infinite;
}
.img-ten{
    top: 6rem;
    right: 0;
    animation: float 5s linear infinite;
}
.img-eleven{
    top: 17rem;
    right: 0;
    animation: floatone 5s linear infinite;
}
@keyframes float{
    0% {
        -webkit-transform: translate(0,10px);
        transform: translate(0,10px);
    }
    25% {
        -webkit-transform: translate(0,-10px);
        transform: translate(0,-10px);
    }
    50% {
        -webkit-transform: translate(0,10px);
        transform: translate(0,10px);
    }
    75% {
        -webkit-transform: translate(0,-10px);
        transform: translate(0,-10px);
    }
    100% {
        -webkit-transform: translate(0,10px);
        transform: translate(0,10px);
    }
}

@keyframes floatone{
    0% {
        -webkit-transform: translate(0,-10px);
        transform: translate(0,-10px);
    }
    25% {
        -webkit-transform: translate(0,10px);
        transform: translate(0,10px);
    }
    50% {
        -webkit-transform: translate(0,-10px);
        transform: translate(0,-10px);
    }
    75% {
        -webkit-transform: translate(0,10px);
        transform: translate(0,10px);
    }
    100% {
        -webkit-transform: translate(0,-10px);
        transform: translate(0,-10px);
    }
}
.cohort-section{
    background-image: url('../images/testimonial_BG.png');
    padding: 4rem 0 3rem;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 8rem;
}
.cohort-section .main-navtab{
    width: 50%;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    border-bottom: 4px solid transparent;
}
.main-navtab .nav-item a.nav-link.active{
    color: #fff;
    font-weight: 600;
    background-color: transparent;
    border: transparent;
    transition: all 0.5s;
    border-bottom: 4px solid #fff;
}
.main-navtab .nav-item a.nav-link{
    text-decoration: none;
    color: #ffb9c0;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;

}
.inner-navtab .nav-link.active .inner-navtab-circle{
    border: 4px solid #ffc945;
}
.inner-navtab .nav-item a.nav-link {
  background: none;
  border: none;
}
.inner-navtab-circle{
    width: 90px;
    height: 90px;
    border: solid 4px #fff;
    background-color: #fff;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  
}
.mail-circle{
    background-image: url(../images/cohort/section2-mai.png);
    
}
.cosmose-circle{
    background-image: url(../images/cohort/section2\ cosmose.png);
   
}
.quilt-circle{
    background-image: url(../images/cohort/section2\ quilt.png);

}
.tripplo-circle{
    background-image: url(../images/cohort/section2\ tripplo.png);
}
.neuralsense-circle{
    background-image: url(../images/cohort/section2\ neural\ sense.png);
}
.amitruck-circle{
    background-image: url(../images/cohort/section2\ amitruck.png);
}
.imix-circle{
    background-image: url(../images/cohort/section2\ imix.png);
}
.whoosh-circle{
    background-image: url(../images/cohort/section2\ whoosh.png);
}
.kotanipay-circle{
    background-image: url(../images/cohort/section2\ katani.png);
}
.nium-circle{
    background-image: url(../images/cohort/section2\ nium.png);
}
.elegir-circle{
    background-image: url(../images/cohort/section2\ elegriuo.png);
}
.yellow-box{
    border-radius: 8px;
    box-shadow: 5px 3px 14px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffc945;
    width: 45%;
    padding: 22px 18px;
}
.cohort-inner{
    display: flex;
    align-items: center;
}
.cohort-section #myTabContent{
    padding: 2rem 0;
}
.inner-navtab{
    margin-right: 2rem;
    border-bottom: none;
    display: flex;
    flex-direction: column;
}
.inner-para-cohort{
    display: flex;
    align-items: start;
    margin-top: 14px;
}
.founder-flex{
    display: flex;
    margin: 16px 0;
    justify-content: space-between;
    width: 95%;
}
.white-box{
    background-color: #fff;
    width: 40%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 12px;
}
.white-box p{
    font-size: 14px;
    color: #101010;
    font-weight: 500;
}
.pill-flex.active{
    display: flex ;
    align-items: center;
}
.founder-name-flex{
    display: flex;
    align-items: center;
    
}
.yellow-box h3{
    font-family: Flama Condensed;
    font-size: 24px;
    font-weight: 600;
    color: #f11f35;
}
.yellow-box h4{
    font-size: 18px;
    font-weight: 600;
    color: #101010;
}
.yellow-box p{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    color: #101010;

}
.inner-para-cohort p{
    font-size: 18px;
    font-weight: 600;
    font-family: Flama Condensed;
    color: #101010;
    line-height: 1.2;
}
.inner-para-cohort span{
    font-size: 14px;
    font-weight: 500;
    color: #101010;
    font-family: Montserrat;
}
.white-box h2{
    font-size: 24px;
    font-weight: 600;
    color: #f11f35;
    font-family: Flama Condensed;
}
 .white-box .founder-name{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: Flama Condensed;
}
.white-box .designation{
    font-size: 15px;
    font-weight: 500 !important;
    color: #000;
    font-family: Flama Condensed;
}
.founder-name-flex div{
    margin-left: 10px;
}
.inner-para-cohort img{
    margin-right: 10px;
}
.cohort-section h1{
    margin-bottom: 25px;
}
.kotani-custom-width{
    width: 92%;
}
#scroll-top{
    display: none;
}
@media only screen and (max-width: 798px){
    .cohort-section .main-navtab {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cohort-inner {
        align-items: center;
        flex-direction: column;
    }
    .inner-navtab {
        margin: auto;
        border-bottom: none;
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }
    .pill-flex.active{
        align-items: center;
        flex-direction: column;
    }
    .yellow-box{
        width: 100%;
    }
    .white-box{
        width: 92%;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 0px;
    }
    .inner-navtab-circle {
        width: 85px;
        height: 85px;
    }
    .cohort-section{
        margin-bottom: 4rem;
        background-size: cover;
        background-repeat: repeat-x;
        background-color: #dd1a32;
        background-image: none;
    }
    .founder-flex {
        width: 100%;
        align-items: center;
    }
    .cohort-section ul li{
        width: 33.333%;
        text-align: center;
    }
    .kotani-custom-width{
        width: 95%;
    }
    #scroll-top{
        display: block;
        position: absolute;
        bottom: 3rem;
        right: 1rem;
    }
}
/* homepage css */
.banner-home .red-rect--design-el-bnr{
    right: 11%;
}
.banner-home .banner-content{
    right: 14%;
    top: 14%;

}
.second-home-banner{
    margin-top: 4rem;
   
}
.open-challenges{
    font-size: 30px;
    font-weight: 600;
    color: #ffc945;
    font-family: Flama Condensed;
}
.second-home-banner .text-white{
    font-size: 38px !important;
    font-weight: 600;
    margin-bottom: 40px;
}
.banner-home .carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.16);
}
.banner-home .carousel .carousel-indicators li.active {
    background-color: #f11f35;
}
.home-two .row .col-lg-3 div{
    width: 100%;
    height: 100%;
    color: #fff;
    background-size: auto;
    padding: 125px 20px 20px;
}
.black-box{
    background: #000;
}
.red-box{
    background: #f11f35;
}
.home-two h2, .home-new h1{
    font-size: 60px;
  font-weight: 600;
  font-family: Flama Condensed;

}
.home-two h4{
    font-size: 24px;
  font-weight: 600;
  font-family: Flama Condensed;
}
.home-two{
    margin-top: 4rem;
}
.home-three{
    margin-top: 8rem;
}
.home-three h1{
    font-size: 60px;
    line-height: 1.3;
}
.home-three p{
    font-size: 16px;
    color: #676767;
    margin: 25px 0 35px;
}
.home-column-one{
    padding: 0 60px;
}
.home-five, .home-seven{
    margin-top: 4rem;
}
.home-eight{
    background-color: white !important;
    margin: 2rem 0 4rem;
}
.make-accelerator{
    background-color: #f4f8fb;
    margin: 2rem 0 4rem;
    padding-bottom: 2.5rem;
}
.make-accelerator .article-showcase-card{
    background-color: #fff !important;
}
#startup-partners-home h1{
    font-size: 60px !important;
    margin-bottom: 48px !important;
}
.challenges-bg{
    /* background-image: url(../images/homepage/home-four.png);
    background-repeat: no-repeat; */
    /* background-size: cover; */
    position: relative;
    display: flex;
    justify-content: center;
    /* text-align: center; */
    padding-bottom: 5rem;
}
.challenge-red{
    background-color: #f11f35;
    width: 40%;
    padding: 73px 54.2px 101px 48px;
    position: absolute;
    top: 4rem;
    right: 5rem;
}
.challenge-red h2{
    font-size: 30px;
  font-weight: 600;
  
  color: #fff;
  
}
.challenge-red p{
    font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
 
  color: #fff;
}
.home-four h1{
    font-size: 60px;
    margin-bottom: 3rem;
}
.home-four{
    margin-top: 4rem;
}
#headlinesHome .embla__slide {
    width: 30%;
}
#headlinesHome .article-showcase-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1rem;
    background: #f4f8fb;
    text-align: center;
    min-height: 348.14px;
}
#headlinesHome .article-showcase-card img:first-child {
    width: 100%;
}
#headlinesHome img.article-parent-website--icon {
    margin-top: -2rem;
}
.home-eight h1{
    font-size: 60px;
    margin-bottom: 35px;
}
.make-accelerator h1{
    font-size: 60px;
    
}
.banner-four-bulb{
    position: absolute;
    top: 14%;
    right: 52%;
}
.fourth-home-banner .banner-content{
    right: 30%;
    top: 15%;
}
.fourth-home-banner .banner-content h2{
    margin-bottom: 10px;
}
#startup-partners-home .card {
    justify-content: center !important;
}
#team .embla__slide__inner{
    font-size: 0;
}
.home-new p{
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
    color: #676767;
}
.home-new{
    margin: 4rem 0 6rem;
    background-color: #f4f8fb;
    padding: 45px 0;
}
.column-ig{
    padding: 0 34px;
}
#team .red-text {
    line-height: 0.5;
    margin-top: 8px;
}
#team .slide p{
    font-size: 14px !important;
    margin-bottom: 5px;
    line-height: 1.3;
}
.home-new {
    margin: 4rem 0 6rem;
}
.fourth-home-banner p{
    margin-bottom: 40px;
    color: white;
    font-size: 24px;
    font-weight: 600;
    font-family: Flama Condensed;
}
.fourth-home-banner .text-white, .third-home-banner h1.text-white {
    margin-bottom: 10px;
}
.second-home-banner .apply-now-btn{
    font-size: 16px;
    width: 116px;
}
.third-home-banner h2.text-white{
    margin-bottom: 116px;
}

.slider {
    width: 100%;
    margin-top: 30px;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  /*width: 100%;*/
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.control-c {
width: 48px;
height: 48px;
}
.article-showcase-card p.article-snippet{
    text-align: left;
}
#team .slick-prev , .make-headlines-home .slick-prev{
    z-index: 1;
}
.our-team-home  {
    padding: 0 15px;
}
.make-headlines-home{
    padding-right: 30px;
}
.af-section-carousel-prev{
    left: 28%;
    top: 50%;
    opacity: 1;
   
}
.af-section-carousel-next{
    left: 35%;
    top: 50%;
    opacity: 1;
    
}
.af-section-carousel-next .carousel-control-next-icon{
    background: none;
}
.af-section-carousel-prev .carousel-control-prev-icon{
    background: none;
}
.fifth-home-banner .banner-content.upto.africa-innov-bnr.align-items-start {
    right: 11%;
    top: 48%;
}
.fifth-home-banner .red-rect--design-el-bnr {
    right: 9%;
}
.fifth-home-banner .banner-content img{
    /* margin-bottom: 2rem; */
    position: absolute;
    bottom: -6rem;
    right: 0;
}
.fifth-home-banner h1.text-white{
    font-size: 38px !important;
    line-height: 1.2;
}
.fifth-home-banner h2.text-white{
    font-size: 36px !important;
    margin-bottom: 22px;
}
.fifth-home-banner{
    margin-top: 4rem;
}
/* .fifth-home-banner .bnr-img{
    height: 521px;
} */
.third-home-banner .banner-content{
    right: 15%;
}
.collab-p{
    position: absolute;
    bottom: -4.5rem;
    font-size: 13px;
    left: 0;
    color: white;
}
@media only screen and (max-width: 798px){
    .make-accelerator {
        margin: 4rem 0 0rem;
    }
.banner-home .red-rect--design-el-bnr {
    right: 50%;
    width: 70%;
    height: 94%;
    top: 6%;
}
.second-home-banner .text-white {
    font-size: 36px !important;
    margin-bottom: 5px;
}
.banner-home .banner-content {
    right: 14%;
    top: 50%;
}
.home-column-one {
    padding: 0 15px;
    text-align: center;
}
.home-three {
    margin-top: 3rem;
}
.column-mobile-home{
    margin-top: 30px;
    padding: 0 30px;
}
.challenge-red {
    width: 91%;
    padding: 22.8px 29.6px 30px 29px;
    margin-left: 15px;
    margin-top: 16rem;
    margin-right: 15px;
    position: relative;
    right: auto;
    top: 0;
    min-height: 417.8px;
}
.challenges-bg {
    background-image: url(../images/homepage/mobile.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 1rem;
}
.challenges-bg-two{
    background-image: url(../images/homepage/image\ \(15\).png);
}
.home-five h1 {
    margin-bottom: 22px;
}
.second-home-banner {
    margin-top: 6rem;
}
.img-one {
    top: 2rem;
    left: 0;
  
    width: 75px;
}
.img-two {
    top: 8rem;
    left: 0;
  
    width: 105px;
}
.img-three {
    top: 24rem;
    left: 4%;
 
    width: 105px;
}
.img-four {
    left: 0;
    top: 18rem;

    width: 75px;
}
.img-five {
    top: 3rem;
    left: 21%;
  
    width: 105px;
}
.img-six {
    left: 40%;
    top: 8rem;
  
    width: 75px;
}
.img-seven {
    top: 2rem;
    left: 52%;
   
    width: 105px;
}
.img-eight {
    top: 8rem;
    right: 0;
 
    width: 105px;
}
.img-nine {
    right: 0;
    top: 18rem;
  
    width: 75px;
}
.img-ten {
    top: 2rem;
    right: 0px;
 
    width: 75px;
}
.img-eleven {
    top: 24rem;
    right: 0;

    width: 105px;
}
.cohort-banner-heading {
    font-size: 36px;
}
.banner-cohort .container {
    padding: 13rem 0 3.8rem;
}
.home-four, .home-five {
    margin-top: 3rem;
}
.home-seven{
    margin-top: 1rem;
}
.home-eight{
    margin: 0 0 2rem;
}
.home-two h1, .home-three h1, .home-four h1, .home-five h1, .home-six h1, .home-seven h1, .home-eight h1, .home-new h1{
    font-size: 54px;
}
#partners h1.text-center, #mentors h1.text-center {
    font-size: 54px !important;
}
.column-ig{
    padding: 0 15px;
    margin-top: 25px;
    text-align: center;
}
section#startup-partners-home {
    padding-bottom: 1rem !important;
}
.our-team-home .slick-prev{
    left: 0;
    z-index: 1;
}
.our-team-home .slick-next{
    right: 0;
}
.make-headlines-home .slick-prev{
    left: 0;
    z-index: 1;
}
.make-headlines-home .slick-next{
    right: 0;
}
.fourth-home-banner .banner-content{
    top: 68%;
    padding: 0;
    text-align: center;
    left: 50%;
    width: 100%;
    }
    .fourth-home-banner .text-white{
    margin-bottom: 4px;
    width: 100%;
    }
    .fourth-home-banner .banner-content h2{
        margin-bottom: 0px;
        }
    .fourth-home-banner p{
        margin-bottom: 9px;
        width: 100%;
    }
    .banner-four-bulb{
    top:3%;
    right: 31%;
    }
    .banner-four-bulb img{
        width: 147px;
        height: 210px;
    }
    .af-section-carousel-prev{
        left: 0;
        top: -50%;
    }
    .af-section-carousel-next{
        right: 0;
        top: -50%;
        left: auto;
    }
    .fifth-home-banner .banner-content img {
        /* margin-bottom: 1rem; */
        bottom: -7rem;
        right: 19%;
    }
    .fifth-home-banner h2.text-white {
        margin-bottom: 7px;
        line-height: 1;
    }
    .fifth-home-banner .banner-content.upto.africa-innov-bnr.align-items-start {
        top: 42%;
    }
    .fifth-home-banner .bnr-img{
        height: 494px;
    }
    .fifth-home-banner h1.text-white {
        font-size: 36px !important;
        line-height: 1;
    }
    .collab-p{
        bottom: -2rem;
        left: 32%;
    }

}
@media only screen and (min-width: 1500px){
    .challenge-red{
        right: 11rem;
    }
    #headlinesHome .article-showcase-card {
        min-height: 386.47px;
    }
    .banner-cohort .container {
        padding: 18.5rem 0 4rem;
    }
    .fifth-home-banner .bnr-img {
        height: 593px;
    }
    .fifth-home-banner .banner-content img{
        /* margin-bottom: 2rem; */
        position: absolute;
        bottom: -9rem;
        right: 0;
    }
    .collab-p{
        bottom: -4.5rem;
        left: 2%;
    }
    
}
@media screen and (max-width:550px){
    #headlinesHome .embla__slide{
      width: 90%;
    }
  }
  @media screen and (min-width:1381px){
   #headlinesHome .embla__button--prev {
      left: 0;
    }
  
    #headlinesHome .embla__button--next {
      right: 0;
    }
  }
  /* @media screen and (min-width: 991px){
#headlines-home .article-showcase-card {
    margin: 4rem;
}
} */
@media screen and (min-width: 1500px){
    .challenge-red{
        top: 9rem;
    }
    .our-team-home .team-slide-inner-2 {
        padding-top: 15px;
    }
}
.our-mentors-index-page{
    padding: 0 15px;
}
.our-team-home .team-slide-inner-2{
    padding-top: 0;
}
.bg-indicators{
    z-index: 10;
}