@font-face {
  font-family: Flama Condensed;
  font-stretch: condensed;
  src: url("../fonts/FlamaCondensed-Basic.otf") format("opentype");
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: Flama Condensed;
  font-stretch: condensed;
  src: url("../fonts/FlamaCondensed-Book.otf") format("opentype");
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: Flama Condensed;
  font-weight: 600;
  src: url("../fonts/FlamaCondensed-Semibold.otf") format("opentype");
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: Flama Semicondensed;
  font-weight: 500;
  font-stretch: semi-condensed;
  src: url("../fonts/FlamaSemicondensed-Basic.otf") format("opentype");
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: Flama Semicondensed;
  font-stretch: semi-condensed;
  src: url("../fonts/FlamaSemicondensed-Book.otf") format("opentype");
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

body {
		background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
		font-weight: 400;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 800;
}

h3,h5 {
  font-weight: 800;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #676767;
    font-size: 18px;
    line-height: 30px;
}

a {
  text-decoration: none !important;
  outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

#overview,
#selection-criteria {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#about-challenge, 
#jury
 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#about-challenge,
#jury
 {
  text-align: center;
}

#overview h3,
#about-challenge h3,
#selection-criteria h3,
#program-takeaways h3,
#jury h3,
#program-roadshows h3
 {
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 46px;
    font-family: 'Flama Condensed';
    line-height: 1.2;
}

#intro .btn,
#contact .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger {
    background: #f2545f;
    border-color: transparent;
}

#contact .btn {
  border-radius: 100px;
}

#intro .btn-danger:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#contact .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.img-center{
  margin: 0 auto;
}

/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
    background: url('../images/intro-bg.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 100vh;
    text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
}

.innerpg-bg {
    /* min-height: 845px; */
    height: 100vh;
    position: relative;
    background-image: url(../images/banner/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    padding: 30px 0;
}

/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  float: right;
}

.red-highlight{
 background-color:#dd1a32;
 padding:0.1em 0.3em;
 color: #fff;
}

/*---------------------------------------
    About Challenge section              
-----------------------------------------*/
#about-challenge {
    background: #f2f5f8;
}

#about-challenge .fa {
  color: #f2545f;
  font-size: 48px;
}

.about-challenge-item {
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    background: #fff;
    margin-top: 30px;
    /* min-height: 570px; */
    min-height: 372px;
    border: 5px solid #ed2136;
}

#about-challenge img{
  margin: 0 auto;
  display: block;
}

.about-challenge-item p{
  font-size: 14px;
  line-height: 22px;
}

.about-challenge-item  h3{
    font-size: 16px !important;
    font-weight: 600;
    padding:0px 0px 8px 0px !important;
    margin: 0px;
    color: #000;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif !important;
}

/*---------------------------------------
    Program Takeaways section              
-----------------------------------------*/

#program-takeaways{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#program-takeaways h4{
  font-size:22px;
  color:#ed2236;
  font-weight:600;
  padding-top: 15px;
}

#program-takeaways p{
  /*padding-bottom: 30px;*/
}



#program-takeaways .sub-hr {
  text-transform: capitalize;
  font-size: 19px;
}

.row.col-no-margin {
    margin: 0 !important;
    padding: 0 !important;
}
.col-no-margin [class^="col-"] {
    margin: 0 !important;
    padding: 0 !important;
}

.no-padding{
  padding: 0px !important;
}

.mt-25{
 margin-top: 25px;
}

.pt-30{
  padding-top: 30px;
}

.text-box {
    /*padding: 20px;*/
      padding-top: 30px;
    text-align: center;
    min-height: 295px;
    background: #D9D9D9;
    border-radius: 15px;
}

.text-box h2 {
    color: #fff;
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    padding: 5px 0px 15px 20px;
    line-height: 20px;
}

.sub-hr {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

#program-takeaways ul{
   padding-left: 15px !important;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  font-weight: 500;
}

#program-takeaways li{

  list-style: none;
  background: url('../images/program-takeaways/square.png') 1px 6px no-repeat;
  margin: 0px !important;
  padding-left: 25px;
}



/*---------------------------------------
    Selection Criteria section              
-----------------------------------------*/
#selection-criteria {
    background: url('../images/selection-criteria/selection-criteria-bg.png');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#selection-criteria h3{
  color: #fff;
  text-align: center;
}

.bullet-box {
    background-color: #ffffff;
    border-left: 10px solid #f05e62;
    padding: 17px;
    margin-bottom: 20px;
    width: 100%;
    height: 80px;
    min-height: 80px;
    border-radius: 10px;
}

.bullet-box p {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

#selection-criteria  h4{
  text-align: center;
  font-size: 24px;
  font-family: 'Flama Condensed';
}


/*---------------------------------------
   Jury Section              
-----------------------------------------*/
#jury {
    background: #f2f5f8;
}

#jury img {
/*  width: 100%;
  max-width: 100%;
  height: auto;*/
}

#jury .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#jury .jury-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}


#jury .jury-slide-inner.slide {
    background-image: url('../images/jury/jury-bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 258px;
}

.jury-slide-inner {
    padding-bottom: 0;
    background-color: transparent;
}


.jury-slide-inner {
    position: relative;
    border-radius: 0.5rem;
    min-height: 200px;
    padding-bottom: 46%;
    font-size: 5rem;
}


.jury-slide-inner h5{
 font-size: 2rem;
 margin-top: 0;
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
font-family: 'Flama Condensed';
text-transform: capitalize;
}

.jury-slide-inner p {
    font-size: 16px;
    color: #676767;
    font-weight: 500;
  line-height: 1.5;
}
.red-text {
    color: #dd1a32;
}
 .slider {
        width: 100%;
        margin-top: 30px;
        opacity: 1;
    }


    .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;
}


/*---------------------------------------
    Program Roadhshow & Timelines section              
-----------------------------------------*/

#program-roadshows{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#program-roadshows h4{
  font-size:22px;
  color:#ed2236;
  font-weight:600;
  padding-top: 15px;
}

#program-roadshows h3{
  text-align: center !important;
}

/* TIMELINE */
#timeline-container {
  color: #676767;
}
#timeline-container .inner-container {
  /*max-width: 1000px;*/
  margin: 0 auto;
}
#timeline-container .inner-container .heading {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  color: #676767;
  margin-top: 0;
}
#program-roadshows .timeline {
  margin: 0 auto;
  position: relative;
  left: 120px;
  width: 80%;
  /*max-width: 900px;*/
  margin-top: 16px;
  margin-left: 5%;
}
#program-roadshows .timeline-item {
  color: #000000;
  text-align: left;
  font-size: 1.8rem;
  padding: 2rem 1.5rem 1rem 1.5rem;
  border-left: 4px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  list-style-type: none;
  --item-width: calc(100%);
}
#program-roadshows .timeline-item::after {
  content: attr(data-date);
  position: absolute;
  right: calc(var(--item-width) + 40px);
  top: 16px;
  float: right;
  font-weight: 600;
  white-space: nowrap;
  color: #ed2136;
}
#program-roadshows .timeline-item::before {
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #ed2136;
  position: absolute;
  left: -10px;
  top: 21px;
}
#program-roadshows .timeline-item:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 800px) {
  #program-roadshows .timeline {
    margin: 0 auto;
    position: relative;
    left: 78px;
  }
  #program-roadshows .timeline .timeline-item {
    font-size: 1.6rem;
  }
  #program-roadshows .timeline .timeline-item::after {
    right: calc(var(--item-width) + 30px);
  }
}
@media only screen and (max-width: 800px) {
  .timeline-item {
    padding: 1rem 1.5rem 1rem 0.5rem;
    
  }
  #program-roadshows .timeline-item::after {
    right: calc(var(--item-width) + 20px);
  }
}
/* TIMELINE end */


/*Text Box*/
#program-roadshows .text-box {
  height: ;
}
#program-roadshows .text-box { float: left; padding: 40px; text-align: center; -webkit-transition: background 0.4s ease 0s; transition: background 0.4s ease 0s; cursor: pointer; height: 200px !important;}

#program-roadshows .text-box img{float: left;}
}
#program-roadshows .text-box i { font-size: 42px; margin: 30px 0 20px; }

#program-roadshows .text-box i { color: #fff; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

#program-roadshows .text-box h3, .text-box h5, .text-box p { color: #fff; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

#program-roadshows .text-box:hover { background: #fbfbfb; width: 100%; }
#program-roadshows .text-box:hover h4 {color: #ed2136 !important;}

#program-roadshows .text-box:hover i, .text-box:hover h3, .text-box:hover h5, .text-box:hover p { color: #333; }

#program-roadshows .text-box.text-box-light { border: 1px solid #d9d9d9; background: #fff; }

#program-roadshows .text-box.text-box-light i, .text-box.text-box-light h3, .text-box.text-box-light h5, .text-box.text-box-light p { color: #0e2435; }

#program-roadshows .text-box.text-box-light:hover { background: #2250fc; }

#program-roadshows .text-box.text-box-light:hover i, .text-box.text-box-light:hover h3, .text-box.text-box-light:hover h5, .text-box.text-box-light:hover p { color: #fff; }

#program-roadshows .text-box.hover-effect { padding: 15px; }

#program-roadshows .text-box.hover-effect i { margin: 90px 0 20px; }

#program-roadshows .text-box.hover-effect p { opacity: 0; }

#program-roadshows .text-box.hover-effect:hover i { margin: 70px 0 6px 0; }

#program-roadshows .text-box.hover-effect:hover p { opacity: 1; }

#program-roadshows .text-box h4 {
  font-size: 16px !important;
  color: #fff !important;
  text-align: left !important;
}
#program-roadshows .text-box p{
  color: #676767;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

#program-roadshows .btn {
    background: transparent;
    border: 2px solid #ed2136;
    border-radius: 0px;
    color: #ed2136;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 14px 25px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    font-style: italic;
}

#program-roadshows .btn:hover{
  background: #ed2136;
  color: #fff;
}
#program-roadshows .text-box hr{
  color: #fff;
}
.normal-txt{
  font-weight: 400;
}
/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed;
}



/* Back top */
.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #f2545f;
    color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #f2545f;
    color: #ffffff;
}



/* Jica-uganda styles starts here */

.hero-section {
      background: url('../images/banner/banner-bg.jpg') no-repeat center center;
      background-size: cover;
      height: 100vh !important;
      display: flex;
      align-items: center;
      text-align: center;
      color: #fff;
    }

    .hero-section h1 {
      font-weight: bold;
      font-size: 48px;
      margin-bottom: 15px;
      text-align: center;
      font-family: "Jost", sans-serif;
    }

    .hero-section p {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    }

    .btn-custom {
      background-color: #D80C18;
      color: #fff;
      float: center;
      padding: 8px 20px;
      font-size: 18px;
      font-weight: 600;
      border-radius: 15px;
      margin: 5px;
      border: none;
    }

    .btn-custom:hover {
      background-color: #D80C18;
      color: #000;
      float: center;
    }

.head-buttons{
  float: left;
}

.head-buttons p{
 font-size: 16px;
 font-weight: 500;
}

.img-round {
    border-radius: 10px;
    background: #fff;
    width: 180px;
    padding: 15px;
}


#jica-uganda-banner{
position: relative;
        height: auto;
}

.cd-intro img{
    height: 265px;
}
#jica-uganda-banner h2{
    color: #4A154B;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    text-transform:capitalize;
    font-weight: 400;
    font-style: normal;
    font-style: italic;
    padding-top: 10px;
}


   #jica-uganda-banner.im-btn {
    display: inline-block;
    background-color: #4A154B;
    color: #fff;
    padding: 15px 35px 15px 35px;
    border-radius: 25px;
    margin-top: 20px;
    font-size: 22px;
    line-height: 1em;
    letter-spacing: normal;
    border-radius: 1;
     font-family: "Poppins", sans-serif;
    font-weight: bold;
}

   #jica-uganda-banner.learn-more{
    color:#4A154B;
     font-size: 28px;
      font-weight: bold;
      text-decoration: underline !important;
      padding-left: 20px;
   }

#jica-uganda-pro-banner {
    margin-top: 6em;
}

#jica-uganda-footer-cta{
    background-color: #d9d9d9;
    padding: 20px 0px 20px 0px;
}

#jica-uganda-footer-cta img{
    display: block;
    margin:0 auto;
}

#jica-uganda-overview p, #jica-uganda-focus p{
     color: #282828;
    font-size: 18px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
}


#jica-uganda-overview, #jica-uganda-program{
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#jica-uganda-structure, #jica-uganda-benefits{
     padding-top: 0rem;
    padding-bottom: 6rem;
}

#jica-uganda-focus {
    padding-bottom: 0rem;
}

#jica-uganda-copyright a{
color: #4A154B;
font-weight: 600;
 font-family: "Montserrat", sans-serif;
text-decoration: underline !important;
}


#jica-uganda-copyright p {
    color: #000;
    font-size: 18px;
    line-height: 57px;
    margin-bottom: 0px !important;
     font-family: "Montserrat", sans-serif;
     text-align: center;
}

#jica-uganda-overview{
/*  background: url(../jica-uganda-ninja-assets/images/bg-element.png);*/
background-color: #ececec;
  background-repeat: no-repeat;
/*  background-position: center;*/
/*  background-position: right -23px bottom 412px;*/
}

#jica-uganda-launch{
 padding: 80px 0px 80px 0px;
 background-color: #006ebd;
}

#jica-uganda-launch h3{
/*padding-bottom: 30px;*/
    font-weight: 600;
    font-size: 38px;
    font-family: "Jost", sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff !important;
}

#jica-uganda-launch h4{
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 26px;
    font-family: "Jost", sans-serif;
    line-height: 1.2;
    text-transform: capitalize;
    color: #ffffff !important;
}

#jica-uganda-launch .jica-uganda-launch-slide-inner img{
/*    border:1px solid #fff;*/
/*    border: 1px solid #4e1449;*/
    margin-bottom: 10px;
        border-radius: 26px;
}

#jica-uganda-launch .name{
    font-size: 18px;
    font-weight: 600;
     font-family: "Montserrat", sans-serif;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}

#jica-uganda-launch .designation{
    font-size: 16px;
    font-weight: 400;
     font-family: "Montserrat", sans-serif;
  color: #ffffff;
/*    text-align: left;*/
}

#jica-uganda-launch .company{
    font-size: 16px;
    font-weight: 400;
     font-family: "Montserrat", sans-serif;
   color: #ffffff;
    font-style: italic;
/*    text-align: left;*/
}

#jica-uganda-launch img {
 /* width: 258px;
  max-width: 100%;
  height: auto;*/
}

#jica-uganda-launch .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#jica-uganda-launch .jica-uganda-launch-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}


#jica-uganda-launch .jica-uganda-launch-slide-inner.slide {
/*    background-image: url('../images/jica-uganda-launch/jica-uganda-launch-bg.png');*/
   /* background-size: 100%;
    background-repeat: no-repeat;*/
    width: 100%;
    height: 225px;
}

#jica-uganda-launch .jica-uganda-launch-slide-inner {
    padding-bottom: 0;
    background-color: transparent;
}


#jica-uganda-launch .jica-uganda-launch-slide-inner {
    position: relative;
    border-radius: 0.5rem;
    min-height: 200px;
    padding-bottom: 46%;
    font-size: 5rem;
}


#jica-uganda-launch .jica-uganda-launch-slide-inner h5{
 font-size: 2rem;
 margin-top: 0;
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
font-family: 'Flama Condensed';
text-transform: capitalize;
}

#jica-uganda-launch .jica-uganda-launch-slide-inner p {
    font-size: 16px;
    color: #676767;
    font-weight: 500;
  line-height: 1.5;
}
.red-text {
    color: #dd1a32;
}
 #jica-uganda-launch .slider {
        width: 100%;
        margin-top: 30px;
        opacity: 1;
    }


     #jica-uganda-launch .slick-slide {
/*      margin: 0px 20px;*/
    }

     #jica-uganda-launch .slick-slide img {
      width: 90%;
      border-radius: 26px;
    }

     #jica-uganda-launch .slick-prev:before,
     #jica-uganda-launch .slick-next:before {
      color: black;
    }


     #jica-uganda-launch .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
     #jica-uganda-launch .slick-active {
      opacity: 1;
    }

     #jica-uganda-launch .slick-current {
      opacity: 1;
    }

    #jica-uganda-launch .control-c {
    width: 19px;
    height: 29px;
}
    #jica-uganda-launch .slick-slide .slick-active {
        width: 100%;
    }

#jica-uganda-launch

#jica-uganda-program{
  background: url(../images/bg-element.png);
  background-repeat: no-repeat;
/*  background-position: center;*/
  background-position: center center;
}

#jica-uganda-takeaway {
     background: url(../images/program-takeaways/jica-takeaway-bg.jpg);
  background-repeat: no-repeat;
/*  background-position: center;*/
/*  background-position: right -63px bottom -82px;*/
background-position:center center ;
background-size: cover;
padding: 80px 0px 80px 0px;
}

#jica-uganda-benefits{
     background: url(../images/bg-element.png);
  background-repeat: no-repeat;
/*  background-position: center;*/
  background-position: right 57px bottom -27px;
}

    #jica-uganda-overview h3, #jica-uganda-focus h3, #jica-uganda-structure h3, #jica-uganda-benefits h3,
     #jica-uganda-attend h3,  #jica-uganda-program h3, #jica-uganda-partners h3, #jica-uganda-timelines h3, #jica-uganda-partners h3  {
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 38px;
    font-family: "Jost", sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    color: #006ebd;
}
#jica-uganda-takeaway h3, #jica-uganda-apply h3{
     padding-bottom: 30px;
    font-weight: 600;
    font-size: 38px;
    font-family: "Jost", sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}



#jica-uganda-takeaway .services-item {
    padding: 0px;
    text-align: center;
    /*transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    background: #006600;
    border-radius: 10px;*/
    background: transparent !important;
    width: 175px;
    height: 185px;
}

#jica-uganda-takeaway h4{
    font-size:2.6em;
    line-height: 1.5em;
    font-weight: 500;
    color: #037BD1;
    text-transform: uppercase;
    text-align: left;
        font-family: "Jost", sans-serif;

}

#jica-uganda-takeaway p{
    font-family: "Montserrat", sans-serif;
    color: #282828;
    font-size: 17px;
    line-height: 27px;
    text-align: left;
    padding: 10px 5px 0px 20px;
}


#jica-uganda-apply p{
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    text-align: left;
    padding: 10px 0px 0px 10px;
}


#jica-uganda-apply {
     background: url(../images/apply/apply-bg.jpg);
  background-repeat: no-repeat;
/*  background-position: center;*/
/*  background-position: right -63px bottom -82px;*/
background-position:center center ;
background-size: cover;
padding: 80px 0px 80px 0px;
background-color: #006ebd;
}


#jica-uganda-jury{
 padding: 80px 0px 80px 0px;
 background-color: #E5E5E5;
}

#jica-uganda-jury h3{
padding-bottom: 30px;
    font-weight: 600;
    font-size: 38px;
    font-family: "Jost", sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    color: #006EBD !important;
}

#jica-uganda-jury .jica-uganda-jury-slide-inner img{
/*    border:1px solid #fff;*/
/*    border: 1px solid #4e1449;*/
    margin-bottom: 10px;
        border-radius: 26px;
}

#jica-uganda-jury .name{
    font-size: 18px;
    font-weight: 600;
     font-family: "Montserrat", sans-serif;
    color: #006EBD;
/*    text-align: left;*/
}

#jica-uganda-jury .designation{
    font-size: 16px;
    font-weight: 400;
     font-family: "Montserrat", sans-serif;
    color: #006EBD;
/*    text-align: left;*/
}

#jica-uganda-jury .company{
    font-size: 16px;
    font-weight: 400;
     font-family: "Montserrat", sans-serif;
    color: #006EBD;
    font-style: italic;
/*    text-align: left;*/
}

#jica-uganda-jury img {
 /* width: 258px;
  max-width: 100%;
  height: auto;*/
  border-radius: 26px;
}

#jica-uganda-jury .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#jica-uganda-jury .jica-uganda-jury-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}


#jica-uganda-jury .jica-uganda-jury-slide-inner.slide {
/*    background-image: url('../images/jica-uganda-jury/jica-uganda-jury-bg.png');*/
   /* background-size: 100%;
    background-repeat: no-repeat;*/
    width: 100%;
    height: 225px;
}

#jica-uganda-jury .jica-uganda-jury-slide-inner {
    padding-bottom: 0;
    background-color: transparent;
}


#jica-uganda-jury .jica-uganda-jury-slide-inner {
    position: relative;
    border-radius: 0.5rem;
    min-height: 200px;
    padding-bottom: 46%;
    font-size: 5rem;
}


#jica-uganda-jury .jica-uganda-jury-slide-inner h5{
 font-size: 2rem;
 margin-top: 0;
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
font-family: 'Flama Condensed';
text-transform: capitalize;
}

#jica-uganda-jury .jica-uganda-jury-slide-inner p {
    font-size: 16px;
    color: #676767;
    font-weight: 500;
  line-height: 1.5;
}
.red-text {
    color: #dd1a32;
}
 #jica-uganda-jury .slider {
        width: 100%;
        margin-top: 30px;
        opacity: 1;
    }


     #jica-uganda-jury .slick-slide {
      margin: 0px 20px;
    }

     #jica-uganda-jury .slick-slide img {
      /*width: 100%;*/
    }

     #jica-uganda-jury .slick-prev:before,
     #jica-uganda-jury .slick-next:before {
      color: black;
    }


     #jica-uganda-jury .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
     #jica-uganda-jury .slick-active {
      opacity: 1;
    }

     #jica-uganda-jury .slick-current {
      opacity: 1;
    }

    #jica-uganda-jury .control-c {
    width: 19px;
    height: 29px;
}
    #jica-uganda-jury .slick-slide .slick-active {
        width: 100%;
    }


#jica-uganda-mentors{
 background: url(../images/mentors/mentors-bg.jpg);
  background-repeat: no-repeat;
background-position:center center ;
background-size: cover;
padding: 80px 0px 80px 0px;
background-color: #006ebd;
}

#jica-uganda-mentors h3{
padding-bottom: 30px;
    font-weight: 600;
    font-size: 38px;
    font-family: "Jost", sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff !important;
}

#jica-uganda-mentors .jica-uganda-mentors-slide-inner img{
/*    border:1px solid #fff;*/
/*    border: 1px solid #4e1449;*/
    margin-bottom: 10px;
        border-radius: 26px;
}

#jica-uganda-mentors .name{
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #fff;
/*    text-align: left;*/
}

#jica-uganda-mentors .designation{
    font-size: 16px;
    font-weight: 400;
     font-family: "Montserrat", sans-serif;
    color: #fff;
/*    text-align: left;*/
}

#jica-uganda-mentors .company{
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-style: italic;
/*    text-align: left;*/
}

#jica-uganda-mentors img {
 /* width: 258px;
  max-width: 100%;
  height: auto;*/
}

#jica-uganda-mentors .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#jica-uganda-mentors .jica-uganda-mentors-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}


#jica-uganda-mentors .jica-uganda-mentors-slide-inner.slide {
/*    background-image: url('../images/jica-uganda-mentors/jica-uganda-mentors-bg.png');*/
   /* background-size: 100%;
    background-repeat: no-repeat;*/
    width: 100%;
    height: 225px;
}

#jica-uganda-mentors .jica-uganda-mentors-slide-inner {
    padding-bottom: 0;
    background-color: transparent;
}


#jica-uganda-mentors .jica-uganda-mentors-slide-inner {
    position: relative;
    border-radius: 0.5rem;
    min-height: 200px;
    padding-bottom: 46%;
    font-size: 5rem;
}


#jica-uganda-mentors .jica-uganda-mentors-slide-inner h5{
 font-size: 2rem;
 margin-top: 0;
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
font-family: 'Flama Condensed';
text-transform: capitalize;
}

#jica-uganda-mentors .jica-uganda-mentors-slide-inner p {
    font-size: 16px;
    color: #676767;
    font-weight: 500;
  line-height: 1.5;
}
.red-text {
    color: #dd1a32;
}
 #jica-uganda-mentors .slider {
        width: 100%;
        margin-top: 30px;
        opacity: 1;
    }


     #jica-uganda-mentors .slick-slide {
      margin: 0px 20px;
    }

     #jica-uganda-mentors .slick-slide img {
      /*width: 100%;*/
    }

     #jica-uganda-mentors .slick-prev:before,
     #jica-uganda-mentors .slick-next:before {
      color: black;
    }


     #jica-uganda-mentors .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
     #jica-uganda-mentors .slick-active {
      opacity: 1;
    }

     #jica-uganda-mentors .slick-current {
      opacity: 1;
    }

    #jica-uganda-mentors .control-c {
    width: 19px;
    height: 29px;

    #jica-uganda-mentors .slick-slide .slick-active {
        width: 100%;
    }
}


/* testimonials*/


#jica-uganda-testimonials{
 background: url(../images/testimonials/testimonials-bg.jpg);
background-repeat: no-repeat;
/*  background-position: center;*/
/*  background-position: right -63px bottom -82px;*/
background-position:center center ;
background-size: cover;
padding: 80px 0px 80px 0px;
}

#jica-uganda-testimonials h3{
padding-bottom: 30px;
    font-weight: 600;
    font-size: 38px;
    font-family: "Jost", sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff !important;
}

.testimonials-box{
padding-top: 30px;
    text-align: center;
    min-height: 600px;
    background: #D9D9D9;
    border-radius: 15px;
    padding: 10px;
}

#jica-uganda-testimonials .jica-uganda-testimonials-slide-inner img{
/*    border:1px solid #fff;*/
/*    border: 1px solid #4e1449;*/
    margin-bottom: 10px;
        border-radius: 26px;
}

#jica-uganda-testimonials .name{
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #006EBD;
/*    text-align: left;*/
}

#jica-uganda-testimonials .designation{
    font-size: 16px;
    font-weight: 500;
     font-family: "Montserrat", sans-serif;
    color: #006EBD;
/*    text-align: left;*/
}

#jica-uganda-testimonials .company{
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #006EBD;
    font-style: italic;
/*    text-align: left;*/
}

#jica-uganda-testimonials img {
 /* width: 258px;
  max-width: 100%;
  height: auto;*/
}

#jica-uganda-testimonials .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#jica-uganda-testimonials .jica-uganda-testimonials-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}


#jica-uganda-testimonials .jica-uganda-testimonials-slide-inner.slide {
/*    background-image: url('../images/jica-uganda-testimonials/jica-uganda-testimonials-bg.png');*/
   /* background-size: 100%;
    background-repeat: no-repeat;*/
    width: 100%;
    height: 225px;
}

#jica-uganda-testimonials .jica-uganda-testimonials-slide-inner {
    padding-bottom: 0;
    background-color: transparent;
}


#jica-uganda-testimonials .jica-uganda-testimonials-slide-inner {
    position: relative;
    border-radius: 0.5rem;
    min-height: 200px;
    padding-bottom: 46%;
    font-size: 5rem;
}


#jica-uganda-testimonials .jica-uganda-testimonials-slide-inner h5{
 font-size: 2rem;
 margin-top: 0;
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
/*font-family: 'Flama Condensed';*/
text-transform: capitalize;
}

#jica-uganda-testimonials .jica-uganda-testimonials-slide-inner p {
    font-size: 16px;
    color: #282828;
    font-weight: 500;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}
.red-text {
    color: #dd1a32;
}
 #jica-uganda-testimonials .slider {
        width: 100%;
        margin-top: 30px;
        opacity: 1;
    }


     #jica-uganda-testimonials .slick-slide {
      margin: 0px 20px;
    }

     #jica-uganda-testimonials .slick-slide img {
      width: 50%;
    }

     #jica-uganda-testimonials .slick-prev:before,
     #jica-uganda-testimonials .slick-next:before {
      color: black;
    }


     #jica-uganda-testimonials .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
     #jica-uganda-testimonials .slick-active {
      opacity: 1;
    }

     #jica-uganda-testimonials .slick-current {
      opacity: 1;
    }

    #jica-uganda-testimonials .control-c {
    width: 19px;
    height: 29px;

    #jica-uganda-testimonials .slick-slide .slick-active {
        width: 100%;
    }
}

/* testimonials ends */



#jica-uganda-timelines{
  background-color: #ececec;
  background-repeat: no-repeat;
}


#jica-uganda-timelines h6{
    color: #037BD1;
    font-size: 14px;
    font-weight: 700;
}


#jica-uganda-timelines p{
     color: #282828;
    font-size: 18px;
    line-height: 30px;
}


#jica-uganda-timelines{
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#jica-uganda-partners{
 /*background: url(../images/pro-partners/partners-bg.png);*/
  background-repeat: no-repeat;
background-position:top;
background-size: cover;
padding: 80px 0px 80px 0px;
background: #D9D9D9;

}
#jica-uganda-partners h4{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-family: "Jost", sans-serif;
}

#jica-uganda-faqs{
  background: url(../images/faqs/faqs-bg.png);
  background-repeat: no-repeat;
background-position:center center;
background-size: cover;
background-attachment: fixed;
padding: 80px 0px 80px 0px;
}

#jica-uganda-faqs h3{
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 38px;
   font-family: "Jost", sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}

#jica-uganda-faqs h4{
    font-weight: 700;
}

#jica-uganda-faqs .panel {
    background: transparent !important;
}

#jica-uganda-faqs .panel-default>.panel-heading {
    color: #4A154B;
    background-color: #fff;
    border-radius: 15px !important;
    padding: 20px;
}
#jica-uganda-faqs a, #jica-uganda-faqs a:hover {
    color: #D80C18;
}

#jica-uganda-faqs .panel-body{
    background: transparent !important;
}

#jica-uganda-faqs .accordion-toggle.collapsed {
         background-color: transparent;
}

#jica-uganda-faqs .panel-body p{
    font-family: 'Montserrat', sans-serif;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1.5em;
    text-align: left;
    padding: 10px;
    font-weight: 300;
    padding: 20px 0px 20px 20px;
}

#jica-uganda-faqs ul li{
  font-family: "Poppins", sans-serif;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1.2em;
    text-align: left;
    padding: 10px;
    font-weight: 200;
/*    padding: 0px 0px 20px 20px;*/
    list-style:disc;
    list-style-position: inside;
}


#jica-uganda-faqs .panel-group #jica-uganda-faqs .panel-heading+#jica-uganda-faqs .panel-collapse>#jica-uganda-faqs .list-group, #jica-uganda-faqs .panel-group #jica-uganda-faqs .panel-heading+#jica-uganda-faqs .panel-collapse>#jica-uganda-faqs .panel-body {
    border-top: none !important;
}
/* Glyphicons*/
/*#jica-uganda-faqs .panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #4A154B;
    top: 50%;
}
#jica-uganda-faqs .panel-heading .accordion-toggle.collapsed:after {
    content: "\e113";
}*/

.img-bg{
    display: block !important;
    margin: 0 auto;
    background: #fff !important;
    border-radius: 20px !important;
    padding: 10px !important;
} 
/* font-awesome*/
#jica-uganda-faqs .panel-heading .accordion-toggle:after {
     content: "\f078"; /* fa-chevron-down */
  font-family: FontAwesome;
  right: 0;
    float: right;
/*    color: #4A154B;*/
    top: 50%;
}
#jica-uganda-faqs .panel-heading .accordion-toggle.collapsed:after {
  content: "\f077"; /* fa-chevron-up */s
}


#jica-uganda-faqs .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    /* border-top: 1px solid #ddd; */
    border-top: none;
    background: #282828;
}

#jica-uganda-faqs .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
    
#jica-uganda-faqs .panel {
    border:none !important;
}

#jica-uganda-faqs .panel-body {
    padding: 0px; 
}    


.blue-section {
    background-color: #037BD1; /* Background color */
    color: #fff;
    padding: 20px;
    border-radius: 10px;
     font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    max-width: 100%;
  }

  .blue-section-container {
    max-width: 1200px;
    margin: auto;
    padding: 15px;
  }

  @media (max-width: 768px) {
    .blue-section {
      font-size: 1rem;
      padding: 15px;
    }
  }

  @media (max-width: 480px) {
    .blue-section {
      font-size: 1.4rem;
    }
  }




/* Jica-uganda Ninja styles ends*/



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 16px;}

  /* .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	line-height: 20px;
  } */

  /*#intro { height: 65vh; }*/

  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_about-challenge {
  background: #ffffff;
  padding: 10rem 3rem 10rem 5rem;
}

}

@media (max-width: 768px) {

  /* .custom-navbar .navbar-brand {
    line-height: 20px;
  } */

  #overview img,
  #about-challenge .col-md-4,
  #selection-criteria form {
    padding-top: 32px;
  }

  /* .nav-tabs > li > a {
    font-size: 13px;
  } */

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_about-challenge {
    margin-top: 82px;
  }

}




 /* Large Devices, Wide Screens */
 @media only screen and (max-width : 1200px) {
  .about-challenge-item {
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    background: #fff;
    margin-top: 30px;
    min-height: 408px !important;
    border: 5px solid #ed2136;
    margin-bottom: 10px !important;
  }
}


@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }
}

@media (max-width: 480px) {



.navbar.navbar-default .navbar-toggle{margin-right: 23px !important;}


.hero-section {
  background: url('../images/banner/banner-bg.jpg') no-repeat center center;
  background-size: cover;
  height: 100% !important;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}

.hero-section h1 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Jost", sans-serif;
}

.hero-section p {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}

.img-round {
  border-radius: 10px;
  background: #fff;
  width: 180px;
  padding: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#jica-uganda-takeaway h4 {
  font-size: 2.1em;
  line-height: 1.5em;
  font-weight: 500;
  color: #037BD1;
  text-transform: uppercase;
  text-align: left;
  font-family: "Jost", sans-serif;
}

  .m-tr10{
  margin-top: 10px;
  }

  .img-bg {
  display: block !important;
  margin: 0 auto;
    margin-bottom: 0px;
  background: #fff !important;
  border-radius: 20px !important;
  padding: 10px !important;
  margin-bottom: 10px;
}

.btn-custom {
  background-color: #D80C18;
  color: #fff;
  float: center;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 15px;
  margin: 5px;
    margin-bottom: 5px;
  border: none;
  margin-bottom: 20px;
}




.innerpg-bg {
    height: 270px;
    position: relative;
    background-image: url(../images/intro-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    padding: 30px 0;
}

/* .about-challenge-item{
  min-height: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
} */

#about-challenge .col {
  width: 100% !important;
  flex-basis:unset;
  margin-bottom: 5px;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
}

.bullet-box {
   height: auto;
min-height: 80px;

}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
    z-index: 999;
}

}



