/* Custom CSS code goes here */

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20%;
  left: 10%;
  z-index: 10;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
  width: 30%;
  background-color: #1e2978b8;
  padding-left: 30px;
  padding-right: 30px;
  text-shadow: gray 1px 1px;
}

.carousel-control-next-icon {
  padding: 20px;
  background-color: #c73c29;
  border-radius: 20px;
  /* color: #f00; */
}

.carousel-control-prev-icon {
  padding: 20px;
  background-color: #c73c29;
  border-radius: 20px;
  /* color: #f00; */
}

.footer-bs {
  background-color: #3c3d41;
  /* padding: 60px 40px; */
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 6px;
}

.footer-bs .footer-brand,
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
  padding: 10px 25px;
}

.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
  border-color: transparent;
}

.footer-bs .footer-brand h2 {
  margin: 0px 0px 10px;
}

.footer-bs .footer-brand p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-bs .footer-nav ul.pages {
  list-style: none;
  padding: 0px;
}

.footer-bs .footer-nav ul.pages li {
  padding: 5px 0px;
}

.footer-bs .footer-nav ul.pages a {
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  text-transform: uppercase;
}

.footer-bs .footer-nav ul.pages a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer-bs .footer-nav h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.footer-bs .footer-nav ul.list {
  list-style: none;
  padding: 0px;
}

.footer-bs .footer-nav ul.list li {
  padding: 5px 0px;
}

.footer-bs .footer-nav ul.list a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-bs .footer-nav ul.list a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.footer-bs .footer-social ul {
  list-style: none;
  padding: 0px;
}

.footer-bs .footer-social h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.footer-bs .footer-social li {
  padding: 5px 4px;
}

.footer-bs .footer-social a {
  color: rgba(255, 255, 255, 1);
}

.footer-bs .footer-social a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer-bs .footer-ns h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.footer-bs .footer-ns p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
  .footer-bs .footer-nav,
  .footer-bs .footer-social,
  .footer-bs .footer-ns {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
  }
}

.footer-wrapper {
  background-color: #3c3d41;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Georgia,Times, Times New Roman ,serif";
}

h4 {
  font-size: initial;
}

.container.main-color.theme-banner-4 #learnmore-wrap {
  background-color: #1e2978;
}

.card-body {
  text-align: justify;
  font-size: 16px;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: #d4d4d5 1px 1px 2px 0px;
}

#front-page #learnmore-wrap {
  padding: 0 0;
}

body.pushable > .pusher {
  background: #fff;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}

.partner-logos {
  background-color: #eee;
}

.footer-bs .footer-nav ul.pages a {
  font-weight: 100;
  text-transform: none;
}

.ui.header {
  font-family: "Georgia,Times, Times New Roman ,serif";
}

@media only screen and (max-width: 768px) {
  .carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 10%;
    left: 15%;
    z-index: 10;
    /* padding-top: 30px; */
    /* padding-bottom: 10px; */
    color: #fff;
    text-align: left;
    width: 70%;
    background-color: #1e2978b8;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    font-size: small;
  }
}

/* Custom Logo width */
.main-menu.ui.inverted.menu .nav-wrap #logo img {
  max-width: 360px !important;
}

.container.main-color.theme-top-nav-font-5 .top-nav-bar a {
  font-family: initial !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}

hr {
  border-top: 1px solid #666979;
}

.header-title {
  color: #ffffff !important;
  text-shadow: #555 1px 1px 7px;
  font-size: 89px;
  text-align: center;
  border: none;
  /* margin: -webkit-calc(2rem - .165em)0 1rem; */
  /* margin: calc(2rem - .165em) 0 1rem; */
  padding: 0;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  /* line-height: 1.33em; */
  /* text-transform: none; */
  color: #000c;
  /* margin-top: -.165em; */
  padding: 153px 0;
}

.floating-message .message .header {
  color: #1e297a !important;
}

/* .title-description {
  font-size: 23px;
  line-height: normal;
} */


img.ui.image {
  box-shadow: #eee 1px 1px 2px 2px;
}

.title.title {
  font-size: 35px;
}

title-inner {
  font-size: 29px;
}

@media only screen and (min-width: 1024px) {
  .carousel-caption {
    right: 10%;
    bottom: 10%;
    left: 15%;
    z-index: 10;
    /* padding-top: 30px; */
    /* padding-bottom: 10px; */
    color: #fff;
    text-align: left;
    width: 70%;
    background-color: #1e2978b8;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    font-size: 21px;
  }
}

/* @media (max-width:1440px) {
    .carousel-caption {
        bottom: 15%;
        width: 40%;
        font-size: initial;
    }
} */

body.pushable > .pusher {
  background-color: #ffffff !important;
}

.inner-header {
  height: 400px;
  background-image: url(/images/tatenda-mapigoti-CtqY0-G72qg-unsplash-1920-550.jpg);
  background-position: center;
  background-size: cover;
}

.inner-header-faq {
  height: 400px;
  background-image: url(/images/faq-1600-400.jpg);
  background-position: center;
  background-size: cover;
}

.inner-header-about {
  height: 400px;
  background-image: url(/images/about-1920-400.jpg);
  background-position: center;
  background-size: cover;
}

.inner-header-get-funding {
  height: 400px;
  background-image: url(/images/get-funding-1440-400.jpg);
  background-position: center;
  background-size: cover;
}

.inner-header-contact-us{
  height: 400px;
  background-image: url(/images/pexels-jopwell-2422278.jpg);
  background-position: center;
  background-size: cover;
}
.inner-header-our-partners {
  height: 400px;
  background-image: url(/images/our-partners-1440-400.jpg);
  background-position: center;
  background-size: cover;
}

.inner-header-about-2 {
  height: 400px;
  background-image: url(/images/about-1920-400-2.jpg);
  background-position: center;
  background-size: cover;
}

.inner-header-partnership {
  height: 400px;
  background-image: url(/images/about-1920-400.jpg);
  background-position: center;
  background-size: cover;
}

.inner-header-how-it-works {
  height: 400px;
  background-image: url(/images/how-to-1920-400.jpg);
  background-position: top;
  background-size: cover;
}

.inner-header-get-funded {
  height: 400px;
  background-image: url(/images/pexels-jopwell-2422278.jpg);
  background-position: center;
  background-size: cover;
}

.ui.inverted.teal.segment {
  background-color: #1e2979 !important;
  color: #fff !important;
}

.footer-logo h2 {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  color: #0000 !important;
  background: url(../images/footer-logo-powered-400-500.jpg);
  height: 300px;
}

.bottom-cta{
  width: 50% !important;
}

.blue-button, .blue-button:hover{
  background-color: #1e297a;
  color: white;
}

.left-bar {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.widgets-row {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.footer-bg-accent {
  background-color: #fff !important;
}

.content-section-spacing-medium {
  padding-top: 40px;
  padding-bottom: 40px;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.footer-wrapper {
  padding: 50px 0;
  color: white;
  background-color: #1e297a !important;
  border-bottom: 20px #ed1b24 solid;
}

.footer-wrapper a {
  color: white;
}

.footer-wrapper a:hover {
  color: red;
}

.ui.inverted.menu .item,
.ui.inverted.menu .item > a:not(.ui) {
  color: #1e2979 !important;
}

.ui.inverted.menu {
  background: #ffffff !important;
}

html {
  scroll-behavior: smooth;
}

.batani {
  border-radius: 20px;
  /* height: 50px; */
  width: 320px;
}

.col-pad {
  padding: 50px !important;
}

.col-pad .text-center {
  padding: 20px 34px;
  font-size: 17px;
}

.col-pad .text-justified {
  padding: 20px 0px 0px 0px;
  font-size: 17px;
  text-align: justify;
}

.text-justified .header{
  text-align: center;
}

#partner-extend {
  display: none;
}

/* How to step process */

/* end how to w */

.large.text {
  font-size: large !important;
}

.text-dark {
  color: #1e2979 !important;
}

.textwidget p,
.menu-footer-menu-1-container a,
.menu-investments-container a {
  font-size: 15px;
}

.widgettitle h4 {
  font-size: 20px !important;
}

h2.ui.header {
  font-size: 2.714rem !important;
}

.card .btn {
  font-size: 1.3rem;
}

.carousel-indicators .active {
  background-color: #ed1b24;
}

.carousel-indicators li {
  height: 10px;
  box-shadow: red 1px 1px 2px;
}

.nav-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* .ui.page.grid {
  padding-left: 15% !important;
  padding-right: 15% !important;
} */

#homepage-custom-html-block{
  background: #ed1b24;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 25px;
  padding-bottom: 25px;
  color: white;
  max-width: 100%;
}

#homepage-custom-html-block p{
  font-size: 16px;
  text-align: justify;
}

.btn-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
}

.faq-title {
  padding-top: 15px;
  color: #1e2979;
}

@media screen and (min-width: 768px) {
  .red-title {
    font-size: xxx-large;
  }
}

@media (max-width: 425px) {
  .faq-title {
    padding-left: 10px;
  }

  .faq-options-title {
    font-size: larger;
  }

  .main-menu.ui.inverted.menu .nav-wrap #logo img {
    max-width: 200px !important;
  }

  /* .red-title {
    font-size: xx-large;
  } */

  h2.ui.header {
    font-size: xlarge !important;
  }

  .widgets-row {
    padding-bottom: 100px;
  }
}

@media (max-width: 320px) {
  .faq-title {
    padding-left: 10px;
  }

  .faq-options-title {
    font-size: larger;
  }

  .main-menu.ui.inverted.menu .nav-wrap #logo img {
    max-width: 150px !important;
  }

  h2.ui.header {
    font-size: xlarge !important;
  }

  .widgets-row {
    padding-bottom: 100px;
  }

  /* .red-title {
    font-size: x-large;
  } */
}

.red-title {
  background-color: rgb(237, 27, 36);
  color: rgb(255, 255, 255) !important;
  font-size: xxx-large;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 8px;
  font-weight: bolder;
}

/* Ended campaign highlight */
html body.container #main-bg .campaign-thumb .campaign-card .campaign-desc .campaign-created {
  color: #f00;
  font-weight: 800;
  font-size: inherit;
}

.ui.card>.content>.header:not(.ui), .ui.cards>.card>.content>.header:not(.ui) {
  font-size: 1.5em !important;
}

.ui.card>.content>.description, .ui.cards>.card>.content>.description {
  color: #000000e0 !important;
}

/* Align bottom botton under campaigns */
#front-page .campaign-list-wrap .front-campaign-list {
  text-align: center;
}

/* #campaign-notice {
  display: none;
} */

.ui.right.corner.label .text {
  display: inline-block;
  font-weight: 700;
  /* margin: 0.5em 0 0 1em !important; */
  /* width: 3em ;
  font-size: 0.875em; */
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 3.5em !important;;
  font-size: 0.8em !important;;
}

.signup_form_feedback{
  margin-top: 1rem;
  width:100%; 
  height:100%;
}

#success_message{
  color: green; 
  font-size: 130%;
}

#success_message h2{
  font-size: 1.14rem;
}

.ui.modal>.close {

  top: 0;
  right: 0;
  opacity: 0.75;
  font-size: 1.25em;
  color: #000;
}