@import url("https://fonts.cdnfonts.com/css/hk-groteks");
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;600;700&display=swap");
.topbar {
  background-color: #e9e7eb;
  /*        background-color: #0d966d;*/
  /*        background-color: #bc531e;*/
  width: 100%;
}
.topbar a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 9pt;
  margin: 0 12pt;
  line-height: 28pt;
  height: 28pt;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 2px solid transparent;
}
.topbar a[href] {
  color: #1e1820;
}
.topbar a[href]:hover {
  color: #5109B3;
  border-color: #12B395;
}

.nav {
  background-color: #fff;
  box-shadow: 0 0 10px #1000001c;
  min-height: 30pt;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.nav a.logo {
  display: block;
  height: 55pt;
}
.nav a.logo img {
  height: 55pt;
}

.main-menu li {
  list-style-type: none;
  display: inline-block;
}
.main-menu .menu-item .menu-link {
  text-decoration: none;
  font-size: 13pt;
  padding: 8px 16px;
  display: block;
  color: #00303c;
  font-weight: 400;
  letter-spacing: 0.5pt;
}
.main-menu .menu-item .menu-link i {
  margin-left: 8pt;
  vertical-align: middle;
  font-size: 10pt;
  opacity: 0.5;
  transition-duration: 0.4s;
}
.main-menu .menu-item:hover .menu-link i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

@media (max-width: 768px) {
  .p-5 {
    padding: 16px !important;
  }
}

@media (max-width: 768px) {
  .grid-clients {
    display: block;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .grid-clients img {
    margin: 8px;
  }
}

.slider-header .hero__content {
  padding-left: 180px;
}
.slider-header .swiper-button-next,
.slider-header .swiper-button-prev {
  opacity: 0;
}
@media (max-width: 768px) {
  .slider-header {
    height: 300px;
  }
  .slider-header .btn {
    width: 100%;
    margin-top: 8px;
  }
  .slider-header h1 {
    font-size: 32px !important;
  }
  .slider-header p {
    font-size: 20px !important;
  }
  .slider-header .hero__content {
    padding-left: 16px;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    position: fixed !important;
    top: 0 !important;
    left: -500px !important;
    bottom: 0 !important;
    width: 480px !important;
    max-width: 85% !important;
    background-color: #fff !important;
  }
  .nav-menu .logo {
    display: none !important;
  }
  .nav-menu.show {
    left: 0 !important;
  }
  .nav-menu li {
    display: block;
  }
  .nav-menu .topbar {
    padding-top: 24px;
    height: 240px;
    position: relative;
  }
  .nav-menu .topbar a {
    display: block;
  }
}

.toggle-menu {
  font-size: 32px;
  padding: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

@media (max-width: 768px) {
  .h-mobile {
    display: none !important;
  }
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px;
  z-index: 200;
  background-color: #fff;
}
.mobile-nav .logo img {
  height: 56px;
}

.s-mobile {
  display: none !important;
}
@media (max-width: 768px) {
  .s-mobile {
    display: block !important;
  }
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu.mega {
  width: 525pt;
  background: none;
  padding-top: 30pt;
  border: none;
}

.dropdown-menu.mega.sm {
  width: 272pt;
}

.dropdown-menu.mega.sm div.inner {
  padding: 16pt;
}

.dropdown-menu.mega div.inner {
  background: #fff;
  border-radius: 5pt;
  position: relative;
  padding: 32pt;
  box-shadow: 0 0 20pt rgba(0, 0, 0, 0.3);
}

.dropdown-menu.mega div.inner:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  left: 40pt;
  top: -20pt;
  border: 10pt solid transparent;
  border-bottom-color: #fff;
}

.dropdown-menu.mega ul li,
footer li {
  display: block;
  list-style-type: none;
  /*        margin-top: 4pt;*/
  /*        margin-top: 4pt;*/
}

.dropdown-menu.mega ul li a,
footer li a {
  display: block;
  padding: 4px 16px;
  /*        background: #f7f7f7;*/
  border-radius: 5pt;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 17px;
  color: #555;
  /*        color: #256C95;*/
  transition-duration: 0.3s;
}

.dropdown-menu.mega ul li a:hover {
  /*        background: #256C95;*/
  background: #12b395;
  color: #fff;
  cursor: pointer;
}

.font-serif {
  font-family: serif;
}

h4.title {
  font-weight: bold;
  color: #d47c08;
  margin-bottom: 24px;
}

h5 {
  letter-spacing: 3pt;
  color: #8e8c8f;
  text-transform: uppercase;
  font-size: 13pt;
}

.text-large {
  font-size: 20px;
}

.text-normal {
  font-size: 14px;
}

.main-link {
  font-weight: 600;
  color: #d47c08;
  font-size: 16px;
  border-bottom: 2px solid transparent;
}
.main-link i {
  display: inline-block;
  vertical-align: bottom;
}
.main-link:hover, .main-link:focus {
  color: #12B395;
  border-bottom-color: #12B395;
}

.bg-primary {
  background-color: #FF9000 !important;
}

.bg-secondary {
  background-color: #8D3EFF !important;
}

.bg-secondary-dark {
  background-color: #5109B3 !important;
}

.bg-yellow {
  background-color: #FFDF00 !important;
}

.bg-accent {
  background-color: #12B395 !important;
}

.bg-light {
  background-color: #e9e7eb !important;
}

.bg-none {
  background: none !important;
}

p {
  font-size: 18px;
}
p.txt-large {
  font-size: 24px;
}

.text-primary {
  color: #FF9000 !important;
}
.text-secondary {
  color: #8D3EFF !important;
}
.text-accent {
  color: #12B395 !important;
}

.btn {
  font-weight: 700;
  border-radius: 0;
}

.btn-primary {
  background-color: #FF9000;
  border-color: #FF9000;
}

.btn-primary:hover {
  background-color: #d47c08;
  border-color: #d47c08;
}

.btn-secondary {
  background-color: #8D3EFF;
  border-color: #8D3EFF;
}

.btn-secondary:hover {
  background-color: #5109B3;
  border-color: #5109B3;
}

.btn-outline-dark {
  border: 1px solid #8D3EFF;
  background-color: transparent;
  color: #8D3EFF;
}

body {
  font-family: "Assistant", sans-serif;
}

.img-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.page-header {
  height: 670px;
  background: #000;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header.condensed {
  height: 320px;
  background: #5109B3;
}
.page-header.condensed .caption {
  background: none;
}
.page-header .caption {
  position: absolute;
  padding: 0 40pt;
  left: 0;
  right: auto;
  bottom: -20px;
  background-color: #8D3EFF;
  color: #fff;
}
.page-header .caption p {
  color: #fff;
  font-size: 16pt;
}
.page-header .caption h1 {
  padding: 16px;
  color: #fff;
  font-size: 36pt;
}
@media (max-width: 768px) {
  .page-header {
    height: 300px;
  }
}

.sub-menu {
  padding: 24px 0;
}
.sub-menu a {
  display: inline-block !important;
  font-size: 18px;
  margin: 0 24px;
  font-weight: 400;
  border-bottom: 4px solid transparent;
  color: #8e8c8f !important;
}
.sub-menu a:first-child {
  margin-left: 0;
}
.sub-menu a.active {
  font-weight: 600;
  color: #5109B3 !important;
  border-bottom-color: #12B395;
}

.stat-box {
  text-align: center;
}
.stat-box span:first-child {
  font-size: 48px !important;
  font-weight: bold;
  color: #12B395;
}
.stat-box span {
  margin: auto;
  display: block;
  text-transform: capitalize;
  font-size: 20px !important;
  opacity: 0.75;
  max-width: 160px;
  color: #fff;
}
.stat-box .num {
  opacity: 0;
}
.form-control {
  background-color: #e7e7e7;
  border-color: transparent;
}
.form-control:focus {
  border: 1px solid #12B395;
  box-shadow: none;
}

.control-label {
  margin-top: 12pt;
  font-weight: 600;
}

footer {
  /*    background: url(../images/icons/curve-top-white.svg), linear-gradient(#12B395, #000);*/
  /*    background: url(../images/icons/curve-top-white.svg), #12B395;*/
  /*    background-color: #321c95;*/
  background-color: #e9e7eb;
  color: #000;
  /*background-size: 3721px, 100%;
   background-position: top -631px right 50%, center;
   background-repeat: no-repeat;
  padding-top: 5rem;*/
  padding-bottom: 2rem;
}
footer .icon {
  color: #12B395;
  font-size: 24pt;
}
footer .footer-ribbon {
  background-color: #000;
}
footer .footer-ribbon .links a {
  display: inline-block;
  font-size: 12pt;
  margin-left: 20pt;
  font-weight: 300;
  color: #fff;
}
footer .social-icons a {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  margin-right: 16px;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
}
footer input {
  background-color: #fff;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0pt;
  min-height: 40pt;
  padding: 0 16pt;
}
footer input::placeholder {
  font-size: 18px;
}
footer h3 {
  margin-bottom: 16pt;
  font-weight: 700;
}
footer input::-webkit-placeholder {
  color: #fff;
}
footer ul > li > a {
  padding: 2pt 0;
  font-size: 12pt;
  opacity: 0.6;
  color: #fff;
}
footer ul > li > a:hover {
  opacity: 1;
  color: #fff;
}
footer .border-top {
  border-color: #e8e8e8 !important;
}
footer.dark {
  background-color: #292929 !important;
  color: white !important;
}
footer.dark .border-top {
  border-top-color: #8e8c8f !important;
}

.push-up {
  top: -56px;
}

.shadow {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05) !important;
}

.contact-box p {
  font-size: 14pt;
  font-weight: 300;
}
.contact-box p a {
  color: #fff;
}
.contact-box p a:hover {
  color: #44FFD7;
}
.contact-box p i {
  margin-right: 16px;
  opacity: 0.75;
}

.side-note {
  border-left: 4px solid #12B395;
  padding: 16px 32px;
  background-color: #f9f9f9;
}
.side-note.light {
  padding: 8px 16px;
  border-left: 4px solid #e9e7eb !important;
}
.side-note.light p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.side-note.primary {
  border-left: 4px solid #FF9000;
}
.side-note p {
  color: #555;
  margin: 0;
}

.video-thumbnail {
  margin: 5% auto;
  width: 300px;
  height: 300px;
  border: 4px solid #FF9000;
  border-radius: 10px;
}
.video-thumbnail .play-btn {
  background: #FF9000;
  border-radius: 50%;
  text-align: center;
  line-height: 108px;
  animation: animate 2s linear infinite;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-thumbnail .play-btn i {
  /*    color: #ffc107;*/
  color: #fff;
  font-size: 80px;
  margin-left: 10px;
}

.large-video {
  height: 450px;
  border: 1px solid #000;
}

.steps h4 {
  font-size: 16px;
}
.steps p {
  font-size: 18px;
  margin-bottom: 24px;
}

.float {
  position: relative;
  top: 50px;
  left: -120px;
}

.stat img {
  height: 60px;
}
.stat p {
  margin-top: 10px;
}
.stat h4 {
  font-size: 24pt;
}

.alum-item {
  background-color: #fff;
  border-radius: 0px;
}
.alum-item .img {
  position: relative;
  top: -30px;
  left: 30px;
  width: 230px;
  border-radius: 0px;
  overflow: hidden;
  height: 230px;
}
.alum-item p {
  font-size: 16px;
}

.full-image {
  height: 350pt;
  background-color: #e9e7eb;
  position: relative;
}
.full-image .caption {
  position: absolute;
  bottom: 0;
  right: 120px;
  width: 450px;
}

.support-card {
  margin-top: 24px;
  border: none;
  border-radius: 0;
  min-height: 100%;
  position: relative;
}
.support-card h3 {
  text-align: center;
}
.support-card img {
  height: 80px;
}
.support-card a.btn {
  position: absolute;
  bottom: 24px;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.bread-crumbs a {
  font-size: 18px;
  color: #8e8c8f;
}
.bread-crumbs a[href] {
  color: #FF9000;
}
.bread-crumbs i {
  opacity: 0.5;
  margin: 0 16px;
  font-size: 18px;
  vertical-align: middle;
}

.team-card {
  background-color: #12B395;
  margin-bottom: 24px;
}
.team-card .img {
  position: relative;
  height: 280px;
  overflow: hidden;
}
.team-card .img .caption {
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 24px;
}
.team-card .img .caption h4 {
  font-size: 22px;
  font-weight: 600;
}
.team-card .icon {
  position: absolute;
  right: 16px;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background-color: #8D3EFF;
  z-index: 4;
}
.team-card .text {
  color: #fff;
}
.team-card .text h4 {
  font-size: 18px;
  font-weight: 600;
}
.team-card .text p {
  font-size: 14px;
  opacity: 0.6;
}

@media (max-width: 768px) {
  .card,
.img-bg {
    background-position: center !important;
  }
}

@media (max-width: 800px) {
  section#fc-stories-of-change .col-12 {
    min-height: 0px !important;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}