@import url('https://fonts.googleapis.com/css2?family=Gruppo&display=swap');

/******************** GLOBAL STYLES     *******************/
:root {
  --primary: #017c06;
  --secondary: #525368;
  --light: #E8F5E9;
  --dark: #0e2a0c;
  --background-dark: #174c32;
  --grey: #afb3af;
  --bg-transparent-light: #c8d7d061;
  --background-strong: #004223;
  --color-lime: #017c06;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}


html,
body {
  font-family: 'Gruppo', cursive;
  font-size: 12.5px;
  font-weight: 900;
  max-width: 100%;

  min-height: 100vh !important;
}

.navbar {
  padding: auto !important;
}

.navbar-brand img {
  width: 85px;
  height: 85px;
}

.navbar-collapse {
  background-color: #1b1e21;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 104px;
  z-index: 1020;
}

.navbar-nav .nav-link {
  font-size: 20px !important;
  padding: 10px !important;
}

.navbar-nav {
  margin-right: 25px !important;

}

a.nav-item.nav-link {
  font-weight: bolder !important;
}

#navbarDropdownMenuAvatar {
  display: none;
}

/*
  Main Sidebar 
*/
.navbar-toggler-icon {
  display: inline-block;
  width: 2em !important;
  height: 2em !important;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  margin-right: 2em;
}

main {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;

}

.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.course-area {
  overflow: hidden !important;
  margin: 0em;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}


.dropdown-toggle {
  outline: 0;
}

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 900;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, 1);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, 1);
}

.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold {
  font-weight: 600;
}

.lh-tight {
  line-height: 1.25;
}

.image-1 {
  margin: 0em !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}

.btn-donate {
  position: fixed;
  display: inline-block;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 1.5rem !important;
  border-radius: 50px;
  border: none !important;
  background-color: #000 !important;
  transition: transform 0.3s, box-shadow 0.3s !important;
  box-shadow: 0 30px 60px rgba(175, 170, 170, 0.4) !important;
  left: 20px;
  top: 92%;
  /* Adjust this value to vertically center btn-donate */
  text-shadow: 1px 1px 5px #c5c1c1;
  z-index: 1000;
}

div.col-sm-12.video-container {
  width: 480px;
  margin: 0 auto;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}

video {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.subjects-grade-container {
  margin-top: -15px !important;
  line-height: initial;
}

.subjects-grade {
  font-size: smaller;
}

.grade-box-tab {
  border-radius: 0 19px 19px 0;
  color: #fff !important;
  height: 38px;
  left: -4px;
  top: 4px;
  font-size: 11px !important;
  margin-right: 2px;
  position: relative;
  text-align: center;
  width: 30px;
  box-sizing: border-box;
  background-color: #1e5022;
  padding-top: 1.1rem !important;
}

.grade-topic {
  color: rgb(29, 56, 29) !important;
  height: 38px;
  left: 100px;
  top: -30px;
  margin-right: 2px;
  position: relative;
  vertical-align: middle;
}

.grades-container {
  margin-left: auto !important;
  margin-right: auto !important;
}

.btn-donate:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: rgba(0, 0, 0, 0.05);
  bottom: -6px;
  left: 0;
}

.btn-donate:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.btn-donate i {
  font-size: 24px;
  margin-right: 10px;
}

.video {
  max-width: 100%;
  height: auto;
}

.donate-text {
  color: #000 !important;
  font-weight: 800 !important;
  font-size: 1.2rem !important;
}

#modal_container {
  z-index: 999;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  background-color: #00000070 !important;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#otherAmount {
  color: #000 !important;
  height: 30px !important;
  border: 1px solid rgb(77, 73, 73) !important;
}

.paypal {
  background-color: #00000000 !important;
  color: #000 !important;
  font-size: 3.5em !important;
}

.paypal-inner {
  align-self: flex-end !important;
}

/* Start Headers*/
h1,
.h1,
h2,
.h2,
.fw-bold {
  font-weight: 700 !important;
}

h3,
.h3 {
  font-size: calc(1.8rem + .6vw) !important;

  font-weight: bolder !important;
}

h4,
.h4,
.fw-medium {
  font-weight: 600 !important;
  margin-left: 1.5rem;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
  font-weight: 500 !important;
}

.bg-dark {
  background-color: #000000e0 !important;
}

.info-contact {
  background-color: #1b1e21;
}

.careerspage {
  margin-bottom: 8em !important;
}

#SignupButton {
  margin: .1em !important;
  width: 90px !important;
  height: 50px !important;
  border-left: #000 solid 2px;
  border-right: #000 solid 2px;
  color: #fff !important;
  font-weight: bolder !important;
}

#loginButton {
  margin: .1em !important;
  width: 90px !important;
  height: 50px !important;
  border-left: #000 solid 2px;
  border-right: #000 solid 2px;
  color: #fff !important;
  font-weight: bolder !important;
}

#SignupButton:hover {
  color: #ffffff !important;
  background: #444141 !important;
  border-radius: 50px;
  border-top: #000 solid 2px;
  border-bottom: #000 solid 2px;
  transition: .80s;
  box-shadow: 0px 4px 8px rgba(17, 124, 31, 0.5);
}

#loginButton:hover {
  color: #ffffff !important;
  background: #444141 !important;
  border-radius: 50px;
  border-top: #000 solid 2px;
  border-bottom: #000 solid 2px;
  transition: .80s;
  box-shadow: 0px 4px 8px rgba(17, 124, 31, 0.5);
}

.fa-arrow-right {
  position: absolute;
  margin-top: 0.35em;
  margin-left: 0.2em;
}

.about_us_email {
  color: #000;
}

.form-control.about_us_email {
  height: 30px !important;
}

/* End Headers */

/* Nav bar Start*/
.mx-background-top-linear {
  background: -webkit-linear-gradient(45deg, var(--primary), #1b1e21 48%);
  background: -webkit-linear-gradient(left, var(--primary) 48%, #1b1e21 48%);
  background-color: rgb(51, 53, 55);
  background: linear-gradient(45deg, var(--primary) 48%, #1b1e21 48%) !important;
}

/* Nav bar End*/
.top-feature {
  margin-top: -17.5em;
  position: relative;
  z-index: 100;
}

/*** Button ***/
.btn {
  transition: .5s;
  font-weight: 400;
}

.btn-primary,
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: var(--primary) !important;
}

.growth-text {
  margin-top: 1rem !important;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 55px;
  height: 55px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgb(25 92 59 / 62%);
  z-index: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-color: var(--primary);
  border: 10px solid var(--primary);
}

.carousel-control-next-icon:after,
.carousel-control-prev-icon:after {
  font-weight: 700;
  font-family: Font Awesome\ 5 Pro, Font Awesome\ 5 Free;
  font-size: 1.3rem !important;
}

.subjects-grade-list {
  margin: 0px !important;
}

.form.signup_form {
  padding-top: 0.8rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 3rem !important;
  color: #fff;
}

.visa-text-header {
  padding: 20px;
  margin-left: 5.5rem !important;
}

.visa-icon {
  background-color: #00000000 !important;
  color: #000 !important;
  font-size: 3.5em !important;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  background: linear-gradient(rgba(15, 66, 41, .6), rgba(15, 66, 41, .6)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 18px;
  color: var(--light);
}

/* Top Cards*/
.fa-4x {
  background-color: #37956700 !important;
  color: var(--color-lime) !important;
  font-size: 3.5em !important;
}

.our-services-icon {
  margin-left: 2rem !important;
  margin-right: 3rem !important;
  font-size: 3rem !important;
  /* Icons sizes*/
  color: #017c06 !important;
}

.our-services-icon:hover {
  cursor: help;
}

.our-service-text {
  font-weight: normal !important;
  font-size: 1.6rem;
}

a.text-success {
  color: #ff0000 !important;
  font-weight: bolder !important;
}

.ps-3 {
  padding-left: 1.8rem !important;
  padding-right: 1.8rem !important;
}

.container-fluid.top-feature.py-2.pt-lg-0 {
  position: relative !important;
  margin-top: -4em !important;
  z-index: 99 !important;
}

/*Fixed image*/
.card-img-overlay {
  background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.596), rgba(12, 160, 1, 0.24)), url("./img/45.jpg") no-repeat center center fixed;
  position: relative;
  height: 50vh;
  width: 100%;
  font-size: 1.2em;
  background-size: cover;
}

.d-flex.text-center {
  font-size: 1.2em !important;
}

p.card-text {
  margin-bottom: 1em !important;
  font-size: 1.2em !important;
}

p.card-text.l {
  margin-top: 10rem;
}

/*Quotes Start*/
.random_quote {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 4em;
  color: #000 !important;
}

#QuoteText {
  font-size: 25px !important;
}

.blockquote-custom {
  position: relative;
  font-size: 1.8rem;
  color: var(--grey) !important;
}


.blockquote-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50px;
}

.bg-info {
  background-color: var(--primary) !important;
  color: var(--dark) !important;
}

.container.pricing-main {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

/** Start postcards ***/


a,
a:hover {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
  margin: 2rem 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
}

/* Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}

.postcard a {
  color: inherit;
}

.background {
  background-color: var(--background-strong) !important;
}

.postcard h1,
.postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.postcard .small {
  font-size: 80%;
}

.postcard .postcard__title {
  font-size: 1.75rem;
}

.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.postcard .postcard__img_link {
  display: contents;
}

.postcard .postcard__bar {
  width: 50px;
  height: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}

.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.postcard .postcard__preview-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  height: 100%;
}

.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}

.postcard .postcard__tagbox .tag__item {
  display: inline-block;
  background: var(--background-dark);
  border-radius: 3px;
  padding: 2.5px 10px;
  margin: 0 5px 5px 0;
  cursor: default;
  user-select: none;
  transition: background-color 0.3s;
}

.postcard .postcard__tagbox .tag__item:hover {
  background: var(--background-dark);
}

.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
  opacity: 1;
  border-radius: 10px;
}

.postcard:hover .postcard__bar {
  width: 100px;
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;
  }

  .postcard .postcard__title {
    font-size: 2rem;
  }

  .postcard .postcard__tagbox {
    justify-content: start;
  }

  .postcard .postcard__img {
    max-width: 300px;
    max-height: 100%;
    transition: transform 0.3s ease;
  }

  .postcard .postcard__text {
    padding: 3rem;
    width: 100%;
  }

  .postcard .media.postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    background: #18151f;
    top: -20%;
    height: 130%;
    width: 55px;
  }

  .postcard:hover .postcard__img {
    transform: scale(1.1);
  }

  .postcard:nth-child(2n+1) {
    flex-direction: row;
  }

  .postcard:nth-child(2n+0) {
    flex-direction: row-reverse;
  }

  .postcard:nth-child(2n+1) .postcard__text::before {
    left: -12px !important;
    transform: rotate(4deg);
  }

  .postcard:nth-child(2n+0) .postcard__text::before {
    right: -12px !important;
    transform: rotate(-4deg);
  }
}

@media screen and (min-width: 1024px) {
  .postcard__text {
    padding: 2rem 3.5rem;
  }

  @media screen and (min-width: 890px) {
    .navbar-collapse {
      background-color: transparent;
    }
  }

  .postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    top: -20%;
    height: 130%;
    width: 55px;
  }

  .postcard.dark .postcard__text:before {
    background: #27832b;
  }

  .postcard.light .postcard__text:before {
    background: #e1e5ea;
  }
}

/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
  background: #79dd09;
  color: black;
}

.green .postcard__title:hover {
  color: #79dd09;
}

.green .postcard__bar {
  background-color: #79dd09;
}

.green::before {
  background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.green:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
  background: #0076bd;
}

.blue .postcard__title:hover {
  color: #0076bd;
}

.blue .postcard__bar {
  background-color: #0076bd;
}

.blue::before {
  background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
  background: #bd150b;
}

.red .postcard__title:hover {
  color: #bd150b;
}

.red .postcard__bar {
  background-color: #bd150b;
}

.red::before {
  background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.red:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
  background: #bdbb49;
  color: black;
}

.yellow .postcard__title:hover {
  color: #bdbb49;
}

.yellow .postcard__bar {
  background-color: #bdbb49;
}

.yellow::before {
  background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

.yellow:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

@media screen and (min-width: 990px) {
  .fa-arrow-right {
    display: none;
  }
}


@media screen and (min-width: 769px) {
  .green::before {
    background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }

  .green:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }

  .blue::before {
    background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }

  .blue:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }

  .red::before {
    background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }

  .red:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }

  .yellow::before {
    background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }

  .yellow:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }
}

/** Contact us Section      **/
.contact-us {
  margin-top: 15px !important;
  font-family: var(--bs-font-sans-serif) !important;
}

.textarea {
  min-height: 220px !important;
  resize: none !important;
}

.textarea:focus {
  box-shadow: none !important;
  border-color: #00b09c !important;
}

.text-field:focus {
  box-shadow: none !important;
  border-color: #00b09c !important;
}

.form-control {
  border-color: var(--primary) !important;
  height: 49px !important;
  font-weight: bolder;
  font-family: var(--bs-font-sans-serif) !important;
}

.form-control-feedback {
  line-height: 50px;
}

.form-control-feedback {
  line-height: 50px;
  top: 0px;
}

.error {
  display: block;
  color: rgb(223, 16, 16);
}

.success {
  display: none;
}

.contact-form-group {
  margin: .2em !important;
}

.align-right {
  text-align: right;
}

.success-message {
  font-size: 2.3em;
  margin-top: 1rem;
  display: none;
  color: lime;
  background-color: #000;
  font-weight: bolder;
}

/** End Contact us Section **/

/* Desktop */
#uploads_signup {
  display: none !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 50px;
  margin-top: 2px;
}

.southafrican_id {
  border-color: var(--primary) !important;
  height: 25px !important;
  font-weight: bolder !important;
}

.signup_form_control {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  width: 100%;
  height: 38px !important;
  background: none;
  padding: 3px 42px 0px;
  color: #666;
  font-family: "Muli-SemiBold";
  font-size: 16px;
}

#strength_icon {
  display: none;
  border-radius: 50px;
  margin-top: 2px;
}

.btn-donate._contact_us {
  height: 50px;
  padding: .5em;
  background-color: #017c06;
  color: #fff;
  font-weight: bolder;
  border-radius: 5px;
  border-color: inherit;
  font-size: 14px;
}



/* Signup form */
input,
textarea,
selebtn-donate.register_button {
  font-family: --bs-font-sans-serif !important;

}

.form-control.send_email_field {
  height: 28px !important;
  border: 1px solid green !important;
}

.btn-info {
  color: #fff;
  background-color: #017c06;
  border-color: #0000002b;
  width: 100% !important;
  height: 42px !important;
  font-size: 20px;
  font-weight: 600;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.container.contact_form_header {
  margin: auto !important;
  border: 51px solid #fffefe21 !important
}

.border-light {
  border-color: #b2c9b3 !important;
}

.text-center.contact {
  border: 1.5px solid #dee2e642 !important;
  width: 50%;
  margin: auto;
  padding: 2em;
}

.form-control.ct {
  border-color: #00000038 !important;
  height: 49px !important;
  font-weight: bolder;
  margin-bottom: 1.5em !important;
}

.signup_wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

textarea.form-control.message_contact {
  min-height: calc(13.5em + (0.75rem + 2px)) !important;
}

.signup_inner {
  position: relative;
  width: 435px;
}

.image-1 {
  position: absolute;
  bottom: -12px;
  left: -191px;
  z-index: 99;
}

.image-2 {
  position: absolute;
  bottom: 0;
  right: -129px;
}

form.signup_form {
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 5px 21px 5px;
  background: #acfedf;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

h3.signup {
  text-transform: uppercase;
  font-size: 17px;
  font-family: "Muli-SemiBold";
  color: #333;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 33px;
}

.signup_form_holder {
  position: relative;
  margin-bottom: 21px;
}

/**************/

.signup_form_holder span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #333;
}

.signup_form_holder span.lnr-lock {
  left: 5px;
}

.signup_form_control:focus {
  border-bottom: 1px solid #accffe;
}

.signup_form_control::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Muli-Regular";
  color: #999;
  transform: translateY(1px);
}

.signup_form_control::-moz-placeholder {
  font-size: 14px;
  font-family: "Muli-Regular";
  color: #999;
  transform: translateY(1px);
}

.signup_form_control:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Muli-Regular";
  color: #999;
  transform: translateY(1px);
}

.signup_form_control:-moz-placeholder {
  font-size: 14px;
  font-family: "Muli-Regular";
  color: #999;
  transform: translateY(1px);

  btn-donate.register_button {
    border: none;
    width: 100%;
    height: 49px;
    margin-top: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #99ccff;
    color: #fff;
    text-transform: uppercase;
    font-family: "Muli-SemiBold";
    font-size: 15px;
    letter-spacing: 2px;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
  }


  @media (max-width: 991px) {
    .signup_inner {
      width: 400px;
      left: 4%;
    }
  }

  @media (max-width: 767px) {
    .signup_inner {
      width: 100%;
      left: 0;
    }

    .image-1,
    .image-2 {
      display: none;
    }


    form.signup_form {
      padding: 35px;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
    }

    .signup_wrapper {
      background: #acfedf;
    }
  }


  @media (max-width: 640px) {
    .py-5 {
      padding-top: 15rem !important;
      padding-bottom: 3rem !important;
    }

    .video-card {
      padding: 9rem !important;
    }
  }

  @media (max-width : 888px) {
    .top-feature {
      margin-top: -5em;
    }

    .py-5 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important;
    }

    .navbar-brand img {
      width: 60px;
      height: 60px;
    }

    .sticky-top {
      height: 80px;
    }
  }

  @media (max-width : 480px) {
    .growth-logo {
      display: block;
      color: rgb(255, 255, 255);
      font-size: .02em !important;
      margin-left: 0.1em;
    }

    .growth-text {
      font-size: calc(.7rem + .3vw) !important;
      margin-top: 1rem !important;
    }

    .top-feature {
      margin-top: -5em;
    }

    .py-5 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important;
    }
  }

  @media (max-width : 932px) {
    .text-center.contact {
      border: 9px solid #dee2e642 !important;
      width: 100%;
      margin: auto;
    }
  }

  @media (min-width: 690px) {

    h3,
    .h3 {
      margin-top: 1em;
      font-size: calc(1.2rem + .6vw) !important;
      font-weight: bolder !important;
    }
  }


  #validate_phone {
    display: none;
    color: red !important;
    border-radius: 50px;
    margin-top: 2px;
  }

  /** End Signup form **/
  .southafrican_id {
    border-color: var(--primary) !important;
    height: 25px !important;
    font-weight: bolder !important;
  }

  #cpassword {
    display: none;
    color: red !important;
    border-radius: 50px;
    margin-top: 2px;
  }

  #general-signup {
    display: none;
    color: red !important;
    border-radius: 7px;
    border: 2px solid red;
    margin-left: -2em;
    margin-top: 1.2em;
    font-size: 1em;
  }

  #general_signup_success {
    display: none;
    color: var(--primary) !important;
    border-radius: 7px;
    border: 2px solid var(--primary);
    margin-left: -2em;
    margin-top: 1.2em;
    font-size: 1em;
  }

  #uploads_signup {
    display: none !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 50px;
    margin-top: 2px;
  }

  /**  Start Team Members ***/

  section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
  }

  #team.card {
    border: none;
    background: #ffffff;
  }

  .image-flip:hover .backside,
  .image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
  }

  .image-flip:hover .frontside,
  .image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
  }

  .frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
  }

  .backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  }

  .frontside,
  .backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
  }

  .frontside .card,
  .backside .card {
    min-height: 312px;
  }

  .backside .card a {
    font-size: 18px !important;
    color: #007b5e !important;
  }

  .frontside .card .card-title,
  .backside .card .card-title {
    color: #007b5e !important;
  }

  .frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }

}
}